From cc673741e781e67ba9b772ac90fa28407604a44a Mon Sep 17 00:00:00 2001 From: Alibaba Cloud SDK Date: Tue, 14 May 2019 15:54:14 +0800 Subject: [PATCH 001/282] Generated 2015-01-01 for Acs --- aliyun-python-sdk-acs/ChangeLog.txt | 3 + aliyun-python-sdk-acs/MANIFEST.in | 0 aliyun-python-sdk-acs/README.rst | 11 +++ .../aliyunsdkacs/__init__.py | 1 + .../aliyunsdkacs/request/__init__.py | 0 .../v20150101/DeleteAccountBindingRequest.py | 44 ++++++++++ .../request/v20150101/DeleteApiRequest.py | 50 +++++++++++ .../v20150101/DeleteControlPolicyRequest.py | 44 ++++++++++ .../v20150101/DeleteFlowControlRequest.py | 50 +++++++++++ .../v20150101/DeleteFlowSpecialRequest.py | 44 ++++++++++ .../request/v20150101/DeletePolicyRequest.py | 50 +++++++++++ .../request/v20150101/DeleteProductRequest.py | 38 ++++++++ .../v20150101/DeleteTairCacheRequest.py | 38 ++++++++ .../request/v20150101/DeleteVersionRequest.py | 44 ++++++++++ .../v20150101/GetAccountBindingRequest.py | 50 +++++++++++ .../v20150101/GetApiBackupListRequest.py | 50 +++++++++++ .../request/v20150101/GetApiBackupRequest.py | 56 ++++++++++++ .../request/v20150101/GetApiDocNewRequest.py | 62 +++++++++++++ .../request/v20150101/GetApiDocRequest.py | 68 +++++++++++++++ .../v20150101/GetApiDocumentRequest.py | 68 +++++++++++++++ .../request/v20150101/GetApiNewRequest.py | 50 +++++++++++ .../request/v20150101/GetApiRequest.py | 50 +++++++++++ .../v20150101/GetApiWithOfflineRequest.py | 50 +++++++++++ .../request/v20150101/GetConfigRequest.py | 38 ++++++++ .../GetControlPolicyByProductRequest.py | 38 ++++++++ .../v20150101/GetControlPolicyRequest.py | 44 ++++++++++ .../request/v20150101/GetDocTagListRequest.py | 38 ++++++++ .../request/v20150101/GetDocTagRequest.py | 50 +++++++++++ .../v20150101/GetFlowSpecialAPIRequest.py | 44 ++++++++++ .../GetFlowSpecialByProductRequest.py | 38 ++++++++ .../GetFlowSpecialByUserIdRequest.py | 44 ++++++++++ .../v20150101/GetFlowSpecialRequest.py | 44 ++++++++++ .../v20150101/GetGatedLaunchApiRequest.py | 50 +++++++++++ .../GetGatedLaunchPolicyByProductRequest.py | 38 ++++++++ .../v20150101/GetGatedLaunchPolicyRequest.py | 44 ++++++++++ .../request/v20150101/GetGlobalRequest.py | 32 +++++++ .../v20150101/GetProductDocNewRequest.py | 50 +++++++++++ .../request/v20150101/GetProductDocRequest.py | 44 ++++++++++ .../v20150101/GetProductDocumentRequest.py | 56 ++++++++++++ .../request/v20150101/GetProductRequest.py | 38 ++++++++ .../request/v20150101/GetSecretKeyRequest.py | 38 ++++++++ .../request/v20150101/GetSystemMetaRequest.py | 38 ++++++++ .../request/v20150101/GetTairCacheRequest.py | 38 ++++++++ .../v20150101/GetVersionDocNewRequest.py | 56 ++++++++++++ .../request/v20150101/GetVersionDocRequest.py | 50 +++++++++++ .../v20150101/GetVersionDocumentRequest.py | 62 +++++++++++++ .../request/v20150101/GetVersionRequest.py | 44 ++++++++++ .../v20150101/GetVersionWithAllApiRequest.py | 50 +++++++++++ .../v20150101/PutAccountBindingRequest.py | 50 +++++++++++ .../request/v20150101/PutApiDocRequest.py | 86 +++++++++++++++++++ .../v20150101/PutApiDocumentRequest.py | 86 +++++++++++++++++++ .../v20150101/PutApiErrorMappingRequest.py | 74 ++++++++++++++++ .../v20150101/PutApiGatedLaunchRequest.py | 50 +++++++++++ .../request/v20150101/PutApiNewRequest.py | 74 ++++++++++++++++ .../v20150101/PutApiParametersRequest.py | 74 ++++++++++++++++ .../request/v20150101/PutApiReleaseRequest.py | 74 ++++++++++++++++ .../request/v20150101/PutApiRequest.py | 74 ++++++++++++++++ .../v20150101/PutApiResultMappingRequest.py | 74 ++++++++++++++++ .../v20150101/PutApiRollbackRequest.py | 80 +++++++++++++++++ .../request/v20150101/PutApiStatusRequest.py | 74 ++++++++++++++++ .../v20150101/PutApiVisibilityRequest.py | 56 ++++++++++++ .../request/v20150101/PutConfigRequest.py | 56 ++++++++++++ .../v20150101/PutControlPolicyRequest.py | 56 ++++++++++++ .../request/v20150101/PutDocTagRequest.py | 74 ++++++++++++++++ .../v20150101/PutFlowControlRequest.py | 56 ++++++++++++ .../v20150101/PutFlowSpecialRequest.py | 56 ++++++++++++ .../v20150101/PutGatedLaunchPolicyRequest.py | 56 ++++++++++++ .../v20150101/PutGlobalErrorMappingRequest.py | 56 ++++++++++++ .../request/v20150101/PutPolicyRequest.py | 56 ++++++++++++ .../request/v20150101/PutProductDocRequest.py | 68 +++++++++++++++ .../v20150101/PutProductDocumentRequest.py | 74 ++++++++++++++++ .../request/v20150101/PutProductRequest.py | 62 +++++++++++++ .../request/v20150101/PutSecretKeyRequest.py | 56 ++++++++++++ .../request/v20150101/PutSystemMetaRequest.py | 56 ++++++++++++ .../request/v20150101/PutVersionDocRequest.py | 74 ++++++++++++++++ .../v20150101/PutVersionDocumentRequest.py | 80 +++++++++++++++++ .../PutVersionErrorMappingRequest.py | 68 +++++++++++++++ .../v20150101/PutVersionParametersRequest.py | 68 +++++++++++++++ .../request/v20150101/PutVersionRequest.py | 68 +++++++++++++++ .../request/v20150101/ReleaseApiDocRequest.py | 56 ++++++++++++ .../request/v20150101/__init__.py | 0 aliyun-python-sdk-acs/setup.py | 78 +++++++++++++++++ 82 files changed, 4227 insertions(+) create mode 100644 aliyun-python-sdk-acs/ChangeLog.txt create mode 100644 aliyun-python-sdk-acs/MANIFEST.in create mode 100644 aliyun-python-sdk-acs/README.rst create mode 100644 aliyun-python-sdk-acs/aliyunsdkacs/__init__.py create mode 100644 aliyun-python-sdk-acs/aliyunsdkacs/request/__init__.py create mode 100644 aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/DeleteAccountBindingRequest.py create mode 100644 aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/DeleteApiRequest.py create mode 100644 aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/DeleteControlPolicyRequest.py create mode 100644 aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/DeleteFlowControlRequest.py create mode 100644 aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/DeleteFlowSpecialRequest.py create mode 100644 aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/DeletePolicyRequest.py create mode 100644 aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/DeleteProductRequest.py create mode 100644 aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/DeleteTairCacheRequest.py create mode 100644 aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/DeleteVersionRequest.py create mode 100644 aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/GetAccountBindingRequest.py create mode 100644 aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/GetApiBackupListRequest.py create mode 100644 aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/GetApiBackupRequest.py create mode 100644 aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/GetApiDocNewRequest.py create mode 100644 aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/GetApiDocRequest.py create mode 100644 aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/GetApiDocumentRequest.py create mode 100644 aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/GetApiNewRequest.py create mode 100644 aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/GetApiRequest.py create mode 100644 aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/GetApiWithOfflineRequest.py create mode 100644 aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/GetConfigRequest.py create mode 100644 aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/GetControlPolicyByProductRequest.py create mode 100644 aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/GetControlPolicyRequest.py create mode 100644 aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/GetDocTagListRequest.py create mode 100644 aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/GetDocTagRequest.py create mode 100644 aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/GetFlowSpecialAPIRequest.py create mode 100644 aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/GetFlowSpecialByProductRequest.py create mode 100644 aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/GetFlowSpecialByUserIdRequest.py create mode 100644 aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/GetFlowSpecialRequest.py create mode 100644 aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/GetGatedLaunchApiRequest.py create mode 100644 aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/GetGatedLaunchPolicyByProductRequest.py create mode 100644 aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/GetGatedLaunchPolicyRequest.py create mode 100644 aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/GetGlobalRequest.py create mode 100644 aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/GetProductDocNewRequest.py create mode 100644 aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/GetProductDocRequest.py create mode 100644 aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/GetProductDocumentRequest.py create mode 100644 aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/GetProductRequest.py create mode 100644 aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/GetSecretKeyRequest.py create mode 100644 aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/GetSystemMetaRequest.py create mode 100644 aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/GetTairCacheRequest.py create mode 100644 aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/GetVersionDocNewRequest.py create mode 100644 aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/GetVersionDocRequest.py create mode 100644 aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/GetVersionDocumentRequest.py create mode 100644 aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/GetVersionRequest.py create mode 100644 aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/GetVersionWithAllApiRequest.py create mode 100644 aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/PutAccountBindingRequest.py create mode 100644 aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/PutApiDocRequest.py create mode 100644 aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/PutApiDocumentRequest.py create mode 100644 aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/PutApiErrorMappingRequest.py create mode 100644 aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/PutApiGatedLaunchRequest.py create mode 100644 aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/PutApiNewRequest.py create mode 100644 aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/PutApiParametersRequest.py create mode 100644 aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/PutApiReleaseRequest.py create mode 100644 aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/PutApiRequest.py create mode 100644 aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/PutApiResultMappingRequest.py create mode 100644 aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/PutApiRollbackRequest.py create mode 100644 aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/PutApiStatusRequest.py create mode 100644 aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/PutApiVisibilityRequest.py create mode 100644 aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/PutConfigRequest.py create mode 100644 aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/PutControlPolicyRequest.py create mode 100644 aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/PutDocTagRequest.py create mode 100644 aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/PutFlowControlRequest.py create mode 100644 aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/PutFlowSpecialRequest.py create mode 100644 aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/PutGatedLaunchPolicyRequest.py create mode 100644 aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/PutGlobalErrorMappingRequest.py create mode 100644 aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/PutPolicyRequest.py create mode 100644 aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/PutProductDocRequest.py create mode 100644 aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/PutProductDocumentRequest.py create mode 100644 aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/PutProductRequest.py create mode 100644 aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/PutSecretKeyRequest.py create mode 100644 aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/PutSystemMetaRequest.py create mode 100644 aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/PutVersionDocRequest.py create mode 100644 aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/PutVersionDocumentRequest.py create mode 100644 aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/PutVersionErrorMappingRequest.py create mode 100644 aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/PutVersionParametersRequest.py create mode 100644 aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/PutVersionRequest.py create mode 100644 aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/ReleaseApiDocRequest.py create mode 100644 aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/__init__.py create mode 100644 aliyun-python-sdk-acs/setup.py diff --git a/aliyun-python-sdk-acs/ChangeLog.txt b/aliyun-python-sdk-acs/ChangeLog.txt new file mode 100644 index 0000000000..e48fddb1ff --- /dev/null +++ b/aliyun-python-sdk-acs/ChangeLog.txt @@ -0,0 +1,3 @@ +2019-05-14 Version: 1.10.0 +- Generated 2015-01-01 for `Acs` + diff --git a/aliyun-python-sdk-acs/MANIFEST.in b/aliyun-python-sdk-acs/MANIFEST.in new file mode 100644 index 0000000000..e69de29bb2 diff --git a/aliyun-python-sdk-acs/README.rst b/aliyun-python-sdk-acs/README.rst new file mode 100644 index 0000000000..72285eb4ec --- /dev/null +++ b/aliyun-python-sdk-acs/README.rst @@ -0,0 +1,11 @@ +aliyun-python-sdk-acs +This is the acs module of Aliyun Python SDK. + +Aliyun Python SDK is the official software development kit. It makes things easy to integrate your Python application, library, or script with Aliyun services. + +This module works on Python versions: + +2.6.5 and greater +Documentation: + +Please visit http://develop.aliyun.com/sdk/python \ No newline at end of file diff --git a/aliyun-python-sdk-acs/aliyunsdkacs/__init__.py b/aliyun-python-sdk-acs/aliyunsdkacs/__init__.py new file mode 100644 index 0000000000..d9fca5d750 --- /dev/null +++ b/aliyun-python-sdk-acs/aliyunsdkacs/__init__.py @@ -0,0 +1 @@ +__version__ = '1.10.0' \ No newline at end of file diff --git a/aliyun-python-sdk-acs/aliyunsdkacs/request/__init__.py b/aliyun-python-sdk-acs/aliyunsdkacs/request/__init__.py new file mode 100644 index 0000000000..e69de29bb2 diff --git a/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/DeleteAccountBindingRequest.py b/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/DeleteAccountBindingRequest.py new file mode 100644 index 0000000000..1221c21916 --- /dev/null +++ b/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/DeleteAccountBindingRequest.py @@ -0,0 +1,44 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RoaRequest +class DeleteAccountBindingRequest(RoaRequest): + + def __init__(self): + RoaRequest.__init__(self, 'Acs', '2015-01-01', 'DeleteAccountBinding') + self.set_uri_pattern('/AccountBinding/[Product]/[AliyunUid]') + self.set_method('DELETE') + + def get_Product(self): + return self.get_path_params().get('Product') + + def set_Product(self,Product): + self.add_path_param('Product',Product) + + def get_AliyunUid(self): + return self.get_path_params().get('AliyunUid') + + def set_AliyunUid(self,AliyunUid): + self.add_path_param('AliyunUid',AliyunUid) + + def get_Accept(self): + return self.get_headers().get('Accept') + + def set_Accept(self,Accept): + self.add_header('Accept',Accept) \ No newline at end of file diff --git a/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/DeleteApiRequest.py b/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/DeleteApiRequest.py new file mode 100644 index 0000000000..7667b3084e --- /dev/null +++ b/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/DeleteApiRequest.py @@ -0,0 +1,50 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RoaRequest +class DeleteApiRequest(RoaRequest): + + def __init__(self): + RoaRequest.__init__(self, 'Acs', '2015-01-01', 'DeleteApi') + self.set_uri_pattern('/Api/[ProductName]/[VersionName]/[ApiName]') + self.set_method('DELETE') + + def get_ApiName(self): + return self.get_path_params().get('ApiName') + + def set_ApiName(self,ApiName): + self.add_path_param('ApiName',ApiName) + + def get_ProductName(self): + return self.get_path_params().get('ProductName') + + def set_ProductName(self,ProductName): + self.add_path_param('ProductName',ProductName) + + def get_VersionName(self): + return self.get_path_params().get('VersionName') + + def set_VersionName(self,VersionName): + self.add_path_param('VersionName',VersionName) + + def get_Accept(self): + return self.get_headers().get('Accept') + + def set_Accept(self,Accept): + self.add_header('Accept',Accept) \ No newline at end of file diff --git a/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/DeleteControlPolicyRequest.py b/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/DeleteControlPolicyRequest.py new file mode 100644 index 0000000000..c901b33afc --- /dev/null +++ b/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/DeleteControlPolicyRequest.py @@ -0,0 +1,44 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RoaRequest +class DeleteControlPolicyRequest(RoaRequest): + + def __init__(self): + RoaRequest.__init__(self, 'Acs', '2015-01-01', 'DeleteControlPolicy') + self.set_uri_pattern('/ControlPolicy/[Product]/[ControlPolicyName]') + self.set_method('DELETE') + + def get_Product(self): + return self.get_path_params().get('Product') + + def set_Product(self,Product): + self.add_path_param('Product',Product) + + def get_ControlPolicyName(self): + return self.get_path_params().get('ControlPolicyName') + + def set_ControlPolicyName(self,ControlPolicyName): + self.add_path_param('ControlPolicyName',ControlPolicyName) + + def get_Accept(self): + return self.get_headers().get('Accept') + + def set_Accept(self,Accept): + self.add_header('Accept',Accept) \ No newline at end of file diff --git a/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/DeleteFlowControlRequest.py b/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/DeleteFlowControlRequest.py new file mode 100644 index 0000000000..aa9ac6c124 --- /dev/null +++ b/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/DeleteFlowControlRequest.py @@ -0,0 +1,50 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RoaRequest +class DeleteFlowControlRequest(RoaRequest): + + def __init__(self): + RoaRequest.__init__(self, 'Acs', '2015-01-01', 'DeleteFlowControl') + self.set_uri_pattern('/FlowControl/[ProductName]/[VersionName]/[ApiName]') + self.set_method('DELETE') + + def get_ApiName(self): + return self.get_path_params().get('ApiName') + + def set_ApiName(self,ApiName): + self.add_path_param('ApiName',ApiName) + + def get_ProductName(self): + return self.get_path_params().get('ProductName') + + def set_ProductName(self,ProductName): + self.add_path_param('ProductName',ProductName) + + def get_VersionName(self): + return self.get_path_params().get('VersionName') + + def set_VersionName(self,VersionName): + self.add_path_param('VersionName',VersionName) + + def get_Accept(self): + return self.get_headers().get('Accept') + + def set_Accept(self,Accept): + self.add_header('Accept',Accept) \ No newline at end of file diff --git a/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/DeleteFlowSpecialRequest.py b/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/DeleteFlowSpecialRequest.py new file mode 100644 index 0000000000..d9b9ef0396 --- /dev/null +++ b/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/DeleteFlowSpecialRequest.py @@ -0,0 +1,44 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RoaRequest +class DeleteFlowSpecialRequest(RoaRequest): + + def __init__(self): + RoaRequest.__init__(self, 'Acs', '2015-01-01', 'DeleteFlowSpecial') + self.set_uri_pattern('/FlowSpecial/[Product]/[Name]') + self.set_method('DELETE') + + def get_Product(self): + return self.get_path_params().get('Product') + + def set_Product(self,Product): + self.add_path_param('Product',Product) + + def get_Name(self): + return self.get_path_params().get('Name') + + def set_Name(self,Name): + self.add_path_param('Name',Name) + + def get_Accept(self): + return self.get_headers().get('Accept') + + def set_Accept(self,Accept): + self.add_header('Accept',Accept) \ No newline at end of file diff --git a/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/DeletePolicyRequest.py b/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/DeletePolicyRequest.py new file mode 100644 index 0000000000..ad04f1a043 --- /dev/null +++ b/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/DeletePolicyRequest.py @@ -0,0 +1,50 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RoaRequest +class DeletePolicyRequest(RoaRequest): + + def __init__(self): + RoaRequest.__init__(self, 'Acs', '2015-01-01', 'DeletePolicy') + self.set_uri_pattern('/Policy/[Product]/[ControlPolicyName]/[UserId]') + self.set_method('DELETE') + + def get_Product(self): + return self.get_path_params().get('Product') + + def set_Product(self,Product): + self.add_path_param('Product',Product) + + def get_ControlPolicyName(self): + return self.get_path_params().get('ControlPolicyName') + + def set_ControlPolicyName(self,ControlPolicyName): + self.add_path_param('ControlPolicyName',ControlPolicyName) + + def get_UserId(self): + return self.get_path_params().get('UserId') + + def set_UserId(self,UserId): + self.add_path_param('UserId',UserId) + + def get_Accept(self): + return self.get_headers().get('Accept') + + def set_Accept(self,Accept): + self.add_header('Accept',Accept) \ No newline at end of file diff --git a/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/DeleteProductRequest.py b/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/DeleteProductRequest.py new file mode 100644 index 0000000000..b51c19f4e5 --- /dev/null +++ b/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/DeleteProductRequest.py @@ -0,0 +1,38 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RoaRequest +class DeleteProductRequest(RoaRequest): + + def __init__(self): + RoaRequest.__init__(self, 'Acs', '2015-01-01', 'DeleteProduct') + self.set_uri_pattern('/Product/[ProductName]') + self.set_method('DELETE') + + def get_ProductName(self): + return self.get_path_params().get('ProductName') + + def set_ProductName(self,ProductName): + self.add_path_param('ProductName',ProductName) + + def get_Accept(self): + return self.get_headers().get('Accept') + + def set_Accept(self,Accept): + self.add_header('Accept',Accept) \ No newline at end of file diff --git a/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/DeleteTairCacheRequest.py b/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/DeleteTairCacheRequest.py new file mode 100644 index 0000000000..ba49c88ca2 --- /dev/null +++ b/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/DeleteTairCacheRequest.py @@ -0,0 +1,38 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RoaRequest +class DeleteTairCacheRequest(RoaRequest): + + def __init__(self): + RoaRequest.__init__(self, 'Acs', '2015-01-01', 'DeleteTairCache') + self.set_uri_pattern('/TairCache') + self.set_method('DELETE') + + def get_xacscachekey(self): + return self.get_headers().get('x-acs-cache-key') + + def set_xacscachekey(self,xacscachekey): + self.add_header('x-acs-cache-key',xacscachekey) + + def get_Accept(self): + return self.get_headers().get('Accept') + + def set_Accept(self,Accept): + self.add_header('Accept',Accept) \ No newline at end of file diff --git a/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/DeleteVersionRequest.py b/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/DeleteVersionRequest.py new file mode 100644 index 0000000000..9a9b887198 --- /dev/null +++ b/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/DeleteVersionRequest.py @@ -0,0 +1,44 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RoaRequest +class DeleteVersionRequest(RoaRequest): + + def __init__(self): + RoaRequest.__init__(self, 'Acs', '2015-01-01', 'DeleteVersion') + self.set_uri_pattern('/Version/[ProductName]/[VersionName]') + self.set_method('DELETE') + + def get_ProductName(self): + return self.get_path_params().get('ProductName') + + def set_ProductName(self,ProductName): + self.add_path_param('ProductName',ProductName) + + def get_VersionName(self): + return self.get_path_params().get('VersionName') + + def set_VersionName(self,VersionName): + self.add_path_param('VersionName',VersionName) + + def get_Accept(self): + return self.get_headers().get('Accept') + + def set_Accept(self,Accept): + self.add_header('Accept',Accept) \ No newline at end of file diff --git a/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/GetAccountBindingRequest.py b/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/GetAccountBindingRequest.py new file mode 100644 index 0000000000..8a3987aacf --- /dev/null +++ b/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/GetAccountBindingRequest.py @@ -0,0 +1,50 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RoaRequest +class GetAccountBindingRequest(RoaRequest): + + def __init__(self): + RoaRequest.__init__(self, 'Acs', '2015-01-01', 'GetAccountBinding') + self.set_uri_pattern('/AccountBinding/[Product]') + self.set_method('GET') + + def get_Product(self): + return self.get_path_params().get('Product') + + def set_Product(self,Product): + self.add_path_param('Product',Product) + + def get_AliyunUid(self): + return self.get_query_params().get('AliyunUid') + + def set_AliyunUid(self,AliyunUid): + self.add_query_param('AliyunUid',AliyunUid) + + def get_BucEmpId(self): + return self.get_query_params().get('BucEmpId') + + def set_BucEmpId(self,BucEmpId): + self.add_query_param('BucEmpId',BucEmpId) + + def get_Accept(self): + return self.get_headers().get('Accept') + + def set_Accept(self,Accept): + self.add_header('Accept',Accept) \ No newline at end of file diff --git a/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/GetApiBackupListRequest.py b/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/GetApiBackupListRequest.py new file mode 100644 index 0000000000..d639da8069 --- /dev/null +++ b/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/GetApiBackupListRequest.py @@ -0,0 +1,50 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RoaRequest +class GetApiBackupListRequest(RoaRequest): + + def __init__(self): + RoaRequest.__init__(self, 'Acs', '2015-01-01', 'GetApiBackupList') + self.set_uri_pattern('/ApiBackUpList/[ProductName]/[VersionName]/[ApiName]') + self.set_method('GET') + + def get_ApiName(self): + return self.get_path_params().get('ApiName') + + def set_ApiName(self,ApiName): + self.add_path_param('ApiName',ApiName) + + def get_ProductName(self): + return self.get_path_params().get('ProductName') + + def set_ProductName(self,ProductName): + self.add_path_param('ProductName',ProductName) + + def get_VersionName(self): + return self.get_path_params().get('VersionName') + + def set_VersionName(self,VersionName): + self.add_path_param('VersionName',VersionName) + + def get_Accept(self): + return self.get_headers().get('Accept') + + def set_Accept(self,Accept): + self.add_header('Accept',Accept) \ No newline at end of file diff --git a/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/GetApiBackupRequest.py b/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/GetApiBackupRequest.py new file mode 100644 index 0000000000..4a9b21f6f3 --- /dev/null +++ b/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/GetApiBackupRequest.py @@ -0,0 +1,56 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RoaRequest +class GetApiBackupRequest(RoaRequest): + + def __init__(self): + RoaRequest.__init__(self, 'Acs', '2015-01-01', 'GetApiBackup') + self.set_uri_pattern('/ApiBackUp/[ProductName]/[VersionName]/[ApiName]') + self.set_method('GET') + + def get_ApiName(self): + return self.get_path_params().get('ApiName') + + def set_ApiName(self,ApiName): + self.add_path_param('ApiName',ApiName) + + def get_BackupId(self): + return self.get_query_params().get('BackupId') + + def set_BackupId(self,BackupId): + self.add_query_param('BackupId',BackupId) + + def get_ProductName(self): + return self.get_path_params().get('ProductName') + + def set_ProductName(self,ProductName): + self.add_path_param('ProductName',ProductName) + + def get_VersionName(self): + return self.get_path_params().get('VersionName') + + def set_VersionName(self,VersionName): + self.add_path_param('VersionName',VersionName) + + def get_Accept(self): + return self.get_headers().get('Accept') + + def set_Accept(self,Accept): + self.add_header('Accept',Accept) \ No newline at end of file diff --git a/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/GetApiDocNewRequest.py b/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/GetApiDocNewRequest.py new file mode 100644 index 0000000000..d81645b452 --- /dev/null +++ b/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/GetApiDocNewRequest.py @@ -0,0 +1,62 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RoaRequest +class GetApiDocNewRequest(RoaRequest): + + def __init__(self): + RoaRequest.__init__(self, 'Acs', '2015-01-01', 'GetApiDocNew') + self.set_uri_pattern('/ApiDocNew/[ProductName]/[VersionName]/[ApiName]/[Language]/[IsDraft]') + self.set_method('GET') + + def get_ApiName(self): + return self.get_path_params().get('ApiName') + + def set_ApiName(self,ApiName): + self.add_path_param('ApiName',ApiName) + + def get_IsDraft(self): + return self.get_path_params().get('IsDraft') + + def set_IsDraft(self,IsDraft): + self.add_path_param('IsDraft',IsDraft) + + def get_ProductName(self): + return self.get_path_params().get('ProductName') + + def set_ProductName(self,ProductName): + self.add_path_param('ProductName',ProductName) + + def get_Language(self): + return self.get_path_params().get('Language') + + def set_Language(self,Language): + self.add_path_param('Language',Language) + + def get_VersionName(self): + return self.get_path_params().get('VersionName') + + def set_VersionName(self,VersionName): + self.add_path_param('VersionName',VersionName) + + def get_Accept(self): + return self.get_headers().get('Accept') + + def set_Accept(self,Accept): + self.add_header('Accept',Accept) \ No newline at end of file diff --git a/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/GetApiDocRequest.py b/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/GetApiDocRequest.py new file mode 100644 index 0000000000..681e8160a3 --- /dev/null +++ b/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/GetApiDocRequest.py @@ -0,0 +1,68 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RoaRequest +class GetApiDocRequest(RoaRequest): + + def __init__(self): + RoaRequest.__init__(self, 'Acs', '2015-01-01', 'GetApiDoc') + self.set_uri_pattern('/ApiDoc/[ProductName]/[VersionName]/[ApiName]/[Language]/[Environment]') + self.set_method('GET') + + def get_Environment(self): + return self.get_path_params().get('Environment') + + def set_Environment(self,Environment): + self.add_path_param('Environment',Environment) + + def get_ApiName(self): + return self.get_path_params().get('ApiName') + + def set_ApiName(self,ApiName): + self.add_path_param('ApiName',ApiName) + + def get_ProductName(self): + return self.get_path_params().get('ProductName') + + def set_ProductName(self,ProductName): + self.add_path_param('ProductName',ProductName) + + def get_Language(self): + return self.get_path_params().get('Language') + + def set_Language(self,Language): + self.add_path_param('Language',Language) + + def get_VersionName(self): + return self.get_path_params().get('VersionName') + + def set_VersionName(self,VersionName): + self.add_path_param('VersionName',VersionName) + + def get_ForceLoadFromApi(self): + return self.get_query_params().get('ForceLoadFromApi') + + def set_ForceLoadFromApi(self,ForceLoadFromApi): + self.add_query_param('ForceLoadFromApi',ForceLoadFromApi) + + def get_Accept(self): + return self.get_headers().get('Accept') + + def set_Accept(self,Accept): + self.add_header('Accept',Accept) \ No newline at end of file diff --git a/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/GetApiDocumentRequest.py b/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/GetApiDocumentRequest.py new file mode 100644 index 0000000000..543cacd59b --- /dev/null +++ b/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/GetApiDocumentRequest.py @@ -0,0 +1,68 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RoaRequest +class GetApiDocumentRequest(RoaRequest): + + def __init__(self): + RoaRequest.__init__(self, 'Acs', '2015-01-01', 'GetApiDocument') + self.set_uri_pattern('/ApiDocument/[ProductName]/[VersionName]/[ApiName]/[Language]/[Site]/[IsDraft]') + self.set_method('GET') + + def get_Site(self): + return self.get_path_params().get('Site') + + def set_Site(self,Site): + self.add_path_param('Site',Site) + + def get_ApiName(self): + return self.get_path_params().get('ApiName') + + def set_ApiName(self,ApiName): + self.add_path_param('ApiName',ApiName) + + def get_IsDraft(self): + return self.get_path_params().get('IsDraft') + + def set_IsDraft(self,IsDraft): + self.add_path_param('IsDraft',IsDraft) + + def get_ProductName(self): + return self.get_path_params().get('ProductName') + + def set_ProductName(self,ProductName): + self.add_path_param('ProductName',ProductName) + + def get_Language(self): + return self.get_path_params().get('Language') + + def set_Language(self,Language): + self.add_path_param('Language',Language) + + def get_VersionName(self): + return self.get_path_params().get('VersionName') + + def set_VersionName(self,VersionName): + self.add_path_param('VersionName',VersionName) + + def get_Accept(self): + return self.get_headers().get('Accept') + + def set_Accept(self,Accept): + self.add_header('Accept',Accept) \ No newline at end of file diff --git a/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/GetApiNewRequest.py b/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/GetApiNewRequest.py new file mode 100644 index 0000000000..3dd183cc57 --- /dev/null +++ b/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/GetApiNewRequest.py @@ -0,0 +1,50 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RoaRequest +class GetApiNewRequest(RoaRequest): + + def __init__(self): + RoaRequest.__init__(self, 'Acs', '2015-01-01', 'GetApiNew') + self.set_uri_pattern('/[ProductName]/[VersionName]/[ApiName]?new') + self.set_method('GET') + + def get_ApiName(self): + return self.get_path_params().get('ApiName') + + def set_ApiName(self,ApiName): + self.add_path_param('ApiName',ApiName) + + def get_ProductName(self): + return self.get_path_params().get('ProductName') + + def set_ProductName(self,ProductName): + self.add_path_param('ProductName',ProductName) + + def get_VersionName(self): + return self.get_path_params().get('VersionName') + + def set_VersionName(self,VersionName): + self.add_path_param('VersionName',VersionName) + + def get_Accept(self): + return self.get_headers().get('Accept') + + def set_Accept(self,Accept): + self.add_header('Accept',Accept) \ No newline at end of file diff --git a/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/GetApiRequest.py b/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/GetApiRequest.py new file mode 100644 index 0000000000..2ebf40049c --- /dev/null +++ b/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/GetApiRequest.py @@ -0,0 +1,50 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RoaRequest +class GetApiRequest(RoaRequest): + + def __init__(self): + RoaRequest.__init__(self, 'Acs', '2015-01-01', 'GetApi') + self.set_uri_pattern('/Api/[ProductName]/[VersionName]/[ApiName]') + self.set_method('GET') + + def get_ApiName(self): + return self.get_path_params().get('ApiName') + + def set_ApiName(self,ApiName): + self.add_path_param('ApiName',ApiName) + + def get_ProductName(self): + return self.get_path_params().get('ProductName') + + def set_ProductName(self,ProductName): + self.add_path_param('ProductName',ProductName) + + def get_VersionName(self): + return self.get_path_params().get('VersionName') + + def set_VersionName(self,VersionName): + self.add_path_param('VersionName',VersionName) + + def get_Accept(self): + return self.get_headers().get('Accept') + + def set_Accept(self,Accept): + self.add_header('Accept',Accept) \ No newline at end of file diff --git a/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/GetApiWithOfflineRequest.py b/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/GetApiWithOfflineRequest.py new file mode 100644 index 0000000000..416f4a240f --- /dev/null +++ b/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/GetApiWithOfflineRequest.py @@ -0,0 +1,50 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RoaRequest +class GetApiWithOfflineRequest(RoaRequest): + + def __init__(self): + RoaRequest.__init__(self, 'Acs', '2015-01-01', 'GetApiWithOffline') + self.set_uri_pattern('/ApiWithOffline/[ProductName]/[VersionName]/[ApiName]') + self.set_method('GET') + + def get_ApiName(self): + return self.get_path_params().get('ApiName') + + def set_ApiName(self,ApiName): + self.add_path_param('ApiName',ApiName) + + def get_ProductName(self): + return self.get_path_params().get('ProductName') + + def set_ProductName(self,ProductName): + self.add_path_param('ProductName',ProductName) + + def get_VersionName(self): + return self.get_path_params().get('VersionName') + + def set_VersionName(self,VersionName): + self.add_path_param('VersionName',VersionName) + + def get_Accept(self): + return self.get_headers().get('Accept') + + def set_Accept(self,Accept): + self.add_header('Accept',Accept) \ No newline at end of file diff --git a/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/GetConfigRequest.py b/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/GetConfigRequest.py new file mode 100644 index 0000000000..474be6970c --- /dev/null +++ b/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/GetConfigRequest.py @@ -0,0 +1,38 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RoaRequest +class GetConfigRequest(RoaRequest): + + def __init__(self): + RoaRequest.__init__(self, 'Acs', '2015-01-01', 'GetConfig') + self.set_uri_pattern('/PopConfig/[ConfigKey]') + self.set_method('GET') + + def get_ConfigKey(self): + return self.get_path_params().get('ConfigKey') + + def set_ConfigKey(self,ConfigKey): + self.add_path_param('ConfigKey',ConfigKey) + + def get_Accept(self): + return self.get_headers().get('Accept') + + def set_Accept(self,Accept): + self.add_header('Accept',Accept) \ No newline at end of file diff --git a/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/GetControlPolicyByProductRequest.py b/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/GetControlPolicyByProductRequest.py new file mode 100644 index 0000000000..87308a159a --- /dev/null +++ b/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/GetControlPolicyByProductRequest.py @@ -0,0 +1,38 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RoaRequest +class GetControlPolicyByProductRequest(RoaRequest): + + def __init__(self): + RoaRequest.__init__(self, 'Acs', '2015-01-01', 'GetControlPolicyByProduct') + self.set_uri_pattern('/ControlPolicy/[Product]') + self.set_method('GET') + + def get_Product(self): + return self.get_path_params().get('Product') + + def set_Product(self,Product): + self.add_path_param('Product',Product) + + def get_Accept(self): + return self.get_headers().get('Accept') + + def set_Accept(self,Accept): + self.add_header('Accept',Accept) \ No newline at end of file diff --git a/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/GetControlPolicyRequest.py b/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/GetControlPolicyRequest.py new file mode 100644 index 0000000000..a22660271c --- /dev/null +++ b/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/GetControlPolicyRequest.py @@ -0,0 +1,44 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RoaRequest +class GetControlPolicyRequest(RoaRequest): + + def __init__(self): + RoaRequest.__init__(self, 'Acs', '2015-01-01', 'GetControlPolicy') + self.set_uri_pattern('/ControlPolicy/[Product]/[ControlPolicyName]') + self.set_method('GET') + + def get_Product(self): + return self.get_path_params().get('Product') + + def set_Product(self,Product): + self.add_path_param('Product',Product) + + def get_ControlPolicyName(self): + return self.get_path_params().get('ControlPolicyName') + + def set_ControlPolicyName(self,ControlPolicyName): + self.add_path_param('ControlPolicyName',ControlPolicyName) + + def get_Accept(self): + return self.get_headers().get('Accept') + + def set_Accept(self,Accept): + self.add_header('Accept',Accept) \ No newline at end of file diff --git a/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/GetDocTagListRequest.py b/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/GetDocTagListRequest.py new file mode 100644 index 0000000000..ae20219712 --- /dev/null +++ b/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/GetDocTagListRequest.py @@ -0,0 +1,38 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RoaRequest +class GetDocTagListRequest(RoaRequest): + + def __init__(self): + RoaRequest.__init__(self, 'Acs', '2015-01-01', 'GetDocTagList') + self.set_uri_pattern('/DocTag/[ProductName]') + self.set_method('GET') + + def get_ProductName(self): + return self.get_path_params().get('ProductName') + + def set_ProductName(self,ProductName): + self.add_path_param('ProductName',ProductName) + + def get_Accept(self): + return self.get_headers().get('Accept') + + def set_Accept(self,Accept): + self.add_header('Accept',Accept) \ No newline at end of file diff --git a/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/GetDocTagRequest.py b/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/GetDocTagRequest.py new file mode 100644 index 0000000000..5cb8cd1aaa --- /dev/null +++ b/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/GetDocTagRequest.py @@ -0,0 +1,50 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RoaRequest +class GetDocTagRequest(RoaRequest): + + def __init__(self): + RoaRequest.__init__(self, 'Acs', '2015-01-01', 'GetDocTag') + self.set_uri_pattern('/DocTag/[Product]/[TagId]/[Language]') + self.set_method('GET') + + def get_Product(self): + return self.get_path_params().get('Product') + + def set_Product(self,Product): + self.add_path_param('Product',Product) + + def get_TagId(self): + return self.get_path_params().get('TagId') + + def set_TagId(self,TagId): + self.add_path_param('TagId',TagId) + + def get_Language(self): + return self.get_path_params().get('Language') + + def set_Language(self,Language): + self.add_path_param('Language',Language) + + def get_Accept(self): + return self.get_headers().get('Accept') + + def set_Accept(self,Accept): + self.add_header('Accept',Accept) \ No newline at end of file diff --git a/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/GetFlowSpecialAPIRequest.py b/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/GetFlowSpecialAPIRequest.py new file mode 100644 index 0000000000..9591d58b33 --- /dev/null +++ b/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/GetFlowSpecialAPIRequest.py @@ -0,0 +1,44 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RoaRequest +class GetFlowSpecialAPIRequest(RoaRequest): + + def __init__(self): + RoaRequest.__init__(self, 'Acs', '2015-01-01', 'GetFlowSpecialAPI') + self.set_uri_pattern('/GetFlowSpecialAPI/[Product]/[Name]') + self.set_method('GET') + + def get_Product(self): + return self.get_path_params().get('Product') + + def set_Product(self,Product): + self.add_path_param('Product',Product) + + def get_Name(self): + return self.get_query_params().get('Name') + + def set_Name(self,Name): + self.add_query_param('Name',Name) + + def get_Accept(self): + return self.get_headers().get('Accept') + + def set_Accept(self,Accept): + self.add_header('Accept',Accept) \ No newline at end of file diff --git a/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/GetFlowSpecialByProductRequest.py b/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/GetFlowSpecialByProductRequest.py new file mode 100644 index 0000000000..b751e60a80 --- /dev/null +++ b/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/GetFlowSpecialByProductRequest.py @@ -0,0 +1,38 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RoaRequest +class GetFlowSpecialByProductRequest(RoaRequest): + + def __init__(self): + RoaRequest.__init__(self, 'Acs', '2015-01-01', 'GetFlowSpecialByProduct') + self.set_uri_pattern('/FlowSpecial/[Product]') + self.set_method('GET') + + def get_Product(self): + return self.get_path_params().get('Product') + + def set_Product(self,Product): + self.add_path_param('Product',Product) + + def get_Accept(self): + return self.get_headers().get('Accept') + + def set_Accept(self,Accept): + self.add_header('Accept',Accept) \ No newline at end of file diff --git a/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/GetFlowSpecialByUserIdRequest.py b/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/GetFlowSpecialByUserIdRequest.py new file mode 100644 index 0000000000..50b4fd4017 --- /dev/null +++ b/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/GetFlowSpecialByUserIdRequest.py @@ -0,0 +1,44 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RoaRequest +class GetFlowSpecialByUserIdRequest(RoaRequest): + + def __init__(self): + RoaRequest.__init__(self, 'Acs', '2015-01-01', 'GetFlowSpecialByUserId') + self.set_uri_pattern('/GetFlowSpecialByUserId/[Product]/[PopUserId]') + self.set_method('GET') + + def get_Product(self): + return self.get_path_params().get('Product') + + def set_Product(self,Product): + self.add_path_param('Product',Product) + + def get_Accept(self): + return self.get_headers().get('Accept') + + def set_Accept(self,Accept): + self.add_header('Accept',Accept) + + def get_PopUserId(self): + return self.get_path_params().get('PopUserId') + + def set_PopUserId(self,PopUserId): + self.add_path_param('PopUserId',PopUserId) \ No newline at end of file diff --git a/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/GetFlowSpecialRequest.py b/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/GetFlowSpecialRequest.py new file mode 100644 index 0000000000..9f155e6d28 --- /dev/null +++ b/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/GetFlowSpecialRequest.py @@ -0,0 +1,44 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RoaRequest +class GetFlowSpecialRequest(RoaRequest): + + def __init__(self): + RoaRequest.__init__(self, 'Acs', '2015-01-01', 'GetFlowSpecial') + self.set_uri_pattern('/FlowSpecial/[Product]/[Name]') + self.set_method('GET') + + def get_Product(self): + return self.get_path_params().get('Product') + + def set_Product(self,Product): + self.add_path_param('Product',Product) + + def get_Name(self): + return self.get_path_params().get('Name') + + def set_Name(self,Name): + self.add_path_param('Name',Name) + + def get_Accept(self): + return self.get_headers().get('Accept') + + def set_Accept(self,Accept): + self.add_header('Accept',Accept) \ No newline at end of file diff --git a/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/GetGatedLaunchApiRequest.py b/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/GetGatedLaunchApiRequest.py new file mode 100644 index 0000000000..db3a85182c --- /dev/null +++ b/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/GetGatedLaunchApiRequest.py @@ -0,0 +1,50 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RoaRequest +class GetGatedLaunchApiRequest(RoaRequest): + + def __init__(self): + RoaRequest.__init__(self, 'Acs', '2015-01-01', 'GetGatedLaunchApi') + self.set_uri_pattern('/GatedLaunch/[ProductName]/[VersionName]/[ApiName]') + self.set_method('GET') + + def get_ApiName(self): + return self.get_path_params().get('ApiName') + + def set_ApiName(self,ApiName): + self.add_path_param('ApiName',ApiName) + + def get_ProductName(self): + return self.get_path_params().get('ProductName') + + def set_ProductName(self,ProductName): + self.add_path_param('ProductName',ProductName) + + def get_VersionName(self): + return self.get_path_params().get('VersionName') + + def set_VersionName(self,VersionName): + self.add_path_param('VersionName',VersionName) + + def get_Accept(self): + return self.get_headers().get('Accept') + + def set_Accept(self,Accept): + self.add_header('Accept',Accept) \ No newline at end of file diff --git a/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/GetGatedLaunchPolicyByProductRequest.py b/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/GetGatedLaunchPolicyByProductRequest.py new file mode 100644 index 0000000000..701f5373f3 --- /dev/null +++ b/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/GetGatedLaunchPolicyByProductRequest.py @@ -0,0 +1,38 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RoaRequest +class GetGatedLaunchPolicyByProductRequest(RoaRequest): + + def __init__(self): + RoaRequest.__init__(self, 'Acs', '2015-01-01', 'GetGatedLaunchPolicyByProduct') + self.set_uri_pattern('/GatedLaunchPolicy/[Product]') + self.set_method('GET') + + def get_Product(self): + return self.get_path_params().get('Product') + + def set_Product(self,Product): + self.add_path_param('Product',Product) + + def get_Accept(self): + return self.get_headers().get('Accept') + + def set_Accept(self,Accept): + self.add_header('Accept',Accept) \ No newline at end of file diff --git a/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/GetGatedLaunchPolicyRequest.py b/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/GetGatedLaunchPolicyRequest.py new file mode 100644 index 0000000000..af75fcd2d5 --- /dev/null +++ b/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/GetGatedLaunchPolicyRequest.py @@ -0,0 +1,44 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RoaRequest +class GetGatedLaunchPolicyRequest(RoaRequest): + + def __init__(self): + RoaRequest.__init__(self, 'Acs', '2015-01-01', 'GetGatedLaunchPolicy') + self.set_uri_pattern('/GatedLaunchPolicy/[ProductName]/[PolicyName]') + self.set_method('GET') + + def get_ProductName(self): + return self.get_path_params().get('ProductName') + + def set_ProductName(self,ProductName): + self.add_path_param('ProductName',ProductName) + + def get_PolicyName(self): + return self.get_path_params().get('PolicyName') + + def set_PolicyName(self,PolicyName): + self.add_path_param('PolicyName',PolicyName) + + def get_Accept(self): + return self.get_headers().get('Accept') + + def set_Accept(self,Accept): + self.add_header('Accept',Accept) \ No newline at end of file diff --git a/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/GetGlobalRequest.py b/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/GetGlobalRequest.py new file mode 100644 index 0000000000..6a396a6fa5 --- /dev/null +++ b/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/GetGlobalRequest.py @@ -0,0 +1,32 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RoaRequest +class GetGlobalRequest(RoaRequest): + + def __init__(self): + RoaRequest.__init__(self, 'Acs', '2015-01-01', 'GetGlobal') + self.set_uri_pattern('/') + self.set_method('GET') + + def get_Accept(self): + return self.get_headers().get('Accept') + + def set_Accept(self,Accept): + self.add_header('Accept',Accept) \ No newline at end of file diff --git a/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/GetProductDocNewRequest.py b/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/GetProductDocNewRequest.py new file mode 100644 index 0000000000..6ce36b4d37 --- /dev/null +++ b/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/GetProductDocNewRequest.py @@ -0,0 +1,50 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RoaRequest +class GetProductDocNewRequest(RoaRequest): + + def __init__(self): + RoaRequest.__init__(self, 'Acs', '2015-01-01', 'GetProductDocNew') + self.set_uri_pattern('/ProductDocNew/[ProductName]/[Language]/[IsDraft]') + self.set_method('GET') + + def get_IsDraft(self): + return self.get_path_params().get('IsDraft') + + def set_IsDraft(self,IsDraft): + self.add_path_param('IsDraft',IsDraft) + + def get_ProductName(self): + return self.get_path_params().get('ProductName') + + def set_ProductName(self,ProductName): + self.add_path_param('ProductName',ProductName) + + def get_Language(self): + return self.get_path_params().get('Language') + + def set_Language(self,Language): + self.add_path_param('Language',Language) + + def get_Accept(self): + return self.get_headers().get('Accept') + + def set_Accept(self,Accept): + self.add_header('Accept',Accept) \ No newline at end of file diff --git a/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/GetProductDocRequest.py b/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/GetProductDocRequest.py new file mode 100644 index 0000000000..bf0badd24a --- /dev/null +++ b/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/GetProductDocRequest.py @@ -0,0 +1,44 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RoaRequest +class GetProductDocRequest(RoaRequest): + + def __init__(self): + RoaRequest.__init__(self, 'Acs', '2015-01-01', 'GetProductDoc') + self.set_uri_pattern('/ProductDoc/[ProductName]/[Language]') + self.set_method('GET') + + def get_ProductName(self): + return self.get_path_params().get('ProductName') + + def set_ProductName(self,ProductName): + self.add_path_param('ProductName',ProductName) + + def get_Language(self): + return self.get_path_params().get('Language') + + def set_Language(self,Language): + self.add_path_param('Language',Language) + + def get_Accept(self): + return self.get_headers().get('Accept') + + def set_Accept(self,Accept): + self.add_header('Accept',Accept) \ No newline at end of file diff --git a/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/GetProductDocumentRequest.py b/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/GetProductDocumentRequest.py new file mode 100644 index 0000000000..1b51e4813d --- /dev/null +++ b/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/GetProductDocumentRequest.py @@ -0,0 +1,56 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RoaRequest +class GetProductDocumentRequest(RoaRequest): + + def __init__(self): + RoaRequest.__init__(self, 'Acs', '2015-01-01', 'GetProductDocument') + self.set_uri_pattern('/ProductDocument/[ProductName]/[Language]/[Site]/[IsDraft]') + self.set_method('GET') + + def get_Site(self): + return self.get_path_params().get('Site') + + def set_Site(self,Site): + self.add_path_param('Site',Site) + + def get_IsDraft(self): + return self.get_path_params().get('IsDraft') + + def set_IsDraft(self,IsDraft): + self.add_path_param('IsDraft',IsDraft) + + def get_ProductName(self): + return self.get_path_params().get('ProductName') + + def set_ProductName(self,ProductName): + self.add_path_param('ProductName',ProductName) + + def get_Language(self): + return self.get_path_params().get('Language') + + def set_Language(self,Language): + self.add_path_param('Language',Language) + + def get_Accept(self): + return self.get_headers().get('Accept') + + def set_Accept(self,Accept): + self.add_header('Accept',Accept) \ No newline at end of file diff --git a/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/GetProductRequest.py b/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/GetProductRequest.py new file mode 100644 index 0000000000..34f265b060 --- /dev/null +++ b/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/GetProductRequest.py @@ -0,0 +1,38 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RoaRequest +class GetProductRequest(RoaRequest): + + def __init__(self): + RoaRequest.__init__(self, 'Acs', '2015-01-01', 'GetProduct') + self.set_uri_pattern('/Product/[ProductName]') + self.set_method('GET') + + def get_ProductName(self): + return self.get_path_params().get('ProductName') + + def set_ProductName(self,ProductName): + self.add_path_param('ProductName',ProductName) + + def get_Accept(self): + return self.get_headers().get('Accept') + + def set_Accept(self,Accept): + self.add_header('Accept',Accept) \ No newline at end of file diff --git a/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/GetSecretKeyRequest.py b/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/GetSecretKeyRequest.py new file mode 100644 index 0000000000..d5519203a7 --- /dev/null +++ b/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/GetSecretKeyRequest.py @@ -0,0 +1,38 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RoaRequest +class GetSecretKeyRequest(RoaRequest): + + def __init__(self): + RoaRequest.__init__(self, 'Acs', '2015-01-01', 'GetSecretKey') + self.set_uri_pattern('/SecretKey/[Product]') + self.set_method('GET') + + def get_Product(self): + return self.get_path_params().get('Product') + + def set_Product(self,Product): + self.add_path_param('Product',Product) + + def get_Accept(self): + return self.get_headers().get('Accept') + + def set_Accept(self,Accept): + self.add_header('Accept',Accept) \ No newline at end of file diff --git a/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/GetSystemMetaRequest.py b/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/GetSystemMetaRequest.py new file mode 100644 index 0000000000..bc880b6012 --- /dev/null +++ b/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/GetSystemMetaRequest.py @@ -0,0 +1,38 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RoaRequest +class GetSystemMetaRequest(RoaRequest): + + def __init__(self): + RoaRequest.__init__(self, 'Acs', '2015-01-01', 'GetSystemMeta') + self.set_uri_pattern('/PopSystemMeta/[MetaName]') + self.set_method('GET') + + def get_MetaName(self): + return self.get_path_params().get('MetaName') + + def set_MetaName(self,MetaName): + self.add_path_param('MetaName',MetaName) + + def get_Accept(self): + return self.get_headers().get('Accept') + + def set_Accept(self,Accept): + self.add_header('Accept',Accept) \ No newline at end of file diff --git a/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/GetTairCacheRequest.py b/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/GetTairCacheRequest.py new file mode 100644 index 0000000000..dc384e8173 --- /dev/null +++ b/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/GetTairCacheRequest.py @@ -0,0 +1,38 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RoaRequest +class GetTairCacheRequest(RoaRequest): + + def __init__(self): + RoaRequest.__init__(self, 'Acs', '2015-01-01', 'GetTairCache') + self.set_uri_pattern('/TairCache') + self.set_method('GET') + + def get_xacscachekey(self): + return self.get_headers().get('x-acs-cache-key') + + def set_xacscachekey(self,xacscachekey): + self.add_header('x-acs-cache-key',xacscachekey) + + def get_Accept(self): + return self.get_headers().get('Accept') + + def set_Accept(self,Accept): + self.add_header('Accept',Accept) \ No newline at end of file diff --git a/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/GetVersionDocNewRequest.py b/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/GetVersionDocNewRequest.py new file mode 100644 index 0000000000..a1edbf8286 --- /dev/null +++ b/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/GetVersionDocNewRequest.py @@ -0,0 +1,56 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RoaRequest +class GetVersionDocNewRequest(RoaRequest): + + def __init__(self): + RoaRequest.__init__(self, 'Acs', '2015-01-01', 'GetVersionDocNew') + self.set_uri_pattern('/VersionDocNew/[ProductName]/[VersionName]/[Language]/[IsDraft]') + self.set_method('GET') + + def get_IsDraft(self): + return self.get_path_params().get('IsDraft') + + def set_IsDraft(self,IsDraft): + self.add_path_param('IsDraft',IsDraft) + + def get_ProductName(self): + return self.get_path_params().get('ProductName') + + def set_ProductName(self,ProductName): + self.add_path_param('ProductName',ProductName) + + def get_Language(self): + return self.get_path_params().get('Language') + + def set_Language(self,Language): + self.add_path_param('Language',Language) + + def get_VersionName(self): + return self.get_path_params().get('VersionName') + + def set_VersionName(self,VersionName): + self.add_path_param('VersionName',VersionName) + + def get_Accept(self): + return self.get_headers().get('Accept') + + def set_Accept(self,Accept): + self.add_header('Accept',Accept) \ No newline at end of file diff --git a/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/GetVersionDocRequest.py b/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/GetVersionDocRequest.py new file mode 100644 index 0000000000..c094cf1227 --- /dev/null +++ b/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/GetVersionDocRequest.py @@ -0,0 +1,50 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RoaRequest +class GetVersionDocRequest(RoaRequest): + + def __init__(self): + RoaRequest.__init__(self, 'Acs', '2015-01-01', 'GetVersionDoc') + self.set_uri_pattern('/VersionDoc/[ProductName]/[VersionName]/[Language]') + self.set_method('GET') + + def get_ProductName(self): + return self.get_path_params().get('ProductName') + + def set_ProductName(self,ProductName): + self.add_path_param('ProductName',ProductName) + + def get_Language(self): + return self.get_path_params().get('Language') + + def set_Language(self,Language): + self.add_path_param('Language',Language) + + def get_VersionName(self): + return self.get_path_params().get('VersionName') + + def set_VersionName(self,VersionName): + self.add_path_param('VersionName',VersionName) + + def get_Accept(self): + return self.get_headers().get('Accept') + + def set_Accept(self,Accept): + self.add_header('Accept',Accept) \ No newline at end of file diff --git a/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/GetVersionDocumentRequest.py b/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/GetVersionDocumentRequest.py new file mode 100644 index 0000000000..e98f8df48a --- /dev/null +++ b/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/GetVersionDocumentRequest.py @@ -0,0 +1,62 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RoaRequest +class GetVersionDocumentRequest(RoaRequest): + + def __init__(self): + RoaRequest.__init__(self, 'Acs', '2015-01-01', 'GetVersionDocument') + self.set_uri_pattern('/VersionDocument/[ProductName]/[VersionName]/[Language]/[Site]/[IsDraft]') + self.set_method('GET') + + def get_Site(self): + return self.get_path_params().get('Site') + + def set_Site(self,Site): + self.add_path_param('Site',Site) + + def get_IsDraft(self): + return self.get_path_params().get('IsDraft') + + def set_IsDraft(self,IsDraft): + self.add_path_param('IsDraft',IsDraft) + + def get_ProductName(self): + return self.get_path_params().get('ProductName') + + def set_ProductName(self,ProductName): + self.add_path_param('ProductName',ProductName) + + def get_Language(self): + return self.get_path_params().get('Language') + + def set_Language(self,Language): + self.add_path_param('Language',Language) + + def get_VersionName(self): + return self.get_path_params().get('VersionName') + + def set_VersionName(self,VersionName): + self.add_path_param('VersionName',VersionName) + + def get_Accept(self): + return self.get_headers().get('Accept') + + def set_Accept(self,Accept): + self.add_header('Accept',Accept) \ No newline at end of file diff --git a/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/GetVersionRequest.py b/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/GetVersionRequest.py new file mode 100644 index 0000000000..1e07d142b7 --- /dev/null +++ b/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/GetVersionRequest.py @@ -0,0 +1,44 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RoaRequest +class GetVersionRequest(RoaRequest): + + def __init__(self): + RoaRequest.__init__(self, 'Acs', '2015-01-01', 'GetVersion') + self.set_uri_pattern('/Version/[ProductName]/[VersionName]') + self.set_method('GET') + + def get_ProductName(self): + return self.get_path_params().get('ProductName') + + def set_ProductName(self,ProductName): + self.add_path_param('ProductName',ProductName) + + def get_VersionName(self): + return self.get_path_params().get('VersionName') + + def set_VersionName(self,VersionName): + self.add_path_param('VersionName',VersionName) + + def get_Accept(self): + return self.get_headers().get('Accept') + + def set_Accept(self,Accept): + self.add_header('Accept',Accept) \ No newline at end of file diff --git a/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/GetVersionWithAllApiRequest.py b/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/GetVersionWithAllApiRequest.py new file mode 100644 index 0000000000..9f7731d49c --- /dev/null +++ b/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/GetVersionWithAllApiRequest.py @@ -0,0 +1,50 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RoaRequest +class GetVersionWithAllApiRequest(RoaRequest): + + def __init__(self): + RoaRequest.__init__(self, 'Acs', '2015-01-01', 'GetVersionWithAllApi') + self.set_uri_pattern('/VersionWithAllApi/[ProductName]/[VersionName]') + self.set_method('GET') + + def get_ProductName(self): + return self.get_path_params().get('ProductName') + + def set_ProductName(self,ProductName): + self.add_path_param('ProductName',ProductName) + + def get_IncludeOfflineApi(self): + return self.get_query_params().get('IncludeOfflineApi') + + def set_IncludeOfflineApi(self,IncludeOfflineApi): + self.add_query_param('IncludeOfflineApi',IncludeOfflineApi) + + def get_VersionName(self): + return self.get_path_params().get('VersionName') + + def set_VersionName(self,VersionName): + self.add_path_param('VersionName',VersionName) + + def get_Accept(self): + return self.get_headers().get('Accept') + + def set_Accept(self,Accept): + self.add_header('Accept',Accept) \ No newline at end of file diff --git a/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/PutAccountBindingRequest.py b/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/PutAccountBindingRequest.py new file mode 100644 index 0000000000..64be071b87 --- /dev/null +++ b/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/PutAccountBindingRequest.py @@ -0,0 +1,50 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RoaRequest +class PutAccountBindingRequest(RoaRequest): + + def __init__(self): + RoaRequest.__init__(self, 'Acs', '2015-01-01', 'PutAccountBinding') + self.set_uri_pattern('/AccountBinding/[Product]/[AliyunUid]/[BucEmpId]') + self.set_method('PUT') + + def get_Product(self): + return self.get_path_params().get('Product') + + def set_Product(self,Product): + self.add_path_param('Product',Product) + + def get_AliyunUid(self): + return self.get_path_params().get('AliyunUid') + + def set_AliyunUid(self,AliyunUid): + self.add_path_param('AliyunUid',AliyunUid) + + def get_BucEmpId(self): + return self.get_path_params().get('BucEmpId') + + def set_BucEmpId(self,BucEmpId): + self.add_path_param('BucEmpId',BucEmpId) + + def get_Accept(self): + return self.get_headers().get('Accept') + + def set_Accept(self,Accept): + self.add_header('Accept',Accept) \ No newline at end of file diff --git a/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/PutApiDocRequest.py b/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/PutApiDocRequest.py new file mode 100644 index 0000000000..208f71bccb --- /dev/null +++ b/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/PutApiDocRequest.py @@ -0,0 +1,86 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RoaRequest +class PutApiDocRequest(RoaRequest): + + def __init__(self): + RoaRequest.__init__(self, 'Acs', '2015-01-01', 'PutApiDoc') + self.set_uri_pattern('/ApiDoc/[ProductName]/[VersionName]/[ApiName]/[Language]/[Environment]') + self.set_method('PUT') + + def get_ContentLength(self): + return self.get_headers().get('Content-Length') + + def set_ContentLength(self,ContentLength): + self.add_header('Content-Length',ContentLength) + + def get_BodyContent(self): + return self.get_body_params().get('BodyContent') + + def set_BodyContent(self,BodyContent): + self.add_body_params('BodyContent', BodyContent) + + def get_Environment(self): + return self.get_path_params().get('Environment') + + def set_Environment(self,Environment): + self.add_path_param('Environment',Environment) + + def get_ApiName(self): + return self.get_path_params().get('ApiName') + + def set_ApiName(self,ApiName): + self.add_path_param('ApiName',ApiName) + + def get_ContentMD5(self): + return self.get_headers().get('Content-MD5') + + def set_ContentMD5(self,ContentMD5): + self.add_header('Content-MD5',ContentMD5) + + def get_ProductName(self): + return self.get_path_params().get('ProductName') + + def set_ProductName(self,ProductName): + self.add_path_param('ProductName',ProductName) + + def get_ContentType(self): + return self.get_headers().get('Content-Type') + + def set_ContentType(self,ContentType): + self.add_header('Content-Type',ContentType) + + def get_Language(self): + return self.get_path_params().get('Language') + + def set_Language(self,Language): + self.add_path_param('Language',Language) + + def get_VersionName(self): + return self.get_path_params().get('VersionName') + + def set_VersionName(self,VersionName): + self.add_path_param('VersionName',VersionName) + + def get_Accept(self): + return self.get_headers().get('Accept') + + def set_Accept(self,Accept): + self.add_header('Accept',Accept) \ No newline at end of file diff --git a/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/PutApiDocumentRequest.py b/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/PutApiDocumentRequest.py new file mode 100644 index 0000000000..0b31fe26d7 --- /dev/null +++ b/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/PutApiDocumentRequest.py @@ -0,0 +1,86 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RoaRequest +class PutApiDocumentRequest(RoaRequest): + + def __init__(self): + RoaRequest.__init__(self, 'Acs', '2015-01-01', 'PutApiDocument') + self.set_uri_pattern('/ApiDocument/[ProductName]/[VersionName]/[ApiName]/[Language]/[Site]') + self.set_method('PUT') + + def get_ContentLength(self): + return self.get_headers().get('Content-Length') + + def set_ContentLength(self,ContentLength): + self.add_header('Content-Length',ContentLength) + + def get_BodyContent(self): + return self.get_body_params().get('BodyContent') + + def set_BodyContent(self,BodyContent): + self.add_body_params('BodyContent', BodyContent) + + def get_Site(self): + return self.get_path_params().get('Site') + + def set_Site(self,Site): + self.add_path_param('Site',Site) + + def get_ApiName(self): + return self.get_path_params().get('ApiName') + + def set_ApiName(self,ApiName): + self.add_path_param('ApiName',ApiName) + + def get_ContentMD5(self): + return self.get_headers().get('Content-MD5') + + def set_ContentMD5(self,ContentMD5): + self.add_header('Content-MD5',ContentMD5) + + def get_ProductName(self): + return self.get_path_params().get('ProductName') + + def set_ProductName(self,ProductName): + self.add_path_param('ProductName',ProductName) + + def get_ContentType(self): + return self.get_headers().get('Content-Type') + + def set_ContentType(self,ContentType): + self.add_header('Content-Type',ContentType) + + def get_Language(self): + return self.get_path_params().get('Language') + + def set_Language(self,Language): + self.add_path_param('Language',Language) + + def get_VersionName(self): + return self.get_path_params().get('VersionName') + + def set_VersionName(self,VersionName): + self.add_path_param('VersionName',VersionName) + + def get_Accept(self): + return self.get_headers().get('Accept') + + def set_Accept(self,Accept): + self.add_header('Accept',Accept) \ No newline at end of file diff --git a/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/PutApiErrorMappingRequest.py b/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/PutApiErrorMappingRequest.py new file mode 100644 index 0000000000..02d5e55691 --- /dev/null +++ b/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/PutApiErrorMappingRequest.py @@ -0,0 +1,74 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RoaRequest +class PutApiErrorMappingRequest(RoaRequest): + + def __init__(self): + RoaRequest.__init__(self, 'Acs', '2015-01-01', 'PutApiErrorMapping') + self.set_uri_pattern('/ErrorMapping/[ProductName]/[VersionName]/[ApiName]') + self.set_method('PUT') + + def get_ContentLength(self): + return self.get_headers().get('Content-Length') + + def set_ContentLength(self,ContentLength): + self.add_header('Content-Length',ContentLength) + + def get_BodyContent(self): + return self.get_body_params().get('BodyContent') + + def set_BodyContent(self,BodyContent): + self.add_body_params('BodyContent', BodyContent) + + def get_ApiName(self): + return self.get_path_params().get('ApiName') + + def set_ApiName(self,ApiName): + self.add_path_param('ApiName',ApiName) + + def get_ContentMD5(self): + return self.get_headers().get('Content-MD5') + + def set_ContentMD5(self,ContentMD5): + self.add_header('Content-MD5',ContentMD5) + + def get_ProductName(self): + return self.get_path_params().get('ProductName') + + def set_ProductName(self,ProductName): + self.add_path_param('ProductName',ProductName) + + def get_ContentType(self): + return self.get_headers().get('Content-Type') + + def set_ContentType(self,ContentType): + self.add_header('Content-Type',ContentType) + + def get_VersionName(self): + return self.get_path_params().get('VersionName') + + def set_VersionName(self,VersionName): + self.add_path_param('VersionName',VersionName) + + def get_Accept(self): + return self.get_headers().get('Accept') + + def set_Accept(self,Accept): + self.add_header('Accept',Accept) \ No newline at end of file diff --git a/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/PutApiGatedLaunchRequest.py b/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/PutApiGatedLaunchRequest.py new file mode 100644 index 0000000000..6551ebb3fc --- /dev/null +++ b/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/PutApiGatedLaunchRequest.py @@ -0,0 +1,50 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RoaRequest +class PutApiGatedLaunchRequest(RoaRequest): + + def __init__(self): + RoaRequest.__init__(self, 'Acs', '2015-01-01', 'PutApiGatedLaunch') + self.set_uri_pattern('/GatedLaunch/[ProductName]/[VersionName]/[ApiName]') + self.set_method('POST') + + def get_ApiName(self): + return self.get_path_params().get('ApiName') + + def set_ApiName(self,ApiName): + self.add_path_param('ApiName',ApiName) + + def get_ProductName(self): + return self.get_path_params().get('ProductName') + + def set_ProductName(self,ProductName): + self.add_path_param('ProductName',ProductName) + + def get_VersionName(self): + return self.get_path_params().get('VersionName') + + def set_VersionName(self,VersionName): + self.add_path_param('VersionName',VersionName) + + def get_Accept(self): + return self.get_headers().get('Accept') + + def set_Accept(self,Accept): + self.add_header('Accept',Accept) \ No newline at end of file diff --git a/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/PutApiNewRequest.py b/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/PutApiNewRequest.py new file mode 100644 index 0000000000..d56734f1d9 --- /dev/null +++ b/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/PutApiNewRequest.py @@ -0,0 +1,74 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RoaRequest +class PutApiNewRequest(RoaRequest): + + def __init__(self): + RoaRequest.__init__(self, 'Acs', '2015-01-01', 'PutApiNew') + self.set_uri_pattern('/[ProductName]/[VersionName]/[ApiName]?new') + self.set_method('PUT') + + def get_ContentLength(self): + return self.get_headers().get('Content-Length') + + def set_ContentLength(self,ContentLength): + self.add_header('Content-Length',ContentLength) + + def get_BodyContent(self): + return self.get_body_params().get('BodyContent') + + def set_BodyContent(self,BodyContent): + self.add_body_params('BodyContent', BodyContent) + + def get_ApiName(self): + return self.get_path_params().get('ApiName') + + def set_ApiName(self,ApiName): + self.add_path_param('ApiName',ApiName) + + def get_ContentMD5(self): + return self.get_headers().get('Content-MD5') + + def set_ContentMD5(self,ContentMD5): + self.add_header('Content-MD5',ContentMD5) + + def get_ProductName(self): + return self.get_path_params().get('ProductName') + + def set_ProductName(self,ProductName): + self.add_path_param('ProductName',ProductName) + + def get_ContentType(self): + return self.get_headers().get('Content-Type') + + def set_ContentType(self,ContentType): + self.add_header('Content-Type',ContentType) + + def get_VersionName(self): + return self.get_path_params().get('VersionName') + + def set_VersionName(self,VersionName): + self.add_path_param('VersionName',VersionName) + + def get_Accept(self): + return self.get_headers().get('Accept') + + def set_Accept(self,Accept): + self.add_header('Accept',Accept) \ No newline at end of file diff --git a/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/PutApiParametersRequest.py b/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/PutApiParametersRequest.py new file mode 100644 index 0000000000..f7dbf2adb3 --- /dev/null +++ b/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/PutApiParametersRequest.py @@ -0,0 +1,74 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RoaRequest +class PutApiParametersRequest(RoaRequest): + + def __init__(self): + RoaRequest.__init__(self, 'Acs', '2015-01-01', 'PutApiParameters') + self.set_uri_pattern('/Parameters/[ProductName]/[VersionName]/[ApiName]') + self.set_method('PUT') + + def get_ContentLength(self): + return self.get_headers().get('Content-Length') + + def set_ContentLength(self,ContentLength): + self.add_header('Content-Length',ContentLength) + + def get_BodyContent(self): + return self.get_body_params().get('BodyContent') + + def set_BodyContent(self,BodyContent): + self.add_body_params('BodyContent', BodyContent) + + def get_ApiName(self): + return self.get_path_params().get('ApiName') + + def set_ApiName(self,ApiName): + self.add_path_param('ApiName',ApiName) + + def get_ContentMD5(self): + return self.get_headers().get('Content-MD5') + + def set_ContentMD5(self,ContentMD5): + self.add_header('Content-MD5',ContentMD5) + + def get_ProductName(self): + return self.get_path_params().get('ProductName') + + def set_ProductName(self,ProductName): + self.add_path_param('ProductName',ProductName) + + def get_ContentType(self): + return self.get_headers().get('Content-Type') + + def set_ContentType(self,ContentType): + self.add_header('Content-Type',ContentType) + + def get_VersionName(self): + return self.get_path_params().get('VersionName') + + def set_VersionName(self,VersionName): + self.add_path_param('VersionName',VersionName) + + def get_Accept(self): + return self.get_headers().get('Accept') + + def set_Accept(self,Accept): + self.add_header('Accept',Accept) \ No newline at end of file diff --git a/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/PutApiReleaseRequest.py b/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/PutApiReleaseRequest.py new file mode 100644 index 0000000000..a2f6de4879 --- /dev/null +++ b/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/PutApiReleaseRequest.py @@ -0,0 +1,74 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RoaRequest +class PutApiReleaseRequest(RoaRequest): + + def __init__(self): + RoaRequest.__init__(self, 'Acs', '2015-01-01', 'PutApiRelease') + self.set_uri_pattern('/Release/[ProductName]/[VersionName]/[ApiName]') + self.set_method('PUT') + + def get_ContentLength(self): + return self.get_headers().get('Content-Length') + + def set_ContentLength(self,ContentLength): + self.add_header('Content-Length',ContentLength) + + def get_BodyContent(self): + return self.get_body_params().get('BodyContent') + + def set_BodyContent(self,BodyContent): + self.add_body_params('BodyContent', BodyContent) + + def get_ApiName(self): + return self.get_path_params().get('ApiName') + + def set_ApiName(self,ApiName): + self.add_path_param('ApiName',ApiName) + + def get_ContentMD5(self): + return self.get_headers().get('Content-MD5') + + def set_ContentMD5(self,ContentMD5): + self.add_header('Content-MD5',ContentMD5) + + def get_ProductName(self): + return self.get_path_params().get('ProductName') + + def set_ProductName(self,ProductName): + self.add_path_param('ProductName',ProductName) + + def get_ContentType(self): + return self.get_headers().get('Content-Type') + + def set_ContentType(self,ContentType): + self.add_header('Content-Type',ContentType) + + def get_VersionName(self): + return self.get_path_params().get('VersionName') + + def set_VersionName(self,VersionName): + self.add_path_param('VersionName',VersionName) + + def get_Accept(self): + return self.get_headers().get('Accept') + + def set_Accept(self,Accept): + self.add_header('Accept',Accept) \ No newline at end of file diff --git a/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/PutApiRequest.py b/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/PutApiRequest.py new file mode 100644 index 0000000000..0baf35ae1e --- /dev/null +++ b/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/PutApiRequest.py @@ -0,0 +1,74 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RoaRequest +class PutApiRequest(RoaRequest): + + def __init__(self): + RoaRequest.__init__(self, 'Acs', '2015-01-01', 'PutApi') + self.set_uri_pattern('/Api/[ProductName]/[VersionName]/[ApiName]') + self.set_method('PUT') + + def get_ContentLength(self): + return self.get_headers().get('Content-Length') + + def set_ContentLength(self,ContentLength): + self.add_header('Content-Length',ContentLength) + + def get_BodyContent(self): + return self.get_body_params().get('BodyContent') + + def set_BodyContent(self,BodyContent): + self.add_body_params('BodyContent', BodyContent) + + def get_ApiName(self): + return self.get_path_params().get('ApiName') + + def set_ApiName(self,ApiName): + self.add_path_param('ApiName',ApiName) + + def get_ContentMD5(self): + return self.get_headers().get('Content-MD5') + + def set_ContentMD5(self,ContentMD5): + self.add_header('Content-MD5',ContentMD5) + + def get_ProductName(self): + return self.get_path_params().get('ProductName') + + def set_ProductName(self,ProductName): + self.add_path_param('ProductName',ProductName) + + def get_ContentType(self): + return self.get_headers().get('Content-Type') + + def set_ContentType(self,ContentType): + self.add_header('Content-Type',ContentType) + + def get_VersionName(self): + return self.get_path_params().get('VersionName') + + def set_VersionName(self,VersionName): + self.add_path_param('VersionName',VersionName) + + def get_Accept(self): + return self.get_headers().get('Accept') + + def set_Accept(self,Accept): + self.add_header('Accept',Accept) \ No newline at end of file diff --git a/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/PutApiResultMappingRequest.py b/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/PutApiResultMappingRequest.py new file mode 100644 index 0000000000..1e57b4d087 --- /dev/null +++ b/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/PutApiResultMappingRequest.py @@ -0,0 +1,74 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RoaRequest +class PutApiResultMappingRequest(RoaRequest): + + def __init__(self): + RoaRequest.__init__(self, 'Acs', '2015-01-01', 'PutApiResultMapping') + self.set_uri_pattern('/ResultMapping/[ProductName]/[VersionName]/[ApiName]') + self.set_method('PUT') + + def get_ContentLength(self): + return self.get_headers().get('Content-Length') + + def set_ContentLength(self,ContentLength): + self.add_header('Content-Length',ContentLength) + + def get_BodyContent(self): + return self.get_body_params().get('BodyContent') + + def set_BodyContent(self,BodyContent): + self.add_body_params('BodyContent', BodyContent) + + def get_ApiName(self): + return self.get_path_params().get('ApiName') + + def set_ApiName(self,ApiName): + self.add_path_param('ApiName',ApiName) + + def get_ContentMD5(self): + return self.get_headers().get('Content-MD5') + + def set_ContentMD5(self,ContentMD5): + self.add_header('Content-MD5',ContentMD5) + + def get_ProductName(self): + return self.get_path_params().get('ProductName') + + def set_ProductName(self,ProductName): + self.add_path_param('ProductName',ProductName) + + def get_ContentType(self): + return self.get_headers().get('Content-Type') + + def set_ContentType(self,ContentType): + self.add_header('Content-Type',ContentType) + + def get_VersionName(self): + return self.get_path_params().get('VersionName') + + def set_VersionName(self,VersionName): + self.add_path_param('VersionName',VersionName) + + def get_Accept(self): + return self.get_headers().get('Accept') + + def set_Accept(self,Accept): + self.add_header('Accept',Accept) \ No newline at end of file diff --git a/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/PutApiRollbackRequest.py b/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/PutApiRollbackRequest.py new file mode 100644 index 0000000000..f0f380b7f5 --- /dev/null +++ b/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/PutApiRollbackRequest.py @@ -0,0 +1,80 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RoaRequest +class PutApiRollbackRequest(RoaRequest): + + def __init__(self): + RoaRequest.__init__(self, 'Acs', '2015-01-01', 'PutApiRollback') + self.set_uri_pattern('/Rollback/[ProductName]/[VersionName]/[ApiName]') + self.set_method('PUT') + + def get_ContentLength(self): + return self.get_headers().get('Content-Length') + + def set_ContentLength(self,ContentLength): + self.add_header('Content-Length',ContentLength) + + def get_BodyContent(self): + return self.get_body_params().get('BodyContent') + + def set_BodyContent(self,BodyContent): + self.add_body_params('BodyContent', BodyContent) + + def get_ApiName(self): + return self.get_path_params().get('ApiName') + + def set_ApiName(self,ApiName): + self.add_path_param('ApiName',ApiName) + + def get_ContentMD5(self): + return self.get_headers().get('Content-MD5') + + def set_ContentMD5(self,ContentMD5): + self.add_header('Content-MD5',ContentMD5) + + def get_BackupId(self): + return self.get_query_params().get('BackupId') + + def set_BackupId(self,BackupId): + self.add_query_param('BackupId',BackupId) + + def get_ProductName(self): + return self.get_path_params().get('ProductName') + + def set_ProductName(self,ProductName): + self.add_path_param('ProductName',ProductName) + + def get_ContentType(self): + return self.get_headers().get('Content-Type') + + def set_ContentType(self,ContentType): + self.add_header('Content-Type',ContentType) + + def get_VersionName(self): + return self.get_path_params().get('VersionName') + + def set_VersionName(self,VersionName): + self.add_path_param('VersionName',VersionName) + + def get_Accept(self): + return self.get_headers().get('Accept') + + def set_Accept(self,Accept): + self.add_header('Accept',Accept) \ No newline at end of file diff --git a/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/PutApiStatusRequest.py b/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/PutApiStatusRequest.py new file mode 100644 index 0000000000..c7ec76bad7 --- /dev/null +++ b/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/PutApiStatusRequest.py @@ -0,0 +1,74 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RoaRequest +class PutApiStatusRequest(RoaRequest): + + def __init__(self): + RoaRequest.__init__(self, 'Acs', '2015-01-01', 'PutApiStatus') + self.set_uri_pattern('/Status/[ProductName]/[VersionName]/[ApiName]') + self.set_method('PUT') + + def get_ContentLength(self): + return self.get_headers().get('Content-Length') + + def set_ContentLength(self,ContentLength): + self.add_header('Content-Length',ContentLength) + + def get_ApiName(self): + return self.get_path_params().get('ApiName') + + def set_ApiName(self,ApiName): + self.add_path_param('ApiName',ApiName) + + def get_ContentMD5(self): + return self.get_headers().get('Content-MD5') + + def set_ContentMD5(self,ContentMD5): + self.add_header('Content-MD5',ContentMD5) + + def get_ProductName(self): + return self.get_path_params().get('ProductName') + + def set_ProductName(self,ProductName): + self.add_path_param('ProductName',ProductName) + + def get_ContentType(self): + return self.get_headers().get('Content-Type') + + def set_ContentType(self,ContentType): + self.add_header('Content-Type',ContentType) + + def get_VersionName(self): + return self.get_path_params().get('VersionName') + + def set_VersionName(self,VersionName): + self.add_path_param('VersionName',VersionName) + + def get_Accept(self): + return self.get_headers().get('Accept') + + def set_Accept(self,Accept): + self.add_header('Accept',Accept) + + def get_Status(self): + return self.get_query_params().get('Status') + + def set_Status(self,Status): + self.add_query_param('Status',Status) \ No newline at end of file diff --git a/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/PutApiVisibilityRequest.py b/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/PutApiVisibilityRequest.py new file mode 100644 index 0000000000..2d24f0d46e --- /dev/null +++ b/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/PutApiVisibilityRequest.py @@ -0,0 +1,56 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RoaRequest +class PutApiVisibilityRequest(RoaRequest): + + def __init__(self): + RoaRequest.__init__(self, 'Acs', '2015-01-01', 'PutApiVisibility') + self.set_uri_pattern('/ApiVisibility/[ProductName]/[VersionName]/[ApiName]') + self.set_method('PUT') + + def get_BodyContent(self): + return self.get_body_params().get('BodyContent') + + def set_BodyContent(self,BodyContent): + self.add_body_params('BodyContent', BodyContent) + + def get_ApiName(self): + return self.get_path_params().get('ApiName') + + def set_ApiName(self,ApiName): + self.add_path_param('ApiName',ApiName) + + def get_ProductName(self): + return self.get_path_params().get('ProductName') + + def set_ProductName(self,ProductName): + self.add_path_param('ProductName',ProductName) + + def get_VersionName(self): + return self.get_path_params().get('VersionName') + + def set_VersionName(self,VersionName): + self.add_path_param('VersionName',VersionName) + + def get_Accept(self): + return self.get_headers().get('Accept') + + def set_Accept(self,Accept): + self.add_header('Accept',Accept) \ No newline at end of file diff --git a/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/PutConfigRequest.py b/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/PutConfigRequest.py new file mode 100644 index 0000000000..e46773a094 --- /dev/null +++ b/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/PutConfigRequest.py @@ -0,0 +1,56 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RoaRequest +class PutConfigRequest(RoaRequest): + + def __init__(self): + RoaRequest.__init__(self, 'Acs', '2015-01-01', 'PutConfig') + self.set_uri_pattern('/PopConfig') + self.set_method('PUT') + + def get_ContentLength(self): + return self.get_headers().get('Content-Length') + + def set_ContentLength(self,ContentLength): + self.add_header('Content-Length',ContentLength) + + def get_BodyContent(self): + return self.get_body_params().get('BodyContent') + + def set_BodyContent(self,BodyContent): + self.add_body_params('BodyContent', BodyContent) + + def get_ContentMD5(self): + return self.get_headers().get('Content-MD5') + + def set_ContentMD5(self,ContentMD5): + self.add_header('Content-MD5',ContentMD5) + + def get_ContentType(self): + return self.get_headers().get('Content-Type') + + def set_ContentType(self,ContentType): + self.add_header('Content-Type',ContentType) + + def get_Accept(self): + return self.get_headers().get('Accept') + + def set_Accept(self,Accept): + self.add_header('Accept',Accept) \ No newline at end of file diff --git a/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/PutControlPolicyRequest.py b/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/PutControlPolicyRequest.py new file mode 100644 index 0000000000..0e15c0705d --- /dev/null +++ b/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/PutControlPolicyRequest.py @@ -0,0 +1,56 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RoaRequest +class PutControlPolicyRequest(RoaRequest): + + def __init__(self): + RoaRequest.__init__(self, 'Acs', '2015-01-01', 'PutControlPolicy') + self.set_uri_pattern('/ControlPolicy') + self.set_method('PUT') + + def get_ContentLength(self): + return self.get_headers().get('Content-Length') + + def set_ContentLength(self,ContentLength): + self.add_header('Content-Length',ContentLength) + + def get_BodyContent(self): + return self.get_body_params().get('BodyContent') + + def set_BodyContent(self,BodyContent): + self.add_body_params('BodyContent', BodyContent) + + def get_ContentMD5(self): + return self.get_headers().get('Content-MD5') + + def set_ContentMD5(self,ContentMD5): + self.add_header('Content-MD5',ContentMD5) + + def get_ContentType(self): + return self.get_headers().get('Content-Type') + + def set_ContentType(self,ContentType): + self.add_header('Content-Type',ContentType) + + def get_Accept(self): + return self.get_headers().get('Accept') + + def set_Accept(self,Accept): + self.add_header('Accept',Accept) \ No newline at end of file diff --git a/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/PutDocTagRequest.py b/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/PutDocTagRequest.py new file mode 100644 index 0000000000..c0b8e8e2ef --- /dev/null +++ b/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/PutDocTagRequest.py @@ -0,0 +1,74 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RoaRequest +class PutDocTagRequest(RoaRequest): + + def __init__(self): + RoaRequest.__init__(self, 'Acs', '2015-01-01', 'PutDocTag') + self.set_uri_pattern('/DocTag/[Product]/[TagId]/[Language]') + self.set_method('PUT') + + def get_ContentLength(self): + return self.get_headers().get('Content-Length') + + def set_ContentLength(self,ContentLength): + self.add_header('Content-Length',ContentLength) + + def get_Product(self): + return self.get_path_params().get('Product') + + def set_Product(self,Product): + self.add_path_param('Product',Product) + + def get_BodyContent(self): + return self.get_body_params().get('BodyContent') + + def set_BodyContent(self,BodyContent): + self.add_body_params('BodyContent', BodyContent) + + def get_TagId(self): + return self.get_path_params().get('TagId') + + def set_TagId(self,TagId): + self.add_path_param('TagId',TagId) + + def get_ContentMD5(self): + return self.get_headers().get('Content-MD5') + + def set_ContentMD5(self,ContentMD5): + self.add_header('Content-MD5',ContentMD5) + + def get_ContentType(self): + return self.get_headers().get('Content-Type') + + def set_ContentType(self,ContentType): + self.add_header('Content-Type',ContentType) + + def get_Language(self): + return self.get_path_params().get('Language') + + def set_Language(self,Language): + self.add_path_param('Language',Language) + + def get_Accept(self): + return self.get_headers().get('Accept') + + def set_Accept(self,Accept): + self.add_header('Accept',Accept) \ No newline at end of file diff --git a/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/PutFlowControlRequest.py b/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/PutFlowControlRequest.py new file mode 100644 index 0000000000..4b79a3550a --- /dev/null +++ b/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/PutFlowControlRequest.py @@ -0,0 +1,56 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RoaRequest +class PutFlowControlRequest(RoaRequest): + + def __init__(self): + RoaRequest.__init__(self, 'Acs', '2015-01-01', 'PutFlowControl') + self.set_uri_pattern('/FlowControl/[ProductName]/[VersionName]/[ApiName]') + self.set_method('PUT') + + def get_BodyContent(self): + return self.get_body_params().get('BodyContent') + + def set_BodyContent(self,BodyContent): + self.add_body_params('BodyContent', BodyContent) + + def get_ApiName(self): + return self.get_path_params().get('ApiName') + + def set_ApiName(self,ApiName): + self.add_path_param('ApiName',ApiName) + + def get_ProductName(self): + return self.get_path_params().get('ProductName') + + def set_ProductName(self,ProductName): + self.add_path_param('ProductName',ProductName) + + def get_VersionName(self): + return self.get_path_params().get('VersionName') + + def set_VersionName(self,VersionName): + self.add_path_param('VersionName',VersionName) + + def get_Accept(self): + return self.get_headers().get('Accept') + + def set_Accept(self,Accept): + self.add_header('Accept',Accept) \ No newline at end of file diff --git a/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/PutFlowSpecialRequest.py b/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/PutFlowSpecialRequest.py new file mode 100644 index 0000000000..891aa811c2 --- /dev/null +++ b/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/PutFlowSpecialRequest.py @@ -0,0 +1,56 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RoaRequest +class PutFlowSpecialRequest(RoaRequest): + + def __init__(self): + RoaRequest.__init__(self, 'Acs', '2015-01-01', 'PutFlowSpecial') + self.set_uri_pattern('/FlowSpecial') + self.set_method('PUT') + + def get_ContentLength(self): + return self.get_headers().get('Content-Length') + + def set_ContentLength(self,ContentLength): + self.add_header('Content-Length',ContentLength) + + def get_BodyContent(self): + return self.get_body_params().get('BodyContent') + + def set_BodyContent(self,BodyContent): + self.add_body_params('BodyContent', BodyContent) + + def get_ContentMD5(self): + return self.get_headers().get('Content-MD5') + + def set_ContentMD5(self,ContentMD5): + self.add_header('Content-MD5',ContentMD5) + + def get_ContentType(self): + return self.get_headers().get('Content-Type') + + def set_ContentType(self,ContentType): + self.add_header('Content-Type',ContentType) + + def get_Accept(self): + return self.get_headers().get('Accept') + + def set_Accept(self,Accept): + self.add_header('Accept',Accept) \ No newline at end of file diff --git a/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/PutGatedLaunchPolicyRequest.py b/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/PutGatedLaunchPolicyRequest.py new file mode 100644 index 0000000000..6f43f20fe2 --- /dev/null +++ b/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/PutGatedLaunchPolicyRequest.py @@ -0,0 +1,56 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RoaRequest +class PutGatedLaunchPolicyRequest(RoaRequest): + + def __init__(self): + RoaRequest.__init__(self, 'Acs', '2015-01-01', 'PutGatedLaunchPolicy') + self.set_uri_pattern('/GatedLaunchPolicy') + self.set_method('PUT') + + def get_ContentLength(self): + return self.get_headers().get('Content-Length') + + def set_ContentLength(self,ContentLength): + self.add_header('Content-Length',ContentLength) + + def get_BodyContent(self): + return self.get_body_params().get('BodyContent') + + def set_BodyContent(self,BodyContent): + self.add_body_params('BodyContent', BodyContent) + + def get_ContentMD5(self): + return self.get_headers().get('Content-MD5') + + def set_ContentMD5(self,ContentMD5): + self.add_header('Content-MD5',ContentMD5) + + def get_ContentType(self): + return self.get_headers().get('Content-Type') + + def set_ContentType(self,ContentType): + self.add_header('Content-Type',ContentType) + + def get_Accept(self): + return self.get_headers().get('Accept') + + def set_Accept(self,Accept): + self.add_header('Accept',Accept) \ No newline at end of file diff --git a/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/PutGlobalErrorMappingRequest.py b/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/PutGlobalErrorMappingRequest.py new file mode 100644 index 0000000000..13fc1f40c8 --- /dev/null +++ b/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/PutGlobalErrorMappingRequest.py @@ -0,0 +1,56 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RoaRequest +class PutGlobalErrorMappingRequest(RoaRequest): + + def __init__(self): + RoaRequest.__init__(self, 'Acs', '2015-01-01', 'PutGlobalErrorMapping') + self.set_uri_pattern('/ErrorMapping') + self.set_method('PUT') + + def get_ContentLength(self): + return self.get_headers().get('Content-Length') + + def set_ContentLength(self,ContentLength): + self.add_header('Content-Length',ContentLength) + + def get_BodyContent(self): + return self.get_body_params().get('BodyContent') + + def set_BodyContent(self,BodyContent): + self.add_body_params('BodyContent', BodyContent) + + def get_ContentMD5(self): + return self.get_headers().get('Content-MD5') + + def set_ContentMD5(self,ContentMD5): + self.add_header('Content-MD5',ContentMD5) + + def get_ContentType(self): + return self.get_headers().get('Content-Type') + + def set_ContentType(self,ContentType): + self.add_header('Content-Type',ContentType) + + def get_Accept(self): + return self.get_headers().get('Accept') + + def set_Accept(self,Accept): + self.add_header('Accept',Accept) \ No newline at end of file diff --git a/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/PutPolicyRequest.py b/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/PutPolicyRequest.py new file mode 100644 index 0000000000..0bcada638b --- /dev/null +++ b/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/PutPolicyRequest.py @@ -0,0 +1,56 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RoaRequest +class PutPolicyRequest(RoaRequest): + + def __init__(self): + RoaRequest.__init__(self, 'Acs', '2015-01-01', 'PutPolicy') + self.set_uri_pattern('/Policy') + self.set_method('PUT') + + def get_ContentLength(self): + return self.get_headers().get('Content-Length') + + def set_ContentLength(self,ContentLength): + self.add_header('Content-Length',ContentLength) + + def get_BodyContent(self): + return self.get_body_params().get('BodyContent') + + def set_BodyContent(self,BodyContent): + self.add_body_params('BodyContent', BodyContent) + + def get_ContentMD5(self): + return self.get_headers().get('Content-MD5') + + def set_ContentMD5(self,ContentMD5): + self.add_header('Content-MD5',ContentMD5) + + def get_ContentType(self): + return self.get_headers().get('Content-Type') + + def set_ContentType(self,ContentType): + self.add_header('Content-Type',ContentType) + + def get_Accept(self): + return self.get_headers().get('Accept') + + def set_Accept(self,Accept): + self.add_header('Accept',Accept) \ No newline at end of file diff --git a/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/PutProductDocRequest.py b/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/PutProductDocRequest.py new file mode 100644 index 0000000000..d47e750768 --- /dev/null +++ b/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/PutProductDocRequest.py @@ -0,0 +1,68 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RoaRequest +class PutProductDocRequest(RoaRequest): + + def __init__(self): + RoaRequest.__init__(self, 'Acs', '2015-01-01', 'PutProductDoc') + self.set_uri_pattern('/ProductDoc/[ProductName]/[Language]') + self.set_method('PUT') + + def get_ContentLength(self): + return self.get_headers().get('Content-Length') + + def set_ContentLength(self,ContentLength): + self.add_header('Content-Length',ContentLength) + + def get_BodyContent(self): + return self.get_body_params().get('BodyContent') + + def set_BodyContent(self,BodyContent): + self.add_body_params('BodyContent', BodyContent) + + def get_ContentMD5(self): + return self.get_headers().get('Content-MD5') + + def set_ContentMD5(self,ContentMD5): + self.add_header('Content-MD5',ContentMD5) + + def get_ProductName(self): + return self.get_path_params().get('ProductName') + + def set_ProductName(self,ProductName): + self.add_path_param('ProductName',ProductName) + + def get_ContentType(self): + return self.get_headers().get('Content-Type') + + def set_ContentType(self,ContentType): + self.add_header('Content-Type',ContentType) + + def get_Language(self): + return self.get_path_params().get('Language') + + def set_Language(self,Language): + self.add_path_param('Language',Language) + + def get_Accept(self): + return self.get_headers().get('Accept') + + def set_Accept(self,Accept): + self.add_header('Accept',Accept) \ No newline at end of file diff --git a/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/PutProductDocumentRequest.py b/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/PutProductDocumentRequest.py new file mode 100644 index 0000000000..b096b33f11 --- /dev/null +++ b/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/PutProductDocumentRequest.py @@ -0,0 +1,74 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RoaRequest +class PutProductDocumentRequest(RoaRequest): + + def __init__(self): + RoaRequest.__init__(self, 'Acs', '2015-01-01', 'PutProductDocument') + self.set_uri_pattern('/ProductDocument/[ProductName]/[Language]/[Site]') + self.set_method('PUT') + + def get_ContentLength(self): + return self.get_headers().get('Content-Length') + + def set_ContentLength(self,ContentLength): + self.add_header('Content-Length',ContentLength) + + def get_BodyContent(self): + return self.get_body_params().get('BodyContent') + + def set_BodyContent(self,BodyContent): + self.add_body_params('BodyContent', BodyContent) + + def get_Site(self): + return self.get_path_params().get('Site') + + def set_Site(self,Site): + self.add_path_param('Site',Site) + + def get_ContentMD5(self): + return self.get_headers().get('Content-MD5') + + def set_ContentMD5(self,ContentMD5): + self.add_header('Content-MD5',ContentMD5) + + def get_ProductName(self): + return self.get_path_params().get('ProductName') + + def set_ProductName(self,ProductName): + self.add_path_param('ProductName',ProductName) + + def get_ContentType(self): + return self.get_headers().get('Content-Type') + + def set_ContentType(self,ContentType): + self.add_header('Content-Type',ContentType) + + def get_Language(self): + return self.get_path_params().get('Language') + + def set_Language(self,Language): + self.add_path_param('Language',Language) + + def get_Accept(self): + return self.get_headers().get('Accept') + + def set_Accept(self,Accept): + self.add_header('Accept',Accept) \ No newline at end of file diff --git a/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/PutProductRequest.py b/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/PutProductRequest.py new file mode 100644 index 0000000000..59981472d4 --- /dev/null +++ b/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/PutProductRequest.py @@ -0,0 +1,62 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RoaRequest +class PutProductRequest(RoaRequest): + + def __init__(self): + RoaRequest.__init__(self, 'Acs', '2015-01-01', 'PutProduct') + self.set_uri_pattern('/Product/[ProductName]') + self.set_method('PUT') + + def get_ContentLength(self): + return self.get_headers().get('Content-Length') + + def set_ContentLength(self,ContentLength): + self.add_header('Content-Length',ContentLength) + + def get_BodyContent(self): + return self.get_body_params().get('BodyContent') + + def set_BodyContent(self,BodyContent): + self.add_body_params('BodyContent', BodyContent) + + def get_ContentMD5(self): + return self.get_headers().get('Content-MD5') + + def set_ContentMD5(self,ContentMD5): + self.add_header('Content-MD5',ContentMD5) + + def get_ProductName(self): + return self.get_path_params().get('ProductName') + + def set_ProductName(self,ProductName): + self.add_path_param('ProductName',ProductName) + + def get_ContentType(self): + return self.get_headers().get('Content-Type') + + def set_ContentType(self,ContentType): + self.add_header('Content-Type',ContentType) + + def get_Accept(self): + return self.get_headers().get('Accept') + + def set_Accept(self,Accept): + self.add_header('Accept',Accept) \ No newline at end of file diff --git a/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/PutSecretKeyRequest.py b/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/PutSecretKeyRequest.py new file mode 100644 index 0000000000..f9bd224ce0 --- /dev/null +++ b/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/PutSecretKeyRequest.py @@ -0,0 +1,56 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RoaRequest +class PutSecretKeyRequest(RoaRequest): + + def __init__(self): + RoaRequest.__init__(self, 'Acs', '2015-01-01', 'PutSecretKey') + self.set_uri_pattern('/SecretKey') + self.set_method('PUT') + + def get_ContentLength(self): + return self.get_headers().get('Content-Length') + + def set_ContentLength(self,ContentLength): + self.add_header('Content-Length',ContentLength) + + def get_BodyContent(self): + return self.get_body_params().get('BodyContent') + + def set_BodyContent(self,BodyContent): + self.add_body_params('BodyContent', BodyContent) + + def get_ContentMD5(self): + return self.get_headers().get('Content-MD5') + + def set_ContentMD5(self,ContentMD5): + self.add_header('Content-MD5',ContentMD5) + + def get_ContentType(self): + return self.get_headers().get('Content-Type') + + def set_ContentType(self,ContentType): + self.add_header('Content-Type',ContentType) + + def get_Accept(self): + return self.get_headers().get('Accept') + + def set_Accept(self,Accept): + self.add_header('Accept',Accept) \ No newline at end of file diff --git a/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/PutSystemMetaRequest.py b/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/PutSystemMetaRequest.py new file mode 100644 index 0000000000..519ee61d98 --- /dev/null +++ b/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/PutSystemMetaRequest.py @@ -0,0 +1,56 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RoaRequest +class PutSystemMetaRequest(RoaRequest): + + def __init__(self): + RoaRequest.__init__(self, 'Acs', '2015-01-01', 'PutSystemMeta') + self.set_uri_pattern('/PopSystemMeta') + self.set_method('PUT') + + def get_ContentLength(self): + return self.get_headers().get('Content-Length') + + def set_ContentLength(self,ContentLength): + self.add_header('Content-Length',ContentLength) + + def get_BodyContent(self): + return self.get_body_params().get('BodyContent') + + def set_BodyContent(self,BodyContent): + self.add_body_params('BodyContent', BodyContent) + + def get_ContentMD5(self): + return self.get_headers().get('Content-MD5') + + def set_ContentMD5(self,ContentMD5): + self.add_header('Content-MD5',ContentMD5) + + def get_ContentType(self): + return self.get_headers().get('Content-Type') + + def set_ContentType(self,ContentType): + self.add_header('Content-Type',ContentType) + + def get_Accept(self): + return self.get_headers().get('Accept') + + def set_Accept(self,Accept): + self.add_header('Accept',Accept) \ No newline at end of file diff --git a/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/PutVersionDocRequest.py b/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/PutVersionDocRequest.py new file mode 100644 index 0000000000..cf90c8b87e --- /dev/null +++ b/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/PutVersionDocRequest.py @@ -0,0 +1,74 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RoaRequest +class PutVersionDocRequest(RoaRequest): + + def __init__(self): + RoaRequest.__init__(self, 'Acs', '2015-01-01', 'PutVersionDoc') + self.set_uri_pattern('/VersionDoc/[ProductName]/[VersionName]/[Language]') + self.set_method('PUT') + + def get_ContentLength(self): + return self.get_headers().get('Content-Length') + + def set_ContentLength(self,ContentLength): + self.add_header('Content-Length',ContentLength) + + def get_BodyContent(self): + return self.get_body_params().get('BodyContent') + + def set_BodyContent(self,BodyContent): + self.add_body_params('BodyContent', BodyContent) + + def get_ContentMD5(self): + return self.get_headers().get('Content-MD5') + + def set_ContentMD5(self,ContentMD5): + self.add_header('Content-MD5',ContentMD5) + + def get_ProductName(self): + return self.get_path_params().get('ProductName') + + def set_ProductName(self,ProductName): + self.add_path_param('ProductName',ProductName) + + def get_ContentType(self): + return self.get_headers().get('Content-Type') + + def set_ContentType(self,ContentType): + self.add_header('Content-Type',ContentType) + + def get_Language(self): + return self.get_path_params().get('Language') + + def set_Language(self,Language): + self.add_path_param('Language',Language) + + def get_VersionName(self): + return self.get_path_params().get('VersionName') + + def set_VersionName(self,VersionName): + self.add_path_param('VersionName',VersionName) + + def get_Accept(self): + return self.get_headers().get('Accept') + + def set_Accept(self,Accept): + self.add_header('Accept',Accept) \ No newline at end of file diff --git a/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/PutVersionDocumentRequest.py b/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/PutVersionDocumentRequest.py new file mode 100644 index 0000000000..bc1b405077 --- /dev/null +++ b/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/PutVersionDocumentRequest.py @@ -0,0 +1,80 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RoaRequest +class PutVersionDocumentRequest(RoaRequest): + + def __init__(self): + RoaRequest.__init__(self, 'Acs', '2015-01-01', 'PutVersionDocument') + self.set_uri_pattern('/VersionDocument/[ProductName]/[VersionName]/[Language]/[Site]') + self.set_method('PUT') + + def get_ContentLength(self): + return self.get_headers().get('Content-Length') + + def set_ContentLength(self,ContentLength): + self.add_header('Content-Length',ContentLength) + + def get_BodyContent(self): + return self.get_body_params().get('BodyContent') + + def set_BodyContent(self,BodyContent): + self.add_body_params('BodyContent', BodyContent) + + def get_Site(self): + return self.get_path_params().get('Site') + + def set_Site(self,Site): + self.add_path_param('Site',Site) + + def get_ContentMD5(self): + return self.get_headers().get('Content-MD5') + + def set_ContentMD5(self,ContentMD5): + self.add_header('Content-MD5',ContentMD5) + + def get_ProductName(self): + return self.get_path_params().get('ProductName') + + def set_ProductName(self,ProductName): + self.add_path_param('ProductName',ProductName) + + def get_ContentType(self): + return self.get_headers().get('Content-Type') + + def set_ContentType(self,ContentType): + self.add_header('Content-Type',ContentType) + + def get_Language(self): + return self.get_path_params().get('Language') + + def set_Language(self,Language): + self.add_path_param('Language',Language) + + def get_VersionName(self): + return self.get_path_params().get('VersionName') + + def set_VersionName(self,VersionName): + self.add_path_param('VersionName',VersionName) + + def get_Accept(self): + return self.get_headers().get('Accept') + + def set_Accept(self,Accept): + self.add_header('Accept',Accept) \ No newline at end of file diff --git a/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/PutVersionErrorMappingRequest.py b/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/PutVersionErrorMappingRequest.py new file mode 100644 index 0000000000..3eecfe96e9 --- /dev/null +++ b/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/PutVersionErrorMappingRequest.py @@ -0,0 +1,68 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RoaRequest +class PutVersionErrorMappingRequest(RoaRequest): + + def __init__(self): + RoaRequest.__init__(self, 'Acs', '2015-01-01', 'PutVersionErrorMapping') + self.set_uri_pattern('/ErrorMapping/[ProductName]/[VersionName]') + self.set_method('PUT') + + def get_ContentLength(self): + return self.get_headers().get('Content-Length') + + def set_ContentLength(self,ContentLength): + self.add_header('Content-Length',ContentLength) + + def get_BodyContent(self): + return self.get_body_params().get('BodyContent') + + def set_BodyContent(self,BodyContent): + self.add_body_params('BodyContent', BodyContent) + + def get_ContentMD5(self): + return self.get_headers().get('Content-MD5') + + def set_ContentMD5(self,ContentMD5): + self.add_header('Content-MD5',ContentMD5) + + def get_ProductName(self): + return self.get_path_params().get('ProductName') + + def set_ProductName(self,ProductName): + self.add_path_param('ProductName',ProductName) + + def get_ContentType(self): + return self.get_headers().get('Content-Type') + + def set_ContentType(self,ContentType): + self.add_header('Content-Type',ContentType) + + def get_VersionName(self): + return self.get_path_params().get('VersionName') + + def set_VersionName(self,VersionName): + self.add_path_param('VersionName',VersionName) + + def get_Accept(self): + return self.get_headers().get('Accept') + + def set_Accept(self,Accept): + self.add_header('Accept',Accept) \ No newline at end of file diff --git a/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/PutVersionParametersRequest.py b/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/PutVersionParametersRequest.py new file mode 100644 index 0000000000..65af736409 --- /dev/null +++ b/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/PutVersionParametersRequest.py @@ -0,0 +1,68 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RoaRequest +class PutVersionParametersRequest(RoaRequest): + + def __init__(self): + RoaRequest.__init__(self, 'Acs', '2015-01-01', 'PutVersionParameters') + self.set_uri_pattern('/Parameters/[ProductName]/[VersionName]') + self.set_method('PUT') + + def get_ContentLength(self): + return self.get_headers().get('Content-Length') + + def set_ContentLength(self,ContentLength): + self.add_header('Content-Length',ContentLength) + + def get_BodyContent(self): + return self.get_body_params().get('BodyContent') + + def set_BodyContent(self,BodyContent): + self.add_body_params('BodyContent', BodyContent) + + def get_ContentMD5(self): + return self.get_headers().get('Content-MD5') + + def set_ContentMD5(self,ContentMD5): + self.add_header('Content-MD5',ContentMD5) + + def get_ProductName(self): + return self.get_path_params().get('ProductName') + + def set_ProductName(self,ProductName): + self.add_path_param('ProductName',ProductName) + + def get_ContentType(self): + return self.get_headers().get('Content-Type') + + def set_ContentType(self,ContentType): + self.add_header('Content-Type',ContentType) + + def get_VersionName(self): + return self.get_path_params().get('VersionName') + + def set_VersionName(self,VersionName): + self.add_path_param('VersionName',VersionName) + + def get_Accept(self): + return self.get_headers().get('Accept') + + def set_Accept(self,Accept): + self.add_header('Accept',Accept) \ No newline at end of file diff --git a/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/PutVersionRequest.py b/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/PutVersionRequest.py new file mode 100644 index 0000000000..7b97d7f373 --- /dev/null +++ b/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/PutVersionRequest.py @@ -0,0 +1,68 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RoaRequest +class PutVersionRequest(RoaRequest): + + def __init__(self): + RoaRequest.__init__(self, 'Acs', '2015-01-01', 'PutVersion') + self.set_uri_pattern('/Version/[ProductName]/[VersionName]') + self.set_method('PUT') + + def get_ContentLength(self): + return self.get_headers().get('Content-Length') + + def set_ContentLength(self,ContentLength): + self.add_header('Content-Length',ContentLength) + + def get_BodyContent(self): + return self.get_body_params().get('BodyContent') + + def set_BodyContent(self,BodyContent): + self.add_body_params('BodyContent', BodyContent) + + def get_ContentMD5(self): + return self.get_headers().get('Content-MD5') + + def set_ContentMD5(self,ContentMD5): + self.add_header('Content-MD5',ContentMD5) + + def get_ProductName(self): + return self.get_path_params().get('ProductName') + + def set_ProductName(self,ProductName): + self.add_path_param('ProductName',ProductName) + + def get_ContentType(self): + return self.get_headers().get('Content-Type') + + def set_ContentType(self,ContentType): + self.add_header('Content-Type',ContentType) + + def get_VersionName(self): + return self.get_path_params().get('VersionName') + + def set_VersionName(self,VersionName): + self.add_path_param('VersionName',VersionName) + + def get_Accept(self): + return self.get_headers().get('Accept') + + def set_Accept(self,Accept): + self.add_header('Accept',Accept) \ No newline at end of file diff --git a/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/ReleaseApiDocRequest.py b/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/ReleaseApiDocRequest.py new file mode 100644 index 0000000000..117e9a0a0d --- /dev/null +++ b/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/ReleaseApiDocRequest.py @@ -0,0 +1,56 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RoaRequest +class ReleaseApiDocRequest(RoaRequest): + + def __init__(self): + RoaRequest.__init__(self, 'Acs', '2015-01-01', 'ReleaseApiDoc') + self.set_uri_pattern('/ReleaseApiDoc/[ProductName]/[VersionName]/[ApiName]/[Language]') + self.set_method('PUT') + + def get_ApiName(self): + return self.get_path_params().get('ApiName') + + def set_ApiName(self,ApiName): + self.add_path_param('ApiName',ApiName) + + def get_ProductName(self): + return self.get_path_params().get('ProductName') + + def set_ProductName(self,ProductName): + self.add_path_param('ProductName',ProductName) + + def get_Language(self): + return self.get_path_params().get('Language') + + def set_Language(self,Language): + self.add_path_param('Language',Language) + + def get_VersionName(self): + return self.get_path_params().get('VersionName') + + def set_VersionName(self,VersionName): + self.add_path_param('VersionName',VersionName) + + def get_Accept(self): + return self.get_headers().get('Accept') + + def set_Accept(self,Accept): + self.add_header('Accept',Accept) \ No newline at end of file diff --git a/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/__init__.py b/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/__init__.py new file mode 100644 index 0000000000..e69de29bb2 diff --git a/aliyun-python-sdk-acs/setup.py b/aliyun-python-sdk-acs/setup.py new file mode 100644 index 0000000000..6e07f27c9f --- /dev/null +++ b/aliyun-python-sdk-acs/setup.py @@ -0,0 +1,78 @@ +#!/usr/bin/python +''' + Licensed to the Apache Software Foundation (ASF) under one + or more contributor license agreements. See the NOTICE file + distributed with this work for additional information + regarding copyright ownership. The ASF licenses this file + to you 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. +''' + +from setuptools import setup, find_packages +import os +import sys + +""" +setup module for acs. + +Created on 7/3/2015 + +@author: alex +""" + +PACKAGE = "aliyunsdkacs" +NAME = "aliyun-python-sdk-acs" +DESCRIPTION = "The acs module of Aliyun Python sdk." +AUTHOR = "Aliyun" +AUTHOR_EMAIL = "aliyun-developers-efficiency@list.alibaba-inc.com" +URL = "http://develop.aliyun.com/sdk/python" + +TOPDIR = os.path.dirname(__file__) or "." +VERSION = __import__(PACKAGE).__version__ + +desc_file = open("README.rst") +try: + LONG_DESCRIPTION = desc_file.read() +finally: + desc_file.close() + +setup( + name=NAME, + version=VERSION, + description=DESCRIPTION, + long_description=LONG_DESCRIPTION, + author=AUTHOR, + author_email=AUTHOR_EMAIL, + license="Apache", + url=URL, + keywords=["aliyun","sdk","acs"], + packages=find_packages(exclude=["tests*"]), + include_package_data=True, + platforms="any", + install_requires=["aliyun-python-sdk-core>=2.11.5",], + classifiers=( + "Development Status :: 4 - Beta", + "Intended Audience :: Developers", + "License :: OSI Approved :: Apache Software License", + "Programming Language :: Python", + "Programming Language :: Python :: 2.6", + "Programming Language :: Python :: 2.7", + "Programming Language :: Python :: 3", + "Programming Language :: Python :: 3.3", + "Programming Language :: Python :: 3.4", + "Programming Language :: Python :: 3.5", + "Programming Language :: Python :: 3.6", + "Topic :: Software Development", + ) + +) \ No newline at end of file From fa69dded3a805ad1ceca9b31913f625e16442958 Mon Sep 17 00:00:00 2001 From: Alibaba Cloud SDK Date: Tue, 14 May 2019 15:57:22 +0800 Subject: [PATCH 002/282] Generated 2014-05-26 for Ecs --- aliyun-python-sdk-ecs/ChangeLog.txt | 3 + .../aliyunsdkecs/__init__.py | 2 +- .../AddBandwidthPackageIpsRequest.py | 12 +- .../request/v20140526/AddIpRangeRequest.py | 60 +++ .../request/v20140526/AddTagsRequest.py | 22 +- .../v20140526/AddTags_GatedLaunchRequest.py | 65 +++ .../AllocateDedicatedHostsRequest.py | 6 + .../v20140526/AllocateEipAddressRequest.py | 38 +- .../AllocatePublicIpAddressRequest.py | 22 +- ...ocatePublicIpAddress_GatedLaunchRequest.py | 66 +++ .../ApplyAutoSnapshotPolicyRequest.py | 12 +- ...lyAutoSnapshotPolicy_GatedLaunchRequest.py | 54 +++ .../v20140526/AssociateEipAddressRequest.py | 34 +- .../v20140526/AssociateHaVipRequest.py | 34 +- .../v20140526/AttachClassicLinkVpcRequest.py | 26 +- .../request/v20140526/AttachDiskRequest.py | 34 +- .../AttachDisk_GatedLaunchRequest.py | 72 ++++ .../v20140526/AttachInstanceRamRoleRequest.py | 14 +- .../request/v20140526/AttachKeyPairRequest.py | 26 +- .../request/v20140526/AttachVolumeRequest.py | 60 +++ .../AttachVolume_GatedLaunchRequest.py | 60 +++ ...eSecurityGroupEgress_GatedLaunchRequest.py | 114 +++++ ...thorizeSecurityGroup_GatedLaunchRequest.py | 114 +++++ .../request/v20140526/BindIpRangeRequest.py | 60 +++ .../BindIpRange_GatedLaunchRequest.py | 60 +++ .../v20140526/CancelAgreementRequest.py | 54 +++ .../CancelAutoSnapshotPolicyRequest.py | 12 +- ...elAutoSnapshotPolicy_GatedLaunchRequest.py | 48 +++ .../CancelCopyImage_GatedLaunchRequest.py | 54 +++ .../CancelPhysicalConnectionRequest.py | 34 +- .../request/v20140526/CancelTaskRequest.py | 14 +- .../CancelTask_GatedLaunchRequest.py | 48 +++ .../v20140526/CancelUserEventRequest.py | 54 +++ .../CheckAutoSnapshotPolicyRequest.py | 96 +++++ ...ckAutoSnapshotPolicy_GatedLaunchRequest.py | 96 +++++ ...DiskEnableAutoSnapshotValidationRequest.py | 54 +++ ...toSnapshotValidation_GatedLaunchRequest.py | 54 +++ .../request/v20140526/CopyImageRequest.py | 36 +- .../v20140526/CopyImage_GatedLaunchRequest.py | 132 ++++++ .../CreateAutoSnapshotPolicyRequest.py | 34 +- ...teAutoSnapshotPolicy_GatedLaunchRequest.py | 66 +++ .../request/v20140526/CreateCommandRequest.py | 8 +- .../v20140526/CreateDeploymentSetRequest.py | 24 +- .../request/v20140526/CreateDiskRequest.py | 86 ++-- .../CreateDisk_GatedLaunchRequest.py | 101 +++++ .../v20140526/CreateForwardEntryRequest.py | 46 +- .../request/v20140526/CreateHaVipRequest.py | 38 +- .../request/v20140526/CreateImageRequest.py | 62 +-- .../CreateImage_GatedLaunchRequest.py | 108 +++++ .../v20140526/CreateInstanceRequest.py | 12 + .../CreateInstance_GatedLaunchRequest.py | 401 ++++++++++++++++++ .../request/v20140526/CreateKeyPairRequest.py | 24 +- .../v20140526/CreateNatGatewayRequest.py | 61 +-- .../CreatePhysicalConnectionRequest.py | 74 ++-- .../v20140526/CreateRouteEntryRequest.py | 49 ++- .../v20140526/CreateSecurityGroupRequest.py | 55 +-- .../CreateSecurityGroup_GatedLaunchRequest.py | 83 ++++ .../v20140526/CreateSnapshotRequest.py | 36 +- .../CreateSnapshot_GatedLaunchRequest.py | 83 ++++ .../v20140526/CreateUserEventRequest.py | 66 +++ .../request/v20140526/CreateVSwitchRequest.py | 46 +- .../CreateVirtualBorderRouterRequest.py | 60 +-- .../request/v20140526/CreateVolumeRequest.py | 113 +++++ .../CreateVolume_GatedLaunchRequest.py | 101 +++++ .../request/v20140526/CreateVpcRequest.py | 50 +-- .../DeleteAutoSnapshotPolicyRequest.py | 12 +- ...teAutoSnapshotPolicy_GatedLaunchRequest.py | 48 +++ .../v20140526/DeleteDeploymentSetRequest.py | 12 +- .../request/v20140526/DeleteDiskRequest.py | 12 +- .../DeleteDisk_GatedLaunchRequest.py | 54 +++ .../v20140526/DeleteForwardEntryRequest.py | 20 +- .../request/v20140526/DeleteHaVipRequest.py | 24 +- .../request/v20140526/DeleteImageRequest.py | 14 +- .../DeleteImage_GatedLaunchRequest.py | 54 +++ .../v20140526/DeleteInstanceRequest.py | 30 +- .../DeleteInstance_GatedLaunchRequest.py | 60 +++ .../v20140526/DeleteKeyPairsRequest.py | 12 +- .../v20140526/DeleteNatGatewayRequest.py | 12 +- .../DeletePhysicalConnectionRequest.py | 22 +- .../v20140526/DeleteRecycleBinRequest.py | 54 +++ .../v20140526/DeleteRouteEntryRequest.py | 25 +- .../v20140526/DeleteRouterInterfaceRequest.py | 24 +- .../v20140526/DeleteSecurityGroupRequest.py | 12 +- .../DeleteSecurityGroup_GatedLaunchRequest.py | 54 +++ .../v20140526/DeleteSnapshotRequest.py | 14 +- .../DeleteSnapshot_GatedLaunchRequest.py | 54 +++ .../request/v20140526/DeleteVSwitchRequest.py | 14 +- .../DeleteVirtualBorderRouterRequest.py | 28 +- .../request/v20140526/DeleteVolumeRequest.py | 54 +++ .../DeleteVolume_GatedLaunchRequest.py | 54 +++ .../request/v20140526/DeleteVpcRequest.py | 14 +- .../v20140526/DescribeAccessPointsRequest.py | 51 ++- .../DescribeAutoSnapshotPolicyExRequest.py | 34 +- .../DescribeAutoSnapshotPolicyRequest.py | 48 +++ .../DescribeBandwidthPackagesRequest.py | 38 +- .../DescribeClassicLinkInstancesRequest.py | 40 +- .../DescribeDedicatedHostsRequest.py | 60 +-- .../DescribeDeploymentSetTopologyRequest.py | 78 ++++ .../DescribeDeploymentSetsRequest.py | 48 +-- .../request/v20140526/DescribeDisksRequest.py | 150 +++---- .../v20140526/DescribeEipAddressesRequest.py | 60 +-- .../DescribeEipMonitorDataRequest.py | 24 +- .../v20140526/DescribeEventDetailRequest.py | 48 +++ .../v20140526/DescribeEventsRequest.py | 90 ++++ .../DescribeForwardTableEntriesRequest.py | 46 +- .../v20140526/DescribeHaVipsRequest.py | 43 +- .../DescribeImageSharePermissionRequest.py | 26 +- ...escribeImageSupportInstanceTypesRequest.py | 23 +- .../DescribeInstanceAttributeRequest.py | 14 +- ...scribeInstanceAutoRenewAttributeRequest.py | 40 +- ...escribeInstancePhysicalAttributeRequest.py | 14 +- ...ncePhysicalAttribute_GatedLaunchRequest.py | 54 +++ .../DescribeInstanceRamRoleRequest.py | 28 +- .../DescribeInstanceStatusRequest.py | 32 +- .../DescribeInstanceTopologyRequest.py | 14 +- .../DescribeInstanceTypeFamiliesRequest.py | 12 +- .../DescribeInstanceVncPasswdRequest.py | 14 +- ...ibeInstanceVncPasswd_GatedLaunchRequest.py | 54 +++ .../DescribeInstanceVncUrlRequest.py | 14 +- ...scribeInstanceVncUrl_GatedLaunchRequest.py | 54 +++ .../v20140526/DescribeInstancesRequest.py | 218 +++++----- .../DescribeIntranetAttributeKbRequest.py | 54 +++ ...eIntranetAttributeKb_GatedLaunchRequest.py | 54 +++ .../v20140526/DescribeIpRangesRequest.py | 72 ++++ .../v20140526/DescribeKeyPairsRequest.py | 50 +-- .../DescribeLimitation_GatedLaunchRequest.py | 54 +++ .../v20140526/DescribeNatGatewaysRequest.py | 40 +- ...DescribeNewProjectEipMonitorDataRequest.py | 24 +- .../DescribePhysicalConnectionsRequest.py | 51 ++- .../DescribeRecommendInstanceTypeRequest.py | 50 +-- .../v20140526/DescribeRecycleBinRequest.py | 72 ++++ .../v20140526/DescribeRegionsRequest.py | 26 +- .../v20140526/DescribeRenewalPriceRequest.py | 12 +- .../DescribeResourceByTagsRequest.py | 22 +- .../v20140526/DescribeRouteTablesRequest.py | 50 +-- .../DescribeRouterInterfacesRequest.py | 39 +- .../DescribeSecurityGroupAttributeRequest.py | 26 +- .../DescribeSecurityGroupReferencesRequest.py | 16 +- .../DescribeSecurityGroupsRequest.py | 73 ++-- .../v20140526/DescribeSnapshotLinksRequest.py | 40 +- .../DescribeSnapshotMonitorDataRequest.py | 12 +- .../DescribeSnapshotPackageRequest.py | 26 +- .../v20140526/DescribeTagKeysRequest.py | 66 +++ .../DescribeTagKeys_GatedLaunchRequest.py | 66 +++ .../request/v20140526/DescribeTagsRequest.py | 34 +- .../v20140526/DescribeUserDataRequest.py | 14 +- .../DescribeUserData_GatedLaunchRequest.py | 48 +++ .../v20140526/DescribeVRoutersRequest.py | 26 +- .../v20140526/DescribeVSwitchesRequest.py | 64 +-- ...rderRoutersForPhysicalConnectionRequest.py | 52 +-- .../DescribeVirtualBorderRoutersRequest.py | 39 +- .../v20140526/DescribeVolumesRequest.py | 137 ++++++ .../request/v20140526/DescribeVpcsRequest.py | 40 +- .../request/v20140526/DescribeZonesRequest.py | 38 +- .../v20140526/DetachClassicLinkVpcRequest.py | 26 +- .../request/v20140526/DetachDiskRequest.py | 22 +- .../DetachDisk_GatedLaunchRequest.py | 60 +++ .../v20140526/DetachInstanceRamRoleRequest.py | 14 +- .../request/v20140526/DetachKeyPairRequest.py | 26 +- .../request/v20140526/DetachVolumeRequest.py | 60 +++ .../DetachVolume_GatedLaunchRequest.py | 60 +++ .../request/v20140526/EipFillParamsRequest.py | 24 +- .../v20140526/EipFillProductRequest.py | 24 +- .../request/v20140526/EipNotifyPaidRequest.py | 24 +- .../EnablePhysicalConnectionRequest.py | 34 +- .../request/v20140526/ExportImageRequest.py | 20 +- .../ExportImage_GatedLaunchRequest.py | 72 ++++ .../request/v20140526/ImportImageRequest.py | 50 +-- .../ImportImage_GatedLaunchRequest.py | 95 +++++ .../request/v20140526/ImportKeyPairRequest.py | 12 +- .../request/v20140526/InvokeCommandRequest.py | 8 +- .../v20140526/JoinResourceGroupRequest.py | 12 +- .../v20140526/JoinSecurityGroupRequest.py | 22 +- .../JoinSecurityGroup_GatedLaunchRequest.py | 60 +++ .../v20140526/LeaveSecurityGroupRequest.py | 22 +- .../LeaveSecurityGroup_GatedLaunchRequest.py | 60 +++ .../ModifyAutoSnapshotPolicyExRequest.py | 34 +- ...AutoSnapshotPolicyEx_GatedLaunchRequest.py | 72 ++++ .../ModifyAutoSnapshotPolicyRequest.py | 36 +- ...fyAutoSnapshotPolicy_GatedLaunchRequest.py | 96 +++++ .../ModifyDedicatedHostAttributeRequest.py | 6 + ...yDedicatedHostAutoRenewAttributeRequest.py | 42 +- .../ModifyDeploymentSetAttributeRequest.py | 24 +- .../v20140526/ModifyDiskAttributeRequest.py | 46 +- .../ModifyDiskAttribute_GatedLaunchRequest.py | 84 ++++ .../v20140526/ModifyDiskChargeTypeRequest.py | 34 +- .../ModifyEipAddressAttributeRequest.py | 12 +- .../v20140526/ModifyForwardEntryRequest.py | 48 +-- .../v20140526/ModifyHaVipAttributeRequest.py | 36 +- .../v20140526/ModifyImageAttributeRequest.py | 20 +- ...ModifyImageAttribute_GatedLaunchRequest.py | 66 +++ .../ModifyImageShareGroupPermissionRequest.py | 14 +- ...ShareGroupPermission_GatedLaunchRequest.py | 66 +++ .../ModifyImageSharePermissionRequest.py | 34 +- ...ImageSharePermission_GatedLaunchRequest.py | 174 ++++++++ .../ModifyInstanceAttributeRequest.py | 48 +-- ...ifyInstanceAttribute_GatedLaunchRequest.py | 84 ++++ .../ModifyInstanceAutoReleaseTimeRequest.py | 14 +- ...ModifyInstanceAutoRenewAttributeRequest.py | 54 +-- ...ceAutoRenewAttribute_GatedLaunchRequest.py | 66 +++ .../ModifyInstanceChargeTypeRequest.py | 26 +- .../ModifyInstanceDeploymentRequest.py | 14 +- .../ModifyInstanceNetworkSpecRequest.py | 36 +- ...yInstanceNetworkSpec_GatedLaunchRequest.py | 66 +++ .../v20140526/ModifyInstanceSpecRequest.py | 60 +-- .../ModifyInstanceSpec_GatedLaunchRequest.py | 96 +++++ .../ModifyInstanceVncPasswdRequest.py | 12 +- ...ifyInstanceVncPasswd_GatedLaunchRequest.py | 60 +++ .../ModifyInstanceVpcAttributeRequest.py | 38 +- ...InstanceVpcAttribute_GatedLaunchRequest.py | 66 +++ .../ModifyIntranetBandwidthKbRequest.py | 66 +++ ...yIntranetBandwidthKb_GatedLaunchRequest.py | 66 +++ ...odifyPhysicalConnectionAttributeRequest.py | 62 +-- .../ModifyPrepayInstanceSpecRequest.py | 62 +-- .../ModifyReservedInstanceAttributeRequest.py | 66 +++ .../ModifyRouterInterfaceAttributeRequest.py | 26 +- .../ModifyRouterInterfaceSpecRequest.py | 34 +- .../ModifySecurityGroupAttributeRequest.py | 38 +- ...curityGroupAttribute_GatedLaunchRequest.py | 66 +++ .../ModifySecurityGroupPolicyRequest.py | 26 +- .../ModifySnapshotAttributeRequest.py | 24 +- ...ifySnapshotAttribute_GatedLaunchRequest.py | 66 +++ .../ModifyUserEventAttributeRequest.py | 66 +++ .../ModifyVRouterAttributeRequest.py | 24 +- .../ModifyVSwitchAttributeRequest.py | 38 +- ...difyVirtualBorderRouterAttributeRequest.py | 50 +-- .../v20140526/ModifyVolumeAttributeRequest.py | 66 +++ ...odifyVolumeAttribute_GatedLaunchRequest.py | 66 +++ .../v20140526/ModifyVpcAttributeRequest.py | 56 +-- .../v20140526/ReActivateInstancesRequest.py | 14 +- .../request/v20140526/ReInitDiskRequest.py | 48 +-- .../ReInitDisk_GatedLaunchRequest.py | 60 +++ .../request/v20140526/ReInitVolumeRequest.py | 60 +++ .../ReInitVolume_GatedLaunchRequest.py | 60 +++ .../v20140526/RebootInstanceRequest.py | 16 +- .../RebootInstance_GatedLaunchRequest.py | 60 +++ .../RecoverVirtualBorderRouterRequest.py | 28 +- .../v20140526/ReleaseEipAddressRequest.py | 12 +- .../ReleasePublicIpAddressRequest.py | 26 +- ...leasePublicIpAddress_GatedLaunchRequest.py | 60 +++ .../RemoveBandwidthPackageIpsRequest.py | 24 +- .../request/v20140526/RemoveTagsRequest.py | 22 +- .../RemoveTags_GatedLaunchRequest.py | 65 +++ .../request/v20140526/RenewInstanceRequest.py | 38 +- .../RenewInstance_GatedLaunchRequest.py | 60 +++ .../v20140526/ReplaceSystemDiskRequest.py | 74 ++-- .../ReplaceSystemDisk_GatedLaunchRequest.py | 84 ++++ .../request/v20140526/ResetDiskRequest.py | 12 +- .../v20140526/ResetDisk_GatedLaunchRequest.py | 60 +++ .../request/v20140526/ResizeDiskRequest.py | 38 +- .../ResizeDisk_GatedLaunchRequest.py | 66 +++ .../request/v20140526/ResizeVolumeRequest.py | 66 +++ .../ResizeVolume_GatedLaunchRequest.py | 66 +++ ...eSecurityGroupEgress_GatedLaunchRequest.py | 102 +++++ .../RevokeSecurityGroup_GatedLaunchRequest.py | 102 +++++ .../v20140526/RollbackVolumeRequest.py | 60 +++ .../RollbackVolume_GatedLaunchRequest.py | 60 +++ .../request/v20140526/RunInstancesRequest.py | 20 + .../request/v20140526/SignAgreementRequest.py | 54 +++ .../request/v20140526/StartInstanceRequest.py | 26 +- .../StartInstance_GatedLaunchRequest.py | 54 +++ .../request/v20140526/StopInstanceRequest.py | 52 +-- .../StopInstance_GatedLaunchRequest.py | 66 +++ .../TerminatePhysicalConnectionRequest.py | 34 +- .../TerminateVirtualBorderRouterRequest.py | 28 +- .../v20140526/UnassociateEipAddressRequest.py | 34 +- .../v20140526/UnassociateHaVipRequest.py | 46 +- .../request/v20140526/UnbindIpRangeRequest.py | 60 +++ .../UnbindIpRange_GatedLaunchRequest.py | 60 +++ .../v20140526/ValidateSecurityGroupRequest.py | 96 +++++ 270 files changed, 10350 insertions(+), 2668 deletions(-) create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AddIpRangeRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AddTags_GatedLaunchRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AllocatePublicIpAddress_GatedLaunchRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ApplyAutoSnapshotPolicy_GatedLaunchRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AttachDisk_GatedLaunchRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AttachVolumeRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AttachVolume_GatedLaunchRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AuthorizeSecurityGroupEgress_GatedLaunchRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AuthorizeSecurityGroup_GatedLaunchRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/BindIpRangeRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/BindIpRange_GatedLaunchRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CancelAgreementRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CancelAutoSnapshotPolicy_GatedLaunchRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CancelCopyImage_GatedLaunchRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CancelTask_GatedLaunchRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CancelUserEventRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CheckAutoSnapshotPolicyRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CheckAutoSnapshotPolicy_GatedLaunchRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CheckDiskEnableAutoSnapshotValidationRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CheckDiskEnableAutoSnapshotValidation_GatedLaunchRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CopyImage_GatedLaunchRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateAutoSnapshotPolicy_GatedLaunchRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateDisk_GatedLaunchRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateImage_GatedLaunchRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateInstance_GatedLaunchRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateSecurityGroup_GatedLaunchRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateSnapshot_GatedLaunchRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateUserEventRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateVolumeRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateVolume_GatedLaunchRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteAutoSnapshotPolicy_GatedLaunchRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteDisk_GatedLaunchRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteImage_GatedLaunchRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteInstance_GatedLaunchRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteRecycleBinRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteSecurityGroup_GatedLaunchRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteSnapshot_GatedLaunchRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteVolumeRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteVolume_GatedLaunchRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeAutoSnapshotPolicyRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeDeploymentSetTopologyRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeEventDetailRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeEventsRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstancePhysicalAttribute_GatedLaunchRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceVncPasswd_GatedLaunchRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceVncUrl_GatedLaunchRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeIntranetAttributeKbRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeIntranetAttributeKb_GatedLaunchRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeIpRangesRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeLimitation_GatedLaunchRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeRecycleBinRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeTagKeysRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeTagKeys_GatedLaunchRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeUserData_GatedLaunchRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeVolumesRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DetachDisk_GatedLaunchRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DetachVolumeRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DetachVolume_GatedLaunchRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ExportImage_GatedLaunchRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ImportImage_GatedLaunchRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/JoinSecurityGroup_GatedLaunchRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/LeaveSecurityGroup_GatedLaunchRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyAutoSnapshotPolicyEx_GatedLaunchRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyAutoSnapshotPolicy_GatedLaunchRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyDiskAttribute_GatedLaunchRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyImageAttribute_GatedLaunchRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyImageShareGroupPermission_GatedLaunchRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyImageSharePermission_GatedLaunchRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceAttribute_GatedLaunchRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceAutoRenewAttribute_GatedLaunchRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceNetworkSpec_GatedLaunchRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceSpec_GatedLaunchRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceVncPasswd_GatedLaunchRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceVpcAttribute_GatedLaunchRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyIntranetBandwidthKbRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyIntranetBandwidthKb_GatedLaunchRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyReservedInstanceAttributeRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifySecurityGroupAttribute_GatedLaunchRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifySnapshotAttribute_GatedLaunchRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyUserEventAttributeRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyVolumeAttributeRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyVolumeAttribute_GatedLaunchRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ReInitDisk_GatedLaunchRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ReInitVolumeRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ReInitVolume_GatedLaunchRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RebootInstance_GatedLaunchRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ReleasePublicIpAddress_GatedLaunchRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RemoveTags_GatedLaunchRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RenewInstance_GatedLaunchRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ReplaceSystemDisk_GatedLaunchRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ResetDisk_GatedLaunchRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ResizeDisk_GatedLaunchRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ResizeVolumeRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ResizeVolume_GatedLaunchRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RevokeSecurityGroupEgress_GatedLaunchRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RevokeSecurityGroup_GatedLaunchRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RollbackVolumeRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RollbackVolume_GatedLaunchRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/SignAgreementRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/StartInstance_GatedLaunchRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/StopInstance_GatedLaunchRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/UnbindIpRangeRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/UnbindIpRange_GatedLaunchRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ValidateSecurityGroupRequest.py diff --git a/aliyun-python-sdk-ecs/ChangeLog.txt b/aliyun-python-sdk-ecs/ChangeLog.txt index fd65d4d7aa..60ed1f2784 100644 --- a/aliyun-python-sdk-ecs/ChangeLog.txt +++ b/aliyun-python-sdk-ecs/ChangeLog.txt @@ -1,3 +1,6 @@ +2019-05-14 Version: 1.20.1 +- Generated 2014-05-26 for `Ecs` + 2019-04-18 Version: 4.16.7 1, add ReservedInstance API. diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/__init__.py b/aliyun-python-sdk-ecs/aliyunsdkecs/__init__.py index ffda61ab6d..029a160e33 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/__init__.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/__init__.py @@ -1 +1 @@ -__version__ = "4.16.7" \ No newline at end of file +__version__ = '1.20.1' \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AddBandwidthPackageIpsRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AddBandwidthPackageIpsRequest.py index 149d82aff4..b1a1e7237f 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AddBandwidthPackageIpsRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AddBandwidthPackageIpsRequest.py @@ -29,6 +29,12 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) + def get_ClientToken(self): + return self.get_query_params().get('ClientToken') + + def set_ClientToken(self,ClientToken): + self.add_query_param('ClientToken',ClientToken) + def get_BandwidthPackageId(self): return self.get_query_params().get('BandwidthPackageId') @@ -41,12 +47,6 @@ def get_ResourceOwnerAccount(self): def set_ResourceOwnerAccount(self,ResourceOwnerAccount): self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - def get_ClientToken(self): - return self.get_query_params().get('ClientToken') - - def set_ClientToken(self,ClientToken): - self.add_query_param('ClientToken',ClientToken) - def get_OwnerAccount(self): return self.get_query_params().get('OwnerAccount') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AddIpRangeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AddIpRangeRequest.py new file mode 100644 index 0000000000..26312618ce --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AddIpRangeRequest.py @@ -0,0 +1,60 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class AddIpRangeRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'AddIpRange','ecs') + + def get_IpAddress(self): + return self.get_query_params().get('IpAddress') + + def set_IpAddress(self,IpAddress): + self.add_query_param('IpAddress',IpAddress) + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_ZoneId(self): + return self.get_query_params().get('ZoneId') + + def set_ZoneId(self,ZoneId): + self.add_query_param('ZoneId',ZoneId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AddTagsRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AddTagsRequest.py index 21acfa73a1..e9fe50001f 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AddTagsRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AddTagsRequest.py @@ -29,6 +29,17 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) + def get_Tags(self): + return self.get_query_params().get('Tags') + + def set_Tags(self,Tags): + for i in range(len(Tags)): + if Tags[i].get('Value') is not None: + self.add_query_param('Tag.' + str(i + 1) + '.Value' , Tags[i].get('Value')) + if Tags[i].get('Key') is not None: + self.add_query_param('Tag.' + str(i + 1) + '.Key' , Tags[i].get('Key')) + + def get_ResourceId(self): return self.get_query_params().get('ResourceId') @@ -41,17 +52,6 @@ def get_ResourceOwnerAccount(self): def set_ResourceOwnerAccount(self,ResourceOwnerAccount): self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - def get_Tags(self): - return self.get_query_params().get('Tags') - - def set_Tags(self,Tags): - for i in range(len(Tags)): - if Tags[i].get('Value') is not None: - self.add_query_param('Tag.' + str(i + 1) + '.Value' , Tags[i].get('Value')) - if Tags[i].get('Key') is not None: - self.add_query_param('Tag.' + str(i + 1) + '.Key' , Tags[i].get('Key')) - - def get_OwnerId(self): return self.get_query_params().get('OwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AddTags_GatedLaunchRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AddTags_GatedLaunchRequest.py new file mode 100644 index 0000000000..a6343ba6ed --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AddTags_GatedLaunchRequest.py @@ -0,0 +1,65 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class AddTags_GatedLaunchRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'AddTags_GatedLaunch','ecs') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_Tags(self): + return self.get_query_params().get('Tags') + + def set_Tags(self,Tags): + for i in range(len(Tags)): + if Tags[i].get('Value') is not None: + self.add_query_param('Tag.' + str(i + 1) + '.Value' , Tags[i].get('Value')) + if Tags[i].get('Key') is not None: + self.add_query_param('Tag.' + str(i + 1) + '.Key' , Tags[i].get('Key')) + + + def get_ResourceId(self): + return self.get_query_params().get('ResourceId') + + def set_ResourceId(self,ResourceId): + self.add_query_param('ResourceId',ResourceId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_ResourceType(self): + return self.get_query_params().get('ResourceType') + + def set_ResourceType(self,ResourceType): + self.add_query_param('ResourceType',ResourceType) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AllocateDedicatedHostsRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AllocateDedicatedHostsRequest.py index 43074fa67e..ff035b7e19 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AllocateDedicatedHostsRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AllocateDedicatedHostsRequest.py @@ -142,6 +142,12 @@ def get_ZoneId(self): def set_ZoneId(self,ZoneId): self.add_query_param('ZoneId',ZoneId) + def get_AutoPlacement(self): + return self.get_query_params().get('AutoPlacement') + + def set_AutoPlacement(self,AutoPlacement): + self.add_query_param('AutoPlacement',AutoPlacement) + def get_ChargeType(self): return self.get_query_params().get('ChargeType') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AllocateEipAddressRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AllocateEipAddressRequest.py index c410c3e2f9..34cbfa9656 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AllocateEipAddressRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AllocateEipAddressRequest.py @@ -29,36 +29,30 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_Bandwidth(self): - return self.get_query_params().get('Bandwidth') - - def set_Bandwidth(self,Bandwidth): - self.add_query_param('Bandwidth',Bandwidth) - def get_ClientToken(self): return self.get_query_params().get('ClientToken') def set_ClientToken(self,ClientToken): self.add_query_param('ClientToken',ClientToken) - def get_InternetChargeType(self): - return self.get_query_params().get('InternetChargeType') - - def set_InternetChargeType(self,InternetChargeType): - self.add_query_param('InternetChargeType',InternetChargeType) - def get_ISP(self): return self.get_query_params().get('ISP') def set_ISP(self,ISP): self.add_query_param('ISP',ISP) + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_Bandwidth(self): + return self.get_query_params().get('Bandwidth') + + def set_Bandwidth(self,Bandwidth): + self.add_query_param('Bandwidth',Bandwidth) + def get_OwnerAccount(self): return self.get_query_params().get('OwnerAccount') @@ -69,4 +63,10 @@ def get_OwnerId(self): return self.get_query_params().get('OwnerId') def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) \ No newline at end of file + self.add_query_param('OwnerId',OwnerId) + + def get_InternetChargeType(self): + return self.get_query_params().get('InternetChargeType') + + def set_InternetChargeType(self,InternetChargeType): + self.add_query_param('InternetChargeType',InternetChargeType) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AllocatePublicIpAddressRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AllocatePublicIpAddressRequest.py index cd671eaaf2..b662d0fea3 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AllocatePublicIpAddressRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AllocatePublicIpAddressRequest.py @@ -35,11 +35,11 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) - def get_InstanceId(self): - return self.get_query_params().get('InstanceId') + def get_VlanId(self): + return self.get_query_params().get('VlanId') - def set_InstanceId(self,InstanceId): - self.add_query_param('InstanceId',InstanceId) + def set_VlanId(self,VlanId): + self.add_query_param('VlanId',VlanId) def get_ResourceOwnerAccount(self): return self.get_query_params().get('ResourceOwnerAccount') @@ -47,12 +47,6 @@ def get_ResourceOwnerAccount(self): def set_ResourceOwnerAccount(self,ResourceOwnerAccount): self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - def get_VlanId(self): - return self.get_query_params().get('VlanId') - - def set_VlanId(self,VlanId): - self.add_query_param('VlanId',VlanId) - def get_OwnerAccount(self): return self.get_query_params().get('OwnerAccount') @@ -63,4 +57,10 @@ def get_OwnerId(self): return self.get_query_params().get('OwnerId') def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) \ No newline at end of file + self.add_query_param('OwnerId',OwnerId) + + def get_InstanceId(self): + return self.get_query_params().get('InstanceId') + + def set_InstanceId(self,InstanceId): + self.add_query_param('InstanceId',InstanceId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AllocatePublicIpAddress_GatedLaunchRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AllocatePublicIpAddress_GatedLaunchRequest.py new file mode 100644 index 0000000000..426d64e05e --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AllocatePublicIpAddress_GatedLaunchRequest.py @@ -0,0 +1,66 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class AllocatePublicIpAddress_GatedLaunchRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'AllocatePublicIpAddress_GatedLaunch','ecs') + + def get_IpAddress(self): + return self.get_query_params().get('IpAddress') + + def set_IpAddress(self,IpAddress): + self.add_query_param('IpAddress',IpAddress) + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_VlanId(self): + return self.get_query_params().get('VlanId') + + def set_VlanId(self,VlanId): + self.add_query_param('VlanId',VlanId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_InstanceId(self): + return self.get_query_params().get('InstanceId') + + def set_InstanceId(self,InstanceId): + self.add_query_param('InstanceId',InstanceId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ApplyAutoSnapshotPolicyRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ApplyAutoSnapshotPolicyRequest.py index aa3597322a..1baa164371 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ApplyAutoSnapshotPolicyRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ApplyAutoSnapshotPolicyRequest.py @@ -29,12 +29,6 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - def get_autoSnapshotPolicyId(self): return self.get_query_params().get('autoSnapshotPolicyId') @@ -47,6 +41,12 @@ def get_diskIds(self): def set_diskIds(self,diskIds): self.add_query_param('diskIds',diskIds) + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + def get_OwnerId(self): return self.get_query_params().get('OwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ApplyAutoSnapshotPolicy_GatedLaunchRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ApplyAutoSnapshotPolicy_GatedLaunchRequest.py new file mode 100644 index 0000000000..fe56d2cbb4 --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ApplyAutoSnapshotPolicy_GatedLaunchRequest.py @@ -0,0 +1,54 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class ApplyAutoSnapshotPolicy_GatedLaunchRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ApplyAutoSnapshotPolicy_GatedLaunch','ecs') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_autoSnapshotPolicyId(self): + return self.get_query_params().get('autoSnapshotPolicyId') + + def set_autoSnapshotPolicyId(self,autoSnapshotPolicyId): + self.add_query_param('autoSnapshotPolicyId',autoSnapshotPolicyId) + + def get_diskIds(self): + return self.get_query_params().get('diskIds') + + def set_diskIds(self,diskIds): + self.add_query_param('diskIds',diskIds) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AssociateEipAddressRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AssociateEipAddressRequest.py index 43e5a64253..7a59aca3a1 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AssociateEipAddressRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AssociateEipAddressRequest.py @@ -29,11 +29,17 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) - def get_InstanceId(self): - return self.get_query_params().get('InstanceId') + def get_AllocationId(self): + return self.get_query_params().get('AllocationId') - def set_InstanceId(self,InstanceId): - self.add_query_param('InstanceId',InstanceId) + def set_AllocationId(self,AllocationId): + self.add_query_param('AllocationId',AllocationId) + + def get_InstanceType(self): + return self.get_query_params().get('InstanceType') + + def set_InstanceType(self,InstanceType): + self.add_query_param('InstanceType',InstanceType) def get_ResourceOwnerAccount(self): return self.get_query_params().get('ResourceOwnerAccount') @@ -47,20 +53,14 @@ def get_OwnerAccount(self): def set_OwnerAccount(self,OwnerAccount): self.add_query_param('OwnerAccount',OwnerAccount) - def get_InstanceType(self): - return self.get_query_params().get('InstanceType') - - def set_InstanceType(self,InstanceType): - self.add_query_param('InstanceType',InstanceType) - - def get_AllocationId(self): - return self.get_query_params().get('AllocationId') - - def set_AllocationId(self,AllocationId): - self.add_query_param('AllocationId',AllocationId) - def get_OwnerId(self): return self.get_query_params().get('OwnerId') def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) \ No newline at end of file + self.add_query_param('OwnerId',OwnerId) + + def get_InstanceId(self): + return self.get_query_params().get('InstanceId') + + def set_InstanceId(self,InstanceId): + self.add_query_param('InstanceId',InstanceId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AssociateHaVipRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AssociateHaVipRequest.py index 771b93e763..b697833a3a 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AssociateHaVipRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AssociateHaVipRequest.py @@ -23,23 +23,23 @@ class AssociateHaVipRequest(RpcRequest): def __init__(self): RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'AssociateHaVip','ecs') - def get_HaVipId(self): - return self.get_query_params().get('HaVipId') - - def set_HaVipId(self,HaVipId): - self.add_query_param('HaVipId',HaVipId) - def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) - def get_InstanceId(self): - return self.get_query_params().get('InstanceId') + def get_ClientToken(self): + return self.get_query_params().get('ClientToken') - def set_InstanceId(self,InstanceId): - self.add_query_param('InstanceId',InstanceId) + def set_ClientToken(self,ClientToken): + self.add_query_param('ClientToken',ClientToken) + + def get_HaVipId(self): + return self.get_query_params().get('HaVipId') + + def set_HaVipId(self,HaVipId): + self.add_query_param('HaVipId',HaVipId) def get_ResourceOwnerAccount(self): return self.get_query_params().get('ResourceOwnerAccount') @@ -47,12 +47,6 @@ def get_ResourceOwnerAccount(self): def set_ResourceOwnerAccount(self,ResourceOwnerAccount): self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - def get_ClientToken(self): - return self.get_query_params().get('ClientToken') - - def set_ClientToken(self,ClientToken): - self.add_query_param('ClientToken',ClientToken) - def get_OwnerAccount(self): return self.get_query_params().get('OwnerAccount') @@ -63,4 +57,10 @@ def get_OwnerId(self): return self.get_query_params().get('OwnerId') def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) \ No newline at end of file + self.add_query_param('OwnerId',OwnerId) + + def get_InstanceId(self): + return self.get_query_params().get('InstanceId') + + def set_InstanceId(self,InstanceId): + self.add_query_param('InstanceId',InstanceId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AttachClassicLinkVpcRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AttachClassicLinkVpcRequest.py index dc19a5e29d..734984b215 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AttachClassicLinkVpcRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AttachClassicLinkVpcRequest.py @@ -29,26 +29,26 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) - def get_InstanceId(self): - return self.get_query_params().get('InstanceId') - - def set_InstanceId(self,InstanceId): - self.add_query_param('InstanceId',InstanceId) - def get_ResourceOwnerAccount(self): return self.get_query_params().get('ResourceOwnerAccount') def set_ResourceOwnerAccount(self,ResourceOwnerAccount): self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - def get_VpcId(self): - return self.get_query_params().get('VpcId') - - def set_VpcId(self,VpcId): - self.add_query_param('VpcId',VpcId) - def get_OwnerId(self): return self.get_query_params().get('OwnerId') def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) \ No newline at end of file + self.add_query_param('OwnerId',OwnerId) + + def get_InstanceId(self): + return self.get_query_params().get('InstanceId') + + def set_InstanceId(self,InstanceId): + self.add_query_param('InstanceId',InstanceId) + + def get_VpcId(self): + return self.get_query_params().get('VpcId') + + def set_VpcId(self,VpcId): + self.add_query_param('VpcId',VpcId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AttachDiskRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AttachDiskRequest.py index a2fa62ef5e..9e3704ed57 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AttachDiskRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AttachDiskRequest.py @@ -29,11 +29,17 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) - def get_InstanceId(self): - return self.get_query_params().get('InstanceId') + def get_DiskId(self): + return self.get_query_params().get('DiskId') - def set_InstanceId(self,InstanceId): - self.add_query_param('InstanceId',InstanceId) + def set_DiskId(self,DiskId): + self.add_query_param('DiskId',DiskId) + + def get_DeleteWithInstance(self): + return self.get_query_params().get('DeleteWithInstance') + + def set_DeleteWithInstance(self,DeleteWithInstance): + self.add_query_param('DeleteWithInstance',DeleteWithInstance) def get_ResourceOwnerAccount(self): return self.get_query_params().get('ResourceOwnerAccount') @@ -47,26 +53,20 @@ def get_OwnerAccount(self): def set_OwnerAccount(self,OwnerAccount): self.add_query_param('OwnerAccount',OwnerAccount) - def get_DiskId(self): - return self.get_query_params().get('DiskId') - - def set_DiskId(self,DiskId): - self.add_query_param('DiskId',DiskId) - def get_OwnerId(self): return self.get_query_params().get('OwnerId') def set_OwnerId(self,OwnerId): self.add_query_param('OwnerId',OwnerId) + def get_InstanceId(self): + return self.get_query_params().get('InstanceId') + + def set_InstanceId(self,InstanceId): + self.add_query_param('InstanceId',InstanceId) + def get_Device(self): return self.get_query_params().get('Device') def set_Device(self,Device): - self.add_query_param('Device',Device) - - def get_DeleteWithInstance(self): - return self.get_query_params().get('DeleteWithInstance') - - def set_DeleteWithInstance(self,DeleteWithInstance): - self.add_query_param('DeleteWithInstance',DeleteWithInstance) \ No newline at end of file + self.add_query_param('Device',Device) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AttachDisk_GatedLaunchRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AttachDisk_GatedLaunchRequest.py new file mode 100644 index 0000000000..b648dc6019 --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AttachDisk_GatedLaunchRequest.py @@ -0,0 +1,72 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class AttachDisk_GatedLaunchRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'AttachDisk_GatedLaunch','ecs') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_DiskId(self): + return self.get_query_params().get('DiskId') + + def set_DiskId(self,DiskId): + self.add_query_param('DiskId',DiskId) + + def get_DeleteWithInstance(self): + return self.get_query_params().get('DeleteWithInstance') + + def set_DeleteWithInstance(self,DeleteWithInstance): + self.add_query_param('DeleteWithInstance',DeleteWithInstance) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_InstanceId(self): + return self.get_query_params().get('InstanceId') + + def set_InstanceId(self,InstanceId): + self.add_query_param('InstanceId',InstanceId) + + def get_Device(self): + return self.get_query_params().get('Device') + + def set_Device(self,Device): + self.add_query_param('Device',Device) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AttachInstanceRamRoleRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AttachInstanceRamRoleRequest.py index 029144cf68..31ee73ad46 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AttachInstanceRamRoleRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AttachInstanceRamRoleRequest.py @@ -35,12 +35,6 @@ def get_ResourceOwnerAccount(self): def set_ResourceOwnerAccount(self,ResourceOwnerAccount): self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - def get_InstanceIds(self): - return self.get_query_params().get('InstanceIds') - - def set_InstanceIds(self,InstanceIds): - self.add_query_param('InstanceIds',InstanceIds) - def get_RamRoleName(self): return self.get_query_params().get('RamRoleName') @@ -51,4 +45,10 @@ def get_OwnerId(self): return self.get_query_params().get('OwnerId') def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) \ No newline at end of file + self.add_query_param('OwnerId',OwnerId) + + def get_InstanceIds(self): + return self.get_query_params().get('InstanceIds') + + def set_InstanceIds(self,InstanceIds): + self.add_query_param('InstanceIds',InstanceIds) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AttachKeyPairRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AttachKeyPairRequest.py index ec851d81cc..2d2f52bc9c 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AttachKeyPairRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AttachKeyPairRequest.py @@ -29,26 +29,26 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_InstanceIds(self): - return self.get_query_params().get('InstanceIds') - - def set_InstanceIds(self,InstanceIds): - self.add_query_param('InstanceIds',InstanceIds) - def get_KeyPairName(self): return self.get_query_params().get('KeyPairName') def set_KeyPairName(self,KeyPairName): self.add_query_param('KeyPairName',KeyPairName) + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + def get_OwnerId(self): return self.get_query_params().get('OwnerId') def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) \ No newline at end of file + self.add_query_param('OwnerId',OwnerId) + + def get_InstanceIds(self): + return self.get_query_params().get('InstanceIds') + + def set_InstanceIds(self,InstanceIds): + self.add_query_param('InstanceIds',InstanceIds) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AttachVolumeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AttachVolumeRequest.py new file mode 100644 index 0000000000..8572ea8d71 --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AttachVolumeRequest.py @@ -0,0 +1,60 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class AttachVolumeRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'AttachVolume','ecs') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_InstanceId(self): + return self.get_query_params().get('InstanceId') + + def set_InstanceId(self,InstanceId): + self.add_query_param('InstanceId',InstanceId) + + def get_VolumeId(self): + return self.get_query_params().get('VolumeId') + + def set_VolumeId(self,VolumeId): + self.add_query_param('VolumeId',VolumeId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AttachVolume_GatedLaunchRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AttachVolume_GatedLaunchRequest.py new file mode 100644 index 0000000000..50d7502f57 --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AttachVolume_GatedLaunchRequest.py @@ -0,0 +1,60 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class AttachVolume_GatedLaunchRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'AttachVolume_GatedLaunch','ecs') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_InstanceId(self): + return self.get_query_params().get('InstanceId') + + def set_InstanceId(self,InstanceId): + self.add_query_param('InstanceId',InstanceId) + + def get_VolumeId(self): + return self.get_query_params().get('VolumeId') + + def set_VolumeId(self,VolumeId): + self.add_query_param('VolumeId',VolumeId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AuthorizeSecurityGroupEgress_GatedLaunchRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AuthorizeSecurityGroupEgress_GatedLaunchRequest.py new file mode 100644 index 0000000000..bcbe24fba5 --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AuthorizeSecurityGroupEgress_GatedLaunchRequest.py @@ -0,0 +1,114 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class AuthorizeSecurityGroupEgress_GatedLaunchRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'AuthorizeSecurityGroupEgress_GatedLaunch','ecs') + + def get_NicType(self): + return self.get_query_params().get('NicType') + + def set_NicType(self,NicType): + self.add_query_param('NicType',NicType) + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_ClientToken(self): + return self.get_query_params().get('ClientToken') + + def set_ClientToken(self,ClientToken): + self.add_query_param('ClientToken',ClientToken) + + def get_SecurityGroupId(self): + return self.get_query_params().get('SecurityGroupId') + + def set_SecurityGroupId(self,SecurityGroupId): + self.add_query_param('SecurityGroupId',SecurityGroupId) + + def get_Policy(self): + return self.get_query_params().get('Policy') + + def set_Policy(self,Policy): + self.add_query_param('Policy',Policy) + + def get_PortRange(self): + return self.get_query_params().get('PortRange') + + def set_PortRange(self,PortRange): + self.add_query_param('PortRange',PortRange) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_IpProtocol(self): + return self.get_query_params().get('IpProtocol') + + def set_IpProtocol(self,IpProtocol): + self.add_query_param('IpProtocol',IpProtocol) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_DestGroupId(self): + return self.get_query_params().get('DestGroupId') + + def set_DestGroupId(self,DestGroupId): + self.add_query_param('DestGroupId',DestGroupId) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_DestGroupOwnerAccount(self): + return self.get_query_params().get('DestGroupOwnerAccount') + + def set_DestGroupOwnerAccount(self,DestGroupOwnerAccount): + self.add_query_param('DestGroupOwnerAccount',DestGroupOwnerAccount) + + def get_Priority(self): + return self.get_query_params().get('Priority') + + def set_Priority(self,Priority): + self.add_query_param('Priority',Priority) + + def get_DestCidrIp(self): + return self.get_query_params().get('DestCidrIp') + + def set_DestCidrIp(self,DestCidrIp): + self.add_query_param('DestCidrIp',DestCidrIp) + + def get_DestGroupOwnerId(self): + return self.get_query_params().get('DestGroupOwnerId') + + def set_DestGroupOwnerId(self,DestGroupOwnerId): + self.add_query_param('DestGroupOwnerId',DestGroupOwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AuthorizeSecurityGroup_GatedLaunchRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AuthorizeSecurityGroup_GatedLaunchRequest.py new file mode 100644 index 0000000000..7555fc05ec --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AuthorizeSecurityGroup_GatedLaunchRequest.py @@ -0,0 +1,114 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class AuthorizeSecurityGroup_GatedLaunchRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'AuthorizeSecurityGroup_GatedLaunch','ecs') + + def get_NicType(self): + return self.get_query_params().get('NicType') + + def set_NicType(self,NicType): + self.add_query_param('NicType',NicType) + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_ClientToken(self): + return self.get_query_params().get('ClientToken') + + def set_ClientToken(self,ClientToken): + self.add_query_param('ClientToken',ClientToken) + + def get_SecurityGroupId(self): + return self.get_query_params().get('SecurityGroupId') + + def set_SecurityGroupId(self,SecurityGroupId): + self.add_query_param('SecurityGroupId',SecurityGroupId) + + def get_SourceGroupOwnerId(self): + return self.get_query_params().get('SourceGroupOwnerId') + + def set_SourceGroupOwnerId(self,SourceGroupOwnerId): + self.add_query_param('SourceGroupOwnerId',SourceGroupOwnerId) + + def get_SourceGroupOwnerAccount(self): + return self.get_query_params().get('SourceGroupOwnerAccount') + + def set_SourceGroupOwnerAccount(self,SourceGroupOwnerAccount): + self.add_query_param('SourceGroupOwnerAccount',SourceGroupOwnerAccount) + + def get_Policy(self): + return self.get_query_params().get('Policy') + + def set_Policy(self,Policy): + self.add_query_param('Policy',Policy) + + def get_PortRange(self): + return self.get_query_params().get('PortRange') + + def set_PortRange(self,PortRange): + self.add_query_param('PortRange',PortRange) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_IpProtocol(self): + return self.get_query_params().get('IpProtocol') + + def set_IpProtocol(self,IpProtocol): + self.add_query_param('IpProtocol',IpProtocol) + + def get_SourceCidrIp(self): + return self.get_query_params().get('SourceCidrIp') + + def set_SourceCidrIp(self,SourceCidrIp): + self.add_query_param('SourceCidrIp',SourceCidrIp) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_Priority(self): + return self.get_query_params().get('Priority') + + def set_Priority(self,Priority): + self.add_query_param('Priority',Priority) + + def get_SourceGroupId(self): + return self.get_query_params().get('SourceGroupId') + + def set_SourceGroupId(self,SourceGroupId): + self.add_query_param('SourceGroupId',SourceGroupId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/BindIpRangeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/BindIpRangeRequest.py new file mode 100644 index 0000000000..1affac6ccc --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/BindIpRangeRequest.py @@ -0,0 +1,60 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class BindIpRangeRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'BindIpRange','ecs') + + def get_IpAddress(self): + return self.get_query_params().get('IpAddress') + + def set_IpAddress(self,IpAddress): + self.add_query_param('IpAddress',IpAddress) + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_InstanceId(self): + return self.get_query_params().get('InstanceId') + + def set_InstanceId(self,InstanceId): + self.add_query_param('InstanceId',InstanceId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/BindIpRange_GatedLaunchRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/BindIpRange_GatedLaunchRequest.py new file mode 100644 index 0000000000..9a89531127 --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/BindIpRange_GatedLaunchRequest.py @@ -0,0 +1,60 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class BindIpRange_GatedLaunchRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'BindIpRange_GatedLaunch','ecs') + + def get_IpAddress(self): + return self.get_query_params().get('IpAddress') + + def set_IpAddress(self,IpAddress): + self.add_query_param('IpAddress',IpAddress) + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_InstanceId(self): + return self.get_query_params().get('InstanceId') + + def set_InstanceId(self,InstanceId): + self.add_query_param('InstanceId',InstanceId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CancelAgreementRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CancelAgreementRequest.py new file mode 100644 index 0000000000..939a388c4f --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CancelAgreementRequest.py @@ -0,0 +1,54 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class CancelAgreementRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CancelAgreement','ecs') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_AgreementType(self): + return self.get_query_params().get('AgreementType') + + def set_AgreementType(self,AgreementType): + self.add_query_param('AgreementType',AgreementType) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CancelAutoSnapshotPolicyRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CancelAutoSnapshotPolicyRequest.py index b56e4f4a46..944490cfe5 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CancelAutoSnapshotPolicyRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CancelAutoSnapshotPolicyRequest.py @@ -29,18 +29,18 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - def get_diskIds(self): return self.get_query_params().get('diskIds') def set_diskIds(self,diskIds): self.add_query_param('diskIds',diskIds) + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + def get_OwnerId(self): return self.get_query_params().get('OwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CancelAutoSnapshotPolicy_GatedLaunchRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CancelAutoSnapshotPolicy_GatedLaunchRequest.py new file mode 100644 index 0000000000..f6074bbc6f --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CancelAutoSnapshotPolicy_GatedLaunchRequest.py @@ -0,0 +1,48 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class CancelAutoSnapshotPolicy_GatedLaunchRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CancelAutoSnapshotPolicy_GatedLaunch','ecs') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_diskIds(self): + return self.get_query_params().get('diskIds') + + def set_diskIds(self,diskIds): + self.add_query_param('diskIds',diskIds) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CancelCopyImage_GatedLaunchRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CancelCopyImage_GatedLaunchRequest.py new file mode 100644 index 0000000000..6e5e000fc2 --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CancelCopyImage_GatedLaunchRequest.py @@ -0,0 +1,54 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class CancelCopyImage_GatedLaunchRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CancelCopyImage_GatedLaunch','ecs') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_ImageId(self): + return self.get_query_params().get('ImageId') + + def set_ImageId(self,ImageId): + self.add_query_param('ImageId',ImageId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CancelPhysicalConnectionRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CancelPhysicalConnectionRequest.py index 0ad72da106..d277687e1f 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CancelPhysicalConnectionRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CancelPhysicalConnectionRequest.py @@ -29,23 +29,23 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - def get_ClientToken(self): return self.get_query_params().get('ClientToken') def set_ClientToken(self,ClientToken): self.add_query_param('ClientToken',ClientToken) - def get_PhysicalConnectionId(self): - return self.get_query_params().get('PhysicalConnectionId') + def get_UserCidr(self): + return self.get_query_params().get('UserCidr') - def set_PhysicalConnectionId(self,PhysicalConnectionId): - self.add_query_param('PhysicalConnectionId',PhysicalConnectionId) + def set_UserCidr(self,UserCidr): + self.add_query_param('UserCidr',UserCidr) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) def get_OwnerAccount(self): return self.get_query_params().get('OwnerAccount') @@ -53,14 +53,14 @@ def get_OwnerAccount(self): def set_OwnerAccount(self,OwnerAccount): self.add_query_param('OwnerAccount',OwnerAccount) - def get_UserCidr(self): - return self.get_query_params().get('UserCidr') - - def set_UserCidr(self,UserCidr): - self.add_query_param('UserCidr',UserCidr) - def get_OwnerId(self): return self.get_query_params().get('OwnerId') def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) \ No newline at end of file + self.add_query_param('OwnerId',OwnerId) + + def get_PhysicalConnectionId(self): + return self.get_query_params().get('PhysicalConnectionId') + + def set_PhysicalConnectionId(self,PhysicalConnectionId): + self.add_query_param('PhysicalConnectionId',PhysicalConnectionId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CancelTaskRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CancelTaskRequest.py index b998572f68..ff1e625700 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CancelTaskRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CancelTaskRequest.py @@ -29,6 +29,12 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) + def get_TaskId(self): + return self.get_query_params().get('TaskId') + + def set_TaskId(self,TaskId): + self.add_query_param('TaskId',TaskId) + def get_ResourceOwnerAccount(self): return self.get_query_params().get('ResourceOwnerAccount') @@ -39,10 +45,4 @@ def get_OwnerId(self): return self.get_query_params().get('OwnerId') def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_TaskId(self): - return self.get_query_params().get('TaskId') - - def set_TaskId(self,TaskId): - self.add_query_param('TaskId',TaskId) \ No newline at end of file + self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CancelTask_GatedLaunchRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CancelTask_GatedLaunchRequest.py new file mode 100644 index 0000000000..ddf35c616d --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CancelTask_GatedLaunchRequest.py @@ -0,0 +1,48 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class CancelTask_GatedLaunchRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CancelTask_GatedLaunch','ecs') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_TaskId(self): + return self.get_query_params().get('TaskId') + + def set_TaskId(self,TaskId): + self.add_query_param('TaskId',TaskId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CancelUserEventRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CancelUserEventRequest.py new file mode 100644 index 0000000000..461d79edb5 --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CancelUserEventRequest.py @@ -0,0 +1,54 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class CancelUserEventRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CancelUserEvent','ecs') + + def get_EventId(self): + return self.get_query_params().get('EventId') + + def set_EventId(self,EventId): + self.add_query_param('EventId',EventId) + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_ResourceId(self): + return self.get_query_params().get('ResourceId') + + def set_ResourceId(self,ResourceId): + self.add_query_param('ResourceId',ResourceId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CheckAutoSnapshotPolicyRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CheckAutoSnapshotPolicyRequest.py new file mode 100644 index 0000000000..a70b06a3e6 --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CheckAutoSnapshotPolicyRequest.py @@ -0,0 +1,96 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class CheckAutoSnapshotPolicyRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CheckAutoSnapshotPolicy','ecs') + + def get_DataDiskPolicyEnabled(self): + return self.get_query_params().get('DataDiskPolicyEnabled') + + def set_DataDiskPolicyEnabled(self,DataDiskPolicyEnabled): + self.add_query_param('DataDiskPolicyEnabled',DataDiskPolicyEnabled) + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_DataDiskPolicyRetentionDays(self): + return self.get_query_params().get('DataDiskPolicyRetentionDays') + + def set_DataDiskPolicyRetentionDays(self,DataDiskPolicyRetentionDays): + self.add_query_param('DataDiskPolicyRetentionDays',DataDiskPolicyRetentionDays) + + def get_SystemDiskPolicyRetentionLastWeek(self): + return self.get_query_params().get('SystemDiskPolicyRetentionLastWeek') + + def set_SystemDiskPolicyRetentionLastWeek(self,SystemDiskPolicyRetentionLastWeek): + self.add_query_param('SystemDiskPolicyRetentionLastWeek',SystemDiskPolicyRetentionLastWeek) + + def get_SystemDiskPolicyRetentionDays(self): + return self.get_query_params().get('SystemDiskPolicyRetentionDays') + + def set_SystemDiskPolicyRetentionDays(self,SystemDiskPolicyRetentionDays): + self.add_query_param('SystemDiskPolicyRetentionDays',SystemDiskPolicyRetentionDays) + + def get_DataDiskPolicyTimePeriod(self): + return self.get_query_params().get('DataDiskPolicyTimePeriod') + + def set_DataDiskPolicyTimePeriod(self,DataDiskPolicyTimePeriod): + self.add_query_param('DataDiskPolicyTimePeriod',DataDiskPolicyTimePeriod) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_SystemDiskPolicyTimePeriod(self): + return self.get_query_params().get('SystemDiskPolicyTimePeriod') + + def set_SystemDiskPolicyTimePeriod(self,SystemDiskPolicyTimePeriod): + self.add_query_param('SystemDiskPolicyTimePeriod',SystemDiskPolicyTimePeriod) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_DataDiskPolicyRetentionLastWeek(self): + return self.get_query_params().get('DataDiskPolicyRetentionLastWeek') + + def set_DataDiskPolicyRetentionLastWeek(self,DataDiskPolicyRetentionLastWeek): + self.add_query_param('DataDiskPolicyRetentionLastWeek',DataDiskPolicyRetentionLastWeek) + + def get_SystemDiskPolicyEnabled(self): + return self.get_query_params().get('SystemDiskPolicyEnabled') + + def set_SystemDiskPolicyEnabled(self,SystemDiskPolicyEnabled): + self.add_query_param('SystemDiskPolicyEnabled',SystemDiskPolicyEnabled) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CheckAutoSnapshotPolicy_GatedLaunchRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CheckAutoSnapshotPolicy_GatedLaunchRequest.py new file mode 100644 index 0000000000..fc1a36e742 --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CheckAutoSnapshotPolicy_GatedLaunchRequest.py @@ -0,0 +1,96 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class CheckAutoSnapshotPolicy_GatedLaunchRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CheckAutoSnapshotPolicy_GatedLaunch','ecs') + + def get_DataDiskPolicyEnabled(self): + return self.get_query_params().get('DataDiskPolicyEnabled') + + def set_DataDiskPolicyEnabled(self,DataDiskPolicyEnabled): + self.add_query_param('DataDiskPolicyEnabled',DataDiskPolicyEnabled) + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_DataDiskPolicyRetentionDays(self): + return self.get_query_params().get('DataDiskPolicyRetentionDays') + + def set_DataDiskPolicyRetentionDays(self,DataDiskPolicyRetentionDays): + self.add_query_param('DataDiskPolicyRetentionDays',DataDiskPolicyRetentionDays) + + def get_SystemDiskPolicyRetentionLastWeek(self): + return self.get_query_params().get('SystemDiskPolicyRetentionLastWeek') + + def set_SystemDiskPolicyRetentionLastWeek(self,SystemDiskPolicyRetentionLastWeek): + self.add_query_param('SystemDiskPolicyRetentionLastWeek',SystemDiskPolicyRetentionLastWeek) + + def get_SystemDiskPolicyRetentionDays(self): + return self.get_query_params().get('SystemDiskPolicyRetentionDays') + + def set_SystemDiskPolicyRetentionDays(self,SystemDiskPolicyRetentionDays): + self.add_query_param('SystemDiskPolicyRetentionDays',SystemDiskPolicyRetentionDays) + + def get_DataDiskPolicyTimePeriod(self): + return self.get_query_params().get('DataDiskPolicyTimePeriod') + + def set_DataDiskPolicyTimePeriod(self,DataDiskPolicyTimePeriod): + self.add_query_param('DataDiskPolicyTimePeriod',DataDiskPolicyTimePeriod) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_SystemDiskPolicyTimePeriod(self): + return self.get_query_params().get('SystemDiskPolicyTimePeriod') + + def set_SystemDiskPolicyTimePeriod(self,SystemDiskPolicyTimePeriod): + self.add_query_param('SystemDiskPolicyTimePeriod',SystemDiskPolicyTimePeriod) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_DataDiskPolicyRetentionLastWeek(self): + return self.get_query_params().get('DataDiskPolicyRetentionLastWeek') + + def set_DataDiskPolicyRetentionLastWeek(self,DataDiskPolicyRetentionLastWeek): + self.add_query_param('DataDiskPolicyRetentionLastWeek',DataDiskPolicyRetentionLastWeek) + + def get_SystemDiskPolicyEnabled(self): + return self.get_query_params().get('SystemDiskPolicyEnabled') + + def set_SystemDiskPolicyEnabled(self,SystemDiskPolicyEnabled): + self.add_query_param('SystemDiskPolicyEnabled',SystemDiskPolicyEnabled) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CheckDiskEnableAutoSnapshotValidationRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CheckDiskEnableAutoSnapshotValidationRequest.py new file mode 100644 index 0000000000..edc28ffe35 --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CheckDiskEnableAutoSnapshotValidationRequest.py @@ -0,0 +1,54 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class CheckDiskEnableAutoSnapshotValidationRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CheckDiskEnableAutoSnapshotValidation','ecs') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_DiskIds(self): + return self.get_query_params().get('DiskIds') + + def set_DiskIds(self,DiskIds): + self.add_query_param('DiskIds',DiskIds) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CheckDiskEnableAutoSnapshotValidation_GatedLaunchRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CheckDiskEnableAutoSnapshotValidation_GatedLaunchRequest.py new file mode 100644 index 0000000000..d05a303eaa --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CheckDiskEnableAutoSnapshotValidation_GatedLaunchRequest.py @@ -0,0 +1,54 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class CheckDiskEnableAutoSnapshotValidation_GatedLaunchRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CheckDiskEnableAutoSnapshotValidation_GatedLaunch','ecs') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_DiskIds(self): + return self.get_query_params().get('DiskIds') + + def set_DiskIds(self,DiskIds): + self.add_query_param('DiskIds',DiskIds) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CopyImageRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CopyImageRequest.py index 2fb7bf985c..bc6dea5951 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CopyImageRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CopyImageRequest.py @@ -35,6 +35,23 @@ def get_ImageId(self): def set_ImageId(self,ImageId): self.add_query_param('ImageId',ImageId) + def get_DestinationRegionId(self): + return self.get_query_params().get('DestinationRegionId') + + def set_DestinationRegionId(self,DestinationRegionId): + self.add_query_param('DestinationRegionId',DestinationRegionId) + + def get_Tags(self): + return self.get_query_params().get('Tags') + + def set_Tags(self,Tags): + for i in range(len(Tags)): + if Tags[i].get('Value') is not None: + self.add_query_param('Tag.' + str(i + 1) + '.Value' , Tags[i].get('Value')) + if Tags[i].get('Key') is not None: + self.add_query_param('Tag.' + str(i + 1) + '.Key' , Tags[i].get('Key')) + + def get_ResourceOwnerAccount(self): return self.get_query_params().get('ResourceOwnerAccount') @@ -47,12 +64,6 @@ def get_DestinationImageName(self): def set_DestinationImageName(self,DestinationImageName): self.add_query_param('DestinationImageName',DestinationImageName) - def get_DestinationRegionId(self): - return self.get_query_params().get('DestinationRegionId') - - def set_DestinationRegionId(self,DestinationRegionId): - self.add_query_param('DestinationRegionId',DestinationRegionId) - def get_OwnerAccount(self): return self.get_query_params().get('OwnerAccount') @@ -71,16 +82,11 @@ def get_Encrypted(self): def set_Encrypted(self,Encrypted): self.add_query_param('Encrypted',Encrypted) - def get_Tags(self): - return self.get_query_params().get('Tags') - - def set_Tags(self,Tags): - for i in range(len(Tags)): - if Tags[i].get('Value') is not None: - self.add_query_param('Tag.' + str(i + 1) + '.Value' , Tags[i].get('Value')) - if Tags[i].get('Key') is not None: - self.add_query_param('Tag.' + str(i + 1) + '.Key' , Tags[i].get('Key')) + def get_KMSKeyId(self): + return self.get_query_params().get('KMSKeyId') + def set_KMSKeyId(self,KMSKeyId): + self.add_query_param('KMSKeyId',KMSKeyId) def get_DestinationDescription(self): return self.get_query_params().get('DestinationDescription') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CopyImage_GatedLaunchRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CopyImage_GatedLaunchRequest.py new file mode 100644 index 0000000000..73b91f850a --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CopyImage_GatedLaunchRequest.py @@ -0,0 +1,132 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class CopyImage_GatedLaunchRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CopyImage_GatedLaunch','ecs') + + def get_Tag4Value(self): + return self.get_query_params().get('Tag.4.Value') + + def set_Tag4Value(self,Tag4Value): + self.add_query_param('Tag.4.Value',Tag4Value) + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_ImageId(self): + return self.get_query_params().get('ImageId') + + def set_ImageId(self,ImageId): + self.add_query_param('ImageId',ImageId) + + def get_Tag2Key(self): + return self.get_query_params().get('Tag.2.Key') + + def set_Tag2Key(self,Tag2Key): + self.add_query_param('Tag.2.Key',Tag2Key) + + def get_DestinationRegionId(self): + return self.get_query_params().get('DestinationRegionId') + + def set_DestinationRegionId(self,DestinationRegionId): + self.add_query_param('DestinationRegionId',DestinationRegionId) + + def get_Tag3Key(self): + return self.get_query_params().get('Tag.3.Key') + + def set_Tag3Key(self,Tag3Key): + self.add_query_param('Tag.3.Key',Tag3Key) + + def get_Tag1Value(self): + return self.get_query_params().get('Tag.1.Value') + + def set_Tag1Value(self,Tag1Value): + self.add_query_param('Tag.1.Value',Tag1Value) + + def get_Tag3Value(self): + return self.get_query_params().get('Tag.3.Value') + + def set_Tag3Value(self,Tag3Value): + self.add_query_param('Tag.3.Value',Tag3Value) + + def get_Tag5Key(self): + return self.get_query_params().get('Tag.5.Key') + + def set_Tag5Key(self,Tag5Key): + self.add_query_param('Tag.5.Key',Tag5Key) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_DestinationImageName(self): + return self.get_query_params().get('DestinationImageName') + + def set_DestinationImageName(self,DestinationImageName): + self.add_query_param('DestinationImageName',DestinationImageName) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_Tag5Value(self): + return self.get_query_params().get('Tag.5.Value') + + def set_Tag5Value(self,Tag5Value): + self.add_query_param('Tag.5.Value',Tag5Value) + + def get_Tag1Key(self): + return self.get_query_params().get('Tag.1.Key') + + def set_Tag1Key(self,Tag1Key): + self.add_query_param('Tag.1.Key',Tag1Key) + + def get_Tag2Value(self): + return self.get_query_params().get('Tag.2.Value') + + def set_Tag2Value(self,Tag2Value): + self.add_query_param('Tag.2.Value',Tag2Value) + + def get_Tag4Key(self): + return self.get_query_params().get('Tag.4.Key') + + def set_Tag4Key(self,Tag4Key): + self.add_query_param('Tag.4.Key',Tag4Key) + + def get_DestinationDescription(self): + return self.get_query_params().get('DestinationDescription') + + def set_DestinationDescription(self,DestinationDescription): + self.add_query_param('DestinationDescription',DestinationDescription) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateAutoSnapshotPolicyRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateAutoSnapshotPolicyRequest.py index 52daefdeaf..4d2f03dbfb 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateAutoSnapshotPolicyRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateAutoSnapshotPolicyRequest.py @@ -29,23 +29,23 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - def get_timePoints(self): return self.get_query_params().get('timePoints') def set_timePoints(self,timePoints): self.add_query_param('timePoints',timePoints) - def get_retentionDays(self): - return self.get_query_params().get('retentionDays') + def get_repeatWeekdays(self): + return self.get_query_params().get('repeatWeekdays') - def set_retentionDays(self,retentionDays): - self.add_query_param('retentionDays',retentionDays) + def set_repeatWeekdays(self,repeatWeekdays): + self.add_query_param('repeatWeekdays',repeatWeekdays) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) def get_OwnerId(self): return self.get_query_params().get('OwnerId') @@ -53,14 +53,14 @@ def get_OwnerId(self): def set_OwnerId(self,OwnerId): self.add_query_param('OwnerId',OwnerId) - def get_repeatWeekdays(self): - return self.get_query_params().get('repeatWeekdays') - - def set_repeatWeekdays(self,repeatWeekdays): - self.add_query_param('repeatWeekdays',repeatWeekdays) - def get_autoSnapshotPolicyName(self): return self.get_query_params().get('autoSnapshotPolicyName') def set_autoSnapshotPolicyName(self,autoSnapshotPolicyName): - self.add_query_param('autoSnapshotPolicyName',autoSnapshotPolicyName) \ No newline at end of file + self.add_query_param('autoSnapshotPolicyName',autoSnapshotPolicyName) + + def get_retentionDays(self): + return self.get_query_params().get('retentionDays') + + def set_retentionDays(self,retentionDays): + self.add_query_param('retentionDays',retentionDays) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateAutoSnapshotPolicy_GatedLaunchRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateAutoSnapshotPolicy_GatedLaunchRequest.py new file mode 100644 index 0000000000..6767bf7e4b --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateAutoSnapshotPolicy_GatedLaunchRequest.py @@ -0,0 +1,66 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class CreateAutoSnapshotPolicy_GatedLaunchRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateAutoSnapshotPolicy_GatedLaunch','ecs') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_timePoints(self): + return self.get_query_params().get('timePoints') + + def set_timePoints(self,timePoints): + self.add_query_param('timePoints',timePoints) + + def get_repeatWeekdays(self): + return self.get_query_params().get('repeatWeekdays') + + def set_repeatWeekdays(self,repeatWeekdays): + self.add_query_param('repeatWeekdays',repeatWeekdays) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_autoSnapshotPolicyName(self): + return self.get_query_params().get('autoSnapshotPolicyName') + + def set_autoSnapshotPolicyName(self,autoSnapshotPolicyName): + self.add_query_param('autoSnapshotPolicyName',autoSnapshotPolicyName) + + def get_retentionDays(self): + return self.get_query_params().get('retentionDays') + + def set_retentionDays(self,retentionDays): + self.add_query_param('retentionDays',retentionDays) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateCommandRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateCommandRequest.py index 697aa866d6..0c3f2ecd70 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateCommandRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateCommandRequest.py @@ -81,4 +81,10 @@ def get_Name(self): return self.get_query_params().get('Name') def set_Name(self,Name): - self.add_query_param('Name',Name) \ No newline at end of file + self.add_query_param('Name',Name) + + def get_EnableParameter(self): + return self.get_query_params().get('EnableParameter') + + def set_EnableParameter(self,EnableParameter): + self.add_query_param('EnableParameter',EnableParameter) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateDeploymentSetRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateDeploymentSetRequest.py index e805700181..4f41375d58 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateDeploymentSetRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateDeploymentSetRequest.py @@ -29,30 +29,30 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - def get_ClientToken(self): return self.get_query_params().get('ClientToken') def set_ClientToken(self,ClientToken): self.add_query_param('ClientToken',ClientToken) - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - def get_Description(self): return self.get_query_params().get('Description') def set_Description(self,Description): self.add_query_param('Description',Description) + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + def get_DeploymentSetName(self): return self.get_query_params().get('DeploymentSetName') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateDiskRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateDiskRequest.py index 54ef2e7ad5..ef783e9857 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateDiskRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateDiskRequest.py @@ -35,36 +35,18 @@ def get_SnapshotId(self): def set_SnapshotId(self,SnapshotId): self.add_query_param('SnapshotId',SnapshotId) - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - def get_ClientToken(self): return self.get_query_params().get('ClientToken') def set_ClientToken(self,ClientToken): self.add_query_param('ClientToken',ClientToken) - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - def get_Description(self): return self.get_query_params().get('Description') def set_Description(self,Description): self.add_query_param('Description',Description) - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - def get_DiskName(self): return self.get_query_params().get('DiskName') @@ -77,30 +59,12 @@ def get_ResourceGroupId(self): def set_ResourceGroupId(self,ResourceGroupId): self.add_query_param('ResourceGroupId',ResourceGroupId) - def get_Size(self): - return self.get_query_params().get('Size') - - def set_Size(self,Size): - self.add_query_param('Size',Size) - - def get_Encrypted(self): - return self.get_query_params().get('Encrypted') - - def set_Encrypted(self,Encrypted): - self.add_query_param('Encrypted',Encrypted) - def get_DiskCategory(self): return self.get_query_params().get('DiskCategory') def set_DiskCategory(self,DiskCategory): self.add_query_param('DiskCategory',DiskCategory) - def get_ZoneId(self): - return self.get_query_params().get('ZoneId') - - def set_ZoneId(self,ZoneId): - self.add_query_param('ZoneId',ZoneId) - def get_Tags(self): return self.get_query_params().get('Tags') @@ -125,14 +89,50 @@ def set_Arns(self,Arns): self.add_query_param('Arn.' + str(i + 1) + '.AssumeRoleFor' , Arns[i].get('AssumeRoleFor')) - def get_KMSKeyId(self): - return self.get_query_params().get('KMSKeyId') - - def set_KMSKeyId(self,KMSKeyId): - self.add_query_param('KMSKeyId',KMSKeyId) - def get_AdvancedFeatures(self): return self.get_query_params().get('AdvancedFeatures') def set_AdvancedFeatures(self,AdvancedFeatures): - self.add_query_param('AdvancedFeatures',AdvancedFeatures) \ No newline at end of file + self.add_query_param('AdvancedFeatures',AdvancedFeatures) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_Size(self): + return self.get_query_params().get('Size') + + def set_Size(self,Size): + self.add_query_param('Size',Size) + + def get_Encrypted(self): + return self.get_query_params().get('Encrypted') + + def set_Encrypted(self,Encrypted): + self.add_query_param('Encrypted',Encrypted) + + def get_ZoneId(self): + return self.get_query_params().get('ZoneId') + + def set_ZoneId(self,ZoneId): + self.add_query_param('ZoneId',ZoneId) + + def get_KMSKeyId(self): + return self.get_query_params().get('KMSKeyId') + + def set_KMSKeyId(self,KMSKeyId): + self.add_query_param('KMSKeyId',KMSKeyId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateDisk_GatedLaunchRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateDisk_GatedLaunchRequest.py new file mode 100644 index 0000000000..591114dd8e --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateDisk_GatedLaunchRequest.py @@ -0,0 +1,101 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class CreateDisk_GatedLaunchRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateDisk_GatedLaunch','ecs') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_SnapshotId(self): + return self.get_query_params().get('SnapshotId') + + def set_SnapshotId(self,SnapshotId): + self.add_query_param('SnapshotId',SnapshotId) + + def get_ClientToken(self): + return self.get_query_params().get('ClientToken') + + def set_ClientToken(self,ClientToken): + self.add_query_param('ClientToken',ClientToken) + + def get_Description(self): + return self.get_query_params().get('Description') + + def set_Description(self,Description): + self.add_query_param('Description',Description) + + def get_DiskName(self): + return self.get_query_params().get('DiskName') + + def set_DiskName(self,DiskName): + self.add_query_param('DiskName',DiskName) + + def get_DiskCategory(self): + return self.get_query_params().get('DiskCategory') + + def set_DiskCategory(self,DiskCategory): + self.add_query_param('DiskCategory',DiskCategory) + + def get_Tags(self): + return self.get_query_params().get('Tags') + + def set_Tags(self,Tags): + for i in range(len(Tags)): + if Tags[i].get('Value') is not None: + self.add_query_param('Tag.' + str(i + 1) + '.Value' , Tags[i].get('Value')) + if Tags[i].get('Key') is not None: + self.add_query_param('Tag.' + str(i + 1) + '.Key' , Tags[i].get('Key')) + + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_Size(self): + return self.get_query_params().get('Size') + + def set_Size(self,Size): + self.add_query_param('Size',Size) + + def get_ZoneId(self): + return self.get_query_params().get('ZoneId') + + def set_ZoneId(self,ZoneId): + self.add_query_param('ZoneId',ZoneId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateForwardEntryRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateForwardEntryRequest.py index 3a1800ca6c..1ae7ead824 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateForwardEntryRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateForwardEntryRequest.py @@ -29,6 +29,24 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) + def get_ForwardTableId(self): + return self.get_query_params().get('ForwardTableId') + + def set_ForwardTableId(self,ForwardTableId): + self.add_query_param('ForwardTableId',ForwardTableId) + + def get_InternalIp(self): + return self.get_query_params().get('InternalIp') + + def set_InternalIp(self,InternalIp): + self.add_query_param('InternalIp',InternalIp) + + def get_ExternalIp(self): + return self.get_query_params().get('ExternalIp') + + def set_ExternalIp(self,ExternalIp): + self.add_query_param('ExternalIp',ExternalIp) + def get_ResourceOwnerAccount(self): return self.get_query_params().get('ResourceOwnerAccount') @@ -41,44 +59,26 @@ def get_IpProtocol(self): def set_IpProtocol(self,IpProtocol): self.add_query_param('IpProtocol',IpProtocol) - def get_InternalPort(self): - return self.get_query_params().get('InternalPort') - - def set_InternalPort(self,InternalPort): - self.add_query_param('InternalPort',InternalPort) - def get_OwnerAccount(self): return self.get_query_params().get('OwnerAccount') def set_OwnerAccount(self,OwnerAccount): self.add_query_param('OwnerAccount',OwnerAccount) - def get_ForwardTableId(self): - return self.get_query_params().get('ForwardTableId') - - def set_ForwardTableId(self,ForwardTableId): - self.add_query_param('ForwardTableId',ForwardTableId) - def get_OwnerId(self): return self.get_query_params().get('OwnerId') def set_OwnerId(self,OwnerId): self.add_query_param('OwnerId',OwnerId) - def get_ExternalIp(self): - return self.get_query_params().get('ExternalIp') + def get_InternalPort(self): + return self.get_query_params().get('InternalPort') - def set_ExternalIp(self,ExternalIp): - self.add_query_param('ExternalIp',ExternalIp) + def set_InternalPort(self,InternalPort): + self.add_query_param('InternalPort',InternalPort) def get_ExternalPort(self): return self.get_query_params().get('ExternalPort') def set_ExternalPort(self,ExternalPort): - self.add_query_param('ExternalPort',ExternalPort) - - def get_InternalIp(self): - return self.get_query_params().get('InternalIp') - - def set_InternalIp(self,InternalIp): - self.add_query_param('InternalIp',InternalIp) \ No newline at end of file + self.add_query_param('ExternalPort',ExternalPort) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateHaVipRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateHaVipRequest.py index 058f784b38..69a2fd47db 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateHaVipRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateHaVipRequest.py @@ -23,12 +23,6 @@ class CreateHaVipRequest(RpcRequest): def __init__(self): RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateHaVip','ecs') - def get_VSwitchId(self): - return self.get_query_params().get('VSwitchId') - - def set_VSwitchId(self,VSwitchId): - self.add_query_param('VSwitchId',VSwitchId) - def get_IpAddress(self): return self.get_query_params().get('IpAddress') @@ -41,32 +35,38 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - def get_ClientToken(self): return self.get_query_params().get('ClientToken') def set_ClientToken(self,ClientToken): self.add_query_param('ClientToken',ClientToken) - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - def get_Description(self): return self.get_query_params().get('Description') def set_Description(self,Description): self.add_query_param('Description',Description) + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + def get_OwnerId(self): return self.get_query_params().get('OwnerId') def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) \ No newline at end of file + self.add_query_param('OwnerId',OwnerId) + + def get_VSwitchId(self): + return self.get_query_params().get('VSwitchId') + + def set_VSwitchId(self,VSwitchId): + self.add_query_param('VSwitchId',VSwitchId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateImageRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateImageRequest.py index 2c7efe31b2..7aa53ce2e7 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateImageRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateImageRequest.py @@ -50,36 +50,18 @@ def get_SnapshotId(self): def set_SnapshotId(self,SnapshotId): self.add_query_param('SnapshotId',SnapshotId) - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - def get_ClientToken(self): return self.get_query_params().get('ClientToken') def set_ClientToken(self,ClientToken): self.add_query_param('ClientToken',ClientToken) - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - def get_Description(self): return self.get_query_params().get('Description') def set_Description(self,Description): self.add_query_param('Description',Description) - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - def get_Platform(self): return self.get_query_params().get('Platform') @@ -92,24 +74,12 @@ def get_ResourceGroupId(self): def set_ResourceGroupId(self,ResourceGroupId): self.add_query_param('ResourceGroupId',ResourceGroupId) - def get_InstanceId(self): - return self.get_query_params().get('InstanceId') - - def set_InstanceId(self,InstanceId): - self.add_query_param('InstanceId',InstanceId) - def get_ImageName(self): return self.get_query_params().get('ImageName') def set_ImageName(self,ImageName): self.add_query_param('ImageName',ImageName) - def get_ImageVersion(self): - return self.get_query_params().get('ImageVersion') - - def set_ImageVersion(self,ImageVersion): - self.add_query_param('ImageVersion',ImageVersion) - def get_Tags(self): return self.get_query_params().get('Tags') @@ -125,4 +95,34 @@ def get_Architecture(self): return self.get_query_params().get('Architecture') def set_Architecture(self,Architecture): - self.add_query_param('Architecture',Architecture) \ No newline at end of file + self.add_query_param('Architecture',Architecture) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_InstanceId(self): + return self.get_query_params().get('InstanceId') + + def set_InstanceId(self,InstanceId): + self.add_query_param('InstanceId',InstanceId) + + def get_ImageVersion(self): + return self.get_query_params().get('ImageVersion') + + def set_ImageVersion(self,ImageVersion): + self.add_query_param('ImageVersion',ImageVersion) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateImage_GatedLaunchRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateImage_GatedLaunchRequest.py new file mode 100644 index 0000000000..e8f5540d00 --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateImage_GatedLaunchRequest.py @@ -0,0 +1,108 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class CreateImage_GatedLaunchRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateImage_GatedLaunch','ecs') + + def get_DiskDeviceMappings(self): + return self.get_query_params().get('DiskDeviceMappings') + + def set_DiskDeviceMappings(self,DiskDeviceMappings): + for i in range(len(DiskDeviceMappings)): + if DiskDeviceMappings[i].get('SnapshotId') is not None: + self.add_query_param('DiskDeviceMapping.' + str(i + 1) + '.SnapshotId' , DiskDeviceMappings[i].get('SnapshotId')) + if DiskDeviceMappings[i].get('Size') is not None: + self.add_query_param('DiskDeviceMapping.' + str(i + 1) + '.Size' , DiskDeviceMappings[i].get('Size')) + if DiskDeviceMappings[i].get('Device') is not None: + self.add_query_param('DiskDeviceMapping.' + str(i + 1) + '.Device' , DiskDeviceMappings[i].get('Device')) + + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_SnapshotId(self): + return self.get_query_params().get('SnapshotId') + + def set_SnapshotId(self,SnapshotId): + self.add_query_param('SnapshotId',SnapshotId) + + def get_ClientToken(self): + return self.get_query_params().get('ClientToken') + + def set_ClientToken(self,ClientToken): + self.add_query_param('ClientToken',ClientToken) + + def get_Description(self): + return self.get_query_params().get('Description') + + def set_Description(self,Description): + self.add_query_param('Description',Description) + + def get_ImageName(self): + return self.get_query_params().get('ImageName') + + def set_ImageName(self,ImageName): + self.add_query_param('ImageName',ImageName) + + def get_Tags(self): + return self.get_query_params().get('Tags') + + def set_Tags(self,Tags): + for i in range(len(Tags)): + if Tags[i].get('Value') is not None: + self.add_query_param('Tag.' + str(i + 1) + '.Value' , Tags[i].get('Value')) + if Tags[i].get('Key') is not None: + self.add_query_param('Tag.' + str(i + 1) + '.Key' , Tags[i].get('Key')) + + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_InstanceId(self): + return self.get_query_params().get('InstanceId') + + def set_InstanceId(self,InstanceId): + self.add_query_param('InstanceId',InstanceId) + + def get_ImageVersion(self): + return self.get_query_params().get('ImageVersion') + + def set_ImageVersion(self,ImageVersion): + self.add_query_param('ImageVersion',ImageVersion) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateInstanceRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateInstanceRequest.py index 46e4a33d7d..20c8368569 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateInstanceRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateInstanceRequest.py @@ -184,6 +184,12 @@ def get_UseAdditionalService(self): def set_UseAdditionalService(self,UseAdditionalService): self.add_query_param('UseAdditionalService',UseAdditionalService) + def get_Affinity(self): + return self.get_query_params().get('Affinity') + + def set_Affinity(self,Affinity): + self.add_query_param('Affinity',Affinity) + def get_ImageId(self): return self.get_query_params().get('ImageId') @@ -305,6 +311,12 @@ def get_OwnerAccount(self): def set_OwnerAccount(self,OwnerAccount): self.add_query_param('OwnerAccount',OwnerAccount) + def get_Tenancy(self): + return self.get_query_params().get('Tenancy') + + def set_Tenancy(self,Tenancy): + self.add_query_param('Tenancy',Tenancy) + def get_SystemDiskDiskName(self): return self.get_query_params().get('SystemDisk.DiskName') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateInstance_GatedLaunchRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateInstance_GatedLaunchRequest.py new file mode 100644 index 0000000000..5145e99cfe --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateInstance_GatedLaunchRequest.py @@ -0,0 +1,401 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class CreateInstance_GatedLaunchRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateInstance_GatedLaunch','ecs') + + def get_DataDisk3Size(self): + return self.get_query_params().get('DataDisk.3.Size') + + def set_DataDisk3Size(self,DataDisk3Size): + self.add_query_param('DataDisk.3.Size',DataDisk3Size) + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_DataDisk3Category(self): + return self.get_query_params().get('DataDisk.3.Category') + + def set_DataDisk3Category(self,DataDisk3Category): + self.add_query_param('DataDisk.3.Category',DataDisk3Category) + + def get_HostName(self): + return self.get_query_params().get('HostName') + + def set_HostName(self,HostName): + self.add_query_param('HostName',HostName) + + def get_Password(self): + return self.get_query_params().get('Password') + + def set_Password(self,Password): + self.add_query_param('Password',Password) + + def get_DataDisk2SnapshotId(self): + return self.get_query_params().get('DataDisk.2.SnapshotId') + + def set_DataDisk2SnapshotId(self,DataDisk2SnapshotId): + self.add_query_param('DataDisk.2.SnapshotId',DataDisk2SnapshotId) + + def get_DataDisk3DiskName(self): + return self.get_query_params().get('DataDisk.3.DiskName') + + def set_DataDisk3DiskName(self,DataDisk3DiskName): + self.add_query_param('DataDisk.3.DiskName',DataDisk3DiskName) + + def get_DataDisk4Size(self): + return self.get_query_params().get('DataDisk.4.Size') + + def set_DataDisk4Size(self,DataDisk4Size): + self.add_query_param('DataDisk.4.Size',DataDisk4Size) + + def get_Tags(self): + return self.get_query_params().get('Tags') + + def set_Tags(self,Tags): + for i in range(len(Tags)): + if Tags[i].get('Value') is not None: + self.add_query_param('Tag.' + str(i + 1) + '.Value' , Tags[i].get('Value')) + if Tags[i].get('Key') is not None: + self.add_query_param('Tag.' + str(i + 1) + '.Key' , Tags[i].get('Key')) + + + def get_NodeControllerId(self): + return self.get_query_params().get('NodeControllerId') + + def set_NodeControllerId(self,NodeControllerId): + self.add_query_param('NodeControllerId',NodeControllerId) + + def get_Period(self): + return self.get_query_params().get('Period') + + def set_Period(self,Period): + self.add_query_param('Period',Period) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_DataDisk2DeleteWithInstance(self): + return self.get_query_params().get('DataDisk.2.DeleteWithInstance') + + def set_DataDisk2DeleteWithInstance(self,DataDisk2DeleteWithInstance): + self.add_query_param('DataDisk.2.DeleteWithInstance',DataDisk2DeleteWithInstance) + + def get_VSwitchId(self): + return self.get_query_params().get('VSwitchId') + + def set_VSwitchId(self,VSwitchId): + self.add_query_param('VSwitchId',VSwitchId) + + def get_PrivateIpAddress(self): + return self.get_query_params().get('PrivateIpAddress') + + def set_PrivateIpAddress(self,PrivateIpAddress): + self.add_query_param('PrivateIpAddress',PrivateIpAddress) + + def get_SpotStrategy(self): + return self.get_query_params().get('SpotStrategy') + + def set_SpotStrategy(self,SpotStrategy): + self.add_query_param('SpotStrategy',SpotStrategy) + + def get_InstanceName(self): + return self.get_query_params().get('InstanceName') + + def set_InstanceName(self,InstanceName): + self.add_query_param('InstanceName',InstanceName) + + def get_DataDisk3DeleteWithInstance(self): + return self.get_query_params().get('DataDisk.3.DeleteWithInstance') + + def set_DataDisk3DeleteWithInstance(self,DataDisk3DeleteWithInstance): + self.add_query_param('DataDisk.3.DeleteWithInstance',DataDisk3DeleteWithInstance) + + def get_InternetChargeType(self): + return self.get_query_params().get('InternetChargeType') + + def set_InternetChargeType(self,InternetChargeType): + self.add_query_param('InternetChargeType',InternetChargeType) + + def get_DataDisk3Device(self): + return self.get_query_params().get('DataDisk.3.Device') + + def set_DataDisk3Device(self,DataDisk3Device): + self.add_query_param('DataDisk.3.Device',DataDisk3Device) + + def get_ZoneId(self): + return self.get_query_params().get('ZoneId') + + def set_ZoneId(self,ZoneId): + self.add_query_param('ZoneId',ZoneId) + + def get_DataDisk4DeleteWithInstance(self): + return self.get_query_params().get('DataDisk.4.DeleteWithInstance') + + def set_DataDisk4DeleteWithInstance(self,DataDisk4DeleteWithInstance): + self.add_query_param('DataDisk.4.DeleteWithInstance',DataDisk4DeleteWithInstance) + + def get_DataDisk2DiskName(self): + return self.get_query_params().get('DataDisk.2.DiskName') + + def set_DataDisk2DiskName(self,DataDisk2DiskName): + self.add_query_param('DataDisk.2.DiskName',DataDisk2DiskName) + + def get_InternetMaxBandwidthIn(self): + return self.get_query_params().get('InternetMaxBandwidthIn') + + def set_InternetMaxBandwidthIn(self,InternetMaxBandwidthIn): + self.add_query_param('InternetMaxBandwidthIn',InternetMaxBandwidthIn) + + def get_DataDisk1DeleteWithInstance(self): + return self.get_query_params().get('DataDisk.1.DeleteWithInstance') + + def set_DataDisk1DeleteWithInstance(self,DataDisk1DeleteWithInstance): + self.add_query_param('DataDisk.1.DeleteWithInstance',DataDisk1DeleteWithInstance) + + def get_UseAdditionalService(self): + return self.get_query_params().get('UseAdditionalService') + + def set_UseAdditionalService(self,UseAdditionalService): + self.add_query_param('UseAdditionalService',UseAdditionalService) + + def get_ImageId(self): + return self.get_query_params().get('ImageId') + + def set_ImageId(self,ImageId): + self.add_query_param('ImageId',ImageId) + + def get_DataDisk1SnapshotId(self): + return self.get_query_params().get('DataDisk.1.SnapshotId') + + def set_DataDisk1SnapshotId(self,DataDisk1SnapshotId): + self.add_query_param('DataDisk.1.SnapshotId',DataDisk1SnapshotId) + + def get_DataDisk1Device(self): + return self.get_query_params().get('DataDisk.1.Device') + + def set_DataDisk1Device(self,DataDisk1Device): + self.add_query_param('DataDisk.1.Device',DataDisk1Device) + + def get_ClientToken(self): + return self.get_query_params().get('ClientToken') + + def set_ClientToken(self,ClientToken): + self.add_query_param('ClientToken',ClientToken) + + def get_VlanId(self): + return self.get_query_params().get('VlanId') + + def set_VlanId(self,VlanId): + self.add_query_param('VlanId',VlanId) + + def get_DataDisk2Device(self): + return self.get_query_params().get('DataDisk.2.Device') + + def set_DataDisk2Device(self,DataDisk2Device): + self.add_query_param('DataDisk.2.Device',DataDisk2Device) + + def get_IoOptimized(self): + return self.get_query_params().get('IoOptimized') + + def set_IoOptimized(self,IoOptimized): + self.add_query_param('IoOptimized',IoOptimized) + + def get_SecurityGroupId(self): + return self.get_query_params().get('SecurityGroupId') + + def set_SecurityGroupId(self,SecurityGroupId): + self.add_query_param('SecurityGroupId',SecurityGroupId) + + def get_InternetMaxBandwidthOut(self): + return self.get_query_params().get('InternetMaxBandwidthOut') + + def set_InternetMaxBandwidthOut(self,InternetMaxBandwidthOut): + self.add_query_param('InternetMaxBandwidthOut',InternetMaxBandwidthOut) + + def get_DataDisk4Description(self): + return self.get_query_params().get('DataDisk.4.Description') + + def set_DataDisk4Description(self,DataDisk4Description): + self.add_query_param('DataDisk.4.Description',DataDisk4Description) + + def get_Description(self): + return self.get_query_params().get('Description') + + def set_Description(self,Description): + self.add_query_param('Description',Description) + + def get_DataDisk1DiskName(self): + return self.get_query_params().get('DataDisk.1.DiskName') + + def set_DataDisk1DiskName(self,DataDisk1DiskName): + self.add_query_param('DataDisk.1.DiskName',DataDisk1DiskName) + + def get_DataDisk3Description(self): + return self.get_query_params().get('DataDisk.3.Description') + + def set_DataDisk3Description(self,DataDisk3Description): + self.add_query_param('DataDisk.3.Description',DataDisk3Description) + + def get_DataDisk4DiskName(self): + return self.get_query_params().get('DataDisk.4.DiskName') + + def set_DataDisk4DiskName(self,DataDisk4DiskName): + self.add_query_param('DataDisk.4.DiskName',DataDisk4DiskName) + + def get_SystemDiskCategory(self): + return self.get_query_params().get('SystemDisk.Category') + + def set_SystemDiskCategory(self,SystemDiskCategory): + self.add_query_param('SystemDisk.Category',SystemDiskCategory) + + def get_UserData(self): + return self.get_query_params().get('UserData') + + def set_UserData(self,UserData): + self.add_query_param('UserData',UserData) + + def get_DataDisk1Description(self): + return self.get_query_params().get('DataDisk.1.Description') + + def set_DataDisk1Description(self,DataDisk1Description): + self.add_query_param('DataDisk.1.Description',DataDisk1Description) + + def get_DataDisk4Category(self): + return self.get_query_params().get('DataDisk.4.Category') + + def set_DataDisk4Category(self,DataDisk4Category): + self.add_query_param('DataDisk.4.Category',DataDisk4Category) + + def get_DataDisk2Description(self): + return self.get_query_params().get('DataDisk.2.Description') + + def set_DataDisk2Description(self,DataDisk2Description): + self.add_query_param('DataDisk.2.Description',DataDisk2Description) + + def get_InstanceType(self): + return self.get_query_params().get('InstanceType') + + def set_InstanceType(self,InstanceType): + self.add_query_param('InstanceType',InstanceType) + + def get_DataDisk2Category(self): + return self.get_query_params().get('DataDisk.2.Category') + + def set_DataDisk2Category(self,DataDisk2Category): + self.add_query_param('DataDisk.2.Category',DataDisk2Category) + + def get_DataDisk1Size(self): + return self.get_query_params().get('DataDisk.1.Size') + + def set_DataDisk1Size(self,DataDisk1Size): + self.add_query_param('DataDisk.1.Size',DataDisk1Size) + + def get_InstanceChargeType(self): + return self.get_query_params().get('InstanceChargeType') + + def set_InstanceChargeType(self,InstanceChargeType): + self.add_query_param('InstanceChargeType',InstanceChargeType) + + def get_DeploymentSetId(self): + return self.get_query_params().get('DeploymentSetId') + + def set_DeploymentSetId(self,DeploymentSetId): + self.add_query_param('DeploymentSetId',DeploymentSetId) + + def get_InnerIpAddress(self): + return self.get_query_params().get('InnerIpAddress') + + def set_InnerIpAddress(self,InnerIpAddress): + self.add_query_param('InnerIpAddress',InnerIpAddress) + + def get_DataDisk3SnapshotId(self): + return self.get_query_params().get('DataDisk.3.SnapshotId') + + def set_DataDisk3SnapshotId(self,DataDisk3SnapshotId): + self.add_query_param('DataDisk.3.SnapshotId',DataDisk3SnapshotId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_SystemDiskDiskName(self): + return self.get_query_params().get('SystemDisk.DiskName') + + def set_SystemDiskDiskName(self,SystemDiskDiskName): + self.add_query_param('SystemDisk.DiskName',SystemDiskDiskName) + + def get_DataDisk2Size(self): + return self.get_query_params().get('DataDisk.2.Size') + + def set_DataDisk2Size(self,DataDisk2Size): + self.add_query_param('DataDisk.2.Size',DataDisk2Size) + + def get_ClusterId(self): + return self.get_query_params().get('ClusterId') + + def set_ClusterId(self,ClusterId): + self.add_query_param('ClusterId',ClusterId) + + def get_DataDisk1Category(self): + return self.get_query_params().get('DataDisk.1.Category') + + def set_DataDisk1Category(self,DataDisk1Category): + self.add_query_param('DataDisk.1.Category',DataDisk1Category) + + def get_SystemDiskSize(self): + return self.get_query_params().get('SystemDisk.Size') + + def set_SystemDiskSize(self,SystemDiskSize): + self.add_query_param('SystemDisk.Size',SystemDiskSize) + + def get_DataDisk4SnapshotId(self): + return self.get_query_params().get('DataDisk.4.SnapshotId') + + def set_DataDisk4SnapshotId(self,DataDisk4SnapshotId): + self.add_query_param('DataDisk.4.SnapshotId',DataDisk4SnapshotId) + + def get_DataDisk4Device(self): + return self.get_query_params().get('DataDisk.4.Device') + + def set_DataDisk4Device(self,DataDisk4Device): + self.add_query_param('DataDisk.4.Device',DataDisk4Device) + + def get_SystemDiskDescription(self): + return self.get_query_params().get('SystemDisk.Description') + + def set_SystemDiskDescription(self,SystemDiskDescription): + self.add_query_param('SystemDisk.Description',SystemDiskDescription) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateKeyPairRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateKeyPairRequest.py index df1448677a..95c34f2b57 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateKeyPairRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateKeyPairRequest.py @@ -23,30 +23,24 @@ class CreateKeyPairRequest(RpcRequest): def __init__(self): RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateKeyPair','ecs') - def get_ResourceGroupId(self): - return self.get_query_params().get('ResourceGroupId') - - def set_ResourceGroupId(self,ResourceGroupId): - self.add_query_param('ResourceGroupId',ResourceGroupId) - def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - def get_KeyPairName(self): return self.get_query_params().get('KeyPairName') def set_KeyPairName(self,KeyPairName): self.add_query_param('KeyPairName',KeyPairName) + def get_ResourceGroupId(self): + return self.get_query_params().get('ResourceGroupId') + + def set_ResourceGroupId(self,ResourceGroupId): + self.add_query_param('ResourceGroupId',ResourceGroupId) + def get_Tags(self): return self.get_query_params().get('Tags') @@ -58,6 +52,12 @@ def set_Tags(self,Tags): self.add_query_param('Tag.' + str(i + 1) + '.Key' , Tags[i].get('Key')) + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + def get_OwnerId(self): return self.get_query_params().get('OwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateNatGatewayRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateNatGatewayRequest.py index ce2087c89f..69532294c3 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateNatGatewayRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateNatGatewayRequest.py @@ -29,48 +29,18 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - def get_ClientToken(self): return self.get_query_params().get('ClientToken') def set_ClientToken(self,ClientToken): self.add_query_param('ClientToken',ClientToken) - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_VpcId(self): - return self.get_query_params().get('VpcId') - - def set_VpcId(self,VpcId): - self.add_query_param('VpcId',VpcId) - - def get_Name(self): - return self.get_query_params().get('Name') - - def set_Name(self,Name): - self.add_query_param('Name',Name) - def get_Description(self): return self.get_query_params().get('Description') def set_Description(self,Description): self.add_query_param('Description',Description) - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - def get_BandwidthPackages(self): return self.get_query_params().get('BandwidthPackages') @@ -82,3 +52,34 @@ def set_BandwidthPackages(self,BandwidthPackages): self.add_query_param('BandwidthPackage.' + str(i + 1) + '.Zone' , BandwidthPackages[i].get('Zone')) if BandwidthPackages[i].get('IpCount') is not None: self.add_query_param('BandwidthPackage.' + str(i + 1) + '.IpCount' , BandwidthPackages[i].get('IpCount')) + + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_VpcId(self): + return self.get_query_params().get('VpcId') + + def set_VpcId(self,VpcId): + self.add_query_param('VpcId',VpcId) + + def get_Name(self): + return self.get_query_params().get('Name') + + def set_Name(self,Name): + self.add_query_param('Name',Name) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreatePhysicalConnectionRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreatePhysicalConnectionRequest.py index 37585017c9..8d60a56b0f 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreatePhysicalConnectionRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreatePhysicalConnectionRequest.py @@ -29,18 +29,6 @@ def get_AccessPointId(self): def set_AccessPointId(self,AccessPointId): self.add_query_param('AccessPointId',AccessPointId) - def get_RedundantPhysicalConnectionId(self): - return self.get_query_params().get('RedundantPhysicalConnectionId') - - def set_RedundantPhysicalConnectionId(self,RedundantPhysicalConnectionId): - self.add_query_param('RedundantPhysicalConnectionId',RedundantPhysicalConnectionId) - - def get_PeerLocation(self): - return self.get_query_params().get('PeerLocation') - - def set_PeerLocation(self,PeerLocation): - self.add_query_param('PeerLocation',PeerLocation) - def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -59,30 +47,12 @@ def get_CircuitCode(self): def set_CircuitCode(self,CircuitCode): self.add_query_param('CircuitCode',CircuitCode) - def get_bandwidth(self): - return self.get_query_params().get('bandwidth') - - def set_bandwidth(self,bandwidth): - self.add_query_param('bandwidth',bandwidth) - def get_ClientToken(self): return self.get_query_params().get('ClientToken') def set_ClientToken(self,ClientToken): self.add_query_param('ClientToken',ClientToken) - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - def get_Description(self): return self.get_query_params().get('Description') @@ -95,6 +65,42 @@ def get_Type(self): def set_Type(self,Type): self.add_query_param('Type',Type) + def get_UserCidr(self): + return self.get_query_params().get('UserCidr') + + def set_UserCidr(self,UserCidr): + self.add_query_param('UserCidr',UserCidr) + + def get_RedundantPhysicalConnectionId(self): + return self.get_query_params().get('RedundantPhysicalConnectionId') + + def set_RedundantPhysicalConnectionId(self,RedundantPhysicalConnectionId): + self.add_query_param('RedundantPhysicalConnectionId',RedundantPhysicalConnectionId) + + def get_PeerLocation(self): + return self.get_query_params().get('PeerLocation') + + def set_PeerLocation(self,PeerLocation): + self.add_query_param('PeerLocation',PeerLocation) + + def get_bandwidth(self): + return self.get_query_params().get('bandwidth') + + def set_bandwidth(self,bandwidth): + self.add_query_param('bandwidth',bandwidth) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + def get_OwnerId(self): return self.get_query_params().get('OwnerId') @@ -111,10 +117,4 @@ def get_Name(self): return self.get_query_params().get('Name') def set_Name(self,Name): - self.add_query_param('Name',Name) - - def get_UserCidr(self): - return self.get_query_params().get('UserCidr') - - def set_UserCidr(self,UserCidr): - self.add_query_param('UserCidr',UserCidr) \ No newline at end of file + self.add_query_param('Name',Name) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateRouteEntryRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateRouteEntryRequest.py index 3299c33534..2b33095874 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateRouteEntryRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateRouteEntryRequest.py @@ -29,18 +29,36 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - def get_ClientToken(self): return self.get_query_params().get('ClientToken') def set_ClientToken(self,ClientToken): self.add_query_param('ClientToken',ClientToken) + def get_NextHopId(self): + return self.get_query_params().get('NextHopId') + + def set_NextHopId(self,NextHopId): + self.add_query_param('NextHopId',NextHopId) + + def get_NextHopType(self): + return self.get_query_params().get('NextHopType') + + def set_NextHopType(self,NextHopType): + self.add_query_param('NextHopType',NextHopType) + + def get_RouteTableId(self): + return self.get_query_params().get('RouteTableId') + + def set_RouteTableId(self,RouteTableId): + self.add_query_param('RouteTableId',RouteTableId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + def get_DestinationCidrBlock(self): return self.get_query_params().get('DestinationCidrBlock') @@ -53,24 +71,12 @@ def get_OwnerAccount(self): def set_OwnerAccount(self,OwnerAccount): self.add_query_param('OwnerAccount',OwnerAccount) - def get_NextHopId(self): - return self.get_query_params().get('NextHopId') - - def set_NextHopId(self,NextHopId): - self.add_query_param('NextHopId',NextHopId) - def get_OwnerId(self): return self.get_query_params().get('OwnerId') def set_OwnerId(self,OwnerId): self.add_query_param('OwnerId',OwnerId) - def get_NextHopType(self): - return self.get_query_params().get('NextHopType') - - def set_NextHopType(self,NextHopType): - self.add_query_param('NextHopType',NextHopType) - def get_NextHopLists(self): return self.get_query_params().get('NextHopLists') @@ -80,10 +86,3 @@ def set_NextHopLists(self,NextHopLists): self.add_query_param('NextHopList.' + str(i + 1) + '.NextHopId' , NextHopLists[i].get('NextHopId')) if NextHopLists[i].get('NextHopType') is not None: self.add_query_param('NextHopList.' + str(i + 1) + '.NextHopType' , NextHopLists[i].get('NextHopType')) - - - def get_RouteTableId(self): - return self.get_query_params().get('RouteTableId') - - def set_RouteTableId(self,RouteTableId): - self.add_query_param('RouteTableId',RouteTableId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateSecurityGroupRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateSecurityGroupRequest.py index 7988985306..6dd8b80fe0 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateSecurityGroupRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateSecurityGroupRequest.py @@ -29,36 +29,18 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - def get_ClientToken(self): return self.get_query_params().get('ClientToken') def set_ClientToken(self,ClientToken): self.add_query_param('ClientToken',ClientToken) - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - def get_Description(self): return self.get_query_params().get('Description') def set_Description(self,Description): self.add_query_param('Description',Description) - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - def get_SecurityGroupName(self): return self.get_query_params().get('SecurityGroupName') @@ -71,12 +53,6 @@ def get_ResourceGroupId(self): def set_ResourceGroupId(self,ResourceGroupId): self.add_query_param('ResourceGroupId',ResourceGroupId) - def get_VpcId(self): - return self.get_query_params().get('VpcId') - - def set_VpcId(self,VpcId): - self.add_query_param('VpcId',VpcId) - def get_Tags(self): return self.get_query_params().get('Tags') @@ -86,3 +62,34 @@ def set_Tags(self,Tags): self.add_query_param('Tag.' + str(i + 1) + '.Value' , Tags[i].get('Value')) if Tags[i].get('Key') is not None: self.add_query_param('Tag.' + str(i + 1) + '.Key' , Tags[i].get('Key')) + + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_SecurityGroupType(self): + return self.get_query_params().get('SecurityGroupType') + + def set_SecurityGroupType(self,SecurityGroupType): + self.add_query_param('SecurityGroupType',SecurityGroupType) + + def get_VpcId(self): + return self.get_query_params().get('VpcId') + + def set_VpcId(self,VpcId): + self.add_query_param('VpcId',VpcId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateSecurityGroup_GatedLaunchRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateSecurityGroup_GatedLaunchRequest.py new file mode 100644 index 0000000000..c23a6e9de6 --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateSecurityGroup_GatedLaunchRequest.py @@ -0,0 +1,83 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class CreateSecurityGroup_GatedLaunchRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateSecurityGroup_GatedLaunch','ecs') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_ClientToken(self): + return self.get_query_params().get('ClientToken') + + def set_ClientToken(self,ClientToken): + self.add_query_param('ClientToken',ClientToken) + + def get_Description(self): + return self.get_query_params().get('Description') + + def set_Description(self,Description): + self.add_query_param('Description',Description) + + def get_SecurityGroupName(self): + return self.get_query_params().get('SecurityGroupName') + + def set_SecurityGroupName(self,SecurityGroupName): + self.add_query_param('SecurityGroupName',SecurityGroupName) + + def get_Tags(self): + return self.get_query_params().get('Tags') + + def set_Tags(self,Tags): + for i in range(len(Tags)): + if Tags[i].get('Value') is not None: + self.add_query_param('Tag.' + str(i + 1) + '.Value' , Tags[i].get('Value')) + if Tags[i].get('Key') is not None: + self.add_query_param('Tag.' + str(i + 1) + '.Key' , Tags[i].get('Key')) + + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_VpcId(self): + return self.get_query_params().get('VpcId') + + def set_VpcId(self,VpcId): + self.add_query_param('VpcId',VpcId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateSnapshotRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateSnapshotRequest.py index f44ba5ffa7..586edd05a9 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateSnapshotRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateSnapshotRequest.py @@ -29,42 +29,30 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - def get_ClientToken(self): return self.get_query_params().get('ClientToken') def set_ClientToken(self,ClientToken): self.add_query_param('ClientToken',ClientToken) - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - def get_Description(self): return self.get_query_params().get('Description') def set_Description(self,Description): self.add_query_param('Description',Description) - def get_DiskId(self): - return self.get_query_params().get('DiskId') - - def set_DiskId(self,DiskId): - self.add_query_param('DiskId',DiskId) - def get_SnapshotName(self): return self.get_query_params().get('SnapshotName') def set_SnapshotName(self,SnapshotName): self.add_query_param('SnapshotName',SnapshotName) + def get_DiskId(self): + return self.get_query_params().get('DiskId') + + def set_DiskId(self,DiskId): + self.add_query_param('DiskId',DiskId) + def get_Tags(self): return self.get_query_params().get('Tags') @@ -76,6 +64,18 @@ def set_Tags(self,Tags): self.add_query_param('Tag.' + str(i + 1) + '.Key' , Tags[i].get('Key')) + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + def get_OwnerId(self): return self.get_query_params().get('OwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateSnapshot_GatedLaunchRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateSnapshot_GatedLaunchRequest.py new file mode 100644 index 0000000000..21e684b94a --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateSnapshot_GatedLaunchRequest.py @@ -0,0 +1,83 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class CreateSnapshot_GatedLaunchRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateSnapshot_GatedLaunch','ecs') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_ClientToken(self): + return self.get_query_params().get('ClientToken') + + def set_ClientToken(self,ClientToken): + self.add_query_param('ClientToken',ClientToken) + + def get_Description(self): + return self.get_query_params().get('Description') + + def set_Description(self,Description): + self.add_query_param('Description',Description) + + def get_SnapshotName(self): + return self.get_query_params().get('SnapshotName') + + def set_SnapshotName(self,SnapshotName): + self.add_query_param('SnapshotName',SnapshotName) + + def get_DiskId(self): + return self.get_query_params().get('DiskId') + + def set_DiskId(self,DiskId): + self.add_query_param('DiskId',DiskId) + + def get_Tags(self): + return self.get_query_params().get('Tags') + + def set_Tags(self,Tags): + for i in range(len(Tags)): + if Tags[i].get('Value') is not None: + self.add_query_param('Tag.' + str(i + 1) + '.Value' , Tags[i].get('Value')) + if Tags[i].get('Key') is not None: + self.add_query_param('Tag.' + str(i + 1) + '.Key' , Tags[i].get('Key')) + + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateUserEventRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateUserEventRequest.py new file mode 100644 index 0000000000..c41e8511dd --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateUserEventRequest.py @@ -0,0 +1,66 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class CreateUserEventRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateUserEvent','ecs') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_PlanTime(self): + return self.get_query_params().get('PlanTime') + + def set_PlanTime(self,PlanTime): + self.add_query_param('PlanTime',PlanTime) + + def get_ExpireTime(self): + return self.get_query_params().get('ExpireTime') + + def set_ExpireTime(self,ExpireTime): + self.add_query_param('ExpireTime',ExpireTime) + + def get_ResourceId(self): + return self.get_query_params().get('ResourceId') + + def set_ResourceId(self,ResourceId): + self.add_query_param('ResourceId',ResourceId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_EventType(self): + return self.get_query_params().get('EventType') + + def set_EventType(self,EventType): + self.add_query_param('EventType',EventType) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateVSwitchRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateVSwitchRequest.py index 11c2b2befc..6e9ee890a7 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateVSwitchRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateVSwitchRequest.py @@ -29,17 +29,35 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) + def get_ClientToken(self): + return self.get_query_params().get('ClientToken') + + def set_ClientToken(self,ClientToken): + self.add_query_param('ClientToken',ClientToken) + + def get_Description(self): + return self.get_query_params().get('Description') + + def set_Description(self,Description): + self.add_query_param('Description',Description) + def get_ResourceOwnerAccount(self): return self.get_query_params().get('ResourceOwnerAccount') def set_ResourceOwnerAccount(self,ResourceOwnerAccount): self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - def get_ClientToken(self): - return self.get_query_params().get('ClientToken') + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') - def set_ClientToken(self,ClientToken): - self.add_query_param('ClientToken',ClientToken) + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) def get_VpcId(self): return self.get_query_params().get('VpcId') @@ -53,12 +71,6 @@ def get_VSwitchName(self): def set_VSwitchName(self,VSwitchName): self.add_query_param('VSwitchName',VSwitchName) - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - def get_CidrBlock(self): return self.get_query_params().get('CidrBlock') @@ -69,16 +81,4 @@ def get_ZoneId(self): return self.get_query_params().get('ZoneId') def set_ZoneId(self,ZoneId): - self.add_query_param('ZoneId',ZoneId) - - def get_Description(self): - return self.get_query_params().get('Description') - - def set_Description(self,Description): - self.add_query_param('Description',Description) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) \ No newline at end of file + self.add_query_param('ZoneId',ZoneId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateVirtualBorderRouterRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateVirtualBorderRouterRequest.py index 8c4a0e2bb0..e020c123f4 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateVirtualBorderRouterRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateVirtualBorderRouterRequest.py @@ -47,30 +47,12 @@ def get_ClientToken(self): def set_ClientToken(self,ClientToken): self.add_query_param('ClientToken',ClientToken) - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - def get_Description(self): return self.get_query_params().get('Description') def set_Description(self,Description): self.add_query_param('Description',Description) - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - def get_PeerGatewayIp(self): return self.get_query_params().get('PeerGatewayIp') @@ -83,18 +65,6 @@ def get_PeeringSubnetMask(self): def set_PeeringSubnetMask(self,PeeringSubnetMask): self.add_query_param('PeeringSubnetMask',PeeringSubnetMask) - def get_PhysicalConnectionId(self): - return self.get_query_params().get('PhysicalConnectionId') - - def set_PhysicalConnectionId(self,PhysicalConnectionId): - self.add_query_param('PhysicalConnectionId',PhysicalConnectionId) - - def get_Name(self): - return self.get_query_params().get('Name') - - def set_Name(self,Name): - self.add_query_param('Name',Name) - def get_LocalGatewayIp(self): return self.get_query_params().get('LocalGatewayIp') @@ -107,6 +77,36 @@ def get_UserCidr(self): def set_UserCidr(self,UserCidr): self.add_query_param('UserCidr',UserCidr) + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_PhysicalConnectionId(self): + return self.get_query_params().get('PhysicalConnectionId') + + def set_PhysicalConnectionId(self,PhysicalConnectionId): + self.add_query_param('PhysicalConnectionId',PhysicalConnectionId) + + def get_Name(self): + return self.get_query_params().get('Name') + + def set_Name(self,Name): + self.add_query_param('Name',Name) + def get_VbrOwnerId(self): return self.get_query_params().get('VbrOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateVolumeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateVolumeRequest.py new file mode 100644 index 0000000000..e10a4e3207 --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateVolumeRequest.py @@ -0,0 +1,113 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class CreateVolumeRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateVolume','ecs') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_SnapshotId(self): + return self.get_query_params().get('SnapshotId') + + def set_SnapshotId(self,SnapshotId): + self.add_query_param('SnapshotId',SnapshotId) + + def get_ClientToken(self): + return self.get_query_params().get('ClientToken') + + def set_ClientToken(self,ClientToken): + self.add_query_param('ClientToken',ClientToken) + + def get_Description(self): + return self.get_query_params().get('Description') + + def set_Description(self,Description): + self.add_query_param('Description',Description) + + def get_VolumeCategory(self): + return self.get_query_params().get('VolumeCategory') + + def set_VolumeCategory(self,VolumeCategory): + self.add_query_param('VolumeCategory',VolumeCategory) + + def get_Tags(self): + return self.get_query_params().get('Tags') + + def set_Tags(self,Tags): + for i in range(len(Tags)): + if Tags[i].get('Value') is not None: + self.add_query_param('Tag.' + str(i + 1) + '.Value' , Tags[i].get('Value')) + if Tags[i].get('Key') is not None: + self.add_query_param('Tag.' + str(i + 1) + '.Key' , Tags[i].get('Key')) + + + def get_VolumeName(self): + return self.get_query_params().get('VolumeName') + + def set_VolumeName(self,VolumeName): + self.add_query_param('VolumeName',VolumeName) + + def get_VolumeEncrypted(self): + return self.get_query_params().get('VolumeEncrypted') + + def set_VolumeEncrypted(self,VolumeEncrypted): + self.add_query_param('VolumeEncrypted',VolumeEncrypted) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_Size(self): + return self.get_query_params().get('Size') + + def set_Size(self,Size): + self.add_query_param('Size',Size) + + def get_ZoneId(self): + return self.get_query_params().get('ZoneId') + + def set_ZoneId(self,ZoneId): + self.add_query_param('ZoneId',ZoneId) + + def get_KMSKeyId(self): + return self.get_query_params().get('KMSKeyId') + + def set_KMSKeyId(self,KMSKeyId): + self.add_query_param('KMSKeyId',KMSKeyId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateVolume_GatedLaunchRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateVolume_GatedLaunchRequest.py new file mode 100644 index 0000000000..6c32ffa57f --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateVolume_GatedLaunchRequest.py @@ -0,0 +1,101 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class CreateVolume_GatedLaunchRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateVolume_GatedLaunch','ecs') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_SnapshotId(self): + return self.get_query_params().get('SnapshotId') + + def set_SnapshotId(self,SnapshotId): + self.add_query_param('SnapshotId',SnapshotId) + + def get_ClientToken(self): + return self.get_query_params().get('ClientToken') + + def set_ClientToken(self,ClientToken): + self.add_query_param('ClientToken',ClientToken) + + def get_Description(self): + return self.get_query_params().get('Description') + + def set_Description(self,Description): + self.add_query_param('Description',Description) + + def get_VolumeCategory(self): + return self.get_query_params().get('VolumeCategory') + + def set_VolumeCategory(self,VolumeCategory): + self.add_query_param('VolumeCategory',VolumeCategory) + + def get_Tags(self): + return self.get_query_params().get('Tags') + + def set_Tags(self,Tags): + for i in range(len(Tags)): + if Tags[i].get('Value') is not None: + self.add_query_param('Tag.' + str(i + 1) + '.Value' , Tags[i].get('Value')) + if Tags[i].get('Key') is not None: + self.add_query_param('Tag.' + str(i + 1) + '.Key' , Tags[i].get('Key')) + + + def get_VolumeName(self): + return self.get_query_params().get('VolumeName') + + def set_VolumeName(self,VolumeName): + self.add_query_param('VolumeName',VolumeName) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_Size(self): + return self.get_query_params().get('Size') + + def set_Size(self,Size): + self.add_query_param('Size',Size) + + def get_ZoneId(self): + return self.get_query_params().get('ZoneId') + + def set_ZoneId(self,ZoneId): + self.add_query_param('ZoneId',ZoneId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateVpcRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateVpcRequest.py index 235786649c..ab82618cf4 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateVpcRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateVpcRequest.py @@ -23,56 +23,56 @@ class CreateVpcRequest(RpcRequest): def __init__(self): RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateVpc','ecs') - def get_VpcName(self): - return self.get_query_params().get('VpcName') - - def set_VpcName(self,VpcName): - self.add_query_param('VpcName',VpcName) - def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - def get_ClientToken(self): return self.get_query_params().get('ClientToken') def set_ClientToken(self,ClientToken): self.add_query_param('ClientToken',ClientToken) - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_CidrBlock(self): - return self.get_query_params().get('CidrBlock') - - def set_CidrBlock(self,CidrBlock): - self.add_query_param('CidrBlock',CidrBlock) - def get_Description(self): return self.get_query_params().get('Description') def set_Description(self,Description): self.add_query_param('Description',Description) + def get_VpcName(self): + return self.get_query_params().get('VpcName') + + def set_VpcName(self,VpcName): + self.add_query_param('VpcName',VpcName) + def get_UserCidr(self): return self.get_query_params().get('UserCidr') def set_UserCidr(self,UserCidr): self.add_query_param('UserCidr',UserCidr) + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + def get_OwnerId(self): return self.get_query_params().get('OwnerId') def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) \ No newline at end of file + self.add_query_param('OwnerId',OwnerId) + + def get_CidrBlock(self): + return self.get_query_params().get('CidrBlock') + + def set_CidrBlock(self,CidrBlock): + self.add_query_param('CidrBlock',CidrBlock) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteAutoSnapshotPolicyRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteAutoSnapshotPolicyRequest.py index 5c8b1c9407..2bf3119e97 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteAutoSnapshotPolicyRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteAutoSnapshotPolicyRequest.py @@ -29,18 +29,18 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - def get_autoSnapshotPolicyId(self): return self.get_query_params().get('autoSnapshotPolicyId') def set_autoSnapshotPolicyId(self,autoSnapshotPolicyId): self.add_query_param('autoSnapshotPolicyId',autoSnapshotPolicyId) + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + def get_OwnerId(self): return self.get_query_params().get('OwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteAutoSnapshotPolicy_GatedLaunchRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteAutoSnapshotPolicy_GatedLaunchRequest.py new file mode 100644 index 0000000000..84c709b287 --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteAutoSnapshotPolicy_GatedLaunchRequest.py @@ -0,0 +1,48 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class DeleteAutoSnapshotPolicy_GatedLaunchRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteAutoSnapshotPolicy_GatedLaunch','ecs') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_autoSnapshotPolicyId(self): + return self.get_query_params().get('autoSnapshotPolicyId') + + def set_autoSnapshotPolicyId(self,autoSnapshotPolicyId): + self.add_query_param('autoSnapshotPolicyId',autoSnapshotPolicyId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteDeploymentSetRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteDeploymentSetRequest.py index a465063b13..ef9aa26f04 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteDeploymentSetRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteDeploymentSetRequest.py @@ -23,18 +23,18 @@ class DeleteDeploymentSetRequest(RpcRequest): def __init__(self): RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteDeploymentSet','ecs') - def get_DeploymentSetId(self): - return self.get_query_params().get('DeploymentSetId') - - def set_DeploymentSetId(self,DeploymentSetId): - self.add_query_param('DeploymentSetId',DeploymentSetId) - def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) + def get_DeploymentSetId(self): + return self.get_query_params().get('DeploymentSetId') + + def set_DeploymentSetId(self,DeploymentSetId): + self.add_query_param('DeploymentSetId',DeploymentSetId) + def get_ResourceOwnerAccount(self): return self.get_query_params().get('ResourceOwnerAccount') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteDiskRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteDiskRequest.py index eed27c64ad..93616ee621 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteDiskRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteDiskRequest.py @@ -29,6 +29,12 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) + def get_DiskId(self): + return self.get_query_params().get('DiskId') + + def set_DiskId(self,DiskId): + self.add_query_param('DiskId',DiskId) + def get_ResourceOwnerAccount(self): return self.get_query_params().get('ResourceOwnerAccount') @@ -41,12 +47,6 @@ def get_OwnerAccount(self): def set_OwnerAccount(self,OwnerAccount): self.add_query_param('OwnerAccount',OwnerAccount) - def get_DiskId(self): - return self.get_query_params().get('DiskId') - - def set_DiskId(self,DiskId): - self.add_query_param('DiskId',DiskId) - def get_OwnerId(self): return self.get_query_params().get('OwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteDisk_GatedLaunchRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteDisk_GatedLaunchRequest.py new file mode 100644 index 0000000000..2f7afb941a --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteDisk_GatedLaunchRequest.py @@ -0,0 +1,54 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class DeleteDisk_GatedLaunchRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteDisk_GatedLaunch','ecs') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_DiskId(self): + return self.get_query_params().get('DiskId') + + def set_DiskId(self,DiskId): + self.add_query_param('DiskId',DiskId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteForwardEntryRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteForwardEntryRequest.py index b0157fab62..2f0bad38ca 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteForwardEntryRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteForwardEntryRequest.py @@ -29,11 +29,11 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') + def get_ForwardTableId(self): + return self.get_query_params().get('ForwardTableId') - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + def set_ForwardTableId(self,ForwardTableId): + self.add_query_param('ForwardTableId',ForwardTableId) def get_ForwardEntryId(self): return self.get_query_params().get('ForwardEntryId') @@ -41,18 +41,18 @@ def get_ForwardEntryId(self): def set_ForwardEntryId(self,ForwardEntryId): self.add_query_param('ForwardEntryId',ForwardEntryId) + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + def get_OwnerAccount(self): return self.get_query_params().get('OwnerAccount') def set_OwnerAccount(self,OwnerAccount): self.add_query_param('OwnerAccount',OwnerAccount) - def get_ForwardTableId(self): - return self.get_query_params().get('ForwardTableId') - - def set_ForwardTableId(self,ForwardTableId): - self.add_query_param('ForwardTableId',ForwardTableId) - def get_OwnerId(self): return self.get_query_params().get('OwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteHaVipRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteHaVipRequest.py index 8b6f38b16a..6548d65a06 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteHaVipRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteHaVipRequest.py @@ -23,30 +23,30 @@ class DeleteHaVipRequest(RpcRequest): def __init__(self): RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteHaVip','ecs') - def get_HaVipId(self): - return self.get_query_params().get('HaVipId') - - def set_HaVipId(self,HaVipId): - self.add_query_param('HaVipId',HaVipId) - def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - def get_ClientToken(self): return self.get_query_params().get('ClientToken') def set_ClientToken(self,ClientToken): self.add_query_param('ClientToken',ClientToken) + def get_HaVipId(self): + return self.get_query_params().get('HaVipId') + + def set_HaVipId(self,HaVipId): + self.add_query_param('HaVipId',HaVipId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + def get_OwnerAccount(self): return self.get_query_params().get('OwnerAccount') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteImageRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteImageRequest.py index 2641f66e4b..0369bea181 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteImageRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteImageRequest.py @@ -47,14 +47,14 @@ def get_OwnerAccount(self): def set_OwnerAccount(self,OwnerAccount): self.add_query_param('OwnerAccount',OwnerAccount) - def get_Force(self): - return self.get_query_params().get('Force') - - def set_Force(self,Force): - self.add_query_param('Force',Force) - def get_OwnerId(self): return self.get_query_params().get('OwnerId') def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) \ No newline at end of file + self.add_query_param('OwnerId',OwnerId) + + def get_Force(self): + return self.get_query_params().get('Force') + + def set_Force(self,Force): + self.add_query_param('Force',Force) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteImage_GatedLaunchRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteImage_GatedLaunchRequest.py new file mode 100644 index 0000000000..7303722740 --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteImage_GatedLaunchRequest.py @@ -0,0 +1,54 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class DeleteImage_GatedLaunchRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteImage_GatedLaunch','ecs') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_ImageId(self): + return self.get_query_params().get('ImageId') + + def set_ImageId(self,ImageId): + self.add_query_param('ImageId',ImageId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteInstanceRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteInstanceRequest.py index 51e4211502..ca6174d263 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteInstanceRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteInstanceRequest.py @@ -29,11 +29,11 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) - def get_InstanceId(self): - return self.get_query_params().get('InstanceId') + def get_TerminateSubscription(self): + return self.get_query_params().get('TerminateSubscription') - def set_InstanceId(self,InstanceId): - self.add_query_param('InstanceId',InstanceId) + def set_TerminateSubscription(self,TerminateSubscription): + self.add_query_param('TerminateSubscription',TerminateSubscription) def get_ResourceOwnerAccount(self): return self.get_query_params().get('ResourceOwnerAccount') @@ -47,20 +47,20 @@ def get_OwnerAccount(self): def set_OwnerAccount(self,OwnerAccount): self.add_query_param('OwnerAccount',OwnerAccount) - def get_TerminateSubscription(self): - return self.get_query_params().get('TerminateSubscription') + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') - def set_TerminateSubscription(self,TerminateSubscription): - self.add_query_param('TerminateSubscription',TerminateSubscription) + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_InstanceId(self): + return self.get_query_params().get('InstanceId') + + def set_InstanceId(self,InstanceId): + self.add_query_param('InstanceId',InstanceId) def get_Force(self): return self.get_query_params().get('Force') def set_Force(self,Force): - self.add_query_param('Force',Force) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) \ No newline at end of file + self.add_query_param('Force',Force) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteInstance_GatedLaunchRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteInstance_GatedLaunchRequest.py new file mode 100644 index 0000000000..fa9da9da59 --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteInstance_GatedLaunchRequest.py @@ -0,0 +1,60 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class DeleteInstance_GatedLaunchRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteInstance_GatedLaunch','ecs') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_InstanceId(self): + return self.get_query_params().get('InstanceId') + + def set_InstanceId(self,InstanceId): + self.add_query_param('InstanceId',InstanceId) + + def get_Force(self): + return self.get_query_params().get('Force') + + def set_Force(self,Force): + self.add_query_param('Force',Force) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteKeyPairsRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteKeyPairsRequest.py index ac9702b25f..ebee81d6d2 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteKeyPairsRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteKeyPairsRequest.py @@ -29,18 +29,18 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - def get_KeyPairNames(self): return self.get_query_params().get('KeyPairNames') def set_KeyPairNames(self,KeyPairNames): self.add_query_param('KeyPairNames',KeyPairNames) + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + def get_OwnerId(self): return self.get_query_params().get('OwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteNatGatewayRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteNatGatewayRequest.py index 607ff53b34..5008b3c609 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteNatGatewayRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteNatGatewayRequest.py @@ -29,6 +29,12 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) + def get_NatGatewayId(self): + return self.get_query_params().get('NatGatewayId') + + def set_NatGatewayId(self,NatGatewayId): + self.add_query_param('NatGatewayId',NatGatewayId) + def get_ResourceOwnerAccount(self): return self.get_query_params().get('ResourceOwnerAccount') @@ -41,12 +47,6 @@ def get_OwnerAccount(self): def set_OwnerAccount(self,OwnerAccount): self.add_query_param('OwnerAccount',OwnerAccount) - def get_NatGatewayId(self): - return self.get_query_params().get('NatGatewayId') - - def set_NatGatewayId(self,NatGatewayId): - self.add_query_param('NatGatewayId',NatGatewayId) - def get_OwnerId(self): return self.get_query_params().get('OwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeletePhysicalConnectionRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeletePhysicalConnectionRequest.py index 03ed1c8ee2..95c48a4331 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeletePhysicalConnectionRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeletePhysicalConnectionRequest.py @@ -29,23 +29,17 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - def get_ClientToken(self): return self.get_query_params().get('ClientToken') def set_ClientToken(self,ClientToken): self.add_query_param('ClientToken',ClientToken) - def get_PhysicalConnectionId(self): - return self.get_query_params().get('PhysicalConnectionId') + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') - def set_PhysicalConnectionId(self,PhysicalConnectionId): - self.add_query_param('PhysicalConnectionId',PhysicalConnectionId) + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) def get_OwnerAccount(self): return self.get_query_params().get('OwnerAccount') @@ -57,4 +51,10 @@ def get_OwnerId(self): return self.get_query_params().get('OwnerId') def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) \ No newline at end of file + self.add_query_param('OwnerId',OwnerId) + + def get_PhysicalConnectionId(self): + return self.get_query_params().get('PhysicalConnectionId') + + def set_PhysicalConnectionId(self,PhysicalConnectionId): + self.add_query_param('PhysicalConnectionId',PhysicalConnectionId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteRecycleBinRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteRecycleBinRequest.py new file mode 100644 index 0000000000..0406da99cd --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteRecycleBinRequest.py @@ -0,0 +1,54 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class DeleteRecycleBinRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteRecycleBin','ecs') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_resourceIds(self): + return self.get_query_params().get('resourceIds') + + def set_resourceIds(self,resourceIds): + self.add_query_param('resourceIds',resourceIds) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteRouteEntryRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteRouteEntryRequest.py index 2fb14187bd..033d8a4044 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteRouteEntryRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteRouteEntryRequest.py @@ -29,6 +29,18 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) + def get_NextHopId(self): + return self.get_query_params().get('NextHopId') + + def set_NextHopId(self,NextHopId): + self.add_query_param('NextHopId',NextHopId) + + def get_RouteTableId(self): + return self.get_query_params().get('RouteTableId') + + def set_RouteTableId(self,RouteTableId): + self.add_query_param('RouteTableId',RouteTableId) + def get_ResourceOwnerAccount(self): return self.get_query_params().get('ResourceOwnerAccount') @@ -47,12 +59,6 @@ def get_OwnerAccount(self): def set_OwnerAccount(self,OwnerAccount): self.add_query_param('OwnerAccount',OwnerAccount) - def get_NextHopId(self): - return self.get_query_params().get('NextHopId') - - def set_NextHopId(self,NextHopId): - self.add_query_param('NextHopId',NextHopId) - def get_OwnerId(self): return self.get_query_params().get('OwnerId') @@ -68,10 +74,3 @@ def set_NextHopLists(self,NextHopLists): self.add_query_param('NextHopList.' + str(i + 1) + '.NextHopId' , NextHopLists[i].get('NextHopId')) if NextHopLists[i].get('NextHopType') is not None: self.add_query_param('NextHopList.' + str(i + 1) + '.NextHopType' , NextHopLists[i].get('NextHopType')) - - - def get_RouteTableId(self): - return self.get_query_params().get('RouteTableId') - - def set_RouteTableId(self,RouteTableId): - self.add_query_param('RouteTableId',RouteTableId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteRouterInterfaceRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteRouterInterfaceRequest.py index 89878738ba..4a46204d22 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteRouterInterfaceRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteRouterInterfaceRequest.py @@ -29,30 +29,30 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - def get_ClientToken(self): return self.get_query_params().get('ClientToken') def set_ClientToken(self,ClientToken): self.add_query_param('ClientToken',ClientToken) - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - def get_UserCidr(self): return self.get_query_params().get('UserCidr') def set_UserCidr(self,UserCidr): self.add_query_param('UserCidr',UserCidr) + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + def get_RouterInterfaceId(self): return self.get_query_params().get('RouterInterfaceId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteSecurityGroupRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteSecurityGroupRequest.py index 47c29e401f..725fc663f9 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteSecurityGroupRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteSecurityGroupRequest.py @@ -29,6 +29,12 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) + def get_SecurityGroupId(self): + return self.get_query_params().get('SecurityGroupId') + + def set_SecurityGroupId(self,SecurityGroupId): + self.add_query_param('SecurityGroupId',SecurityGroupId) + def get_ResourceOwnerAccount(self): return self.get_query_params().get('ResourceOwnerAccount') @@ -41,12 +47,6 @@ def get_OwnerAccount(self): def set_OwnerAccount(self,OwnerAccount): self.add_query_param('OwnerAccount',OwnerAccount) - def get_SecurityGroupId(self): - return self.get_query_params().get('SecurityGroupId') - - def set_SecurityGroupId(self,SecurityGroupId): - self.add_query_param('SecurityGroupId',SecurityGroupId) - def get_OwnerId(self): return self.get_query_params().get('OwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteSecurityGroup_GatedLaunchRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteSecurityGroup_GatedLaunchRequest.py new file mode 100644 index 0000000000..7440e183ab --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteSecurityGroup_GatedLaunchRequest.py @@ -0,0 +1,54 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class DeleteSecurityGroup_GatedLaunchRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteSecurityGroup_GatedLaunch','ecs') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_SecurityGroupId(self): + return self.get_query_params().get('SecurityGroupId') + + def set_SecurityGroupId(self,SecurityGroupId): + self.add_query_param('SecurityGroupId',SecurityGroupId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteSnapshotRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteSnapshotRequest.py index db071a78d8..8a04f814bd 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteSnapshotRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteSnapshotRequest.py @@ -47,14 +47,14 @@ def get_OwnerAccount(self): def set_OwnerAccount(self,OwnerAccount): self.add_query_param('OwnerAccount',OwnerAccount) - def get_Force(self): - return self.get_query_params().get('Force') - - def set_Force(self,Force): - self.add_query_param('Force',Force) - def get_OwnerId(self): return self.get_query_params().get('OwnerId') def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) \ No newline at end of file + self.add_query_param('OwnerId',OwnerId) + + def get_Force(self): + return self.get_query_params().get('Force') + + def set_Force(self,Force): + self.add_query_param('Force',Force) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteSnapshot_GatedLaunchRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteSnapshot_GatedLaunchRequest.py new file mode 100644 index 0000000000..e45a7ccf60 --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteSnapshot_GatedLaunchRequest.py @@ -0,0 +1,54 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class DeleteSnapshot_GatedLaunchRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteSnapshot_GatedLaunch','ecs') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_SnapshotId(self): + return self.get_query_params().get('SnapshotId') + + def set_SnapshotId(self,SnapshotId): + self.add_query_param('SnapshotId',SnapshotId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteVSwitchRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteVSwitchRequest.py index 307e499657..df49108ea4 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteVSwitchRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteVSwitchRequest.py @@ -23,12 +23,6 @@ class DeleteVSwitchRequest(RpcRequest): def __init__(self): RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteVSwitch','ecs') - def get_VSwitchId(self): - return self.get_query_params().get('VSwitchId') - - def set_VSwitchId(self,VSwitchId): - self.add_query_param('VSwitchId',VSwitchId) - def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -51,4 +45,10 @@ def get_OwnerId(self): return self.get_query_params().get('OwnerId') def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) \ No newline at end of file + self.add_query_param('OwnerId',OwnerId) + + def get_VSwitchId(self): + return self.get_query_params().get('VSwitchId') + + def set_VSwitchId(self,VSwitchId): + self.add_query_param('VSwitchId',VSwitchId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteVirtualBorderRouterRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteVirtualBorderRouterRequest.py index b3f68e7b2d..8d82b89b62 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteVirtualBorderRouterRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteVirtualBorderRouterRequest.py @@ -29,23 +29,17 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - def get_ClientToken(self): return self.get_query_params().get('ClientToken') def set_ClientToken(self,ClientToken): self.add_query_param('ClientToken',ClientToken) - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') + def get_VbrId(self): + return self.get_query_params().get('VbrId') - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) + def set_VbrId(self,VbrId): + self.add_query_param('VbrId',VbrId) def get_UserCidr(self): return self.get_query_params().get('UserCidr') @@ -53,11 +47,17 @@ def get_UserCidr(self): def set_UserCidr(self,UserCidr): self.add_query_param('UserCidr',UserCidr) - def get_VbrId(self): - return self.get_query_params().get('VbrId') + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') - def set_VbrId(self,VbrId): - self.add_query_param('VbrId',VbrId) + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) def get_OwnerId(self): return self.get_query_params().get('OwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteVolumeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteVolumeRequest.py new file mode 100644 index 0000000000..d6b0226ff1 --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteVolumeRequest.py @@ -0,0 +1,54 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class DeleteVolumeRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteVolume','ecs') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_VolumeId(self): + return self.get_query_params().get('VolumeId') + + def set_VolumeId(self,VolumeId): + self.add_query_param('VolumeId',VolumeId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteVolume_GatedLaunchRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteVolume_GatedLaunchRequest.py new file mode 100644 index 0000000000..caae2cdf72 --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteVolume_GatedLaunchRequest.py @@ -0,0 +1,54 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class DeleteVolume_GatedLaunchRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteVolume_GatedLaunch','ecs') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_VolumeId(self): + return self.get_query_params().get('VolumeId') + + def set_VolumeId(self,VolumeId): + self.add_query_param('VolumeId',VolumeId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteVpcRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteVpcRequest.py index 7d1f194ca0..98bd989557 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteVpcRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteVpcRequest.py @@ -35,12 +35,6 @@ def get_ResourceOwnerAccount(self): def set_ResourceOwnerAccount(self,ResourceOwnerAccount): self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - def get_VpcId(self): - return self.get_query_params().get('VpcId') - - def set_VpcId(self,VpcId): - self.add_query_param('VpcId',VpcId) - def get_OwnerAccount(self): return self.get_query_params().get('OwnerAccount') @@ -51,4 +45,10 @@ def get_OwnerId(self): return self.get_query_params().get('OwnerId') def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) \ No newline at end of file + self.add_query_param('OwnerId',OwnerId) + + def get_VpcId(self): + return self.get_query_params().get('VpcId') + + def set_VpcId(self,VpcId): + self.add_query_param('VpcId',VpcId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeAccessPointsRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeAccessPointsRequest.py index bbbddb3714..e3c126b4bc 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeAccessPointsRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeAccessPointsRequest.py @@ -23,29 +23,23 @@ class DescribeAccessPointsRequest(RpcRequest): def __init__(self): RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeAccessPoints','ecs') - def get_Filters(self): - return self.get_query_params().get('Filters') - - def set_Filters(self,Filters): - for i in range(len(Filters)): - for j in range(len(Filters[i].get('Values'))): - if Filters[i].get('Values')[j] is not None: - self.add_query_param('Filter.' + str(i + 1) + '.Value.'+str(j + 1), Filters[i].get('Values')[j]) - if Filters[i].get('Key') is not None: - self.add_query_param('Filter.' + str(i + 1) + '.Key' , Filters[i].get('Key')) - - def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') + def get_Type(self): + return self.get_query_params().get('Type') - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + def set_Type(self,Type): + self.add_query_param('Type',Type) + + def get_PageNumber(self): + return self.get_query_params().get('PageNumber') + + def set_PageNumber(self,PageNumber): + self.add_query_param('PageNumber',PageNumber) def get_PageSize(self): return self.get_query_params().get('PageSize') @@ -53,20 +47,25 @@ def get_PageSize(self): def set_PageSize(self,PageSize): self.add_query_param('PageSize',PageSize) + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + def get_OwnerId(self): return self.get_query_params().get('OwnerId') def set_OwnerId(self,OwnerId): self.add_query_param('OwnerId',OwnerId) - def get_Type(self): - return self.get_query_params().get('Type') - - def set_Type(self,Type): - self.add_query_param('Type',Type) - - def get_PageNumber(self): - return self.get_query_params().get('PageNumber') + def get_Filters(self): + return self.get_query_params().get('Filters') - def set_PageNumber(self,PageNumber): - self.add_query_param('PageNumber',PageNumber) \ No newline at end of file + def set_Filters(self,Filters): + for i in range(len(Filters)): + for j in range(len(Filters[i].get('Values'))): + if Filters[i].get('Values')[j] is not None: + self.add_query_param('Filter.' + str(i + 1) + '.Value.'+str(j + 1), Filters[i].get('Values')[j]) + if Filters[i].get('Key') is not None: + self.add_query_param('Filter.' + str(i + 1) + '.Key' , Filters[i].get('Key')) diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeAutoSnapshotPolicyExRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeAutoSnapshotPolicyExRequest.py index b3328f1777..4bba261118 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeAutoSnapshotPolicyExRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeAutoSnapshotPolicyExRequest.py @@ -29,23 +29,17 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - def get_AutoSnapshotPolicyId(self): return self.get_query_params().get('AutoSnapshotPolicyId') def set_AutoSnapshotPolicyId(self,AutoSnapshotPolicyId): self.add_query_param('AutoSnapshotPolicyId',AutoSnapshotPolicyId) - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') + def get_PageNumber(self): + return self.get_query_params().get('PageNumber') - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) + def set_PageNumber(self,PageNumber): + self.add_query_param('PageNumber',PageNumber) def get_PageSize(self): return self.get_query_params().get('PageSize') @@ -53,14 +47,20 @@ def get_PageSize(self): def set_PageSize(self,PageSize): self.add_query_param('PageSize',PageSize) + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + def get_OwnerId(self): return self.get_query_params().get('OwnerId') def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_PageNumber(self): - return self.get_query_params().get('PageNumber') - - def set_PageNumber(self,PageNumber): - self.add_query_param('PageNumber',PageNumber) \ No newline at end of file + self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeAutoSnapshotPolicyRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeAutoSnapshotPolicyRequest.py new file mode 100644 index 0000000000..fab921a1c2 --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeAutoSnapshotPolicyRequest.py @@ -0,0 +1,48 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class DescribeAutoSnapshotPolicyRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeAutoSnapshotPolicy','ecs') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeBandwidthPackagesRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeBandwidthPackagesRequest.py index 59cae09903..3cdb11c44c 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeBandwidthPackagesRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeBandwidthPackagesRequest.py @@ -29,6 +29,24 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) + def get_PageNumber(self): + return self.get_query_params().get('PageNumber') + + def set_PageNumber(self,PageNumber): + self.add_query_param('PageNumber',PageNumber) + + def get_PageSize(self): + return self.get_query_params().get('PageSize') + + def set_PageSize(self,PageSize): + self.add_query_param('PageSize',PageSize) + + def get_NatGatewayId(self): + return self.get_query_params().get('NatGatewayId') + + def set_NatGatewayId(self,NatGatewayId): + self.add_query_param('NatGatewayId',NatGatewayId) + def get_BandwidthPackageId(self): return self.get_query_params().get('BandwidthPackageId') @@ -47,26 +65,8 @@ def get_OwnerAccount(self): def set_OwnerAccount(self,OwnerAccount): self.add_query_param('OwnerAccount',OwnerAccount) - def get_PageSize(self): - return self.get_query_params().get('PageSize') - - def set_PageSize(self,PageSize): - self.add_query_param('PageSize',PageSize) - - def get_NatGatewayId(self): - return self.get_query_params().get('NatGatewayId') - - def set_NatGatewayId(self,NatGatewayId): - self.add_query_param('NatGatewayId',NatGatewayId) - def get_OwnerId(self): return self.get_query_params().get('OwnerId') def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_PageNumber(self): - return self.get_query_params().get('PageNumber') - - def set_PageNumber(self,PageNumber): - self.add_query_param('PageNumber',PageNumber) \ No newline at end of file + self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeClassicLinkInstancesRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeClassicLinkInstancesRequest.py index d1677232de..db9f67e8e6 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeClassicLinkInstancesRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeClassicLinkInstancesRequest.py @@ -29,23 +29,11 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) - def get_InstanceId(self): - return self.get_query_params().get('InstanceId') - - def set_InstanceId(self,InstanceId): - self.add_query_param('InstanceId',InstanceId) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_VpcId(self): - return self.get_query_params().get('VpcId') + def get_PageNumber(self): + return self.get_query_params().get('PageNumber') - def set_VpcId(self,VpcId): - self.add_query_param('VpcId',VpcId) + def set_PageNumber(self,PageNumber): + self.add_query_param('PageNumber',PageNumber) def get_PageSize(self): return self.get_query_params().get('PageSize') @@ -53,14 +41,26 @@ def get_PageSize(self): def set_PageSize(self,PageSize): self.add_query_param('PageSize',PageSize) + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + def get_OwnerId(self): return self.get_query_params().get('OwnerId') def set_OwnerId(self,OwnerId): self.add_query_param('OwnerId',OwnerId) - def get_PageNumber(self): - return self.get_query_params().get('PageNumber') + def get_InstanceId(self): + return self.get_query_params().get('InstanceId') - def set_PageNumber(self,PageNumber): - self.add_query_param('PageNumber',PageNumber) \ No newline at end of file + def set_InstanceId(self,InstanceId): + self.add_query_param('InstanceId',InstanceId) + + def get_VpcId(self): + return self.get_query_params().get('VpcId') + + def set_VpcId(self,VpcId): + self.add_query_param('VpcId',VpcId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeDedicatedHostsRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeDedicatedHostsRequest.py index 2415af6b08..3e130cfb7d 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeDedicatedHostsRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeDedicatedHostsRequest.py @@ -35,30 +35,6 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) - def get_DedicatedHostName(self): - return self.get_query_params().get('DedicatedHostName') - - def set_DedicatedHostName(self,DedicatedHostName): - self.add_query_param('DedicatedHostName',DedicatedHostName) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - def get_PageNumber(self): return self.get_query_params().get('PageNumber') @@ -83,12 +59,6 @@ def get_PageSize(self): def set_PageSize(self,PageSize): self.add_query_param('PageSize',PageSize) - def get_ZoneId(self): - return self.get_query_params().get('ZoneId') - - def set_ZoneId(self,ZoneId): - self.add_query_param('ZoneId',ZoneId) - def get_DedicatedHostType(self): return self.get_query_params().get('DedicatedHostType') @@ -106,6 +76,36 @@ def set_Tags(self,Tags): self.add_query_param('Tag.' + str(i + 1) + '.Key' , Tags[i].get('Key')) + def get_DedicatedHostName(self): + return self.get_query_params().get('DedicatedHostName') + + def set_DedicatedHostName(self,DedicatedHostName): + self.add_query_param('DedicatedHostName',DedicatedHostName) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_ZoneId(self): + return self.get_query_params().get('ZoneId') + + def set_ZoneId(self,ZoneId): + self.add_query_param('ZoneId',ZoneId) + def get_Status(self): return self.get_query_params().get('Status') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeDeploymentSetTopologyRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeDeploymentSetTopologyRequest.py new file mode 100644 index 0000000000..66cc8a0301 --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeDeploymentSetTopologyRequest.py @@ -0,0 +1,78 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class DescribeDeploymentSetTopologyRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeDeploymentSetTopology','ecs') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_NetworkType(self): + return self.get_query_params().get('NetworkType') + + def set_NetworkType(self,NetworkType): + self.add_query_param('NetworkType',NetworkType) + + def get_DeploymentSetId(self): + return self.get_query_params().get('DeploymentSetId') + + def set_DeploymentSetId(self,DeploymentSetId): + self.add_query_param('DeploymentSetId',DeploymentSetId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_DeploymentSetName(self): + return self.get_query_params().get('DeploymentSetName') + + def set_DeploymentSetName(self,DeploymentSetName): + self.add_query_param('DeploymentSetName',DeploymentSetName) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_Granularity(self): + return self.get_query_params().get('Granularity') + + def set_Granularity(self,Granularity): + self.add_query_param('Granularity',Granularity) + + def get_Domain(self): + return self.get_query_params().get('Domain') + + def set_Domain(self,Domain): + self.add_query_param('Domain',Domain) + + def get_Strategy(self): + return self.get_query_params().get('Strategy') + + def set_Strategy(self,Strategy): + self.add_query_param('Strategy',Strategy) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeDeploymentSetsRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeDeploymentSetsRequest.py index 01bcc3c221..52568db630 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeDeploymentSetsRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeDeploymentSetsRequest.py @@ -29,6 +29,30 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) + def get_NetworkType(self): + return self.get_query_params().get('NetworkType') + + def set_NetworkType(self,NetworkType): + self.add_query_param('NetworkType',NetworkType) + + def get_PageNumber(self): + return self.get_query_params().get('PageNumber') + + def set_PageNumber(self,PageNumber): + self.add_query_param('PageNumber',PageNumber) + + def get_DeploymentSetIds(self): + return self.get_query_params().get('DeploymentSetIds') + + def set_DeploymentSetIds(self,DeploymentSetIds): + self.add_query_param('DeploymentSetIds',DeploymentSetIds) + + def get_PageSize(self): + return self.get_query_params().get('PageSize') + + def set_PageSize(self,PageSize): + self.add_query_param('PageSize',PageSize) + def get_ResourceOwnerAccount(self): return self.get_query_params().get('ResourceOwnerAccount') @@ -41,12 +65,6 @@ def get_OwnerAccount(self): def set_OwnerAccount(self,OwnerAccount): self.add_query_param('OwnerAccount',OwnerAccount) - def get_NetworkType(self): - return self.get_query_params().get('NetworkType') - - def set_NetworkType(self,NetworkType): - self.add_query_param('NetworkType',NetworkType) - def get_DeploymentSetName(self): return self.get_query_params().get('DeploymentSetName') @@ -59,18 +77,6 @@ def get_OwnerId(self): def set_OwnerId(self,OwnerId): self.add_query_param('OwnerId',OwnerId) - def get_PageNumber(self): - return self.get_query_params().get('PageNumber') - - def set_PageNumber(self,PageNumber): - self.add_query_param('PageNumber',PageNumber) - - def get_DeploymentSetIds(self): - return self.get_query_params().get('DeploymentSetIds') - - def set_DeploymentSetIds(self,DeploymentSetIds): - self.add_query_param('DeploymentSetIds',DeploymentSetIds) - def get_Granularity(self): return self.get_query_params().get('Granularity') @@ -83,12 +89,6 @@ def get_Domain(self): def set_Domain(self,Domain): self.add_query_param('Domain',Domain) - def get_PageSize(self): - return self.get_query_params().get('PageSize') - - def set_PageSize(self,PageSize): - self.add_query_param('PageSize',PageSize) - def get_Strategy(self): return self.get_query_params().get('Strategy') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeDisksRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeDisksRequest.py index 47244fd5b2..68373765ac 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeDisksRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeDisksRequest.py @@ -29,12 +29,6 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) - def get_SnapshotId(self): - return self.get_query_params().get('SnapshotId') - - def set_SnapshotId(self,SnapshotId): - self.add_query_param('SnapshotId',SnapshotId) - def get_Filter2Value(self): return self.get_query_params().get('Filter.2.Value') @@ -47,12 +41,6 @@ def get_AutoSnapshotPolicyId(self): def set_AutoSnapshotPolicyId(self,AutoSnapshotPolicyId): self.add_query_param('AutoSnapshotPolicyId',AutoSnapshotPolicyId) - def get_PageNumber(self): - return self.get_query_params().get('PageNumber') - - def set_PageNumber(self,PageNumber): - self.add_query_param('PageNumber',PageNumber) - def get_DiskName(self): return self.get_query_params().get('DiskName') @@ -89,18 +77,6 @@ def get_Filter1Key(self): def set_Filter1Key(self,Filter1Key): self.add_query_param('Filter.1.Key',Filter1Key) - def get_PageSize(self): - return self.get_query_params().get('PageSize') - - def set_PageSize(self,PageSize): - self.add_query_param('PageSize',PageSize) - - def get_DiskIds(self): - return self.get_query_params().get('DiskIds') - - def set_DiskIds(self,DiskIds): - self.add_query_param('DiskIds',DiskIds) - def get_Tags(self): return self.get_query_params().get('Tags') @@ -112,12 +88,6 @@ def set_Tags(self,Tags): self.add_query_param('Tag.' + str(i + 1) + '.Key' , Tags[i].get('Key')) - def get_DeleteWithInstance(self): - return self.get_query_params().get('DeleteWithInstance') - - def set_DeleteWithInstance(self,DeleteWithInstance): - self.add_query_param('DeleteWithInstance',DeleteWithInstance) - def get_EnableAutoSnapshot(self): return self.get_query_params().get('EnableAutoSnapshot') @@ -130,18 +100,6 @@ def get_DryRun(self): def set_DryRun(self,DryRun): self.add_query_param('DryRun',DryRun) - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - def get_Filter1Value(self): return self.get_query_params().get('Filter.1.Value') @@ -154,6 +112,80 @@ def get_Portable(self): def set_Portable(self,Portable): self.add_query_param('Portable',Portable) + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_AdditionalAttributess(self): + return self.get_query_params().get('AdditionalAttributess') + + def set_AdditionalAttributess(self,AdditionalAttributess): + for i in range(len(AdditionalAttributess)): + if AdditionalAttributess[i] is not None: + self.add_query_param('AdditionalAttributes.' + str(i + 1) , AdditionalAttributess[i]); + + def get_InstanceId(self): + return self.get_query_params().get('InstanceId') + + def set_InstanceId(self,InstanceId): + self.add_query_param('InstanceId',InstanceId) + + def get_ZoneId(self): + return self.get_query_params().get('ZoneId') + + def set_ZoneId(self,ZoneId): + self.add_query_param('ZoneId',ZoneId) + + def get_Status(self): + return self.get_query_params().get('Status') + + def set_Status(self,Status): + self.add_query_param('Status',Status) + + def get_SnapshotId(self): + return self.get_query_params().get('SnapshotId') + + def set_SnapshotId(self,SnapshotId): + self.add_query_param('SnapshotId',SnapshotId) + + def get_PageNumber(self): + return self.get_query_params().get('PageNumber') + + def set_PageNumber(self,PageNumber): + self.add_query_param('PageNumber',PageNumber) + + def get_PageSize(self): + return self.get_query_params().get('PageSize') + + def set_PageSize(self,PageSize): + self.add_query_param('PageSize',PageSize) + + def get_DiskIds(self): + return self.get_query_params().get('DiskIds') + + def set_DiskIds(self,DiskIds): + self.add_query_param('DiskIds',DiskIds) + + def get_DeleteWithInstance(self): + return self.get_query_params().get('DeleteWithInstance') + + def set_DeleteWithInstance(self,DeleteWithInstance): + self.add_query_param('DeleteWithInstance',DeleteWithInstance) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + def get_EnableAutomatedSnapshotPolicy(self): return self.get_query_params().get('EnableAutomatedSnapshotPolicy') @@ -166,50 +198,24 @@ def get_Filter2Key(self): def set_Filter2Key(self,Filter2Key): self.add_query_param('Filter.2.Key',Filter2Key) - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - def get_DiskType(self): return self.get_query_params().get('DiskType') def set_DiskType(self,DiskType): self.add_query_param('DiskType',DiskType) - def get_AdditionalAttributess(self): - return self.get_query_params().get('AdditionalAttributess') - - def set_AdditionalAttributess(self,AdditionalAttributess): - for i in range(len(AdditionalAttributess)): - if AdditionalAttributess[i] is not None: - self.add_query_param('AdditionalAttributes.' + str(i + 1) , AdditionalAttributess[i]); - def get_EnableShared(self): return self.get_query_params().get('EnableShared') def set_EnableShared(self,EnableShared): self.add_query_param('EnableShared',EnableShared) - def get_InstanceId(self): - return self.get_query_params().get('InstanceId') - - def set_InstanceId(self,InstanceId): - self.add_query_param('InstanceId',InstanceId) - def get_Encrypted(self): return self.get_query_params().get('Encrypted') def set_Encrypted(self,Encrypted): self.add_query_param('Encrypted',Encrypted) - def get_ZoneId(self): - return self.get_query_params().get('ZoneId') - - def set_ZoneId(self,ZoneId): - self.add_query_param('ZoneId',ZoneId) - def get_Category(self): return self.get_query_params().get('Category') @@ -220,10 +226,4 @@ def get_KMSKeyId(self): return self.get_query_params().get('KMSKeyId') def set_KMSKeyId(self,KMSKeyId): - self.add_query_param('KMSKeyId',KMSKeyId) - - def get_Status(self): - return self.get_query_params().get('Status') - - def set_Status(self,Status): - self.add_query_param('Status',Status) \ No newline at end of file + self.add_query_param('KMSKeyId',KMSKeyId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeEipAddressesRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeEipAddressesRequest.py index c2fe2f9642..2ca395fabe 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeEipAddressesRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeEipAddressesRequest.py @@ -29,12 +29,6 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - def get_Filter2Value(self): return self.get_query_params().get('Filter.2.Value') @@ -47,36 +41,12 @@ def get_ISP(self): def set_ISP(self,ISP): self.add_query_param('ISP',ISP) - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - def get_AllocationId(self): return self.get_query_params().get('AllocationId') def set_AllocationId(self,AllocationId): self.add_query_param('AllocationId',AllocationId) - def get_Filter1Value(self): - return self.get_query_params().get('Filter.1.Value') - - def set_Filter1Value(self,Filter1Value): - self.add_query_param('Filter.1.Value',Filter1Value) - - def get_Filter2Key(self): - return self.get_query_params().get('Filter.2.Key') - - def set_Filter2Key(self,Filter2Key): - self.add_query_param('Filter.2.Key',Filter2Key) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - def get_EipAddress(self): return self.get_query_params().get('EipAddress') @@ -113,6 +83,36 @@ def get_PageSize(self): def set_PageSize(self,PageSize): self.add_query_param('PageSize',PageSize) + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_Filter1Value(self): + return self.get_query_params().get('Filter.1.Value') + + def set_Filter1Value(self,Filter1Value): + self.add_query_param('Filter.1.Value',Filter1Value) + + def get_Filter2Key(self): + return self.get_query_params().get('Filter.2.Key') + + def set_Filter2Key(self,Filter2Key): + self.add_query_param('Filter.2.Key',Filter2Key) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + def get_ChargeType(self): return self.get_query_params().get('ChargeType') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeEipMonitorDataRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeEipMonitorDataRequest.py index 49596eba4f..8250b835b9 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeEipMonitorDataRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeEipMonitorDataRequest.py @@ -29,6 +29,18 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) + def get_AllocationId(self): + return self.get_query_params().get('AllocationId') + + def set_AllocationId(self,AllocationId): + self.add_query_param('AllocationId',AllocationId) + + def get_StartTime(self): + return self.get_query_params().get('StartTime') + + def set_StartTime(self,StartTime): + self.add_query_param('StartTime',StartTime) + def get_Period(self): return self.get_query_params().get('Period') @@ -53,18 +65,6 @@ def get_EndTime(self): def set_EndTime(self,EndTime): self.add_query_param('EndTime',EndTime) - def get_AllocationId(self): - return self.get_query_params().get('AllocationId') - - def set_AllocationId(self,AllocationId): - self.add_query_param('AllocationId',AllocationId) - - def get_StartTime(self): - return self.get_query_params().get('StartTime') - - def set_StartTime(self,StartTime): - self.add_query_param('StartTime',StartTime) - def get_OwnerId(self): return self.get_query_params().get('OwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeEventDetailRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeEventDetailRequest.py new file mode 100644 index 0000000000..62ff404e07 --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeEventDetailRequest.py @@ -0,0 +1,48 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class DescribeEventDetailRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeEventDetail','ecs') + + def get_EventId(self): + return self.get_query_params().get('EventId') + + def set_EventId(self,EventId): + self.add_query_param('EventId',EventId) + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeEventsRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeEventsRequest.py new file mode 100644 index 0000000000..4c673efa49 --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeEventsRequest.py @@ -0,0 +1,90 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class DescribeEventsRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeEvents','ecs') + + def get_EventId(self): + return self.get_query_params().get('EventId') + + def set_EventId(self,EventId): + self.add_query_param('EventId',EventId) + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_PageNumber(self): + return self.get_query_params().get('PageNumber') + + def set_PageNumber(self,PageNumber): + self.add_query_param('PageNumber',PageNumber) + + def get_PageSize(self): + return self.get_query_params().get('PageSize') + + def set_PageSize(self,PageSize): + self.add_query_param('PageSize',PageSize) + + def get_PlanTime(self): + return self.get_query_params().get('PlanTime') + + def set_PlanTime(self,PlanTime): + self.add_query_param('PlanTime',PlanTime) + + def get_ExpireTime(self): + return self.get_query_params().get('ExpireTime') + + def set_ExpireTime(self,ExpireTime): + self.add_query_param('ExpireTime',ExpireTime) + + def get_ResourceId(self): + return self.get_query_params().get('ResourceId') + + def set_ResourceId(self,ResourceId): + self.add_query_param('ResourceId',ResourceId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_EventType(self): + return self.get_query_params().get('EventType') + + def set_EventType(self,EventType): + self.add_query_param('EventType',EventType) + + def get_Status(self): + return self.get_query_params().get('Status') + + def set_Status(self,Status): + self.add_query_param('Status',Status) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeForwardTableEntriesRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeForwardTableEntriesRequest.py index 71f620c855..cdb27d1601 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeForwardTableEntriesRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeForwardTableEntriesRequest.py @@ -29,11 +29,17 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') + def get_ForwardTableId(self): + return self.get_query_params().get('ForwardTableId') - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + def set_ForwardTableId(self,ForwardTableId): + self.add_query_param('ForwardTableId',ForwardTableId) + + def get_PageNumber(self): + return self.get_query_params().get('PageNumber') + + def set_PageNumber(self,PageNumber): + self.add_query_param('PageNumber',PageNumber) def get_ForwardEntryId(self): return self.get_query_params().get('ForwardEntryId') @@ -41,32 +47,26 @@ def get_ForwardEntryId(self): def set_ForwardEntryId(self,ForwardEntryId): self.add_query_param('ForwardEntryId',ForwardEntryId) - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_ForwardTableId(self): - return self.get_query_params().get('ForwardTableId') - - def set_ForwardTableId(self,ForwardTableId): - self.add_query_param('ForwardTableId',ForwardTableId) - def get_PageSize(self): return self.get_query_params().get('PageSize') def set_PageSize(self,PageSize): self.add_query_param('PageSize',PageSize) + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + def get_OwnerId(self): return self.get_query_params().get('OwnerId') def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_PageNumber(self): - return self.get_query_params().get('PageNumber') - - def set_PageNumber(self,PageNumber): - self.add_query_param('PageNumber',PageNumber) \ No newline at end of file + self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeHaVipsRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeHaVipsRequest.py index 9fc0221a5a..0377f3f0b8 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeHaVipsRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeHaVipsRequest.py @@ -23,24 +23,24 @@ class DescribeHaVipsRequest(RpcRequest): def __init__(self): RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeHaVips','ecs') - def get_Filters(self): - return self.get_query_params().get('Filters') - - def set_Filters(self,Filters): - for i in range(len(Filters)): - for j in range(len(Filters[i].get('Values'))): - if Filters[i].get('Values')[j] is not None: - self.add_query_param('Filter.' + str(i + 1) + '.Value.'+str(j + 1), Filters[i].get('Values')[j]) - if Filters[i].get('Key') is not None: - self.add_query_param('Filter.' + str(i + 1) + '.Key' , Filters[i].get('Key')) - - def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) + def get_PageNumber(self): + return self.get_query_params().get('PageNumber') + + def set_PageNumber(self,PageNumber): + self.add_query_param('PageNumber',PageNumber) + + def get_PageSize(self): + return self.get_query_params().get('PageSize') + + def set_PageSize(self,PageSize): + self.add_query_param('PageSize',PageSize) + def get_ResourceOwnerAccount(self): return self.get_query_params().get('ResourceOwnerAccount') @@ -53,20 +53,19 @@ def get_OwnerAccount(self): def set_OwnerAccount(self,OwnerAccount): self.add_query_param('OwnerAccount',OwnerAccount) - def get_PageSize(self): - return self.get_query_params().get('PageSize') - - def set_PageSize(self,PageSize): - self.add_query_param('PageSize',PageSize) - def get_OwnerId(self): return self.get_query_params().get('OwnerId') def set_OwnerId(self,OwnerId): self.add_query_param('OwnerId',OwnerId) - def get_PageNumber(self): - return self.get_query_params().get('PageNumber') + def get_Filters(self): + return self.get_query_params().get('Filters') - def set_PageNumber(self,PageNumber): - self.add_query_param('PageNumber',PageNumber) \ No newline at end of file + def set_Filters(self,Filters): + for i in range(len(Filters)): + for j in range(len(Filters[i].get('Values'))): + if Filters[i].get('Values')[j] is not None: + self.add_query_param('Filter.' + str(i + 1) + '.Value.'+str(j + 1), Filters[i].get('Values')[j]) + if Filters[i].get('Key') is not None: + self.add_query_param('Filter.' + str(i + 1) + '.Key' , Filters[i].get('Key')) diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeImageSharePermissionRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeImageSharePermissionRequest.py index 58e9cead3f..20ce5d9dd5 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeImageSharePermissionRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeImageSharePermissionRequest.py @@ -35,6 +35,18 @@ def get_ImageId(self): def set_ImageId(self,ImageId): self.add_query_param('ImageId',ImageId) + def get_PageNumber(self): + return self.get_query_params().get('PageNumber') + + def set_PageNumber(self,PageNumber): + self.add_query_param('PageNumber',PageNumber) + + def get_PageSize(self): + return self.get_query_params().get('PageSize') + + def set_PageSize(self,PageSize): + self.add_query_param('PageSize',PageSize) + def get_ResourceOwnerAccount(self): return self.get_query_params().get('ResourceOwnerAccount') @@ -47,20 +59,8 @@ def get_OwnerAccount(self): def set_OwnerAccount(self,OwnerAccount): self.add_query_param('OwnerAccount',OwnerAccount) - def get_PageSize(self): - return self.get_query_params().get('PageSize') - - def set_PageSize(self,PageSize): - self.add_query_param('PageSize',PageSize) - def get_OwnerId(self): return self.get_query_params().get('OwnerId') def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_PageNumber(self): - return self.get_query_params().get('PageNumber') - - def set_PageNumber(self,PageNumber): - self.add_query_param('PageNumber',PageNumber) \ No newline at end of file + self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeImageSupportInstanceTypesRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeImageSupportInstanceTypesRequest.py index 00ae0e6df7..501dd596c4 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeImageSupportInstanceTypesRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeImageSupportInstanceTypesRequest.py @@ -29,17 +29,6 @@ def get_ActionType(self): def set_ActionType(self,ActionType): self.add_query_param('ActionType',ActionType) - def get_Filters(self): - return self.get_query_params().get('Filters') - - def set_Filters(self,Filters): - for i in range(len(Filters)): - if Filters[i].get('Value') is not None: - self.add_query_param('Filter.' + str(i + 1) + '.Value' , Filters[i].get('Value')) - if Filters[i].get('Key') is not None: - self.add_query_param('Filter.' + str(i + 1) + '.Key' , Filters[i].get('Key')) - - def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -62,4 +51,14 @@ def get_OwnerId(self): return self.get_query_params().get('OwnerId') def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) \ No newline at end of file + self.add_query_param('OwnerId',OwnerId) + + def get_Filters(self): + return self.get_query_params().get('Filters') + + def set_Filters(self,Filters): + for i in range(len(Filters)): + if Filters[i].get('Value') is not None: + self.add_query_param('Filter.' + str(i + 1) + '.Value' , Filters[i].get('Value')) + if Filters[i].get('Key') is not None: + self.add_query_param('Filter.' + str(i + 1) + '.Key' , Filters[i].get('Key')) diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceAttributeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceAttributeRequest.py index e99d0e0600..78eefaccd1 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceAttributeRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceAttributeRequest.py @@ -29,12 +29,6 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) - def get_InstanceId(self): - return self.get_query_params().get('InstanceId') - - def set_InstanceId(self,InstanceId): - self.add_query_param('InstanceId',InstanceId) - def get_ResourceOwnerAccount(self): return self.get_query_params().get('ResourceOwnerAccount') @@ -51,4 +45,10 @@ def get_OwnerId(self): return self.get_query_params().get('OwnerId') def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) \ No newline at end of file + self.add_query_param('OwnerId',OwnerId) + + def get_InstanceId(self): + return self.get_query_params().get('InstanceId') + + def set_InstanceId(self,InstanceId): + self.add_query_param('InstanceId',InstanceId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceAutoRenewAttributeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceAutoRenewAttributeRequest.py index 4840fa22d3..e65bb6c86e 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceAutoRenewAttributeRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceAutoRenewAttributeRequest.py @@ -29,23 +29,11 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) - def get_InstanceId(self): - return self.get_query_params().get('InstanceId') - - def set_InstanceId(self,InstanceId): - self.add_query_param('InstanceId',InstanceId) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') + def get_PageNumber(self): + return self.get_query_params().get('PageNumber') - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) + def set_PageNumber(self,PageNumber): + self.add_query_param('PageNumber',PageNumber) def get_RenewalStatus(self): return self.get_query_params().get('RenewalStatus') @@ -59,14 +47,26 @@ def get_PageSize(self): def set_PageSize(self,PageSize): self.add_query_param('PageSize',PageSize) + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + def get_OwnerId(self): return self.get_query_params().get('OwnerId') def set_OwnerId(self,OwnerId): self.add_query_param('OwnerId',OwnerId) - def get_PageNumber(self): - return self.get_query_params().get('PageNumber') + def get_InstanceId(self): + return self.get_query_params().get('InstanceId') - def set_PageNumber(self,PageNumber): - self.add_query_param('PageNumber',PageNumber) \ No newline at end of file + def set_InstanceId(self,InstanceId): + self.add_query_param('InstanceId',InstanceId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstancePhysicalAttributeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstancePhysicalAttributeRequest.py index 21d0972d53..a87af8e93e 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstancePhysicalAttributeRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstancePhysicalAttributeRequest.py @@ -29,12 +29,6 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) - def get_InstanceId(self): - return self.get_query_params().get('InstanceId') - - def set_InstanceId(self,InstanceId): - self.add_query_param('InstanceId',InstanceId) - def get_ResourceOwnerAccount(self): return self.get_query_params().get('ResourceOwnerAccount') @@ -51,4 +45,10 @@ def get_OwnerId(self): return self.get_query_params().get('OwnerId') def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) \ No newline at end of file + self.add_query_param('OwnerId',OwnerId) + + def get_InstanceId(self): + return self.get_query_params().get('InstanceId') + + def set_InstanceId(self,InstanceId): + self.add_query_param('InstanceId',InstanceId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstancePhysicalAttribute_GatedLaunchRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstancePhysicalAttribute_GatedLaunchRequest.py new file mode 100644 index 0000000000..d146f65e1b --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstancePhysicalAttribute_GatedLaunchRequest.py @@ -0,0 +1,54 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class DescribeInstancePhysicalAttribute_GatedLaunchRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeInstancePhysicalAttribute_GatedLaunch','ecs') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_InstanceId(self): + return self.get_query_params().get('InstanceId') + + def set_InstanceId(self,InstanceId): + self.add_query_param('InstanceId',InstanceId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceRamRoleRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceRamRoleRequest.py index 08aba65fb3..f61b2ccc3b 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceRamRoleRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceRamRoleRequest.py @@ -29,17 +29,11 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_InstanceIds(self): - return self.get_query_params().get('InstanceIds') + def get_PageNumber(self): + return self.get_query_params().get('PageNumber') - def set_InstanceIds(self,InstanceIds): - self.add_query_param('InstanceIds',InstanceIds) + def set_PageNumber(self,PageNumber): + self.add_query_param('PageNumber',PageNumber) def get_PageSize(self): return self.get_query_params().get('PageSize') @@ -47,6 +41,12 @@ def get_PageSize(self): def set_PageSize(self,PageSize): self.add_query_param('PageSize',PageSize) + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + def get_RamRoleName(self): return self.get_query_params().get('RamRoleName') @@ -59,8 +59,8 @@ def get_OwnerId(self): def set_OwnerId(self,OwnerId): self.add_query_param('OwnerId',OwnerId) - def get_PageNumber(self): - return self.get_query_params().get('PageNumber') + def get_InstanceIds(self): + return self.get_query_params().get('InstanceIds') - def set_PageNumber(self,PageNumber): - self.add_query_param('PageNumber',PageNumber) \ No newline at end of file + def set_InstanceIds(self,InstanceIds): + self.add_query_param('InstanceIds',InstanceIds) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceStatusRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceStatusRequest.py index 93f1d07b08..bae9e44e0e 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceStatusRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceStatusRequest.py @@ -29,6 +29,18 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) + def get_PageNumber(self): + return self.get_query_params().get('PageNumber') + + def set_PageNumber(self,PageNumber): + self.add_query_param('PageNumber',PageNumber) + + def get_PageSize(self): + return self.get_query_params().get('PageSize') + + def set_PageSize(self,PageSize): + self.add_query_param('PageSize',PageSize) + def get_ResourceOwnerAccount(self): return self.get_query_params().get('ResourceOwnerAccount') @@ -41,18 +53,6 @@ def get_OwnerAccount(self): def set_OwnerAccount(self,OwnerAccount): self.add_query_param('OwnerAccount',OwnerAccount) - def get_PageSize(self): - return self.get_query_params().get('PageSize') - - def set_PageSize(self,PageSize): - self.add_query_param('PageSize',PageSize) - - def get_ZoneId(self): - return self.get_query_params().get('ZoneId') - - def set_ZoneId(self,ZoneId): - self.add_query_param('ZoneId',ZoneId) - def get_ClusterId(self): return self.get_query_params().get('ClusterId') @@ -65,8 +65,8 @@ def get_OwnerId(self): def set_OwnerId(self,OwnerId): self.add_query_param('OwnerId',OwnerId) - def get_PageNumber(self): - return self.get_query_params().get('PageNumber') + def get_ZoneId(self): + return self.get_query_params().get('ZoneId') - def set_PageNumber(self,PageNumber): - self.add_query_param('PageNumber',PageNumber) \ No newline at end of file + def set_ZoneId(self,ZoneId): + self.add_query_param('ZoneId',ZoneId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceTopologyRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceTopologyRequest.py index 41f62eb921..423b1ddad8 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceTopologyRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceTopologyRequest.py @@ -35,14 +35,14 @@ def get_ResourceOwnerAccount(self): def set_ResourceOwnerAccount(self,ResourceOwnerAccount): self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - def get_InstanceIds(self): - return self.get_query_params().get('InstanceIds') - - def set_InstanceIds(self,InstanceIds): - self.add_query_param('InstanceIds',InstanceIds) - def get_OwnerId(self): return self.get_query_params().get('OwnerId') def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) \ No newline at end of file + self.add_query_param('OwnerId',OwnerId) + + def get_InstanceIds(self): + return self.get_query_params().get('InstanceIds') + + def set_InstanceIds(self,InstanceIds): + self.add_query_param('InstanceIds',InstanceIds) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceTypeFamiliesRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceTypeFamiliesRequest.py index a47db04e1a..f34a1a7db5 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceTypeFamiliesRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceTypeFamiliesRequest.py @@ -23,18 +23,18 @@ class DescribeInstanceTypeFamiliesRequest(RpcRequest): def __init__(self): RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeInstanceTypeFamilies','ecs') - def get_Generation(self): - return self.get_query_params().get('Generation') - - def set_Generation(self,Generation): - self.add_query_param('Generation',Generation) - def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) + def get_Generation(self): + return self.get_query_params().get('Generation') + + def set_Generation(self,Generation): + self.add_query_param('Generation',Generation) + def get_ResourceOwnerAccount(self): return self.get_query_params().get('ResourceOwnerAccount') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceVncPasswdRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceVncPasswdRequest.py index b60db4123b..58445431fc 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceVncPasswdRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceVncPasswdRequest.py @@ -29,12 +29,6 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) - def get_InstanceId(self): - return self.get_query_params().get('InstanceId') - - def set_InstanceId(self,InstanceId): - self.add_query_param('InstanceId',InstanceId) - def get_ResourceOwnerAccount(self): return self.get_query_params().get('ResourceOwnerAccount') @@ -51,4 +45,10 @@ def get_OwnerId(self): return self.get_query_params().get('OwnerId') def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) \ No newline at end of file + self.add_query_param('OwnerId',OwnerId) + + def get_InstanceId(self): + return self.get_query_params().get('InstanceId') + + def set_InstanceId(self,InstanceId): + self.add_query_param('InstanceId',InstanceId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceVncPasswd_GatedLaunchRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceVncPasswd_GatedLaunchRequest.py new file mode 100644 index 0000000000..5b44a20f73 --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceVncPasswd_GatedLaunchRequest.py @@ -0,0 +1,54 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class DescribeInstanceVncPasswd_GatedLaunchRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeInstanceVncPasswd_GatedLaunch','ecs') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_InstanceId(self): + return self.get_query_params().get('InstanceId') + + def set_InstanceId(self,InstanceId): + self.add_query_param('InstanceId',InstanceId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceVncUrlRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceVncUrlRequest.py index 8bb8487067..5addb304f6 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceVncUrlRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceVncUrlRequest.py @@ -29,12 +29,6 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) - def get_InstanceId(self): - return self.get_query_params().get('InstanceId') - - def set_InstanceId(self,InstanceId): - self.add_query_param('InstanceId',InstanceId) - def get_ResourceOwnerAccount(self): return self.get_query_params().get('ResourceOwnerAccount') @@ -51,4 +45,10 @@ def get_OwnerId(self): return self.get_query_params().get('OwnerId') def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) \ No newline at end of file + self.add_query_param('OwnerId',OwnerId) + + def get_InstanceId(self): + return self.get_query_params().get('InstanceId') + + def set_InstanceId(self,InstanceId): + self.add_query_param('InstanceId',InstanceId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceVncUrl_GatedLaunchRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceVncUrl_GatedLaunchRequest.py new file mode 100644 index 0000000000..b5c649541a --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceVncUrl_GatedLaunchRequest.py @@ -0,0 +1,54 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class DescribeInstanceVncUrl_GatedLaunchRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeInstanceVncUrl_GatedLaunch','ecs') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_InstanceId(self): + return self.get_query_params().get('InstanceId') + + def set_InstanceId(self,InstanceId): + self.add_query_param('InstanceId',InstanceId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstancesRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstancesRequest.py index 87d01fd278..acff774db7 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstancesRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstancesRequest.py @@ -35,12 +35,6 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) - def get_ImageId(self): - return self.get_query_params().get('ImageId') - - def set_ImageId(self,ImageId): - self.add_query_param('ImageId',ImageId) - def get_PrivateIpAddresses(self): return self.get_query_params().get('PrivateIpAddresses') @@ -59,42 +53,12 @@ def get_Filter2Value(self): def set_Filter2Value(self,Filter2Value): self.add_query_param('Filter.2.Value',Filter2Value) - def get_Filter4Value(self): - return self.get_query_params().get('Filter.4.Value') - - def set_Filter4Value(self,Filter4Value): - self.add_query_param('Filter.4.Value',Filter4Value) - - def get_IoOptimized(self): - return self.get_query_params().get('IoOptimized') - - def set_IoOptimized(self,IoOptimized): - self.add_query_param('IoOptimized',IoOptimized) - - def get_SecurityGroupId(self): - return self.get_query_params().get('SecurityGroupId') - - def set_SecurityGroupId(self,SecurityGroupId): - self.add_query_param('SecurityGroupId',SecurityGroupId) - def get_KeyPairName(self): return self.get_query_params().get('KeyPairName') def set_KeyPairName(self,KeyPairName): self.add_query_param('KeyPairName',KeyPairName) - def get_Filter4Key(self): - return self.get_query_params().get('Filter.4.Key') - - def set_Filter4Key(self,Filter4Key): - self.add_query_param('Filter.4.Key',Filter4Key) - - def get_PageNumber(self): - return self.get_query_params().get('PageNumber') - - def set_PageNumber(self,PageNumber): - self.add_query_param('PageNumber',PageNumber) - def get_ResourceGroupId(self): return self.get_query_params().get('ResourceGroupId') @@ -113,36 +77,12 @@ def get_Filter1Key(self): def set_Filter1Key(self,Filter1Key): self.add_query_param('Filter.1.Key',Filter1Key) - def get_RdmaIpAddresses(self): - return self.get_query_params().get('RdmaIpAddresses') - - def set_RdmaIpAddresses(self,RdmaIpAddresses): - self.add_query_param('RdmaIpAddresses',RdmaIpAddresses) - def get_DeviceAvailable(self): return self.get_query_params().get('DeviceAvailable') def set_DeviceAvailable(self,DeviceAvailable): self.add_query_param('DeviceAvailable',DeviceAvailable) - def get_PageSize(self): - return self.get_query_params().get('PageSize') - - def set_PageSize(self,PageSize): - self.add_query_param('PageSize',PageSize) - - def get_PublicIpAddresses(self): - return self.get_query_params().get('PublicIpAddresses') - - def set_PublicIpAddresses(self,PublicIpAddresses): - self.add_query_param('PublicIpAddresses',PublicIpAddresses) - - def get_InstanceType(self): - return self.get_query_params().get('InstanceType') - - def set_InstanceType(self,InstanceType): - self.add_query_param('InstanceType',InstanceType) - def get_Tags(self): return self.get_query_params().get('Tags') @@ -154,12 +94,6 @@ def set_Tags(self,Tags): self.add_query_param('Tag.' + str(i + 1) + '.Key' , Tags[i].get('Key')) - def get_InstanceChargeType(self): - return self.get_query_params().get('InstanceChargeType') - - def set_InstanceChargeType(self,InstanceChargeType): - self.add_query_param('InstanceChargeType',InstanceChargeType) - def get_Filter3Value(self): return self.get_query_params().get('Filter.3.Value') @@ -172,24 +106,6 @@ def get_DryRun(self): def set_DryRun(self,DryRun): self.add_query_param('DryRun',DryRun) - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_InstanceTypeFamily(self): - return self.get_query_params().get('InstanceTypeFamily') - - def set_InstanceTypeFamily(self,InstanceTypeFamily): - self.add_query_param('InstanceTypeFamily',InstanceTypeFamily) - def get_Filter1Value(self): return self.get_query_params().get('Filter.1.Value') @@ -202,12 +118,6 @@ def get_NeedSaleCycle(self): def set_NeedSaleCycle(self,NeedSaleCycle): self.add_query_param('NeedSaleCycle',NeedSaleCycle) - def get_Filter2Key(self): - return self.get_query_params().get('Filter.2.Key') - - def set_Filter2Key(self,Filter2Key): - self.add_query_param('Filter.2.Key',Filter2Key) - def get_OwnerId(self): return self.get_query_params().get('OwnerId') @@ -220,12 +130,6 @@ def get_VSwitchId(self): def set_VSwitchId(self,VSwitchId): self.add_query_param('VSwitchId',VSwitchId) - def get_EipAddresses(self): - return self.get_query_params().get('EipAddresses') - - def set_EipAddresses(self,EipAddresses): - self.add_query_param('EipAddresses',EipAddresses) - def get_InstanceName(self): return self.get_query_params().get('InstanceName') @@ -244,24 +148,12 @@ def get_InternetChargeType(self): def set_InternetChargeType(self,InternetChargeType): self.add_query_param('InternetChargeType',InternetChargeType) - def get_VpcId(self): - return self.get_query_params().get('VpcId') - - def set_VpcId(self,VpcId): - self.add_query_param('VpcId',VpcId) - def get_ZoneId(self): return self.get_query_params().get('ZoneId') def set_ZoneId(self,ZoneId): self.add_query_param('ZoneId',ZoneId) - def get_Filter3Key(self): - return self.get_query_params().get('Filter.3.Key') - - def set_Filter3Key(self,Filter3Key): - self.add_query_param('Filter.3.Key',Filter3Key) - def get_InstanceNetworkType(self): return self.get_query_params().get('InstanceNetworkType') @@ -272,4 +164,112 @@ def get_Status(self): return self.get_query_params().get('Status') def set_Status(self,Status): - self.add_query_param('Status',Status) \ No newline at end of file + self.add_query_param('Status',Status) + + def get_ImageId(self): + return self.get_query_params().get('ImageId') + + def set_ImageId(self,ImageId): + self.add_query_param('ImageId',ImageId) + + def get_Filter4Value(self): + return self.get_query_params().get('Filter.4.Value') + + def set_Filter4Value(self,Filter4Value): + self.add_query_param('Filter.4.Value',Filter4Value) + + def get_IoOptimized(self): + return self.get_query_params().get('IoOptimized') + + def set_IoOptimized(self,IoOptimized): + self.add_query_param('IoOptimized',IoOptimized) + + def get_SecurityGroupId(self): + return self.get_query_params().get('SecurityGroupId') + + def set_SecurityGroupId(self,SecurityGroupId): + self.add_query_param('SecurityGroupId',SecurityGroupId) + + def get_Filter4Key(self): + return self.get_query_params().get('Filter.4.Key') + + def set_Filter4Key(self,Filter4Key): + self.add_query_param('Filter.4.Key',Filter4Key) + + def get_PageNumber(self): + return self.get_query_params().get('PageNumber') + + def set_PageNumber(self,PageNumber): + self.add_query_param('PageNumber',PageNumber) + + def get_RdmaIpAddresses(self): + return self.get_query_params().get('RdmaIpAddresses') + + def set_RdmaIpAddresses(self,RdmaIpAddresses): + self.add_query_param('RdmaIpAddresses',RdmaIpAddresses) + + def get_PageSize(self): + return self.get_query_params().get('PageSize') + + def set_PageSize(self,PageSize): + self.add_query_param('PageSize',PageSize) + + def get_PublicIpAddresses(self): + return self.get_query_params().get('PublicIpAddresses') + + def set_PublicIpAddresses(self,PublicIpAddresses): + self.add_query_param('PublicIpAddresses',PublicIpAddresses) + + def get_InstanceType(self): + return self.get_query_params().get('InstanceType') + + def set_InstanceType(self,InstanceType): + self.add_query_param('InstanceType',InstanceType) + + def get_InstanceChargeType(self): + return self.get_query_params().get('InstanceChargeType') + + def set_InstanceChargeType(self,InstanceChargeType): + self.add_query_param('InstanceChargeType',InstanceChargeType) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_InstanceTypeFamily(self): + return self.get_query_params().get('InstanceTypeFamily') + + def set_InstanceTypeFamily(self,InstanceTypeFamily): + self.add_query_param('InstanceTypeFamily',InstanceTypeFamily) + + def get_Filter2Key(self): + return self.get_query_params().get('Filter.2.Key') + + def set_Filter2Key(self,Filter2Key): + self.add_query_param('Filter.2.Key',Filter2Key) + + def get_EipAddresses(self): + return self.get_query_params().get('EipAddresses') + + def set_EipAddresses(self,EipAddresses): + self.add_query_param('EipAddresses',EipAddresses) + + def get_VpcId(self): + return self.get_query_params().get('VpcId') + + def set_VpcId(self,VpcId): + self.add_query_param('VpcId',VpcId) + + def get_Filter3Key(self): + return self.get_query_params().get('Filter.3.Key') + + def set_Filter3Key(self,Filter3Key): + self.add_query_param('Filter.3.Key',Filter3Key) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeIntranetAttributeKbRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeIntranetAttributeKbRequest.py new file mode 100644 index 0000000000..84c97d5425 --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeIntranetAttributeKbRequest.py @@ -0,0 +1,54 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class DescribeIntranetAttributeKbRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeIntranetAttributeKb','ecs') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_InstanceId(self): + return self.get_query_params().get('InstanceId') + + def set_InstanceId(self,InstanceId): + self.add_query_param('InstanceId',InstanceId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeIntranetAttributeKb_GatedLaunchRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeIntranetAttributeKb_GatedLaunchRequest.py new file mode 100644 index 0000000000..2af569fa76 --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeIntranetAttributeKb_GatedLaunchRequest.py @@ -0,0 +1,54 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class DescribeIntranetAttributeKb_GatedLaunchRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeIntranetAttributeKb_GatedLaunch','ecs') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_InstanceId(self): + return self.get_query_params().get('InstanceId') + + def set_InstanceId(self,InstanceId): + self.add_query_param('InstanceId',InstanceId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeIpRangesRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeIpRangesRequest.py new file mode 100644 index 0000000000..ffa4ef931d --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeIpRangesRequest.py @@ -0,0 +1,72 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class DescribeIpRangesRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeIpRanges','ecs') + + def get_NicType(self): + return self.get_query_params().get('NicType') + + def set_NicType(self,NicType): + self.add_query_param('NicType',NicType) + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_PageNumber(self): + return self.get_query_params().get('PageNumber') + + def set_PageNumber(self,PageNumber): + self.add_query_param('PageNumber',PageNumber) + + def get_PageSize(self): + return self.get_query_params().get('PageSize') + + def set_PageSize(self,PageSize): + self.add_query_param('PageSize',PageSize) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_ClusterId(self): + return self.get_query_params().get('ClusterId') + + def set_ClusterId(self,ClusterId): + self.add_query_param('ClusterId',ClusterId) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeKeyPairsRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeKeyPairsRequest.py index 3ef7024dcb..ae9c596bb9 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeKeyPairsRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeKeyPairsRequest.py @@ -23,42 +23,42 @@ class DescribeKeyPairsRequest(RpcRequest): def __init__(self): RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeKeyPairs','ecs') - def get_ResourceGroupId(self): - return self.get_query_params().get('ResourceGroupId') - - def set_ResourceGroupId(self,ResourceGroupId): - self.add_query_param('ResourceGroupId',ResourceGroupId) - def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - def get_KeyPairFingerPrint(self): return self.get_query_params().get('KeyPairFingerPrint') def set_KeyPairFingerPrint(self,KeyPairFingerPrint): self.add_query_param('KeyPairFingerPrint',KeyPairFingerPrint) - def get_PageSize(self): - return self.get_query_params().get('PageSize') - - def set_PageSize(self,PageSize): - self.add_query_param('PageSize',PageSize) - def get_KeyPairName(self): return self.get_query_params().get('KeyPairName') def set_KeyPairName(self,KeyPairName): self.add_query_param('KeyPairName',KeyPairName) + def get_PageNumber(self): + return self.get_query_params().get('PageNumber') + + def set_PageNumber(self,PageNumber): + self.add_query_param('PageNumber',PageNumber) + + def get_ResourceGroupId(self): + return self.get_query_params().get('ResourceGroupId') + + def set_ResourceGroupId(self,ResourceGroupId): + self.add_query_param('ResourceGroupId',ResourceGroupId) + + def get_PageSize(self): + return self.get_query_params().get('PageSize') + + def set_PageSize(self,PageSize): + self.add_query_param('PageSize',PageSize) + def get_Tags(self): return self.get_query_params().get('Tags') @@ -70,14 +70,14 @@ def set_Tags(self,Tags): self.add_query_param('Tag.' + str(i + 1) + '.Key' , Tags[i].get('Key')) + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + def get_OwnerId(self): return self.get_query_params().get('OwnerId') def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_PageNumber(self): - return self.get_query_params().get('PageNumber') - - def set_PageNumber(self,PageNumber): - self.add_query_param('PageNumber',PageNumber) \ No newline at end of file + self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeLimitation_GatedLaunchRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeLimitation_GatedLaunchRequest.py new file mode 100644 index 0000000000..7733045cd0 --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeLimitation_GatedLaunchRequest.py @@ -0,0 +1,54 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class DescribeLimitation_GatedLaunchRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeLimitation_GatedLaunch','ecs') + + def get_Limitation(self): + return self.get_query_params().get('Limitation') + + def set_Limitation(self,Limitation): + self.add_query_param('Limitation',Limitation) + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeNatGatewaysRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeNatGatewaysRequest.py index 557254400e..1d1f90095d 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeNatGatewaysRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeNatGatewaysRequest.py @@ -29,23 +29,11 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_VpcId(self): - return self.get_query_params().get('VpcId') + def get_PageNumber(self): + return self.get_query_params().get('PageNumber') - def set_VpcId(self,VpcId): - self.add_query_param('VpcId',VpcId) + def set_PageNumber(self,PageNumber): + self.add_query_param('PageNumber',PageNumber) def get_PageSize(self): return self.get_query_params().get('PageSize') @@ -59,14 +47,26 @@ def get_NatGatewayId(self): def set_NatGatewayId(self,NatGatewayId): self.add_query_param('NatGatewayId',NatGatewayId) + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + def get_OwnerId(self): return self.get_query_params().get('OwnerId') def set_OwnerId(self,OwnerId): self.add_query_param('OwnerId',OwnerId) - def get_PageNumber(self): - return self.get_query_params().get('PageNumber') + def get_VpcId(self): + return self.get_query_params().get('VpcId') - def set_PageNumber(self,PageNumber): - self.add_query_param('PageNumber',PageNumber) \ No newline at end of file + def set_VpcId(self,VpcId): + self.add_query_param('VpcId',VpcId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeNewProjectEipMonitorDataRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeNewProjectEipMonitorDataRequest.py index d6d920684d..5461af3a88 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeNewProjectEipMonitorDataRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeNewProjectEipMonitorDataRequest.py @@ -29,6 +29,18 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) + def get_AllocationId(self): + return self.get_query_params().get('AllocationId') + + def set_AllocationId(self,AllocationId): + self.add_query_param('AllocationId',AllocationId) + + def get_StartTime(self): + return self.get_query_params().get('StartTime') + + def set_StartTime(self,StartTime): + self.add_query_param('StartTime',StartTime) + def get_Period(self): return self.get_query_params().get('Period') @@ -53,18 +65,6 @@ def get_EndTime(self): def set_EndTime(self,EndTime): self.add_query_param('EndTime',EndTime) - def get_AllocationId(self): - return self.get_query_params().get('AllocationId') - - def set_AllocationId(self,AllocationId): - self.add_query_param('AllocationId',AllocationId) - - def get_StartTime(self): - return self.get_query_params().get('StartTime') - - def set_StartTime(self,StartTime): - self.add_query_param('StartTime',StartTime) - def get_OwnerId(self): return self.get_query_params().get('OwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribePhysicalConnectionsRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribePhysicalConnectionsRequest.py index e383a2b663..babc03e5a2 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribePhysicalConnectionsRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribePhysicalConnectionsRequest.py @@ -23,41 +23,23 @@ class DescribePhysicalConnectionsRequest(RpcRequest): def __init__(self): RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribePhysicalConnections','ecs') - def get_Filters(self): - return self.get_query_params().get('Filters') - - def set_Filters(self,Filters): - for i in range(len(Filters)): - for j in range(len(Filters[i].get('Values'))): - if Filters[i].get('Values')[j] is not None: - self.add_query_param('Filter.' + str(i + 1) + '.Value.'+str(j + 1), Filters[i].get('Values')[j]) - if Filters[i].get('Key') is not None: - self.add_query_param('Filter.' + str(i + 1) + '.Key' , Filters[i].get('Key')) - - def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - def get_ClientToken(self): return self.get_query_params().get('ClientToken') def set_ClientToken(self,ClientToken): self.add_query_param('ClientToken',ClientToken) - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') + def get_PageNumber(self): + return self.get_query_params().get('PageNumber') - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) + def set_PageNumber(self,PageNumber): + self.add_query_param('PageNumber',PageNumber) def get_PageSize(self): return self.get_query_params().get('PageSize') @@ -71,14 +53,31 @@ def get_UserCidr(self): def set_UserCidr(self,UserCidr): self.add_query_param('UserCidr',UserCidr) + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + def get_OwnerId(self): return self.get_query_params().get('OwnerId') def set_OwnerId(self,OwnerId): self.add_query_param('OwnerId',OwnerId) - def get_PageNumber(self): - return self.get_query_params().get('PageNumber') + def get_Filters(self): + return self.get_query_params().get('Filters') - def set_PageNumber(self,PageNumber): - self.add_query_param('PageNumber',PageNumber) \ No newline at end of file + def set_Filters(self,Filters): + for i in range(len(Filters)): + for j in range(len(Filters[i].get('Values'))): + if Filters[i].get('Values')[j] is not None: + self.add_query_param('Filter.' + str(i + 1) + '.Value.'+str(j + 1), Filters[i].get('Values')[j]) + if Filters[i].get('Key') is not None: + self.add_query_param('Filter.' + str(i + 1) + '.Key' , Filters[i].get('Key')) diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeRecommendInstanceTypeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeRecommendInstanceTypeRequest.py index ea02bb11d4..125b1ddff8 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeRecommendInstanceTypeRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeRecommendInstanceTypeRequest.py @@ -29,18 +29,6 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - def get_channel(self): return self.get_query_params().get('channel') @@ -53,24 +41,12 @@ def get_NetworkType(self): def set_NetworkType(self,NetworkType): self.add_query_param('NetworkType',NetworkType) - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - def get_operator(self): return self.get_query_params().get('operator') def set_operator(self,operator): self.add_query_param('operator',operator) - def get_token(self): - return self.get_query_params().get('token') - - def set_token(self,token): - self.add_query_param('token',token) - def get_Scene(self): return self.get_query_params().get('Scene') @@ -87,4 +63,28 @@ def get_proxyId(self): return self.get_query_params().get('proxyId') def set_proxyId(self,proxyId): - self.add_query_param('proxyId',proxyId) \ No newline at end of file + self.add_query_param('proxyId',proxyId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_token(self): + return self.get_query_params().get('token') + + def set_token(self,token): + self.add_query_param('token',token) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeRecycleBinRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeRecycleBinRequest.py new file mode 100644 index 0000000000..3be5aac032 --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeRecycleBinRequest.py @@ -0,0 +1,72 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class DescribeRecycleBinRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeRecycleBin','ecs') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_PageNumber(self): + return self.get_query_params().get('PageNumber') + + def set_PageNumber(self,PageNumber): + self.add_query_param('PageNumber',PageNumber) + + def get_PageSize(self): + return self.get_query_params().get('PageSize') + + def set_PageSize(self,PageSize): + self.add_query_param('PageSize',PageSize) + + def get_ResourceId(self): + return self.get_query_params().get('ResourceId') + + def set_ResourceId(self,ResourceId): + self.add_query_param('ResourceId',ResourceId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_Status(self): + return self.get_query_params().get('Status') + + def set_Status(self,Status): + self.add_query_param('Status',Status) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeRegionsRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeRegionsRequest.py index 47e9b6a644..61365ba6d0 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeRegionsRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeRegionsRequest.py @@ -29,6 +29,12 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) + def get_InstanceChargeType(self): + return self.get_query_params().get('InstanceChargeType') + + def set_InstanceChargeType(self,InstanceChargeType): + self.add_query_param('InstanceChargeType',InstanceChargeType) + def get_ResourceOwnerAccount(self): return self.get_query_params().get('ResourceOwnerAccount') @@ -41,26 +47,20 @@ def get_OwnerAccount(self): def set_OwnerAccount(self,OwnerAccount): self.add_query_param('OwnerAccount',OwnerAccount) - def get_AcceptLanguage(self): - return self.get_query_params().get('AcceptLanguage') - - def set_AcceptLanguage(self,AcceptLanguage): - self.add_query_param('AcceptLanguage',AcceptLanguage) - def get_OwnerId(self): return self.get_query_params().get('OwnerId') def set_OwnerId(self,OwnerId): self.add_query_param('OwnerId',OwnerId) - def get_InstanceChargeType(self): - return self.get_query_params().get('InstanceChargeType') - - def set_InstanceChargeType(self,InstanceChargeType): - self.add_query_param('InstanceChargeType',InstanceChargeType) - def get_ResourceType(self): return self.get_query_params().get('ResourceType') def set_ResourceType(self,ResourceType): - self.add_query_param('ResourceType',ResourceType) \ No newline at end of file + self.add_query_param('ResourceType',ResourceType) + + def get_AcceptLanguage(self): + return self.get_query_params().get('AcceptLanguage') + + def set_AcceptLanguage(self,AcceptLanguage): + self.add_query_param('AcceptLanguage',AcceptLanguage) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeRenewalPriceRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeRenewalPriceRequest.py index 156b548ca9..52edb9c8ec 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeRenewalPriceRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeRenewalPriceRequest.py @@ -29,6 +29,12 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) + def get_PriceUnit(self): + return self.get_query_params().get('PriceUnit') + + def set_PriceUnit(self,PriceUnit): + self.add_query_param('PriceUnit',PriceUnit) + def get_ResourceId(self): return self.get_query_params().get('ResourceId') @@ -53,12 +59,6 @@ def get_OwnerAccount(self): def set_OwnerAccount(self,OwnerAccount): self.add_query_param('OwnerAccount',OwnerAccount) - def get_PriceUnit(self): - return self.get_query_params().get('PriceUnit') - - def set_PriceUnit(self,PriceUnit): - self.add_query_param('PriceUnit',PriceUnit) - def get_OwnerId(self): return self.get_query_params().get('OwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeResourceByTagsRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeResourceByTagsRequest.py index 3d32d55b1d..b8a156695c 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeResourceByTagsRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeResourceByTagsRequest.py @@ -29,11 +29,11 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') + def get_PageNumber(self): + return self.get_query_params().get('PageNumber') - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + def set_PageNumber(self,PageNumber): + self.add_query_param('PageNumber',PageNumber) def get_PageSize(self): return self.get_query_params().get('PageSize') @@ -52,6 +52,12 @@ def set_Tags(self,Tags): self.add_query_param('Tag.' + str(i + 1) + '.Key' , Tags[i].get('Key')) + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + def get_OwnerId(self): return self.get_query_params().get('OwnerId') @@ -62,10 +68,4 @@ def get_ResourceType(self): return self.get_query_params().get('ResourceType') def set_ResourceType(self,ResourceType): - self.add_query_param('ResourceType',ResourceType) - - def get_PageNumber(self): - return self.get_query_params().get('PageNumber') - - def set_PageNumber(self,PageNumber): - self.add_query_param('PageNumber',PageNumber) \ No newline at end of file + self.add_query_param('ResourceType',ResourceType) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeRouteTablesRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeRouteTablesRequest.py index f10ed2a4fa..e2577aab8c 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeRouteTablesRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeRouteTablesRequest.py @@ -35,6 +35,30 @@ def get_VRouterId(self): def set_VRouterId(self,VRouterId): self.add_query_param('VRouterId',VRouterId) + def get_PageNumber(self): + return self.get_query_params().get('PageNumber') + + def set_PageNumber(self,PageNumber): + self.add_query_param('PageNumber',PageNumber) + + def get_RouteTableName(self): + return self.get_query_params().get('RouteTableName') + + def set_RouteTableName(self,RouteTableName): + self.add_query_param('RouteTableName',RouteTableName) + + def get_PageSize(self): + return self.get_query_params().get('PageSize') + + def set_PageSize(self,PageSize): + self.add_query_param('PageSize',PageSize) + + def get_RouteTableId(self): + return self.get_query_params().get('RouteTableId') + + def set_RouteTableId(self,RouteTableId): + self.add_query_param('RouteTableId',RouteTableId) + def get_ResourceOwnerAccount(self): return self.get_query_params().get('ResourceOwnerAccount') @@ -53,38 +77,14 @@ def get_OwnerId(self): def set_OwnerId(self,OwnerId): self.add_query_param('OwnerId',OwnerId) - def get_PageNumber(self): - return self.get_query_params().get('PageNumber') - - def set_PageNumber(self,PageNumber): - self.add_query_param('PageNumber',PageNumber) - def get_RouterType(self): return self.get_query_params().get('RouterType') def set_RouterType(self,RouterType): self.add_query_param('RouterType',RouterType) - def get_RouteTableName(self): - return self.get_query_params().get('RouteTableName') - - def set_RouteTableName(self,RouteTableName): - self.add_query_param('RouteTableName',RouteTableName) - def get_RouterId(self): return self.get_query_params().get('RouterId') def set_RouterId(self,RouterId): - self.add_query_param('RouterId',RouterId) - - def get_PageSize(self): - return self.get_query_params().get('PageSize') - - def set_PageSize(self,PageSize): - self.add_query_param('PageSize',PageSize) - - def get_RouteTableId(self): - return self.get_query_params().get('RouteTableId') - - def set_RouteTableId(self,RouteTableId): - self.add_query_param('RouteTableId',RouteTableId) \ No newline at end of file + self.add_query_param('RouterId',RouterId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeRouterInterfacesRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeRouterInterfacesRequest.py index 508f4e809c..7100138d33 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeRouterInterfacesRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeRouterInterfacesRequest.py @@ -23,29 +23,17 @@ class DescribeRouterInterfacesRequest(RpcRequest): def __init__(self): RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeRouterInterfaces','ecs') - def get_Filters(self): - return self.get_query_params().get('Filters') - - def set_Filters(self,Filters): - for i in range(len(Filters)): - for j in range(len(Filters[i].get('Values'))): - if Filters[i].get('Values')[j] is not None: - self.add_query_param('Filter.' + str(i + 1) + '.Value.'+str(j + 1), Filters[i].get('Values')[j]) - if Filters[i].get('Key') is not None: - self.add_query_param('Filter.' + str(i + 1) + '.Key' , Filters[i].get('Key')) - - def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') + def get_PageNumber(self): + return self.get_query_params().get('PageNumber') - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + def set_PageNumber(self,PageNumber): + self.add_query_param('PageNumber',PageNumber) def get_PageSize(self): return self.get_query_params().get('PageSize') @@ -53,14 +41,25 @@ def get_PageSize(self): def set_PageSize(self,PageSize): self.add_query_param('PageSize',PageSize) + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + def get_OwnerId(self): return self.get_query_params().get('OwnerId') def set_OwnerId(self,OwnerId): self.add_query_param('OwnerId',OwnerId) - def get_PageNumber(self): - return self.get_query_params().get('PageNumber') + def get_Filters(self): + return self.get_query_params().get('Filters') - def set_PageNumber(self,PageNumber): - self.add_query_param('PageNumber',PageNumber) \ No newline at end of file + def set_Filters(self,Filters): + for i in range(len(Filters)): + for j in range(len(Filters[i].get('Values'))): + if Filters[i].get('Values')[j] is not None: + self.add_query_param('Filter.' + str(i + 1) + '.Value.'+str(j + 1), Filters[i].get('Values')[j]) + if Filters[i].get('Key') is not None: + self.add_query_param('Filter.' + str(i + 1) + '.Key' , Filters[i].get('Key')) diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeSecurityGroupAttributeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeSecurityGroupAttributeRequest.py index 926013d3ea..ad5fe7e7ce 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeSecurityGroupAttributeRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeSecurityGroupAttributeRequest.py @@ -35,6 +35,18 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) + def get_SecurityGroupId(self): + return self.get_query_params().get('SecurityGroupId') + + def set_SecurityGroupId(self,SecurityGroupId): + self.add_query_param('SecurityGroupId',SecurityGroupId) + + def get_Direction(self): + return self.get_query_params().get('Direction') + + def set_Direction(self,Direction): + self.add_query_param('Direction',Direction) + def get_ResourceOwnerAccount(self): return self.get_query_params().get('ResourceOwnerAccount') @@ -47,20 +59,8 @@ def get_OwnerAccount(self): def set_OwnerAccount(self,OwnerAccount): self.add_query_param('OwnerAccount',OwnerAccount) - def get_SecurityGroupId(self): - return self.get_query_params().get('SecurityGroupId') - - def set_SecurityGroupId(self,SecurityGroupId): - self.add_query_param('SecurityGroupId',SecurityGroupId) - def get_OwnerId(self): return self.get_query_params().get('OwnerId') def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_Direction(self): - return self.get_query_params().get('Direction') - - def set_Direction(self,Direction): - self.add_query_param('Direction',Direction) \ No newline at end of file + self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeSecurityGroupReferencesRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeSecurityGroupReferencesRequest.py index 3adbf8708b..b4f8b52ba4 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeSecurityGroupReferencesRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeSecurityGroupReferencesRequest.py @@ -29,6 +29,14 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) + def get_SecurityGroupIds(self): + return self.get_query_params().get('SecurityGroupIds') + + def set_SecurityGroupIds(self,SecurityGroupIds): + for i in range(len(SecurityGroupIds)): + if SecurityGroupIds[i] is not None: + self.add_query_param('SecurityGroupId.' + str(i + 1) , SecurityGroupIds[i]); + def get_ResourceOwnerAccount(self): return self.get_query_params().get('ResourceOwnerAccount') @@ -41,14 +49,6 @@ def get_OwnerAccount(self): def set_OwnerAccount(self,OwnerAccount): self.add_query_param('OwnerAccount',OwnerAccount) - def get_SecurityGroupIds(self): - return self.get_query_params().get('SecurityGroupIds') - - def set_SecurityGroupIds(self,SecurityGroupIds): - for i in range(len(SecurityGroupIds)): - if SecurityGroupIds[i] is not None: - self.add_query_param('SecurityGroupId.' + str(i + 1) , SecurityGroupIds[i]); - def get_OwnerId(self): return self.get_query_params().get('OwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeSecurityGroupsRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeSecurityGroupsRequest.py index 11cbd930da..3f0e9d6f04 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeSecurityGroupsRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeSecurityGroupsRequest.py @@ -29,30 +29,12 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) - def get_DryRun(self): - return self.get_query_params().get('DryRun') - - def set_DryRun(self,DryRun): - self.add_query_param('DryRun',DryRun) - def get_FuzzyQuery(self): return self.get_query_params().get('FuzzyQuery') def set_FuzzyQuery(self,FuzzyQuery): self.add_query_param('FuzzyQuery',FuzzyQuery) - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - def get_SecurityGroupId(self): return self.get_query_params().get('SecurityGroupId') @@ -71,18 +53,6 @@ def get_NetworkType(self): def set_NetworkType(self,NetworkType): self.add_query_param('NetworkType',NetworkType) - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_SecurityGroupIds(self): - return self.get_query_params().get('SecurityGroupIds') - - def set_SecurityGroupIds(self,SecurityGroupIds): - self.add_query_param('SecurityGroupIds',SecurityGroupIds) - def get_SecurityGroupName(self): return self.get_query_params().get('SecurityGroupName') @@ -101,12 +71,6 @@ def get_ResourceGroupId(self): def set_ResourceGroupId(self,ResourceGroupId): self.add_query_param('ResourceGroupId',ResourceGroupId) - def get_VpcId(self): - return self.get_query_params().get('VpcId') - - def set_VpcId(self,VpcId): - self.add_query_param('VpcId',VpcId) - def get_PageSize(self): return self.get_query_params().get('PageSize') @@ -122,3 +86,40 @@ def set_Tags(self,Tags): self.add_query_param('Tag.' + str(i + 1) + '.Value' , Tags[i].get('Value')) if Tags[i].get('Key') is not None: self.add_query_param('Tag.' + str(i + 1) + '.Key' , Tags[i].get('Key')) + + + def get_DryRun(self): + return self.get_query_params().get('DryRun') + + def set_DryRun(self,DryRun): + self.add_query_param('DryRun',DryRun) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_SecurityGroupIds(self): + return self.get_query_params().get('SecurityGroupIds') + + def set_SecurityGroupIds(self,SecurityGroupIds): + self.add_query_param('SecurityGroupIds',SecurityGroupIds) + + def get_VpcId(self): + return self.get_query_params().get('VpcId') + + def set_VpcId(self,VpcId): + self.add_query_param('VpcId',VpcId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeSnapshotLinksRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeSnapshotLinksRequest.py index 253a3fbe4d..4f5347596f 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeSnapshotLinksRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeSnapshotLinksRequest.py @@ -29,23 +29,11 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) - def get_InstanceId(self): - return self.get_query_params().get('InstanceId') - - def set_InstanceId(self,InstanceId): - self.add_query_param('InstanceId',InstanceId) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') + def get_PageNumber(self): + return self.get_query_params().get('PageNumber') - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) + def set_PageNumber(self,PageNumber): + self.add_query_param('PageNumber',PageNumber) def get_PageSize(self): return self.get_query_params().get('PageSize') @@ -59,6 +47,18 @@ def get_DiskIds(self): def set_DiskIds(self,DiskIds): self.add_query_param('DiskIds',DiskIds) + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + def get_SnapshotLinkIds(self): return self.get_query_params().get('SnapshotLinkIds') @@ -71,8 +71,8 @@ def get_OwnerId(self): def set_OwnerId(self,OwnerId): self.add_query_param('OwnerId',OwnerId) - def get_PageNumber(self): - return self.get_query_params().get('PageNumber') + def get_InstanceId(self): + return self.get_query_params().get('InstanceId') - def set_PageNumber(self,PageNumber): - self.add_query_param('PageNumber',PageNumber) \ No newline at end of file + def set_InstanceId(self,InstanceId): + self.add_query_param('InstanceId',InstanceId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeSnapshotMonitorDataRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeSnapshotMonitorDataRequest.py index 5ac350b373..7c03a6f94f 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeSnapshotMonitorDataRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeSnapshotMonitorDataRequest.py @@ -29,6 +29,12 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) + def get_StartTime(self): + return self.get_query_params().get('StartTime') + + def set_StartTime(self,StartTime): + self.add_query_param('StartTime',StartTime) + def get_Period(self): return self.get_query_params().get('Period') @@ -53,12 +59,6 @@ def get_EndTime(self): def set_EndTime(self,EndTime): self.add_query_param('EndTime',EndTime) - def get_StartTime(self): - return self.get_query_params().get('StartTime') - - def set_StartTime(self,StartTime): - self.add_query_param('StartTime',StartTime) - def get_OwnerId(self): return self.get_query_params().get('OwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeSnapshotPackageRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeSnapshotPackageRequest.py index 59a83ce032..52cdf62fdc 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeSnapshotPackageRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeSnapshotPackageRequest.py @@ -29,6 +29,18 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) + def get_PageNumber(self): + return self.get_query_params().get('PageNumber') + + def set_PageNumber(self,PageNumber): + self.add_query_param('PageNumber',PageNumber) + + def get_PageSize(self): + return self.get_query_params().get('PageSize') + + def set_PageSize(self,PageSize): + self.add_query_param('PageSize',PageSize) + def get_ResourceOwnerAccount(self): return self.get_query_params().get('ResourceOwnerAccount') @@ -41,20 +53,8 @@ def get_OwnerAccount(self): def set_OwnerAccount(self,OwnerAccount): self.add_query_param('OwnerAccount',OwnerAccount) - def get_PageSize(self): - return self.get_query_params().get('PageSize') - - def set_PageSize(self,PageSize): - self.add_query_param('PageSize',PageSize) - def get_OwnerId(self): return self.get_query_params().get('OwnerId') def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_PageNumber(self): - return self.get_query_params().get('PageNumber') - - def set_PageNumber(self,PageNumber): - self.add_query_param('PageNumber',PageNumber) \ No newline at end of file + self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeTagKeysRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeTagKeysRequest.py new file mode 100644 index 0000000000..28fbbbf0b3 --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeTagKeysRequest.py @@ -0,0 +1,66 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class DescribeTagKeysRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeTagKeys','ecs') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_PageNumber(self): + return self.get_query_params().get('PageNumber') + + def set_PageNumber(self,PageNumber): + self.add_query_param('PageNumber',PageNumber) + + def get_PageSize(self): + return self.get_query_params().get('PageSize') + + def set_PageSize(self,PageSize): + self.add_query_param('PageSize',PageSize) + + def get_ResourceId(self): + return self.get_query_params().get('ResourceId') + + def set_ResourceId(self,ResourceId): + self.add_query_param('ResourceId',ResourceId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_ResourceType(self): + return self.get_query_params().get('ResourceType') + + def set_ResourceType(self,ResourceType): + self.add_query_param('ResourceType',ResourceType) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeTagKeys_GatedLaunchRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeTagKeys_GatedLaunchRequest.py new file mode 100644 index 0000000000..2758a45e05 --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeTagKeys_GatedLaunchRequest.py @@ -0,0 +1,66 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class DescribeTagKeys_GatedLaunchRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeTagKeys_GatedLaunch','ecs') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_PageNumber(self): + return self.get_query_params().get('PageNumber') + + def set_PageNumber(self,PageNumber): + self.add_query_param('PageNumber',PageNumber) + + def get_PageSize(self): + return self.get_query_params().get('PageSize') + + def set_PageSize(self,PageSize): + self.add_query_param('PageSize',PageSize) + + def get_ResourceId(self): + return self.get_query_params().get('ResourceId') + + def set_ResourceId(self,ResourceId): + self.add_query_param('ResourceId',ResourceId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_ResourceType(self): + return self.get_query_params().get('ResourceType') + + def set_ResourceType(self,ResourceType): + self.add_query_param('ResourceType',ResourceType) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeTagsRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeTagsRequest.py index e7cce888c0..d0b2772894 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeTagsRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeTagsRequest.py @@ -29,17 +29,11 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) - def get_ResourceId(self): - return self.get_query_params().get('ResourceId') - - def set_ResourceId(self,ResourceId): - self.add_query_param('ResourceId',ResourceId) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') + def get_PageNumber(self): + return self.get_query_params().get('PageNumber') - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + def set_PageNumber(self,PageNumber): + self.add_query_param('PageNumber',PageNumber) def get_PageSize(self): return self.get_query_params().get('PageSize') @@ -58,6 +52,18 @@ def set_Tags(self,Tags): self.add_query_param('Tag.' + str(i + 1) + '.Key' , Tags[i].get('Key')) + def get_ResourceId(self): + return self.get_query_params().get('ResourceId') + + def set_ResourceId(self,ResourceId): + self.add_query_param('ResourceId',ResourceId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + def get_OwnerId(self): return self.get_query_params().get('OwnerId') @@ -68,10 +74,4 @@ def get_ResourceType(self): return self.get_query_params().get('ResourceType') def set_ResourceType(self,ResourceType): - self.add_query_param('ResourceType',ResourceType) - - def get_PageNumber(self): - return self.get_query_params().get('PageNumber') - - def set_PageNumber(self,PageNumber): - self.add_query_param('PageNumber',PageNumber) \ No newline at end of file + self.add_query_param('ResourceType',ResourceType) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeUserDataRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeUserDataRequest.py index 4657968e4a..f81d4cef6d 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeUserDataRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeUserDataRequest.py @@ -29,12 +29,6 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) - def get_InstanceId(self): - return self.get_query_params().get('InstanceId') - - def set_InstanceId(self,InstanceId): - self.add_query_param('InstanceId',InstanceId) - def get_ResourceOwnerAccount(self): return self.get_query_params().get('ResourceOwnerAccount') @@ -45,4 +39,10 @@ def get_OwnerId(self): return self.get_query_params().get('OwnerId') def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) \ No newline at end of file + self.add_query_param('OwnerId',OwnerId) + + def get_InstanceId(self): + return self.get_query_params().get('InstanceId') + + def set_InstanceId(self,InstanceId): + self.add_query_param('InstanceId',InstanceId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeUserData_GatedLaunchRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeUserData_GatedLaunchRequest.py new file mode 100644 index 0000000000..718284dd6f --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeUserData_GatedLaunchRequest.py @@ -0,0 +1,48 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class DescribeUserData_GatedLaunchRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeUserData_GatedLaunch','ecs') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_InstanceId(self): + return self.get_query_params().get('InstanceId') + + def set_InstanceId(self,InstanceId): + self.add_query_param('InstanceId',InstanceId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeVRoutersRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeVRoutersRequest.py index b85ad7a8d7..b5cc6f7e3e 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeVRoutersRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeVRoutersRequest.py @@ -35,6 +35,18 @@ def get_VRouterId(self): def set_VRouterId(self,VRouterId): self.add_query_param('VRouterId',VRouterId) + def get_PageNumber(self): + return self.get_query_params().get('PageNumber') + + def set_PageNumber(self,PageNumber): + self.add_query_param('PageNumber',PageNumber) + + def get_PageSize(self): + return self.get_query_params().get('PageSize') + + def set_PageSize(self,PageSize): + self.add_query_param('PageSize',PageSize) + def get_ResourceOwnerAccount(self): return self.get_query_params().get('ResourceOwnerAccount') @@ -47,20 +59,8 @@ def get_OwnerAccount(self): def set_OwnerAccount(self,OwnerAccount): self.add_query_param('OwnerAccount',OwnerAccount) - def get_PageSize(self): - return self.get_query_params().get('PageSize') - - def set_PageSize(self,PageSize): - self.add_query_param('PageSize',PageSize) - def get_OwnerId(self): return self.get_query_params().get('OwnerId') def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_PageNumber(self): - return self.get_query_params().get('PageNumber') - - def set_PageNumber(self,PageNumber): - self.add_query_param('PageNumber',PageNumber) \ No newline at end of file + self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeVSwitchesRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeVSwitchesRequest.py index fad05901cf..69a92c17ba 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeVSwitchesRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeVSwitchesRequest.py @@ -23,35 +23,17 @@ class DescribeVSwitchesRequest(RpcRequest): def __init__(self): RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeVSwitches','ecs') - def get_VSwitchId(self): - return self.get_query_params().get('VSwitchId') - - def set_VSwitchId(self,VSwitchId): - self.add_query_param('VSwitchId',VSwitchId) - def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_VpcId(self): - return self.get_query_params().get('VpcId') - - def set_VpcId(self,VpcId): - self.add_query_param('VpcId',VpcId) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') + def get_PageNumber(self): + return self.get_query_params().get('PageNumber') - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) + def set_PageNumber(self,PageNumber): + self.add_query_param('PageNumber',PageNumber) def get_PageSize(self): return self.get_query_params().get('PageSize') @@ -59,26 +41,44 @@ def get_PageSize(self): def set_PageSize(self,PageSize): self.add_query_param('PageSize',PageSize) - def get_ZoneId(self): - return self.get_query_params().get('ZoneId') - - def set_ZoneId(self,ZoneId): - self.add_query_param('ZoneId',ZoneId) - def get_IsDefault(self): return self.get_query_params().get('IsDefault') def set_IsDefault(self,IsDefault): self.add_query_param('IsDefault',IsDefault) + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + def get_OwnerId(self): return self.get_query_params().get('OwnerId') def set_OwnerId(self,OwnerId): self.add_query_param('OwnerId',OwnerId) - def get_PageNumber(self): - return self.get_query_params().get('PageNumber') + def get_VSwitchId(self): + return self.get_query_params().get('VSwitchId') - def set_PageNumber(self,PageNumber): - self.add_query_param('PageNumber',PageNumber) \ No newline at end of file + def set_VSwitchId(self,VSwitchId): + self.add_query_param('VSwitchId',VSwitchId) + + def get_VpcId(self): + return self.get_query_params().get('VpcId') + + def set_VpcId(self,VpcId): + self.add_query_param('VpcId',VpcId) + + def get_ZoneId(self): + return self.get_query_params().get('ZoneId') + + def set_ZoneId(self,ZoneId): + self.add_query_param('ZoneId',ZoneId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeVirtualBorderRoutersForPhysicalConnectionRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeVirtualBorderRoutersForPhysicalConnectionRequest.py index e613bd6850..fb44aa2638 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeVirtualBorderRoutersForPhysicalConnectionRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeVirtualBorderRoutersForPhysicalConnectionRequest.py @@ -23,35 +23,17 @@ class DescribeVirtualBorderRoutersForPhysicalConnectionRequest(RpcRequest): def __init__(self): RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeVirtualBorderRoutersForPhysicalConnection','ecs') - def get_Filters(self): - return self.get_query_params().get('Filters') - - def set_Filters(self,Filters): - for i in range(len(Filters)): - for j in range(len(Filters[i].get('Values'))): - if Filters[i].get('Values')[j] is not None: - self.add_query_param('Filter.' + str(i + 1) + '.Value.'+str(j + 1), Filters[i].get('Values')[j]) - if Filters[i].get('Key') is not None: - self.add_query_param('Filter.' + str(i + 1) + '.Key' , Filters[i].get('Key')) - - def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_PhysicalConnectionId(self): - return self.get_query_params().get('PhysicalConnectionId') + def get_PageNumber(self): + return self.get_query_params().get('PageNumber') - def set_PhysicalConnectionId(self,PhysicalConnectionId): - self.add_query_param('PhysicalConnectionId',PhysicalConnectionId) + def set_PageNumber(self,PageNumber): + self.add_query_param('PageNumber',PageNumber) def get_PageSize(self): return self.get_query_params().get('PageSize') @@ -59,14 +41,32 @@ def get_PageSize(self): def set_PageSize(self,PageSize): self.add_query_param('PageSize',PageSize) + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + def get_OwnerId(self): return self.get_query_params().get('OwnerId') def set_OwnerId(self,OwnerId): self.add_query_param('OwnerId',OwnerId) - def get_PageNumber(self): - return self.get_query_params().get('PageNumber') + def get_Filters(self): + return self.get_query_params().get('Filters') - def set_PageNumber(self,PageNumber): - self.add_query_param('PageNumber',PageNumber) \ No newline at end of file + def set_Filters(self,Filters): + for i in range(len(Filters)): + for j in range(len(Filters[i].get('Values'))): + if Filters[i].get('Values')[j] is not None: + self.add_query_param('Filter.' + str(i + 1) + '.Value.'+str(j + 1), Filters[i].get('Values')[j]) + if Filters[i].get('Key') is not None: + self.add_query_param('Filter.' + str(i + 1) + '.Key' , Filters[i].get('Key')) + + + def get_PhysicalConnectionId(self): + return self.get_query_params().get('PhysicalConnectionId') + + def set_PhysicalConnectionId(self,PhysicalConnectionId): + self.add_query_param('PhysicalConnectionId',PhysicalConnectionId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeVirtualBorderRoutersRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeVirtualBorderRoutersRequest.py index 782925ee40..8e86300e33 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeVirtualBorderRoutersRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeVirtualBorderRoutersRequest.py @@ -23,29 +23,17 @@ class DescribeVirtualBorderRoutersRequest(RpcRequest): def __init__(self): RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeVirtualBorderRouters','ecs') - def get_Filters(self): - return self.get_query_params().get('Filters') - - def set_Filters(self,Filters): - for i in range(len(Filters)): - for j in range(len(Filters[i].get('Values'))): - if Filters[i].get('Values')[j] is not None: - self.add_query_param('Filter.' + str(i + 1) + '.Value.'+str(j + 1), Filters[i].get('Values')[j]) - if Filters[i].get('Key') is not None: - self.add_query_param('Filter.' + str(i + 1) + '.Key' , Filters[i].get('Key')) - - def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') + def get_PageNumber(self): + return self.get_query_params().get('PageNumber') - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + def set_PageNumber(self,PageNumber): + self.add_query_param('PageNumber',PageNumber) def get_PageSize(self): return self.get_query_params().get('PageSize') @@ -53,14 +41,25 @@ def get_PageSize(self): def set_PageSize(self,PageSize): self.add_query_param('PageSize',PageSize) + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + def get_OwnerId(self): return self.get_query_params().get('OwnerId') def set_OwnerId(self,OwnerId): self.add_query_param('OwnerId',OwnerId) - def get_PageNumber(self): - return self.get_query_params().get('PageNumber') + def get_Filters(self): + return self.get_query_params().get('Filters') - def set_PageNumber(self,PageNumber): - self.add_query_param('PageNumber',PageNumber) \ No newline at end of file + def set_Filters(self,Filters): + for i in range(len(Filters)): + for j in range(len(Filters[i].get('Values'))): + if Filters[i].get('Values')[j] is not None: + self.add_query_param('Filter.' + str(i + 1) + '.Value.'+str(j + 1), Filters[i].get('Values')[j]) + if Filters[i].get('Key') is not None: + self.add_query_param('Filter.' + str(i + 1) + '.Key' , Filters[i].get('Key')) diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeVolumesRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeVolumesRequest.py new file mode 100644 index 0000000000..a8c3be996d --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeVolumesRequest.py @@ -0,0 +1,137 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class DescribeVolumesRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeVolumes','ecs') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_SnapshotId(self): + return self.get_query_params().get('SnapshotId') + + def set_SnapshotId(self,SnapshotId): + self.add_query_param('SnapshotId',SnapshotId) + + def get_AutoSnapshotPolicyId(self): + return self.get_query_params().get('AutoSnapshotPolicyId') + + def set_AutoSnapshotPolicyId(self,AutoSnapshotPolicyId): + self.add_query_param('AutoSnapshotPolicyId',AutoSnapshotPolicyId) + + def get_PageNumber(self): + return self.get_query_params().get('PageNumber') + + def set_PageNumber(self,PageNumber): + self.add_query_param('PageNumber',PageNumber) + + def get_LockReason(self): + return self.get_query_params().get('LockReason') + + def set_LockReason(self,LockReason): + self.add_query_param('LockReason',LockReason) + + def get_PageSize(self): + return self.get_query_params().get('PageSize') + + def set_PageSize(self,PageSize): + self.add_query_param('PageSize',PageSize) + + def get_Tags(self): + return self.get_query_params().get('Tags') + + def set_Tags(self,Tags): + for i in range(len(Tags)): + if Tags[i].get('Value') is not None: + self.add_query_param('Tag.' + str(i + 1) + '.Value' , Tags[i].get('Value')) + if Tags[i].get('Key') is not None: + self.add_query_param('Tag.' + str(i + 1) + '.Key' , Tags[i].get('Key')) + + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_EnableAutomatedSnapshotPolicy(self): + return self.get_query_params().get('EnableAutomatedSnapshotPolicy') + + def set_EnableAutomatedSnapshotPolicy(self,EnableAutomatedSnapshotPolicy): + self.add_query_param('EnableAutomatedSnapshotPolicy',EnableAutomatedSnapshotPolicy) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_InstanceId(self): + return self.get_query_params().get('InstanceId') + + def set_InstanceId(self,InstanceId): + self.add_query_param('InstanceId',InstanceId) + + def get_Encrypted(self): + return self.get_query_params().get('Encrypted') + + def set_Encrypted(self,Encrypted): + self.add_query_param('Encrypted',Encrypted) + + def get_ZoneId(self): + return self.get_query_params().get('ZoneId') + + def set_ZoneId(self,ZoneId): + self.add_query_param('ZoneId',ZoneId) + + def get_VolumeIds(self): + return self.get_query_params().get('VolumeIds') + + def set_VolumeIds(self,VolumeIds): + self.add_query_param('VolumeIds',VolumeIds) + + def get_Category(self): + return self.get_query_params().get('Category') + + def set_Category(self,Category): + self.add_query_param('Category',Category) + + def get_KMSKeyId(self): + return self.get_query_params().get('KMSKeyId') + + def set_KMSKeyId(self,KMSKeyId): + self.add_query_param('KMSKeyId',KMSKeyId) + + def get_Status(self): + return self.get_query_params().get('Status') + + def set_Status(self,Status): + self.add_query_param('Status',Status) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeVpcsRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeVpcsRequest.py index ad0a5028b9..34354c59b6 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeVpcsRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeVpcsRequest.py @@ -29,23 +29,11 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_VpcId(self): - return self.get_query_params().get('VpcId') - - def set_VpcId(self,VpcId): - self.add_query_param('VpcId',VpcId) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') + def get_PageNumber(self): + return self.get_query_params().get('PageNumber') - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) + def set_PageNumber(self,PageNumber): + self.add_query_param('PageNumber',PageNumber) def get_PageSize(self): return self.get_query_params().get('PageSize') @@ -59,14 +47,26 @@ def get_IsDefault(self): def set_IsDefault(self,IsDefault): self.add_query_param('IsDefault',IsDefault) + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + def get_OwnerId(self): return self.get_query_params().get('OwnerId') def set_OwnerId(self,OwnerId): self.add_query_param('OwnerId',OwnerId) - def get_PageNumber(self): - return self.get_query_params().get('PageNumber') + def get_VpcId(self): + return self.get_query_params().get('VpcId') - def set_PageNumber(self,PageNumber): - self.add_query_param('PageNumber',PageNumber) \ No newline at end of file + def set_VpcId(self,VpcId): + self.add_query_param('VpcId',VpcId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeZonesRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeZonesRequest.py index 325f863c4a..1ebba6f901 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeZonesRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeZonesRequest.py @@ -23,18 +23,18 @@ class DescribeZonesRequest(RpcRequest): def __init__(self): RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeZones','ecs') - def get_SpotStrategy(self): - return self.get_query_params().get('SpotStrategy') - - def set_SpotStrategy(self,SpotStrategy): - self.add_query_param('SpotStrategy',SpotStrategy) - def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) + def get_InstanceChargeType(self): + return self.get_query_params().get('InstanceChargeType') + + def set_InstanceChargeType(self,InstanceChargeType): + self.add_query_param('InstanceChargeType',InstanceChargeType) + def get_ResourceOwnerAccount(self): return self.get_query_params().get('ResourceOwnerAccount') @@ -47,26 +47,26 @@ def get_OwnerAccount(self): def set_OwnerAccount(self,OwnerAccount): self.add_query_param('OwnerAccount',OwnerAccount) - def get_AcceptLanguage(self): - return self.get_query_params().get('AcceptLanguage') - - def set_AcceptLanguage(self,AcceptLanguage): - self.add_query_param('AcceptLanguage',AcceptLanguage) - def get_OwnerId(self): return self.get_query_params().get('OwnerId') def set_OwnerId(self,OwnerId): self.add_query_param('OwnerId',OwnerId) - def get_InstanceChargeType(self): - return self.get_query_params().get('InstanceChargeType') - - def set_InstanceChargeType(self,InstanceChargeType): - self.add_query_param('InstanceChargeType',InstanceChargeType) - def get_Verbose(self): return self.get_query_params().get('Verbose') def set_Verbose(self,Verbose): - self.add_query_param('Verbose',Verbose) \ No newline at end of file + self.add_query_param('Verbose',Verbose) + + def get_SpotStrategy(self): + return self.get_query_params().get('SpotStrategy') + + def set_SpotStrategy(self,SpotStrategy): + self.add_query_param('SpotStrategy',SpotStrategy) + + def get_AcceptLanguage(self): + return self.get_query_params().get('AcceptLanguage') + + def set_AcceptLanguage(self,AcceptLanguage): + self.add_query_param('AcceptLanguage',AcceptLanguage) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DetachClassicLinkVpcRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DetachClassicLinkVpcRequest.py index 6271b91d2c..d567f43377 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DetachClassicLinkVpcRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DetachClassicLinkVpcRequest.py @@ -29,26 +29,26 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) - def get_InstanceId(self): - return self.get_query_params().get('InstanceId') - - def set_InstanceId(self,InstanceId): - self.add_query_param('InstanceId',InstanceId) - def get_ResourceOwnerAccount(self): return self.get_query_params().get('ResourceOwnerAccount') def set_ResourceOwnerAccount(self,ResourceOwnerAccount): self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - def get_VpcId(self): - return self.get_query_params().get('VpcId') - - def set_VpcId(self,VpcId): - self.add_query_param('VpcId',VpcId) - def get_OwnerId(self): return self.get_query_params().get('OwnerId') def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) \ No newline at end of file + self.add_query_param('OwnerId',OwnerId) + + def get_InstanceId(self): + return self.get_query_params().get('InstanceId') + + def set_InstanceId(self,InstanceId): + self.add_query_param('InstanceId',InstanceId) + + def get_VpcId(self): + return self.get_query_params().get('VpcId') + + def set_VpcId(self,VpcId): + self.add_query_param('VpcId',VpcId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DetachDiskRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DetachDiskRequest.py index efe9ea31f7..5eebba43d6 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DetachDiskRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DetachDiskRequest.py @@ -29,11 +29,11 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) - def get_InstanceId(self): - return self.get_query_params().get('InstanceId') + def get_DiskId(self): + return self.get_query_params().get('DiskId') - def set_InstanceId(self,InstanceId): - self.add_query_param('InstanceId',InstanceId) + def set_DiskId(self,DiskId): + self.add_query_param('DiskId',DiskId) def get_ResourceOwnerAccount(self): return self.get_query_params().get('ResourceOwnerAccount') @@ -47,14 +47,14 @@ def get_OwnerAccount(self): def set_OwnerAccount(self,OwnerAccount): self.add_query_param('OwnerAccount',OwnerAccount) - def get_DiskId(self): - return self.get_query_params().get('DiskId') - - def set_DiskId(self,DiskId): - self.add_query_param('DiskId',DiskId) - def get_OwnerId(self): return self.get_query_params().get('OwnerId') def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) \ No newline at end of file + self.add_query_param('OwnerId',OwnerId) + + def get_InstanceId(self): + return self.get_query_params().get('InstanceId') + + def set_InstanceId(self,InstanceId): + self.add_query_param('InstanceId',InstanceId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DetachDisk_GatedLaunchRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DetachDisk_GatedLaunchRequest.py new file mode 100644 index 0000000000..c193e4022d --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DetachDisk_GatedLaunchRequest.py @@ -0,0 +1,60 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class DetachDisk_GatedLaunchRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DetachDisk_GatedLaunch','ecs') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_DiskId(self): + return self.get_query_params().get('DiskId') + + def set_DiskId(self,DiskId): + self.add_query_param('DiskId',DiskId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_InstanceId(self): + return self.get_query_params().get('InstanceId') + + def set_InstanceId(self,InstanceId): + self.add_query_param('InstanceId',InstanceId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DetachInstanceRamRoleRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DetachInstanceRamRoleRequest.py index 3df9f0aecc..c791955249 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DetachInstanceRamRoleRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DetachInstanceRamRoleRequest.py @@ -35,12 +35,6 @@ def get_ResourceOwnerAccount(self): def set_ResourceOwnerAccount(self,ResourceOwnerAccount): self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - def get_InstanceIds(self): - return self.get_query_params().get('InstanceIds') - - def set_InstanceIds(self,InstanceIds): - self.add_query_param('InstanceIds',InstanceIds) - def get_RamRoleName(self): return self.get_query_params().get('RamRoleName') @@ -51,4 +45,10 @@ def get_OwnerId(self): return self.get_query_params().get('OwnerId') def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) \ No newline at end of file + self.add_query_param('OwnerId',OwnerId) + + def get_InstanceIds(self): + return self.get_query_params().get('InstanceIds') + + def set_InstanceIds(self,InstanceIds): + self.add_query_param('InstanceIds',InstanceIds) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DetachKeyPairRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DetachKeyPairRequest.py index b2dfe264c1..15c336e69a 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DetachKeyPairRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DetachKeyPairRequest.py @@ -29,26 +29,26 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_InstanceIds(self): - return self.get_query_params().get('InstanceIds') - - def set_InstanceIds(self,InstanceIds): - self.add_query_param('InstanceIds',InstanceIds) - def get_KeyPairName(self): return self.get_query_params().get('KeyPairName') def set_KeyPairName(self,KeyPairName): self.add_query_param('KeyPairName',KeyPairName) + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + def get_OwnerId(self): return self.get_query_params().get('OwnerId') def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) \ No newline at end of file + self.add_query_param('OwnerId',OwnerId) + + def get_InstanceIds(self): + return self.get_query_params().get('InstanceIds') + + def set_InstanceIds(self,InstanceIds): + self.add_query_param('InstanceIds',InstanceIds) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DetachVolumeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DetachVolumeRequest.py new file mode 100644 index 0000000000..d9406a7e9a --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DetachVolumeRequest.py @@ -0,0 +1,60 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class DetachVolumeRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DetachVolume','ecs') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_InstanceId(self): + return self.get_query_params().get('InstanceId') + + def set_InstanceId(self,InstanceId): + self.add_query_param('InstanceId',InstanceId) + + def get_VolumeId(self): + return self.get_query_params().get('VolumeId') + + def set_VolumeId(self,VolumeId): + self.add_query_param('VolumeId',VolumeId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DetachVolume_GatedLaunchRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DetachVolume_GatedLaunchRequest.py new file mode 100644 index 0000000000..5de7663ec4 --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DetachVolume_GatedLaunchRequest.py @@ -0,0 +1,60 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class DetachVolume_GatedLaunchRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DetachVolume_GatedLaunch','ecs') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_InstanceId(self): + return self.get_query_params().get('InstanceId') + + def set_InstanceId(self,InstanceId): + self.add_query_param('InstanceId',InstanceId) + + def get_VolumeId(self): + return self.get_query_params().get('VolumeId') + + def set_VolumeId(self,VolumeId): + self.add_query_param('VolumeId',VolumeId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/EipFillParamsRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/EipFillParamsRequest.py index eee51b31e4..0ee12edd79 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/EipFillParamsRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/EipFillParamsRequest.py @@ -35,30 +35,30 @@ def get_data(self): def set_data(self,data): self.add_query_param('data',data) - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - def get_ClientToken(self): return self.get_query_params().get('ClientToken') def set_ClientToken(self,ClientToken): self.add_query_param('ClientToken',ClientToken) - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - def get_UserCidr(self): return self.get_query_params().get('UserCidr') def set_UserCidr(self,UserCidr): self.add_query_param('UserCidr',UserCidr) + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + def get_OwnerId(self): return self.get_query_params().get('OwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/EipFillProductRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/EipFillProductRequest.py index 8452665585..ffa541ee47 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/EipFillProductRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/EipFillProductRequest.py @@ -35,30 +35,30 @@ def get_data(self): def set_data(self,data): self.add_query_param('data',data) - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - def get_ClientToken(self): return self.get_query_params().get('ClientToken') def set_ClientToken(self,ClientToken): self.add_query_param('ClientToken',ClientToken) - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - def get_UserCidr(self): return self.get_query_params().get('UserCidr') def set_UserCidr(self,UserCidr): self.add_query_param('UserCidr',UserCidr) + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + def get_OwnerId(self): return self.get_query_params().get('OwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/EipNotifyPaidRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/EipNotifyPaidRequest.py index 50d3a5b3f7..ef877ff94e 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/EipNotifyPaidRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/EipNotifyPaidRequest.py @@ -35,30 +35,30 @@ def get_data(self): def set_data(self,data): self.add_query_param('data',data) - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - def get_ClientToken(self): return self.get_query_params().get('ClientToken') def set_ClientToken(self,ClientToken): self.add_query_param('ClientToken',ClientToken) - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - def get_UserCidr(self): return self.get_query_params().get('UserCidr') def set_UserCidr(self,UserCidr): self.add_query_param('UserCidr',UserCidr) + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + def get_OwnerId(self): return self.get_query_params().get('OwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/EnablePhysicalConnectionRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/EnablePhysicalConnectionRequest.py index 689fb31623..0755504ddd 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/EnablePhysicalConnectionRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/EnablePhysicalConnectionRequest.py @@ -29,23 +29,23 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - def get_ClientToken(self): return self.get_query_params().get('ClientToken') def set_ClientToken(self,ClientToken): self.add_query_param('ClientToken',ClientToken) - def get_PhysicalConnectionId(self): - return self.get_query_params().get('PhysicalConnectionId') + def get_UserCidr(self): + return self.get_query_params().get('UserCidr') - def set_PhysicalConnectionId(self,PhysicalConnectionId): - self.add_query_param('PhysicalConnectionId',PhysicalConnectionId) + def set_UserCidr(self,UserCidr): + self.add_query_param('UserCidr',UserCidr) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) def get_OwnerAccount(self): return self.get_query_params().get('OwnerAccount') @@ -53,14 +53,14 @@ def get_OwnerAccount(self): def set_OwnerAccount(self,OwnerAccount): self.add_query_param('OwnerAccount',OwnerAccount) - def get_UserCidr(self): - return self.get_query_params().get('UserCidr') - - def set_UserCidr(self,UserCidr): - self.add_query_param('UserCidr',UserCidr) - def get_OwnerId(self): return self.get_query_params().get('OwnerId') def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) \ No newline at end of file + self.add_query_param('OwnerId',OwnerId) + + def get_PhysicalConnectionId(self): + return self.get_query_params().get('PhysicalConnectionId') + + def set_PhysicalConnectionId(self,PhysicalConnectionId): + self.add_query_param('PhysicalConnectionId',PhysicalConnectionId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ExportImageRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ExportImageRequest.py index e2f158b771..1510e97d10 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ExportImageRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ExportImageRequest.py @@ -35,6 +35,12 @@ def get_ImageId(self): def set_ImageId(self,ImageId): self.add_query_param('ImageId',ImageId) + def get_ImageFormat(self): + return self.get_query_params().get('ImageFormat') + + def set_ImageFormat(self,ImageFormat): + self.add_query_param('ImageFormat',ImageFormat) + def get_OSSBucket(self): return self.get_query_params().get('OSSBucket') @@ -47,12 +53,6 @@ def get_ResourceOwnerAccount(self): def set_ResourceOwnerAccount(self,ResourceOwnerAccount): self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - def get_OSSPrefix(self): - return self.get_query_params().get('OSSPrefix') - - def set_OSSPrefix(self,OSSPrefix): - self.add_query_param('OSSPrefix',OSSPrefix) - def get_RoleName(self): return self.get_query_params().get('RoleName') @@ -65,8 +65,8 @@ def get_OwnerId(self): def set_OwnerId(self,OwnerId): self.add_query_param('OwnerId',OwnerId) - def get_ImageFormat(self): - return self.get_query_params().get('ImageFormat') + def get_OSSPrefix(self): + return self.get_query_params().get('OSSPrefix') - def set_ImageFormat(self,ImageFormat): - self.add_query_param('ImageFormat',ImageFormat) \ No newline at end of file + def set_OSSPrefix(self,OSSPrefix): + self.add_query_param('OSSPrefix',OSSPrefix) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ExportImage_GatedLaunchRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ExportImage_GatedLaunchRequest.py new file mode 100644 index 0000000000..196e34e1b7 --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ExportImage_GatedLaunchRequest.py @@ -0,0 +1,72 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class ExportImage_GatedLaunchRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ExportImage_GatedLaunch','ecs') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_ImageId(self): + return self.get_query_params().get('ImageId') + + def set_ImageId(self,ImageId): + self.add_query_param('ImageId',ImageId) + + def get_OSSBucket(self): + return self.get_query_params().get('OSSBucket') + + def set_OSSBucket(self,OSSBucket): + self.add_query_param('OSSBucket',OSSBucket) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_RoleName(self): + return self.get_query_params().get('RoleName') + + def set_RoleName(self,RoleName): + self.add_query_param('RoleName',RoleName) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_OSSPrefix(self): + return self.get_query_params().get('OSSPrefix') + + def set_OSSPrefix(self,OSSPrefix): + self.add_query_param('OSSPrefix',OSSPrefix) + + def get_ImageFormat(self): + return self.get_query_params().get('ImageFormat') + + def set_ImageFormat(self,ImageFormat): + self.add_query_param('ImageFormat',ImageFormat) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ImportImageRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ImportImageRequest.py index d558daae80..ddfb0f3dfd 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ImportImageRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ImportImageRequest.py @@ -48,36 +48,12 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_RoleName(self): - return self.get_query_params().get('RoleName') - - def set_RoleName(self,RoleName): - self.add_query_param('RoleName',RoleName) - def get_Description(self): return self.get_query_params().get('Description') def set_Description(self,Description): self.add_query_param('Description',Description) - def get_OSType(self): - return self.get_query_params().get('OSType') - - def set_OSType(self,OSType): - self.add_query_param('OSType',OSType) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - def get_Platform(self): return self.get_query_params().get('Platform') @@ -94,4 +70,28 @@ def get_Architecture(self): return self.get_query_params().get('Architecture') def set_Architecture(self,Architecture): - self.add_query_param('Architecture',Architecture) \ No newline at end of file + self.add_query_param('Architecture',Architecture) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_RoleName(self): + return self.get_query_params().get('RoleName') + + def set_RoleName(self,RoleName): + self.add_query_param('RoleName',RoleName) + + def get_OSType(self): + return self.get_query_params().get('OSType') + + def set_OSType(self,OSType): + self.add_query_param('OSType',OSType) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ImportImage_GatedLaunchRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ImportImage_GatedLaunchRequest.py new file mode 100644 index 0000000000..f11ec257e3 --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ImportImage_GatedLaunchRequest.py @@ -0,0 +1,95 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class ImportImage_GatedLaunchRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ImportImage_GatedLaunch','ecs') + + def get_DiskDeviceMappings(self): + return self.get_query_params().get('DiskDeviceMappings') + + def set_DiskDeviceMappings(self,DiskDeviceMappings): + for i in range(len(DiskDeviceMappings)): + if DiskDeviceMappings[i].get('OSSBucket') is not None: + self.add_query_param('DiskDeviceMapping.' + str(i + 1) + '.OSSBucket' , DiskDeviceMappings[i].get('OSSBucket')) + if DiskDeviceMappings[i].get('DiskImSize') is not None: + self.add_query_param('DiskDeviceMapping.' + str(i + 1) + '.DiskImSize' , DiskDeviceMappings[i].get('DiskImSize')) + if DiskDeviceMappings[i].get('Format') is not None: + self.add_query_param('DiskDeviceMapping.' + str(i + 1) + '.Format' , DiskDeviceMappings[i].get('Format')) + if DiskDeviceMappings[i].get('Device') is not None: + self.add_query_param('DiskDeviceMapping.' + str(i + 1) + '.Device' , DiskDeviceMappings[i].get('Device')) + if DiskDeviceMappings[i].get('OSSObject') is not None: + self.add_query_param('DiskDeviceMapping.' + str(i + 1) + '.OSSObject' , DiskDeviceMappings[i].get('OSSObject')) + + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_RoleName(self): + return self.get_query_params().get('RoleName') + + def set_RoleName(self,RoleName): + self.add_query_param('RoleName',RoleName) + + def get_Description(self): + return self.get_query_params().get('Description') + + def set_Description(self,Description): + self.add_query_param('Description',Description) + + def get_OSType(self): + return self.get_query_params().get('OSType') + + def set_OSType(self,OSType): + self.add_query_param('OSType',OSType) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_Platform(self): + return self.get_query_params().get('Platform') + + def set_Platform(self,Platform): + self.add_query_param('Platform',Platform) + + def get_ImageName(self): + return self.get_query_params().get('ImageName') + + def set_ImageName(self,ImageName): + self.add_query_param('ImageName',ImageName) + + def get_Architecture(self): + return self.get_query_params().get('Architecture') + + def set_Architecture(self,Architecture): + self.add_query_param('Architecture',Architecture) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ImportKeyPairRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ImportKeyPairRequest.py index 8b9b8de410..71f14f48b9 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ImportKeyPairRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ImportKeyPairRequest.py @@ -29,6 +29,12 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) + def get_KeyPairName(self): + return self.get_query_params().get('KeyPairName') + + def set_KeyPairName(self,KeyPairName): + self.add_query_param('KeyPairName',KeyPairName) + def get_ResourceOwnerAccount(self): return self.get_query_params().get('ResourceOwnerAccount') @@ -41,12 +47,6 @@ def get_PublicKeyBody(self): def set_PublicKeyBody(self,PublicKeyBody): self.add_query_param('PublicKeyBody',PublicKeyBody) - def get_KeyPairName(self): - return self.get_query_params().get('KeyPairName') - - def set_KeyPairName(self,KeyPairName): - self.add_query_param('KeyPairName',KeyPairName) - def get_OwnerId(self): return self.get_query_params().get('OwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/InvokeCommandRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/InvokeCommandRequest.py index 3c3a4a4715..65392a498e 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/InvokeCommandRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/InvokeCommandRequest.py @@ -71,4 +71,10 @@ def get_InstanceIds(self): def set_InstanceIds(self,InstanceIds): for i in range(len(InstanceIds)): if InstanceIds[i] is not None: - self.add_query_param('InstanceId.' + str(i + 1) , InstanceIds[i]); \ No newline at end of file + self.add_query_param('InstanceId.' + str(i + 1) , InstanceIds[i]); + + def get_Parameters(self): + return self.get_query_params().get('Parameters') + + def set_Parameters(self,Parameters): + self.add_query_param('Parameters',Parameters) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/JoinResourceGroupRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/JoinResourceGroupRequest.py index 85e46e73e6..9e394d3d35 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/JoinResourceGroupRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/JoinResourceGroupRequest.py @@ -23,18 +23,18 @@ class JoinResourceGroupRequest(RpcRequest): def __init__(self): RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'JoinResourceGroup','ecs') - def get_ResourceGroupId(self): - return self.get_query_params().get('ResourceGroupId') - - def set_ResourceGroupId(self,ResourceGroupId): - self.add_query_param('ResourceGroupId',ResourceGroupId) - def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) + def get_ResourceGroupId(self): + return self.get_query_params().get('ResourceGroupId') + + def set_ResourceGroupId(self,ResourceGroupId): + self.add_query_param('ResourceGroupId',ResourceGroupId) + def get_ResourceId(self): return self.get_query_params().get('ResourceId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/JoinSecurityGroupRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/JoinSecurityGroupRequest.py index d446cc61ab..fa146a0399 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/JoinSecurityGroupRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/JoinSecurityGroupRequest.py @@ -29,11 +29,11 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) - def get_InstanceId(self): - return self.get_query_params().get('InstanceId') + def get_SecurityGroupId(self): + return self.get_query_params().get('SecurityGroupId') - def set_InstanceId(self,InstanceId): - self.add_query_param('InstanceId',InstanceId) + def set_SecurityGroupId(self,SecurityGroupId): + self.add_query_param('SecurityGroupId',SecurityGroupId) def get_ResourceOwnerAccount(self): return self.get_query_params().get('ResourceOwnerAccount') @@ -47,14 +47,14 @@ def get_OwnerAccount(self): def set_OwnerAccount(self,OwnerAccount): self.add_query_param('OwnerAccount',OwnerAccount) - def get_SecurityGroupId(self): - return self.get_query_params().get('SecurityGroupId') - - def set_SecurityGroupId(self,SecurityGroupId): - self.add_query_param('SecurityGroupId',SecurityGroupId) - def get_OwnerId(self): return self.get_query_params().get('OwnerId') def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) \ No newline at end of file + self.add_query_param('OwnerId',OwnerId) + + def get_InstanceId(self): + return self.get_query_params().get('InstanceId') + + def set_InstanceId(self,InstanceId): + self.add_query_param('InstanceId',InstanceId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/JoinSecurityGroup_GatedLaunchRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/JoinSecurityGroup_GatedLaunchRequest.py new file mode 100644 index 0000000000..6bb321f28a --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/JoinSecurityGroup_GatedLaunchRequest.py @@ -0,0 +1,60 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class JoinSecurityGroup_GatedLaunchRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'JoinSecurityGroup_GatedLaunch','ecs') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_SecurityGroupId(self): + return self.get_query_params().get('SecurityGroupId') + + def set_SecurityGroupId(self,SecurityGroupId): + self.add_query_param('SecurityGroupId',SecurityGroupId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_InstanceId(self): + return self.get_query_params().get('InstanceId') + + def set_InstanceId(self,InstanceId): + self.add_query_param('InstanceId',InstanceId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/LeaveSecurityGroupRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/LeaveSecurityGroupRequest.py index 59345ce503..54e684413a 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/LeaveSecurityGroupRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/LeaveSecurityGroupRequest.py @@ -29,11 +29,11 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) - def get_InstanceId(self): - return self.get_query_params().get('InstanceId') + def get_SecurityGroupId(self): + return self.get_query_params().get('SecurityGroupId') - def set_InstanceId(self,InstanceId): - self.add_query_param('InstanceId',InstanceId) + def set_SecurityGroupId(self,SecurityGroupId): + self.add_query_param('SecurityGroupId',SecurityGroupId) def get_ResourceOwnerAccount(self): return self.get_query_params().get('ResourceOwnerAccount') @@ -47,14 +47,14 @@ def get_OwnerAccount(self): def set_OwnerAccount(self,OwnerAccount): self.add_query_param('OwnerAccount',OwnerAccount) - def get_SecurityGroupId(self): - return self.get_query_params().get('SecurityGroupId') - - def set_SecurityGroupId(self,SecurityGroupId): - self.add_query_param('SecurityGroupId',SecurityGroupId) - def get_OwnerId(self): return self.get_query_params().get('OwnerId') def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) \ No newline at end of file + self.add_query_param('OwnerId',OwnerId) + + def get_InstanceId(self): + return self.get_query_params().get('InstanceId') + + def set_InstanceId(self,InstanceId): + self.add_query_param('InstanceId',InstanceId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/LeaveSecurityGroup_GatedLaunchRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/LeaveSecurityGroup_GatedLaunchRequest.py new file mode 100644 index 0000000000..93ddc59ec3 --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/LeaveSecurityGroup_GatedLaunchRequest.py @@ -0,0 +1,60 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class LeaveSecurityGroup_GatedLaunchRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'LeaveSecurityGroup_GatedLaunch','ecs') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_SecurityGroupId(self): + return self.get_query_params().get('SecurityGroupId') + + def set_SecurityGroupId(self,SecurityGroupId): + self.add_query_param('SecurityGroupId',SecurityGroupId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_InstanceId(self): + return self.get_query_params().get('InstanceId') + + def set_InstanceId(self,InstanceId): + self.add_query_param('InstanceId',InstanceId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyAutoSnapshotPolicyExRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyAutoSnapshotPolicyExRequest.py index cbccb7b8e3..ada31a4368 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyAutoSnapshotPolicyExRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyAutoSnapshotPolicyExRequest.py @@ -29,12 +29,6 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - def get_autoSnapshotPolicyId(self): return self.get_query_params().get('autoSnapshotPolicyId') @@ -47,11 +41,17 @@ def get_timePoints(self): def set_timePoints(self,timePoints): self.add_query_param('timePoints',timePoints) - def get_retentionDays(self): - return self.get_query_params().get('retentionDays') + def get_repeatWeekdays(self): + return self.get_query_params().get('repeatWeekdays') - def set_retentionDays(self,retentionDays): - self.add_query_param('retentionDays',retentionDays) + def set_repeatWeekdays(self,repeatWeekdays): + self.add_query_param('repeatWeekdays',repeatWeekdays) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) def get_OwnerId(self): return self.get_query_params().get('OwnerId') @@ -59,14 +59,14 @@ def get_OwnerId(self): def set_OwnerId(self,OwnerId): self.add_query_param('OwnerId',OwnerId) - def get_repeatWeekdays(self): - return self.get_query_params().get('repeatWeekdays') - - def set_repeatWeekdays(self,repeatWeekdays): - self.add_query_param('repeatWeekdays',repeatWeekdays) - def get_autoSnapshotPolicyName(self): return self.get_query_params().get('autoSnapshotPolicyName') def set_autoSnapshotPolicyName(self,autoSnapshotPolicyName): - self.add_query_param('autoSnapshotPolicyName',autoSnapshotPolicyName) \ No newline at end of file + self.add_query_param('autoSnapshotPolicyName',autoSnapshotPolicyName) + + def get_retentionDays(self): + return self.get_query_params().get('retentionDays') + + def set_retentionDays(self,retentionDays): + self.add_query_param('retentionDays',retentionDays) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyAutoSnapshotPolicyEx_GatedLaunchRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyAutoSnapshotPolicyEx_GatedLaunchRequest.py new file mode 100644 index 0000000000..588fcd8234 --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyAutoSnapshotPolicyEx_GatedLaunchRequest.py @@ -0,0 +1,72 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class ModifyAutoSnapshotPolicyEx_GatedLaunchRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyAutoSnapshotPolicyEx_GatedLaunch','ecs') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_autoSnapshotPolicyId(self): + return self.get_query_params().get('autoSnapshotPolicyId') + + def set_autoSnapshotPolicyId(self,autoSnapshotPolicyId): + self.add_query_param('autoSnapshotPolicyId',autoSnapshotPolicyId) + + def get_timePoints(self): + return self.get_query_params().get('timePoints') + + def set_timePoints(self,timePoints): + self.add_query_param('timePoints',timePoints) + + def get_repeatWeekdays(self): + return self.get_query_params().get('repeatWeekdays') + + def set_repeatWeekdays(self,repeatWeekdays): + self.add_query_param('repeatWeekdays',repeatWeekdays) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_autoSnapshotPolicyName(self): + return self.get_query_params().get('autoSnapshotPolicyName') + + def set_autoSnapshotPolicyName(self,autoSnapshotPolicyName): + self.add_query_param('autoSnapshotPolicyName',autoSnapshotPolicyName) + + def get_retentionDays(self): + return self.get_query_params().get('retentionDays') + + def set_retentionDays(self,retentionDays): + self.add_query_param('retentionDays',retentionDays) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyAutoSnapshotPolicyRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyAutoSnapshotPolicyRequest.py index f95df402c6..b412872071 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyAutoSnapshotPolicyRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyAutoSnapshotPolicyRequest.py @@ -41,18 +41,30 @@ def get_DataDiskPolicyRetentionDays(self): def set_DataDiskPolicyRetentionDays(self,DataDiskPolicyRetentionDays): self.add_query_param('DataDiskPolicyRetentionDays',DataDiskPolicyRetentionDays) - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - def get_SystemDiskPolicyRetentionLastWeek(self): return self.get_query_params().get('SystemDiskPolicyRetentionLastWeek') def set_SystemDiskPolicyRetentionLastWeek(self,SystemDiskPolicyRetentionLastWeek): self.add_query_param('SystemDiskPolicyRetentionLastWeek',SystemDiskPolicyRetentionLastWeek) + def get_SystemDiskPolicyRetentionDays(self): + return self.get_query_params().get('SystemDiskPolicyRetentionDays') + + def set_SystemDiskPolicyRetentionDays(self,SystemDiskPolicyRetentionDays): + self.add_query_param('SystemDiskPolicyRetentionDays',SystemDiskPolicyRetentionDays) + + def get_DataDiskPolicyTimePeriod(self): + return self.get_query_params().get('DataDiskPolicyTimePeriod') + + def set_DataDiskPolicyTimePeriod(self,DataDiskPolicyTimePeriod): + self.add_query_param('DataDiskPolicyTimePeriod',DataDiskPolicyTimePeriod) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + def get_OwnerAccount(self): return self.get_query_params().get('OwnerAccount') @@ -77,18 +89,6 @@ def get_DataDiskPolicyRetentionLastWeek(self): def set_DataDiskPolicyRetentionLastWeek(self,DataDiskPolicyRetentionLastWeek): self.add_query_param('DataDiskPolicyRetentionLastWeek',DataDiskPolicyRetentionLastWeek) - def get_SystemDiskPolicyRetentionDays(self): - return self.get_query_params().get('SystemDiskPolicyRetentionDays') - - def set_SystemDiskPolicyRetentionDays(self,SystemDiskPolicyRetentionDays): - self.add_query_param('SystemDiskPolicyRetentionDays',SystemDiskPolicyRetentionDays) - - def get_DataDiskPolicyTimePeriod(self): - return self.get_query_params().get('DataDiskPolicyTimePeriod') - - def set_DataDiskPolicyTimePeriod(self,DataDiskPolicyTimePeriod): - self.add_query_param('DataDiskPolicyTimePeriod',DataDiskPolicyTimePeriod) - def get_SystemDiskPolicyEnabled(self): return self.get_query_params().get('SystemDiskPolicyEnabled') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyAutoSnapshotPolicy_GatedLaunchRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyAutoSnapshotPolicy_GatedLaunchRequest.py new file mode 100644 index 0000000000..ca506ce447 --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyAutoSnapshotPolicy_GatedLaunchRequest.py @@ -0,0 +1,96 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class ModifyAutoSnapshotPolicy_GatedLaunchRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyAutoSnapshotPolicy_GatedLaunch','ecs') + + def get_DataDiskPolicyEnabled(self): + return self.get_query_params().get('DataDiskPolicyEnabled') + + def set_DataDiskPolicyEnabled(self,DataDiskPolicyEnabled): + self.add_query_param('DataDiskPolicyEnabled',DataDiskPolicyEnabled) + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_DataDiskPolicyRetentionDays(self): + return self.get_query_params().get('DataDiskPolicyRetentionDays') + + def set_DataDiskPolicyRetentionDays(self,DataDiskPolicyRetentionDays): + self.add_query_param('DataDiskPolicyRetentionDays',DataDiskPolicyRetentionDays) + + def get_SystemDiskPolicyRetentionLastWeek(self): + return self.get_query_params().get('SystemDiskPolicyRetentionLastWeek') + + def set_SystemDiskPolicyRetentionLastWeek(self,SystemDiskPolicyRetentionLastWeek): + self.add_query_param('SystemDiskPolicyRetentionLastWeek',SystemDiskPolicyRetentionLastWeek) + + def get_SystemDiskPolicyRetentionDays(self): + return self.get_query_params().get('SystemDiskPolicyRetentionDays') + + def set_SystemDiskPolicyRetentionDays(self,SystemDiskPolicyRetentionDays): + self.add_query_param('SystemDiskPolicyRetentionDays',SystemDiskPolicyRetentionDays) + + def get_DataDiskPolicyTimePeriod(self): + return self.get_query_params().get('DataDiskPolicyTimePeriod') + + def set_DataDiskPolicyTimePeriod(self,DataDiskPolicyTimePeriod): + self.add_query_param('DataDiskPolicyTimePeriod',DataDiskPolicyTimePeriod) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_SystemDiskPolicyTimePeriod(self): + return self.get_query_params().get('SystemDiskPolicyTimePeriod') + + def set_SystemDiskPolicyTimePeriod(self,SystemDiskPolicyTimePeriod): + self.add_query_param('SystemDiskPolicyTimePeriod',SystemDiskPolicyTimePeriod) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_DataDiskPolicyRetentionLastWeek(self): + return self.get_query_params().get('DataDiskPolicyRetentionLastWeek') + + def set_DataDiskPolicyRetentionLastWeek(self,DataDiskPolicyRetentionLastWeek): + self.add_query_param('DataDiskPolicyRetentionLastWeek',DataDiskPolicyRetentionLastWeek) + + def get_SystemDiskPolicyEnabled(self): + return self.get_query_params().get('SystemDiskPolicyEnabled') + + def set_SystemDiskPolicyEnabled(self,SystemDiskPolicyEnabled): + self.add_query_param('SystemDiskPolicyEnabled',SystemDiskPolicyEnabled) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyDedicatedHostAttributeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyDedicatedHostAttributeRequest.py index 38e70f953a..950d5acc0e 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyDedicatedHostAttributeRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyDedicatedHostAttributeRequest.py @@ -77,6 +77,12 @@ def get_NetworkAttributesSlbUdpTimeout(self): def set_NetworkAttributesSlbUdpTimeout(self,NetworkAttributesSlbUdpTimeout): self.add_query_param('NetworkAttributes.SlbUdpTimeout',NetworkAttributesSlbUdpTimeout) + def get_AutoPlacement(self): + return self.get_query_params().get('AutoPlacement') + + def set_AutoPlacement(self,AutoPlacement): + self.add_query_param('AutoPlacement',AutoPlacement) + def get_NetworkAttributesUdpTimeout(self): return self.get_query_params().get('NetworkAttributes.UdpTimeout') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyDedicatedHostAutoRenewAttributeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyDedicatedHostAutoRenewAttributeRequest.py index 9008af018b..c52c61e98e 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyDedicatedHostAutoRenewAttributeRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyDedicatedHostAutoRenewAttributeRequest.py @@ -23,12 +23,6 @@ class ModifyDedicatedHostAutoRenewAttributeRequest(RpcRequest): def __init__(self): RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyDedicatedHostAutoRenewAttribute','ecs') - def get_Duration(self): - return self.get_query_params().get('Duration') - - def set_Duration(self,Duration): - self.add_query_param('Duration',Duration) - def get_DedicatedHostIds(self): return self.get_query_params().get('DedicatedHostIds') @@ -41,17 +35,17 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) - def get_PeriodUnit(self): - return self.get_query_params().get('PeriodUnit') + def get_Duration(self): + return self.get_query_params().get('Duration') - def set_PeriodUnit(self,PeriodUnit): - self.add_query_param('PeriodUnit',PeriodUnit) + def set_Duration(self,Duration): + self.add_query_param('Duration',Duration) - def get_AutoRenew(self): - return self.get_query_params().get('AutoRenew') + def get_RenewalStatus(self): + return self.get_query_params().get('RenewalStatus') - def set_AutoRenew(self,AutoRenew): - self.add_query_param('AutoRenew',AutoRenew) + def set_RenewalStatus(self,RenewalStatus): + self.add_query_param('RenewalStatus',RenewalStatus) def get_ResourceOwnerAccount(self): return self.get_query_params().get('ResourceOwnerAccount') @@ -65,14 +59,20 @@ def get_OwnerAccount(self): def set_OwnerAccount(self,OwnerAccount): self.add_query_param('OwnerAccount',OwnerAccount) - def get_RenewalStatus(self): - return self.get_query_params().get('RenewalStatus') - - def set_RenewalStatus(self,RenewalStatus): - self.add_query_param('RenewalStatus',RenewalStatus) - def get_OwnerId(self): return self.get_query_params().get('OwnerId') def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) \ No newline at end of file + self.add_query_param('OwnerId',OwnerId) + + def get_PeriodUnit(self): + return self.get_query_params().get('PeriodUnit') + + def set_PeriodUnit(self,PeriodUnit): + self.add_query_param('PeriodUnit',PeriodUnit) + + def get_AutoRenew(self): + return self.get_query_params().get('AutoRenew') + + def set_AutoRenew(self,AutoRenew): + self.add_query_param('AutoRenew',AutoRenew) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyDeploymentSetAttributeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyDeploymentSetAttributeRequest.py index e582f0212e..b7b4ca18b0 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyDeploymentSetAttributeRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyDeploymentSetAttributeRequest.py @@ -23,18 +23,24 @@ class ModifyDeploymentSetAttributeRequest(RpcRequest): def __init__(self): RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyDeploymentSetAttribute','ecs') - def get_DeploymentSetId(self): - return self.get_query_params().get('DeploymentSetId') - - def set_DeploymentSetId(self,DeploymentSetId): - self.add_query_param('DeploymentSetId',DeploymentSetId) - def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) + def get_Description(self): + return self.get_query_params().get('Description') + + def set_Description(self,Description): + self.add_query_param('Description',Description) + + def get_DeploymentSetId(self): + return self.get_query_params().get('DeploymentSetId') + + def set_DeploymentSetId(self,DeploymentSetId): + self.add_query_param('DeploymentSetId',DeploymentSetId) + def get_ResourceOwnerAccount(self): return self.get_query_params().get('ResourceOwnerAccount') @@ -47,12 +53,6 @@ def get_OwnerAccount(self): def set_OwnerAccount(self,OwnerAccount): self.add_query_param('OwnerAccount',OwnerAccount) - def get_Description(self): - return self.get_query_params().get('Description') - - def set_Description(self,Description): - self.add_query_param('Description',Description) - def get_DeploymentSetName(self): return self.get_query_params().get('DeploymentSetName') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyDiskAttributeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyDiskAttributeRequest.py index 18672de2e3..a9a6f4be54 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyDiskAttributeRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyDiskAttributeRequest.py @@ -23,6 +23,18 @@ class ModifyDiskAttributeRequest(RpcRequest): def __init__(self): RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyDiskAttribute','ecs') + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_Description(self): + return self.get_query_params().get('Description') + + def set_Description(self,Description): + self.add_query_param('Description',Description) + def get_DiskName(self): return self.get_query_params().get('DiskName') @@ -35,11 +47,17 @@ def get_DeleteAutoSnapshot(self): def set_DeleteAutoSnapshot(self,DeleteAutoSnapshot): self.add_query_param('DeleteAutoSnapshot',DeleteAutoSnapshot) - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') + def get_DiskId(self): + return self.get_query_params().get('DiskId') - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) + def set_DiskId(self,DiskId): + self.add_query_param('DiskId',DiskId) + + def get_DeleteWithInstance(self): + return self.get_query_params().get('DeleteWithInstance') + + def set_DeleteWithInstance(self,DeleteWithInstance): + self.add_query_param('DeleteWithInstance',DeleteWithInstance) def get_EnableAutoSnapshot(self): return self.get_query_params().get('EnableAutoSnapshot') @@ -59,26 +77,8 @@ def get_OwnerAccount(self): def set_OwnerAccount(self,OwnerAccount): self.add_query_param('OwnerAccount',OwnerAccount) - def get_Description(self): - return self.get_query_params().get('Description') - - def set_Description(self,Description): - self.add_query_param('Description',Description) - - def get_DiskId(self): - return self.get_query_params().get('DiskId') - - def set_DiskId(self,DiskId): - self.add_query_param('DiskId',DiskId) - def get_OwnerId(self): return self.get_query_params().get('OwnerId') def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_DeleteWithInstance(self): - return self.get_query_params().get('DeleteWithInstance') - - def set_DeleteWithInstance(self,DeleteWithInstance): - self.add_query_param('DeleteWithInstance',DeleteWithInstance) \ No newline at end of file + self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyDiskAttribute_GatedLaunchRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyDiskAttribute_GatedLaunchRequest.py new file mode 100644 index 0000000000..6d132a37a4 --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyDiskAttribute_GatedLaunchRequest.py @@ -0,0 +1,84 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class ModifyDiskAttribute_GatedLaunchRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyDiskAttribute_GatedLaunch','ecs') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_Description(self): + return self.get_query_params().get('Description') + + def set_Description(self,Description): + self.add_query_param('Description',Description) + + def get_DiskName(self): + return self.get_query_params().get('DiskName') + + def set_DiskName(self,DiskName): + self.add_query_param('DiskName',DiskName) + + def get_DeleteAutoSnapshot(self): + return self.get_query_params().get('DeleteAutoSnapshot') + + def set_DeleteAutoSnapshot(self,DeleteAutoSnapshot): + self.add_query_param('DeleteAutoSnapshot',DeleteAutoSnapshot) + + def get_DiskId(self): + return self.get_query_params().get('DiskId') + + def set_DiskId(self,DiskId): + self.add_query_param('DiskId',DiskId) + + def get_DeleteWithInstance(self): + return self.get_query_params().get('DeleteWithInstance') + + def set_DeleteWithInstance(self,DeleteWithInstance): + self.add_query_param('DeleteWithInstance',DeleteWithInstance) + + def get_EnableAutoSnapshot(self): + return self.get_query_params().get('EnableAutoSnapshot') + + def set_EnableAutoSnapshot(self,EnableAutoSnapshot): + self.add_query_param('EnableAutoSnapshot',EnableAutoSnapshot) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyDiskChargeTypeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyDiskChargeTypeRequest.py index 261e321cc2..bdc33b3d15 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyDiskChargeTypeRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyDiskChargeTypeRequest.py @@ -29,17 +29,23 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) + def get_ClientToken(self): + return self.get_query_params().get('ClientToken') + + def set_ClientToken(self,ClientToken): + self.add_query_param('ClientToken',ClientToken) + def get_DiskChargeType(self): return self.get_query_params().get('DiskChargeType') def set_DiskChargeType(self,DiskChargeType): self.add_query_param('DiskChargeType',DiskChargeType) - def get_InstanceId(self): - return self.get_query_params().get('InstanceId') + def get_DiskIds(self): + return self.get_query_params().get('DiskIds') - def set_InstanceId(self,InstanceId): - self.add_query_param('InstanceId',InstanceId) + def set_DiskIds(self,DiskIds): + self.add_query_param('DiskIds',DiskIds) def get_AutoPay(self): return self.get_query_params().get('AutoPay') @@ -53,26 +59,20 @@ def get_ResourceOwnerAccount(self): def set_ResourceOwnerAccount(self,ResourceOwnerAccount): self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - def get_ClientToken(self): - return self.get_query_params().get('ClientToken') - - def set_ClientToken(self,ClientToken): - self.add_query_param('ClientToken',ClientToken) - def get_OwnerAccount(self): return self.get_query_params().get('OwnerAccount') def set_OwnerAccount(self,OwnerAccount): self.add_query_param('OwnerAccount',OwnerAccount) - def get_DiskIds(self): - return self.get_query_params().get('DiskIds') - - def set_DiskIds(self,DiskIds): - self.add_query_param('DiskIds',DiskIds) - def get_OwnerId(self): return self.get_query_params().get('OwnerId') def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) \ No newline at end of file + self.add_query_param('OwnerId',OwnerId) + + def get_InstanceId(self): + return self.get_query_params().get('InstanceId') + + def set_InstanceId(self,InstanceId): + self.add_query_param('InstanceId',InstanceId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyEipAddressAttributeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyEipAddressAttributeRequest.py index b2587104fa..84ff54478a 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyEipAddressAttributeRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyEipAddressAttributeRequest.py @@ -29,6 +29,12 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) + def get_AllocationId(self): + return self.get_query_params().get('AllocationId') + + def set_AllocationId(self,AllocationId): + self.add_query_param('AllocationId',AllocationId) + def get_ResourceOwnerAccount(self): return self.get_query_params().get('ResourceOwnerAccount') @@ -47,12 +53,6 @@ def get_OwnerAccount(self): def set_OwnerAccount(self,OwnerAccount): self.add_query_param('OwnerAccount',OwnerAccount) - def get_AllocationId(self): - return self.get_query_params().get('AllocationId') - - def set_AllocationId(self,AllocationId): - self.add_query_param('AllocationId',AllocationId) - def get_OwnerId(self): return self.get_query_params().get('OwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyForwardEntryRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyForwardEntryRequest.py index d3a2d595ea..878a78429b 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyForwardEntryRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyForwardEntryRequest.py @@ -29,6 +29,30 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) + def get_ForwardTableId(self): + return self.get_query_params().get('ForwardTableId') + + def set_ForwardTableId(self,ForwardTableId): + self.add_query_param('ForwardTableId',ForwardTableId) + + def get_InternalIp(self): + return self.get_query_params().get('InternalIp') + + def set_InternalIp(self,InternalIp): + self.add_query_param('InternalIp',InternalIp) + + def get_ForwardEntryId(self): + return self.get_query_params().get('ForwardEntryId') + + def set_ForwardEntryId(self,ForwardEntryId): + self.add_query_param('ForwardEntryId',ForwardEntryId) + + def get_ExternalIp(self): + return self.get_query_params().get('ExternalIp') + + def set_ExternalIp(self,ExternalIp): + self.add_query_param('ExternalIp',ExternalIp) + def get_ResourceOwnerAccount(self): return self.get_query_params().get('ResourceOwnerAccount') @@ -47,42 +71,18 @@ def get_OwnerAccount(self): def set_OwnerAccount(self,OwnerAccount): self.add_query_param('OwnerAccount',OwnerAccount) - def get_ForwardTableId(self): - return self.get_query_params().get('ForwardTableId') - - def set_ForwardTableId(self,ForwardTableId): - self.add_query_param('ForwardTableId',ForwardTableId) - def get_OwnerId(self): return self.get_query_params().get('OwnerId') def set_OwnerId(self,OwnerId): self.add_query_param('OwnerId',OwnerId) - def get_InternalIp(self): - return self.get_query_params().get('InternalIp') - - def set_InternalIp(self,InternalIp): - self.add_query_param('InternalIp',InternalIp) - - def get_ForwardEntryId(self): - return self.get_query_params().get('ForwardEntryId') - - def set_ForwardEntryId(self,ForwardEntryId): - self.add_query_param('ForwardEntryId',ForwardEntryId) - def get_InternalPort(self): return self.get_query_params().get('InternalPort') def set_InternalPort(self,InternalPort): self.add_query_param('InternalPort',InternalPort) - def get_ExternalIp(self): - return self.get_query_params().get('ExternalIp') - - def set_ExternalIp(self,ExternalIp): - self.add_query_param('ExternalIp',ExternalIp) - def get_ExternalPort(self): return self.get_query_params().get('ExternalPort') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyHaVipAttributeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyHaVipAttributeRequest.py index 7e21e40c49..0a441a167b 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyHaVipAttributeRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyHaVipAttributeRequest.py @@ -23,42 +23,42 @@ class ModifyHaVipAttributeRequest(RpcRequest): def __init__(self): RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyHaVipAttribute','ecs') - def get_HaVipId(self): - return self.get_query_params().get('HaVipId') - - def set_HaVipId(self,HaVipId): - self.add_query_param('HaVipId',HaVipId) - def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - def get_ClientToken(self): return self.get_query_params().get('ClientToken') def set_ClientToken(self,ClientToken): self.add_query_param('ClientToken',ClientToken) - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - def get_Description(self): return self.get_query_params().get('Description') def set_Description(self,Description): self.add_query_param('Description',Description) + def get_HaVipId(self): + return self.get_query_params().get('HaVipId') + + def set_HaVipId(self,HaVipId): + self.add_query_param('HaVipId',HaVipId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + def get_OwnerId(self): return self.get_query_params().get('OwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyImageAttributeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyImageAttributeRequest.py index 949b14680f..8e97fdb724 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyImageAttributeRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyImageAttributeRequest.py @@ -35,11 +35,11 @@ def get_ImageId(self): def set_ImageId(self,ImageId): self.add_query_param('ImageId',ImageId) - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') + def get_Description(self): + return self.get_query_params().get('Description') - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + def set_Description(self,Description): + self.add_query_param('Description',Description) def get_ImageName(self): return self.get_query_params().get('ImageName') @@ -47,18 +47,18 @@ def get_ImageName(self): def set_ImageName(self,ImageName): self.add_query_param('ImageName',ImageName) + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + def get_OwnerAccount(self): return self.get_query_params().get('OwnerAccount') def set_OwnerAccount(self,OwnerAccount): self.add_query_param('OwnerAccount',OwnerAccount) - def get_Description(self): - return self.get_query_params().get('Description') - - def set_Description(self,Description): - self.add_query_param('Description',Description) - def get_OwnerId(self): return self.get_query_params().get('OwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyImageAttribute_GatedLaunchRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyImageAttribute_GatedLaunchRequest.py new file mode 100644 index 0000000000..abd368d03e --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyImageAttribute_GatedLaunchRequest.py @@ -0,0 +1,66 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class ModifyImageAttribute_GatedLaunchRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyImageAttribute_GatedLaunch','ecs') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_ImageId(self): + return self.get_query_params().get('ImageId') + + def set_ImageId(self,ImageId): + self.add_query_param('ImageId',ImageId) + + def get_Description(self): + return self.get_query_params().get('Description') + + def set_Description(self,Description): + self.add_query_param('Description',Description) + + def get_ImageName(self): + return self.get_query_params().get('ImageName') + + def set_ImageName(self,ImageName): + self.add_query_param('ImageName',ImageName) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyImageShareGroupPermissionRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyImageShareGroupPermissionRequest.py index 0294239018..b780bdee25 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyImageShareGroupPermissionRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyImageShareGroupPermissionRequest.py @@ -53,14 +53,14 @@ def get_OwnerAccount(self): def set_OwnerAccount(self,OwnerAccount): self.add_query_param('OwnerAccount',OwnerAccount) - def get_RemoveGroup1(self): - return self.get_query_params().get('RemoveGroup.1') - - def set_RemoveGroup1(self,RemoveGroup1): - self.add_query_param('RemoveGroup.1',RemoveGroup1) - def get_OwnerId(self): return self.get_query_params().get('OwnerId') def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) \ No newline at end of file + self.add_query_param('OwnerId',OwnerId) + + def get_RemoveGroup1(self): + return self.get_query_params().get('RemoveGroup.1') + + def set_RemoveGroup1(self,RemoveGroup1): + self.add_query_param('RemoveGroup.1',RemoveGroup1) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyImageShareGroupPermission_GatedLaunchRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyImageShareGroupPermission_GatedLaunchRequest.py new file mode 100644 index 0000000000..a03c879404 --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyImageShareGroupPermission_GatedLaunchRequest.py @@ -0,0 +1,66 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class ModifyImageShareGroupPermission_GatedLaunchRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyImageShareGroupPermission_GatedLaunch','ecs') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_ImageId(self): + return self.get_query_params().get('ImageId') + + def set_ImageId(self,ImageId): + self.add_query_param('ImageId',ImageId) + + def get_AddGroup1(self): + return self.get_query_params().get('AddGroup.1') + + def set_AddGroup1(self,AddGroup1): + self.add_query_param('AddGroup.1',AddGroup1) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_RemoveGroup1(self): + return self.get_query_params().get('RemoveGroup.1') + + def set_RemoveGroup1(self,RemoveGroup1): + self.add_query_param('RemoveGroup.1',RemoveGroup1) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyImageSharePermissionRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyImageSharePermissionRequest.py index 2867c229a0..7b2fca108d 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyImageSharePermissionRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyImageSharePermissionRequest.py @@ -35,28 +35,12 @@ def get_ImageId(self): def set_ImageId(self,ImageId): self.add_query_param('ImageId',ImageId) - def get_AddAccounts(self): - return self.get_query_params().get('AddAccounts') - - def set_AddAccounts(self,AddAccounts): - for i in range(len(AddAccounts)): - if AddAccounts[i] is not None: - self.add_query_param('AddAccount.' + str(i + 1) , AddAccounts[i]); - def get_ResourceOwnerAccount(self): return self.get_query_params().get('ResourceOwnerAccount') def set_ResourceOwnerAccount(self,ResourceOwnerAccount): self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - def get_RemoveAccounts(self): - return self.get_query_params().get('RemoveAccounts') - - def set_RemoveAccounts(self,RemoveAccounts): - for i in range(len(RemoveAccounts)): - if RemoveAccounts[i] is not None: - self.add_query_param('RemoveAccount.' + str(i + 1) , RemoveAccounts[i]); - def get_OwnerAccount(self): return self.get_query_params().get('OwnerAccount') @@ -67,4 +51,20 @@ def get_OwnerId(self): return self.get_query_params().get('OwnerId') def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) \ No newline at end of file + self.add_query_param('OwnerId',OwnerId) + + def get_AddAccounts(self): + return self.get_query_params().get('AddAccounts') + + def set_AddAccounts(self,AddAccounts): + for i in range(len(AddAccounts)): + if AddAccounts[i] is not None: + self.add_query_param('AddAccount.' + str(i + 1) , AddAccounts[i]); + + def get_RemoveAccounts(self): + return self.get_query_params().get('RemoveAccounts') + + def set_RemoveAccounts(self,RemoveAccounts): + for i in range(len(RemoveAccounts)): + if RemoveAccounts[i] is not None: + self.add_query_param('RemoveAccount.' + str(i + 1) , RemoveAccounts[i]); \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyImageSharePermission_GatedLaunchRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyImageSharePermission_GatedLaunchRequest.py new file mode 100644 index 0000000000..386ee5b366 --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyImageSharePermission_GatedLaunchRequest.py @@ -0,0 +1,174 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class ModifyImageSharePermission_GatedLaunchRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyImageSharePermission_GatedLaunch','ecs') + + def get_AddAccount1(self): + return self.get_query_params().get('AddAccount.1') + + def set_AddAccount1(self,AddAccount1): + self.add_query_param('AddAccount.1',AddAccount1) + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_ImageId(self): + return self.get_query_params().get('ImageId') + + def set_ImageId(self,ImageId): + self.add_query_param('ImageId',ImageId) + + def get_AddAccount9(self): + return self.get_query_params().get('AddAccount.9') + + def set_AddAccount9(self,AddAccount9): + self.add_query_param('AddAccount.9',AddAccount9) + + def get_AddAccount8(self): + return self.get_query_params().get('AddAccount.8') + + def set_AddAccount8(self,AddAccount8): + self.add_query_param('AddAccount.8',AddAccount8) + + def get_AddAccount7(self): + return self.get_query_params().get('AddAccount.7') + + def set_AddAccount7(self,AddAccount7): + self.add_query_param('AddAccount.7',AddAccount7) + + def get_AddAccount6(self): + return self.get_query_params().get('AddAccount.6') + + def set_AddAccount6(self,AddAccount6): + self.add_query_param('AddAccount.6',AddAccount6) + + def get_AddAccount5(self): + return self.get_query_params().get('AddAccount.5') + + def set_AddAccount5(self,AddAccount5): + self.add_query_param('AddAccount.5',AddAccount5) + + def get_AddAccount10(self): + return self.get_query_params().get('AddAccount.10') + + def set_AddAccount10(self,AddAccount10): + self.add_query_param('AddAccount.10',AddAccount10) + + def get_AddAccount4(self): + return self.get_query_params().get('AddAccount.4') + + def set_AddAccount4(self,AddAccount4): + self.add_query_param('AddAccount.4',AddAccount4) + + def get_AddAccount3(self): + return self.get_query_params().get('AddAccount.3') + + def set_AddAccount3(self,AddAccount3): + self.add_query_param('AddAccount.3',AddAccount3) + + def get_AddAccount2(self): + return self.get_query_params().get('AddAccount.2') + + def set_AddAccount2(self,AddAccount2): + self.add_query_param('AddAccount.2',AddAccount2) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_RemoveAccount1(self): + return self.get_query_params().get('RemoveAccount.1') + + def set_RemoveAccount1(self,RemoveAccount1): + self.add_query_param('RemoveAccount.1',RemoveAccount1) + + def get_RemoveAccount2(self): + return self.get_query_params().get('RemoveAccount.2') + + def set_RemoveAccount2(self,RemoveAccount2): + self.add_query_param('RemoveAccount.2',RemoveAccount2) + + def get_RemoveAccount3(self): + return self.get_query_params().get('RemoveAccount.3') + + def set_RemoveAccount3(self,RemoveAccount3): + self.add_query_param('RemoveAccount.3',RemoveAccount3) + + def get_RemoveAccount4(self): + return self.get_query_params().get('RemoveAccount.4') + + def set_RemoveAccount4(self,RemoveAccount4): + self.add_query_param('RemoveAccount.4',RemoveAccount4) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_RemoveAccount9(self): + return self.get_query_params().get('RemoveAccount.9') + + def set_RemoveAccount9(self,RemoveAccount9): + self.add_query_param('RemoveAccount.9',RemoveAccount9) + + def get_RemoveAccount5(self): + return self.get_query_params().get('RemoveAccount.5') + + def set_RemoveAccount5(self,RemoveAccount5): + self.add_query_param('RemoveAccount.5',RemoveAccount5) + + def get_RemoveAccount6(self): + return self.get_query_params().get('RemoveAccount.6') + + def set_RemoveAccount6(self,RemoveAccount6): + self.add_query_param('RemoveAccount.6',RemoveAccount6) + + def get_RemoveAccount7(self): + return self.get_query_params().get('RemoveAccount.7') + + def set_RemoveAccount7(self,RemoveAccount7): + self.add_query_param('RemoveAccount.7',RemoveAccount7) + + def get_RemoveAccount8(self): + return self.get_query_params().get('RemoveAccount.8') + + def set_RemoveAccount8(self,RemoveAccount8): + self.add_query_param('RemoveAccount.8',RemoveAccount8) + + def get_RemoveAccount10(self): + return self.get_query_params().get('RemoveAccount.10') + + def set_RemoveAccount10(self,RemoveAccount10): + self.add_query_param('RemoveAccount.10',RemoveAccount10) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceAttributeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceAttributeRequest.py index 6ab4d9673d..7aca2be0d3 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceAttributeRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceAttributeRequest.py @@ -29,42 +29,18 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - def get_Recyclable(self): return self.get_query_params().get('Recyclable') def set_Recyclable(self,Recyclable): self.add_query_param('Recyclable',Recyclable) - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - def get_Description(self): return self.get_query_params().get('Description') def set_Description(self,Description): self.add_query_param('Description',Description) - def get_CreditSpecification(self): - return self.get_query_params().get('CreditSpecification') - - def set_CreditSpecification(self,CreditSpecification): - self.add_query_param('CreditSpecification',CreditSpecification) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - def get_DeletionProtection(self): return self.get_query_params().get('DeletionProtection') @@ -89,6 +65,30 @@ def get_HostName(self): def set_HostName(self,HostName): self.add_query_param('HostName',HostName) + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_CreditSpecification(self): + return self.get_query_params().get('CreditSpecification') + + def set_CreditSpecification(self,CreditSpecification): + self.add_query_param('CreditSpecification',CreditSpecification) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + def get_InstanceId(self): return self.get_query_params().get('InstanceId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceAttribute_GatedLaunchRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceAttribute_GatedLaunchRequest.py new file mode 100644 index 0000000000..74f4b74934 --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceAttribute_GatedLaunchRequest.py @@ -0,0 +1,84 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class ModifyInstanceAttribute_GatedLaunchRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyInstanceAttribute_GatedLaunch','ecs') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_Description(self): + return self.get_query_params().get('Description') + + def set_Description(self,Description): + self.add_query_param('Description',Description) + + def get_UserData(self): + return self.get_query_params().get('UserData') + + def set_UserData(self,UserData): + self.add_query_param('UserData',UserData) + + def get_Password(self): + return self.get_query_params().get('Password') + + def set_Password(self,Password): + self.add_query_param('Password',Password) + + def get_HostName(self): + return self.get_query_params().get('HostName') + + def set_HostName(self,HostName): + self.add_query_param('HostName',HostName) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_InstanceId(self): + return self.get_query_params().get('InstanceId') + + def set_InstanceId(self,InstanceId): + self.add_query_param('InstanceId',InstanceId) + + def get_InstanceName(self): + return self.get_query_params().get('InstanceName') + + def set_InstanceName(self,InstanceName): + self.add_query_param('InstanceName',InstanceName) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceAutoReleaseTimeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceAutoReleaseTimeRequest.py index a9ef327e11..660cdf1c64 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceAutoReleaseTimeRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceAutoReleaseTimeRequest.py @@ -29,12 +29,6 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) - def get_InstanceId(self): - return self.get_query_params().get('InstanceId') - - def set_InstanceId(self,InstanceId): - self.add_query_param('InstanceId',InstanceId) - def get_ResourceOwnerAccount(self): return self.get_query_params().get('ResourceOwnerAccount') @@ -57,4 +51,10 @@ def get_OwnerId(self): return self.get_query_params().get('OwnerId') def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) \ No newline at end of file + self.add_query_param('OwnerId',OwnerId) + + def get_InstanceId(self): + return self.get_query_params().get('InstanceId') + + def set_InstanceId(self,InstanceId): + self.add_query_param('InstanceId',InstanceId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceAutoRenewAttributeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceAutoRenewAttributeRequest.py index 54cf5f4657..07e7ebebb4 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceAutoRenewAttributeRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceAutoRenewAttributeRequest.py @@ -23,35 +23,23 @@ class ModifyInstanceAutoRenewAttributeRequest(RpcRequest): def __init__(self): RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyInstanceAutoRenewAttribute','ecs') - def get_Duration(self): - return self.get_query_params().get('Duration') - - def set_Duration(self,Duration): - self.add_query_param('Duration',Duration) - def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) - def get_PeriodUnit(self): - return self.get_query_params().get('PeriodUnit') - - def set_PeriodUnit(self,PeriodUnit): - self.add_query_param('PeriodUnit',PeriodUnit) - - def get_InstanceId(self): - return self.get_query_params().get('InstanceId') + def get_Duration(self): + return self.get_query_params().get('Duration') - def set_InstanceId(self,InstanceId): - self.add_query_param('InstanceId',InstanceId) + def set_Duration(self,Duration): + self.add_query_param('Duration',Duration) - def get_AutoRenew(self): - return self.get_query_params().get('AutoRenew') + def get_RenewalStatus(self): + return self.get_query_params().get('RenewalStatus') - def set_AutoRenew(self,AutoRenew): - self.add_query_param('AutoRenew',AutoRenew) + def set_RenewalStatus(self,RenewalStatus): + self.add_query_param('RenewalStatus',RenewalStatus) def get_ResourceOwnerAccount(self): return self.get_query_params().get('ResourceOwnerAccount') @@ -65,14 +53,26 @@ def get_OwnerAccount(self): def set_OwnerAccount(self,OwnerAccount): self.add_query_param('OwnerAccount',OwnerAccount) - def get_RenewalStatus(self): - return self.get_query_params().get('RenewalStatus') - - def set_RenewalStatus(self,RenewalStatus): - self.add_query_param('RenewalStatus',RenewalStatus) - def get_OwnerId(self): return self.get_query_params().get('OwnerId') def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) \ No newline at end of file + self.add_query_param('OwnerId',OwnerId) + + def get_PeriodUnit(self): + return self.get_query_params().get('PeriodUnit') + + def set_PeriodUnit(self,PeriodUnit): + self.add_query_param('PeriodUnit',PeriodUnit) + + def get_InstanceId(self): + return self.get_query_params().get('InstanceId') + + def set_InstanceId(self,InstanceId): + self.add_query_param('InstanceId',InstanceId) + + def get_AutoRenew(self): + return self.get_query_params().get('AutoRenew') + + def set_AutoRenew(self,AutoRenew): + self.add_query_param('AutoRenew',AutoRenew) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceAutoRenewAttribute_GatedLaunchRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceAutoRenewAttribute_GatedLaunchRequest.py new file mode 100644 index 0000000000..8ed7c48b4d --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceAutoRenewAttribute_GatedLaunchRequest.py @@ -0,0 +1,66 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class ModifyInstanceAutoRenewAttribute_GatedLaunchRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyInstanceAutoRenewAttribute_GatedLaunch','ecs') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_Duration(self): + return self.get_query_params().get('Duration') + + def set_Duration(self,Duration): + self.add_query_param('Duration',Duration) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_InstanceId(self): + return self.get_query_params().get('InstanceId') + + def set_InstanceId(self,InstanceId): + self.add_query_param('InstanceId',InstanceId) + + def get_AutoRenew(self): + return self.get_query_params().get('AutoRenew') + + def set_AutoRenew(self,AutoRenew): + self.add_query_param('AutoRenew',AutoRenew) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceChargeTypeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceChargeTypeRequest.py index 5658a26005..30cb854f55 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceChargeTypeRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceChargeTypeRequest.py @@ -29,6 +29,18 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) + def get_ClientToken(self): + return self.get_query_params().get('ClientToken') + + def set_ClientToken(self,ClientToken): + self.add_query_param('ClientToken',ClientToken) + + def get_InstanceChargeType(self): + return self.get_query_params().get('InstanceChargeType') + + def set_InstanceChargeType(self,InstanceChargeType): + self.add_query_param('InstanceChargeType',InstanceChargeType) + def get_Period(self): return self.get_query_params().get('Period') @@ -59,12 +71,6 @@ def get_ResourceOwnerAccount(self): def set_ResourceOwnerAccount(self,ResourceOwnerAccount): self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - def get_ClientToken(self): - return self.get_query_params().get('ClientToken') - - def set_ClientToken(self,ClientToken): - self.add_query_param('ClientToken',ClientToken) - def get_OwnerAccount(self): return self.get_query_params().get('OwnerAccount') @@ -87,10 +93,4 @@ def get_InstanceIds(self): return self.get_query_params().get('InstanceIds') def set_InstanceIds(self,InstanceIds): - self.add_query_param('InstanceIds',InstanceIds) - - def get_InstanceChargeType(self): - return self.get_query_params().get('InstanceChargeType') - - def set_InstanceChargeType(self,InstanceChargeType): - self.add_query_param('InstanceChargeType',InstanceChargeType) \ No newline at end of file + self.add_query_param('InstanceIds',InstanceIds) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceDeploymentRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceDeploymentRequest.py index 26e62da882..355515de66 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceDeploymentRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceDeploymentRequest.py @@ -47,6 +47,12 @@ def get_OwnerAccount(self): def set_OwnerAccount(self,OwnerAccount): self.add_query_param('OwnerAccount',OwnerAccount) + def get_Tenancy(self): + return self.get_query_params().get('Tenancy') + + def set_Tenancy(self,Tenancy): + self.add_query_param('Tenancy',Tenancy) + def get_DedicatedHostId(self): return self.get_query_params().get('DedicatedHostId') @@ -69,4 +75,10 @@ def get_Force(self): return self.get_query_params().get('Force') def set_Force(self,Force): - self.add_query_param('Force',Force) \ No newline at end of file + self.add_query_param('Force',Force) + + def get_Affinity(self): + return self.get_query_params().get('Affinity') + + def set_Affinity(self,Affinity): + self.add_query_param('Affinity',Affinity) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceNetworkSpecRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceNetworkSpecRequest.py index f56524d6a8..b3ee00bedb 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceNetworkSpecRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceNetworkSpecRequest.py @@ -29,6 +29,24 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) + def get_ClientToken(self): + return self.get_query_params().get('ClientToken') + + def set_ClientToken(self,ClientToken): + self.add_query_param('ClientToken',ClientToken) + + def get_InternetMaxBandwidthOut(self): + return self.get_query_params().get('InternetMaxBandwidthOut') + + def set_InternetMaxBandwidthOut(self,InternetMaxBandwidthOut): + self.add_query_param('InternetMaxBandwidthOut',InternetMaxBandwidthOut) + + def get_StartTime(self): + return self.get_query_params().get('StartTime') + + def set_StartTime(self,StartTime): + self.add_query_param('StartTime',StartTime) + def get_AutoPay(self): return self.get_query_params().get('AutoPay') @@ -41,36 +59,18 @@ def get_ResourceOwnerAccount(self): def set_ResourceOwnerAccount(self,ResourceOwnerAccount): self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - def get_ClientToken(self): - return self.get_query_params().get('ClientToken') - - def set_ClientToken(self,ClientToken): - self.add_query_param('ClientToken',ClientToken) - def get_OwnerAccount(self): return self.get_query_params().get('OwnerAccount') def set_OwnerAccount(self,OwnerAccount): self.add_query_param('OwnerAccount',OwnerAccount) - def get_InternetMaxBandwidthOut(self): - return self.get_query_params().get('InternetMaxBandwidthOut') - - def set_InternetMaxBandwidthOut(self,InternetMaxBandwidthOut): - self.add_query_param('InternetMaxBandwidthOut',InternetMaxBandwidthOut) - def get_EndTime(self): return self.get_query_params().get('EndTime') def set_EndTime(self,EndTime): self.add_query_param('EndTime',EndTime) - def get_StartTime(self): - return self.get_query_params().get('StartTime') - - def set_StartTime(self,StartTime): - self.add_query_param('StartTime',StartTime) - def get_OwnerId(self): return self.get_query_params().get('OwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceNetworkSpec_GatedLaunchRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceNetworkSpec_GatedLaunchRequest.py new file mode 100644 index 0000000000..a57739086e --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceNetworkSpec_GatedLaunchRequest.py @@ -0,0 +1,66 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class ModifyInstanceNetworkSpec_GatedLaunchRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyInstanceNetworkSpec_GatedLaunch','ecs') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_InternetMaxBandwidthOut(self): + return self.get_query_params().get('InternetMaxBandwidthOut') + + def set_InternetMaxBandwidthOut(self,InternetMaxBandwidthOut): + self.add_query_param('InternetMaxBandwidthOut',InternetMaxBandwidthOut) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_InstanceId(self): + return self.get_query_params().get('InstanceId') + + def set_InstanceId(self,InstanceId): + self.add_query_param('InstanceId',InstanceId) + + def get_InternetMaxBandwidthIn(self): + return self.get_query_params().get('InternetMaxBandwidthIn') + + def set_InternetMaxBandwidthIn(self,InternetMaxBandwidthIn): + self.add_query_param('InternetMaxBandwidthIn',InternetMaxBandwidthIn) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceSpecRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceSpecRequest.py index 1461f0160a..e07ae541b4 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceSpecRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceSpecRequest.py @@ -29,12 +29,6 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - def get_ClientToken(self): return self.get_query_params().get('ClientToken') @@ -47,18 +41,42 @@ def get_AllowMigrateAcrossZone(self): def set_AllowMigrateAcrossZone(self,AllowMigrateAcrossZone): self.add_query_param('AllowMigrateAcrossZone',AllowMigrateAcrossZone) - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - def get_InternetMaxBandwidthOut(self): return self.get_query_params().get('InternetMaxBandwidthOut') def set_InternetMaxBandwidthOut(self,InternetMaxBandwidthOut): self.add_query_param('InternetMaxBandwidthOut',InternetMaxBandwidthOut) + def get_SystemDiskCategory(self): + return self.get_query_params().get('SystemDisk.Category') + + def set_SystemDiskCategory(self,SystemDiskCategory): + self.add_query_param('SystemDisk.Category',SystemDiskCategory) + + def get_InstanceType(self): + return self.get_query_params().get('InstanceType') + + def set_InstanceType(self,InstanceType): + self.add_query_param('InstanceType',InstanceType) + + def get_TemporaryEndTime(self): + return self.get_query_params().get('Temporary.EndTime') + + def set_TemporaryEndTime(self,TemporaryEndTime): + self.add_query_param('Temporary.EndTime',TemporaryEndTime) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + def get_OwnerId(self): return self.get_query_params().get('OwnerId') @@ -71,12 +89,6 @@ def get_TemporaryInternetMaxBandwidthOut(self): def set_TemporaryInternetMaxBandwidthOut(self,TemporaryInternetMaxBandwidthOut): self.add_query_param('Temporary.InternetMaxBandwidthOut',TemporaryInternetMaxBandwidthOut) - def get_SystemDiskCategory(self): - return self.get_query_params().get('SystemDisk.Category') - - def set_SystemDiskCategory(self,SystemDiskCategory): - self.add_query_param('SystemDisk.Category',SystemDiskCategory) - def get_TemporaryStartTime(self): return self.get_query_params().get('Temporary.StartTime') @@ -95,18 +107,6 @@ def get_InstanceId(self): def set_InstanceId(self,InstanceId): self.add_query_param('InstanceId',InstanceId) - def get_InstanceType(self): - return self.get_query_params().get('InstanceType') - - def set_InstanceType(self,InstanceType): - self.add_query_param('InstanceType',InstanceType) - - def get_TemporaryEndTime(self): - return self.get_query_params().get('Temporary.EndTime') - - def set_TemporaryEndTime(self,TemporaryEndTime): - self.add_query_param('Temporary.EndTime',TemporaryEndTime) - def get_InternetMaxBandwidthIn(self): return self.get_query_params().get('InternetMaxBandwidthIn') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceSpec_GatedLaunchRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceSpec_GatedLaunchRequest.py new file mode 100644 index 0000000000..9cee88f30c --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceSpec_GatedLaunchRequest.py @@ -0,0 +1,96 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class ModifyInstanceSpec_GatedLaunchRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyInstanceSpec_GatedLaunch','ecs') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_InternetMaxBandwidthOut(self): + return self.get_query_params().get('InternetMaxBandwidthOut') + + def set_InternetMaxBandwidthOut(self,InternetMaxBandwidthOut): + self.add_query_param('InternetMaxBandwidthOut',InternetMaxBandwidthOut) + + def get_InstanceType(self): + return self.get_query_params().get('InstanceType') + + def set_InstanceType(self,InstanceType): + self.add_query_param('InstanceType',InstanceType) + + def get_TemporaryEndTime(self): + return self.get_query_params().get('Temporary.EndTime') + + def set_TemporaryEndTime(self,TemporaryEndTime): + self.add_query_param('Temporary.EndTime',TemporaryEndTime) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_TemporaryInternetMaxBandwidthOut(self): + return self.get_query_params().get('Temporary.InternetMaxBandwidthOut') + + def set_TemporaryInternetMaxBandwidthOut(self,TemporaryInternetMaxBandwidthOut): + self.add_query_param('Temporary.InternetMaxBandwidthOut',TemporaryInternetMaxBandwidthOut) + + def get_TemporaryStartTime(self): + return self.get_query_params().get('Temporary.StartTime') + + def set_TemporaryStartTime(self,TemporaryStartTime): + self.add_query_param('Temporary.StartTime',TemporaryStartTime) + + def get_Async(self): + return self.get_query_params().get('Async') + + def set_Async(self,Async): + self.add_query_param('Async',Async) + + def get_InstanceId(self): + return self.get_query_params().get('InstanceId') + + def set_InstanceId(self,InstanceId): + self.add_query_param('InstanceId',InstanceId) + + def get_InternetMaxBandwidthIn(self): + return self.get_query_params().get('InternetMaxBandwidthIn') + + def set_InternetMaxBandwidthIn(self,InternetMaxBandwidthIn): + self.add_query_param('InternetMaxBandwidthIn',InternetMaxBandwidthIn) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceVncPasswdRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceVncPasswdRequest.py index e25fe5b6ef..0ea1d7dfeb 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceVncPasswdRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceVncPasswdRequest.py @@ -29,12 +29,6 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) - def get_InstanceId(self): - return self.get_query_params().get('InstanceId') - - def set_InstanceId(self,InstanceId): - self.add_query_param('InstanceId',InstanceId) - def get_ResourceOwnerAccount(self): return self.get_query_params().get('ResourceOwnerAccount') @@ -53,6 +47,12 @@ def get_OwnerId(self): def set_OwnerId(self,OwnerId): self.add_query_param('OwnerId',OwnerId) + def get_InstanceId(self): + return self.get_query_params().get('InstanceId') + + def set_InstanceId(self,InstanceId): + self.add_query_param('InstanceId',InstanceId) + def get_VncPassword(self): return self.get_query_params().get('VncPassword') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceVncPasswd_GatedLaunchRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceVncPasswd_GatedLaunchRequest.py new file mode 100644 index 0000000000..b07a2957d8 --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceVncPasswd_GatedLaunchRequest.py @@ -0,0 +1,60 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class ModifyInstanceVncPasswd_GatedLaunchRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyInstanceVncPasswd_GatedLaunch','ecs') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_InstanceId(self): + return self.get_query_params().get('InstanceId') + + def set_InstanceId(self,InstanceId): + self.add_query_param('InstanceId',InstanceId) + + def get_VncPassword(self): + return self.get_query_params().get('VncPassword') + + def set_VncPassword(self,VncPassword): + self.add_query_param('VncPassword',VncPassword) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceVpcAttributeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceVpcAttributeRequest.py index dbba099f80..bfd9cd0de1 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceVpcAttributeRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceVpcAttributeRequest.py @@ -23,30 +23,12 @@ class ModifyInstanceVpcAttributeRequest(RpcRequest): def __init__(self): RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyInstanceVpcAttribute','ecs') - def get_VSwitchId(self): - return self.get_query_params().get('VSwitchId') - - def set_VSwitchId(self,VSwitchId): - self.add_query_param('VSwitchId',VSwitchId) - - def get_PrivateIpAddress(self): - return self.get_query_params().get('PrivateIpAddress') - - def set_PrivateIpAddress(self,PrivateIpAddress): - self.add_query_param('PrivateIpAddress',PrivateIpAddress) - def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) - def get_InstanceId(self): - return self.get_query_params().get('InstanceId') - - def set_InstanceId(self,InstanceId): - self.add_query_param('InstanceId',InstanceId) - def get_ResourceOwnerAccount(self): return self.get_query_params().get('ResourceOwnerAccount') @@ -63,4 +45,22 @@ def get_OwnerId(self): return self.get_query_params().get('OwnerId') def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) \ No newline at end of file + self.add_query_param('OwnerId',OwnerId) + + def get_VSwitchId(self): + return self.get_query_params().get('VSwitchId') + + def set_VSwitchId(self,VSwitchId): + self.add_query_param('VSwitchId',VSwitchId) + + def get_PrivateIpAddress(self): + return self.get_query_params().get('PrivateIpAddress') + + def set_PrivateIpAddress(self,PrivateIpAddress): + self.add_query_param('PrivateIpAddress',PrivateIpAddress) + + def get_InstanceId(self): + return self.get_query_params().get('InstanceId') + + def set_InstanceId(self,InstanceId): + self.add_query_param('InstanceId',InstanceId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceVpcAttribute_GatedLaunchRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceVpcAttribute_GatedLaunchRequest.py new file mode 100644 index 0000000000..f12277b593 --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceVpcAttribute_GatedLaunchRequest.py @@ -0,0 +1,66 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class ModifyInstanceVpcAttribute_GatedLaunchRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyInstanceVpcAttribute_GatedLaunch','ecs') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_VSwitchId(self): + return self.get_query_params().get('VSwitchId') + + def set_VSwitchId(self,VSwitchId): + self.add_query_param('VSwitchId',VSwitchId) + + def get_PrivateIpAddress(self): + return self.get_query_params().get('PrivateIpAddress') + + def set_PrivateIpAddress(self,PrivateIpAddress): + self.add_query_param('PrivateIpAddress',PrivateIpAddress) + + def get_InstanceId(self): + return self.get_query_params().get('InstanceId') + + def set_InstanceId(self,InstanceId): + self.add_query_param('InstanceId',InstanceId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyIntranetBandwidthKbRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyIntranetBandwidthKbRequest.py new file mode 100644 index 0000000000..7475f721c1 --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyIntranetBandwidthKbRequest.py @@ -0,0 +1,66 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class ModifyIntranetBandwidthKbRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyIntranetBandwidthKb','ecs') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_IntranetMaxBandwidthOut(self): + return self.get_query_params().get('IntranetMaxBandwidthOut') + + def set_IntranetMaxBandwidthOut(self,IntranetMaxBandwidthOut): + self.add_query_param('IntranetMaxBandwidthOut',IntranetMaxBandwidthOut) + + def get_InstanceId(self): + return self.get_query_params().get('InstanceId') + + def set_InstanceId(self,InstanceId): + self.add_query_param('InstanceId',InstanceId) + + def get_IntranetMaxBandwidthIn(self): + return self.get_query_params().get('IntranetMaxBandwidthIn') + + def set_IntranetMaxBandwidthIn(self,IntranetMaxBandwidthIn): + self.add_query_param('IntranetMaxBandwidthIn',IntranetMaxBandwidthIn) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyIntranetBandwidthKb_GatedLaunchRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyIntranetBandwidthKb_GatedLaunchRequest.py new file mode 100644 index 0000000000..bacaa206e7 --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyIntranetBandwidthKb_GatedLaunchRequest.py @@ -0,0 +1,66 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class ModifyIntranetBandwidthKb_GatedLaunchRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyIntranetBandwidthKb_GatedLaunch','ecs') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_IntranetMaxBandwidthOut(self): + return self.get_query_params().get('IntranetMaxBandwidthOut') + + def set_IntranetMaxBandwidthOut(self,IntranetMaxBandwidthOut): + self.add_query_param('IntranetMaxBandwidthOut',IntranetMaxBandwidthOut) + + def get_InstanceId(self): + return self.get_query_params().get('InstanceId') + + def set_InstanceId(self,InstanceId): + self.add_query_param('InstanceId',InstanceId) + + def get_IntranetMaxBandwidthIn(self): + return self.get_query_params().get('IntranetMaxBandwidthIn') + + def set_IntranetMaxBandwidthIn(self,IntranetMaxBandwidthIn): + self.add_query_param('IntranetMaxBandwidthIn',IntranetMaxBandwidthIn) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyPhysicalConnectionAttributeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyPhysicalConnectionAttributeRequest.py index 2141c9c2c6..7d18368fc8 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyPhysicalConnectionAttributeRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyPhysicalConnectionAttributeRequest.py @@ -23,18 +23,6 @@ class ModifyPhysicalConnectionAttributeRequest(RpcRequest): def __init__(self): RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyPhysicalConnectionAttribute','ecs') - def get_RedundantPhysicalConnectionId(self): - return self.get_query_params().get('RedundantPhysicalConnectionId') - - def set_RedundantPhysicalConnectionId(self,RedundantPhysicalConnectionId): - self.add_query_param('RedundantPhysicalConnectionId',RedundantPhysicalConnectionId) - - def get_PeerLocation(self): - return self.get_query_params().get('PeerLocation') - - def set_PeerLocation(self,PeerLocation): - self.add_query_param('PeerLocation',PeerLocation) - def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -53,18 +41,42 @@ def get_CircuitCode(self): def set_CircuitCode(self,CircuitCode): self.add_query_param('CircuitCode',CircuitCode) - def get_bandwidth(self): - return self.get_query_params().get('bandwidth') - - def set_bandwidth(self,bandwidth): - self.add_query_param('bandwidth',bandwidth) - def get_ClientToken(self): return self.get_query_params().get('ClientToken') def set_ClientToken(self,ClientToken): self.add_query_param('ClientToken',ClientToken) + def get_Description(self): + return self.get_query_params().get('Description') + + def set_Description(self,Description): + self.add_query_param('Description',Description) + + def get_UserCidr(self): + return self.get_query_params().get('UserCidr') + + def set_UserCidr(self,UserCidr): + self.add_query_param('UserCidr',UserCidr) + + def get_RedundantPhysicalConnectionId(self): + return self.get_query_params().get('RedundantPhysicalConnectionId') + + def set_RedundantPhysicalConnectionId(self,RedundantPhysicalConnectionId): + self.add_query_param('RedundantPhysicalConnectionId',RedundantPhysicalConnectionId) + + def get_PeerLocation(self): + return self.get_query_params().get('PeerLocation') + + def set_PeerLocation(self,PeerLocation): + self.add_query_param('PeerLocation',PeerLocation) + + def get_bandwidth(self): + return self.get_query_params().get('bandwidth') + + def set_bandwidth(self,bandwidth): + self.add_query_param('bandwidth',bandwidth) + def get_ResourceOwnerAccount(self): return self.get_query_params().get('ResourceOwnerAccount') @@ -77,12 +89,6 @@ def get_OwnerAccount(self): def set_OwnerAccount(self,OwnerAccount): self.add_query_param('OwnerAccount',OwnerAccount) - def get_Description(self): - return self.get_query_params().get('Description') - - def set_Description(self,Description): - self.add_query_param('Description',Description) - def get_OwnerId(self): return self.get_query_params().get('OwnerId') @@ -105,10 +111,4 @@ def get_Name(self): return self.get_query_params().get('Name') def set_Name(self,Name): - self.add_query_param('Name',Name) - - def get_UserCidr(self): - return self.get_query_params().get('UserCidr') - - def set_UserCidr(self,UserCidr): - self.add_query_param('UserCidr',UserCidr) \ No newline at end of file + self.add_query_param('Name',Name) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyPrepayInstanceSpecRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyPrepayInstanceSpecRequest.py index 85ecf75ff3..587c59962b 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyPrepayInstanceSpecRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyPrepayInstanceSpecRequest.py @@ -29,36 +29,12 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) - def get_AutoPay(self): - return self.get_query_params().get('AutoPay') - - def set_AutoPay(self,AutoPay): - self.add_query_param('AutoPay',AutoPay) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - def get_ClientToken(self): return self.get_query_params().get('ClientToken') def set_ClientToken(self,ClientToken): self.add_query_param('ClientToken',ClientToken) - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - def get_OperatorType(self): return self.get_query_params().get('OperatorType') @@ -71,12 +47,6 @@ def get_SystemDiskCategory(self): def set_SystemDiskCategory(self,SystemDiskCategory): self.add_query_param('SystemDisk.Category',SystemDiskCategory) - def get_InstanceId(self): - return self.get_query_params().get('InstanceId') - - def set_InstanceId(self,InstanceId): - self.add_query_param('InstanceId',InstanceId) - def get_MigrateAcrossZone(self): return self.get_query_params().get('MigrateAcrossZone') @@ -87,4 +57,34 @@ def get_InstanceType(self): return self.get_query_params().get('InstanceType') def set_InstanceType(self,InstanceType): - self.add_query_param('InstanceType',InstanceType) \ No newline at end of file + self.add_query_param('InstanceType',InstanceType) + + def get_AutoPay(self): + return self.get_query_params().get('AutoPay') + + def set_AutoPay(self,AutoPay): + self.add_query_param('AutoPay',AutoPay) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_InstanceId(self): + return self.get_query_params().get('InstanceId') + + def set_InstanceId(self,InstanceId): + self.add_query_param('InstanceId',InstanceId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyReservedInstanceAttributeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyReservedInstanceAttributeRequest.py new file mode 100644 index 0000000000..eff017225e --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyReservedInstanceAttributeRequest.py @@ -0,0 +1,66 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class ModifyReservedInstanceAttributeRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyReservedInstanceAttribute','ecs') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_Description(self): + return self.get_query_params().get('Description') + + def set_Description(self,Description): + self.add_query_param('Description',Description) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_ReservedInstanceId(self): + return self.get_query_params().get('ReservedInstanceId') + + def set_ReservedInstanceId(self,ReservedInstanceId): + self.add_query_param('ReservedInstanceId',ReservedInstanceId) + + def get_ReservedInstanceName(self): + return self.get_query_params().get('ReservedInstanceName') + + def set_ReservedInstanceName(self,ReservedInstanceName): + self.add_query_param('ReservedInstanceName',ReservedInstanceName) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyRouterInterfaceAttributeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyRouterInterfaceAttributeRequest.py index c8ddb65504..8b5f0fc827 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyRouterInterfaceAttributeRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyRouterInterfaceAttributeRequest.py @@ -35,12 +35,6 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - def get_Description(self): return self.get_query_params().get('Description') @@ -53,6 +47,18 @@ def get_HealthCheckTargetIp(self): def set_HealthCheckTargetIp(self,HealthCheckTargetIp): self.add_query_param('HealthCheckTargetIp',HealthCheckTargetIp) + def get_OppositeInterfaceId(self): + return self.get_query_params().get('OppositeInterfaceId') + + def set_OppositeInterfaceId(self,OppositeInterfaceId): + self.add_query_param('OppositeInterfaceId',OppositeInterfaceId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + def get_OwnerId(self): return self.get_query_params().get('OwnerId') @@ -87,10 +93,4 @@ def get_OppositeRouterType(self): return self.get_query_params().get('OppositeRouterType') def set_OppositeRouterType(self,OppositeRouterType): - self.add_query_param('OppositeRouterType',OppositeRouterType) - - def get_OppositeInterfaceId(self): - return self.get_query_params().get('OppositeInterfaceId') - - def set_OppositeInterfaceId(self,OppositeInterfaceId): - self.add_query_param('OppositeInterfaceId',OppositeInterfaceId) \ No newline at end of file + self.add_query_param('OppositeRouterType',OppositeRouterType) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyRouterInterfaceSpecRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyRouterInterfaceSpecRequest.py index 3b0f3981ec..eb1d451dfb 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyRouterInterfaceSpecRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyRouterInterfaceSpecRequest.py @@ -29,23 +29,17 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - def get_ClientToken(self): return self.get_query_params().get('ClientToken') def set_ClientToken(self,ClientToken): self.add_query_param('ClientToken',ClientToken) - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') + def get_Spec(self): + return self.get_query_params().get('Spec') - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) + def set_Spec(self,Spec): + self.add_query_param('Spec',Spec) def get_UserCidr(self): return self.get_query_params().get('UserCidr') @@ -53,6 +47,18 @@ def get_UserCidr(self): def set_UserCidr(self,UserCidr): self.add_query_param('UserCidr',UserCidr) + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + def get_RouterInterfaceId(self): return self.get_query_params().get('RouterInterfaceId') @@ -63,10 +69,4 @@ def get_OwnerId(self): return self.get_query_params().get('OwnerId') def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_Spec(self): - return self.get_query_params().get('Spec') - - def set_Spec(self,Spec): - self.add_query_param('Spec',Spec) \ No newline at end of file + self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifySecurityGroupAttributeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifySecurityGroupAttributeRequest.py index b4770211a2..b87eaa54bb 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifySecurityGroupAttributeRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifySecurityGroupAttributeRequest.py @@ -29,18 +29,6 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - def get_SecurityGroupId(self): return self.get_query_params().get('SecurityGroupId') @@ -53,14 +41,26 @@ def get_Description(self): def set_Description(self,Description): self.add_query_param('Description',Description) - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - def get_SecurityGroupName(self): return self.get_query_params().get('SecurityGroupName') def set_SecurityGroupName(self,SecurityGroupName): - self.add_query_param('SecurityGroupName',SecurityGroupName) \ No newline at end of file + self.add_query_param('SecurityGroupName',SecurityGroupName) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifySecurityGroupAttribute_GatedLaunchRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifySecurityGroupAttribute_GatedLaunchRequest.py new file mode 100644 index 0000000000..bd230bc2e0 --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifySecurityGroupAttribute_GatedLaunchRequest.py @@ -0,0 +1,66 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class ModifySecurityGroupAttribute_GatedLaunchRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifySecurityGroupAttribute_GatedLaunch','ecs') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_SecurityGroupId(self): + return self.get_query_params().get('SecurityGroupId') + + def set_SecurityGroupId(self,SecurityGroupId): + self.add_query_param('SecurityGroupId',SecurityGroupId) + + def get_Description(self): + return self.get_query_params().get('Description') + + def set_Description(self,Description): + self.add_query_param('Description',Description) + + def get_SecurityGroupName(self): + return self.get_query_params().get('SecurityGroupName') + + def set_SecurityGroupName(self,SecurityGroupName): + self.add_query_param('SecurityGroupName',SecurityGroupName) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifySecurityGroupPolicyRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifySecurityGroupPolicyRequest.py index 4a0f82bb2e..e3bc8b072f 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifySecurityGroupPolicyRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifySecurityGroupPolicyRequest.py @@ -35,6 +35,18 @@ def get_ClientToken(self): def set_ClientToken(self,ClientToken): self.add_query_param('ClientToken',ClientToken) + def get_SecurityGroupId(self): + return self.get_query_params().get('SecurityGroupId') + + def set_SecurityGroupId(self,SecurityGroupId): + self.add_query_param('SecurityGroupId',SecurityGroupId) + + def get_InnerAccessPolicy(self): + return self.get_query_params().get('InnerAccessPolicy') + + def set_InnerAccessPolicy(self,InnerAccessPolicy): + self.add_query_param('InnerAccessPolicy',InnerAccessPolicy) + def get_ResourceOwnerAccount(self): return self.get_query_params().get('ResourceOwnerAccount') @@ -47,20 +59,8 @@ def get_OwnerAccount(self): def set_OwnerAccount(self,OwnerAccount): self.add_query_param('OwnerAccount',OwnerAccount) - def get_SecurityGroupId(self): - return self.get_query_params().get('SecurityGroupId') - - def set_SecurityGroupId(self,SecurityGroupId): - self.add_query_param('SecurityGroupId',SecurityGroupId) - def get_OwnerId(self): return self.get_query_params().get('OwnerId') def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_InnerAccessPolicy(self): - return self.get_query_params().get('InnerAccessPolicy') - - def set_InnerAccessPolicy(self,InnerAccessPolicy): - self.add_query_param('InnerAccessPolicy',InnerAccessPolicy) \ No newline at end of file + self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifySnapshotAttributeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifySnapshotAttributeRequest.py index 61f018f412..4cd72642a4 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifySnapshotAttributeRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifySnapshotAttributeRequest.py @@ -35,18 +35,6 @@ def get_SnapshotId(self): def set_SnapshotId(self,SnapshotId): self.add_query_param('SnapshotId',SnapshotId) - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - def get_Description(self): return self.get_query_params().get('Description') @@ -59,6 +47,18 @@ def get_SnapshotName(self): def set_SnapshotName(self,SnapshotName): self.add_query_param('SnapshotName',SnapshotName) + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + def get_OwnerId(self): return self.get_query_params().get('OwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifySnapshotAttribute_GatedLaunchRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifySnapshotAttribute_GatedLaunchRequest.py new file mode 100644 index 0000000000..e838bee72b --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifySnapshotAttribute_GatedLaunchRequest.py @@ -0,0 +1,66 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class ModifySnapshotAttribute_GatedLaunchRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifySnapshotAttribute_GatedLaunch','ecs') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_SnapshotId(self): + return self.get_query_params().get('SnapshotId') + + def set_SnapshotId(self,SnapshotId): + self.add_query_param('SnapshotId',SnapshotId) + + def get_Description(self): + return self.get_query_params().get('Description') + + def set_Description(self,Description): + self.add_query_param('Description',Description) + + def get_SnapshotName(self): + return self.get_query_params().get('SnapshotName') + + def set_SnapshotName(self,SnapshotName): + self.add_query_param('SnapshotName',SnapshotName) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyUserEventAttributeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyUserEventAttributeRequest.py new file mode 100644 index 0000000000..f7463ee097 --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyUserEventAttributeRequest.py @@ -0,0 +1,66 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class ModifyUserEventAttributeRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyUserEventAttribute','ecs') + + def get_EventId(self): + return self.get_query_params().get('EventId') + + def set_EventId(self,EventId): + self.add_query_param('EventId',EventId) + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_ResourceId(self): + return self.get_query_params().get('ResourceId') + + def set_ResourceId(self,ResourceId): + self.add_query_param('ResourceId',ResourceId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_NewPlanTime(self): + return self.get_query_params().get('NewPlanTime') + + def set_NewPlanTime(self,NewPlanTime): + self.add_query_param('NewPlanTime',NewPlanTime) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_NewExpireTime(self): + return self.get_query_params().get('NewExpireTime') + + def set_NewExpireTime(self,NewExpireTime): + self.add_query_param('NewExpireTime',NewExpireTime) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyVRouterAttributeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyVRouterAttributeRequest.py index 8df0c33923..bca2a1f0c5 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyVRouterAttributeRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyVRouterAttributeRequest.py @@ -23,12 +23,6 @@ class ModifyVRouterAttributeRequest(RpcRequest): def __init__(self): RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyVRouterAttribute','ecs') - def get_VRouterName(self): - return self.get_query_params().get('VRouterName') - - def set_VRouterName(self,VRouterName): - self.add_query_param('VRouterName',VRouterName) - def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -41,6 +35,18 @@ def get_VRouterId(self): def set_VRouterId(self,VRouterId): self.add_query_param('VRouterId',VRouterId) + def get_Description(self): + return self.get_query_params().get('Description') + + def set_Description(self,Description): + self.add_query_param('Description',Description) + + def get_VRouterName(self): + return self.get_query_params().get('VRouterName') + + def set_VRouterName(self,VRouterName): + self.add_query_param('VRouterName',VRouterName) + def get_ResourceOwnerAccount(self): return self.get_query_params().get('ResourceOwnerAccount') @@ -53,12 +59,6 @@ def get_OwnerAccount(self): def set_OwnerAccount(self,OwnerAccount): self.add_query_param('OwnerAccount',OwnerAccount) - def get_Description(self): - return self.get_query_params().get('Description') - - def set_Description(self,Description): - self.add_query_param('Description',Description) - def get_OwnerId(self): return self.get_query_params().get('OwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyVSwitchAttributeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyVSwitchAttributeRequest.py index 8f66a6bb8a..73aa264202 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyVSwitchAttributeRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyVSwitchAttributeRequest.py @@ -23,44 +23,44 @@ class ModifyVSwitchAttributeRequest(RpcRequest): def __init__(self): RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyVSwitchAttribute','ecs') - def get_VSwitchId(self): - return self.get_query_params().get('VSwitchId') - - def set_VSwitchId(self,VSwitchId): - self.add_query_param('VSwitchId',VSwitchId) - def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) + def get_Description(self): + return self.get_query_params().get('Description') + + def set_Description(self,Description): + self.add_query_param('Description',Description) + def get_ResourceOwnerAccount(self): return self.get_query_params().get('ResourceOwnerAccount') def set_ResourceOwnerAccount(self,ResourceOwnerAccount): self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - def get_VSwitchName(self): - return self.get_query_params().get('VSwitchName') - - def set_VSwitchName(self,VSwitchName): - self.add_query_param('VSwitchName',VSwitchName) - def get_OwnerAccount(self): return self.get_query_params().get('OwnerAccount') def set_OwnerAccount(self,OwnerAccount): self.add_query_param('OwnerAccount',OwnerAccount) - def get_Description(self): - return self.get_query_params().get('Description') - - def set_Description(self,Description): - self.add_query_param('Description',Description) - def get_OwnerId(self): return self.get_query_params().get('OwnerId') def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) \ No newline at end of file + self.add_query_param('OwnerId',OwnerId) + + def get_VSwitchId(self): + return self.get_query_params().get('VSwitchId') + + def set_VSwitchId(self,VSwitchId): + self.add_query_param('VSwitchId',VSwitchId) + + def get_VSwitchName(self): + return self.get_query_params().get('VSwitchName') + + def set_VSwitchName(self,VSwitchName): + self.add_query_param('VSwitchName',VSwitchName) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyVirtualBorderRouterAttributeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyVirtualBorderRouterAttributeRequest.py index d8164c6a20..9d630beacb 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyVirtualBorderRouterAttributeRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyVirtualBorderRouterAttributeRequest.py @@ -41,24 +41,12 @@ def get_VlanId(self): def set_VlanId(self,VlanId): self.add_query_param('VlanId',VlanId) - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - def get_ClientToken(self): return self.get_query_params().get('ClientToken') def set_ClientToken(self,ClientToken): self.add_query_param('ClientToken',ClientToken) - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - def get_Description(self): return self.get_query_params().get('Description') @@ -71,12 +59,6 @@ def get_VbrId(self): def set_VbrId(self,VbrId): self.add_query_param('VbrId',VbrId) - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - def get_PeerGatewayIp(self): return self.get_query_params().get('PeerGatewayIp') @@ -89,12 +71,6 @@ def get_PeeringSubnetMask(self): def set_PeeringSubnetMask(self,PeeringSubnetMask): self.add_query_param('PeeringSubnetMask',PeeringSubnetMask) - def get_Name(self): - return self.get_query_params().get('Name') - - def set_Name(self,Name): - self.add_query_param('Name',Name) - def get_LocalGatewayIp(self): return self.get_query_params().get('LocalGatewayIp') @@ -105,4 +81,28 @@ def get_UserCidr(self): return self.get_query_params().get('UserCidr') def set_UserCidr(self,UserCidr): - self.add_query_param('UserCidr',UserCidr) \ No newline at end of file + self.add_query_param('UserCidr',UserCidr) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_Name(self): + return self.get_query_params().get('Name') + + def set_Name(self,Name): + self.add_query_param('Name',Name) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyVolumeAttributeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyVolumeAttributeRequest.py new file mode 100644 index 0000000000..faac94952b --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyVolumeAttributeRequest.py @@ -0,0 +1,66 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class ModifyVolumeAttributeRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyVolumeAttribute','ecs') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_Description(self): + return self.get_query_params().get('Description') + + def set_Description(self,Description): + self.add_query_param('Description',Description) + + def get_VolumeName(self): + return self.get_query_params().get('VolumeName') + + def set_VolumeName(self,VolumeName): + self.add_query_param('VolumeName',VolumeName) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_VolumeId(self): + return self.get_query_params().get('VolumeId') + + def set_VolumeId(self,VolumeId): + self.add_query_param('VolumeId',VolumeId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyVolumeAttribute_GatedLaunchRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyVolumeAttribute_GatedLaunchRequest.py new file mode 100644 index 0000000000..a5bf964993 --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyVolumeAttribute_GatedLaunchRequest.py @@ -0,0 +1,66 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class ModifyVolumeAttribute_GatedLaunchRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyVolumeAttribute_GatedLaunch','ecs') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_Description(self): + return self.get_query_params().get('Description') + + def set_Description(self,Description): + self.add_query_param('Description',Description) + + def get_VolumeName(self): + return self.get_query_params().get('VolumeName') + + def set_VolumeName(self,VolumeName): + self.add_query_param('VolumeName',VolumeName) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_VolumeId(self): + return self.get_query_params().get('VolumeId') + + def set_VolumeId(self,VolumeId): + self.add_query_param('VolumeId',VolumeId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyVpcAttributeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyVpcAttributeRequest.py index a7b8a5ed74..d30a9c3da0 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyVpcAttributeRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyVpcAttributeRequest.py @@ -23,17 +23,29 @@ class ModifyVpcAttributeRequest(RpcRequest): def __init__(self): RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyVpcAttribute','ecs') + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_Description(self): + return self.get_query_params().get('Description') + + def set_Description(self,Description): + self.add_query_param('Description',Description) + def get_VpcName(self): return self.get_query_params().get('VpcName') def set_VpcName(self,VpcName): self.add_query_param('VpcName',VpcName) - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') + def get_UserCidr(self): + return self.get_query_params().get('UserCidr') - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) + def set_UserCidr(self,UserCidr): + self.add_query_param('UserCidr',UserCidr) def get_ResourceOwnerAccount(self): return self.get_query_params().get('ResourceOwnerAccount') @@ -41,38 +53,26 @@ def get_ResourceOwnerAccount(self): def set_ResourceOwnerAccount(self,ResourceOwnerAccount): self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - def get_VpcId(self): - return self.get_query_params().get('VpcId') - - def set_VpcId(self,VpcId): - self.add_query_param('VpcId',VpcId) - def get_OwnerAccount(self): return self.get_query_params().get('OwnerAccount') def set_OwnerAccount(self,OwnerAccount): self.add_query_param('OwnerAccount',OwnerAccount) - def get_CidrBlock(self): - return self.get_query_params().get('CidrBlock') - - def set_CidrBlock(self,CidrBlock): - self.add_query_param('CidrBlock',CidrBlock) - - def get_Description(self): - return self.get_query_params().get('Description') + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') - def set_Description(self,Description): - self.add_query_param('Description',Description) + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) - def get_UserCidr(self): - return self.get_query_params().get('UserCidr') + def get_VpcId(self): + return self.get_query_params().get('VpcId') - def set_UserCidr(self,UserCidr): - self.add_query_param('UserCidr',UserCidr) + def set_VpcId(self,VpcId): + self.add_query_param('VpcId',VpcId) - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') + def get_CidrBlock(self): + return self.get_query_params().get('CidrBlock') - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) \ No newline at end of file + def set_CidrBlock(self,CidrBlock): + self.add_query_param('CidrBlock',CidrBlock) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ReActivateInstancesRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ReActivateInstancesRequest.py index 1df08627c2..a46f220b01 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ReActivateInstancesRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ReActivateInstancesRequest.py @@ -29,12 +29,6 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) - def get_InstanceId(self): - return self.get_query_params().get('InstanceId') - - def set_InstanceId(self,InstanceId): - self.add_query_param('InstanceId',InstanceId) - def get_ResourceOwnerAccount(self): return self.get_query_params().get('ResourceOwnerAccount') @@ -51,4 +45,10 @@ def get_OwnerId(self): return self.get_query_params().get('OwnerId') def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) \ No newline at end of file + self.add_query_param('OwnerId',OwnerId) + + def get_InstanceId(self): + return self.get_query_params().get('InstanceId') + + def set_InstanceId(self,InstanceId): + self.add_query_param('InstanceId',InstanceId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ReInitDiskRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ReInitDiskRequest.py index d0ada9a23a..13d2e7eb77 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ReInitDiskRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ReInitDiskRequest.py @@ -29,36 +29,12 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) - def get_Password(self): - return self.get_query_params().get('Password') - - def set_Password(self,Password): - self.add_query_param('Password',Password) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - def get_AutoStartInstance(self): return self.get_query_params().get('AutoStartInstance') def set_AutoStartInstance(self,AutoStartInstance): self.add_query_param('AutoStartInstance',AutoStartInstance) - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_DiskId(self): - return self.get_query_params().get('DiskId') - - def set_DiskId(self,DiskId): - self.add_query_param('DiskId',DiskId) - def get_SecurityEnhancementStrategy(self): return self.get_query_params().get('SecurityEnhancementStrategy') @@ -71,6 +47,30 @@ def get_KeyPairName(self): def set_KeyPairName(self,KeyPairName): self.add_query_param('KeyPairName',KeyPairName) + def get_Password(self): + return self.get_query_params().get('Password') + + def set_Password(self,Password): + self.add_query_param('Password',Password) + + def get_DiskId(self): + return self.get_query_params().get('DiskId') + + def set_DiskId(self,DiskId): + self.add_query_param('DiskId',DiskId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + def get_OwnerId(self): return self.get_query_params().get('OwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ReInitDisk_GatedLaunchRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ReInitDisk_GatedLaunchRequest.py new file mode 100644 index 0000000000..88cc07c4fb --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ReInitDisk_GatedLaunchRequest.py @@ -0,0 +1,60 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class ReInitDisk_GatedLaunchRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ReInitDisk_GatedLaunch','ecs') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_Password(self): + return self.get_query_params().get('Password') + + def set_Password(self,Password): + self.add_query_param('Password',Password) + + def get_DiskId(self): + return self.get_query_params().get('DiskId') + + def set_DiskId(self,DiskId): + self.add_query_param('DiskId',DiskId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ReInitVolumeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ReInitVolumeRequest.py new file mode 100644 index 0000000000..bfbee11736 --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ReInitVolumeRequest.py @@ -0,0 +1,60 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class ReInitVolumeRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ReInitVolume','ecs') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_Password(self): + return self.get_query_params().get('Password') + + def set_Password(self,Password): + self.add_query_param('Password',Password) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_VolumeId(self): + return self.get_query_params().get('VolumeId') + + def set_VolumeId(self,VolumeId): + self.add_query_param('VolumeId',VolumeId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ReInitVolume_GatedLaunchRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ReInitVolume_GatedLaunchRequest.py new file mode 100644 index 0000000000..73de2f28fc --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ReInitVolume_GatedLaunchRequest.py @@ -0,0 +1,60 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class ReInitVolume_GatedLaunchRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ReInitVolume_GatedLaunch','ecs') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_Password(self): + return self.get_query_params().get('Password') + + def set_Password(self,Password): + self.add_query_param('Password',Password) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_VolumeId(self): + return self.get_query_params().get('VolumeId') + + def set_VolumeId(self,VolumeId): + self.add_query_param('VolumeId',VolumeId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RebootInstanceRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RebootInstanceRequest.py index b32a446c97..5d8744ffb1 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RebootInstanceRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RebootInstanceRequest.py @@ -29,11 +29,11 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) - def get_InstanceId(self): - return self.get_query_params().get('InstanceId') + def get_ForceStop(self): + return self.get_query_params().get('ForceStop') - def set_InstanceId(self,InstanceId): - self.add_query_param('InstanceId',InstanceId) + def set_ForceStop(self,ForceStop): + self.add_query_param('ForceStop',ForceStop) def get_DryRun(self): return self.get_query_params().get('DryRun') @@ -59,8 +59,8 @@ def get_OwnerId(self): def set_OwnerId(self,OwnerId): self.add_query_param('OwnerId',OwnerId) - def get_ForceStop(self): - return self.get_query_params().get('ForceStop') + def get_InstanceId(self): + return self.get_query_params().get('InstanceId') - def set_ForceStop(self,ForceStop): - self.add_query_param('ForceStop',ForceStop) \ No newline at end of file + def set_InstanceId(self,InstanceId): + self.add_query_param('InstanceId',InstanceId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RebootInstance_GatedLaunchRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RebootInstance_GatedLaunchRequest.py new file mode 100644 index 0000000000..5eaea24ad4 --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RebootInstance_GatedLaunchRequest.py @@ -0,0 +1,60 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class RebootInstance_GatedLaunchRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'RebootInstance_GatedLaunch','ecs') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_ForceStop(self): + return self.get_query_params().get('ForceStop') + + def set_ForceStop(self,ForceStop): + self.add_query_param('ForceStop',ForceStop) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_InstanceId(self): + return self.get_query_params().get('InstanceId') + + def set_InstanceId(self,InstanceId): + self.add_query_param('InstanceId',InstanceId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RecoverVirtualBorderRouterRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RecoverVirtualBorderRouterRequest.py index dd3c2b9b6e..50a81a511b 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RecoverVirtualBorderRouterRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RecoverVirtualBorderRouterRequest.py @@ -29,23 +29,17 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - def get_ClientToken(self): return self.get_query_params().get('ClientToken') def set_ClientToken(self,ClientToken): self.add_query_param('ClientToken',ClientToken) - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') + def get_VbrId(self): + return self.get_query_params().get('VbrId') - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) + def set_VbrId(self,VbrId): + self.add_query_param('VbrId',VbrId) def get_UserCidr(self): return self.get_query_params().get('UserCidr') @@ -53,11 +47,17 @@ def get_UserCidr(self): def set_UserCidr(self,UserCidr): self.add_query_param('UserCidr',UserCidr) - def get_VbrId(self): - return self.get_query_params().get('VbrId') + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') - def set_VbrId(self,VbrId): - self.add_query_param('VbrId',VbrId) + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) def get_OwnerId(self): return self.get_query_params().get('OwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ReleaseEipAddressRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ReleaseEipAddressRequest.py index c8d1e40b21..7c40737fb3 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ReleaseEipAddressRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ReleaseEipAddressRequest.py @@ -29,6 +29,12 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) + def get_AllocationId(self): + return self.get_query_params().get('AllocationId') + + def set_AllocationId(self,AllocationId): + self.add_query_param('AllocationId',AllocationId) + def get_ResourceOwnerAccount(self): return self.get_query_params().get('ResourceOwnerAccount') @@ -41,12 +47,6 @@ def get_OwnerAccount(self): def set_OwnerAccount(self,OwnerAccount): self.add_query_param('OwnerAccount',OwnerAccount) - def get_AllocationId(self): - return self.get_query_params().get('AllocationId') - - def set_AllocationId(self,AllocationId): - self.add_query_param('AllocationId',AllocationId) - def get_OwnerId(self): return self.get_query_params().get('OwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ReleasePublicIpAddressRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ReleasePublicIpAddressRequest.py index f4a1d5eed6..8d230ecb31 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ReleasePublicIpAddressRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ReleasePublicIpAddressRequest.py @@ -29,18 +29,6 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) - def get_PublicIpAddress(self): - return self.get_query_params().get('PublicIpAddress') - - def set_PublicIpAddress(self,PublicIpAddress): - self.add_query_param('PublicIpAddress',PublicIpAddress) - - def get_InstanceId(self): - return self.get_query_params().get('InstanceId') - - def set_InstanceId(self,InstanceId): - self.add_query_param('InstanceId',InstanceId) - def get_ResourceOwnerAccount(self): return self.get_query_params().get('ResourceOwnerAccount') @@ -57,4 +45,16 @@ def get_OwnerId(self): return self.get_query_params().get('OwnerId') def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) \ No newline at end of file + self.add_query_param('OwnerId',OwnerId) + + def get_PublicIpAddress(self): + return self.get_query_params().get('PublicIpAddress') + + def set_PublicIpAddress(self,PublicIpAddress): + self.add_query_param('PublicIpAddress',PublicIpAddress) + + def get_InstanceId(self): + return self.get_query_params().get('InstanceId') + + def set_InstanceId(self,InstanceId): + self.add_query_param('InstanceId',InstanceId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ReleasePublicIpAddress_GatedLaunchRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ReleasePublicIpAddress_GatedLaunchRequest.py new file mode 100644 index 0000000000..8102707183 --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ReleasePublicIpAddress_GatedLaunchRequest.py @@ -0,0 +1,60 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class ReleasePublicIpAddress_GatedLaunchRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ReleasePublicIpAddress_GatedLaunch','ecs') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_PublicIpAddress(self): + return self.get_query_params().get('PublicIpAddress') + + def set_PublicIpAddress(self,PublicIpAddress): + self.add_query_param('PublicIpAddress',PublicIpAddress) + + def get_InstanceId(self): + return self.get_query_params().get('InstanceId') + + def set_InstanceId(self,InstanceId): + self.add_query_param('InstanceId',InstanceId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RemoveBandwidthPackageIpsRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RemoveBandwidthPackageIpsRequest.py index 8de72f71ad..29b4f92883 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RemoveBandwidthPackageIpsRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RemoveBandwidthPackageIpsRequest.py @@ -23,6 +23,18 @@ class RemoveBandwidthPackageIpsRequest(RpcRequest): def __init__(self): RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'RemoveBandwidthPackageIps','ecs') + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_ClientToken(self): + return self.get_query_params().get('ClientToken') + + def set_ClientToken(self,ClientToken): + self.add_query_param('ClientToken',ClientToken) + def get_RemovedIpAddressess(self): return self.get_query_params().get('RemovedIpAddressess') @@ -31,12 +43,6 @@ def set_RemovedIpAddressess(self,RemovedIpAddressess): if RemovedIpAddressess[i] is not None: self.add_query_param('RemovedIpAddresses.' + str(i + 1) , RemovedIpAddressess[i]); - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - def get_BandwidthPackageId(self): return self.get_query_params().get('BandwidthPackageId') @@ -49,12 +55,6 @@ def get_ResourceOwnerAccount(self): def set_ResourceOwnerAccount(self,ResourceOwnerAccount): self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - def get_ClientToken(self): - return self.get_query_params().get('ClientToken') - - def set_ClientToken(self,ClientToken): - self.add_query_param('ClientToken',ClientToken) - def get_OwnerAccount(self): return self.get_query_params().get('OwnerAccount') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RemoveTagsRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RemoveTagsRequest.py index c89a989d31..4120d418a9 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RemoveTagsRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RemoveTagsRequest.py @@ -29,6 +29,17 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) + def get_Tags(self): + return self.get_query_params().get('Tags') + + def set_Tags(self,Tags): + for i in range(len(Tags)): + if Tags[i].get('Value') is not None: + self.add_query_param('Tag.' + str(i + 1) + '.Value' , Tags[i].get('Value')) + if Tags[i].get('Key') is not None: + self.add_query_param('Tag.' + str(i + 1) + '.Key' , Tags[i].get('Key')) + + def get_ResourceId(self): return self.get_query_params().get('ResourceId') @@ -41,17 +52,6 @@ def get_ResourceOwnerAccount(self): def set_ResourceOwnerAccount(self,ResourceOwnerAccount): self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - def get_Tags(self): - return self.get_query_params().get('Tags') - - def set_Tags(self,Tags): - for i in range(len(Tags)): - if Tags[i].get('Value') is not None: - self.add_query_param('Tag.' + str(i + 1) + '.Value' , Tags[i].get('Value')) - if Tags[i].get('Key') is not None: - self.add_query_param('Tag.' + str(i + 1) + '.Key' , Tags[i].get('Key')) - - def get_OwnerId(self): return self.get_query_params().get('OwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RemoveTags_GatedLaunchRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RemoveTags_GatedLaunchRequest.py new file mode 100644 index 0000000000..a878ff1a9a --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RemoveTags_GatedLaunchRequest.py @@ -0,0 +1,65 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class RemoveTags_GatedLaunchRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'RemoveTags_GatedLaunch','ecs') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_Tags(self): + return self.get_query_params().get('Tags') + + def set_Tags(self,Tags): + for i in range(len(Tags)): + if Tags[i].get('Value') is not None: + self.add_query_param('Tag.' + str(i + 1) + '.Value' , Tags[i].get('Value')) + if Tags[i].get('Key') is not None: + self.add_query_param('Tag.' + str(i + 1) + '.Key' , Tags[i].get('Key')) + + + def get_ResourceId(self): + return self.get_query_params().get('ResourceId') + + def set_ResourceId(self,ResourceId): + self.add_query_param('ResourceId',ResourceId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_ResourceType(self): + return self.get_query_params().get('ResourceType') + + def set_ResourceType(self,ResourceType): + self.add_query_param('ResourceType',ResourceType) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RenewInstanceRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RenewInstanceRequest.py index 18dd953d02..d8c30092c6 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RenewInstanceRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RenewInstanceRequest.py @@ -29,30 +29,18 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) - def get_Period(self): - return self.get_query_params().get('Period') - - def set_Period(self,Period): - self.add_query_param('Period',Period) - - def get_PeriodUnit(self): - return self.get_query_params().get('PeriodUnit') - - def set_PeriodUnit(self,PeriodUnit): - self.add_query_param('PeriodUnit',PeriodUnit) - - def get_InstanceId(self): - return self.get_query_params().get('InstanceId') - - def set_InstanceId(self,InstanceId): - self.add_query_param('InstanceId',InstanceId) - def get_ClientToken(self): return self.get_query_params().get('ClientToken') def set_ClientToken(self,ClientToken): self.add_query_param('ClientToken',ClientToken) + def get_Period(self): + return self.get_query_params().get('Period') + + def set_Period(self,Period): + self.add_query_param('Period',Period) + def get_ResourceOwnerAccount(self): return self.get_query_params().get('ResourceOwnerAccount') @@ -69,4 +57,16 @@ def get_OwnerId(self): return self.get_query_params().get('OwnerId') def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) \ No newline at end of file + self.add_query_param('OwnerId',OwnerId) + + def get_PeriodUnit(self): + return self.get_query_params().get('PeriodUnit') + + def set_PeriodUnit(self,PeriodUnit): + self.add_query_param('PeriodUnit',PeriodUnit) + + def get_InstanceId(self): + return self.get_query_params().get('InstanceId') + + def set_InstanceId(self,InstanceId): + self.add_query_param('InstanceId',InstanceId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RenewInstance_GatedLaunchRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RenewInstance_GatedLaunchRequest.py new file mode 100644 index 0000000000..95aaad174d --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RenewInstance_GatedLaunchRequest.py @@ -0,0 +1,60 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class RenewInstance_GatedLaunchRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'RenewInstance_GatedLaunch','ecs') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_Period(self): + return self.get_query_params().get('Period') + + def set_Period(self,Period): + self.add_query_param('Period',Period) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_InstanceId(self): + return self.get_query_params().get('InstanceId') + + def set_InstanceId(self,InstanceId): + self.add_query_param('InstanceId',InstanceId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ReplaceSystemDiskRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ReplaceSystemDiskRequest.py index d7187b99b2..f735d067e3 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ReplaceSystemDiskRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ReplaceSystemDiskRequest.py @@ -35,24 +35,12 @@ def get_ImageId(self): def set_ImageId(self,ImageId): self.add_query_param('ImageId',ImageId) - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - def get_ClientToken(self): return self.get_query_params().get('ClientToken') def set_ClientToken(self,ClientToken): self.add_query_param('ClientToken',ClientToken) - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - def get_SecurityEnhancementStrategy(self): return self.get_query_params().get('SecurityEnhancementStrategy') @@ -65,12 +53,6 @@ def get_KeyPairName(self): def set_KeyPairName(self,KeyPairName): self.add_query_param('KeyPairName',KeyPairName) - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - def get_Platform(self): return self.get_query_params().get('Platform') @@ -83,38 +65,56 @@ def get_Password(self): def set_Password(self,Password): self.add_query_param('Password',Password) - def get_InstanceId(self): - return self.get_query_params().get('InstanceId') - - def set_InstanceId(self,InstanceId): - self.add_query_param('InstanceId',InstanceId) - def get_PasswordInherit(self): return self.get_query_params().get('PasswordInherit') def set_PasswordInherit(self,PasswordInherit): self.add_query_param('PasswordInherit',PasswordInherit) - def get_SystemDiskSize(self): - return self.get_query_params().get('SystemDisk.Size') - - def set_SystemDiskSize(self,SystemDiskSize): - self.add_query_param('SystemDisk.Size',SystemDiskSize) - def get_DiskId(self): return self.get_query_params().get('DiskId') def set_DiskId(self,DiskId): self.add_query_param('DiskId',DiskId) - def get_UseAdditionalService(self): - return self.get_query_params().get('UseAdditionalService') - - def set_UseAdditionalService(self,UseAdditionalService): - self.add_query_param('UseAdditionalService',UseAdditionalService) - def get_Architecture(self): return self.get_query_params().get('Architecture') def set_Architecture(self,Architecture): - self.add_query_param('Architecture',Architecture) \ No newline at end of file + self.add_query_param('Architecture',Architecture) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_InstanceId(self): + return self.get_query_params().get('InstanceId') + + def set_InstanceId(self,InstanceId): + self.add_query_param('InstanceId',InstanceId) + + def get_SystemDiskSize(self): + return self.get_query_params().get('SystemDisk.Size') + + def set_SystemDiskSize(self,SystemDiskSize): + self.add_query_param('SystemDisk.Size',SystemDiskSize) + + def get_UseAdditionalService(self): + return self.get_query_params().get('UseAdditionalService') + + def set_UseAdditionalService(self,UseAdditionalService): + self.add_query_param('UseAdditionalService',UseAdditionalService) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ReplaceSystemDisk_GatedLaunchRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ReplaceSystemDisk_GatedLaunchRequest.py new file mode 100644 index 0000000000..4cd6f1d8c2 --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ReplaceSystemDisk_GatedLaunchRequest.py @@ -0,0 +1,84 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class ReplaceSystemDisk_GatedLaunchRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ReplaceSystemDisk_GatedLaunch','ecs') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_ImageId(self): + return self.get_query_params().get('ImageId') + + def set_ImageId(self,ImageId): + self.add_query_param('ImageId',ImageId) + + def get_ClientToken(self): + return self.get_query_params().get('ClientToken') + + def set_ClientToken(self,ClientToken): + self.add_query_param('ClientToken',ClientToken) + + def get_Password(self): + return self.get_query_params().get('Password') + + def set_Password(self,Password): + self.add_query_param('Password',Password) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_InstanceId(self): + return self.get_query_params().get('InstanceId') + + def set_InstanceId(self,InstanceId): + self.add_query_param('InstanceId',InstanceId) + + def get_SystemDiskSize(self): + return self.get_query_params().get('SystemDisk.Size') + + def set_SystemDiskSize(self,SystemDiskSize): + self.add_query_param('SystemDisk.Size',SystemDiskSize) + + def get_UseAdditionalService(self): + return self.get_query_params().get('UseAdditionalService') + + def set_UseAdditionalService(self,UseAdditionalService): + self.add_query_param('UseAdditionalService',UseAdditionalService) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ResetDiskRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ResetDiskRequest.py index 8ab713e379..3197fcbdb1 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ResetDiskRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ResetDiskRequest.py @@ -35,6 +35,12 @@ def get_SnapshotId(self): def set_SnapshotId(self,SnapshotId): self.add_query_param('SnapshotId',SnapshotId) + def get_DiskId(self): + return self.get_query_params().get('DiskId') + + def set_DiskId(self,DiskId): + self.add_query_param('DiskId',DiskId) + def get_ResourceOwnerAccount(self): return self.get_query_params().get('ResourceOwnerAccount') @@ -47,12 +53,6 @@ def get_OwnerAccount(self): def set_OwnerAccount(self,OwnerAccount): self.add_query_param('OwnerAccount',OwnerAccount) - def get_DiskId(self): - return self.get_query_params().get('DiskId') - - def set_DiskId(self,DiskId): - self.add_query_param('DiskId',DiskId) - def get_OwnerId(self): return self.get_query_params().get('OwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ResetDisk_GatedLaunchRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ResetDisk_GatedLaunchRequest.py new file mode 100644 index 0000000000..a62b0115c8 --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ResetDisk_GatedLaunchRequest.py @@ -0,0 +1,60 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class ResetDisk_GatedLaunchRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ResetDisk_GatedLaunch','ecs') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_SnapshotId(self): + return self.get_query_params().get('SnapshotId') + + def set_SnapshotId(self,SnapshotId): + self.add_query_param('SnapshotId',SnapshotId) + + def get_DiskId(self): + return self.get_query_params().get('DiskId') + + def set_DiskId(self,DiskId): + self.add_query_param('DiskId',DiskId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ResizeDiskRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ResizeDiskRequest.py index 2693a4f84c..704b0e5e9d 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ResizeDiskRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ResizeDiskRequest.py @@ -29,18 +29,30 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - def get_ClientToken(self): return self.get_query_params().get('ClientToken') def set_ClientToken(self,ClientToken): self.add_query_param('ClientToken',ClientToken) + def get_Type(self): + return self.get_query_params().get('Type') + + def set_Type(self,Type): + self.add_query_param('Type',Type) + + def get_DiskId(self): + return self.get_query_params().get('DiskId') + + def set_DiskId(self,DiskId): + self.add_query_param('DiskId',DiskId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + def get_OwnerAccount(self): return self.get_query_params().get('OwnerAccount') @@ -53,20 +65,8 @@ def get_NewSize(self): def set_NewSize(self,NewSize): self.add_query_param('NewSize',NewSize) - def get_DiskId(self): - return self.get_query_params().get('DiskId') - - def set_DiskId(self,DiskId): - self.add_query_param('DiskId',DiskId) - def get_OwnerId(self): return self.get_query_params().get('OwnerId') def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_Type(self): - return self.get_query_params().get('Type') - - def set_Type(self,Type): - self.add_query_param('Type',Type) \ No newline at end of file + self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ResizeDisk_GatedLaunchRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ResizeDisk_GatedLaunchRequest.py new file mode 100644 index 0000000000..caaa278168 --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ResizeDisk_GatedLaunchRequest.py @@ -0,0 +1,66 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class ResizeDisk_GatedLaunchRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ResizeDisk_GatedLaunch','ecs') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_ClientToken(self): + return self.get_query_params().get('ClientToken') + + def set_ClientToken(self,ClientToken): + self.add_query_param('ClientToken',ClientToken) + + def get_DiskId(self): + return self.get_query_params().get('DiskId') + + def set_DiskId(self,DiskId): + self.add_query_param('DiskId',DiskId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_NewSize(self): + return self.get_query_params().get('NewSize') + + def set_NewSize(self,NewSize): + self.add_query_param('NewSize',NewSize) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ResizeVolumeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ResizeVolumeRequest.py new file mode 100644 index 0000000000..ac1366d756 --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ResizeVolumeRequest.py @@ -0,0 +1,66 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class ResizeVolumeRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ResizeVolume','ecs') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_ClientToken(self): + return self.get_query_params().get('ClientToken') + + def set_ClientToken(self,ClientToken): + self.add_query_param('ClientToken',ClientToken) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_NewSize(self): + return self.get_query_params().get('NewSize') + + def set_NewSize(self,NewSize): + self.add_query_param('NewSize',NewSize) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_VolumeId(self): + return self.get_query_params().get('VolumeId') + + def set_VolumeId(self,VolumeId): + self.add_query_param('VolumeId',VolumeId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ResizeVolume_GatedLaunchRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ResizeVolume_GatedLaunchRequest.py new file mode 100644 index 0000000000..c4527bf14f --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ResizeVolume_GatedLaunchRequest.py @@ -0,0 +1,66 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class ResizeVolume_GatedLaunchRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ResizeVolume_GatedLaunch','ecs') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_ClientToken(self): + return self.get_query_params().get('ClientToken') + + def set_ClientToken(self,ClientToken): + self.add_query_param('ClientToken',ClientToken) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_NewSize(self): + return self.get_query_params().get('NewSize') + + def set_NewSize(self,NewSize): + self.add_query_param('NewSize',NewSize) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_VolumeId(self): + return self.get_query_params().get('VolumeId') + + def set_VolumeId(self,VolumeId): + self.add_query_param('VolumeId',VolumeId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RevokeSecurityGroupEgress_GatedLaunchRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RevokeSecurityGroupEgress_GatedLaunchRequest.py new file mode 100644 index 0000000000..49580ebe97 --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RevokeSecurityGroupEgress_GatedLaunchRequest.py @@ -0,0 +1,102 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class RevokeSecurityGroupEgress_GatedLaunchRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'RevokeSecurityGroupEgress_GatedLaunch','ecs') + + def get_NicType(self): + return self.get_query_params().get('NicType') + + def set_NicType(self,NicType): + self.add_query_param('NicType',NicType) + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_SecurityGroupId(self): + return self.get_query_params().get('SecurityGroupId') + + def set_SecurityGroupId(self,SecurityGroupId): + self.add_query_param('SecurityGroupId',SecurityGroupId) + + def get_Policy(self): + return self.get_query_params().get('Policy') + + def set_Policy(self,Policy): + self.add_query_param('Policy',Policy) + + def get_PortRange(self): + return self.get_query_params().get('PortRange') + + def set_PortRange(self,PortRange): + self.add_query_param('PortRange',PortRange) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_IpProtocol(self): + return self.get_query_params().get('IpProtocol') + + def set_IpProtocol(self,IpProtocol): + self.add_query_param('IpProtocol',IpProtocol) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_DestGroupId(self): + return self.get_query_params().get('DestGroupId') + + def set_DestGroupId(self,DestGroupId): + self.add_query_param('DestGroupId',DestGroupId) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_DestGroupOwnerAccount(self): + return self.get_query_params().get('DestGroupOwnerAccount') + + def set_DestGroupOwnerAccount(self,DestGroupOwnerAccount): + self.add_query_param('DestGroupOwnerAccount',DestGroupOwnerAccount) + + def get_DestCidrIp(self): + return self.get_query_params().get('DestCidrIp') + + def set_DestCidrIp(self,DestCidrIp): + self.add_query_param('DestCidrIp',DestCidrIp) + + def get_DestGroupOwnerId(self): + return self.get_query_params().get('DestGroupOwnerId') + + def set_DestGroupOwnerId(self,DestGroupOwnerId): + self.add_query_param('DestGroupOwnerId',DestGroupOwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RevokeSecurityGroup_GatedLaunchRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RevokeSecurityGroup_GatedLaunchRequest.py new file mode 100644 index 0000000000..8d4c904bbb --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RevokeSecurityGroup_GatedLaunchRequest.py @@ -0,0 +1,102 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class RevokeSecurityGroup_GatedLaunchRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'RevokeSecurityGroup_GatedLaunch','ecs') + + def get_NicType(self): + return self.get_query_params().get('NicType') + + def set_NicType(self,NicType): + self.add_query_param('NicType',NicType) + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_SecurityGroupId(self): + return self.get_query_params().get('SecurityGroupId') + + def set_SecurityGroupId(self,SecurityGroupId): + self.add_query_param('SecurityGroupId',SecurityGroupId) + + def get_SourceGroupOwnerId(self): + return self.get_query_params().get('SourceGroupOwnerId') + + def set_SourceGroupOwnerId(self,SourceGroupOwnerId): + self.add_query_param('SourceGroupOwnerId',SourceGroupOwnerId) + + def get_SourceGroupOwnerAccount(self): + return self.get_query_params().get('SourceGroupOwnerAccount') + + def set_SourceGroupOwnerAccount(self,SourceGroupOwnerAccount): + self.add_query_param('SourceGroupOwnerAccount',SourceGroupOwnerAccount) + + def get_Policy(self): + return self.get_query_params().get('Policy') + + def set_Policy(self,Policy): + self.add_query_param('Policy',Policy) + + def get_PortRange(self): + return self.get_query_params().get('PortRange') + + def set_PortRange(self,PortRange): + self.add_query_param('PortRange',PortRange) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_IpProtocol(self): + return self.get_query_params().get('IpProtocol') + + def set_IpProtocol(self,IpProtocol): + self.add_query_param('IpProtocol',IpProtocol) + + def get_SourceCidrIp(self): + return self.get_query_params().get('SourceCidrIp') + + def set_SourceCidrIp(self,SourceCidrIp): + self.add_query_param('SourceCidrIp',SourceCidrIp) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_SourceGroupId(self): + return self.get_query_params().get('SourceGroupId') + + def set_SourceGroupId(self,SourceGroupId): + self.add_query_param('SourceGroupId',SourceGroupId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RollbackVolumeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RollbackVolumeRequest.py new file mode 100644 index 0000000000..29349e15d3 --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RollbackVolumeRequest.py @@ -0,0 +1,60 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class RollbackVolumeRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'RollbackVolume','ecs') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_SnapshotId(self): + return self.get_query_params().get('SnapshotId') + + def set_SnapshotId(self,SnapshotId): + self.add_query_param('SnapshotId',SnapshotId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_VolumeId(self): + return self.get_query_params().get('VolumeId') + + def set_VolumeId(self,VolumeId): + self.add_query_param('VolumeId',VolumeId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RollbackVolume_GatedLaunchRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RollbackVolume_GatedLaunchRequest.py new file mode 100644 index 0000000000..cc6cdfcad0 --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RollbackVolume_GatedLaunchRequest.py @@ -0,0 +1,60 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class RollbackVolume_GatedLaunchRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'RollbackVolume_GatedLaunch','ecs') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_SnapshotId(self): + return self.get_query_params().get('SnapshotId') + + def set_SnapshotId(self,SnapshotId): + self.add_query_param('SnapshotId',SnapshotId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_VolumeId(self): + return self.get_query_params().get('VolumeId') + + def set_VolumeId(self,VolumeId): + self.add_query_param('VolumeId',VolumeId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RunInstancesRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RunInstancesRequest.py index 480a397dd4..e25677b6d5 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RunInstancesRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RunInstancesRequest.py @@ -210,6 +210,12 @@ def get_InternetMaxBandwidthIn(self): def set_InternetMaxBandwidthIn(self,InternetMaxBandwidthIn): self.add_query_param('InternetMaxBandwidthIn',InternetMaxBandwidthIn) + def get_Affinity(self): + return self.get_query_params().get('Affinity') + + def set_Affinity(self,Affinity): + self.add_query_param('Affinity',Affinity) + def get_ImageId(self): return self.get_query_params().get('ImageId') @@ -335,6 +341,12 @@ def get_OwnerAccount(self): def set_OwnerAccount(self,OwnerAccount): self.add_query_param('OwnerAccount',OwnerAccount) + def get_Tenancy(self): + return self.get_query_params().get('Tenancy') + + def set_Tenancy(self,Tenancy): + self.add_query_param('Tenancy',Tenancy) + def get_SystemDiskDiskName(self): return self.get_query_params().get('SystemDisk.DiskName') @@ -365,6 +377,14 @@ def get_CreditSpecification(self): def set_CreditSpecification(self,CreditSpecification): self.add_query_param('CreditSpecification',CreditSpecification) + def get_SecurityGroupIdss(self): + return self.get_query_params().get('SecurityGroupIdss') + + def set_SecurityGroupIdss(self,SecurityGroupIdss): + for i in range(len(SecurityGroupIdss)): + if SecurityGroupIdss[i] is not None: + self.add_query_param('SecurityGroupIds.' + str(i + 1) , SecurityGroupIdss[i]); + def get_DataDisks(self): return self.get_query_params().get('DataDisks') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/SignAgreementRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/SignAgreementRequest.py new file mode 100644 index 0000000000..4532e83533 --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/SignAgreementRequest.py @@ -0,0 +1,54 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class SignAgreementRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'SignAgreement','ecs') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_AgreementType(self): + return self.get_query_params().get('AgreementType') + + def set_AgreementType(self,AgreementType): + self.add_query_param('AgreementType',AgreementType) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/StartInstanceRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/StartInstanceRequest.py index a37310897f..8b40e4a881 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/StartInstanceRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/StartInstanceRequest.py @@ -23,6 +23,12 @@ class StartInstanceRequest(RpcRequest): def __init__(self): RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'StartInstance','ecs') + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + def get_SourceRegionId(self): return self.get_query_params().get('SourceRegionId') @@ -35,18 +41,6 @@ def get_InitLocalDisk(self): def set_InitLocalDisk(self,InitLocalDisk): self.add_query_param('InitLocalDisk',InitLocalDisk) - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_InstanceId(self): - return self.get_query_params().get('InstanceId') - - def set_InstanceId(self,InstanceId): - self.add_query_param('InstanceId',InstanceId) - def get_DryRun(self): return self.get_query_params().get('DryRun') @@ -69,4 +63,10 @@ def get_OwnerId(self): return self.get_query_params().get('OwnerId') def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) \ No newline at end of file + self.add_query_param('OwnerId',OwnerId) + + def get_InstanceId(self): + return self.get_query_params().get('InstanceId') + + def set_InstanceId(self,InstanceId): + self.add_query_param('InstanceId',InstanceId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/StartInstance_GatedLaunchRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/StartInstance_GatedLaunchRequest.py new file mode 100644 index 0000000000..53256c2380 --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/StartInstance_GatedLaunchRequest.py @@ -0,0 +1,54 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class StartInstance_GatedLaunchRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'StartInstance_GatedLaunch','ecs') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_InstanceId(self): + return self.get_query_params().get('InstanceId') + + def set_InstanceId(self,InstanceId): + self.add_query_param('InstanceId',InstanceId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/StopInstanceRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/StopInstanceRequest.py index b2712f2879..b2988171c2 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/StopInstanceRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/StopInstanceRequest.py @@ -29,11 +29,29 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) - def get_InstanceId(self): - return self.get_query_params().get('InstanceId') + def get_StoppedMode(self): + return self.get_query_params().get('StoppedMode') - def set_InstanceId(self,InstanceId): - self.add_query_param('InstanceId',InstanceId) + def set_StoppedMode(self,StoppedMode): + self.add_query_param('StoppedMode',StoppedMode) + + def get_Hibernate(self): + return self.get_query_params().get('Hibernate') + + def set_Hibernate(self,Hibernate): + self.add_query_param('Hibernate',Hibernate) + + def get_ForceStop(self): + return self.get_query_params().get('ForceStop') + + def set_ForceStop(self,ForceStop): + self.add_query_param('ForceStop',ForceStop) + + def get_ConfirmStop(self): + return self.get_query_params().get('ConfirmStop') + + def set_ConfirmStop(self,ConfirmStop): + self.add_query_param('ConfirmStop',ConfirmStop) def get_DryRun(self): return self.get_query_params().get('DryRun') @@ -47,38 +65,20 @@ def get_ResourceOwnerAccount(self): def set_ResourceOwnerAccount(self,ResourceOwnerAccount): self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - def get_ConfirmStop(self): - return self.get_query_params().get('ConfirmStop') - - def set_ConfirmStop(self,ConfirmStop): - self.add_query_param('ConfirmStop',ConfirmStop) - def get_OwnerAccount(self): return self.get_query_params().get('OwnerAccount') def set_OwnerAccount(self,OwnerAccount): self.add_query_param('OwnerAccount',OwnerAccount) - def get_StoppedMode(self): - return self.get_query_params().get('StoppedMode') - - def set_StoppedMode(self,StoppedMode): - self.add_query_param('StoppedMode',StoppedMode) - def get_OwnerId(self): return self.get_query_params().get('OwnerId') def set_OwnerId(self,OwnerId): self.add_query_param('OwnerId',OwnerId) - def get_Hibernate(self): - return self.get_query_params().get('Hibernate') - - def set_Hibernate(self,Hibernate): - self.add_query_param('Hibernate',Hibernate) - - def get_ForceStop(self): - return self.get_query_params().get('ForceStop') + def get_InstanceId(self): + return self.get_query_params().get('InstanceId') - def set_ForceStop(self,ForceStop): - self.add_query_param('ForceStop',ForceStop) \ No newline at end of file + def set_InstanceId(self,InstanceId): + self.add_query_param('InstanceId',InstanceId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/StopInstance_GatedLaunchRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/StopInstance_GatedLaunchRequest.py new file mode 100644 index 0000000000..e08536d775 --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/StopInstance_GatedLaunchRequest.py @@ -0,0 +1,66 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class StopInstance_GatedLaunchRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'StopInstance_GatedLaunch','ecs') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_ForceStop(self): + return self.get_query_params().get('ForceStop') + + def set_ForceStop(self,ForceStop): + self.add_query_param('ForceStop',ForceStop) + + def get_ConfirmStop(self): + return self.get_query_params().get('ConfirmStop') + + def set_ConfirmStop(self,ConfirmStop): + self.add_query_param('ConfirmStop',ConfirmStop) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_InstanceId(self): + return self.get_query_params().get('InstanceId') + + def set_InstanceId(self,InstanceId): + self.add_query_param('InstanceId',InstanceId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/TerminatePhysicalConnectionRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/TerminatePhysicalConnectionRequest.py index 5bda1046aa..6e1f8967f7 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/TerminatePhysicalConnectionRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/TerminatePhysicalConnectionRequest.py @@ -29,23 +29,23 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - def get_ClientToken(self): return self.get_query_params().get('ClientToken') def set_ClientToken(self,ClientToken): self.add_query_param('ClientToken',ClientToken) - def get_PhysicalConnectionId(self): - return self.get_query_params().get('PhysicalConnectionId') + def get_UserCidr(self): + return self.get_query_params().get('UserCidr') - def set_PhysicalConnectionId(self,PhysicalConnectionId): - self.add_query_param('PhysicalConnectionId',PhysicalConnectionId) + def set_UserCidr(self,UserCidr): + self.add_query_param('UserCidr',UserCidr) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) def get_OwnerAccount(self): return self.get_query_params().get('OwnerAccount') @@ -53,14 +53,14 @@ def get_OwnerAccount(self): def set_OwnerAccount(self,OwnerAccount): self.add_query_param('OwnerAccount',OwnerAccount) - def get_UserCidr(self): - return self.get_query_params().get('UserCidr') - - def set_UserCidr(self,UserCidr): - self.add_query_param('UserCidr',UserCidr) - def get_OwnerId(self): return self.get_query_params().get('OwnerId') def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) \ No newline at end of file + self.add_query_param('OwnerId',OwnerId) + + def get_PhysicalConnectionId(self): + return self.get_query_params().get('PhysicalConnectionId') + + def set_PhysicalConnectionId(self,PhysicalConnectionId): + self.add_query_param('PhysicalConnectionId',PhysicalConnectionId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/TerminateVirtualBorderRouterRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/TerminateVirtualBorderRouterRequest.py index b7d849bad7..145efd22da 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/TerminateVirtualBorderRouterRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/TerminateVirtualBorderRouterRequest.py @@ -29,23 +29,17 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - def get_ClientToken(self): return self.get_query_params().get('ClientToken') def set_ClientToken(self,ClientToken): self.add_query_param('ClientToken',ClientToken) - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') + def get_VbrId(self): + return self.get_query_params().get('VbrId') - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) + def set_VbrId(self,VbrId): + self.add_query_param('VbrId',VbrId) def get_UserCidr(self): return self.get_query_params().get('UserCidr') @@ -53,11 +47,17 @@ def get_UserCidr(self): def set_UserCidr(self,UserCidr): self.add_query_param('UserCidr',UserCidr) - def get_VbrId(self): - return self.get_query_params().get('VbrId') + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') - def set_VbrId(self,VbrId): - self.add_query_param('VbrId',VbrId) + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) def get_OwnerId(self): return self.get_query_params().get('OwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/UnassociateEipAddressRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/UnassociateEipAddressRequest.py index 0ca74936e2..b07b18eaf7 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/UnassociateEipAddressRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/UnassociateEipAddressRequest.py @@ -29,11 +29,17 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) - def get_InstanceId(self): - return self.get_query_params().get('InstanceId') + def get_AllocationId(self): + return self.get_query_params().get('AllocationId') - def set_InstanceId(self,InstanceId): - self.add_query_param('InstanceId',InstanceId) + def set_AllocationId(self,AllocationId): + self.add_query_param('AllocationId',AllocationId) + + def get_InstanceType(self): + return self.get_query_params().get('InstanceType') + + def set_InstanceType(self,InstanceType): + self.add_query_param('InstanceType',InstanceType) def get_ResourceOwnerAccount(self): return self.get_query_params().get('ResourceOwnerAccount') @@ -47,20 +53,14 @@ def get_OwnerAccount(self): def set_OwnerAccount(self,OwnerAccount): self.add_query_param('OwnerAccount',OwnerAccount) - def get_InstanceType(self): - return self.get_query_params().get('InstanceType') - - def set_InstanceType(self,InstanceType): - self.add_query_param('InstanceType',InstanceType) - - def get_AllocationId(self): - return self.get_query_params().get('AllocationId') - - def set_AllocationId(self,AllocationId): - self.add_query_param('AllocationId',AllocationId) - def get_OwnerId(self): return self.get_query_params().get('OwnerId') def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) \ No newline at end of file + self.add_query_param('OwnerId',OwnerId) + + def get_InstanceId(self): + return self.get_query_params().get('InstanceId') + + def set_InstanceId(self,InstanceId): + self.add_query_param('InstanceId',InstanceId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/UnassociateHaVipRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/UnassociateHaVipRequest.py index 611259dc73..87bd2591e3 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/UnassociateHaVipRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/UnassociateHaVipRequest.py @@ -23,23 +23,23 @@ class UnassociateHaVipRequest(RpcRequest): def __init__(self): RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'UnassociateHaVip','ecs') - def get_HaVipId(self): - return self.get_query_params().get('HaVipId') - - def set_HaVipId(self,HaVipId): - self.add_query_param('HaVipId',HaVipId) - def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) - def get_InstanceId(self): - return self.get_query_params().get('InstanceId') + def get_ClientToken(self): + return self.get_query_params().get('ClientToken') - def set_InstanceId(self,InstanceId): - self.add_query_param('InstanceId',InstanceId) + def set_ClientToken(self,ClientToken): + self.add_query_param('ClientToken',ClientToken) + + def get_HaVipId(self): + return self.get_query_params().get('HaVipId') + + def set_HaVipId(self,HaVipId): + self.add_query_param('HaVipId',HaVipId) def get_ResourceOwnerAccount(self): return self.get_query_params().get('ResourceOwnerAccount') @@ -47,26 +47,26 @@ def get_ResourceOwnerAccount(self): def set_ResourceOwnerAccount(self,ResourceOwnerAccount): self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - def get_ClientToken(self): - return self.get_query_params().get('ClientToken') - - def set_ClientToken(self,ClientToken): - self.add_query_param('ClientToken',ClientToken) - def get_OwnerAccount(self): return self.get_query_params().get('OwnerAccount') def set_OwnerAccount(self,OwnerAccount): self.add_query_param('OwnerAccount',OwnerAccount) - def get_Force(self): - return self.get_query_params().get('Force') - - def set_Force(self,Force): - self.add_query_param('Force',Force) - def get_OwnerId(self): return self.get_query_params().get('OwnerId') def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) \ No newline at end of file + self.add_query_param('OwnerId',OwnerId) + + def get_InstanceId(self): + return self.get_query_params().get('InstanceId') + + def set_InstanceId(self,InstanceId): + self.add_query_param('InstanceId',InstanceId) + + def get_Force(self): + return self.get_query_params().get('Force') + + def set_Force(self,Force): + self.add_query_param('Force',Force) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/UnbindIpRangeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/UnbindIpRangeRequest.py new file mode 100644 index 0000000000..48d817afcd --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/UnbindIpRangeRequest.py @@ -0,0 +1,60 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class UnbindIpRangeRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'UnbindIpRange','ecs') + + def get_IpAddress(self): + return self.get_query_params().get('IpAddress') + + def set_IpAddress(self,IpAddress): + self.add_query_param('IpAddress',IpAddress) + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_InstanceId(self): + return self.get_query_params().get('InstanceId') + + def set_InstanceId(self,InstanceId): + self.add_query_param('InstanceId',InstanceId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/UnbindIpRange_GatedLaunchRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/UnbindIpRange_GatedLaunchRequest.py new file mode 100644 index 0000000000..5dfdbca9af --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/UnbindIpRange_GatedLaunchRequest.py @@ -0,0 +1,60 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class UnbindIpRange_GatedLaunchRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'UnbindIpRange_GatedLaunch','ecs') + + def get_IpAddress(self): + return self.get_query_params().get('IpAddress') + + def set_IpAddress(self,IpAddress): + self.add_query_param('IpAddress',IpAddress) + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_InstanceId(self): + return self.get_query_params().get('InstanceId') + + def set_InstanceId(self,InstanceId): + self.add_query_param('InstanceId',InstanceId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ValidateSecurityGroupRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ValidateSecurityGroupRequest.py new file mode 100644 index 0000000000..824eb79c44 --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ValidateSecurityGroupRequest.py @@ -0,0 +1,96 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class ValidateSecurityGroupRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ValidateSecurityGroup','ecs') + + def get_NicType(self): + return self.get_query_params().get('NicType') + + def set_NicType(self,NicType): + self.add_query_param('NicType',NicType) + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_SourcePort(self): + return self.get_query_params().get('SourcePort') + + def set_SourcePort(self,SourcePort): + self.add_query_param('SourcePort',SourcePort) + + def get_SourceIp(self): + return self.get_query_params().get('SourceIp') + + def set_SourceIp(self,SourceIp): + self.add_query_param('SourceIp',SourceIp) + + def get_Direction(self): + return self.get_query_params().get('Direction') + + def set_Direction(self,Direction): + self.add_query_param('Direction',Direction) + + def get_DestIp(self): + return self.get_query_params().get('DestIp') + + def set_DestIp(self,DestIp): + self.add_query_param('DestIp',DestIp) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_IpProtocol(self): + return self.get_query_params().get('IpProtocol') + + def set_IpProtocol(self,IpProtocol): + self.add_query_param('IpProtocol',IpProtocol) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_InstanceId(self): + return self.get_query_params().get('InstanceId') + + def set_InstanceId(self,InstanceId): + self.add_query_param('InstanceId',InstanceId) + + def get_DestPort(self): + return self.get_query_params().get('DestPort') + + def set_DestPort(self,DestPort): + self.add_query_param('DestPort',DestPort) \ No newline at end of file From 0e7f6895abb33e3190685cd34a7a2c89595327ef Mon Sep 17 00:00:00 2001 From: Alibaba Cloud SDK Date: Tue, 14 May 2019 16:08:08 +0800 Subject: [PATCH 003/282] Generated 2014-05-26 for Ecs --- aliyun-python-sdk-ecs/ChangeLog.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/aliyun-python-sdk-ecs/ChangeLog.txt b/aliyun-python-sdk-ecs/ChangeLog.txt index 60ed1f2784..5460e92d04 100644 --- a/aliyun-python-sdk-ecs/ChangeLog.txt +++ b/aliyun-python-sdk-ecs/ChangeLog.txt @@ -1,6 +1,9 @@ 2019-05-14 Version: 1.20.1 - Generated 2014-05-26 for `Ecs` +2019-05-14 Version: 1.20.1 +- Generated 2014-05-26 for `Ecs` + 2019-04-18 Version: 4.16.7 1, add ReservedInstance API. From d8382338881ef1d323e729746ae811395c22dc31 Mon Sep 17 00:00:00 2001 From: Alibaba Cloud SDK Date: Tue, 14 May 2019 16:13:24 +0800 Subject: [PATCH 004/282] Generated 2014-05-26 for Ecs --- aliyun-python-sdk-ecs/ChangeLog.txt | 3 +++ aliyun-python-sdk-ecs/aliyunsdkecs/__init__.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/aliyun-python-sdk-ecs/ChangeLog.txt b/aliyun-python-sdk-ecs/ChangeLog.txt index 5460e92d04..413b77378d 100644 --- a/aliyun-python-sdk-ecs/ChangeLog.txt +++ b/aliyun-python-sdk-ecs/ChangeLog.txt @@ -1,3 +1,6 @@ +2019-05-14 Version: 1.20.2 +- Generated 2014-05-26 for `Ecs` + 2019-05-14 Version: 1.20.1 - Generated 2014-05-26 for `Ecs` diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/__init__.py b/aliyun-python-sdk-ecs/aliyunsdkecs/__init__.py index 029a160e33..9e7feb22af 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/__init__.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/__init__.py @@ -1 +1 @@ -__version__ = '1.20.1' \ No newline at end of file +__version__ = '1.20.2' \ No newline at end of file From 9ad962d3a43a1336c82565e2d9b04c835bd0d16b Mon Sep 17 00:00:00 2001 From: Alibaba Cloud SDK Date: Wed, 15 May 2019 10:19:47 +0800 Subject: [PATCH 005/282] Generated 2015-01-01 for Acs --- aliyun-python-sdk-acs/ChangeLog.txt | 3 +++ aliyun-python-sdk-acs/aliyunsdkacs/__init__.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/aliyun-python-sdk-acs/ChangeLog.txt b/aliyun-python-sdk-acs/ChangeLog.txt index e48fddb1ff..eb7a2d60a5 100644 --- a/aliyun-python-sdk-acs/ChangeLog.txt +++ b/aliyun-python-sdk-acs/ChangeLog.txt @@ -1,3 +1,6 @@ +2019-05-15 Version: 1.30.2 +- Generated 2015-01-01 for `Acs` + 2019-05-14 Version: 1.10.0 - Generated 2015-01-01 for `Acs` diff --git a/aliyun-python-sdk-acs/aliyunsdkacs/__init__.py b/aliyun-python-sdk-acs/aliyunsdkacs/__init__.py index d9fca5d750..be8a1bc21d 100644 --- a/aliyun-python-sdk-acs/aliyunsdkacs/__init__.py +++ b/aliyun-python-sdk-acs/aliyunsdkacs/__init__.py @@ -1 +1 @@ -__version__ = '1.10.0' \ No newline at end of file +__version__ = '1.30.2' \ No newline at end of file From b3a2f48ecb7187f4a76b20f7288ca35ba59a839a Mon Sep 17 00:00:00 2001 From: Alibaba Cloud SDK Date: Thu, 16 May 2019 19:37:08 +0800 Subject: [PATCH 006/282] Generated 2014-05-26, 2016-03-14 for Ecs --- aliyun-python-sdk-ecs/ChangeLog.txt | 3 + .../aliyunsdkecs/__init__.py | 2 +- .../AcceptInquiredSystemEventRequest.py | 2 +- .../ActivateRouterInterfaceRequest.py | 2 +- .../AddBandwidthPackageIpsRequest.py | 2 +- .../request/v20140526/AddIpRangeRequest.py | 2 +- .../request/v20140526/AddTagsRequest.py | 2 +- .../v20140526/AddTags_GatedLaunchRequest.py | 2 +- .../AllocateDedicatedHostsRequest.py | 2 +- .../v20140526/AllocateEipAddressRequest.py | 2 +- .../AllocatePublicIpAddressRequest.py | 2 +- ...ocatePublicIpAddress_GatedLaunchRequest.py | 2 +- .../ApplyAutoSnapshotPolicyRequest.py | 2 +- ...lyAutoSnapshotPolicy_GatedLaunchRequest.py | 2 +- .../v20140526/AssignIpv6AddressesRequest.py | 2 +- .../AssignPrivateIpAddressesRequest.py | 2 +- .../v20140526/AssociateEipAddressRequest.py | 2 +- .../v20140526/AssociateHaVipRequest.py | 2 +- .../v20140526/AttachClassicLinkVpcRequest.py | 2 +- .../request/v20140526/AttachDiskRequest.py | 2 +- .../AttachDisk_GatedLaunchRequest.py | 2 +- .../v20140526/AttachInstanceRamRoleRequest.py | 2 +- .../request/v20140526/AttachKeyPairRequest.py | 2 +- .../AttachNetworkInterfaceRequest.py | 2 +- .../request/v20140526/AttachVolumeRequest.py | 2 +- .../AttachVolume_GatedLaunchRequest.py | 2 +- .../AuthorizeSecurityGroupEgressRequest.py | 2 +- ...eSecurityGroupEgress_GatedLaunchRequest.py | 2 +- .../AuthorizeSecurityGroupRequest.py | 2 +- ...thorizeSecurityGroup_GatedLaunchRequest.py | 2 +- .../request/v20140526/BindIpRangeRequest.py | 2 +- .../BindIpRange_GatedLaunchRequest.py | 2 +- .../v20140526/CancelAgreementRequest.py | 2 +- .../CancelAutoSnapshotPolicyRequest.py | 2 +- ...elAutoSnapshotPolicy_GatedLaunchRequest.py | 2 +- .../v20140526/CancelCopyImageRequest.py | 2 +- .../CancelCopyImage_GatedLaunchRequest.py | 2 +- .../CancelPhysicalConnectionRequest.py | 2 +- .../CancelSimulatedSystemEventsRequest.py | 2 +- .../request/v20140526/CancelTaskRequest.py | 2 +- .../CancelTask_GatedLaunchRequest.py | 2 +- .../v20140526/CancelUserEventRequest.py | 2 +- .../CheckAutoSnapshotPolicyRequest.py | 2 +- ...ckAutoSnapshotPolicy_GatedLaunchRequest.py | 2 +- ...DiskEnableAutoSnapshotValidationRequest.py | 2 +- ...toSnapshotValidation_GatedLaunchRequest.py | 2 +- .../ConnectRouterInterfaceRequest.py | 2 +- .../ConvertNatPublicIpToEipRequest.py | 2 +- .../request/v20140526/CopyImageRequest.py | 2 +- .../v20140526/CopyImage_GatedLaunchRequest.py | 2 +- .../CreateAutoSnapshotPolicyRequest.py | 2 +- ...teAutoSnapshotPolicy_GatedLaunchRequest.py | 2 +- .../request/v20140526/CreateCommandRequest.py | 2 +- .../v20140526/CreateDeploymentSetRequest.py | 2 +- .../request/v20140526/CreateDiskRequest.py | 8 +- .../CreateDisk_GatedLaunchRequest.py | 2 +- .../request/v20140526/CreateFleetRequest.py | 185 ++++++++ .../v20140526/CreateForwardEntryRequest.py | 2 +- .../request/v20140526/CreateHaVipRequest.py | 2 +- .../v20140526/CreateHpcClusterRequest.py | 2 +- .../request/v20140526/CreateImageRequest.py | 2 +- .../CreateImage_GatedLaunchRequest.py | 2 +- .../v20140526/CreateInstanceRequest.py | 2 +- .../CreateInstance_GatedLaunchRequest.py | 2 +- .../request/v20140526/CreateKeyPairRequest.py | 2 +- .../v20140526/CreateLaunchTemplateRequest.py | 2 +- .../CreateLaunchTemplateVersionRequest.py | 2 +- .../v20140526/CreateNatGatewayRequest.py | 2 +- ...CreateNetworkInterfacePermissionRequest.py | 2 +- .../CreateNetworkInterfaceRequest.py | 2 +- .../CreatePhysicalConnectionRequest.py | 2 +- .../v20140526/CreateRouteEntryRequest.py | 2 +- .../v20140526/CreateRouterInterfaceRequest.py | 2 +- .../v20140526/CreateSecurityGroupRequest.py | 2 +- .../CreateSecurityGroup_GatedLaunchRequest.py | 2 +- .../CreateSimulatedSystemEventsRequest.py | 2 +- .../v20140526/CreateSnapshotRequest.py | 2 +- .../CreateSnapshot_GatedLaunchRequest.py | 2 +- .../v20140526/CreateUserEventRequest.py | 2 +- .../request/v20140526/CreateVSwitchRequest.py | 2 +- .../CreateVirtualBorderRouterRequest.py | 2 +- .../request/v20140526/CreateVolumeRequest.py | 2 +- .../CreateVolume_GatedLaunchRequest.py | 2 +- .../request/v20140526/CreateVpcRequest.py | 2 +- .../DeactivateRouterInterfaceRequest.py | 2 +- .../DeleteAutoSnapshotPolicyRequest.py | 2 +- ...teAutoSnapshotPolicy_GatedLaunchRequest.py | 2 +- .../DeleteBandwidthPackageRequest.py | 2 +- .../request/v20140526/DeleteCommandRequest.py | 2 +- .../v20140526/DeleteDeploymentSetRequest.py | 2 +- .../request/v20140526/DeleteDiskRequest.py | 2 +- .../DeleteDisk_GatedLaunchRequest.py | 2 +- .../request/v20140526/DeleteFleetRequest.py | 60 +++ .../v20140526/DeleteForwardEntryRequest.py | 2 +- .../request/v20140526/DeleteHaVipRequest.py | 2 +- .../v20140526/DeleteHpcClusterRequest.py | 2 +- .../request/v20140526/DeleteImageRequest.py | 2 +- .../DeleteImage_GatedLaunchRequest.py | 2 +- .../v20140526/DeleteInstanceRequest.py | 2 +- .../DeleteInstance_GatedLaunchRequest.py | 2 +- .../v20140526/DeleteKeyPairsRequest.py | 2 +- .../v20140526/DeleteLaunchTemplateRequest.py | 2 +- .../DeleteLaunchTemplateVersionRequest.py | 2 +- .../v20140526/DeleteNatGatewayRequest.py | 2 +- ...DeleteNetworkInterfacePermissionRequest.py | 2 +- .../DeleteNetworkInterfaceRequest.py | 2 +- .../DeletePhysicalConnectionRequest.py | 2 +- .../v20140526/DeleteRecycleBinRequest.py | 2 +- .../v20140526/DeleteRouteEntryRequest.py | 2 +- .../v20140526/DeleteRouterInterfaceRequest.py | 2 +- .../v20140526/DeleteSecurityGroupRequest.py | 2 +- .../DeleteSecurityGroup_GatedLaunchRequest.py | 2 +- .../v20140526/DeleteSnapshotRequest.py | 2 +- .../DeleteSnapshot_GatedLaunchRequest.py | 2 +- .../request/v20140526/DeleteVSwitchRequest.py | 2 +- .../DeleteVirtualBorderRouterRequest.py | 2 +- .../request/v20140526/DeleteVolumeRequest.py | 2 +- .../DeleteVolume_GatedLaunchRequest.py | 2 +- .../request/v20140526/DeleteVpcRequest.py | 2 +- .../v20140526/DescribeAccessPointsRequest.py | 2 +- .../DescribeAccountAttributesRequest.py | 2 +- .../DescribeAutoSnapshotPolicyExRequest.py | 2 +- .../DescribeAutoSnapshotPolicyRequest.py | 2 +- .../DescribeAvailableResourceRequest.py | 2 +- .../DescribeBandwidthLimitationRequest.py | 2 +- .../DescribeBandwidthPackagesRequest.py | 2 +- .../DescribeClassicLinkInstancesRequest.py | 2 +- .../DescribeCloudAssistantStatusRequest.py | 2 +- .../v20140526/DescribeClustersRequest.py | 2 +- .../v20140526/DescribeCommandsRequest.py | 2 +- .../DescribeDedicatedHostAutoRenewRequest.py | 2 +- .../DescribeDedicatedHostTypesRequest.py | 2 +- .../DescribeDedicatedHostsRequest.py | 2 +- .../v20140526/DescribeDemandsRequest.py | 2 +- .../DescribeDeploymentSetTopologyRequest.py | 2 +- .../DescribeDeploymentSetsRequest.py | 2 +- .../DescribeDiskMonitorDataRequest.py | 2 +- .../DescribeDisksFullStatusRequest.py | 2 +- .../request/v20140526/DescribeDisksRequest.py | 2 +- .../v20140526/DescribeEipAddressesRequest.py | 2 +- .../DescribeEipMonitorDataRequest.py | 2 +- .../DescribeEniMonitorDataRequest.py | 2 +- .../v20140526/DescribeEventDetailRequest.py | 2 +- .../v20140526/DescribeEventsRequest.py | 2 +- .../v20140526/DescribeFleetHistoryRequest.py | 54 +++ .../DescribeFleetInstancesRequest.py | 66 +++ .../v20140526/DescribeFleetsRequest.py | 82 ++++ .../DescribeForwardTableEntriesRequest.py | 2 +- .../v20140526/DescribeHaVipsRequest.py | 2 +- .../v20140526/DescribeHpcClustersRequest.py | 2 +- .../DescribeImageSharePermissionRequest.py | 2 +- ...escribeImageSupportInstanceTypesRequest.py | 2 +- .../v20140526/DescribeImagesRequest.py | 2 +- .../DescribeInstanceAttributeRequest.py | 2 +- ...scribeInstanceAutoRenewAttributeRequest.py | 2 +- .../DescribeInstanceHistoryEventsRequest.py | 2 +- .../DescribeInstanceMonitorDataRequest.py | 2 +- ...escribeInstancePhysicalAttributeRequest.py | 2 +- ...ncePhysicalAttribute_GatedLaunchRequest.py | 2 +- .../DescribeInstanceRamRoleRequest.py | 2 +- .../DescribeInstanceStatusRequest.py | 2 +- .../DescribeInstanceTopologyRequest.py | 2 +- .../DescribeInstanceTypeFamiliesRequest.py | 2 +- .../v20140526/DescribeInstanceTypesRequest.py | 2 +- .../DescribeInstanceVncPasswdRequest.py | 2 +- ...ibeInstanceVncPasswd_GatedLaunchRequest.py | 2 +- .../DescribeInstanceVncUrlRequest.py | 2 +- ...scribeInstanceVncUrl_GatedLaunchRequest.py | 2 +- .../DescribeInstancesFullStatusRequest.py | 2 +- .../v20140526/DescribeInstancesRequest.py | 2 +- .../DescribeIntranetAttributeKbRequest.py | 2 +- ...eIntranetAttributeKb_GatedLaunchRequest.py | 2 +- .../DescribeInvocationResultsRequest.py | 2 +- .../v20140526/DescribeInvocationsRequest.py | 2 +- .../v20140526/DescribeIpRangesRequest.py | 2 +- .../v20140526/DescribeKeyPairsRequest.py | 2 +- .../DescribeLaunchTemplateVersionsRequest.py | 2 +- .../DescribeLaunchTemplatesRequest.py | 2 +- .../v20140526/DescribeLimitationRequest.py | 2 +- .../DescribeLimitation_GatedLaunchRequest.py | 2 +- .../v20140526/DescribeNatGatewaysRequest.py | 2 +- ...cribeNetworkInterfacePermissionsRequest.py | 2 +- .../DescribeNetworkInterfacesRequest.py | 2 +- ...DescribeNewProjectEipMonitorDataRequest.py | 2 +- .../DescribePhysicalConnectionsRequest.py | 2 +- .../request/v20140526/DescribePriceRequest.py | 2 +- .../DescribeRecommendInstanceTypeRequest.py | 2 +- .../v20140526/DescribeRecycleBinRequest.py | 2 +- .../v20140526/DescribeRegionsRequest.py | 2 +- .../v20140526/DescribeRenewalPriceRequest.py | 2 +- .../DescribeReservedInstancesRequest.py | 2 +- .../DescribeResourceByTagsRequest.py | 2 +- .../DescribeResourcesModificationRequest.py | 2 +- .../v20140526/DescribeRouteTablesRequest.py | 2 +- .../DescribeRouterInterfacesRequest.py | 2 +- .../DescribeSecurityGroupAttributeRequest.py | 2 +- .../DescribeSecurityGroupReferencesRequest.py | 2 +- .../DescribeSecurityGroupsRequest.py | 2 +- .../v20140526/DescribeSnapshotLinksRequest.py | 2 +- .../DescribeSnapshotMonitorDataRequest.py | 2 +- .../DescribeSnapshotPackageRequest.py | 2 +- .../v20140526/DescribeSnapshotsRequest.py | 2 +- .../DescribeSnapshotsUsageRequest.py | 2 +- .../DescribeSpotPriceHistoryRequest.py | 2 +- .../v20140526/DescribeTagKeysRequest.py | 2 +- .../DescribeTagKeys_GatedLaunchRequest.py | 2 +- .../request/v20140526/DescribeTagsRequest.py | 2 +- .../v20140526/DescribeTaskAttributeRequest.py | 2 +- .../request/v20140526/DescribeTasksRequest.py | 2 +- .../DescribeUserBusinessBehaviorRequest.py | 2 +- .../v20140526/DescribeUserDataRequest.py | 2 +- .../DescribeUserData_GatedLaunchRequest.py | 2 +- .../v20140526/DescribeVRoutersRequest.py | 2 +- .../v20140526/DescribeVSwitchesRequest.py | 2 +- ...rderRoutersForPhysicalConnectionRequest.py | 2 +- .../DescribeVirtualBorderRoutersRequest.py | 2 +- .../v20140526/DescribeVolumesRequest.py | 2 +- .../request/v20140526/DescribeVpcsRequest.py | 2 +- .../request/v20140526/DescribeZonesRequest.py | 2 +- .../v20140526/DetachClassicLinkVpcRequest.py | 2 +- .../request/v20140526/DetachDiskRequest.py | 2 +- .../DetachDisk_GatedLaunchRequest.py | 2 +- .../v20140526/DetachInstanceRamRoleRequest.py | 2 +- .../request/v20140526/DetachKeyPairRequest.py | 2 +- .../DetachNetworkInterfaceRequest.py | 2 +- .../request/v20140526/DetachVolumeRequest.py | 2 +- .../DetachVolume_GatedLaunchRequest.py | 2 +- .../request/v20140526/EipFillParamsRequest.py | 2 +- .../v20140526/EipFillProductRequest.py | 2 +- .../request/v20140526/EipNotifyPaidRequest.py | 2 +- .../EnablePhysicalConnectionRequest.py | 2 +- .../request/v20140526/ExportImageRequest.py | 2 +- .../ExportImage_GatedLaunchRequest.py | 2 +- .../v20140526/ExportSnapshotRequest.py | 2 +- .../GetInstanceConsoleOutputRequest.py | 2 +- .../v20140526/GetInstanceScreenshotRequest.py | 2 +- .../request/v20140526/ImportImageRequest.py | 2 +- .../ImportImage_GatedLaunchRequest.py | 2 +- .../request/v20140526/ImportKeyPairRequest.py | 2 +- .../v20140526/ImportSnapshotRequest.py | 2 +- .../v20140526/InstallCloudAssistantRequest.py | 2 +- .../request/v20140526/InvokeCommandRequest.py | 2 +- .../v20140526/JoinResourceGroupRequest.py | 2 +- .../v20140526/JoinSecurityGroupRequest.py | 2 +- .../JoinSecurityGroup_GatedLaunchRequest.py | 2 +- .../v20140526/LeaveSecurityGroupRequest.py | 2 +- .../LeaveSecurityGroup_GatedLaunchRequest.py | 2 +- .../v20140526/ListTagResourcesRequest.py | 2 +- .../ModifyAutoSnapshotPolicyExRequest.py | 2 +- ...AutoSnapshotPolicyEx_GatedLaunchRequest.py | 2 +- .../ModifyAutoSnapshotPolicyRequest.py | 2 +- ...fyAutoSnapshotPolicy_GatedLaunchRequest.py | 2 +- .../ModifyBandwidthPackageSpecRequest.py | 2 +- .../request/v20140526/ModifyCommandRequest.py | 2 +- .../ModifyDedicatedHostAttributeRequest.py | 2 +- ...difyDedicatedHostAutoReleaseTimeRequest.py | 2 +- ...yDedicatedHostAutoRenewAttributeRequest.py | 2 +- .../ModifyDeploymentSetAttributeRequest.py | 2 +- .../v20140526/ModifyDiskAttributeRequest.py | 2 +- .../ModifyDiskAttribute_GatedLaunchRequest.py | 2 +- .../v20140526/ModifyDiskChargeTypeRequest.py | 2 +- .../ModifyEipAddressAttributeRequest.py | 2 +- .../request/v20140526/ModifyFleetRequest.py | 96 ++++ .../v20140526/ModifyForwardEntryRequest.py | 2 +- .../v20140526/ModifyHaVipAttributeRequest.py | 2 +- .../ModifyHpcClusterAttributeRequest.py | 2 +- .../v20140526/ModifyImageAttributeRequest.py | 2 +- ...ModifyImageAttribute_GatedLaunchRequest.py | 2 +- .../ModifyImageShareGroupPermissionRequest.py | 2 +- ...ShareGroupPermission_GatedLaunchRequest.py | 2 +- .../ModifyImageSharePermissionRequest.py | 2 +- ...ImageSharePermission_GatedLaunchRequest.py | 2 +- .../ModifyInstanceAttributeRequest.py | 2 +- ...ifyInstanceAttribute_GatedLaunchRequest.py | 2 +- .../ModifyInstanceAutoReleaseTimeRequest.py | 2 +- ...ModifyInstanceAutoRenewAttributeRequest.py | 2 +- ...ceAutoRenewAttribute_GatedLaunchRequest.py | 2 +- .../ModifyInstanceChargeTypeRequest.py | 2 +- .../ModifyInstanceDeploymentRequest.py | 2 +- .../ModifyInstanceNetworkSpecRequest.py | 2 +- ...yInstanceNetworkSpec_GatedLaunchRequest.py | 2 +- .../v20140526/ModifyInstanceSpecRequest.py | 2 +- .../ModifyInstanceSpec_GatedLaunchRequest.py | 2 +- .../ModifyInstanceVncPasswdRequest.py | 2 +- ...ifyInstanceVncPasswd_GatedLaunchRequest.py | 2 +- .../ModifyInstanceVpcAttributeRequest.py | 2 +- ...InstanceVpcAttribute_GatedLaunchRequest.py | 2 +- .../ModifyIntranetBandwidthKbRequest.py | 2 +- ...yIntranetBandwidthKb_GatedLaunchRequest.py | 2 +- ...difyLaunchTemplateDefaultVersionRequest.py | 2 +- .../ModifyNetworkInterfaceAttributeRequest.py | 2 +- ...odifyPhysicalConnectionAttributeRequest.py | 2 +- .../ModifyPrepayInstanceSpecRequest.py | 2 +- .../ModifyReservedInstanceAttributeRequest.py | 2 +- .../ModifyReservedInstancesRequest.py | 2 +- .../ModifyRouterInterfaceAttributeRequest.py | 2 +- .../ModifyRouterInterfaceSpecRequest.py | 2 +- .../ModifySecurityGroupAttributeRequest.py | 2 +- ...curityGroupAttribute_GatedLaunchRequest.py | 2 +- .../ModifySecurityGroupEgressRuleRequest.py | 2 +- .../ModifySecurityGroupPolicyRequest.py | 2 +- .../ModifySecurityGroupRuleRequest.py | 2 +- .../ModifySnapshotAttributeRequest.py | 2 +- ...ifySnapshotAttribute_GatedLaunchRequest.py | 2 +- .../ModifyUserBusinessBehaviorRequest.py | 2 +- .../ModifyUserEventAttributeRequest.py | 2 +- .../ModifyVRouterAttributeRequest.py | 2 +- .../ModifyVSwitchAttributeRequest.py | 2 +- ...difyVirtualBorderRouterAttributeRequest.py | 2 +- .../v20140526/ModifyVolumeAttributeRequest.py | 2 +- ...odifyVolumeAttribute_GatedLaunchRequest.py | 2 +- .../v20140526/ModifyVpcAttributeRequest.py | 2 +- ...urchaseReservedInstancesOfferingRequest.py | 2 +- .../v20140526/ReActivateInstancesRequest.py | 2 +- .../request/v20140526/ReInitDiskRequest.py | 2 +- .../ReInitDisk_GatedLaunchRequest.py | 2 +- .../request/v20140526/ReInitVolumeRequest.py | 2 +- .../ReInitVolume_GatedLaunchRequest.py | 2 +- .../v20140526/RebootInstanceRequest.py | 2 +- .../RebootInstance_GatedLaunchRequest.py | 2 +- .../RecoverVirtualBorderRouterRequest.py | 2 +- .../v20140526/RedeployInstanceRequest.py | 2 +- .../v20140526/ReleaseDedicatedHostRequest.py | 2 +- .../v20140526/ReleaseEipAddressRequest.py | 2 +- .../ReleasePublicIpAddressRequest.py | 2 +- ...leasePublicIpAddress_GatedLaunchRequest.py | 2 +- .../RemoveBandwidthPackageIpsRequest.py | 2 +- .../request/v20140526/RemoveTagsRequest.py | 2 +- .../RemoveTags_GatedLaunchRequest.py | 2 +- .../v20140526/RenewDedicatedHostsRequest.py | 2 +- .../request/v20140526/RenewInstanceRequest.py | 2 +- .../RenewInstance_GatedLaunchRequest.py | 2 +- .../v20140526/ReplaceSystemDiskRequest.py | 2 +- .../ReplaceSystemDisk_GatedLaunchRequest.py | 2 +- .../request/v20140526/ResetDiskRequest.py | 2 +- .../v20140526/ResetDisk_GatedLaunchRequest.py | 2 +- .../request/v20140526/ResizeDiskRequest.py | 2 +- .../ResizeDisk_GatedLaunchRequest.py | 2 +- .../request/v20140526/ResizeVolumeRequest.py | 2 +- .../ResizeVolume_GatedLaunchRequest.py | 2 +- .../RevokeSecurityGroupEgressRequest.py | 2 +- ...eSecurityGroupEgress_GatedLaunchRequest.py | 2 +- .../v20140526/RevokeSecurityGroupRequest.py | 2 +- .../RevokeSecurityGroup_GatedLaunchRequest.py | 2 +- .../v20140526/RollbackVolumeRequest.py | 2 +- .../RollbackVolume_GatedLaunchRequest.py | 2 +- .../request/v20140526/RunInstancesRequest.py | 2 +- .../request/v20140526/SignAgreementRequest.py | 2 +- .../request/v20140526/StartInstanceRequest.py | 2 +- .../StartInstance_GatedLaunchRequest.py | 2 +- .../request/v20140526/StopInstanceRequest.py | 2 +- .../StopInstance_GatedLaunchRequest.py | 2 +- .../v20140526/StopInvocationRequest.py | 2 +- .../request/v20140526/TagResourcesRequest.py | 2 +- .../TerminatePhysicalConnectionRequest.py | 2 +- .../TerminateVirtualBorderRouterRequest.py | 2 +- .../v20140526/UnassignIpv6AddressesRequest.py | 2 +- .../UnassignPrivateIpAddressesRequest.py | 2 +- .../v20140526/UnassociateEipAddressRequest.py | 2 +- .../v20140526/UnassociateHaVipRequest.py | 2 +- .../request/v20140526/UnbindIpRangeRequest.py | 2 +- .../UnbindIpRange_GatedLaunchRequest.py | 2 +- .../v20140526/UntagResourcesRequest.py | 2 +- .../v20140526/ValidateSecurityGroupRequest.py | 2 +- .../AllocateDedicatedHostsRequest.py | 173 +++++++ .../CreateCapacityReservationRequest.py | 125 +++++ .../CreateConfigLogSubscriptionsRequest.py | 61 +++ .../request/v20160314/CreateDisksRequest.py | 125 +++++ .../CreateDisks_GatedLaunchRequest.py | 107 +++++ .../v20160314/CreateEniQosGroupRequest.py | 78 ++++ .../request/v20160314/CreateOrderRequest.py | 108 +++++ .../request/v20160314/CreateVolumesRequest.py | 119 +++++ .../CreateVolumes_GatedLaunchRequest.py | 107 +++++ .../DeleteConfigLogSubscriptionsRequest.py | 56 +++ .../v20160314/DeleteEniQosGroupRequest.py | 48 ++ .../DescribeAccountAttributesRequest.py | 56 +++ .../v20160314/DescribeAccountLimitsRequest.py | 59 +++ .../DescribeBandwidthPriceRequest.py | 60 +++ .../DescribeCapacityReservationsRequest.py | 95 ++++ .../DescribeConfigLogHistoryRequest.py | 90 ++++ .../DescribeConfigLogSubscriptionRequest.py | 76 +++ .../DescribeDedicatedHostAutoRenewRequest.py | 60 +++ .../DescribeDedicatedHostTypesRequest.py | 66 +++ .../DescribeDedicatedHostsRequest.py | 113 +++++ .../DescribeEniQosGroupInfoRequest.py | 48 ++ .../DescribeInstanceAutoRebootTimeRequest.py | 62 +++ .../DescribeInstanceNeedRebootRequest.py | 62 +++ .../DescribeKMSKeyAttributeRequest.py | 84 ++++ .../v20160314/DescribeKMSKeysRequest.py | 90 ++++ .../v20160314/DescribeLinkedKMSKeysRequest.py | 78 ++++ .../request/v20160314/DescribePriceRequest.py | 96 ++++ .../DescribeReservedInstancePriceRequest.py | 79 ++++ .../DescribeReservedInstancesRequest.py | 135 ++++++ ...DescribeResourceFilterAttributesRequest.py | 71 +++ ...DescribeResourceRecommendFiltersRequest.py | 101 ++++ .../v20160314/DescribeResourcesRequest.py | 114 +++++ .../v20160314/GetLaunchTemplateDataRequest.py | 48 ++ .../v20160314/JoinEniQosGroupRequest.py | 54 +++ .../v20160314/LeaveEniQosGroupRequest.py | 48 ++ .../ModifyCapacityReservationRequest.py | 66 +++ .../ModifyDedicatedHostAttributeRequest.py | 90 ++++ ...difyDedicatedHostAutoReleaseTimeRequest.py | 60 +++ ...yDedicatedHostAutoRenewAttributeRequest.py | 84 ++++ .../v20160314/ModifyEniQosGroupRequest.py | 72 +++ .../ModifyInstanceAutoRebootTimeRequest.py | 56 +++ ...nceCapacityReservationAttributesRequest.py | 66 +++ .../ModifyInstanceDeploymentRequest.py | 72 +++ .../ModifyReservedInstanceAttributeRequest.py | 66 +++ .../ModifyReservedInstancesRequest.py | 84 ++++ ...urchaseReservedInstancesOfferingRequest.py | 149 ++++++ .../v20160314/QueryEniQosGroupByEniRequest.py | 48 ++ .../QueryEniQosGroupByInstanceRequest.py | 48 ++ .../ReleaseCapacityReservationRequest.py | 60 +++ .../v20160314/ReleaseDedicatedHostRequest.py | 66 +++ .../v20160314/RenewDedicatedHostsRequest.py | 84 ++++ .../request/v20160314/RunInstancesRequest.py | 434 ++++++++++++++++++ .../RunInstances_GatedLaunchRequest.py | 260 +++++++++++ .../SetInstanceAutoReleaseTimeRequest.py | 60 +++ .../request/v20160314/__init__.py | 0 419 files changed, 5786 insertions(+), 357 deletions(-) create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateFleetRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteFleetRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeFleetHistoryRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeFleetInstancesRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeFleetsRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyFleetRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/AllocateDedicatedHostsRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/CreateCapacityReservationRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/CreateConfigLogSubscriptionsRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/CreateDisksRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/CreateDisks_GatedLaunchRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/CreateEniQosGroupRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/CreateOrderRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/CreateVolumesRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/CreateVolumes_GatedLaunchRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DeleteConfigLogSubscriptionsRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DeleteEniQosGroupRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DescribeAccountAttributesRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DescribeAccountLimitsRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DescribeBandwidthPriceRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DescribeCapacityReservationsRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DescribeConfigLogHistoryRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DescribeConfigLogSubscriptionRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DescribeDedicatedHostAutoRenewRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DescribeDedicatedHostTypesRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DescribeDedicatedHostsRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DescribeEniQosGroupInfoRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DescribeInstanceAutoRebootTimeRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DescribeInstanceNeedRebootRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DescribeKMSKeyAttributeRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DescribeKMSKeysRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DescribeLinkedKMSKeysRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DescribePriceRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DescribeReservedInstancePriceRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DescribeReservedInstancesRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DescribeResourceFilterAttributesRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DescribeResourceRecommendFiltersRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DescribeResourcesRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/GetLaunchTemplateDataRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/JoinEniQosGroupRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/LeaveEniQosGroupRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/ModifyCapacityReservationRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/ModifyDedicatedHostAttributeRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/ModifyDedicatedHostAutoReleaseTimeRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/ModifyDedicatedHostAutoRenewAttributeRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/ModifyEniQosGroupRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/ModifyInstanceAutoRebootTimeRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/ModifyInstanceCapacityReservationAttributesRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/ModifyInstanceDeploymentRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/ModifyReservedInstanceAttributeRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/ModifyReservedInstancesRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/PurchaseReservedInstancesOfferingRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/QueryEniQosGroupByEniRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/QueryEniQosGroupByInstanceRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/ReleaseCapacityReservationRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/ReleaseDedicatedHostRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/RenewDedicatedHostsRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/RunInstancesRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/RunInstances_GatedLaunchRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/SetInstanceAutoReleaseTimeRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/__init__.py diff --git a/aliyun-python-sdk-ecs/ChangeLog.txt b/aliyun-python-sdk-ecs/ChangeLog.txt index 413b77378d..f65189b6c5 100644 --- a/aliyun-python-sdk-ecs/ChangeLog.txt +++ b/aliyun-python-sdk-ecs/ChangeLog.txt @@ -1,3 +1,6 @@ +2019-05-16 Version: 1.30.1 +- Generated 2014-05-26, 2016-03-14 for `Ecs` + 2019-05-14 Version: 1.20.2 - Generated 2014-05-26 for `Ecs` diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/__init__.py b/aliyun-python-sdk-ecs/aliyunsdkecs/__init__.py index 9e7feb22af..d6c063f949 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/__init__.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/__init__.py @@ -1 +1 @@ -__version__ = '1.20.2' \ No newline at end of file +__version__ = '1.30.1' \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AcceptInquiredSystemEventRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AcceptInquiredSystemEventRequest.py index 5de2961bea..8da75a32a7 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AcceptInquiredSystemEventRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AcceptInquiredSystemEventRequest.py @@ -21,7 +21,7 @@ class AcceptInquiredSystemEventRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'AcceptInquiredSystemEvent','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'AcceptInquiredSystemEvent') def get_EventId(self): return self.get_query_params().get('EventId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ActivateRouterInterfaceRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ActivateRouterInterfaceRequest.py index 0f86a17a7e..63d488884e 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ActivateRouterInterfaceRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ActivateRouterInterfaceRequest.py @@ -21,7 +21,7 @@ class ActivateRouterInterfaceRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ActivateRouterInterface','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ActivateRouterInterface') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AddBandwidthPackageIpsRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AddBandwidthPackageIpsRequest.py index b1a1e7237f..5d3c9700c0 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AddBandwidthPackageIpsRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AddBandwidthPackageIpsRequest.py @@ -21,7 +21,7 @@ class AddBandwidthPackageIpsRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'AddBandwidthPackageIps','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'AddBandwidthPackageIps') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AddIpRangeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AddIpRangeRequest.py index 26312618ce..6a4605b4fc 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AddIpRangeRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AddIpRangeRequest.py @@ -21,7 +21,7 @@ class AddIpRangeRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'AddIpRange','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'AddIpRange') def get_IpAddress(self): return self.get_query_params().get('IpAddress') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AddTagsRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AddTagsRequest.py index e9fe50001f..b7d7de54ab 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AddTagsRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AddTagsRequest.py @@ -21,7 +21,7 @@ class AddTagsRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'AddTags','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'AddTags') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AddTags_GatedLaunchRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AddTags_GatedLaunchRequest.py index a6343ba6ed..c5caffb6bd 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AddTags_GatedLaunchRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AddTags_GatedLaunchRequest.py @@ -21,7 +21,7 @@ class AddTags_GatedLaunchRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'AddTags_GatedLaunch','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'AddTags_GatedLaunch') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AllocateDedicatedHostsRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AllocateDedicatedHostsRequest.py index ff035b7e19..0e08a27380 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AllocateDedicatedHostsRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AllocateDedicatedHostsRequest.py @@ -21,7 +21,7 @@ class AllocateDedicatedHostsRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'AllocateDedicatedHosts','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'AllocateDedicatedHosts') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AllocateEipAddressRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AllocateEipAddressRequest.py index 34cbfa9656..9c1611ff48 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AllocateEipAddressRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AllocateEipAddressRequest.py @@ -21,7 +21,7 @@ class AllocateEipAddressRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'AllocateEipAddress','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'AllocateEipAddress') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AllocatePublicIpAddressRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AllocatePublicIpAddressRequest.py index b662d0fea3..882c1e3dc4 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AllocatePublicIpAddressRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AllocatePublicIpAddressRequest.py @@ -21,7 +21,7 @@ class AllocatePublicIpAddressRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'AllocatePublicIpAddress','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'AllocatePublicIpAddress') def get_IpAddress(self): return self.get_query_params().get('IpAddress') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AllocatePublicIpAddress_GatedLaunchRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AllocatePublicIpAddress_GatedLaunchRequest.py index 426d64e05e..0ce0217325 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AllocatePublicIpAddress_GatedLaunchRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AllocatePublicIpAddress_GatedLaunchRequest.py @@ -21,7 +21,7 @@ class AllocatePublicIpAddress_GatedLaunchRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'AllocatePublicIpAddress_GatedLaunch','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'AllocatePublicIpAddress_GatedLaunch') def get_IpAddress(self): return self.get_query_params().get('IpAddress') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ApplyAutoSnapshotPolicyRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ApplyAutoSnapshotPolicyRequest.py index 1baa164371..feb169e592 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ApplyAutoSnapshotPolicyRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ApplyAutoSnapshotPolicyRequest.py @@ -21,7 +21,7 @@ class ApplyAutoSnapshotPolicyRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ApplyAutoSnapshotPolicy','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ApplyAutoSnapshotPolicy') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ApplyAutoSnapshotPolicy_GatedLaunchRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ApplyAutoSnapshotPolicy_GatedLaunchRequest.py index fe56d2cbb4..91537e294f 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ApplyAutoSnapshotPolicy_GatedLaunchRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ApplyAutoSnapshotPolicy_GatedLaunchRequest.py @@ -21,7 +21,7 @@ class ApplyAutoSnapshotPolicy_GatedLaunchRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ApplyAutoSnapshotPolicy_GatedLaunch','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ApplyAutoSnapshotPolicy_GatedLaunch') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AssignIpv6AddressesRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AssignIpv6AddressesRequest.py index 5f33a220eb..700541d632 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AssignIpv6AddressesRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AssignIpv6AddressesRequest.py @@ -21,7 +21,7 @@ class AssignIpv6AddressesRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'AssignIpv6Addresses','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'AssignIpv6Addresses') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AssignPrivateIpAddressesRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AssignPrivateIpAddressesRequest.py index 3ceca11713..ba0dc1f1fa 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AssignPrivateIpAddressesRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AssignPrivateIpAddressesRequest.py @@ -21,7 +21,7 @@ class AssignPrivateIpAddressesRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'AssignPrivateIpAddresses','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'AssignPrivateIpAddresses') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AssociateEipAddressRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AssociateEipAddressRequest.py index 7a59aca3a1..147322b66b 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AssociateEipAddressRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AssociateEipAddressRequest.py @@ -21,7 +21,7 @@ class AssociateEipAddressRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'AssociateEipAddress','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'AssociateEipAddress') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AssociateHaVipRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AssociateHaVipRequest.py index b697833a3a..479273c628 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AssociateHaVipRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AssociateHaVipRequest.py @@ -21,7 +21,7 @@ class AssociateHaVipRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'AssociateHaVip','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'AssociateHaVip') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AttachClassicLinkVpcRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AttachClassicLinkVpcRequest.py index 734984b215..83ca938f33 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AttachClassicLinkVpcRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AttachClassicLinkVpcRequest.py @@ -21,7 +21,7 @@ class AttachClassicLinkVpcRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'AttachClassicLinkVpc','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'AttachClassicLinkVpc') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AttachDiskRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AttachDiskRequest.py index 9e3704ed57..3ff0ecccee 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AttachDiskRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AttachDiskRequest.py @@ -21,7 +21,7 @@ class AttachDiskRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'AttachDisk','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'AttachDisk') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AttachDisk_GatedLaunchRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AttachDisk_GatedLaunchRequest.py index b648dc6019..8f131c95b7 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AttachDisk_GatedLaunchRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AttachDisk_GatedLaunchRequest.py @@ -21,7 +21,7 @@ class AttachDisk_GatedLaunchRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'AttachDisk_GatedLaunch','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'AttachDisk_GatedLaunch') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AttachInstanceRamRoleRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AttachInstanceRamRoleRequest.py index 31ee73ad46..413d219d98 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AttachInstanceRamRoleRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AttachInstanceRamRoleRequest.py @@ -21,7 +21,7 @@ class AttachInstanceRamRoleRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'AttachInstanceRamRole','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'AttachInstanceRamRole') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AttachKeyPairRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AttachKeyPairRequest.py index 2d2f52bc9c..4119640d7a 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AttachKeyPairRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AttachKeyPairRequest.py @@ -21,7 +21,7 @@ class AttachKeyPairRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'AttachKeyPair','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'AttachKeyPair') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AttachNetworkInterfaceRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AttachNetworkInterfaceRequest.py index 9dbe0d680c..6afd14eac5 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AttachNetworkInterfaceRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AttachNetworkInterfaceRequest.py @@ -21,7 +21,7 @@ class AttachNetworkInterfaceRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'AttachNetworkInterface','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'AttachNetworkInterface') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AttachVolumeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AttachVolumeRequest.py index 8572ea8d71..cee5d7865d 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AttachVolumeRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AttachVolumeRequest.py @@ -21,7 +21,7 @@ class AttachVolumeRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'AttachVolume','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'AttachVolume') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AttachVolume_GatedLaunchRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AttachVolume_GatedLaunchRequest.py index 50d7502f57..31cc2d900e 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AttachVolume_GatedLaunchRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AttachVolume_GatedLaunchRequest.py @@ -21,7 +21,7 @@ class AttachVolume_GatedLaunchRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'AttachVolume_GatedLaunch','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'AttachVolume_GatedLaunch') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AuthorizeSecurityGroupEgressRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AuthorizeSecurityGroupEgressRequest.py index 4eb1d3c4f3..37f8798977 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AuthorizeSecurityGroupEgressRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AuthorizeSecurityGroupEgressRequest.py @@ -21,7 +21,7 @@ class AuthorizeSecurityGroupEgressRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'AuthorizeSecurityGroupEgress','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'AuthorizeSecurityGroupEgress') def get_NicType(self): return self.get_query_params().get('NicType') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AuthorizeSecurityGroupEgress_GatedLaunchRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AuthorizeSecurityGroupEgress_GatedLaunchRequest.py index bcbe24fba5..fd133c0336 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AuthorizeSecurityGroupEgress_GatedLaunchRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AuthorizeSecurityGroupEgress_GatedLaunchRequest.py @@ -21,7 +21,7 @@ class AuthorizeSecurityGroupEgress_GatedLaunchRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'AuthorizeSecurityGroupEgress_GatedLaunch','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'AuthorizeSecurityGroupEgress_GatedLaunch') def get_NicType(self): return self.get_query_params().get('NicType') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AuthorizeSecurityGroupRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AuthorizeSecurityGroupRequest.py index b40e694dff..9e4a1d72e0 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AuthorizeSecurityGroupRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AuthorizeSecurityGroupRequest.py @@ -21,7 +21,7 @@ class AuthorizeSecurityGroupRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'AuthorizeSecurityGroup','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'AuthorizeSecurityGroup') def get_NicType(self): return self.get_query_params().get('NicType') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AuthorizeSecurityGroup_GatedLaunchRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AuthorizeSecurityGroup_GatedLaunchRequest.py index 7555fc05ec..86d0021d3e 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AuthorizeSecurityGroup_GatedLaunchRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AuthorizeSecurityGroup_GatedLaunchRequest.py @@ -21,7 +21,7 @@ class AuthorizeSecurityGroup_GatedLaunchRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'AuthorizeSecurityGroup_GatedLaunch','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'AuthorizeSecurityGroup_GatedLaunch') def get_NicType(self): return self.get_query_params().get('NicType') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/BindIpRangeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/BindIpRangeRequest.py index 1affac6ccc..23b1cdef81 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/BindIpRangeRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/BindIpRangeRequest.py @@ -21,7 +21,7 @@ class BindIpRangeRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'BindIpRange','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'BindIpRange') def get_IpAddress(self): return self.get_query_params().get('IpAddress') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/BindIpRange_GatedLaunchRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/BindIpRange_GatedLaunchRequest.py index 9a89531127..3d6a7a51e9 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/BindIpRange_GatedLaunchRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/BindIpRange_GatedLaunchRequest.py @@ -21,7 +21,7 @@ class BindIpRange_GatedLaunchRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'BindIpRange_GatedLaunch','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'BindIpRange_GatedLaunch') def get_IpAddress(self): return self.get_query_params().get('IpAddress') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CancelAgreementRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CancelAgreementRequest.py index 939a388c4f..28e2f86701 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CancelAgreementRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CancelAgreementRequest.py @@ -21,7 +21,7 @@ class CancelAgreementRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CancelAgreement','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CancelAgreement') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CancelAutoSnapshotPolicyRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CancelAutoSnapshotPolicyRequest.py index 944490cfe5..691ee67a56 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CancelAutoSnapshotPolicyRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CancelAutoSnapshotPolicyRequest.py @@ -21,7 +21,7 @@ class CancelAutoSnapshotPolicyRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CancelAutoSnapshotPolicy','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CancelAutoSnapshotPolicy') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CancelAutoSnapshotPolicy_GatedLaunchRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CancelAutoSnapshotPolicy_GatedLaunchRequest.py index f6074bbc6f..417b756462 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CancelAutoSnapshotPolicy_GatedLaunchRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CancelAutoSnapshotPolicy_GatedLaunchRequest.py @@ -21,7 +21,7 @@ class CancelAutoSnapshotPolicy_GatedLaunchRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CancelAutoSnapshotPolicy_GatedLaunch','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CancelAutoSnapshotPolicy_GatedLaunch') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CancelCopyImageRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CancelCopyImageRequest.py index f39b90f183..352106816f 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CancelCopyImageRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CancelCopyImageRequest.py @@ -21,7 +21,7 @@ class CancelCopyImageRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CancelCopyImage','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CancelCopyImage') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CancelCopyImage_GatedLaunchRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CancelCopyImage_GatedLaunchRequest.py index 6e5e000fc2..b8baecbee3 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CancelCopyImage_GatedLaunchRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CancelCopyImage_GatedLaunchRequest.py @@ -21,7 +21,7 @@ class CancelCopyImage_GatedLaunchRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CancelCopyImage_GatedLaunch','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CancelCopyImage_GatedLaunch') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CancelPhysicalConnectionRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CancelPhysicalConnectionRequest.py index d277687e1f..8e425cc352 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CancelPhysicalConnectionRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CancelPhysicalConnectionRequest.py @@ -21,7 +21,7 @@ class CancelPhysicalConnectionRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CancelPhysicalConnection','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CancelPhysicalConnection') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CancelSimulatedSystemEventsRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CancelSimulatedSystemEventsRequest.py index 8afc172e4b..09c1a8b420 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CancelSimulatedSystemEventsRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CancelSimulatedSystemEventsRequest.py @@ -21,7 +21,7 @@ class CancelSimulatedSystemEventsRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CancelSimulatedSystemEvents','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CancelSimulatedSystemEvents') def get_EventIds(self): return self.get_query_params().get('EventIds') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CancelTaskRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CancelTaskRequest.py index ff1e625700..bc78b7dcad 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CancelTaskRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CancelTaskRequest.py @@ -21,7 +21,7 @@ class CancelTaskRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CancelTask','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CancelTask') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CancelTask_GatedLaunchRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CancelTask_GatedLaunchRequest.py index ddf35c616d..5bae9a6fcc 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CancelTask_GatedLaunchRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CancelTask_GatedLaunchRequest.py @@ -21,7 +21,7 @@ class CancelTask_GatedLaunchRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CancelTask_GatedLaunch','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CancelTask_GatedLaunch') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CancelUserEventRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CancelUserEventRequest.py index 461d79edb5..d85272aa52 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CancelUserEventRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CancelUserEventRequest.py @@ -21,7 +21,7 @@ class CancelUserEventRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CancelUserEvent','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CancelUserEvent') def get_EventId(self): return self.get_query_params().get('EventId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CheckAutoSnapshotPolicyRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CheckAutoSnapshotPolicyRequest.py index a70b06a3e6..01686dbf67 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CheckAutoSnapshotPolicyRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CheckAutoSnapshotPolicyRequest.py @@ -21,7 +21,7 @@ class CheckAutoSnapshotPolicyRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CheckAutoSnapshotPolicy','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CheckAutoSnapshotPolicy') def get_DataDiskPolicyEnabled(self): return self.get_query_params().get('DataDiskPolicyEnabled') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CheckAutoSnapshotPolicy_GatedLaunchRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CheckAutoSnapshotPolicy_GatedLaunchRequest.py index fc1a36e742..d73fc9edf5 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CheckAutoSnapshotPolicy_GatedLaunchRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CheckAutoSnapshotPolicy_GatedLaunchRequest.py @@ -21,7 +21,7 @@ class CheckAutoSnapshotPolicy_GatedLaunchRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CheckAutoSnapshotPolicy_GatedLaunch','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CheckAutoSnapshotPolicy_GatedLaunch') def get_DataDiskPolicyEnabled(self): return self.get_query_params().get('DataDiskPolicyEnabled') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CheckDiskEnableAutoSnapshotValidationRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CheckDiskEnableAutoSnapshotValidationRequest.py index edc28ffe35..c604b23445 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CheckDiskEnableAutoSnapshotValidationRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CheckDiskEnableAutoSnapshotValidationRequest.py @@ -21,7 +21,7 @@ class CheckDiskEnableAutoSnapshotValidationRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CheckDiskEnableAutoSnapshotValidation','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CheckDiskEnableAutoSnapshotValidation') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CheckDiskEnableAutoSnapshotValidation_GatedLaunchRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CheckDiskEnableAutoSnapshotValidation_GatedLaunchRequest.py index d05a303eaa..4fe0b19540 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CheckDiskEnableAutoSnapshotValidation_GatedLaunchRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CheckDiskEnableAutoSnapshotValidation_GatedLaunchRequest.py @@ -21,7 +21,7 @@ class CheckDiskEnableAutoSnapshotValidation_GatedLaunchRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CheckDiskEnableAutoSnapshotValidation_GatedLaunch','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CheckDiskEnableAutoSnapshotValidation_GatedLaunch') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ConnectRouterInterfaceRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ConnectRouterInterfaceRequest.py index 7f1a460b62..232384559f 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ConnectRouterInterfaceRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ConnectRouterInterfaceRequest.py @@ -21,7 +21,7 @@ class ConnectRouterInterfaceRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ConnectRouterInterface','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ConnectRouterInterface') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ConvertNatPublicIpToEipRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ConvertNatPublicIpToEipRequest.py index a3eb37047b..ee790d3b09 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ConvertNatPublicIpToEipRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ConvertNatPublicIpToEipRequest.py @@ -21,7 +21,7 @@ class ConvertNatPublicIpToEipRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ConvertNatPublicIpToEip','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ConvertNatPublicIpToEip') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CopyImageRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CopyImageRequest.py index bc6dea5951..1235e81af3 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CopyImageRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CopyImageRequest.py @@ -21,7 +21,7 @@ class CopyImageRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CopyImage','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CopyImage') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CopyImage_GatedLaunchRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CopyImage_GatedLaunchRequest.py index 73b91f850a..ac1fb7914f 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CopyImage_GatedLaunchRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CopyImage_GatedLaunchRequest.py @@ -21,7 +21,7 @@ class CopyImage_GatedLaunchRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CopyImage_GatedLaunch','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CopyImage_GatedLaunch') def get_Tag4Value(self): return self.get_query_params().get('Tag.4.Value') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateAutoSnapshotPolicyRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateAutoSnapshotPolicyRequest.py index 4d2f03dbfb..a0655eb994 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateAutoSnapshotPolicyRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateAutoSnapshotPolicyRequest.py @@ -21,7 +21,7 @@ class CreateAutoSnapshotPolicyRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateAutoSnapshotPolicy','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateAutoSnapshotPolicy') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateAutoSnapshotPolicy_GatedLaunchRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateAutoSnapshotPolicy_GatedLaunchRequest.py index 6767bf7e4b..1ab0a3ff54 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateAutoSnapshotPolicy_GatedLaunchRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateAutoSnapshotPolicy_GatedLaunchRequest.py @@ -21,7 +21,7 @@ class CreateAutoSnapshotPolicy_GatedLaunchRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateAutoSnapshotPolicy_GatedLaunch','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateAutoSnapshotPolicy_GatedLaunch') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateCommandRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateCommandRequest.py index 0c3f2ecd70..6729c33f26 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateCommandRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateCommandRequest.py @@ -21,7 +21,7 @@ class CreateCommandRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateCommand','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateCommand') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateDeploymentSetRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateDeploymentSetRequest.py index 4f41375d58..ef6b19e9f4 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateDeploymentSetRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateDeploymentSetRequest.py @@ -21,7 +21,7 @@ class CreateDeploymentSetRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateDeploymentSet','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateDeploymentSet') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateDiskRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateDiskRequest.py index ef783e9857..36199a27c1 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateDiskRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateDiskRequest.py @@ -21,7 +21,7 @@ class CreateDiskRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateDisk','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateDisk') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -113,6 +113,12 @@ def get_OwnerId(self): def set_OwnerId(self,OwnerId): self.add_query_param('OwnerId',OwnerId) + def get_InstanceId(self): + return self.get_query_params().get('InstanceId') + + def set_InstanceId(self,InstanceId): + self.add_query_param('InstanceId',InstanceId) + def get_Size(self): return self.get_query_params().get('Size') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateDisk_GatedLaunchRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateDisk_GatedLaunchRequest.py index 591114dd8e..fef1790da7 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateDisk_GatedLaunchRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateDisk_GatedLaunchRequest.py @@ -21,7 +21,7 @@ class CreateDisk_GatedLaunchRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateDisk_GatedLaunch','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateDisk_GatedLaunch') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateFleetRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateFleetRequest.py new file mode 100644 index 0000000000..e3a241ef82 --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateFleetRequest.py @@ -0,0 +1,185 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class CreateFleetRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateFleet') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_FleetType(self): + return self.get_query_params().get('FleetType') + + def set_FleetType(self,FleetType): + self.add_query_param('FleetType',FleetType) + + def get_Description(self): + return self.get_query_params().get('Description') + + def set_Description(self,Description): + self.add_query_param('Description',Description) + + def get_TerminateInstancesWithExpiration(self): + return self.get_query_params().get('TerminateInstancesWithExpiration') + + def set_TerminateInstancesWithExpiration(self,TerminateInstancesWithExpiration): + self.add_query_param('TerminateInstancesWithExpiration',TerminateInstancesWithExpiration) + + def get_OnDemandTargetCapacity(self): + return self.get_query_params().get('OnDemandTargetCapacity') + + def set_OnDemandTargetCapacity(self,OnDemandTargetCapacity): + self.add_query_param('OnDemandTargetCapacity',OnDemandTargetCapacity) + + def get_FleetName(self): + return self.get_query_params().get('FleetName') + + def set_FleetName(self,FleetName): + self.add_query_param('FleetName',FleetName) + + def get_SpotAllocationStrategy(self): + return self.get_query_params().get('SpotAllocationStrategy') + + def set_SpotAllocationStrategy(self,SpotAllocationStrategy): + self.add_query_param('SpotAllocationStrategy',SpotAllocationStrategy) + + def get_TerminateInstances(self): + return self.get_query_params().get('TerminateInstances') + + def set_TerminateInstances(self,TerminateInstances): + self.add_query_param('TerminateInstances',TerminateInstances) + + def get_DefaultTargetCapacityType(self): + return self.get_query_params().get('DefaultTargetCapacityType') + + def set_DefaultTargetCapacityType(self,DefaultTargetCapacityType): + self.add_query_param('DefaultTargetCapacityType',DefaultTargetCapacityType) + + def get_ExcessCapacityTerminationPolicy(self): + return self.get_query_params().get('ExcessCapacityTerminationPolicy') + + def set_ExcessCapacityTerminationPolicy(self,ExcessCapacityTerminationPolicy): + self.add_query_param('ExcessCapacityTerminationPolicy',ExcessCapacityTerminationPolicy) + + def get_LaunchTemplateConfigs(self): + return self.get_query_params().get('LaunchTemplateConfigs') + + def set_LaunchTemplateConfigs(self,LaunchTemplateConfigs): + for i in range(len(LaunchTemplateConfigs)): + if LaunchTemplateConfigs[i].get('InstanceType') is not None: + self.add_query_param('LaunchTemplateConfig.' + str(i + 1) + '.InstanceType' , LaunchTemplateConfigs[i].get('InstanceType')) + if LaunchTemplateConfigs[i].get('MaxPrice') is not None: + self.add_query_param('LaunchTemplateConfig.' + str(i + 1) + '.MaxPrice' , LaunchTemplateConfigs[i].get('MaxPrice')) + if LaunchTemplateConfigs[i].get('VSwitchId') is not None: + self.add_query_param('LaunchTemplateConfig.' + str(i + 1) + '.VSwitchId' , LaunchTemplateConfigs[i].get('VSwitchId')) + if LaunchTemplateConfigs[i].get('WeightedCapacity') is not None: + self.add_query_param('LaunchTemplateConfig.' + str(i + 1) + '.WeightedCapacity' , LaunchTemplateConfigs[i].get('WeightedCapacity')) + if LaunchTemplateConfigs[i].get('Priority') is not None: + self.add_query_param('LaunchTemplateConfig.' + str(i + 1) + '.Priority' , LaunchTemplateConfigs[i].get('Priority')) + + + def get_ValidUntil(self): + return self.get_query_params().get('ValidUntil') + + def set_ValidUntil(self,ValidUntil): + self.add_query_param('ValidUntil',ValidUntil) + + def get_FillGapWithOnDemand(self): + return self.get_query_params().get('FillGapWithOnDemand') + + def set_FillGapWithOnDemand(self,FillGapWithOnDemand): + self.add_query_param('FillGapWithOnDemand',FillGapWithOnDemand) + + def get_SpotInstanceInterruptionBehavior(self): + return self.get_query_params().get('SpotInstanceInterruptionBehavior') + + def set_SpotInstanceInterruptionBehavior(self,SpotInstanceInterruptionBehavior): + self.add_query_param('SpotInstanceInterruptionBehavior',SpotInstanceInterruptionBehavior) + + def get_LaunchTemplateId(self): + return self.get_query_params().get('LaunchTemplateId') + + def set_LaunchTemplateId(self,LaunchTemplateId): + self.add_query_param('LaunchTemplateId',LaunchTemplateId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_SpotInstancePoolsToUseCount(self): + return self.get_query_params().get('SpotInstancePoolsToUseCount') + + def set_SpotInstancePoolsToUseCount(self,SpotInstancePoolsToUseCount): + self.add_query_param('SpotInstancePoolsToUseCount',SpotInstancePoolsToUseCount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_LaunchTemplateVersion(self): + return self.get_query_params().get('LaunchTemplateVersion') + + def set_LaunchTemplateVersion(self,LaunchTemplateVersion): + self.add_query_param('LaunchTemplateVersion',LaunchTemplateVersion) + + def get_TotalTargetCapacity(self): + return self.get_query_params().get('TotalTargetCapacity') + + def set_TotalTargetCapacity(self,TotalTargetCapacity): + self.add_query_param('TotalTargetCapacity',TotalTargetCapacity) + + def get_OnDemandAllocationStrategy(self): + return self.get_query_params().get('OnDemandAllocationStrategy') + + def set_OnDemandAllocationStrategy(self,OnDemandAllocationStrategy): + self.add_query_param('OnDemandAllocationStrategy',OnDemandAllocationStrategy) + + def get_SpotTargetCapacity(self): + return self.get_query_params().get('SpotTargetCapacity') + + def set_SpotTargetCapacity(self,SpotTargetCapacity): + self.add_query_param('SpotTargetCapacity',SpotTargetCapacity) + + def get_ValidFrom(self): + return self.get_query_params().get('ValidFrom') + + def set_ValidFrom(self,ValidFrom): + self.add_query_param('ValidFrom',ValidFrom) + + def get_MaxSpotPrice(self): + return self.get_query_params().get('MaxSpotPrice') + + def set_MaxSpotPrice(self,MaxSpotPrice): + self.add_query_param('MaxSpotPrice',MaxSpotPrice) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateForwardEntryRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateForwardEntryRequest.py index 1ae7ead824..ea55b5cafc 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateForwardEntryRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateForwardEntryRequest.py @@ -21,7 +21,7 @@ class CreateForwardEntryRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateForwardEntry','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateForwardEntry') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateHaVipRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateHaVipRequest.py index 69a2fd47db..ce45e7ef5f 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateHaVipRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateHaVipRequest.py @@ -21,7 +21,7 @@ class CreateHaVipRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateHaVip','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateHaVip') def get_IpAddress(self): return self.get_query_params().get('IpAddress') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateHpcClusterRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateHpcClusterRequest.py index 44d7388d6b..4141d58c5d 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateHpcClusterRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateHpcClusterRequest.py @@ -21,7 +21,7 @@ class CreateHpcClusterRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateHpcCluster','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateHpcCluster') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateImageRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateImageRequest.py index 7aa53ce2e7..d07cf438b4 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateImageRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateImageRequest.py @@ -21,7 +21,7 @@ class CreateImageRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateImage','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateImage') def get_DiskDeviceMappings(self): return self.get_query_params().get('DiskDeviceMappings') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateImage_GatedLaunchRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateImage_GatedLaunchRequest.py index e8f5540d00..e4b1405489 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateImage_GatedLaunchRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateImage_GatedLaunchRequest.py @@ -21,7 +21,7 @@ class CreateImage_GatedLaunchRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateImage_GatedLaunch','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateImage_GatedLaunch') def get_DiskDeviceMappings(self): return self.get_query_params().get('DiskDeviceMappings') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateInstanceRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateInstanceRequest.py index 20c8368569..8dbf67b010 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateInstanceRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateInstanceRequest.py @@ -21,7 +21,7 @@ class CreateInstanceRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateInstance','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateInstance') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateInstance_GatedLaunchRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateInstance_GatedLaunchRequest.py index 5145e99cfe..ba0829ad24 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateInstance_GatedLaunchRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateInstance_GatedLaunchRequest.py @@ -21,7 +21,7 @@ class CreateInstance_GatedLaunchRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateInstance_GatedLaunch','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateInstance_GatedLaunch') def get_DataDisk3Size(self): return self.get_query_params().get('DataDisk.3.Size') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateKeyPairRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateKeyPairRequest.py index 95c34f2b57..d709dbe7f8 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateKeyPairRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateKeyPairRequest.py @@ -21,7 +21,7 @@ class CreateKeyPairRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateKeyPair','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateKeyPair') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateLaunchTemplateRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateLaunchTemplateRequest.py index e39fe90879..715c131ceb 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateLaunchTemplateRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateLaunchTemplateRequest.py @@ -21,7 +21,7 @@ class CreateLaunchTemplateRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateLaunchTemplate','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateLaunchTemplate') def get_LaunchTemplateName(self): return self.get_query_params().get('LaunchTemplateName') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateLaunchTemplateVersionRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateLaunchTemplateVersionRequest.py index 2991696d59..6512842dcb 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateLaunchTemplateVersionRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateLaunchTemplateVersionRequest.py @@ -21,7 +21,7 @@ class CreateLaunchTemplateVersionRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateLaunchTemplateVersion','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateLaunchTemplateVersion') def get_LaunchTemplateName(self): return self.get_query_params().get('LaunchTemplateName') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateNatGatewayRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateNatGatewayRequest.py index 69532294c3..fa583e2fd0 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateNatGatewayRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateNatGatewayRequest.py @@ -21,7 +21,7 @@ class CreateNatGatewayRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateNatGateway','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateNatGateway') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateNetworkInterfacePermissionRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateNetworkInterfacePermissionRequest.py index 0fc7c7635d..1c1becaf46 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateNetworkInterfacePermissionRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateNetworkInterfacePermissionRequest.py @@ -21,7 +21,7 @@ class CreateNetworkInterfacePermissionRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateNetworkInterfacePermission','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateNetworkInterfacePermission') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateNetworkInterfaceRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateNetworkInterfaceRequest.py index 395b9c70db..01a8ca4ad0 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateNetworkInterfaceRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateNetworkInterfaceRequest.py @@ -21,7 +21,7 @@ class CreateNetworkInterfaceRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateNetworkInterface','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateNetworkInterface') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreatePhysicalConnectionRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreatePhysicalConnectionRequest.py index 8d60a56b0f..e1c121ef17 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreatePhysicalConnectionRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreatePhysicalConnectionRequest.py @@ -21,7 +21,7 @@ class CreatePhysicalConnectionRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreatePhysicalConnection','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreatePhysicalConnection') def get_AccessPointId(self): return self.get_query_params().get('AccessPointId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateRouteEntryRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateRouteEntryRequest.py index 2b33095874..34adecb7cf 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateRouteEntryRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateRouteEntryRequest.py @@ -21,7 +21,7 @@ class CreateRouteEntryRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateRouteEntry','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateRouteEntry') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateRouterInterfaceRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateRouterInterfaceRequest.py index 7a3a6ed07e..53767a96ad 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateRouterInterfaceRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateRouterInterfaceRequest.py @@ -21,7 +21,7 @@ class CreateRouterInterfaceRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateRouterInterface','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateRouterInterface') def get_AccessPointId(self): return self.get_query_params().get('AccessPointId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateSecurityGroupRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateSecurityGroupRequest.py index 6dd8b80fe0..a82b731876 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateSecurityGroupRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateSecurityGroupRequest.py @@ -21,7 +21,7 @@ class CreateSecurityGroupRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateSecurityGroup','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateSecurityGroup') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateSecurityGroup_GatedLaunchRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateSecurityGroup_GatedLaunchRequest.py index c23a6e9de6..31e44c865f 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateSecurityGroup_GatedLaunchRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateSecurityGroup_GatedLaunchRequest.py @@ -21,7 +21,7 @@ class CreateSecurityGroup_GatedLaunchRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateSecurityGroup_GatedLaunch','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateSecurityGroup_GatedLaunch') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateSimulatedSystemEventsRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateSimulatedSystemEventsRequest.py index 8b6585d95f..dcd8d83a4b 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateSimulatedSystemEventsRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateSimulatedSystemEventsRequest.py @@ -21,7 +21,7 @@ class CreateSimulatedSystemEventsRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateSimulatedSystemEvents','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateSimulatedSystemEvents') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateSnapshotRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateSnapshotRequest.py index 586edd05a9..9078a9d542 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateSnapshotRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateSnapshotRequest.py @@ -21,7 +21,7 @@ class CreateSnapshotRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateSnapshot','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateSnapshot') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateSnapshot_GatedLaunchRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateSnapshot_GatedLaunchRequest.py index 21e684b94a..cfa4d331f6 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateSnapshot_GatedLaunchRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateSnapshot_GatedLaunchRequest.py @@ -21,7 +21,7 @@ class CreateSnapshot_GatedLaunchRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateSnapshot_GatedLaunch','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateSnapshot_GatedLaunch') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateUserEventRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateUserEventRequest.py index c41e8511dd..5222fef2ee 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateUserEventRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateUserEventRequest.py @@ -21,7 +21,7 @@ class CreateUserEventRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateUserEvent','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateUserEvent') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateVSwitchRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateVSwitchRequest.py index 6e9ee890a7..7b9c76e08d 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateVSwitchRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateVSwitchRequest.py @@ -21,7 +21,7 @@ class CreateVSwitchRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateVSwitch','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateVSwitch') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateVirtualBorderRouterRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateVirtualBorderRouterRequest.py index e020c123f4..41f4ffdd55 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateVirtualBorderRouterRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateVirtualBorderRouterRequest.py @@ -21,7 +21,7 @@ class CreateVirtualBorderRouterRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateVirtualBorderRouter','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateVirtualBorderRouter') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateVolumeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateVolumeRequest.py index e10a4e3207..080af1748b 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateVolumeRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateVolumeRequest.py @@ -21,7 +21,7 @@ class CreateVolumeRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateVolume','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateVolume') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateVolume_GatedLaunchRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateVolume_GatedLaunchRequest.py index 6c32ffa57f..dc6187406a 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateVolume_GatedLaunchRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateVolume_GatedLaunchRequest.py @@ -21,7 +21,7 @@ class CreateVolume_GatedLaunchRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateVolume_GatedLaunch','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateVolume_GatedLaunch') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateVpcRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateVpcRequest.py index ab82618cf4..e11efa93b5 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateVpcRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateVpcRequest.py @@ -21,7 +21,7 @@ class CreateVpcRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateVpc','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateVpc') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeactivateRouterInterfaceRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeactivateRouterInterfaceRequest.py index fc41805e1c..51caf072f9 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeactivateRouterInterfaceRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeactivateRouterInterfaceRequest.py @@ -21,7 +21,7 @@ class DeactivateRouterInterfaceRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeactivateRouterInterface','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeactivateRouterInterface') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteAutoSnapshotPolicyRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteAutoSnapshotPolicyRequest.py index 2bf3119e97..e5f8562c3b 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteAutoSnapshotPolicyRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteAutoSnapshotPolicyRequest.py @@ -21,7 +21,7 @@ class DeleteAutoSnapshotPolicyRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteAutoSnapshotPolicy','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteAutoSnapshotPolicy') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteAutoSnapshotPolicy_GatedLaunchRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteAutoSnapshotPolicy_GatedLaunchRequest.py index 84c709b287..5554c578e3 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteAutoSnapshotPolicy_GatedLaunchRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteAutoSnapshotPolicy_GatedLaunchRequest.py @@ -21,7 +21,7 @@ class DeleteAutoSnapshotPolicy_GatedLaunchRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteAutoSnapshotPolicy_GatedLaunch','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteAutoSnapshotPolicy_GatedLaunch') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteBandwidthPackageRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteBandwidthPackageRequest.py index 12feed649a..2742d176ce 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteBandwidthPackageRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteBandwidthPackageRequest.py @@ -21,7 +21,7 @@ class DeleteBandwidthPackageRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteBandwidthPackage','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteBandwidthPackage') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteCommandRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteCommandRequest.py index 492f34a91d..2fce599949 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteCommandRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteCommandRequest.py @@ -21,7 +21,7 @@ class DeleteCommandRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteCommand','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteCommand') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteDeploymentSetRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteDeploymentSetRequest.py index ef9aa26f04..beb4133ec0 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteDeploymentSetRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteDeploymentSetRequest.py @@ -21,7 +21,7 @@ class DeleteDeploymentSetRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteDeploymentSet','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteDeploymentSet') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteDiskRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteDiskRequest.py index 93616ee621..84af84891c 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteDiskRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteDiskRequest.py @@ -21,7 +21,7 @@ class DeleteDiskRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteDisk','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteDisk') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteDisk_GatedLaunchRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteDisk_GatedLaunchRequest.py index 2f7afb941a..72227fbffb 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteDisk_GatedLaunchRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteDisk_GatedLaunchRequest.py @@ -21,7 +21,7 @@ class DeleteDisk_GatedLaunchRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteDisk_GatedLaunch','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteDisk_GatedLaunch') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteFleetRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteFleetRequest.py new file mode 100644 index 0000000000..d3008f158a --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteFleetRequest.py @@ -0,0 +1,60 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class DeleteFleetRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteFleet') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_TerminateInstances(self): + return self.get_query_params().get('TerminateInstances') + + def set_TerminateInstances(self,TerminateInstances): + self.add_query_param('TerminateInstances',TerminateInstances) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_FleetId(self): + return self.get_query_params().get('FleetId') + + def set_FleetId(self,FleetId): + self.add_query_param('FleetId',FleetId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteForwardEntryRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteForwardEntryRequest.py index 2f0bad38ca..16f211051a 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteForwardEntryRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteForwardEntryRequest.py @@ -21,7 +21,7 @@ class DeleteForwardEntryRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteForwardEntry','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteForwardEntry') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteHaVipRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteHaVipRequest.py index 6548d65a06..a3e180303a 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteHaVipRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteHaVipRequest.py @@ -21,7 +21,7 @@ class DeleteHaVipRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteHaVip','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteHaVip') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteHpcClusterRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteHpcClusterRequest.py index 9656fe33dd..4932552a25 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteHpcClusterRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteHpcClusterRequest.py @@ -21,7 +21,7 @@ class DeleteHpcClusterRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteHpcCluster','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteHpcCluster') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteImageRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteImageRequest.py index 0369bea181..54e18b9b0a 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteImageRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteImageRequest.py @@ -21,7 +21,7 @@ class DeleteImageRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteImage','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteImage') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteImage_GatedLaunchRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteImage_GatedLaunchRequest.py index 7303722740..c0536860ad 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteImage_GatedLaunchRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteImage_GatedLaunchRequest.py @@ -21,7 +21,7 @@ class DeleteImage_GatedLaunchRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteImage_GatedLaunch','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteImage_GatedLaunch') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteInstanceRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteInstanceRequest.py index ca6174d263..1e82ba8ac2 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteInstanceRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteInstanceRequest.py @@ -21,7 +21,7 @@ class DeleteInstanceRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteInstance','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteInstance') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteInstance_GatedLaunchRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteInstance_GatedLaunchRequest.py index fa9da9da59..abda759590 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteInstance_GatedLaunchRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteInstance_GatedLaunchRequest.py @@ -21,7 +21,7 @@ class DeleteInstance_GatedLaunchRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteInstance_GatedLaunch','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteInstance_GatedLaunch') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteKeyPairsRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteKeyPairsRequest.py index ebee81d6d2..645c1bfeba 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteKeyPairsRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteKeyPairsRequest.py @@ -21,7 +21,7 @@ class DeleteKeyPairsRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteKeyPairs','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteKeyPairs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteLaunchTemplateRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteLaunchTemplateRequest.py index c28e08d249..d04feccd94 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteLaunchTemplateRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteLaunchTemplateRequest.py @@ -21,7 +21,7 @@ class DeleteLaunchTemplateRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteLaunchTemplate','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteLaunchTemplate') def get_LaunchTemplateName(self): return self.get_query_params().get('LaunchTemplateName') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteLaunchTemplateVersionRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteLaunchTemplateVersionRequest.py index 934aeacb1c..9361877e9c 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteLaunchTemplateVersionRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteLaunchTemplateVersionRequest.py @@ -21,7 +21,7 @@ class DeleteLaunchTemplateVersionRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteLaunchTemplateVersion','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteLaunchTemplateVersion') def get_LaunchTemplateName(self): return self.get_query_params().get('LaunchTemplateName') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteNatGatewayRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteNatGatewayRequest.py index 5008b3c609..a6c03e3c38 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteNatGatewayRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteNatGatewayRequest.py @@ -21,7 +21,7 @@ class DeleteNatGatewayRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteNatGateway','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteNatGateway') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteNetworkInterfacePermissionRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteNetworkInterfacePermissionRequest.py index 73f6579f8d..91d914fb51 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteNetworkInterfacePermissionRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteNetworkInterfacePermissionRequest.py @@ -21,7 +21,7 @@ class DeleteNetworkInterfacePermissionRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteNetworkInterfacePermission','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteNetworkInterfacePermission') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteNetworkInterfaceRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteNetworkInterfaceRequest.py index 29da5bb46c..4e85b9f378 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteNetworkInterfaceRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteNetworkInterfaceRequest.py @@ -21,7 +21,7 @@ class DeleteNetworkInterfaceRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteNetworkInterface','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteNetworkInterface') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeletePhysicalConnectionRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeletePhysicalConnectionRequest.py index 95c48a4331..081418b498 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeletePhysicalConnectionRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeletePhysicalConnectionRequest.py @@ -21,7 +21,7 @@ class DeletePhysicalConnectionRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeletePhysicalConnection','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeletePhysicalConnection') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteRecycleBinRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteRecycleBinRequest.py index 0406da99cd..e0c63c90de 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteRecycleBinRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteRecycleBinRequest.py @@ -21,7 +21,7 @@ class DeleteRecycleBinRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteRecycleBin','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteRecycleBin') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteRouteEntryRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteRouteEntryRequest.py index 033d8a4044..489d863160 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteRouteEntryRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteRouteEntryRequest.py @@ -21,7 +21,7 @@ class DeleteRouteEntryRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteRouteEntry','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteRouteEntry') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteRouterInterfaceRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteRouterInterfaceRequest.py index 4a46204d22..51c0f0b222 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteRouterInterfaceRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteRouterInterfaceRequest.py @@ -21,7 +21,7 @@ class DeleteRouterInterfaceRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteRouterInterface','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteRouterInterface') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteSecurityGroupRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteSecurityGroupRequest.py index 725fc663f9..a56a0ff8ef 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteSecurityGroupRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteSecurityGroupRequest.py @@ -21,7 +21,7 @@ class DeleteSecurityGroupRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteSecurityGroup','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteSecurityGroup') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteSecurityGroup_GatedLaunchRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteSecurityGroup_GatedLaunchRequest.py index 7440e183ab..1efeff9a20 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteSecurityGroup_GatedLaunchRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteSecurityGroup_GatedLaunchRequest.py @@ -21,7 +21,7 @@ class DeleteSecurityGroup_GatedLaunchRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteSecurityGroup_GatedLaunch','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteSecurityGroup_GatedLaunch') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteSnapshotRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteSnapshotRequest.py index 8a04f814bd..57e25e00a7 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteSnapshotRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteSnapshotRequest.py @@ -21,7 +21,7 @@ class DeleteSnapshotRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteSnapshot','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteSnapshot') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteSnapshot_GatedLaunchRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteSnapshot_GatedLaunchRequest.py index e45a7ccf60..4d3a6a9180 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteSnapshot_GatedLaunchRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteSnapshot_GatedLaunchRequest.py @@ -21,7 +21,7 @@ class DeleteSnapshot_GatedLaunchRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteSnapshot_GatedLaunch','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteSnapshot_GatedLaunch') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteVSwitchRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteVSwitchRequest.py index df49108ea4..57dd772555 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteVSwitchRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteVSwitchRequest.py @@ -21,7 +21,7 @@ class DeleteVSwitchRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteVSwitch','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteVSwitch') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteVirtualBorderRouterRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteVirtualBorderRouterRequest.py index 8d82b89b62..f3e589f41b 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteVirtualBorderRouterRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteVirtualBorderRouterRequest.py @@ -21,7 +21,7 @@ class DeleteVirtualBorderRouterRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteVirtualBorderRouter','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteVirtualBorderRouter') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteVolumeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteVolumeRequest.py index d6b0226ff1..a71968b750 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteVolumeRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteVolumeRequest.py @@ -21,7 +21,7 @@ class DeleteVolumeRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteVolume','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteVolume') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteVolume_GatedLaunchRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteVolume_GatedLaunchRequest.py index caae2cdf72..530bdf3f4d 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteVolume_GatedLaunchRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteVolume_GatedLaunchRequest.py @@ -21,7 +21,7 @@ class DeleteVolume_GatedLaunchRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteVolume_GatedLaunch','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteVolume_GatedLaunch') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteVpcRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteVpcRequest.py index 98bd989557..c6f75ee071 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteVpcRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteVpcRequest.py @@ -21,7 +21,7 @@ class DeleteVpcRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteVpc','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteVpc') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeAccessPointsRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeAccessPointsRequest.py index e3c126b4bc..bd61470714 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeAccessPointsRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeAccessPointsRequest.py @@ -21,7 +21,7 @@ class DescribeAccessPointsRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeAccessPoints','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeAccessPoints') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeAccountAttributesRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeAccountAttributesRequest.py index 24dc068f1d..bb228f4ceb 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeAccountAttributesRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeAccountAttributesRequest.py @@ -21,7 +21,7 @@ class DescribeAccountAttributesRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeAccountAttributes','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeAccountAttributes') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeAutoSnapshotPolicyExRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeAutoSnapshotPolicyExRequest.py index 4bba261118..06c52e4f8d 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeAutoSnapshotPolicyExRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeAutoSnapshotPolicyExRequest.py @@ -21,7 +21,7 @@ class DescribeAutoSnapshotPolicyExRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeAutoSnapshotPolicyEx','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeAutoSnapshotPolicyEx') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeAutoSnapshotPolicyRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeAutoSnapshotPolicyRequest.py index fab921a1c2..f474827600 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeAutoSnapshotPolicyRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeAutoSnapshotPolicyRequest.py @@ -21,7 +21,7 @@ class DescribeAutoSnapshotPolicyRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeAutoSnapshotPolicy','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeAutoSnapshotPolicy') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeAvailableResourceRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeAvailableResourceRequest.py index edc34066eb..46d1c2a264 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeAvailableResourceRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeAvailableResourceRequest.py @@ -21,7 +21,7 @@ class DescribeAvailableResourceRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeAvailableResource','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeAvailableResource') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeBandwidthLimitationRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeBandwidthLimitationRequest.py index 5b5e43785c..d5d1684638 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeBandwidthLimitationRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeBandwidthLimitationRequest.py @@ -21,7 +21,7 @@ class DescribeBandwidthLimitationRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeBandwidthLimitation','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeBandwidthLimitation') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeBandwidthPackagesRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeBandwidthPackagesRequest.py index 3cdb11c44c..203f721ee7 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeBandwidthPackagesRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeBandwidthPackagesRequest.py @@ -21,7 +21,7 @@ class DescribeBandwidthPackagesRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeBandwidthPackages','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeBandwidthPackages') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeClassicLinkInstancesRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeClassicLinkInstancesRequest.py index db9f67e8e6..a4608caa93 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeClassicLinkInstancesRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeClassicLinkInstancesRequest.py @@ -21,7 +21,7 @@ class DescribeClassicLinkInstancesRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeClassicLinkInstances','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeClassicLinkInstances') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeCloudAssistantStatusRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeCloudAssistantStatusRequest.py index 060f9ff3a0..b29c2d0f07 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeCloudAssistantStatusRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeCloudAssistantStatusRequest.py @@ -21,7 +21,7 @@ class DescribeCloudAssistantStatusRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeCloudAssistantStatus','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeCloudAssistantStatus') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeClustersRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeClustersRequest.py index 4bc19f64cc..008104249f 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeClustersRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeClustersRequest.py @@ -21,7 +21,7 @@ class DescribeClustersRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeClusters','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeClusters') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeCommandsRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeCommandsRequest.py index a86d403bfe..f31ac021cc 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeCommandsRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeCommandsRequest.py @@ -21,7 +21,7 @@ class DescribeCommandsRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeCommands','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeCommands') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeDedicatedHostAutoRenewRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeDedicatedHostAutoRenewRequest.py index 025d35aa8a..11c4b9592e 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeDedicatedHostAutoRenewRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeDedicatedHostAutoRenewRequest.py @@ -21,7 +21,7 @@ class DescribeDedicatedHostAutoRenewRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeDedicatedHostAutoRenew','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeDedicatedHostAutoRenew') def get_DedicatedHostIds(self): return self.get_query_params().get('DedicatedHostIds') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeDedicatedHostTypesRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeDedicatedHostTypesRequest.py index ce7773e82c..8f256a47d4 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeDedicatedHostTypesRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeDedicatedHostTypesRequest.py @@ -21,7 +21,7 @@ class DescribeDedicatedHostTypesRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeDedicatedHostTypes','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeDedicatedHostTypes') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeDedicatedHostsRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeDedicatedHostsRequest.py index 3e130cfb7d..cee522dd45 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeDedicatedHostsRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeDedicatedHostsRequest.py @@ -21,7 +21,7 @@ class DescribeDedicatedHostsRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeDedicatedHosts','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeDedicatedHosts') def get_DedicatedHostIds(self): return self.get_query_params().get('DedicatedHostIds') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeDemandsRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeDemandsRequest.py index a6da417673..d8907763f6 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeDemandsRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeDemandsRequest.py @@ -21,7 +21,7 @@ class DescribeDemandsRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeDemands','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeDemands') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeDeploymentSetTopologyRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeDeploymentSetTopologyRequest.py index 66cc8a0301..3dfdb66fae 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeDeploymentSetTopologyRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeDeploymentSetTopologyRequest.py @@ -21,7 +21,7 @@ class DescribeDeploymentSetTopologyRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeDeploymentSetTopology','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeDeploymentSetTopology') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeDeploymentSetsRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeDeploymentSetsRequest.py index 52568db630..c72f17e9b6 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeDeploymentSetsRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeDeploymentSetsRequest.py @@ -21,7 +21,7 @@ class DescribeDeploymentSetsRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeDeploymentSets','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeDeploymentSets') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeDiskMonitorDataRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeDiskMonitorDataRequest.py index 03834911d9..6a18a03628 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeDiskMonitorDataRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeDiskMonitorDataRequest.py @@ -21,7 +21,7 @@ class DescribeDiskMonitorDataRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeDiskMonitorData','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeDiskMonitorData') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeDisksFullStatusRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeDisksFullStatusRequest.py index 7d06691181..c729d1f701 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeDisksFullStatusRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeDisksFullStatusRequest.py @@ -21,7 +21,7 @@ class DescribeDisksFullStatusRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeDisksFullStatus','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeDisksFullStatus') def get_EventIds(self): return self.get_query_params().get('EventIds') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeDisksRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeDisksRequest.py index 68373765ac..04405a459b 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeDisksRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeDisksRequest.py @@ -21,7 +21,7 @@ class DescribeDisksRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeDisks','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeDisks') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeEipAddressesRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeEipAddressesRequest.py index 2ca395fabe..5000c07066 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeEipAddressesRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeEipAddressesRequest.py @@ -21,7 +21,7 @@ class DescribeEipAddressesRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeEipAddresses','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeEipAddresses') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeEipMonitorDataRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeEipMonitorDataRequest.py index 8250b835b9..cb681876fd 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeEipMonitorDataRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeEipMonitorDataRequest.py @@ -21,7 +21,7 @@ class DescribeEipMonitorDataRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeEipMonitorData','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeEipMonitorData') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeEniMonitorDataRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeEniMonitorDataRequest.py index afe7750ccc..dc14f1839f 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeEniMonitorDataRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeEniMonitorDataRequest.py @@ -21,7 +21,7 @@ class DescribeEniMonitorDataRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeEniMonitorData','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeEniMonitorData') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeEventDetailRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeEventDetailRequest.py index 62ff404e07..82acaefeb5 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeEventDetailRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeEventDetailRequest.py @@ -21,7 +21,7 @@ class DescribeEventDetailRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeEventDetail','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeEventDetail') def get_EventId(self): return self.get_query_params().get('EventId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeEventsRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeEventsRequest.py index 4c673efa49..fdbb08b61d 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeEventsRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeEventsRequest.py @@ -21,7 +21,7 @@ class DescribeEventsRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeEvents','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeEvents') def get_EventId(self): return self.get_query_params().get('EventId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeFleetHistoryRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeFleetHistoryRequest.py new file mode 100644 index 0000000000..516b56e3cc --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeFleetHistoryRequest.py @@ -0,0 +1,54 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class DescribeFleetHistoryRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeFleetHistory') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_FleetId(self): + return self.get_query_params().get('FleetId') + + def set_FleetId(self,FleetId): + self.add_query_param('FleetId',FleetId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeFleetInstancesRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeFleetInstancesRequest.py new file mode 100644 index 0000000000..09d3ad6c7c --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeFleetInstancesRequest.py @@ -0,0 +1,66 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class DescribeFleetInstancesRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeFleetInstances') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_PageNumber(self): + return self.get_query_params().get('PageNumber') + + def set_PageNumber(self,PageNumber): + self.add_query_param('PageNumber',PageNumber) + + def get_PageSize(self): + return self.get_query_params().get('PageSize') + + def set_PageSize(self,PageSize): + self.add_query_param('PageSize',PageSize) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_FleetId(self): + return self.get_query_params().get('FleetId') + + def set_FleetId(self,FleetId): + self.add_query_param('FleetId',FleetId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeFleetsRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeFleetsRequest.py new file mode 100644 index 0000000000..3b683418e2 --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeFleetsRequest.py @@ -0,0 +1,82 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class DescribeFleetsRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeFleets') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_PageNumber(self): + return self.get_query_params().get('PageNumber') + + def set_PageNumber(self,PageNumber): + self.add_query_param('PageNumber',PageNumber) + + def get_FleetName(self): + return self.get_query_params().get('FleetName') + + def set_FleetName(self,FleetName): + self.add_query_param('FleetName',FleetName) + + def get_FleetStatuss(self): + return self.get_query_params().get('FleetStatuss') + + def set_FleetStatuss(self,FleetStatuss): + for i in range(len(FleetStatuss)): + if FleetStatuss[i] is not None: + self.add_query_param('FleetStatus.' + str(i + 1) , FleetStatuss[i]); + + def get_PageSize(self): + return self.get_query_params().get('PageSize') + + def set_PageSize(self,PageSize): + self.add_query_param('PageSize',PageSize) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_FleetIds(self): + return self.get_query_params().get('FleetIds') + + def set_FleetIds(self,FleetIds): + for i in range(len(FleetIds)): + if FleetIds[i] is not None: + self.add_query_param('FleetId.' + str(i + 1) , FleetIds[i]); \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeForwardTableEntriesRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeForwardTableEntriesRequest.py index cdb27d1601..cab4f01e0d 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeForwardTableEntriesRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeForwardTableEntriesRequest.py @@ -21,7 +21,7 @@ class DescribeForwardTableEntriesRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeForwardTableEntries','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeForwardTableEntries') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeHaVipsRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeHaVipsRequest.py index 0377f3f0b8..4d517356bf 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeHaVipsRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeHaVipsRequest.py @@ -21,7 +21,7 @@ class DescribeHaVipsRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeHaVips','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeHaVips') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeHpcClustersRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeHpcClustersRequest.py index 58257fb3f4..ee1e0890a3 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeHpcClustersRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeHpcClustersRequest.py @@ -21,7 +21,7 @@ class DescribeHpcClustersRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeHpcClusters','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeHpcClusters') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeImageSharePermissionRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeImageSharePermissionRequest.py index 20ce5d9dd5..b45dca32f6 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeImageSharePermissionRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeImageSharePermissionRequest.py @@ -21,7 +21,7 @@ class DescribeImageSharePermissionRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeImageSharePermission','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeImageSharePermission') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeImageSupportInstanceTypesRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeImageSupportInstanceTypesRequest.py index 501dd596c4..66f6e11685 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeImageSupportInstanceTypesRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeImageSupportInstanceTypesRequest.py @@ -21,7 +21,7 @@ class DescribeImageSupportInstanceTypesRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeImageSupportInstanceTypes','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeImageSupportInstanceTypes') def get_ActionType(self): return self.get_query_params().get('ActionType') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeImagesRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeImagesRequest.py index 9d15322c25..fee80d9670 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeImagesRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeImagesRequest.py @@ -21,7 +21,7 @@ class DescribeImagesRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeImages','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeImages') def get_ActionType(self): return self.get_query_params().get('ActionType') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceAttributeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceAttributeRequest.py index 78eefaccd1..1b6ddda7e4 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceAttributeRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceAttributeRequest.py @@ -21,7 +21,7 @@ class DescribeInstanceAttributeRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeInstanceAttribute','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeInstanceAttribute') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceAutoRenewAttributeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceAutoRenewAttributeRequest.py index e65bb6c86e..373e8b7c97 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceAutoRenewAttributeRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceAutoRenewAttributeRequest.py @@ -21,7 +21,7 @@ class DescribeInstanceAutoRenewAttributeRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeInstanceAutoRenewAttribute','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeInstanceAutoRenewAttribute') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceHistoryEventsRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceHistoryEventsRequest.py index 6c3d5272c8..483873de94 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceHistoryEventsRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceHistoryEventsRequest.py @@ -21,7 +21,7 @@ class DescribeInstanceHistoryEventsRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeInstanceHistoryEvents','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeInstanceHistoryEvents') def get_EventIds(self): return self.get_query_params().get('EventIds') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceMonitorDataRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceMonitorDataRequest.py index bcf8c030ce..59b750387a 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceMonitorDataRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceMonitorDataRequest.py @@ -21,7 +21,7 @@ class DescribeInstanceMonitorDataRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeInstanceMonitorData','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeInstanceMonitorData') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstancePhysicalAttributeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstancePhysicalAttributeRequest.py index a87af8e93e..49e6f0f991 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstancePhysicalAttributeRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstancePhysicalAttributeRequest.py @@ -21,7 +21,7 @@ class DescribeInstancePhysicalAttributeRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeInstancePhysicalAttribute','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeInstancePhysicalAttribute') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstancePhysicalAttribute_GatedLaunchRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstancePhysicalAttribute_GatedLaunchRequest.py index d146f65e1b..0c5ea59dbe 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstancePhysicalAttribute_GatedLaunchRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstancePhysicalAttribute_GatedLaunchRequest.py @@ -21,7 +21,7 @@ class DescribeInstancePhysicalAttribute_GatedLaunchRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeInstancePhysicalAttribute_GatedLaunch','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeInstancePhysicalAttribute_GatedLaunch') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceRamRoleRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceRamRoleRequest.py index f61b2ccc3b..31d21538d1 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceRamRoleRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceRamRoleRequest.py @@ -21,7 +21,7 @@ class DescribeInstanceRamRoleRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeInstanceRamRole','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeInstanceRamRole') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceStatusRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceStatusRequest.py index bae9e44e0e..93eb7a0882 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceStatusRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceStatusRequest.py @@ -21,7 +21,7 @@ class DescribeInstanceStatusRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeInstanceStatus','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeInstanceStatus') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceTopologyRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceTopologyRequest.py index 423b1ddad8..65bd9e7704 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceTopologyRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceTopologyRequest.py @@ -21,7 +21,7 @@ class DescribeInstanceTopologyRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeInstanceTopology','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeInstanceTopology') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceTypeFamiliesRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceTypeFamiliesRequest.py index f34a1a7db5..aba5a11d18 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceTypeFamiliesRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceTypeFamiliesRequest.py @@ -21,7 +21,7 @@ class DescribeInstanceTypeFamiliesRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeInstanceTypeFamilies','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeInstanceTypeFamilies') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceTypesRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceTypesRequest.py index f9b5920bff..1145929f36 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceTypesRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceTypesRequest.py @@ -21,7 +21,7 @@ class DescribeInstanceTypesRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeInstanceTypes','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeInstanceTypes') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceVncPasswdRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceVncPasswdRequest.py index 58445431fc..959fe8335f 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceVncPasswdRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceVncPasswdRequest.py @@ -21,7 +21,7 @@ class DescribeInstanceVncPasswdRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeInstanceVncPasswd','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeInstanceVncPasswd') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceVncPasswd_GatedLaunchRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceVncPasswd_GatedLaunchRequest.py index 5b44a20f73..0a7fa76bd3 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceVncPasswd_GatedLaunchRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceVncPasswd_GatedLaunchRequest.py @@ -21,7 +21,7 @@ class DescribeInstanceVncPasswd_GatedLaunchRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeInstanceVncPasswd_GatedLaunch','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeInstanceVncPasswd_GatedLaunch') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceVncUrlRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceVncUrlRequest.py index 5addb304f6..2fc5750ca0 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceVncUrlRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceVncUrlRequest.py @@ -21,7 +21,7 @@ class DescribeInstanceVncUrlRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeInstanceVncUrl','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeInstanceVncUrl') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceVncUrl_GatedLaunchRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceVncUrl_GatedLaunchRequest.py index b5c649541a..40085e9b98 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceVncUrl_GatedLaunchRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceVncUrl_GatedLaunchRequest.py @@ -21,7 +21,7 @@ class DescribeInstanceVncUrl_GatedLaunchRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeInstanceVncUrl_GatedLaunch','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeInstanceVncUrl_GatedLaunch') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstancesFullStatusRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstancesFullStatusRequest.py index 217a7ec48b..ba41fad059 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstancesFullStatusRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstancesFullStatusRequest.py @@ -21,7 +21,7 @@ class DescribeInstancesFullStatusRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeInstancesFullStatus','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeInstancesFullStatus') def get_EventIds(self): return self.get_query_params().get('EventIds') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstancesRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstancesRequest.py index acff774db7..d6b902a28d 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstancesRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstancesRequest.py @@ -21,7 +21,7 @@ class DescribeInstancesRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeInstances','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeInstances') def get_InnerIpAddresses(self): return self.get_query_params().get('InnerIpAddresses') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeIntranetAttributeKbRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeIntranetAttributeKbRequest.py index 84c97d5425..38e10a7914 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeIntranetAttributeKbRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeIntranetAttributeKbRequest.py @@ -21,7 +21,7 @@ class DescribeIntranetAttributeKbRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeIntranetAttributeKb','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeIntranetAttributeKb') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeIntranetAttributeKb_GatedLaunchRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeIntranetAttributeKb_GatedLaunchRequest.py index 2af569fa76..ad1509c895 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeIntranetAttributeKb_GatedLaunchRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeIntranetAttributeKb_GatedLaunchRequest.py @@ -21,7 +21,7 @@ class DescribeIntranetAttributeKb_GatedLaunchRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeIntranetAttributeKb_GatedLaunch','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeIntranetAttributeKb_GatedLaunch') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInvocationResultsRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInvocationResultsRequest.py index 092aabcd62..a4702b35c8 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInvocationResultsRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInvocationResultsRequest.py @@ -21,7 +21,7 @@ class DescribeInvocationResultsRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeInvocationResults','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeInvocationResults') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInvocationsRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInvocationsRequest.py index a058b53329..31ffba6e90 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInvocationsRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInvocationsRequest.py @@ -21,7 +21,7 @@ class DescribeInvocationsRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeInvocations','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeInvocations') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeIpRangesRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeIpRangesRequest.py index ffa4ef931d..d60fe94284 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeIpRangesRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeIpRangesRequest.py @@ -21,7 +21,7 @@ class DescribeIpRangesRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeIpRanges','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeIpRanges') def get_NicType(self): return self.get_query_params().get('NicType') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeKeyPairsRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeKeyPairsRequest.py index ae9c596bb9..5ca8e508d5 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeKeyPairsRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeKeyPairsRequest.py @@ -21,7 +21,7 @@ class DescribeKeyPairsRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeKeyPairs','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeKeyPairs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeLaunchTemplateVersionsRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeLaunchTemplateVersionsRequest.py index 6a61dd8ea9..f1356b2f27 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeLaunchTemplateVersionsRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeLaunchTemplateVersionsRequest.py @@ -21,7 +21,7 @@ class DescribeLaunchTemplateVersionsRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeLaunchTemplateVersions','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeLaunchTemplateVersions') def get_LaunchTemplateName(self): return self.get_query_params().get('LaunchTemplateName') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeLaunchTemplatesRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeLaunchTemplatesRequest.py index ad9c60d8b3..4b0b31af43 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeLaunchTemplatesRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeLaunchTemplatesRequest.py @@ -21,7 +21,7 @@ class DescribeLaunchTemplatesRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeLaunchTemplates','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeLaunchTemplates') def get_LaunchTemplateNames(self): return self.get_query_params().get('LaunchTemplateNames') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeLimitationRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeLimitationRequest.py index b49a91735c..3774ddedc3 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeLimitationRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeLimitationRequest.py @@ -21,7 +21,7 @@ class DescribeLimitationRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeLimitation','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeLimitation') def get_Limitation(self): return self.get_query_params().get('Limitation') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeLimitation_GatedLaunchRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeLimitation_GatedLaunchRequest.py index 7733045cd0..52203892ea 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeLimitation_GatedLaunchRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeLimitation_GatedLaunchRequest.py @@ -21,7 +21,7 @@ class DescribeLimitation_GatedLaunchRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeLimitation_GatedLaunch','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeLimitation_GatedLaunch') def get_Limitation(self): return self.get_query_params().get('Limitation') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeNatGatewaysRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeNatGatewaysRequest.py index 1d1f90095d..056ed68eca 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeNatGatewaysRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeNatGatewaysRequest.py @@ -21,7 +21,7 @@ class DescribeNatGatewaysRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeNatGateways','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeNatGateways') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeNetworkInterfacePermissionsRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeNetworkInterfacePermissionsRequest.py index 10ec05ee86..26fed9d278 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeNetworkInterfacePermissionsRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeNetworkInterfacePermissionsRequest.py @@ -21,7 +21,7 @@ class DescribeNetworkInterfacePermissionsRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeNetworkInterfacePermissions','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeNetworkInterfacePermissions') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeNetworkInterfacesRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeNetworkInterfacesRequest.py index 1747f405a1..44b021266d 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeNetworkInterfacesRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeNetworkInterfacesRequest.py @@ -21,7 +21,7 @@ class DescribeNetworkInterfacesRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeNetworkInterfaces','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeNetworkInterfaces') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeNewProjectEipMonitorDataRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeNewProjectEipMonitorDataRequest.py index 5461af3a88..afb405d83b 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeNewProjectEipMonitorDataRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeNewProjectEipMonitorDataRequest.py @@ -21,7 +21,7 @@ class DescribeNewProjectEipMonitorDataRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeNewProjectEipMonitorData','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeNewProjectEipMonitorData') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribePhysicalConnectionsRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribePhysicalConnectionsRequest.py index babc03e5a2..1c21f484c2 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribePhysicalConnectionsRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribePhysicalConnectionsRequest.py @@ -21,7 +21,7 @@ class DescribePhysicalConnectionsRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribePhysicalConnections','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribePhysicalConnections') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribePriceRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribePriceRequest.py index 32d61a8b49..92fcd0f667 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribePriceRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribePriceRequest.py @@ -21,7 +21,7 @@ class DescribePriceRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribePrice','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribePrice') def get_DataDisk3Size(self): return self.get_query_params().get('DataDisk.3.Size') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeRecommendInstanceTypeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeRecommendInstanceTypeRequest.py index 125b1ddff8..45e88cc17c 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeRecommendInstanceTypeRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeRecommendInstanceTypeRequest.py @@ -21,7 +21,7 @@ class DescribeRecommendInstanceTypeRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeRecommendInstanceType','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeRecommendInstanceType') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeRecycleBinRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeRecycleBinRequest.py index 3be5aac032..23fda8d5cf 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeRecycleBinRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeRecycleBinRequest.py @@ -21,7 +21,7 @@ class DescribeRecycleBinRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeRecycleBin','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeRecycleBin') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeRegionsRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeRegionsRequest.py index 61365ba6d0..bc69400112 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeRegionsRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeRegionsRequest.py @@ -21,7 +21,7 @@ class DescribeRegionsRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeRegions','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeRegions') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeRenewalPriceRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeRenewalPriceRequest.py index 52edb9c8ec..e637f97198 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeRenewalPriceRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeRenewalPriceRequest.py @@ -21,7 +21,7 @@ class DescribeRenewalPriceRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeRenewalPrice','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeRenewalPrice') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeReservedInstancesRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeReservedInstancesRequest.py index 1ccd929363..29f111f056 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeReservedInstancesRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeReservedInstancesRequest.py @@ -21,7 +21,7 @@ class DescribeReservedInstancesRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeReservedInstances','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeReservedInstances') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeResourceByTagsRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeResourceByTagsRequest.py index b8a156695c..e5252a261c 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeResourceByTagsRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeResourceByTagsRequest.py @@ -21,7 +21,7 @@ class DescribeResourceByTagsRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeResourceByTags','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeResourceByTags') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeResourcesModificationRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeResourcesModificationRequest.py index 50425d18dd..ac4306be5b 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeResourcesModificationRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeResourcesModificationRequest.py @@ -21,7 +21,7 @@ class DescribeResourcesModificationRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeResourcesModification','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeResourcesModification') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeRouteTablesRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeRouteTablesRequest.py index e2577aab8c..6a93b98336 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeRouteTablesRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeRouteTablesRequest.py @@ -21,7 +21,7 @@ class DescribeRouteTablesRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeRouteTables','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeRouteTables') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeRouterInterfacesRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeRouterInterfacesRequest.py index 7100138d33..82cf493808 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeRouterInterfacesRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeRouterInterfacesRequest.py @@ -21,7 +21,7 @@ class DescribeRouterInterfacesRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeRouterInterfaces','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeRouterInterfaces') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeSecurityGroupAttributeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeSecurityGroupAttributeRequest.py index ad5fe7e7ce..726bbf2092 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeSecurityGroupAttributeRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeSecurityGroupAttributeRequest.py @@ -21,7 +21,7 @@ class DescribeSecurityGroupAttributeRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeSecurityGroupAttribute','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeSecurityGroupAttribute') def get_NicType(self): return self.get_query_params().get('NicType') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeSecurityGroupReferencesRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeSecurityGroupReferencesRequest.py index b4f8b52ba4..5eedba0f8c 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeSecurityGroupReferencesRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeSecurityGroupReferencesRequest.py @@ -21,7 +21,7 @@ class DescribeSecurityGroupReferencesRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeSecurityGroupReferences','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeSecurityGroupReferences') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeSecurityGroupsRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeSecurityGroupsRequest.py index 3f0e9d6f04..ffec9f67a2 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeSecurityGroupsRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeSecurityGroupsRequest.py @@ -21,7 +21,7 @@ class DescribeSecurityGroupsRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeSecurityGroups','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeSecurityGroups') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeSnapshotLinksRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeSnapshotLinksRequest.py index 4f5347596f..d00b21e60b 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeSnapshotLinksRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeSnapshotLinksRequest.py @@ -21,7 +21,7 @@ class DescribeSnapshotLinksRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeSnapshotLinks','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeSnapshotLinks') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeSnapshotMonitorDataRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeSnapshotMonitorDataRequest.py index 7c03a6f94f..6eabb51722 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeSnapshotMonitorDataRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeSnapshotMonitorDataRequest.py @@ -21,7 +21,7 @@ class DescribeSnapshotMonitorDataRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeSnapshotMonitorData','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeSnapshotMonitorData') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeSnapshotPackageRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeSnapshotPackageRequest.py index 52cdf62fdc..46ef75f8c9 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeSnapshotPackageRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeSnapshotPackageRequest.py @@ -21,7 +21,7 @@ class DescribeSnapshotPackageRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeSnapshotPackage','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeSnapshotPackage') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeSnapshotsRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeSnapshotsRequest.py index 33baa55722..a9e64da90e 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeSnapshotsRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeSnapshotsRequest.py @@ -21,7 +21,7 @@ class DescribeSnapshotsRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeSnapshots','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeSnapshots') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeSnapshotsUsageRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeSnapshotsUsageRequest.py index c25c062f34..1a51ab7ed0 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeSnapshotsUsageRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeSnapshotsUsageRequest.py @@ -21,7 +21,7 @@ class DescribeSnapshotsUsageRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeSnapshotsUsage','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeSnapshotsUsage') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeSpotPriceHistoryRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeSpotPriceHistoryRequest.py index d6e354ed62..08734f8596 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeSpotPriceHistoryRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeSpotPriceHistoryRequest.py @@ -21,7 +21,7 @@ class DescribeSpotPriceHistoryRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeSpotPriceHistory','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeSpotPriceHistory') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeTagKeysRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeTagKeysRequest.py index 28fbbbf0b3..88d0f5b820 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeTagKeysRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeTagKeysRequest.py @@ -21,7 +21,7 @@ class DescribeTagKeysRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeTagKeys','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeTagKeys') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeTagKeys_GatedLaunchRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeTagKeys_GatedLaunchRequest.py index 2758a45e05..19bcbeab74 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeTagKeys_GatedLaunchRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeTagKeys_GatedLaunchRequest.py @@ -21,7 +21,7 @@ class DescribeTagKeys_GatedLaunchRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeTagKeys_GatedLaunch','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeTagKeys_GatedLaunch') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeTagsRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeTagsRequest.py index d0b2772894..2e595c1b52 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeTagsRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeTagsRequest.py @@ -21,7 +21,7 @@ class DescribeTagsRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeTags','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeTags') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeTaskAttributeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeTaskAttributeRequest.py index cd4db52d55..a92e19dde5 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeTaskAttributeRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeTaskAttributeRequest.py @@ -21,7 +21,7 @@ class DescribeTaskAttributeRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeTaskAttribute','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeTaskAttribute') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeTasksRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeTasksRequest.py index 48d4446c6e..c38c27b62a 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeTasksRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeTasksRequest.py @@ -21,7 +21,7 @@ class DescribeTasksRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeTasks','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeTasks') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeUserBusinessBehaviorRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeUserBusinessBehaviorRequest.py index fb60dd885c..da36edf605 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeUserBusinessBehaviorRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeUserBusinessBehaviorRequest.py @@ -21,7 +21,7 @@ class DescribeUserBusinessBehaviorRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeUserBusinessBehavior','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeUserBusinessBehavior') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeUserDataRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeUserDataRequest.py index f81d4cef6d..e88b21059c 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeUserDataRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeUserDataRequest.py @@ -21,7 +21,7 @@ class DescribeUserDataRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeUserData','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeUserData') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeUserData_GatedLaunchRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeUserData_GatedLaunchRequest.py index 718284dd6f..3f59d46c0d 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeUserData_GatedLaunchRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeUserData_GatedLaunchRequest.py @@ -21,7 +21,7 @@ class DescribeUserData_GatedLaunchRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeUserData_GatedLaunch','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeUserData_GatedLaunch') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeVRoutersRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeVRoutersRequest.py index b5cc6f7e3e..4268080f66 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeVRoutersRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeVRoutersRequest.py @@ -21,7 +21,7 @@ class DescribeVRoutersRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeVRouters','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeVRouters') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeVSwitchesRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeVSwitchesRequest.py index 69a92c17ba..29535918f9 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeVSwitchesRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeVSwitchesRequest.py @@ -21,7 +21,7 @@ class DescribeVSwitchesRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeVSwitches','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeVSwitches') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeVirtualBorderRoutersForPhysicalConnectionRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeVirtualBorderRoutersForPhysicalConnectionRequest.py index fb44aa2638..4115949774 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeVirtualBorderRoutersForPhysicalConnectionRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeVirtualBorderRoutersForPhysicalConnectionRequest.py @@ -21,7 +21,7 @@ class DescribeVirtualBorderRoutersForPhysicalConnectionRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeVirtualBorderRoutersForPhysicalConnection','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeVirtualBorderRoutersForPhysicalConnection') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeVirtualBorderRoutersRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeVirtualBorderRoutersRequest.py index 8e86300e33..1972907a13 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeVirtualBorderRoutersRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeVirtualBorderRoutersRequest.py @@ -21,7 +21,7 @@ class DescribeVirtualBorderRoutersRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeVirtualBorderRouters','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeVirtualBorderRouters') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeVolumesRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeVolumesRequest.py index a8c3be996d..6ce534e3c4 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeVolumesRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeVolumesRequest.py @@ -21,7 +21,7 @@ class DescribeVolumesRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeVolumes','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeVolumes') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeVpcsRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeVpcsRequest.py index 34354c59b6..443a233a0f 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeVpcsRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeVpcsRequest.py @@ -21,7 +21,7 @@ class DescribeVpcsRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeVpcs','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeVpcs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeZonesRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeZonesRequest.py index 1ebba6f901..0775ecffec 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeZonesRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeZonesRequest.py @@ -21,7 +21,7 @@ class DescribeZonesRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeZones','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeZones') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DetachClassicLinkVpcRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DetachClassicLinkVpcRequest.py index d567f43377..650a75ba29 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DetachClassicLinkVpcRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DetachClassicLinkVpcRequest.py @@ -21,7 +21,7 @@ class DetachClassicLinkVpcRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DetachClassicLinkVpc','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DetachClassicLinkVpc') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DetachDiskRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DetachDiskRequest.py index 5eebba43d6..71b21f4adb 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DetachDiskRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DetachDiskRequest.py @@ -21,7 +21,7 @@ class DetachDiskRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DetachDisk','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DetachDisk') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DetachDisk_GatedLaunchRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DetachDisk_GatedLaunchRequest.py index c193e4022d..4155dca5ab 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DetachDisk_GatedLaunchRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DetachDisk_GatedLaunchRequest.py @@ -21,7 +21,7 @@ class DetachDisk_GatedLaunchRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DetachDisk_GatedLaunch','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DetachDisk_GatedLaunch') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DetachInstanceRamRoleRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DetachInstanceRamRoleRequest.py index c791955249..dca5c80c94 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DetachInstanceRamRoleRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DetachInstanceRamRoleRequest.py @@ -21,7 +21,7 @@ class DetachInstanceRamRoleRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DetachInstanceRamRole','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DetachInstanceRamRole') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DetachKeyPairRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DetachKeyPairRequest.py index 15c336e69a..eee399e119 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DetachKeyPairRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DetachKeyPairRequest.py @@ -21,7 +21,7 @@ class DetachKeyPairRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DetachKeyPair','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DetachKeyPair') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DetachNetworkInterfaceRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DetachNetworkInterfaceRequest.py index 858b18acf7..d901e757c5 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DetachNetworkInterfaceRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DetachNetworkInterfaceRequest.py @@ -21,7 +21,7 @@ class DetachNetworkInterfaceRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DetachNetworkInterface','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DetachNetworkInterface') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DetachVolumeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DetachVolumeRequest.py index d9406a7e9a..fe96c98d34 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DetachVolumeRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DetachVolumeRequest.py @@ -21,7 +21,7 @@ class DetachVolumeRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DetachVolume','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DetachVolume') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DetachVolume_GatedLaunchRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DetachVolume_GatedLaunchRequest.py index 5de7663ec4..e7894c639e 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DetachVolume_GatedLaunchRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DetachVolume_GatedLaunchRequest.py @@ -21,7 +21,7 @@ class DetachVolume_GatedLaunchRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DetachVolume_GatedLaunch','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DetachVolume_GatedLaunch') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/EipFillParamsRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/EipFillParamsRequest.py index 0ee12edd79..38bc2f0f1b 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/EipFillParamsRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/EipFillParamsRequest.py @@ -21,7 +21,7 @@ class EipFillParamsRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'EipFillParams','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'EipFillParams') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/EipFillProductRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/EipFillProductRequest.py index ffa541ee47..fab220ef51 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/EipFillProductRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/EipFillProductRequest.py @@ -21,7 +21,7 @@ class EipFillProductRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'EipFillProduct','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'EipFillProduct') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/EipNotifyPaidRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/EipNotifyPaidRequest.py index ef877ff94e..df42de9762 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/EipNotifyPaidRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/EipNotifyPaidRequest.py @@ -21,7 +21,7 @@ class EipNotifyPaidRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'EipNotifyPaid','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'EipNotifyPaid') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/EnablePhysicalConnectionRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/EnablePhysicalConnectionRequest.py index 0755504ddd..1cf7e25d65 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/EnablePhysicalConnectionRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/EnablePhysicalConnectionRequest.py @@ -21,7 +21,7 @@ class EnablePhysicalConnectionRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'EnablePhysicalConnection','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'EnablePhysicalConnection') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ExportImageRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ExportImageRequest.py index 1510e97d10..d23cc93415 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ExportImageRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ExportImageRequest.py @@ -21,7 +21,7 @@ class ExportImageRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ExportImage','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ExportImage') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ExportImage_GatedLaunchRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ExportImage_GatedLaunchRequest.py index 196e34e1b7..0b40d9e3dc 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ExportImage_GatedLaunchRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ExportImage_GatedLaunchRequest.py @@ -21,7 +21,7 @@ class ExportImage_GatedLaunchRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ExportImage_GatedLaunch','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ExportImage_GatedLaunch') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ExportSnapshotRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ExportSnapshotRequest.py index 2bf3142274..400c729a9b 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ExportSnapshotRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ExportSnapshotRequest.py @@ -21,7 +21,7 @@ class ExportSnapshotRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ExportSnapshot','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ExportSnapshot') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/GetInstanceConsoleOutputRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/GetInstanceConsoleOutputRequest.py index 313ca42128..3e5f7e1e21 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/GetInstanceConsoleOutputRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/GetInstanceConsoleOutputRequest.py @@ -21,7 +21,7 @@ class GetInstanceConsoleOutputRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'GetInstanceConsoleOutput','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'GetInstanceConsoleOutput') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/GetInstanceScreenshotRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/GetInstanceScreenshotRequest.py index 53c3c9e744..9174b37d76 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/GetInstanceScreenshotRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/GetInstanceScreenshotRequest.py @@ -21,7 +21,7 @@ class GetInstanceScreenshotRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'GetInstanceScreenshot','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'GetInstanceScreenshot') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ImportImageRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ImportImageRequest.py index ddfb0f3dfd..ed1e40aae9 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ImportImageRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ImportImageRequest.py @@ -21,7 +21,7 @@ class ImportImageRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ImportImage','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ImportImage') def get_DiskDeviceMappings(self): return self.get_query_params().get('DiskDeviceMappings') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ImportImage_GatedLaunchRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ImportImage_GatedLaunchRequest.py index f11ec257e3..fdf5eca836 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ImportImage_GatedLaunchRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ImportImage_GatedLaunchRequest.py @@ -21,7 +21,7 @@ class ImportImage_GatedLaunchRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ImportImage_GatedLaunch','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ImportImage_GatedLaunch') def get_DiskDeviceMappings(self): return self.get_query_params().get('DiskDeviceMappings') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ImportKeyPairRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ImportKeyPairRequest.py index 71f14f48b9..7dba8c6465 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ImportKeyPairRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ImportKeyPairRequest.py @@ -21,7 +21,7 @@ class ImportKeyPairRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ImportKeyPair','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ImportKeyPair') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ImportSnapshotRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ImportSnapshotRequest.py index 8eb3105453..9f41be97ae 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ImportSnapshotRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ImportSnapshotRequest.py @@ -21,7 +21,7 @@ class ImportSnapshotRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ImportSnapshot','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ImportSnapshot') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/InstallCloudAssistantRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/InstallCloudAssistantRequest.py index e4977d87a5..8426c74a59 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/InstallCloudAssistantRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/InstallCloudAssistantRequest.py @@ -21,7 +21,7 @@ class InstallCloudAssistantRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'InstallCloudAssistant','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'InstallCloudAssistant') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/InvokeCommandRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/InvokeCommandRequest.py index 65392a498e..b444c4a8ef 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/InvokeCommandRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/InvokeCommandRequest.py @@ -21,7 +21,7 @@ class InvokeCommandRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'InvokeCommand','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'InvokeCommand') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/JoinResourceGroupRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/JoinResourceGroupRequest.py index 9e394d3d35..25814defe4 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/JoinResourceGroupRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/JoinResourceGroupRequest.py @@ -21,7 +21,7 @@ class JoinResourceGroupRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'JoinResourceGroup','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'JoinResourceGroup') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/JoinSecurityGroupRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/JoinSecurityGroupRequest.py index fa146a0399..57337f8aa7 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/JoinSecurityGroupRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/JoinSecurityGroupRequest.py @@ -21,7 +21,7 @@ class JoinSecurityGroupRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'JoinSecurityGroup','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'JoinSecurityGroup') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/JoinSecurityGroup_GatedLaunchRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/JoinSecurityGroup_GatedLaunchRequest.py index 6bb321f28a..aa4aa3112b 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/JoinSecurityGroup_GatedLaunchRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/JoinSecurityGroup_GatedLaunchRequest.py @@ -21,7 +21,7 @@ class JoinSecurityGroup_GatedLaunchRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'JoinSecurityGroup_GatedLaunch','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'JoinSecurityGroup_GatedLaunch') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/LeaveSecurityGroupRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/LeaveSecurityGroupRequest.py index 54e684413a..d2d5cad58d 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/LeaveSecurityGroupRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/LeaveSecurityGroupRequest.py @@ -21,7 +21,7 @@ class LeaveSecurityGroupRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'LeaveSecurityGroup','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'LeaveSecurityGroup') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/LeaveSecurityGroup_GatedLaunchRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/LeaveSecurityGroup_GatedLaunchRequest.py index 93ddc59ec3..e64ed5895f 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/LeaveSecurityGroup_GatedLaunchRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/LeaveSecurityGroup_GatedLaunchRequest.py @@ -21,7 +21,7 @@ class LeaveSecurityGroup_GatedLaunchRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'LeaveSecurityGroup_GatedLaunch','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'LeaveSecurityGroup_GatedLaunch') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ListTagResourcesRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ListTagResourcesRequest.py index 90255e42cf..7b184a48e4 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ListTagResourcesRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ListTagResourcesRequest.py @@ -21,7 +21,7 @@ class ListTagResourcesRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ListTagResources','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ListTagResources') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyAutoSnapshotPolicyExRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyAutoSnapshotPolicyExRequest.py index ada31a4368..84d0dd53b0 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyAutoSnapshotPolicyExRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyAutoSnapshotPolicyExRequest.py @@ -21,7 +21,7 @@ class ModifyAutoSnapshotPolicyExRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyAutoSnapshotPolicyEx','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyAutoSnapshotPolicyEx') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyAutoSnapshotPolicyEx_GatedLaunchRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyAutoSnapshotPolicyEx_GatedLaunchRequest.py index 588fcd8234..c91a3c4175 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyAutoSnapshotPolicyEx_GatedLaunchRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyAutoSnapshotPolicyEx_GatedLaunchRequest.py @@ -21,7 +21,7 @@ class ModifyAutoSnapshotPolicyEx_GatedLaunchRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyAutoSnapshotPolicyEx_GatedLaunch','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyAutoSnapshotPolicyEx_GatedLaunch') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyAutoSnapshotPolicyRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyAutoSnapshotPolicyRequest.py index b412872071..20fe37e3c2 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyAutoSnapshotPolicyRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyAutoSnapshotPolicyRequest.py @@ -21,7 +21,7 @@ class ModifyAutoSnapshotPolicyRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyAutoSnapshotPolicy','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyAutoSnapshotPolicy') def get_DataDiskPolicyEnabled(self): return self.get_query_params().get('DataDiskPolicyEnabled') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyAutoSnapshotPolicy_GatedLaunchRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyAutoSnapshotPolicy_GatedLaunchRequest.py index ca506ce447..404e13f62e 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyAutoSnapshotPolicy_GatedLaunchRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyAutoSnapshotPolicy_GatedLaunchRequest.py @@ -21,7 +21,7 @@ class ModifyAutoSnapshotPolicy_GatedLaunchRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyAutoSnapshotPolicy_GatedLaunch','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyAutoSnapshotPolicy_GatedLaunch') def get_DataDiskPolicyEnabled(self): return self.get_query_params().get('DataDiskPolicyEnabled') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyBandwidthPackageSpecRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyBandwidthPackageSpecRequest.py index a5183eff44..826d067c85 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyBandwidthPackageSpecRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyBandwidthPackageSpecRequest.py @@ -21,7 +21,7 @@ class ModifyBandwidthPackageSpecRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyBandwidthPackageSpec','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyBandwidthPackageSpec') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyCommandRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyCommandRequest.py index a2749777de..bba53a4c0f 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyCommandRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyCommandRequest.py @@ -21,7 +21,7 @@ class ModifyCommandRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyCommand','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyCommand') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyDedicatedHostAttributeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyDedicatedHostAttributeRequest.py index 950d5acc0e..5aa79e4ea1 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyDedicatedHostAttributeRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyDedicatedHostAttributeRequest.py @@ -21,7 +21,7 @@ class ModifyDedicatedHostAttributeRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyDedicatedHostAttribute','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyDedicatedHostAttribute') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyDedicatedHostAutoReleaseTimeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyDedicatedHostAutoReleaseTimeRequest.py index a02a638131..83685191fb 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyDedicatedHostAutoReleaseTimeRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyDedicatedHostAutoReleaseTimeRequest.py @@ -21,7 +21,7 @@ class ModifyDedicatedHostAutoReleaseTimeRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyDedicatedHostAutoReleaseTime','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyDedicatedHostAutoReleaseTime') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyDedicatedHostAutoRenewAttributeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyDedicatedHostAutoRenewAttributeRequest.py index c52c61e98e..2b7a5bcca3 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyDedicatedHostAutoRenewAttributeRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyDedicatedHostAutoRenewAttributeRequest.py @@ -21,7 +21,7 @@ class ModifyDedicatedHostAutoRenewAttributeRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyDedicatedHostAutoRenewAttribute','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyDedicatedHostAutoRenewAttribute') def get_DedicatedHostIds(self): return self.get_query_params().get('DedicatedHostIds') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyDeploymentSetAttributeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyDeploymentSetAttributeRequest.py index b7b4ca18b0..b9032e7d7b 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyDeploymentSetAttributeRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyDeploymentSetAttributeRequest.py @@ -21,7 +21,7 @@ class ModifyDeploymentSetAttributeRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyDeploymentSetAttribute','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyDeploymentSetAttribute') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyDiskAttributeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyDiskAttributeRequest.py index a9a6f4be54..8995580986 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyDiskAttributeRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyDiskAttributeRequest.py @@ -21,7 +21,7 @@ class ModifyDiskAttributeRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyDiskAttribute','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyDiskAttribute') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyDiskAttribute_GatedLaunchRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyDiskAttribute_GatedLaunchRequest.py index 6d132a37a4..da9da53130 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyDiskAttribute_GatedLaunchRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyDiskAttribute_GatedLaunchRequest.py @@ -21,7 +21,7 @@ class ModifyDiskAttribute_GatedLaunchRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyDiskAttribute_GatedLaunch','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyDiskAttribute_GatedLaunch') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyDiskChargeTypeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyDiskChargeTypeRequest.py index bdc33b3d15..d413ecf675 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyDiskChargeTypeRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyDiskChargeTypeRequest.py @@ -21,7 +21,7 @@ class ModifyDiskChargeTypeRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyDiskChargeType','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyDiskChargeType') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyEipAddressAttributeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyEipAddressAttributeRequest.py index 84ff54478a..8a8b5c0968 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyEipAddressAttributeRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyEipAddressAttributeRequest.py @@ -21,7 +21,7 @@ class ModifyEipAddressAttributeRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyEipAddressAttribute','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyEipAddressAttribute') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyFleetRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyFleetRequest.py new file mode 100644 index 0000000000..3940e4e3a0 --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyFleetRequest.py @@ -0,0 +1,96 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class ModifyFleetRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyFleet') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_TerminateInstancesWithExpiration(self): + return self.get_query_params().get('TerminateInstancesWithExpiration') + + def set_TerminateInstancesWithExpiration(self,TerminateInstancesWithExpiration): + self.add_query_param('TerminateInstancesWithExpiration',TerminateInstancesWithExpiration) + + def get_OnDemandTargetCapacity(self): + return self.get_query_params().get('OnDemandTargetCapacity') + + def set_OnDemandTargetCapacity(self,OnDemandTargetCapacity): + self.add_query_param('OnDemandTargetCapacity',OnDemandTargetCapacity) + + def get_DefaultTargetCapacityType(self): + return self.get_query_params().get('DefaultTargetCapacityType') + + def set_DefaultTargetCapacityType(self,DefaultTargetCapacityType): + self.add_query_param('DefaultTargetCapacityType',DefaultTargetCapacityType) + + def get_ExcessCapacityTerminationPolicy(self): + return self.get_query_params().get('ExcessCapacityTerminationPolicy') + + def set_ExcessCapacityTerminationPolicy(self,ExcessCapacityTerminationPolicy): + self.add_query_param('ExcessCapacityTerminationPolicy',ExcessCapacityTerminationPolicy) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_FleetId(self): + return self.get_query_params().get('FleetId') + + def set_FleetId(self,FleetId): + self.add_query_param('FleetId',FleetId) + + def get_TotalTargetCapacity(self): + return self.get_query_params().get('TotalTargetCapacity') + + def set_TotalTargetCapacity(self,TotalTargetCapacity): + self.add_query_param('TotalTargetCapacity',TotalTargetCapacity) + + def get_SpotTargetCapacity(self): + return self.get_query_params().get('SpotTargetCapacity') + + def set_SpotTargetCapacity(self,SpotTargetCapacity): + self.add_query_param('SpotTargetCapacity',SpotTargetCapacity) + + def get_MaxSpotPrice(self): + return self.get_query_params().get('MaxSpotPrice') + + def set_MaxSpotPrice(self,MaxSpotPrice): + self.add_query_param('MaxSpotPrice',MaxSpotPrice) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyForwardEntryRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyForwardEntryRequest.py index 878a78429b..a687f76ae2 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyForwardEntryRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyForwardEntryRequest.py @@ -21,7 +21,7 @@ class ModifyForwardEntryRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyForwardEntry','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyForwardEntry') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyHaVipAttributeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyHaVipAttributeRequest.py index 0a441a167b..86bb886545 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyHaVipAttributeRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyHaVipAttributeRequest.py @@ -21,7 +21,7 @@ class ModifyHaVipAttributeRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyHaVipAttribute','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyHaVipAttribute') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyHpcClusterAttributeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyHpcClusterAttributeRequest.py index 4af5f0eab6..667e39b1e6 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyHpcClusterAttributeRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyHpcClusterAttributeRequest.py @@ -21,7 +21,7 @@ class ModifyHpcClusterAttributeRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyHpcClusterAttribute','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyHpcClusterAttribute') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyImageAttributeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyImageAttributeRequest.py index 8e97fdb724..53e9b32cd2 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyImageAttributeRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyImageAttributeRequest.py @@ -21,7 +21,7 @@ class ModifyImageAttributeRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyImageAttribute','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyImageAttribute') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyImageAttribute_GatedLaunchRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyImageAttribute_GatedLaunchRequest.py index abd368d03e..8d6837f764 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyImageAttribute_GatedLaunchRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyImageAttribute_GatedLaunchRequest.py @@ -21,7 +21,7 @@ class ModifyImageAttribute_GatedLaunchRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyImageAttribute_GatedLaunch','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyImageAttribute_GatedLaunch') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyImageShareGroupPermissionRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyImageShareGroupPermissionRequest.py index b780bdee25..913f005e71 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyImageShareGroupPermissionRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyImageShareGroupPermissionRequest.py @@ -21,7 +21,7 @@ class ModifyImageShareGroupPermissionRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyImageShareGroupPermission','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyImageShareGroupPermission') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyImageShareGroupPermission_GatedLaunchRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyImageShareGroupPermission_GatedLaunchRequest.py index a03c879404..0ef1551942 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyImageShareGroupPermission_GatedLaunchRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyImageShareGroupPermission_GatedLaunchRequest.py @@ -21,7 +21,7 @@ class ModifyImageShareGroupPermission_GatedLaunchRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyImageShareGroupPermission_GatedLaunch','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyImageShareGroupPermission_GatedLaunch') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyImageSharePermissionRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyImageSharePermissionRequest.py index 7b2fca108d..fad62a9e52 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyImageSharePermissionRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyImageSharePermissionRequest.py @@ -21,7 +21,7 @@ class ModifyImageSharePermissionRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyImageSharePermission','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyImageSharePermission') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyImageSharePermission_GatedLaunchRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyImageSharePermission_GatedLaunchRequest.py index 386ee5b366..ec6588ac8e 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyImageSharePermission_GatedLaunchRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyImageSharePermission_GatedLaunchRequest.py @@ -21,7 +21,7 @@ class ModifyImageSharePermission_GatedLaunchRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyImageSharePermission_GatedLaunch','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyImageSharePermission_GatedLaunch') def get_AddAccount1(self): return self.get_query_params().get('AddAccount.1') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceAttributeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceAttributeRequest.py index 7aca2be0d3..421625b4b8 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceAttributeRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceAttributeRequest.py @@ -21,7 +21,7 @@ class ModifyInstanceAttributeRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyInstanceAttribute','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyInstanceAttribute') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceAttribute_GatedLaunchRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceAttribute_GatedLaunchRequest.py index 74f4b74934..9c0d984ac8 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceAttribute_GatedLaunchRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceAttribute_GatedLaunchRequest.py @@ -21,7 +21,7 @@ class ModifyInstanceAttribute_GatedLaunchRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyInstanceAttribute_GatedLaunch','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyInstanceAttribute_GatedLaunch') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceAutoReleaseTimeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceAutoReleaseTimeRequest.py index 660cdf1c64..6d3968d565 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceAutoReleaseTimeRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceAutoReleaseTimeRequest.py @@ -21,7 +21,7 @@ class ModifyInstanceAutoReleaseTimeRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyInstanceAutoReleaseTime','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyInstanceAutoReleaseTime') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceAutoRenewAttributeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceAutoRenewAttributeRequest.py index 07e7ebebb4..3842ed7559 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceAutoRenewAttributeRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceAutoRenewAttributeRequest.py @@ -21,7 +21,7 @@ class ModifyInstanceAutoRenewAttributeRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyInstanceAutoRenewAttribute','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyInstanceAutoRenewAttribute') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceAutoRenewAttribute_GatedLaunchRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceAutoRenewAttribute_GatedLaunchRequest.py index 8ed7c48b4d..d8c60ef4af 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceAutoRenewAttribute_GatedLaunchRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceAutoRenewAttribute_GatedLaunchRequest.py @@ -21,7 +21,7 @@ class ModifyInstanceAutoRenewAttribute_GatedLaunchRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyInstanceAutoRenewAttribute_GatedLaunch','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyInstanceAutoRenewAttribute_GatedLaunch') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceChargeTypeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceChargeTypeRequest.py index 30cb854f55..25c21a4960 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceChargeTypeRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceChargeTypeRequest.py @@ -21,7 +21,7 @@ class ModifyInstanceChargeTypeRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyInstanceChargeType','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyInstanceChargeType') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceDeploymentRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceDeploymentRequest.py index 355515de66..72479b3f4b 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceDeploymentRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceDeploymentRequest.py @@ -21,7 +21,7 @@ class ModifyInstanceDeploymentRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyInstanceDeployment','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyInstanceDeployment') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceNetworkSpecRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceNetworkSpecRequest.py index b3ee00bedb..572e56a5a1 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceNetworkSpecRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceNetworkSpecRequest.py @@ -21,7 +21,7 @@ class ModifyInstanceNetworkSpecRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyInstanceNetworkSpec','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyInstanceNetworkSpec') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceNetworkSpec_GatedLaunchRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceNetworkSpec_GatedLaunchRequest.py index a57739086e..a49b15587b 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceNetworkSpec_GatedLaunchRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceNetworkSpec_GatedLaunchRequest.py @@ -21,7 +21,7 @@ class ModifyInstanceNetworkSpec_GatedLaunchRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyInstanceNetworkSpec_GatedLaunch','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyInstanceNetworkSpec_GatedLaunch') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceSpecRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceSpecRequest.py index e07ae541b4..b2c8081b51 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceSpecRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceSpecRequest.py @@ -21,7 +21,7 @@ class ModifyInstanceSpecRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyInstanceSpec','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyInstanceSpec') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceSpec_GatedLaunchRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceSpec_GatedLaunchRequest.py index 9cee88f30c..35b3f84e15 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceSpec_GatedLaunchRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceSpec_GatedLaunchRequest.py @@ -21,7 +21,7 @@ class ModifyInstanceSpec_GatedLaunchRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyInstanceSpec_GatedLaunch','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyInstanceSpec_GatedLaunch') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceVncPasswdRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceVncPasswdRequest.py index 0ea1d7dfeb..1f7bc00bc3 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceVncPasswdRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceVncPasswdRequest.py @@ -21,7 +21,7 @@ class ModifyInstanceVncPasswdRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyInstanceVncPasswd','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyInstanceVncPasswd') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceVncPasswd_GatedLaunchRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceVncPasswd_GatedLaunchRequest.py index b07a2957d8..d6b7820d92 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceVncPasswd_GatedLaunchRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceVncPasswd_GatedLaunchRequest.py @@ -21,7 +21,7 @@ class ModifyInstanceVncPasswd_GatedLaunchRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyInstanceVncPasswd_GatedLaunch','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyInstanceVncPasswd_GatedLaunch') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceVpcAttributeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceVpcAttributeRequest.py index bfd9cd0de1..dab105b7c7 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceVpcAttributeRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceVpcAttributeRequest.py @@ -21,7 +21,7 @@ class ModifyInstanceVpcAttributeRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyInstanceVpcAttribute','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyInstanceVpcAttribute') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceVpcAttribute_GatedLaunchRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceVpcAttribute_GatedLaunchRequest.py index f12277b593..5c7fc708ba 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceVpcAttribute_GatedLaunchRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceVpcAttribute_GatedLaunchRequest.py @@ -21,7 +21,7 @@ class ModifyInstanceVpcAttribute_GatedLaunchRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyInstanceVpcAttribute_GatedLaunch','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyInstanceVpcAttribute_GatedLaunch') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyIntranetBandwidthKbRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyIntranetBandwidthKbRequest.py index 7475f721c1..026792eaf4 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyIntranetBandwidthKbRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyIntranetBandwidthKbRequest.py @@ -21,7 +21,7 @@ class ModifyIntranetBandwidthKbRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyIntranetBandwidthKb','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyIntranetBandwidthKb') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyIntranetBandwidthKb_GatedLaunchRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyIntranetBandwidthKb_GatedLaunchRequest.py index bacaa206e7..c6b4a3d4ea 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyIntranetBandwidthKb_GatedLaunchRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyIntranetBandwidthKb_GatedLaunchRequest.py @@ -21,7 +21,7 @@ class ModifyIntranetBandwidthKb_GatedLaunchRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyIntranetBandwidthKb_GatedLaunch','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyIntranetBandwidthKb_GatedLaunch') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyLaunchTemplateDefaultVersionRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyLaunchTemplateDefaultVersionRequest.py index 6691266fb4..5d3eb5f4bb 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyLaunchTemplateDefaultVersionRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyLaunchTemplateDefaultVersionRequest.py @@ -21,7 +21,7 @@ class ModifyLaunchTemplateDefaultVersionRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyLaunchTemplateDefaultVersion','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyLaunchTemplateDefaultVersion') def get_LaunchTemplateName(self): return self.get_query_params().get('LaunchTemplateName') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyNetworkInterfaceAttributeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyNetworkInterfaceAttributeRequest.py index cd3e523dd0..afd5089ef4 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyNetworkInterfaceAttributeRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyNetworkInterfaceAttributeRequest.py @@ -21,7 +21,7 @@ class ModifyNetworkInterfaceAttributeRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyNetworkInterfaceAttribute','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyNetworkInterfaceAttribute') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyPhysicalConnectionAttributeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyPhysicalConnectionAttributeRequest.py index 7d18368fc8..f4043af477 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyPhysicalConnectionAttributeRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyPhysicalConnectionAttributeRequest.py @@ -21,7 +21,7 @@ class ModifyPhysicalConnectionAttributeRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyPhysicalConnectionAttribute','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyPhysicalConnectionAttribute') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyPrepayInstanceSpecRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyPrepayInstanceSpecRequest.py index 587c59962b..be53956120 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyPrepayInstanceSpecRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyPrepayInstanceSpecRequest.py @@ -21,7 +21,7 @@ class ModifyPrepayInstanceSpecRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyPrepayInstanceSpec','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyPrepayInstanceSpec') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyReservedInstanceAttributeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyReservedInstanceAttributeRequest.py index eff017225e..4552ca8598 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyReservedInstanceAttributeRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyReservedInstanceAttributeRequest.py @@ -21,7 +21,7 @@ class ModifyReservedInstanceAttributeRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyReservedInstanceAttribute','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyReservedInstanceAttribute') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyReservedInstancesRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyReservedInstancesRequest.py index 3414b1e4b8..aa675647c1 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyReservedInstancesRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyReservedInstancesRequest.py @@ -21,7 +21,7 @@ class ModifyReservedInstancesRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyReservedInstances','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyReservedInstances') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyRouterInterfaceAttributeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyRouterInterfaceAttributeRequest.py index 8b5f0fc827..01dde0fe03 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyRouterInterfaceAttributeRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyRouterInterfaceAttributeRequest.py @@ -21,7 +21,7 @@ class ModifyRouterInterfaceAttributeRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyRouterInterfaceAttribute','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyRouterInterfaceAttribute') def get_OppositeRouterId(self): return self.get_query_params().get('OppositeRouterId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyRouterInterfaceSpecRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyRouterInterfaceSpecRequest.py index eb1d451dfb..e1c0cd7d0f 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyRouterInterfaceSpecRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyRouterInterfaceSpecRequest.py @@ -21,7 +21,7 @@ class ModifyRouterInterfaceSpecRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyRouterInterfaceSpec','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyRouterInterfaceSpec') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifySecurityGroupAttributeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifySecurityGroupAttributeRequest.py index b87eaa54bb..13d5c528af 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifySecurityGroupAttributeRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifySecurityGroupAttributeRequest.py @@ -21,7 +21,7 @@ class ModifySecurityGroupAttributeRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifySecurityGroupAttribute','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifySecurityGroupAttribute') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifySecurityGroupAttribute_GatedLaunchRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifySecurityGroupAttribute_GatedLaunchRequest.py index bd230bc2e0..e31de252f6 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifySecurityGroupAttribute_GatedLaunchRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifySecurityGroupAttribute_GatedLaunchRequest.py @@ -21,7 +21,7 @@ class ModifySecurityGroupAttribute_GatedLaunchRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifySecurityGroupAttribute_GatedLaunch','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifySecurityGroupAttribute_GatedLaunch') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifySecurityGroupEgressRuleRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifySecurityGroupEgressRuleRequest.py index 5cb281033a..b6f3b163c9 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifySecurityGroupEgressRuleRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifySecurityGroupEgressRuleRequest.py @@ -21,7 +21,7 @@ class ModifySecurityGroupEgressRuleRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifySecurityGroupEgressRule','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifySecurityGroupEgressRule') def get_NicType(self): return self.get_query_params().get('NicType') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifySecurityGroupPolicyRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifySecurityGroupPolicyRequest.py index e3bc8b072f..319fabf9cf 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifySecurityGroupPolicyRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifySecurityGroupPolicyRequest.py @@ -21,7 +21,7 @@ class ModifySecurityGroupPolicyRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifySecurityGroupPolicy','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifySecurityGroupPolicy') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifySecurityGroupRuleRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifySecurityGroupRuleRequest.py index 7470bffe22..01a4adfd30 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifySecurityGroupRuleRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifySecurityGroupRuleRequest.py @@ -21,7 +21,7 @@ class ModifySecurityGroupRuleRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifySecurityGroupRule','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifySecurityGroupRule') def get_NicType(self): return self.get_query_params().get('NicType') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifySnapshotAttributeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifySnapshotAttributeRequest.py index 4cd72642a4..efc996d5e6 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifySnapshotAttributeRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifySnapshotAttributeRequest.py @@ -21,7 +21,7 @@ class ModifySnapshotAttributeRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifySnapshotAttribute','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifySnapshotAttribute') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifySnapshotAttribute_GatedLaunchRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifySnapshotAttribute_GatedLaunchRequest.py index e838bee72b..09a0cd6f7c 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifySnapshotAttribute_GatedLaunchRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifySnapshotAttribute_GatedLaunchRequest.py @@ -21,7 +21,7 @@ class ModifySnapshotAttribute_GatedLaunchRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifySnapshotAttribute_GatedLaunch','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifySnapshotAttribute_GatedLaunch') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyUserBusinessBehaviorRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyUserBusinessBehaviorRequest.py index 0eeea39f81..7f6118751e 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyUserBusinessBehaviorRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyUserBusinessBehaviorRequest.py @@ -21,7 +21,7 @@ class ModifyUserBusinessBehaviorRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyUserBusinessBehavior','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyUserBusinessBehavior') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyUserEventAttributeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyUserEventAttributeRequest.py index f7463ee097..24ae60f42e 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyUserEventAttributeRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyUserEventAttributeRequest.py @@ -21,7 +21,7 @@ class ModifyUserEventAttributeRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyUserEventAttribute','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyUserEventAttribute') def get_EventId(self): return self.get_query_params().get('EventId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyVRouterAttributeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyVRouterAttributeRequest.py index bca2a1f0c5..77c6e65db4 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyVRouterAttributeRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyVRouterAttributeRequest.py @@ -21,7 +21,7 @@ class ModifyVRouterAttributeRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyVRouterAttribute','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyVRouterAttribute') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyVSwitchAttributeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyVSwitchAttributeRequest.py index 73aa264202..e6431614ce 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyVSwitchAttributeRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyVSwitchAttributeRequest.py @@ -21,7 +21,7 @@ class ModifyVSwitchAttributeRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyVSwitchAttribute','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyVSwitchAttribute') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyVirtualBorderRouterAttributeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyVirtualBorderRouterAttributeRequest.py index 9d630beacb..8ed15b4b5f 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyVirtualBorderRouterAttributeRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyVirtualBorderRouterAttributeRequest.py @@ -21,7 +21,7 @@ class ModifyVirtualBorderRouterAttributeRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyVirtualBorderRouterAttribute','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyVirtualBorderRouterAttribute') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyVolumeAttributeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyVolumeAttributeRequest.py index faac94952b..c1f31a65cc 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyVolumeAttributeRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyVolumeAttributeRequest.py @@ -21,7 +21,7 @@ class ModifyVolumeAttributeRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyVolumeAttribute','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyVolumeAttribute') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyVolumeAttribute_GatedLaunchRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyVolumeAttribute_GatedLaunchRequest.py index a5bf964993..111606bd43 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyVolumeAttribute_GatedLaunchRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyVolumeAttribute_GatedLaunchRequest.py @@ -21,7 +21,7 @@ class ModifyVolumeAttribute_GatedLaunchRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyVolumeAttribute_GatedLaunch','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyVolumeAttribute_GatedLaunch') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyVpcAttributeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyVpcAttributeRequest.py index d30a9c3da0..2169414652 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyVpcAttributeRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyVpcAttributeRequest.py @@ -21,7 +21,7 @@ class ModifyVpcAttributeRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyVpcAttribute','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyVpcAttribute') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/PurchaseReservedInstancesOfferingRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/PurchaseReservedInstancesOfferingRequest.py index dcaea4bc62..d0100e7028 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/PurchaseReservedInstancesOfferingRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/PurchaseReservedInstancesOfferingRequest.py @@ -21,7 +21,7 @@ class PurchaseReservedInstancesOfferingRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'PurchaseReservedInstancesOffering','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'PurchaseReservedInstancesOffering') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ReActivateInstancesRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ReActivateInstancesRequest.py index a46f220b01..cb91453ffb 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ReActivateInstancesRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ReActivateInstancesRequest.py @@ -21,7 +21,7 @@ class ReActivateInstancesRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ReActivateInstances','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ReActivateInstances') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ReInitDiskRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ReInitDiskRequest.py index 13d2e7eb77..973c28188c 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ReInitDiskRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ReInitDiskRequest.py @@ -21,7 +21,7 @@ class ReInitDiskRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ReInitDisk','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ReInitDisk') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ReInitDisk_GatedLaunchRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ReInitDisk_GatedLaunchRequest.py index 88cc07c4fb..f2f3eb0443 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ReInitDisk_GatedLaunchRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ReInitDisk_GatedLaunchRequest.py @@ -21,7 +21,7 @@ class ReInitDisk_GatedLaunchRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ReInitDisk_GatedLaunch','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ReInitDisk_GatedLaunch') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ReInitVolumeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ReInitVolumeRequest.py index bfbee11736..6417807f23 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ReInitVolumeRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ReInitVolumeRequest.py @@ -21,7 +21,7 @@ class ReInitVolumeRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ReInitVolume','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ReInitVolume') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ReInitVolume_GatedLaunchRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ReInitVolume_GatedLaunchRequest.py index 73de2f28fc..42580c4a78 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ReInitVolume_GatedLaunchRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ReInitVolume_GatedLaunchRequest.py @@ -21,7 +21,7 @@ class ReInitVolume_GatedLaunchRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ReInitVolume_GatedLaunch','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ReInitVolume_GatedLaunch') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RebootInstanceRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RebootInstanceRequest.py index 5d8744ffb1..4421d964cf 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RebootInstanceRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RebootInstanceRequest.py @@ -21,7 +21,7 @@ class RebootInstanceRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'RebootInstance','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'RebootInstance') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RebootInstance_GatedLaunchRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RebootInstance_GatedLaunchRequest.py index 5eaea24ad4..dbafd19dee 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RebootInstance_GatedLaunchRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RebootInstance_GatedLaunchRequest.py @@ -21,7 +21,7 @@ class RebootInstance_GatedLaunchRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'RebootInstance_GatedLaunch','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'RebootInstance_GatedLaunch') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RecoverVirtualBorderRouterRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RecoverVirtualBorderRouterRequest.py index 50a81a511b..4e71ea134a 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RecoverVirtualBorderRouterRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RecoverVirtualBorderRouterRequest.py @@ -21,7 +21,7 @@ class RecoverVirtualBorderRouterRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'RecoverVirtualBorderRouter','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'RecoverVirtualBorderRouter') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RedeployInstanceRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RedeployInstanceRequest.py index 0067ab5c81..1c40cc934b 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RedeployInstanceRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RedeployInstanceRequest.py @@ -21,7 +21,7 @@ class RedeployInstanceRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'RedeployInstance','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'RedeployInstance') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ReleaseDedicatedHostRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ReleaseDedicatedHostRequest.py index 5cbbf1a25c..fd79fcc17e 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ReleaseDedicatedHostRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ReleaseDedicatedHostRequest.py @@ -21,7 +21,7 @@ class ReleaseDedicatedHostRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ReleaseDedicatedHost','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ReleaseDedicatedHost') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ReleaseEipAddressRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ReleaseEipAddressRequest.py index 7c40737fb3..ac291f4a2a 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ReleaseEipAddressRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ReleaseEipAddressRequest.py @@ -21,7 +21,7 @@ class ReleaseEipAddressRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ReleaseEipAddress','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ReleaseEipAddress') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ReleasePublicIpAddressRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ReleasePublicIpAddressRequest.py index 8d230ecb31..a697ebd215 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ReleasePublicIpAddressRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ReleasePublicIpAddressRequest.py @@ -21,7 +21,7 @@ class ReleasePublicIpAddressRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ReleasePublicIpAddress','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ReleasePublicIpAddress') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ReleasePublicIpAddress_GatedLaunchRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ReleasePublicIpAddress_GatedLaunchRequest.py index 8102707183..fc06132b26 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ReleasePublicIpAddress_GatedLaunchRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ReleasePublicIpAddress_GatedLaunchRequest.py @@ -21,7 +21,7 @@ class ReleasePublicIpAddress_GatedLaunchRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ReleasePublicIpAddress_GatedLaunch','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ReleasePublicIpAddress_GatedLaunch') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RemoveBandwidthPackageIpsRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RemoveBandwidthPackageIpsRequest.py index 29b4f92883..01e9b0d119 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RemoveBandwidthPackageIpsRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RemoveBandwidthPackageIpsRequest.py @@ -21,7 +21,7 @@ class RemoveBandwidthPackageIpsRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'RemoveBandwidthPackageIps','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'RemoveBandwidthPackageIps') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RemoveTagsRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RemoveTagsRequest.py index 4120d418a9..436a3c44b0 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RemoveTagsRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RemoveTagsRequest.py @@ -21,7 +21,7 @@ class RemoveTagsRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'RemoveTags','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'RemoveTags') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RemoveTags_GatedLaunchRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RemoveTags_GatedLaunchRequest.py index a878ff1a9a..fb4e4835e8 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RemoveTags_GatedLaunchRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RemoveTags_GatedLaunchRequest.py @@ -21,7 +21,7 @@ class RemoveTags_GatedLaunchRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'RemoveTags_GatedLaunch','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'RemoveTags_GatedLaunch') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RenewDedicatedHostsRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RenewDedicatedHostsRequest.py index 0baf401ec8..90b77763cf 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RenewDedicatedHostsRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RenewDedicatedHostsRequest.py @@ -21,7 +21,7 @@ class RenewDedicatedHostsRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'RenewDedicatedHosts','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'RenewDedicatedHosts') def get_DedicatedHostIds(self): return self.get_query_params().get('DedicatedHostIds') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RenewInstanceRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RenewInstanceRequest.py index d8c30092c6..5609841755 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RenewInstanceRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RenewInstanceRequest.py @@ -21,7 +21,7 @@ class RenewInstanceRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'RenewInstance','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'RenewInstance') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RenewInstance_GatedLaunchRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RenewInstance_GatedLaunchRequest.py index 95aaad174d..3a77e6b421 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RenewInstance_GatedLaunchRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RenewInstance_GatedLaunchRequest.py @@ -21,7 +21,7 @@ class RenewInstance_GatedLaunchRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'RenewInstance_GatedLaunch','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'RenewInstance_GatedLaunch') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ReplaceSystemDiskRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ReplaceSystemDiskRequest.py index f735d067e3..3fa801d489 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ReplaceSystemDiskRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ReplaceSystemDiskRequest.py @@ -21,7 +21,7 @@ class ReplaceSystemDiskRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ReplaceSystemDisk','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ReplaceSystemDisk') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ReplaceSystemDisk_GatedLaunchRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ReplaceSystemDisk_GatedLaunchRequest.py index 4cd6f1d8c2..38b8fc7791 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ReplaceSystemDisk_GatedLaunchRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ReplaceSystemDisk_GatedLaunchRequest.py @@ -21,7 +21,7 @@ class ReplaceSystemDisk_GatedLaunchRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ReplaceSystemDisk_GatedLaunch','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ReplaceSystemDisk_GatedLaunch') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ResetDiskRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ResetDiskRequest.py index 3197fcbdb1..6ce8469bd8 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ResetDiskRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ResetDiskRequest.py @@ -21,7 +21,7 @@ class ResetDiskRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ResetDisk','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ResetDisk') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ResetDisk_GatedLaunchRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ResetDisk_GatedLaunchRequest.py index a62b0115c8..d03ab430ad 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ResetDisk_GatedLaunchRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ResetDisk_GatedLaunchRequest.py @@ -21,7 +21,7 @@ class ResetDisk_GatedLaunchRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ResetDisk_GatedLaunch','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ResetDisk_GatedLaunch') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ResizeDiskRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ResizeDiskRequest.py index 704b0e5e9d..e525c79687 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ResizeDiskRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ResizeDiskRequest.py @@ -21,7 +21,7 @@ class ResizeDiskRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ResizeDisk','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ResizeDisk') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ResizeDisk_GatedLaunchRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ResizeDisk_GatedLaunchRequest.py index caaa278168..6ea1ea300d 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ResizeDisk_GatedLaunchRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ResizeDisk_GatedLaunchRequest.py @@ -21,7 +21,7 @@ class ResizeDisk_GatedLaunchRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ResizeDisk_GatedLaunch','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ResizeDisk_GatedLaunch') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ResizeVolumeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ResizeVolumeRequest.py index ac1366d756..de48035a2f 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ResizeVolumeRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ResizeVolumeRequest.py @@ -21,7 +21,7 @@ class ResizeVolumeRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ResizeVolume','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ResizeVolume') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ResizeVolume_GatedLaunchRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ResizeVolume_GatedLaunchRequest.py index c4527bf14f..c53a0acf9d 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ResizeVolume_GatedLaunchRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ResizeVolume_GatedLaunchRequest.py @@ -21,7 +21,7 @@ class ResizeVolume_GatedLaunchRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ResizeVolume_GatedLaunch','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ResizeVolume_GatedLaunch') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RevokeSecurityGroupEgressRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RevokeSecurityGroupEgressRequest.py index c892f70e62..d5d3fd4306 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RevokeSecurityGroupEgressRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RevokeSecurityGroupEgressRequest.py @@ -21,7 +21,7 @@ class RevokeSecurityGroupEgressRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'RevokeSecurityGroupEgress','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'RevokeSecurityGroupEgress') def get_NicType(self): return self.get_query_params().get('NicType') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RevokeSecurityGroupEgress_GatedLaunchRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RevokeSecurityGroupEgress_GatedLaunchRequest.py index 49580ebe97..8d8a519644 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RevokeSecurityGroupEgress_GatedLaunchRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RevokeSecurityGroupEgress_GatedLaunchRequest.py @@ -21,7 +21,7 @@ class RevokeSecurityGroupEgress_GatedLaunchRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'RevokeSecurityGroupEgress_GatedLaunch','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'RevokeSecurityGroupEgress_GatedLaunch') def get_NicType(self): return self.get_query_params().get('NicType') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RevokeSecurityGroupRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RevokeSecurityGroupRequest.py index 64334d17f4..ff415a7127 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RevokeSecurityGroupRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RevokeSecurityGroupRequest.py @@ -21,7 +21,7 @@ class RevokeSecurityGroupRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'RevokeSecurityGroup','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'RevokeSecurityGroup') def get_NicType(self): return self.get_query_params().get('NicType') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RevokeSecurityGroup_GatedLaunchRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RevokeSecurityGroup_GatedLaunchRequest.py index 8d4c904bbb..ddabac2ff7 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RevokeSecurityGroup_GatedLaunchRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RevokeSecurityGroup_GatedLaunchRequest.py @@ -21,7 +21,7 @@ class RevokeSecurityGroup_GatedLaunchRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'RevokeSecurityGroup_GatedLaunch','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'RevokeSecurityGroup_GatedLaunch') def get_NicType(self): return self.get_query_params().get('NicType') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RollbackVolumeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RollbackVolumeRequest.py index 29349e15d3..d9a9a92780 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RollbackVolumeRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RollbackVolumeRequest.py @@ -21,7 +21,7 @@ class RollbackVolumeRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'RollbackVolume','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'RollbackVolume') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RollbackVolume_GatedLaunchRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RollbackVolume_GatedLaunchRequest.py index cc6cdfcad0..c041c2e9c8 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RollbackVolume_GatedLaunchRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RollbackVolume_GatedLaunchRequest.py @@ -21,7 +21,7 @@ class RollbackVolume_GatedLaunchRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'RollbackVolume_GatedLaunch','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'RollbackVolume_GatedLaunch') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RunInstancesRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RunInstancesRequest.py index e25677b6d5..170c8d5d8d 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RunInstancesRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RunInstancesRequest.py @@ -21,7 +21,7 @@ class RunInstancesRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'RunInstances','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'RunInstances') def get_LaunchTemplateName(self): return self.get_query_params().get('LaunchTemplateName') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/SignAgreementRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/SignAgreementRequest.py index 4532e83533..24c0ac23db 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/SignAgreementRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/SignAgreementRequest.py @@ -21,7 +21,7 @@ class SignAgreementRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'SignAgreement','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'SignAgreement') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/StartInstanceRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/StartInstanceRequest.py index 8b40e4a881..cbd0c4c815 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/StartInstanceRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/StartInstanceRequest.py @@ -21,7 +21,7 @@ class StartInstanceRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'StartInstance','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'StartInstance') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/StartInstance_GatedLaunchRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/StartInstance_GatedLaunchRequest.py index 53256c2380..5140017ae3 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/StartInstance_GatedLaunchRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/StartInstance_GatedLaunchRequest.py @@ -21,7 +21,7 @@ class StartInstance_GatedLaunchRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'StartInstance_GatedLaunch','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'StartInstance_GatedLaunch') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/StopInstanceRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/StopInstanceRequest.py index b2988171c2..6b4291b196 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/StopInstanceRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/StopInstanceRequest.py @@ -21,7 +21,7 @@ class StopInstanceRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'StopInstance','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'StopInstance') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/StopInstance_GatedLaunchRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/StopInstance_GatedLaunchRequest.py index e08536d775..44c723e798 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/StopInstance_GatedLaunchRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/StopInstance_GatedLaunchRequest.py @@ -21,7 +21,7 @@ class StopInstance_GatedLaunchRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'StopInstance_GatedLaunch','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'StopInstance_GatedLaunch') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/StopInvocationRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/StopInvocationRequest.py index 0914b5f8f0..347d0a9fc4 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/StopInvocationRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/StopInvocationRequest.py @@ -21,7 +21,7 @@ class StopInvocationRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'StopInvocation','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'StopInvocation') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/TagResourcesRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/TagResourcesRequest.py index 9861965049..6c86c47796 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/TagResourcesRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/TagResourcesRequest.py @@ -21,7 +21,7 @@ class TagResourcesRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'TagResources','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'TagResources') def get_Tags(self): return self.get_query_params().get('Tags') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/TerminatePhysicalConnectionRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/TerminatePhysicalConnectionRequest.py index 6e1f8967f7..406b453469 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/TerminatePhysicalConnectionRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/TerminatePhysicalConnectionRequest.py @@ -21,7 +21,7 @@ class TerminatePhysicalConnectionRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'TerminatePhysicalConnection','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'TerminatePhysicalConnection') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/TerminateVirtualBorderRouterRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/TerminateVirtualBorderRouterRequest.py index 145efd22da..5653fb7b5a 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/TerminateVirtualBorderRouterRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/TerminateVirtualBorderRouterRequest.py @@ -21,7 +21,7 @@ class TerminateVirtualBorderRouterRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'TerminateVirtualBorderRouter','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'TerminateVirtualBorderRouter') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/UnassignIpv6AddressesRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/UnassignIpv6AddressesRequest.py index 5db17895bb..f0a264061e 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/UnassignIpv6AddressesRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/UnassignIpv6AddressesRequest.py @@ -21,7 +21,7 @@ class UnassignIpv6AddressesRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'UnassignIpv6Addresses','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'UnassignIpv6Addresses') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/UnassignPrivateIpAddressesRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/UnassignPrivateIpAddressesRequest.py index 081edaceac..f5cfd62c2f 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/UnassignPrivateIpAddressesRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/UnassignPrivateIpAddressesRequest.py @@ -21,7 +21,7 @@ class UnassignPrivateIpAddressesRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'UnassignPrivateIpAddresses','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'UnassignPrivateIpAddresses') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/UnassociateEipAddressRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/UnassociateEipAddressRequest.py index b07b18eaf7..ee20f3d5a0 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/UnassociateEipAddressRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/UnassociateEipAddressRequest.py @@ -21,7 +21,7 @@ class UnassociateEipAddressRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'UnassociateEipAddress','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'UnassociateEipAddress') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/UnassociateHaVipRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/UnassociateHaVipRequest.py index 87bd2591e3..3a1729019a 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/UnassociateHaVipRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/UnassociateHaVipRequest.py @@ -21,7 +21,7 @@ class UnassociateHaVipRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'UnassociateHaVip','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'UnassociateHaVip') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/UnbindIpRangeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/UnbindIpRangeRequest.py index 48d817afcd..e347c3c7c9 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/UnbindIpRangeRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/UnbindIpRangeRequest.py @@ -21,7 +21,7 @@ class UnbindIpRangeRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'UnbindIpRange','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'UnbindIpRange') def get_IpAddress(self): return self.get_query_params().get('IpAddress') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/UnbindIpRange_GatedLaunchRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/UnbindIpRange_GatedLaunchRequest.py index 5dfdbca9af..3ba34f485e 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/UnbindIpRange_GatedLaunchRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/UnbindIpRange_GatedLaunchRequest.py @@ -21,7 +21,7 @@ class UnbindIpRange_GatedLaunchRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'UnbindIpRange_GatedLaunch','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'UnbindIpRange_GatedLaunch') def get_IpAddress(self): return self.get_query_params().get('IpAddress') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/UntagResourcesRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/UntagResourcesRequest.py index 0925998a9b..fe579af016 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/UntagResourcesRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/UntagResourcesRequest.py @@ -21,7 +21,7 @@ class UntagResourcesRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'UntagResources','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'UntagResources') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ValidateSecurityGroupRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ValidateSecurityGroupRequest.py index 824eb79c44..fdfdd23c5f 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ValidateSecurityGroupRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ValidateSecurityGroupRequest.py @@ -21,7 +21,7 @@ class ValidateSecurityGroupRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ValidateSecurityGroup','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ValidateSecurityGroup') def get_NicType(self): return self.get_query_params().get('NicType') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/AllocateDedicatedHostsRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/AllocateDedicatedHostsRequest.py new file mode 100644 index 0000000000..df7ad8443f --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/AllocateDedicatedHostsRequest.py @@ -0,0 +1,173 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class AllocateDedicatedHostsRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2016-03-14', 'AllocateDedicatedHosts') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_ClientToken(self): + return self.get_query_params().get('ClientToken') + + def set_ClientToken(self,ClientToken): + self.add_query_param('ClientToken',ClientToken) + + def get_Description(self): + return self.get_query_params().get('Description') + + def set_Description(self,Description): + self.add_query_param('Description',Description) + + def get_ResourceGroupId(self): + return self.get_query_params().get('ResourceGroupId') + + def set_ResourceGroupId(self,ResourceGroupId): + self.add_query_param('ResourceGroupId',ResourceGroupId) + + def get_ActionOnMaintenance(self): + return self.get_query_params().get('ActionOnMaintenance') + + def set_ActionOnMaintenance(self,ActionOnMaintenance): + self.add_query_param('ActionOnMaintenance',ActionOnMaintenance) + + def get_Tags(self): + return self.get_query_params().get('Tags') + + def set_Tags(self,Tags): + for i in range(len(Tags)): + if Tags[i].get('Key') is not None: + self.add_query_param('Tag.' + str(i + 1) + '.Key' , Tags[i].get('Key')) + if Tags[i].get('Value') is not None: + self.add_query_param('Tag.' + str(i + 1) + '.Value' , Tags[i].get('Value')) + + + def get_DedicatedHostType(self): + return self.get_query_params().get('DedicatedHostType') + + def set_DedicatedHostType(self,DedicatedHostType): + self.add_query_param('DedicatedHostType',DedicatedHostType) + + def get_BusinessInfo(self): + return self.get_query_params().get('BusinessInfo') + + def set_BusinessInfo(self,BusinessInfo): + self.add_query_param('BusinessInfo',BusinessInfo) + + def get_AutoRenewPeriod(self): + return self.get_query_params().get('AutoRenewPeriod') + + def set_AutoRenewPeriod(self,AutoRenewPeriod): + self.add_query_param('AutoRenewPeriod',AutoRenewPeriod) + + def get_Period(self): + return self.get_query_params().get('Period') + + def set_Period(self,Period): + self.add_query_param('Period',Period) + + def get_Quantity(self): + return self.get_query_params().get('Quantity') + + def set_Quantity(self,Quantity): + self.add_query_param('Quantity',Quantity) + + def get_DedicatedHostName(self): + return self.get_query_params().get('DedicatedHostName') + + def set_DedicatedHostName(self,DedicatedHostName): + self.add_query_param('DedicatedHostName',DedicatedHostName) + + def get_FromApp(self): + return self.get_query_params().get('FromApp') + + def set_FromApp(self,FromApp): + self.add_query_param('FromApp',FromApp) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_AutoReleaseTime(self): + return self.get_query_params().get('AutoReleaseTime') + + def set_AutoReleaseTime(self,AutoReleaseTime): + self.add_query_param('AutoReleaseTime',AutoReleaseTime) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_PeriodUnit(self): + return self.get_query_params().get('PeriodUnit') + + def set_PeriodUnit(self,PeriodUnit): + self.add_query_param('PeriodUnit',PeriodUnit) + + def get_AutoRenew(self): + return self.get_query_params().get('AutoRenew') + + def set_AutoRenew(self,AutoRenew): + self.add_query_param('AutoRenew',AutoRenew) + + def get_NetworkAttributesSlbUdpTimeout(self): + return self.get_query_params().get('NetworkAttributes.SlbUdpTimeout') + + def set_NetworkAttributesSlbUdpTimeout(self,NetworkAttributesSlbUdpTimeout): + self.add_query_param('NetworkAttributes.SlbUdpTimeout',NetworkAttributesSlbUdpTimeout) + + def get_ZoneId(self): + return self.get_query_params().get('ZoneId') + + def set_ZoneId(self,ZoneId): + self.add_query_param('ZoneId',ZoneId) + + def get_AutoPlacement(self): + return self.get_query_params().get('AutoPlacement') + + def set_AutoPlacement(self,AutoPlacement): + self.add_query_param('AutoPlacement',AutoPlacement) + + def get_ChargeType(self): + return self.get_query_params().get('ChargeType') + + def set_ChargeType(self,ChargeType): + self.add_query_param('ChargeType',ChargeType) + + def get_NetworkAttributesUdpTimeout(self): + return self.get_query_params().get('NetworkAttributes.UdpTimeout') + + def set_NetworkAttributesUdpTimeout(self,NetworkAttributesUdpTimeout): + self.add_query_param('NetworkAttributes.UdpTimeout',NetworkAttributesUdpTimeout) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/CreateCapacityReservationRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/CreateCapacityReservationRequest.py new file mode 100644 index 0000000000..449b4e91be --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/CreateCapacityReservationRequest.py @@ -0,0 +1,125 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class CreateCapacityReservationRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2016-03-14', 'CreateCapacityReservation') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_Description(self): + return self.get_query_params().get('Description') + + def set_Description(self,Description): + self.add_query_param('Description',Description) + + def get_NetworkType(self): + return self.get_query_params().get('NetworkType') + + def set_NetworkType(self,NetworkType): + self.add_query_param('NetworkType',NetworkType) + + def get_ResourceGroupId(self): + return self.get_query_params().get('ResourceGroupId') + + def set_ResourceGroupId(self,ResourceGroupId): + self.add_query_param('ResourceGroupId',ResourceGroupId) + + def get_InstanceCount(self): + return self.get_query_params().get('InstanceCount') + + def set_InstanceCount(self,InstanceCount): + self.add_query_param('InstanceCount',InstanceCount) + + def get_InstanceType(self): + return self.get_query_params().get('InstanceType') + + def set_InstanceType(self,InstanceType): + self.add_query_param('InstanceType',InstanceType) + + def get_Tags(self): + return self.get_query_params().get('Tags') + + def set_Tags(self,Tags): + for i in range(len(Tags)): + if Tags[i].get('Key') is not None: + self.add_query_param('Tag.' + str(i + 1) + '.Key' , Tags[i].get('Key')) + if Tags[i].get('Value') is not None: + self.add_query_param('Tag.' + str(i + 1) + '.Value' , Tags[i].get('Value')) + + + def get_InstancePlatform(self): + return self.get_query_params().get('InstancePlatform') + + def set_InstancePlatform(self,InstancePlatform): + self.add_query_param('InstancePlatform',InstancePlatform) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_EndDateType(self): + return self.get_query_params().get('EndDateType') + + def set_EndDateType(self,EndDateType): + self.add_query_param('EndDateType',EndDateType) + + def get_InstanceMatchCriteria(self): + return self.get_query_params().get('InstanceMatchCriteria') + + def set_InstanceMatchCriteria(self,InstanceMatchCriteria): + self.add_query_param('InstanceMatchCriteria',InstanceMatchCriteria) + + def get_TimeSlot(self): + return self.get_query_params().get('TimeSlot') + + def set_TimeSlot(self,TimeSlot): + self.add_query_param('TimeSlot',TimeSlot) + + def get_CapacityReservationName(self): + return self.get_query_params().get('CapacityReservationName') + + def set_CapacityReservationName(self,CapacityReservationName): + self.add_query_param('CapacityReservationName',CapacityReservationName) + + def get_ZoneId(self): + return self.get_query_params().get('ZoneId') + + def set_ZoneId(self,ZoneId): + self.add_query_param('ZoneId',ZoneId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/CreateConfigLogSubscriptionsRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/CreateConfigLogSubscriptionsRequest.py new file mode 100644 index 0000000000..0b05e71de3 --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/CreateConfigLogSubscriptionsRequest.py @@ -0,0 +1,61 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class CreateConfigLogSubscriptionsRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2016-03-14', 'CreateConfigLogSubscriptions') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_Subscriptions(self): + return self.get_query_params().get('Subscriptions') + + def set_Subscriptions(self,Subscriptions): + for i in range(len(Subscriptions)): + if Subscriptions[i].get('Name') is not None: + self.add_query_param('Subscription.' + str(i + 1) + '.Name' , Subscriptions[i].get('Name')) + if Subscriptions[i].get('ResourceType') is not None: + self.add_query_param('Subscription.' + str(i + 1) + '.ResourceType' , Subscriptions[i].get('ResourceType')) + if Subscriptions[i].get('MnsQueueArn') is not None: + self.add_query_param('Subscription.' + str(i + 1) + '.MnsQueueArn' , Subscriptions[i].get('MnsQueueArn')) + + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/CreateDisksRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/CreateDisksRequest.py new file mode 100644 index 0000000000..d5375a41d2 --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/CreateDisksRequest.py @@ -0,0 +1,125 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class CreateDisksRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2016-03-14', 'CreateDisks') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_SnapshotId(self): + return self.get_query_params().get('SnapshotId') + + def set_SnapshotId(self,SnapshotId): + self.add_query_param('SnapshotId',SnapshotId) + + def get_ClientToken(self): + return self.get_query_params().get('ClientToken') + + def set_ClientToken(self,ClientToken): + self.add_query_param('ClientToken',ClientToken) + + def get_Description(self): + return self.get_query_params().get('Description') + + def set_Description(self,Description): + self.add_query_param('Description',Description) + + def get_DiskName(self): + return self.get_query_params().get('DiskName') + + def set_DiskName(self,DiskName): + self.add_query_param('DiskName',DiskName) + + def get_ResourceGroupId(self): + return self.get_query_params().get('ResourceGroupId') + + def set_ResourceGroupId(self,ResourceGroupId): + self.add_query_param('ResourceGroupId',ResourceGroupId) + + def get_Tags(self): + return self.get_query_params().get('Tags') + + def set_Tags(self,Tags): + for i in range(len(Tags)): + if Tags[i].get('Value') is not None: + self.add_query_param('Tag.' + str(i + 1) + '.Value' , Tags[i].get('Value')) + if Tags[i].get('Key') is not None: + self.add_query_param('Tag.' + str(i + 1) + '.Key' , Tags[i].get('Key')) + + + def get_Amount(self): + return self.get_query_params().get('Amount') + + def set_Amount(self,Amount): + self.add_query_param('Amount',Amount) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_Size(self): + return self.get_query_params().get('Size') + + def set_Size(self,Size): + self.add_query_param('Size',Size) + + def get_Encrypted(self): + return self.get_query_params().get('Encrypted') + + def set_Encrypted(self,Encrypted): + self.add_query_param('Encrypted',Encrypted) + + def get_ZoneId(self): + return self.get_query_params().get('ZoneId') + + def set_ZoneId(self,ZoneId): + self.add_query_param('ZoneId',ZoneId) + + def get_Category(self): + return self.get_query_params().get('Category') + + def set_Category(self,Category): + self.add_query_param('Category',Category) + + def get_KMSKeyId(self): + return self.get_query_params().get('KMSKeyId') + + def set_KMSKeyId(self,KMSKeyId): + self.add_query_param('KMSKeyId',KMSKeyId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/CreateDisks_GatedLaunchRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/CreateDisks_GatedLaunchRequest.py new file mode 100644 index 0000000000..3374f0e3f2 --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/CreateDisks_GatedLaunchRequest.py @@ -0,0 +1,107 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class CreateDisks_GatedLaunchRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2016-03-14', 'CreateDisks_GatedLaunch') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_SnapshotId(self): + return self.get_query_params().get('SnapshotId') + + def set_SnapshotId(self,SnapshotId): + self.add_query_param('SnapshotId',SnapshotId) + + def get_ClientToken(self): + return self.get_query_params().get('ClientToken') + + def set_ClientToken(self,ClientToken): + self.add_query_param('ClientToken',ClientToken) + + def get_Description(self): + return self.get_query_params().get('Description') + + def set_Description(self,Description): + self.add_query_param('Description',Description) + + def get_DiskName(self): + return self.get_query_params().get('DiskName') + + def set_DiskName(self,DiskName): + self.add_query_param('DiskName',DiskName) + + def get_Tags(self): + return self.get_query_params().get('Tags') + + def set_Tags(self,Tags): + for i in range(len(Tags)): + if Tags[i].get('Value') is not None: + self.add_query_param('Tag.' + str(i + 1) + '.Value' , Tags[i].get('Value')) + if Tags[i].get('Key') is not None: + self.add_query_param('Tag.' + str(i + 1) + '.Key' , Tags[i].get('Key')) + + + def get_Amount(self): + return self.get_query_params().get('Amount') + + def set_Amount(self,Amount): + self.add_query_param('Amount',Amount) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_Size(self): + return self.get_query_params().get('Size') + + def set_Size(self,Size): + self.add_query_param('Size',Size) + + def get_ZoneId(self): + return self.get_query_params().get('ZoneId') + + def set_ZoneId(self,ZoneId): + self.add_query_param('ZoneId',ZoneId) + + def get_Category(self): + return self.get_query_params().get('Category') + + def set_Category(self,Category): + self.add_query_param('Category',Category) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/CreateEniQosGroupRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/CreateEniQosGroupRequest.py new file mode 100644 index 0000000000..fa64627da8 --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/CreateEniQosGroupRequest.py @@ -0,0 +1,78 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class CreateEniQosGroupRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2016-03-14', 'CreateEniQosGroup') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_Tx(self): + return self.get_query_params().get('Tx') + + def set_Tx(self,Tx): + self.add_query_param('Tx',Tx) + + def get_Rx(self): + return self.get_query_params().get('Rx') + + def set_Rx(self,Rx): + self.add_query_param('Rx',Rx) + + def get_RxPps(self): + return self.get_query_params().get('RxPps') + + def set_RxPps(self,RxPps): + self.add_query_param('RxPps',RxPps) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_QosGroupName(self): + return self.get_query_params().get('QosGroupName') + + def set_QosGroupName(self,QosGroupName): + self.add_query_param('QosGroupName',QosGroupName) + + def get_InstanceId(self): + return self.get_query_params().get('InstanceId') + + def set_InstanceId(self,InstanceId): + self.add_query_param('InstanceId',InstanceId) + + def get_TxPps(self): + return self.get_query_params().get('TxPps') + + def set_TxPps(self,TxPps): + self.add_query_param('TxPps',TxPps) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/CreateOrderRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/CreateOrderRequest.py new file mode 100644 index 0000000000..803d41ef90 --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/CreateOrderRequest.py @@ -0,0 +1,108 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class CreateOrderRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2016-03-14', 'CreateOrder') + + def get_Commodity(self): + return self.get_query_params().get('Commodity') + + def set_Commodity(self,Commodity): + self.add_query_param('Commodity',Commodity) + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_AsyncPattern(self): + return self.get_query_params().get('AsyncPattern') + + def set_AsyncPattern(self,AsyncPattern): + self.add_query_param('AsyncPattern',AsyncPattern) + + def get_ClientToken(self): + return self.get_query_params().get('ClientToken') + + def set_ClientToken(self,ClientToken): + self.add_query_param('ClientToken',ClientToken) + + def get_BusinessInfo(self): + return self.get_query_params().get('BusinessInfo') + + def set_BusinessInfo(self,BusinessInfo): + self.add_query_param('BusinessInfo',BusinessInfo) + + def get_FromApp(self): + return self.get_query_params().get('FromApp') + + def set_FromApp(self,FromApp): + self.add_query_param('FromApp',FromApp) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_Tenancy(self): + return self.get_query_params().get('Tenancy') + + def set_Tenancy(self,Tenancy): + self.add_query_param('Tenancy',Tenancy) + + def get_DedicatedHostId(self): + return self.get_query_params().get('DedicatedHostId') + + def set_DedicatedHostId(self,DedicatedHostId): + self.add_query_param('DedicatedHostId',DedicatedHostId) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_ChargeType(self): + return self.get_query_params().get('ChargeType') + + def set_ChargeType(self,ChargeType): + self.add_query_param('ChargeType',ChargeType) + + def get_OrderType(self): + return self.get_query_params().get('OrderType') + + def set_OrderType(self,OrderType): + self.add_query_param('OrderType',OrderType) + + def get_Affinity(self): + return self.get_query_params().get('Affinity') + + def set_Affinity(self,Affinity): + self.add_query_param('Affinity',Affinity) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/CreateVolumesRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/CreateVolumesRequest.py new file mode 100644 index 0000000000..763a062ea0 --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/CreateVolumesRequest.py @@ -0,0 +1,119 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class CreateVolumesRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2016-03-14', 'CreateVolumes') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_SnapshotId(self): + return self.get_query_params().get('SnapshotId') + + def set_SnapshotId(self,SnapshotId): + self.add_query_param('SnapshotId',SnapshotId) + + def get_ClientToken(self): + return self.get_query_params().get('ClientToken') + + def set_ClientToken(self,ClientToken): + self.add_query_param('ClientToken',ClientToken) + + def get_Description(self): + return self.get_query_params().get('Description') + + def set_Description(self,Description): + self.add_query_param('Description',Description) + + def get_VolumeCategory(self): + return self.get_query_params().get('VolumeCategory') + + def set_VolumeCategory(self,VolumeCategory): + self.add_query_param('VolumeCategory',VolumeCategory) + + def get_Tags(self): + return self.get_query_params().get('Tags') + + def set_Tags(self,Tags): + for i in range(len(Tags)): + if Tags[i].get('Value') is not None: + self.add_query_param('Tag.' + str(i + 1) + '.Value' , Tags[i].get('Value')) + if Tags[i].get('Key') is not None: + self.add_query_param('Tag.' + str(i + 1) + '.Key' , Tags[i].get('Key')) + + + def get_Amount(self): + return self.get_query_params().get('Amount') + + def set_Amount(self,Amount): + self.add_query_param('Amount',Amount) + + def get_VolumeName(self): + return self.get_query_params().get('VolumeName') + + def set_VolumeName(self,VolumeName): + self.add_query_param('VolumeName',VolumeName) + + def get_VolumeEncrypted(self): + return self.get_query_params().get('VolumeEncrypted') + + def set_VolumeEncrypted(self,VolumeEncrypted): + self.add_query_param('VolumeEncrypted',VolumeEncrypted) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_Size(self): + return self.get_query_params().get('Size') + + def set_Size(self,Size): + self.add_query_param('Size',Size) + + def get_ZoneId(self): + return self.get_query_params().get('ZoneId') + + def set_ZoneId(self,ZoneId): + self.add_query_param('ZoneId',ZoneId) + + def get_KMSKeyId(self): + return self.get_query_params().get('KMSKeyId') + + def set_KMSKeyId(self,KMSKeyId): + self.add_query_param('KMSKeyId',KMSKeyId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/CreateVolumes_GatedLaunchRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/CreateVolumes_GatedLaunchRequest.py new file mode 100644 index 0000000000..98802892fa --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/CreateVolumes_GatedLaunchRequest.py @@ -0,0 +1,107 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class CreateVolumes_GatedLaunchRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2016-03-14', 'CreateVolumes_GatedLaunch') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_SnapshotId(self): + return self.get_query_params().get('SnapshotId') + + def set_SnapshotId(self,SnapshotId): + self.add_query_param('SnapshotId',SnapshotId) + + def get_ClientToken(self): + return self.get_query_params().get('ClientToken') + + def set_ClientToken(self,ClientToken): + self.add_query_param('ClientToken',ClientToken) + + def get_Description(self): + return self.get_query_params().get('Description') + + def set_Description(self,Description): + self.add_query_param('Description',Description) + + def get_VolumeCategory(self): + return self.get_query_params().get('VolumeCategory') + + def set_VolumeCategory(self,VolumeCategory): + self.add_query_param('VolumeCategory',VolumeCategory) + + def get_Tags(self): + return self.get_query_params().get('Tags') + + def set_Tags(self,Tags): + for i in range(len(Tags)): + if Tags[i].get('Value') is not None: + self.add_query_param('Tag.' + str(i + 1) + '.Value' , Tags[i].get('Value')) + if Tags[i].get('Key') is not None: + self.add_query_param('Tag.' + str(i + 1) + '.Key' , Tags[i].get('Key')) + + + def get_Amount(self): + return self.get_query_params().get('Amount') + + def set_Amount(self,Amount): + self.add_query_param('Amount',Amount) + + def get_VolumeName(self): + return self.get_query_params().get('VolumeName') + + def set_VolumeName(self,VolumeName): + self.add_query_param('VolumeName',VolumeName) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_Size(self): + return self.get_query_params().get('Size') + + def set_Size(self,Size): + self.add_query_param('Size',Size) + + def get_ZoneId(self): + return self.get_query_params().get('ZoneId') + + def set_ZoneId(self,ZoneId): + self.add_query_param('ZoneId',ZoneId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DeleteConfigLogSubscriptionsRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DeleteConfigLogSubscriptionsRequest.py new file mode 100644 index 0000000000..b41fa5f883 --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DeleteConfigLogSubscriptionsRequest.py @@ -0,0 +1,56 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class DeleteConfigLogSubscriptionsRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2016-03-14', 'DeleteConfigLogSubscriptions') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_Names(self): + return self.get_query_params().get('Names') + + def set_Names(self,Names): + for i in range(len(Names)): + if Names[i] is not None: + self.add_query_param('Name.' + str(i + 1) , Names[i]); \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DeleteEniQosGroupRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DeleteEniQosGroupRequest.py new file mode 100644 index 0000000000..ecad052730 --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DeleteEniQosGroupRequest.py @@ -0,0 +1,48 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class DeleteEniQosGroupRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2016-03-14', 'DeleteEniQosGroup') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_QosGroupName(self): + return self.get_query_params().get('QosGroupName') + + def set_QosGroupName(self,QosGroupName): + self.add_query_param('QosGroupName',QosGroupName) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DescribeAccountAttributesRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DescribeAccountAttributesRequest.py new file mode 100644 index 0000000000..a35789c251 --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DescribeAccountAttributesRequest.py @@ -0,0 +1,56 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class DescribeAccountAttributesRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2016-03-14', 'DescribeAccountAttributes') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_AttributeNames(self): + return self.get_query_params().get('AttributeNames') + + def set_AttributeNames(self,AttributeNames): + for i in range(len(AttributeNames)): + if AttributeNames[i] is not None: + self.add_query_param('AttributeName.' + str(i + 1) , AttributeNames[i]); + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_ZoneId(self): + return self.get_query_params().get('ZoneId') + + def set_ZoneId(self,ZoneId): + self.add_query_param('ZoneId',ZoneId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DescribeAccountLimitsRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DescribeAccountLimitsRequest.py new file mode 100644 index 0000000000..aff08d4672 --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DescribeAccountLimitsRequest.py @@ -0,0 +1,59 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class DescribeAccountLimitsRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2016-03-14', 'DescribeAccountLimits') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_Filters(self): + return self.get_query_params().get('Filters') + + def set_Filters(self,Filters): + for i in range(len(Filters)): + for j in range(len(Filters[i].get('Values'))): + if Filters[i].get('Values')[j] is not None: + self.add_query_param('Filter.' + str(i + 1) + '.Value.'+str(j + 1), Filters[i].get('Values')[j]) + if Filters[i].get('Key') is not None: + self.add_query_param('Filter.' + str(i + 1) + '.Key' , Filters[i].get('Key')) diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DescribeBandwidthPriceRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DescribeBandwidthPriceRequest.py new file mode 100644 index 0000000000..dd8732f8e8 --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DescribeBandwidthPriceRequest.py @@ -0,0 +1,60 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class DescribeBandwidthPriceRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2016-03-14', 'DescribeBandwidthPrice') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_PriceUnit(self): + return self.get_query_params().get('PriceUnit') + + def set_PriceUnit(self,PriceUnit): + self.add_query_param('PriceUnit',PriceUnit) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_Verbose(self): + return self.get_query_params().get('Verbose') + + def set_Verbose(self,Verbose): + self.add_query_param('Verbose',Verbose) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DescribeCapacityReservationsRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DescribeCapacityReservationsRequest.py new file mode 100644 index 0000000000..dcaa78418f --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DescribeCapacityReservationsRequest.py @@ -0,0 +1,95 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class DescribeCapacityReservationsRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2016-03-14', 'DescribeCapacityReservations') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_PageNumber(self): + return self.get_query_params().get('PageNumber') + + def set_PageNumber(self,PageNumber): + self.add_query_param('PageNumber',PageNumber) + + def get_PageSize(self): + return self.get_query_params().get('PageSize') + + def set_PageSize(self,PageSize): + self.add_query_param('PageSize',PageSize) + + def get_Tags(self): + return self.get_query_params().get('Tags') + + def set_Tags(self,Tags): + for i in range(len(Tags)): + if Tags[i].get('Key') is not None: + self.add_query_param('Tag.' + str(i + 1) + '.Key' , Tags[i].get('Key')) + if Tags[i].get('Value') is not None: + self.add_query_param('Tag.' + str(i + 1) + '.Value' , Tags[i].get('Value')) + + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_CapacityReservationIds(self): + return self.get_query_params().get('CapacityReservationIds') + + def set_CapacityReservationIds(self,CapacityReservationIds): + self.add_query_param('CapacityReservationIds',CapacityReservationIds) + + def get_CapacityReservationName(self): + return self.get_query_params().get('CapacityReservationName') + + def set_CapacityReservationName(self,CapacityReservationName): + self.add_query_param('CapacityReservationName',CapacityReservationName) + + def get_ZoneId(self): + return self.get_query_params().get('ZoneId') + + def set_ZoneId(self,ZoneId): + self.add_query_param('ZoneId',ZoneId) + + def get_Status(self): + return self.get_query_params().get('Status') + + def set_Status(self,Status): + self.add_query_param('Status',Status) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DescribeConfigLogHistoryRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DescribeConfigLogHistoryRequest.py new file mode 100644 index 0000000000..acbd1821b0 --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DescribeConfigLogHistoryRequest.py @@ -0,0 +1,90 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class DescribeConfigLogHistoryRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2016-03-14', 'DescribeConfigLogHistory') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_StartTime(self): + return self.get_query_params().get('StartTime') + + def set_StartTime(self,StartTime): + self.add_query_param('StartTime',StartTime) + + def get_PageNumber(self): + return self.get_query_params().get('PageNumber') + + def set_PageNumber(self,PageNumber): + self.add_query_param('PageNumber',PageNumber) + + def get_ChronologicalOrder(self): + return self.get_query_params().get('ChronologicalOrder') + + def set_ChronologicalOrder(self,ChronologicalOrder): + self.add_query_param('ChronologicalOrder',ChronologicalOrder) + + def get_PageSize(self): + return self.get_query_params().get('PageSize') + + def set_PageSize(self,PageSize): + self.add_query_param('PageSize',PageSize) + + def get_ResourceId(self): + return self.get_query_params().get('ResourceId') + + def set_ResourceId(self,ResourceId): + self.add_query_param('ResourceId',ResourceId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_EndTime(self): + return self.get_query_params().get('EndTime') + + def set_EndTime(self,EndTime): + self.add_query_param('EndTime',EndTime) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_ResourceType(self): + return self.get_query_params().get('ResourceType') + + def set_ResourceType(self,ResourceType): + self.add_query_param('ResourceType',ResourceType) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DescribeConfigLogSubscriptionRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DescribeConfigLogSubscriptionRequest.py new file mode 100644 index 0000000000..ad1db0d2e9 --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DescribeConfigLogSubscriptionRequest.py @@ -0,0 +1,76 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class DescribeConfigLogSubscriptionRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2016-03-14', 'DescribeConfigLogSubscription') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_PageNumber(self): + return self.get_query_params().get('PageNumber') + + def set_PageNumber(self,PageNumber): + self.add_query_param('PageNumber',PageNumber) + + def get_PageSize(self): + return self.get_query_params().get('PageSize') + + def set_PageSize(self,PageSize): + self.add_query_param('PageSize',PageSize) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_ResourceTypes(self): + return self.get_query_params().get('ResourceTypes') + + def set_ResourceTypes(self,ResourceTypes): + for i in range(len(ResourceTypes)): + if ResourceTypes[i] is not None: + self.add_query_param('ResourceType.' + str(i + 1) , ResourceTypes[i]); + + def get_Names(self): + return self.get_query_params().get('Names') + + def set_Names(self,Names): + for i in range(len(Names)): + if Names[i] is not None: + self.add_query_param('Name.' + str(i + 1) , Names[i]); \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DescribeDedicatedHostAutoRenewRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DescribeDedicatedHostAutoRenewRequest.py new file mode 100644 index 0000000000..e1df3d41d3 --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DescribeDedicatedHostAutoRenewRequest.py @@ -0,0 +1,60 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class DescribeDedicatedHostAutoRenewRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2016-03-14', 'DescribeDedicatedHostAutoRenew') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_ResourceType(self): + return self.get_query_params().get('ResourceType') + + def set_ResourceType(self,ResourceType): + self.add_query_param('ResourceType',ResourceType) + + def get_InstanceIds(self): + return self.get_query_params().get('InstanceIds') + + def set_InstanceIds(self,InstanceIds): + self.add_query_param('InstanceIds',InstanceIds) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DescribeDedicatedHostTypesRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DescribeDedicatedHostTypesRequest.py new file mode 100644 index 0000000000..b2877a8a5a --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DescribeDedicatedHostTypesRequest.py @@ -0,0 +1,66 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class DescribeDedicatedHostTypesRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2016-03-14', 'DescribeDedicatedHostTypes') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_SupportInstanceTypeFamily(self): + return self.get_query_params().get('SupportInstanceTypeFamily') + + def set_SupportInstanceTypeFamily(self,SupportInstanceTypeFamily): + self.add_query_param('SupportInstanceTypeFamily',SupportInstanceTypeFamily) + + def get_DedicatedHostType(self): + return self.get_query_params().get('DedicatedHostType') + + def set_DedicatedHostType(self,DedicatedHostType): + self.add_query_param('DedicatedHostType',DedicatedHostType) + + def get_Generation(self): + return self.get_query_params().get('Generation') + + def set_Generation(self,Generation): + self.add_query_param('Generation',Generation) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DescribeDedicatedHostsRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DescribeDedicatedHostsRequest.py new file mode 100644 index 0000000000..484bf5d93a --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DescribeDedicatedHostsRequest.py @@ -0,0 +1,113 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class DescribeDedicatedHostsRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2016-03-14', 'DescribeDedicatedHosts') + + def get_DedicatedHostIds(self): + return self.get_query_params().get('DedicatedHostIds') + + def set_DedicatedHostIds(self,DedicatedHostIds): + self.add_query_param('DedicatedHostIds',DedicatedHostIds) + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_PageNumber(self): + return self.get_query_params().get('PageNumber') + + def set_PageNumber(self,PageNumber): + self.add_query_param('PageNumber',PageNumber) + + def get_ResourceGroupId(self): + return self.get_query_params().get('ResourceGroupId') + + def set_ResourceGroupId(self,ResourceGroupId): + self.add_query_param('ResourceGroupId',ResourceGroupId) + + def get_LockReason(self): + return self.get_query_params().get('LockReason') + + def set_LockReason(self,LockReason): + self.add_query_param('LockReason',LockReason) + + def get_PageSize(self): + return self.get_query_params().get('PageSize') + + def set_PageSize(self,PageSize): + self.add_query_param('PageSize',PageSize) + + def get_DedicatedHostType(self): + return self.get_query_params().get('DedicatedHostType') + + def set_DedicatedHostType(self,DedicatedHostType): + self.add_query_param('DedicatedHostType',DedicatedHostType) + + def get_Tags(self): + return self.get_query_params().get('Tags') + + def set_Tags(self,Tags): + for i in range(len(Tags)): + if Tags[i].get('Value') is not None: + self.add_query_param('Tag.' + str(i + 1) + '.Value' , Tags[i].get('Value')) + if Tags[i].get('Key') is not None: + self.add_query_param('Tag.' + str(i + 1) + '.Key' , Tags[i].get('Key')) + + + def get_DedicatedHostName(self): + return self.get_query_params().get('DedicatedHostName') + + def set_DedicatedHostName(self,DedicatedHostName): + self.add_query_param('DedicatedHostName',DedicatedHostName) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_ZoneId(self): + return self.get_query_params().get('ZoneId') + + def set_ZoneId(self,ZoneId): + self.add_query_param('ZoneId',ZoneId) + + def get_Status(self): + return self.get_query_params().get('Status') + + def set_Status(self,Status): + self.add_query_param('Status',Status) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DescribeEniQosGroupInfoRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DescribeEniQosGroupInfoRequest.py new file mode 100644 index 0000000000..2f44e2859a --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DescribeEniQosGroupInfoRequest.py @@ -0,0 +1,48 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class DescribeEniQosGroupInfoRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2016-03-14', 'DescribeEniQosGroupInfo') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_QosGroupName(self): + return self.get_query_params().get('QosGroupName') + + def set_QosGroupName(self,QosGroupName): + self.add_query_param('QosGroupName',QosGroupName) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DescribeInstanceAutoRebootTimeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DescribeInstanceAutoRebootTimeRequest.py new file mode 100644 index 0000000000..66960cfdca --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DescribeInstanceAutoRebootTimeRequest.py @@ -0,0 +1,62 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class DescribeInstanceAutoRebootTimeRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2016-03-14', 'DescribeInstanceAutoRebootTime') + + def get_AutoRebootTimeTo(self): + return self.get_query_params().get('AutoRebootTimeTo') + + def set_AutoRebootTimeTo(self,AutoRebootTimeTo): + self.add_query_param('AutoRebootTimeTo',AutoRebootTimeTo) + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_AutoRebootTimeFrom(self): + return self.get_query_params().get('AutoRebootTimeFrom') + + def set_AutoRebootTimeFrom(self,AutoRebootTimeFrom): + self.add_query_param('AutoRebootTimeFrom',AutoRebootTimeFrom) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_InstanceIdss(self): + return self.get_query_params().get('InstanceIdss') + + def set_InstanceIdss(self,InstanceIdss): + for i in range(len(InstanceIdss)): + if InstanceIdss[i] is not None: + self.add_query_param('InstanceIds.' + str(i + 1) , InstanceIdss[i]); \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DescribeInstanceNeedRebootRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DescribeInstanceNeedRebootRequest.py new file mode 100644 index 0000000000..06116b9770 --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DescribeInstanceNeedRebootRequest.py @@ -0,0 +1,62 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class DescribeInstanceNeedRebootRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2016-03-14', 'DescribeInstanceNeedReboot') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_PageNumber(self): + return self.get_query_params().get('PageNumber') + + def set_PageNumber(self,PageNumber): + self.add_query_param('PageNumber',PageNumber) + + def get_PageSize(self): + return self.get_query_params().get('PageSize') + + def set_PageSize(self,PageSize): + self.add_query_param('PageSize',PageSize) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_InstanceIdss(self): + return self.get_query_params().get('InstanceIdss') + + def set_InstanceIdss(self,InstanceIdss): + for i in range(len(InstanceIdss)): + if InstanceIdss[i] is not None: + self.add_query_param('InstanceIds.' + str(i + 1) , InstanceIdss[i]); \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DescribeKMSKeyAttributeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DescribeKMSKeyAttributeRequest.py new file mode 100644 index 0000000000..96211080e9 --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DescribeKMSKeyAttributeRequest.py @@ -0,0 +1,84 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class DescribeKMSKeyAttributeRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2016-03-14', 'DescribeKMSKeyAttribute') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_channel(self): + return self.get_query_params().get('channel') + + def set_channel(self,channel): + self.add_query_param('channel',channel) + + def get_operator(self): + return self.get_query_params().get('operator') + + def set_operator(self,operator): + self.add_query_param('operator',operator) + + def get_proxyId(self): + return self.get_query_params().get('proxyId') + + def set_proxyId(self,proxyId): + self.add_query_param('proxyId',proxyId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_token(self): + return self.get_query_params().get('token') + + def set_token(self,token): + self.add_query_param('token',token) + + def get_appKey(self): + return self.get_query_params().get('appKey') + + def set_appKey(self,appKey): + self.add_query_param('appKey',appKey) + + def get_KMSKeyId(self): + return self.get_query_params().get('KMSKeyId') + + def set_KMSKeyId(self,KMSKeyId): + self.add_query_param('KMSKeyId',KMSKeyId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DescribeKMSKeysRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DescribeKMSKeysRequest.py new file mode 100644 index 0000000000..7e0940aad1 --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DescribeKMSKeysRequest.py @@ -0,0 +1,90 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class DescribeKMSKeysRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2016-03-14', 'DescribeKMSKeys') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_channel(self): + return self.get_query_params().get('channel') + + def set_channel(self,channel): + self.add_query_param('channel',channel) + + def get_operator(self): + return self.get_query_params().get('operator') + + def set_operator(self,operator): + self.add_query_param('operator',operator) + + def get_PageNumber(self): + return self.get_query_params().get('PageNumber') + + def set_PageNumber(self,PageNumber): + self.add_query_param('PageNumber',PageNumber) + + def get_PageSize(self): + return self.get_query_params().get('PageSize') + + def set_PageSize(self,PageSize): + self.add_query_param('PageSize',PageSize) + + def get_proxyId(self): + return self.get_query_params().get('proxyId') + + def set_proxyId(self,proxyId): + self.add_query_param('proxyId',proxyId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_token(self): + return self.get_query_params().get('token') + + def set_token(self,token): + self.add_query_param('token',token) + + def get_appKey(self): + return self.get_query_params().get('appKey') + + def set_appKey(self,appKey): + self.add_query_param('appKey',appKey) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DescribeLinkedKMSKeysRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DescribeLinkedKMSKeysRequest.py new file mode 100644 index 0000000000..f9ff0882f2 --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DescribeLinkedKMSKeysRequest.py @@ -0,0 +1,78 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class DescribeLinkedKMSKeysRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2016-03-14', 'DescribeLinkedKMSKeys') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_channel(self): + return self.get_query_params().get('channel') + + def set_channel(self,channel): + self.add_query_param('channel',channel) + + def get_operator(self): + return self.get_query_params().get('operator') + + def set_operator(self,operator): + self.add_query_param('operator',operator) + + def get_proxyId(self): + return self.get_query_params().get('proxyId') + + def set_proxyId(self,proxyId): + self.add_query_param('proxyId',proxyId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_token(self): + return self.get_query_params().get('token') + + def set_token(self,token): + self.add_query_param('token',token) + + def get_appKey(self): + return self.get_query_params().get('appKey') + + def set_appKey(self,appKey): + self.add_query_param('appKey',appKey) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DescribePriceRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DescribePriceRequest.py new file mode 100644 index 0000000000..098433a76b --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DescribePriceRequest.py @@ -0,0 +1,96 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class DescribePriceRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2016-03-14', 'DescribePrice') + + def get_Commodity(self): + return self.get_query_params().get('Commodity') + + def set_Commodity(self,Commodity): + self.add_query_param('Commodity',Commodity) + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_NeedSpotPrice(self): + return self.get_query_params().get('NeedSpotPrice') + + def set_NeedSpotPrice(self,NeedSpotPrice): + self.add_query_param('NeedSpotPrice',NeedSpotPrice) + + def get_NetworkType(self): + return self.get_query_params().get('NetworkType') + + def set_NetworkType(self,NetworkType): + self.add_query_param('NetworkType',NetworkType) + + def get_BusinessInfo(self): + return self.get_query_params().get('BusinessInfo') + + def set_BusinessInfo(self,BusinessInfo): + self.add_query_param('BusinessInfo',BusinessInfo) + + def get_FromApp(self): + return self.get_query_params().get('FromApp') + + def set_FromApp(self,FromApp): + self.add_query_param('FromApp',FromApp) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_Verbose(self): + return self.get_query_params().get('Verbose') + + def set_Verbose(self,Verbose): + self.add_query_param('Verbose',Verbose) + + def get_DefaultVpc(self): + return self.get_query_params().get('DefaultVpc') + + def set_DefaultVpc(self,DefaultVpc): + self.add_query_param('DefaultVpc',DefaultVpc) + + def get_OrderType(self): + return self.get_query_params().get('OrderType') + + def set_OrderType(self,OrderType): + self.add_query_param('OrderType',OrderType) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DescribeReservedInstancePriceRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DescribeReservedInstancePriceRequest.py new file mode 100644 index 0000000000..e633fb0633 --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DescribeReservedInstancePriceRequest.py @@ -0,0 +1,79 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class DescribeReservedInstancePriceRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2016-03-14', 'DescribeReservedInstancePrice') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_PageNumber(self): + return self.get_query_params().get('PageNumber') + + def set_PageNumber(self,PageNumber): + self.add_query_param('PageNumber',PageNumber) + + def get_PageSize(self): + return self.get_query_params().get('PageSize') + + def set_PageSize(self,PageSize): + self.add_query_param('PageSize',PageSize) + + def get_Tags(self): + return self.get_query_params().get('Tags') + + def set_Tags(self,Tags): + for i in range(len(Tags)): + if Tags[i].get('Key') is not None: + self.add_query_param('Tag.' + str(i + 1) + '.Key' , Tags[i].get('Key')) + if Tags[i].get('Value') is not None: + self.add_query_param('Tag.' + str(i + 1) + '.Value' , Tags[i].get('Value')) + + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_ReservedInstanceIds(self): + return self.get_query_params().get('ReservedInstanceIds') + + def set_ReservedInstanceIds(self,ReservedInstanceIds): + for i in range(len(ReservedInstanceIds)): + if ReservedInstanceIds[i] is not None: + self.add_query_param('ReservedInstanceId.' + str(i + 1) , ReservedInstanceIds[i]); \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DescribeReservedInstancesRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DescribeReservedInstancesRequest.py new file mode 100644 index 0000000000..796f60ec75 --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DescribeReservedInstancesRequest.py @@ -0,0 +1,135 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class DescribeReservedInstancesRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2016-03-14', 'DescribeReservedInstances') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_PageNumber(self): + return self.get_query_params().get('PageNumber') + + def set_PageNumber(self,PageNumber): + self.add_query_param('PageNumber',PageNumber) + + def get_LockReason(self): + return self.get_query_params().get('LockReason') + + def set_LockReason(self,LockReason): + self.add_query_param('LockReason',LockReason) + + def get_Scope(self): + return self.get_query_params().get('Scope') + + def set_Scope(self,Scope): + self.add_query_param('Scope',Scope) + + def get_PageSize(self): + return self.get_query_params().get('PageSize') + + def set_PageSize(self,PageSize): + self.add_query_param('PageSize',PageSize) + + def get_InstanceType(self): + return self.get_query_params().get('InstanceType') + + def set_InstanceType(self,InstanceType): + self.add_query_param('InstanceType',InstanceType) + + def get_Tags(self): + return self.get_query_params().get('Tags') + + def set_Tags(self,Tags): + for i in range(len(Tags)): + if Tags[i].get('Key') is not None: + self.add_query_param('Tag.' + str(i + 1) + '.Key' , Tags[i].get('Key')) + if Tags[i].get('Value') is not None: + self.add_query_param('Tag.' + str(i + 1) + '.Value' , Tags[i].get('Value')) + + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_InstanceTypeFamily(self): + return self.get_query_params().get('InstanceTypeFamily') + + def set_InstanceTypeFamily(self,InstanceTypeFamily): + self.add_query_param('InstanceTypeFamily',InstanceTypeFamily) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_ReservedInstanceIds(self): + return self.get_query_params().get('ReservedInstanceIds') + + def set_ReservedInstanceIds(self,ReservedInstanceIds): + for i in range(len(ReservedInstanceIds)): + if ReservedInstanceIds[i] is not None: + self.add_query_param('ReservedInstanceId.' + str(i + 1) , ReservedInstanceIds[i]); + + def get_OfferingType(self): + return self.get_query_params().get('OfferingType') + + def set_OfferingType(self,OfferingType): + self.add_query_param('OfferingType',OfferingType) + + def get_ExpiredTime(self): + return self.get_query_params().get('ExpiredTime') + + def set_ExpiredTime(self,ExpiredTime): + self.add_query_param('ExpiredTime',ExpiredTime) + + def get_ZoneId(self): + return self.get_query_params().get('ZoneId') + + def set_ZoneId(self,ZoneId): + self.add_query_param('ZoneId',ZoneId) + + def get_ReservedInstanceName(self): + return self.get_query_params().get('ReservedInstanceName') + + def set_ReservedInstanceName(self,ReservedInstanceName): + self.add_query_param('ReservedInstanceName',ReservedInstanceName) + + def get_Statuss(self): + return self.get_query_params().get('Statuss') + + def set_Statuss(self,Statuss): + for i in range(len(Statuss)): + if Statuss[i] is not None: + self.add_query_param('Status.' + str(i + 1) , Statuss[i]); \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DescribeResourceFilterAttributesRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DescribeResourceFilterAttributesRequest.py new file mode 100644 index 0000000000..9906b20cae --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DescribeResourceFilterAttributesRequest.py @@ -0,0 +1,71 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class DescribeResourceFilterAttributesRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2016-03-14', 'DescribeResourceFilterAttributes') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_TemplateTags(self): + return self.get_query_params().get('TemplateTags') + + def set_TemplateTags(self,TemplateTags): + for i in range(len(TemplateTags)): + if TemplateTags[i].get('Key') is not None: + self.add_query_param('TemplateTag.' + str(i + 1) + '.Key' , TemplateTags[i].get('Key')) + if TemplateTags[i].get('Value') is not None: + self.add_query_param('TemplateTag.' + str(i + 1) + '.Value' , TemplateTags[i].get('Value')) + + + def get_Product(self): + return self.get_query_params().get('Product') + + def set_Product(self,Product): + self.add_query_param('Product',Product) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_ResourceType(self): + return self.get_query_params().get('ResourceType') + + def set_ResourceType(self,ResourceType): + self.add_query_param('ResourceType',ResourceType) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DescribeResourceRecommendFiltersRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DescribeResourceRecommendFiltersRequest.py new file mode 100644 index 0000000000..0596db0667 --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DescribeResourceRecommendFiltersRequest.py @@ -0,0 +1,101 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class DescribeResourceRecommendFiltersRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2016-03-14', 'DescribeResourceRecommendFilters') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_AttributeValue(self): + return self.get_query_params().get('AttributeValue') + + def set_AttributeValue(self,AttributeValue): + self.add_query_param('AttributeValue',AttributeValue) + + def get__Global(self): + return self.get_query_params().get('Global') + + def set__Global(self,_Global): + self.add_query_param('Global',_Global) + + def get_AttributeName(self): + return self.get_query_params().get('AttributeName') + + def set_AttributeName(self,AttributeName): + self.add_query_param('AttributeName',AttributeName) + + def get_TemplateTags(self): + return self.get_query_params().get('TemplateTags') + + def set_TemplateTags(self,TemplateTags): + for i in range(len(TemplateTags)): + if TemplateTags[i].get('Key') is not None: + self.add_query_param('TemplateTag.' + str(i + 1) + '.Key' , TemplateTags[i].get('Key')) + if TemplateTags[i].get('Value') is not None: + self.add_query_param('TemplateTag.' + str(i + 1) + '.Value' , TemplateTags[i].get('Value')) + + + def get_Product(self): + return self.get_query_params().get('Product') + + def set_Product(self,Product): + self.add_query_param('Product',Product) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_ResourceType(self): + return self.get_query_params().get('ResourceType') + + def set_ResourceType(self,ResourceType): + self.add_query_param('ResourceType',ResourceType) + + def get_RegionNo(self): + return self.get_query_params().get('RegionNo') + + def set_RegionNo(self,RegionNo): + self.add_query_param('RegionNo',RegionNo) + + def get_MaxItems(self): + return self.get_query_params().get('MaxItems') + + def set_MaxItems(self,MaxItems): + self.add_query_param('MaxItems',MaxItems) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DescribeResourcesRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DescribeResourcesRequest.py new file mode 100644 index 0000000000..339f3026a0 --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DescribeResourcesRequest.py @@ -0,0 +1,114 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class DescribeResourcesRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2016-03-14', 'DescribeResources') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get__Global(self): + return self.get_query_params().get('Global') + + def set__Global(self,_Global): + self.add_query_param('Global',_Global) + + def get_TemplateTags(self): + return self.get_query_params().get('TemplateTags') + + def set_TemplateTags(self,TemplateTags): + for i in range(len(TemplateTags)): + if TemplateTags[i].get('Key') is not None: + self.add_query_param('TemplateTag.' + str(i + 1) + '.Key' , TemplateTags[i].get('Key')) + if TemplateTags[i].get('Value') is not None: + self.add_query_param('TemplateTag.' + str(i + 1) + '.Value' , TemplateTags[i].get('Value')) + + + def get_Keyword(self): + return self.get_query_params().get('Keyword') + + def set_Keyword(self,Keyword): + self.add_query_param('Keyword',Keyword) + + def get_Product(self): + return self.get_query_params().get('Product') + + def set_Product(self,Product): + self.add_query_param('Product',Product) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_ResourceType(self): + return self.get_query_params().get('ResourceType') + + def set_ResourceType(self,ResourceType): + self.add_query_param('ResourceType',ResourceType) + + def get_RegionNo(self): + return self.get_query_params().get('RegionNo') + + def set_RegionNo(self,RegionNo): + self.add_query_param('RegionNo',RegionNo) + + def get_Filters(self): + return self.get_query_params().get('Filters') + + def set_Filters(self,Filters): + for i in range(len(Filters)): + if Filters[i].get('AttributeName') is not None: + self.add_query_param('Filter.' + str(i + 1) + '.AttributeName' , Filters[i].get('AttributeName')) + if Filters[i].get('Operation') is not None: + self.add_query_param('Filter.' + str(i + 1) + '.Operation' , Filters[i].get('Operation')) + if Filters[i].get('AttributeValue') is not None: + self.add_query_param('Filter.' + str(i + 1) + '.AttributeValue' , Filters[i].get('AttributeValue')) + + + def get_Marker(self): + return self.get_query_params().get('Marker') + + def set_Marker(self,Marker): + self.add_query_param('Marker',Marker) + + def get_MaxItems(self): + return self.get_query_params().get('MaxItems') + + def set_MaxItems(self,MaxItems): + self.add_query_param('MaxItems',MaxItems) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/GetLaunchTemplateDataRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/GetLaunchTemplateDataRequest.py new file mode 100644 index 0000000000..6151e5fa2c --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/GetLaunchTemplateDataRequest.py @@ -0,0 +1,48 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class GetLaunchTemplateDataRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2016-03-14', 'GetLaunchTemplateData') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_InstanceId(self): + return self.get_query_params().get('InstanceId') + + def set_InstanceId(self,InstanceId): + self.add_query_param('InstanceId',InstanceId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/JoinEniQosGroupRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/JoinEniQosGroupRequest.py new file mode 100644 index 0000000000..438085134e --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/JoinEniQosGroupRequest.py @@ -0,0 +1,54 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class JoinEniQosGroupRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2016-03-14', 'JoinEniQosGroup') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_QosGroupName(self): + return self.get_query_params().get('QosGroupName') + + def set_QosGroupName(self,QosGroupName): + self.add_query_param('QosGroupName',QosGroupName) + + def get_NetworkInterfaceId(self): + return self.get_query_params().get('NetworkInterfaceId') + + def set_NetworkInterfaceId(self,NetworkInterfaceId): + self.add_query_param('NetworkInterfaceId',NetworkInterfaceId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/LeaveEniQosGroupRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/LeaveEniQosGroupRequest.py new file mode 100644 index 0000000000..90fd85da53 --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/LeaveEniQosGroupRequest.py @@ -0,0 +1,48 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class LeaveEniQosGroupRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2016-03-14', 'LeaveEniQosGroup') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_NetworkInterfaceId(self): + return self.get_query_params().get('NetworkInterfaceId') + + def set_NetworkInterfaceId(self,NetworkInterfaceId): + self.add_query_param('NetworkInterfaceId',NetworkInterfaceId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/ModifyCapacityReservationRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/ModifyCapacityReservationRequest.py new file mode 100644 index 0000000000..f344893ff9 --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/ModifyCapacityReservationRequest.py @@ -0,0 +1,66 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class ModifyCapacityReservationRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2016-03-14', 'ModifyCapacityReservation') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_CapacityReservationId(self): + return self.get_query_params().get('CapacityReservationId') + + def set_CapacityReservationId(self,CapacityReservationId): + self.add_query_param('CapacityReservationId',CapacityReservationId) + + def get_InstanceCount(self): + return self.get_query_params().get('InstanceCount') + + def set_InstanceCount(self,InstanceCount): + self.add_query_param('InstanceCount',InstanceCount) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_Token(self): + return self.get_query_params().get('Token') + + def set_Token(self,Token): + self.add_query_param('Token',Token) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/ModifyDedicatedHostAttributeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/ModifyDedicatedHostAttributeRequest.py new file mode 100644 index 0000000000..5cde4c6ee2 --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/ModifyDedicatedHostAttributeRequest.py @@ -0,0 +1,90 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class ModifyDedicatedHostAttributeRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2016-03-14', 'ModifyDedicatedHostAttribute') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_Description(self): + return self.get_query_params().get('Description') + + def set_Description(self,Description): + self.add_query_param('Description',Description) + + def get_ActionOnMaintenance(self): + return self.get_query_params().get('ActionOnMaintenance') + + def set_ActionOnMaintenance(self,ActionOnMaintenance): + self.add_query_param('ActionOnMaintenance',ActionOnMaintenance) + + def get_DedicatedHostName(self): + return self.get_query_params().get('DedicatedHostName') + + def set_DedicatedHostName(self,DedicatedHostName): + self.add_query_param('DedicatedHostName',DedicatedHostName) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_DedicatedHostId(self): + return self.get_query_params().get('DedicatedHostId') + + def set_DedicatedHostId(self,DedicatedHostId): + self.add_query_param('DedicatedHostId',DedicatedHostId) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_NetworkAttributesSlbUdpTimeout(self): + return self.get_query_params().get('NetworkAttributes.SlbUdpTimeout') + + def set_NetworkAttributesSlbUdpTimeout(self,NetworkAttributesSlbUdpTimeout): + self.add_query_param('NetworkAttributes.SlbUdpTimeout',NetworkAttributesSlbUdpTimeout) + + def get_AutoPlacement(self): + return self.get_query_params().get('AutoPlacement') + + def set_AutoPlacement(self,AutoPlacement): + self.add_query_param('AutoPlacement',AutoPlacement) + + def get_NetworkAttributesUdpTimeout(self): + return self.get_query_params().get('NetworkAttributes.UdpTimeout') + + def set_NetworkAttributesUdpTimeout(self,NetworkAttributesUdpTimeout): + self.add_query_param('NetworkAttributes.UdpTimeout',NetworkAttributesUdpTimeout) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/ModifyDedicatedHostAutoReleaseTimeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/ModifyDedicatedHostAutoReleaseTimeRequest.py new file mode 100644 index 0000000000..b294600615 --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/ModifyDedicatedHostAutoReleaseTimeRequest.py @@ -0,0 +1,60 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class ModifyDedicatedHostAutoReleaseTimeRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2016-03-14', 'ModifyDedicatedHostAutoReleaseTime') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_AutoReleaseTime(self): + return self.get_query_params().get('AutoReleaseTime') + + def set_AutoReleaseTime(self,AutoReleaseTime): + self.add_query_param('AutoReleaseTime',AutoReleaseTime) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_InstanceId(self): + return self.get_query_params().get('InstanceId') + + def set_InstanceId(self,InstanceId): + self.add_query_param('InstanceId',InstanceId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/ModifyDedicatedHostAutoRenewAttributeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/ModifyDedicatedHostAutoRenewAttributeRequest.py new file mode 100644 index 0000000000..6127c7ddb3 --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/ModifyDedicatedHostAutoRenewAttributeRequest.py @@ -0,0 +1,84 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class ModifyDedicatedHostAutoRenewAttributeRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2016-03-14', 'ModifyDedicatedHostAutoRenewAttribute') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_Duration(self): + return self.get_query_params().get('Duration') + + def set_Duration(self,Duration): + self.add_query_param('Duration',Duration) + + def get_RenewalStatus(self): + return self.get_query_params().get('RenewalStatus') + + def set_RenewalStatus(self,RenewalStatus): + self.add_query_param('RenewalStatus',RenewalStatus) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_ResourceType(self): + return self.get_query_params().get('ResourceType') + + def set_ResourceType(self,ResourceType): + self.add_query_param('ResourceType',ResourceType) + + def get_PeriodUnit(self): + return self.get_query_params().get('PeriodUnit') + + def set_PeriodUnit(self,PeriodUnit): + self.add_query_param('PeriodUnit',PeriodUnit) + + def get_AutoRenew(self): + return self.get_query_params().get('AutoRenew') + + def set_AutoRenew(self,AutoRenew): + self.add_query_param('AutoRenew',AutoRenew) + + def get_InstanceIds(self): + return self.get_query_params().get('InstanceIds') + + def set_InstanceIds(self,InstanceIds): + self.add_query_param('InstanceIds',InstanceIds) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/ModifyEniQosGroupRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/ModifyEniQosGroupRequest.py new file mode 100644 index 0000000000..cb8915045a --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/ModifyEniQosGroupRequest.py @@ -0,0 +1,72 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class ModifyEniQosGroupRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2016-03-14', 'ModifyEniQosGroup') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_Tx(self): + return self.get_query_params().get('Tx') + + def set_Tx(self,Tx): + self.add_query_param('Tx',Tx) + + def get_Rx(self): + return self.get_query_params().get('Rx') + + def set_Rx(self,Rx): + self.add_query_param('Rx',Rx) + + def get_RxPps(self): + return self.get_query_params().get('RxPps') + + def set_RxPps(self,RxPps): + self.add_query_param('RxPps',RxPps) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_QosGroupName(self): + return self.get_query_params().get('QosGroupName') + + def set_QosGroupName(self,QosGroupName): + self.add_query_param('QosGroupName',QosGroupName) + + def get_TxPps(self): + return self.get_query_params().get('TxPps') + + def set_TxPps(self,TxPps): + self.add_query_param('TxPps',TxPps) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/ModifyInstanceAutoRebootTimeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/ModifyInstanceAutoRebootTimeRequest.py new file mode 100644 index 0000000000..594571438c --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/ModifyInstanceAutoRebootTimeRequest.py @@ -0,0 +1,56 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class ModifyInstanceAutoRebootTimeRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2016-03-14', 'ModifyInstanceAutoRebootTime') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_AutoRebootTime(self): + return self.get_query_params().get('AutoRebootTime') + + def set_AutoRebootTime(self,AutoRebootTime): + self.add_query_param('AutoRebootTime',AutoRebootTime) + + def get_InstanceIdss(self): + return self.get_query_params().get('InstanceIdss') + + def set_InstanceIdss(self,InstanceIdss): + for i in range(len(InstanceIdss)): + if InstanceIdss[i] is not None: + self.add_query_param('InstanceIds.' + str(i + 1) , InstanceIdss[i]); \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/ModifyInstanceCapacityReservationAttributesRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/ModifyInstanceCapacityReservationAttributesRequest.py new file mode 100644 index 0000000000..8891f82281 --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/ModifyInstanceCapacityReservationAttributesRequest.py @@ -0,0 +1,66 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class ModifyInstanceCapacityReservationAttributesRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2016-03-14', 'ModifyInstanceCapacityReservationAttributes') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_CapacityReservationId(self): + return self.get_query_params().get('CapacityReservationId') + + def set_CapacityReservationId(self,CapacityReservationId): + self.add_query_param('CapacityReservationId',CapacityReservationId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_CapacityReservationPreference(self): + return self.get_query_params().get('CapacityReservationPreference') + + def set_CapacityReservationPreference(self,CapacityReservationPreference): + self.add_query_param('CapacityReservationPreference',CapacityReservationPreference) + + def get_InstanceId(self): + return self.get_query_params().get('InstanceId') + + def set_InstanceId(self,InstanceId): + self.add_query_param('InstanceId',InstanceId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/ModifyInstanceDeploymentRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/ModifyInstanceDeploymentRequest.py new file mode 100644 index 0000000000..4ce324fffe --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/ModifyInstanceDeploymentRequest.py @@ -0,0 +1,72 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class ModifyInstanceDeploymentRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2016-03-14', 'ModifyInstanceDeployment') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_Tenancy(self): + return self.get_query_params().get('Tenancy') + + def set_Tenancy(self,Tenancy): + self.add_query_param('Tenancy',Tenancy) + + def get_DedicatedHostId(self): + return self.get_query_params().get('DedicatedHostId') + + def set_DedicatedHostId(self,DedicatedHostId): + self.add_query_param('DedicatedHostId',DedicatedHostId) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_InstanceId(self): + return self.get_query_params().get('InstanceId') + + def set_InstanceId(self,InstanceId): + self.add_query_param('InstanceId',InstanceId) + + def get_Affinity(self): + return self.get_query_params().get('Affinity') + + def set_Affinity(self,Affinity): + self.add_query_param('Affinity',Affinity) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/ModifyReservedInstanceAttributeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/ModifyReservedInstanceAttributeRequest.py new file mode 100644 index 0000000000..2f524334eb --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/ModifyReservedInstanceAttributeRequest.py @@ -0,0 +1,66 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class ModifyReservedInstanceAttributeRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2016-03-14', 'ModifyReservedInstanceAttribute') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_Description(self): + return self.get_query_params().get('Description') + + def set_Description(self,Description): + self.add_query_param('Description',Description) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_ReservedInstanceId(self): + return self.get_query_params().get('ReservedInstanceId') + + def set_ReservedInstanceId(self,ReservedInstanceId): + self.add_query_param('ReservedInstanceId',ReservedInstanceId) + + def get_ReservedInstanceName(self): + return self.get_query_params().get('ReservedInstanceName') + + def set_ReservedInstanceName(self,ReservedInstanceName): + self.add_query_param('ReservedInstanceName',ReservedInstanceName) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/ModifyReservedInstancesRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/ModifyReservedInstancesRequest.py new file mode 100644 index 0000000000..d10d599707 --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/ModifyReservedInstancesRequest.py @@ -0,0 +1,84 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class ModifyReservedInstancesRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2016-03-14', 'ModifyReservedInstances') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_Configurations(self): + return self.get_query_params().get('Configurations') + + def set_Configurations(self,Configurations): + for i in range(len(Configurations)): + if Configurations[i].get('ZoneId') is not None: + self.add_query_param('Configuration.' + str(i + 1) + '.ZoneId' , Configurations[i].get('ZoneId')) + if Configurations[i].get('ReservedInstanceName') is not None: + self.add_query_param('Configuration.' + str(i + 1) + '.ReservedInstanceName' , Configurations[i].get('ReservedInstanceName')) + if Configurations[i].get('InstanceType') is not None: + self.add_query_param('Configuration.' + str(i + 1) + '.InstanceType' , Configurations[i].get('InstanceType')) + if Configurations[i].get('Scope') is not None: + self.add_query_param('Configuration.' + str(i + 1) + '.Scope' , Configurations[i].get('Scope')) + if Configurations[i].get('InstanceAmount') is not None: + self.add_query_param('Configuration.' + str(i + 1) + '.InstanceAmount' , Configurations[i].get('InstanceAmount')) + + + def get_Tags(self): + return self.get_query_params().get('Tags') + + def set_Tags(self,Tags): + for i in range(len(Tags)): + if Tags[i].get('Key') is not None: + self.add_query_param('Tag.' + str(i + 1) + '.Key' , Tags[i].get('Key')) + if Tags[i].get('Value') is not None: + self.add_query_param('Tag.' + str(i + 1) + '.Value' , Tags[i].get('Value')) + + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_ReservedInstanceIds(self): + return self.get_query_params().get('ReservedInstanceIds') + + def set_ReservedInstanceIds(self,ReservedInstanceIds): + for i in range(len(ReservedInstanceIds)): + if ReservedInstanceIds[i] is not None: + self.add_query_param('ReservedInstanceId.' + str(i + 1) , ReservedInstanceIds[i]); \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/PurchaseReservedInstancesOfferingRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/PurchaseReservedInstancesOfferingRequest.py new file mode 100644 index 0000000000..9d431d406c --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/PurchaseReservedInstancesOfferingRequest.py @@ -0,0 +1,149 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class PurchaseReservedInstancesOfferingRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2016-03-14', 'PurchaseReservedInstancesOffering') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_ClientToken(self): + return self.get_query_params().get('ClientToken') + + def set_ClientToken(self,ClientToken): + self.add_query_param('ClientToken',ClientToken) + + def get_Description(self): + return self.get_query_params().get('Description') + + def set_Description(self,Description): + self.add_query_param('Description',Description) + + def get_ResourceGroupId(self): + return self.get_query_params().get('ResourceGroupId') + + def set_ResourceGroupId(self,ResourceGroupId): + self.add_query_param('ResourceGroupId',ResourceGroupId) + + def get_Scope(self): + return self.get_query_params().get('Scope') + + def set_Scope(self,Scope): + self.add_query_param('Scope',Scope) + + def get_InstanceType(self): + return self.get_query_params().get('InstanceType') + + def set_InstanceType(self,InstanceType): + self.add_query_param('InstanceType',InstanceType) + + def get_Tags(self): + return self.get_query_params().get('Tags') + + def set_Tags(self,Tags): + for i in range(len(Tags)): + if Tags[i].get('Key') is not None: + self.add_query_param('Tag.' + str(i + 1) + '.Key' , Tags[i].get('Key')) + if Tags[i].get('Value') is not None: + self.add_query_param('Tag.' + str(i + 1) + '.Value' , Tags[i].get('Value')) + + + def get_BusinessInfo(self): + return self.get_query_params().get('BusinessInfo') + + def set_BusinessInfo(self,BusinessInfo): + self.add_query_param('BusinessInfo',BusinessInfo) + + def get_Period(self): + return self.get_query_params().get('Period') + + def set_Period(self,Period): + self.add_query_param('Period',Period) + + def get_AutoPay(self): + return self.get_query_params().get('AutoPay') + + def set_AutoPay(self,AutoPay): + self.add_query_param('AutoPay',AutoPay) + + def get_FromApp(self): + return self.get_query_params().get('FromApp') + + def set_FromApp(self,FromApp): + self.add_query_param('FromApp',FromApp) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_PeriodUnit(self): + return self.get_query_params().get('PeriodUnit') + + def set_PeriodUnit(self,PeriodUnit): + self.add_query_param('PeriodUnit',PeriodUnit) + + def get_OfferingType(self): + return self.get_query_params().get('OfferingType') + + def set_OfferingType(self,OfferingType): + self.add_query_param('OfferingType',OfferingType) + + def get_ZoneId(self): + return self.get_query_params().get('ZoneId') + + def set_ZoneId(self,ZoneId): + self.add_query_param('ZoneId',ZoneId) + + def get_ReservedInstanceName(self): + return self.get_query_params().get('ReservedInstanceName') + + def set_ReservedInstanceName(self,ReservedInstanceName): + self.add_query_param('ReservedInstanceName',ReservedInstanceName) + + def get_ChargeType(self): + return self.get_query_params().get('ChargeType') + + def set_ChargeType(self,ChargeType): + self.add_query_param('ChargeType',ChargeType) + + def get_InstanceAmount(self): + return self.get_query_params().get('InstanceAmount') + + def set_InstanceAmount(self,InstanceAmount): + self.add_query_param('InstanceAmount',InstanceAmount) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/QueryEniQosGroupByEniRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/QueryEniQosGroupByEniRequest.py new file mode 100644 index 0000000000..4878b7a8f3 --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/QueryEniQosGroupByEniRequest.py @@ -0,0 +1,48 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class QueryEniQosGroupByEniRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2016-03-14', 'QueryEniQosGroupByEni') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_NetworkInterfaceId(self): + return self.get_query_params().get('NetworkInterfaceId') + + def set_NetworkInterfaceId(self,NetworkInterfaceId): + self.add_query_param('NetworkInterfaceId',NetworkInterfaceId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/QueryEniQosGroupByInstanceRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/QueryEniQosGroupByInstanceRequest.py new file mode 100644 index 0000000000..c579a09ee8 --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/QueryEniQosGroupByInstanceRequest.py @@ -0,0 +1,48 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class QueryEniQosGroupByInstanceRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2016-03-14', 'QueryEniQosGroupByInstance') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_InstanceId(self): + return self.get_query_params().get('InstanceId') + + def set_InstanceId(self,InstanceId): + self.add_query_param('InstanceId',InstanceId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/ReleaseCapacityReservationRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/ReleaseCapacityReservationRequest.py new file mode 100644 index 0000000000..d0b7fac229 --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/ReleaseCapacityReservationRequest.py @@ -0,0 +1,60 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class ReleaseCapacityReservationRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2016-03-14', 'ReleaseCapacityReservation') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_CapacityReservationId(self): + return self.get_query_params().get('CapacityReservationId') + + def set_CapacityReservationId(self,CapacityReservationId): + self.add_query_param('CapacityReservationId',CapacityReservationId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_Token(self): + return self.get_query_params().get('Token') + + def set_Token(self,Token): + self.add_query_param('Token',Token) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/ReleaseDedicatedHostRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/ReleaseDedicatedHostRequest.py new file mode 100644 index 0000000000..f407cbdb63 --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/ReleaseDedicatedHostRequest.py @@ -0,0 +1,66 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class ReleaseDedicatedHostRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2016-03-14', 'ReleaseDedicatedHost') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_DedicatedHostId(self): + return self.get_query_params().get('DedicatedHostId') + + def set_DedicatedHostId(self,DedicatedHostId): + self.add_query_param('DedicatedHostId',DedicatedHostId) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_Token(self): + return self.get_query_params().get('Token') + + def set_Token(self,Token): + self.add_query_param('Token',Token) + + def get_Force(self): + return self.get_query_params().get('Force') + + def set_Force(self,Force): + self.add_query_param('Force',Force) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/RenewDedicatedHostsRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/RenewDedicatedHostsRequest.py new file mode 100644 index 0000000000..0622a1a3d7 --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/RenewDedicatedHostsRequest.py @@ -0,0 +1,84 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class RenewDedicatedHostsRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2016-03-14', 'RenewDedicatedHosts') + + def get_DedicatedHostIds(self): + return self.get_query_params().get('DedicatedHostIds') + + def set_DedicatedHostIds(self,DedicatedHostIds): + self.add_query_param('DedicatedHostIds',DedicatedHostIds) + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_ClientToken(self): + return self.get_query_params().get('ClientToken') + + def set_ClientToken(self,ClientToken): + self.add_query_param('ClientToken',ClientToken) + + def get_BusinessInfo(self): + return self.get_query_params().get('BusinessInfo') + + def set_BusinessInfo(self,BusinessInfo): + self.add_query_param('BusinessInfo',BusinessInfo) + + def get_Period(self): + return self.get_query_params().get('Period') + + def set_Period(self,Period): + self.add_query_param('Period',Period) + + def get_FromApp(self): + return self.get_query_params().get('FromApp') + + def set_FromApp(self,FromApp): + self.add_query_param('FromApp',FromApp) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_PeriodUnit(self): + return self.get_query_params().get('PeriodUnit') + + def set_PeriodUnit(self,PeriodUnit): + self.add_query_param('PeriodUnit',PeriodUnit) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/RunInstancesRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/RunInstancesRequest.py new file mode 100644 index 0000000000..bab98dfd48 --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/RunInstancesRequest.py @@ -0,0 +1,434 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class RunInstancesRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2016-03-14', 'RunInstances') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_UniqueSuffix(self): + return self.get_query_params().get('UniqueSuffix') + + def set_UniqueSuffix(self,UniqueSuffix): + self.add_query_param('UniqueSuffix',UniqueSuffix) + + def get_HpcClusterId(self): + return self.get_query_params().get('HpcClusterId') + + def set_HpcClusterId(self,HpcClusterId): + self.add_query_param('HpcClusterId',HpcClusterId) + + def get_SecurityEnhancementStrategy(self): + return self.get_query_params().get('SecurityEnhancementStrategy') + + def set_SecurityEnhancementStrategy(self,SecurityEnhancementStrategy): + self.add_query_param('SecurityEnhancementStrategy',SecurityEnhancementStrategy) + + def get_NetworkType(self): + return self.get_query_params().get('NetworkType') + + def set_NetworkType(self,NetworkType): + self.add_query_param('NetworkType',NetworkType) + + def get_KeyPairName(self): + return self.get_query_params().get('KeyPairName') + + def set_KeyPairName(self,KeyPairName): + self.add_query_param('KeyPairName',KeyPairName) + + def get_MinAmount(self): + return self.get_query_params().get('MinAmount') + + def set_MinAmount(self,MinAmount): + self.add_query_param('MinAmount',MinAmount) + + def get_SpotPriceLimit(self): + return self.get_query_params().get('SpotPriceLimit') + + def set_SpotPriceLimit(self,SpotPriceLimit): + self.add_query_param('SpotPriceLimit',SpotPriceLimit) + + def get_DeletionProtection(self): + return self.get_query_params().get('DeletionProtection') + + def set_DeletionProtection(self,DeletionProtection): + self.add_query_param('DeletionProtection',DeletionProtection) + + def get_ResourceGroupId(self): + return self.get_query_params().get('ResourceGroupId') + + def set_ResourceGroupId(self,ResourceGroupId): + self.add_query_param('ResourceGroupId',ResourceGroupId) + + def get_HostName(self): + return self.get_query_params().get('HostName') + + def set_HostName(self,HostName): + self.add_query_param('HostName',HostName) + + def get_Password(self): + return self.get_query_params().get('Password') + + def set_Password(self,Password): + self.add_query_param('Password',Password) + + def get_Tags(self): + return self.get_query_params().get('Tags') + + def set_Tags(self,Tags): + for i in range(len(Tags)): + if Tags[i].get('Value') is not None: + self.add_query_param('Tag.' + str(i + 1) + '.Value' , Tags[i].get('Value')) + if Tags[i].get('Key') is not None: + self.add_query_param('Tag.' + str(i + 1) + '.Key' , Tags[i].get('Key')) + + + def get_BusinessInfo(self): + return self.get_query_params().get('BusinessInfo') + + def set_BusinessInfo(self,BusinessInfo): + self.add_query_param('BusinessInfo',BusinessInfo) + + def get_NodeControllerId(self): + return self.get_query_params().get('NodeControllerId') + + def set_NodeControllerId(self,NodeControllerId): + self.add_query_param('NodeControllerId',NodeControllerId) + + def get_DryRun(self): + return self.get_query_params().get('DryRun') + + def set_DryRun(self,DryRun): + self.add_query_param('DryRun',DryRun) + + def get_FromApp(self): + return self.get_query_params().get('FromApp') + + def set_FromApp(self,FromApp): + self.add_query_param('FromApp',FromApp) + + def get_Ipv6AddressCount(self): + return self.get_query_params().get('Ipv6AddressCount') + + def set_Ipv6AddressCount(self,Ipv6AddressCount): + self.add_query_param('Ipv6AddressCount',Ipv6AddressCount) + + def get_MaxAmount(self): + return self.get_query_params().get('MaxAmount') + + def set_MaxAmount(self,MaxAmount): + self.add_query_param('MaxAmount',MaxAmount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_CapacityReservationPreference(self): + return self.get_query_params().get('CapacityReservationPreference') + + def set_CapacityReservationPreference(self,CapacityReservationPreference): + self.add_query_param('CapacityReservationPreference',CapacityReservationPreference) + + def get_VSwitchId(self): + return self.get_query_params().get('VSwitchId') + + def set_VSwitchId(self,VSwitchId): + self.add_query_param('VSwitchId',VSwitchId) + + def get_SpotStrategy(self): + return self.get_query_params().get('SpotStrategy') + + def set_SpotStrategy(self,SpotStrategy): + self.add_query_param('SpotStrategy',SpotStrategy) + + def get_RecycleBinResourceId(self): + return self.get_query_params().get('RecycleBinResourceId') + + def set_RecycleBinResourceId(self,RecycleBinResourceId): + self.add_query_param('RecycleBinResourceId',RecycleBinResourceId) + + def get_InstanceName(self): + return self.get_query_params().get('InstanceName') + + def set_InstanceName(self,InstanceName): + self.add_query_param('InstanceName',InstanceName) + + def get_InternetChargeType(self): + return self.get_query_params().get('InternetChargeType') + + def set_InternetChargeType(self,InternetChargeType): + self.add_query_param('InternetChargeType',InternetChargeType) + + def get_ZoneId(self): + return self.get_query_params().get('ZoneId') + + def set_ZoneId(self,ZoneId): + self.add_query_param('ZoneId',ZoneId) + + def get_Ipv6Addresss(self): + return self.get_query_params().get('Ipv6Addresss') + + def set_Ipv6Addresss(self,Ipv6Addresss): + for i in range(len(Ipv6Addresss)): + if Ipv6Addresss[i] is not None: + self.add_query_param('Ipv6Address.' + str(i + 1) , Ipv6Addresss[i]); + + def get_InternetMaxBandwidthIn(self): + return self.get_query_params().get('InternetMaxBandwidthIn') + + def set_InternetMaxBandwidthIn(self,InternetMaxBandwidthIn): + self.add_query_param('InternetMaxBandwidthIn',InternetMaxBandwidthIn) + + def get_Affinity(self): + return self.get_query_params().get('Affinity') + + def set_Affinity(self,Affinity): + self.add_query_param('Affinity',Affinity) + + def get_ImageId(self): + return self.get_query_params().get('ImageId') + + def set_ImageId(self,ImageId): + self.add_query_param('ImageId',ImageId) + + def get_ClientToken(self): + return self.get_query_params().get('ClientToken') + + def set_ClientToken(self,ClientToken): + self.add_query_param('ClientToken',ClientToken) + + def get_SpotInterruptionBehavior(self): + return self.get_query_params().get('SpotInterruptionBehavior') + + def set_SpotInterruptionBehavior(self,SpotInterruptionBehavior): + self.add_query_param('SpotInterruptionBehavior',SpotInterruptionBehavior) + + def get_IoOptimized(self): + return self.get_query_params().get('IoOptimized') + + def set_IoOptimized(self,IoOptimized): + self.add_query_param('IoOptimized',IoOptimized) + + def get_InternetMaxBandwidthOut(self): + return self.get_query_params().get('InternetMaxBandwidthOut') + + def set_InternetMaxBandwidthOut(self,InternetMaxBandwidthOut): + self.add_query_param('InternetMaxBandwidthOut',InternetMaxBandwidthOut) + + def get_SecurityGroupId(self): + return self.get_query_params().get('SecurityGroupId') + + def set_SecurityGroupId(self,SecurityGroupId): + self.add_query_param('SecurityGroupId',SecurityGroupId) + + def get_Description(self): + return self.get_query_params().get('Description') + + def set_Description(self,Description): + self.add_query_param('Description',Description) + + def get_SystemDiskCategory(self): + return self.get_query_params().get('SystemDisk.Category') + + def set_SystemDiskCategory(self,SystemDiskCategory): + self.add_query_param('SystemDisk.Category',SystemDiskCategory) + + def get_CapacityReservationId(self): + return self.get_query_params().get('CapacityReservationId') + + def set_CapacityReservationId(self,CapacityReservationId): + self.add_query_param('CapacityReservationId',CapacityReservationId) + + def get_UserData(self): + return self.get_query_params().get('UserData') + + def set_UserData(self,UserData): + self.add_query_param('UserData',UserData) + + def get_PasswordInherit(self): + return self.get_query_params().get('PasswordInherit') + + def set_PasswordInherit(self,PasswordInherit): + self.add_query_param('PasswordInherit',PasswordInherit) + + def get_InstanceType(self): + return self.get_query_params().get('InstanceType') + + def set_InstanceType(self,InstanceType): + self.add_query_param('InstanceType',InstanceType) + + def get_NetworkInterfaces(self): + return self.get_query_params().get('NetworkInterfaces') + + def set_NetworkInterfaces(self,NetworkInterfaces): + for i in range(len(NetworkInterfaces)): + if NetworkInterfaces[i].get('VSwitchId') is not None: + self.add_query_param('NetworkInterface.' + str(i + 1) + '.VSwitchId' , NetworkInterfaces[i].get('VSwitchId')) + if NetworkInterfaces[i].get('SecurityGroupId') is not None: + self.add_query_param('NetworkInterface.' + str(i + 1) + '.SecurityGroupId' , NetworkInterfaces[i].get('SecurityGroupId')) + if NetworkInterfaces[i].get('PrimaryIpAddress') is not None: + self.add_query_param('NetworkInterface.' + str(i + 1) + '.PrimaryIpAddress' , NetworkInterfaces[i].get('PrimaryIpAddress')) + if NetworkInterfaces[i].get('Description') is not None: + self.add_query_param('NetworkInterface.' + str(i + 1) + '.Description' , NetworkInterfaces[i].get('Description')) + if NetworkInterfaces[i].get('NetworkInterfaceName') is not None: + self.add_query_param('NetworkInterface.' + str(i + 1) + '.NetworkInterfaceName' , NetworkInterfaces[i].get('NetworkInterfaceName')) + + + def get_DeploymentSetId(self): + return self.get_query_params().get('DeploymentSetId') + + def set_DeploymentSetId(self,DeploymentSetId): + self.add_query_param('DeploymentSetId',DeploymentSetId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_Tenancy(self): + return self.get_query_params().get('Tenancy') + + def set_Tenancy(self,Tenancy): + self.add_query_param('Tenancy',Tenancy) + + def get_SystemDiskDiskName(self): + return self.get_query_params().get('SystemDisk.DiskName') + + def set_SystemDiskDiskName(self,SystemDiskDiskName): + self.add_query_param('SystemDisk.DiskName',SystemDiskDiskName) + + def get_AutoReleaseTime(self): + return self.get_query_params().get('AutoReleaseTime') + + def set_AutoReleaseTime(self,AutoReleaseTime): + self.add_query_param('AutoReleaseTime',AutoReleaseTime) + + def get_RamRoleName(self): + return self.get_query_params().get('RamRoleName') + + def set_RamRoleName(self,RamRoleName): + self.add_query_param('RamRoleName',RamRoleName) + + def get_RelationOrderId(self): + return self.get_query_params().get('RelationOrderId') + + def set_RelationOrderId(self,RelationOrderId): + self.add_query_param('RelationOrderId',RelationOrderId) + + def get_DedicatedHostId(self): + return self.get_query_params().get('DedicatedHostId') + + def set_DedicatedHostId(self,DedicatedHostId): + self.add_query_param('DedicatedHostId',DedicatedHostId) + + def get_ClusterId(self): + return self.get_query_params().get('ClusterId') + + def set_ClusterId(self,ClusterId): + self.add_query_param('ClusterId',ClusterId) + + def get_CreditSpecification(self): + return self.get_query_params().get('CreditSpecification') + + def set_CreditSpecification(self,CreditSpecification): + self.add_query_param('CreditSpecification',CreditSpecification) + + def get_SecurityGroupIdss(self): + return self.get_query_params().get('SecurityGroupIdss') + + def set_SecurityGroupIdss(self,SecurityGroupIdss): + for i in range(len(SecurityGroupIdss)): + if SecurityGroupIdss[i] is not None: + self.add_query_param('SecurityGroupIds.' + str(i + 1) , SecurityGroupIdss[i]); + + def get_DataDisks(self): + return self.get_query_params().get('DataDisks') + + def set_DataDisks(self,DataDisks): + for i in range(len(DataDisks)): + if DataDisks[i].get('DiskName') is not None: + self.add_query_param('DataDisk.' + str(i + 1) + '.DiskName' , DataDisks[i].get('DiskName')) + if DataDisks[i].get('SnapshotId') is not None: + self.add_query_param('DataDisk.' + str(i + 1) + '.SnapshotId' , DataDisks[i].get('SnapshotId')) + if DataDisks[i].get('Size') is not None: + self.add_query_param('DataDisk.' + str(i + 1) + '.Size' , DataDisks[i].get('Size')) + if DataDisks[i].get('Encrypted') is not None: + self.add_query_param('DataDisk.' + str(i + 1) + '.Encrypted' , DataDisks[i].get('Encrypted')) + if DataDisks[i].get('Description') is not None: + self.add_query_param('DataDisk.' + str(i + 1) + '.Description' , DataDisks[i].get('Description')) + if DataDisks[i].get('Category') is not None: + self.add_query_param('DataDisk.' + str(i + 1) + '.Category' , DataDisks[i].get('Category')) + if DataDisks[i].get('KMSKeyId') is not None: + self.add_query_param('DataDisk.' + str(i + 1) + '.KMSKeyId' , DataDisks[i].get('KMSKeyId')) + if DataDisks[i].get('Device') is not None: + self.add_query_param('DataDisk.' + str(i + 1) + '.Device' , DataDisks[i].get('Device')) + if DataDisks[i].get('DeleteWithInstance') is not None: + self.add_query_param('DataDisk.' + str(i + 1) + '.DeleteWithInstance' , DataDisks[i].get('DeleteWithInstance')) + + + def get_SecurityGroupRules(self): + return self.get_query_params().get('SecurityGroupRules') + + def set_SecurityGroupRules(self,SecurityGroupRules): + for i in range(len(SecurityGroupRules)): + if SecurityGroupRules[i].get('NicType') is not None: + self.add_query_param('SecurityGroupRule.' + str(i + 1) + '.NicType' , SecurityGroupRules[i].get('NicType')) + if SecurityGroupRules[i].get('PortRange') is not None: + self.add_query_param('SecurityGroupRule.' + str(i + 1) + '.PortRange' , SecurityGroupRules[i].get('PortRange')) + if SecurityGroupRules[i].get('IpProtocol') is not None: + self.add_query_param('SecurityGroupRule.' + str(i + 1) + '.IpProtocol' , SecurityGroupRules[i].get('IpProtocol')) + if SecurityGroupRules[i].get('Priority') is not None: + self.add_query_param('SecurityGroupRule.' + str(i + 1) + '.Priority' , SecurityGroupRules[i].get('Priority')) + if SecurityGroupRules[i].get('Policy') is not None: + self.add_query_param('SecurityGroupRule.' + str(i + 1) + '.Policy' , SecurityGroupRules[i].get('Policy')) + + + def get_SystemDiskSize(self): + return self.get_query_params().get('SystemDisk.Size') + + def set_SystemDiskSize(self,SystemDiskSize): + self.add_query_param('SystemDisk.Size',SystemDiskSize) + + def get_DefaultVpc(self): + return self.get_query_params().get('DefaultVpc') + + def set_DefaultVpc(self,DefaultVpc): + self.add_query_param('DefaultVpc',DefaultVpc) + + def get_SystemDiskDescription(self): + return self.get_query_params().get('SystemDisk.Description') + + def set_SystemDiskDescription(self,SystemDiskDescription): + self.add_query_param('SystemDisk.Description',SystemDiskDescription) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/RunInstances_GatedLaunchRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/RunInstances_GatedLaunchRequest.py new file mode 100644 index 0000000000..0950d2ecfe --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/RunInstances_GatedLaunchRequest.py @@ -0,0 +1,260 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class RunInstances_GatedLaunchRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2016-03-14', 'RunInstances_GatedLaunch') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_NetworkType(self): + return self.get_query_params().get('NetworkType') + + def set_NetworkType(self,NetworkType): + self.add_query_param('NetworkType',NetworkType) + + def get_MinAmount(self): + return self.get_query_params().get('MinAmount') + + def set_MinAmount(self,MinAmount): + self.add_query_param('MinAmount',MinAmount) + + def get_HostName(self): + return self.get_query_params().get('HostName') + + def set_HostName(self,HostName): + self.add_query_param('HostName',HostName) + + def get_Password(self): + return self.get_query_params().get('Password') + + def set_Password(self,Password): + self.add_query_param('Password',Password) + + def get_Tags(self): + return self.get_query_params().get('Tags') + + def set_Tags(self,Tags): + for i in range(len(Tags)): + if Tags[i].get('Value') is not None: + self.add_query_param('Tag.' + str(i + 1) + '.Value' , Tags[i].get('Value')) + if Tags[i].get('Key') is not None: + self.add_query_param('Tag.' + str(i + 1) + '.Key' , Tags[i].get('Key')) + + + def get_BusinessInfo(self): + return self.get_query_params().get('BusinessInfo') + + def set_BusinessInfo(self,BusinessInfo): + self.add_query_param('BusinessInfo',BusinessInfo) + + def get_NodeControllerId(self): + return self.get_query_params().get('NodeControllerId') + + def set_NodeControllerId(self,NodeControllerId): + self.add_query_param('NodeControllerId',NodeControllerId) + + def get_FromApp(self): + return self.get_query_params().get('FromApp') + + def set_FromApp(self,FromApp): + self.add_query_param('FromApp',FromApp) + + def get_MaxAmount(self): + return self.get_query_params().get('MaxAmount') + + def set_MaxAmount(self,MaxAmount): + self.add_query_param('MaxAmount',MaxAmount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_VSwitchId(self): + return self.get_query_params().get('VSwitchId') + + def set_VSwitchId(self,VSwitchId): + self.add_query_param('VSwitchId',VSwitchId) + + def get_SpotStrategy(self): + return self.get_query_params().get('SpotStrategy') + + def set_SpotStrategy(self,SpotStrategy): + self.add_query_param('SpotStrategy',SpotStrategy) + + def get_InstanceName(self): + return self.get_query_params().get('InstanceName') + + def set_InstanceName(self,InstanceName): + self.add_query_param('InstanceName',InstanceName) + + def get_InternetChargeType(self): + return self.get_query_params().get('InternetChargeType') + + def set_InternetChargeType(self,InternetChargeType): + self.add_query_param('InternetChargeType',InternetChargeType) + + def get_ZoneId(self): + return self.get_query_params().get('ZoneId') + + def set_ZoneId(self,ZoneId): + self.add_query_param('ZoneId',ZoneId) + + def get_InternetMaxBandwidthIn(self): + return self.get_query_params().get('InternetMaxBandwidthIn') + + def set_InternetMaxBandwidthIn(self,InternetMaxBandwidthIn): + self.add_query_param('InternetMaxBandwidthIn',InternetMaxBandwidthIn) + + def get_ImageId(self): + return self.get_query_params().get('ImageId') + + def set_ImageId(self,ImageId): + self.add_query_param('ImageId',ImageId) + + def get_ClientToken(self): + return self.get_query_params().get('ClientToken') + + def set_ClientToken(self,ClientToken): + self.add_query_param('ClientToken',ClientToken) + + def get_IoOptimized(self): + return self.get_query_params().get('IoOptimized') + + def set_IoOptimized(self,IoOptimized): + self.add_query_param('IoOptimized',IoOptimized) + + def get_InternetMaxBandwidthOut(self): + return self.get_query_params().get('InternetMaxBandwidthOut') + + def set_InternetMaxBandwidthOut(self,InternetMaxBandwidthOut): + self.add_query_param('InternetMaxBandwidthOut',InternetMaxBandwidthOut) + + def get_SecurityGroupId(self): + return self.get_query_params().get('SecurityGroupId') + + def set_SecurityGroupId(self,SecurityGroupId): + self.add_query_param('SecurityGroupId',SecurityGroupId) + + def get_Description(self): + return self.get_query_params().get('Description') + + def set_Description(self,Description): + self.add_query_param('Description',Description) + + def get_SystemDiskCategory(self): + return self.get_query_params().get('SystemDisk.Category') + + def set_SystemDiskCategory(self,SystemDiskCategory): + self.add_query_param('SystemDisk.Category',SystemDiskCategory) + + def get_UserData(self): + return self.get_query_params().get('UserData') + + def set_UserData(self,UserData): + self.add_query_param('UserData',UserData) + + def get_InstanceType(self): + return self.get_query_params().get('InstanceType') + + def set_InstanceType(self,InstanceType): + self.add_query_param('InstanceType',InstanceType) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_SystemDiskDiskName(self): + return self.get_query_params().get('SystemDisk.DiskName') + + def set_SystemDiskDiskName(self,SystemDiskDiskName): + self.add_query_param('SystemDisk.DiskName',SystemDiskDiskName) + + def get_AutoReleaseTime(self): + return self.get_query_params().get('AutoReleaseTime') + + def set_AutoReleaseTime(self,AutoReleaseTime): + self.add_query_param('AutoReleaseTime',AutoReleaseTime) + + def get_RelationOrderId(self): + return self.get_query_params().get('RelationOrderId') + + def set_RelationOrderId(self,RelationOrderId): + self.add_query_param('RelationOrderId',RelationOrderId) + + def get_ClusterId(self): + return self.get_query_params().get('ClusterId') + + def set_ClusterId(self,ClusterId): + self.add_query_param('ClusterId',ClusterId) + + def get_DataDisks(self): + return self.get_query_params().get('DataDisks') + + def set_DataDisks(self,DataDisks): + for i in range(len(DataDisks)): + if DataDisks[i].get('DiskName') is not None: + self.add_query_param('DataDisk.' + str(i + 1) + '.DiskName' , DataDisks[i].get('DiskName')) + if DataDisks[i].get('SnapshotId') is not None: + self.add_query_param('DataDisk.' + str(i + 1) + '.SnapshotId' , DataDisks[i].get('SnapshotId')) + if DataDisks[i].get('Size') is not None: + self.add_query_param('DataDisk.' + str(i + 1) + '.Size' , DataDisks[i].get('Size')) + if DataDisks[i].get('Description') is not None: + self.add_query_param('DataDisk.' + str(i + 1) + '.Description' , DataDisks[i].get('Description')) + if DataDisks[i].get('Category') is not None: + self.add_query_param('DataDisk.' + str(i + 1) + '.Category' , DataDisks[i].get('Category')) + if DataDisks[i].get('Device') is not None: + self.add_query_param('DataDisk.' + str(i + 1) + '.Device' , DataDisks[i].get('Device')) + if DataDisks[i].get('DeleteWithInstance') is not None: + self.add_query_param('DataDisk.' + str(i + 1) + '.DeleteWithInstance' , DataDisks[i].get('DeleteWithInstance')) + + + def get_SystemDiskSize(self): + return self.get_query_params().get('SystemDisk.Size') + + def set_SystemDiskSize(self,SystemDiskSize): + self.add_query_param('SystemDisk.Size',SystemDiskSize) + + def get_DefaultVpc(self): + return self.get_query_params().get('DefaultVpc') + + def set_DefaultVpc(self,DefaultVpc): + self.add_query_param('DefaultVpc',DefaultVpc) + + def get_SystemDiskDescription(self): + return self.get_query_params().get('SystemDisk.Description') + + def set_SystemDiskDescription(self,SystemDiskDescription): + self.add_query_param('SystemDisk.Description',SystemDiskDescription) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/SetInstanceAutoReleaseTimeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/SetInstanceAutoReleaseTimeRequest.py new file mode 100644 index 0000000000..2364f59f41 --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/SetInstanceAutoReleaseTimeRequest.py @@ -0,0 +1,60 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class SetInstanceAutoReleaseTimeRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2016-03-14', 'SetInstanceAutoReleaseTime') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_AutoReleaseTime(self): + return self.get_query_params().get('AutoReleaseTime') + + def set_AutoReleaseTime(self,AutoReleaseTime): + self.add_query_param('AutoReleaseTime',AutoReleaseTime) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_InstanceId(self): + return self.get_query_params().get('InstanceId') + + def set_InstanceId(self,InstanceId): + self.add_query_param('InstanceId',InstanceId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/__init__.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/__init__.py new file mode 100644 index 0000000000..e69de29bb2 From 4bc481b6936aa4f708d1b710c481c1ec4f22a260 Mon Sep 17 00:00:00 2001 From: Alibaba Cloud SDK Date: Fri, 17 May 2019 11:28:56 +0800 Subject: [PATCH 007/282] Generated 2014-05-26 for Ecs --- aliyun-python-sdk-ecs/ChangeLog.txt | 3 +++ aliyun-python-sdk-ecs/aliyunsdkecs/__init__.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/aliyun-python-sdk-ecs/ChangeLog.txt b/aliyun-python-sdk-ecs/ChangeLog.txt index f65189b6c5..89cff401e5 100644 --- a/aliyun-python-sdk-ecs/ChangeLog.txt +++ b/aliyun-python-sdk-ecs/ChangeLog.txt @@ -1,3 +1,6 @@ +2019-05-17 Version: 1.40.1 +- Generated 2014-05-26 for `Ecs` + 2019-05-16 Version: 1.30.1 - Generated 2014-05-26, 2016-03-14 for `Ecs` diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/__init__.py b/aliyun-python-sdk-ecs/aliyunsdkecs/__init__.py index d6c063f949..bf7718bde4 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/__init__.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/__init__.py @@ -1 +1 @@ -__version__ = '1.30.1' \ No newline at end of file +__version__ = '1.40.1' \ No newline at end of file From 595aa53c5dd3ba728678851149650d5c30cae518 Mon Sep 17 00:00:00 2001 From: Alibaba Cloud SDK Date: Fri, 17 May 2019 12:10:41 +0800 Subject: [PATCH 008/282] Generated 2014-07-14 for Bss --- aliyun-python-sdk-bss/ChangeLog.txt | 3 +++ aliyun-python-sdk-bss/aliyunsdkbss/__init__.py | 2 +- .../aliyunsdkbss/request/v20140714/CreateOrderRequest.py | 2 +- .../request/v20140714/DescribeCashDetailRequest.py | 4 ++-- .../request/v20140714/DescribeCouponDetailRequest.py | 4 ++-- .../request/v20140714/DescribeCouponListRequest.py | 4 ++-- .../aliyunsdkbss/request/v20140714/OpenCallbackRequest.py | 2 +- .../aliyunsdkbss/request/v20140714/QueryForCssOrderRequest.py | 2 +- .../request/v20140714/SetResourceBusinessStatusRequest.py | 2 +- .../request/v20140714/SubscriptionCreateOrderApiRequest.py | 2 +- .../request/v20140714/VnoBatchRefundOrderRequest.py | 2 +- .../request/v20140714/VnoPayCallBackNotifyRequest.py | 2 +- 12 files changed, 17 insertions(+), 14 deletions(-) diff --git a/aliyun-python-sdk-bss/ChangeLog.txt b/aliyun-python-sdk-bss/ChangeLog.txt index 17fcdeb453..91da368182 100644 --- a/aliyun-python-sdk-bss/ChangeLog.txt +++ b/aliyun-python-sdk-bss/ChangeLog.txt @@ -1,3 +1,6 @@ +2019-05-17 Version: 1.50.1 +- Generated 2014-07-14 for `Bss` + 2019-03-20 Version: 0.0.4 1, Update the Dependency diff --git a/aliyun-python-sdk-bss/aliyunsdkbss/__init__.py b/aliyun-python-sdk-bss/aliyunsdkbss/__init__.py index 221ce5dcc2..9f562304b7 100644 --- a/aliyun-python-sdk-bss/aliyunsdkbss/__init__.py +++ b/aliyun-python-sdk-bss/aliyunsdkbss/__init__.py @@ -1 +1 @@ -__version__ = "0.0.4" \ No newline at end of file +__version__ = '1.50.1' \ No newline at end of file diff --git a/aliyun-python-sdk-bss/aliyunsdkbss/request/v20140714/CreateOrderRequest.py b/aliyun-python-sdk-bss/aliyunsdkbss/request/v20140714/CreateOrderRequest.py index 0232435539..c68331ab7f 100644 --- a/aliyun-python-sdk-bss/aliyunsdkbss/request/v20140714/CreateOrderRequest.py +++ b/aliyun-python-sdk-bss/aliyunsdkbss/request/v20140714/CreateOrderRequest.py @@ -21,7 +21,7 @@ class CreateOrderRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Bss', '2014-07-14', 'CreateOrder','bss') + RpcRequest.__init__(self, 'Bss', '2014-07-14', 'CreateOrder') def get_paramStr(self): return self.get_query_params().get('paramStr') diff --git a/aliyun-python-sdk-bss/aliyunsdkbss/request/v20140714/DescribeCashDetailRequest.py b/aliyun-python-sdk-bss/aliyunsdkbss/request/v20140714/DescribeCashDetailRequest.py index e52074afd5..13a5da004b 100644 --- a/aliyun-python-sdk-bss/aliyunsdkbss/request/v20140714/DescribeCashDetailRequest.py +++ b/aliyun-python-sdk-bss/aliyunsdkbss/request/v20140714/DescribeCashDetailRequest.py @@ -21,5 +21,5 @@ class DescribeCashDetailRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Bss', '2014-07-14', 'DescribeCashDetail','bss') - self.set_protocol_type('https'); \ No newline at end of file + RpcRequest.__init__(self, 'Bss', '2014-07-14', 'DescribeCashDetail') + self.set_protocol_type('https') \ No newline at end of file diff --git a/aliyun-python-sdk-bss/aliyunsdkbss/request/v20140714/DescribeCouponDetailRequest.py b/aliyun-python-sdk-bss/aliyunsdkbss/request/v20140714/DescribeCouponDetailRequest.py index 6c3f5c34fc..4992025f8d 100644 --- a/aliyun-python-sdk-bss/aliyunsdkbss/request/v20140714/DescribeCouponDetailRequest.py +++ b/aliyun-python-sdk-bss/aliyunsdkbss/request/v20140714/DescribeCouponDetailRequest.py @@ -21,8 +21,8 @@ class DescribeCouponDetailRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Bss', '2014-07-14', 'DescribeCouponDetail','bss') - self.set_protocol_type('https'); + RpcRequest.__init__(self, 'Bss', '2014-07-14', 'DescribeCouponDetail') + self.set_protocol_type('https') def get_CouponNumber(self): return self.get_query_params().get('CouponNumber') diff --git a/aliyun-python-sdk-bss/aliyunsdkbss/request/v20140714/DescribeCouponListRequest.py b/aliyun-python-sdk-bss/aliyunsdkbss/request/v20140714/DescribeCouponListRequest.py index 72a0a11d49..3933f48edb 100644 --- a/aliyun-python-sdk-bss/aliyunsdkbss/request/v20140714/DescribeCouponListRequest.py +++ b/aliyun-python-sdk-bss/aliyunsdkbss/request/v20140714/DescribeCouponListRequest.py @@ -21,8 +21,8 @@ class DescribeCouponListRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Bss', '2014-07-14', 'DescribeCouponList','bss') - self.set_protocol_type('https'); + RpcRequest.__init__(self, 'Bss', '2014-07-14', 'DescribeCouponList') + self.set_protocol_type('https') def get_StartDeliveryTime(self): return self.get_query_params().get('StartDeliveryTime') diff --git a/aliyun-python-sdk-bss/aliyunsdkbss/request/v20140714/OpenCallbackRequest.py b/aliyun-python-sdk-bss/aliyunsdkbss/request/v20140714/OpenCallbackRequest.py index d2b096412d..3f6ad0b23f 100644 --- a/aliyun-python-sdk-bss/aliyunsdkbss/request/v20140714/OpenCallbackRequest.py +++ b/aliyun-python-sdk-bss/aliyunsdkbss/request/v20140714/OpenCallbackRequest.py @@ -21,7 +21,7 @@ class OpenCallbackRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Bss', '2014-07-14', 'OpenCallback','bss') + RpcRequest.__init__(self, 'Bss', '2014-07-14', 'OpenCallback') def get_paramStr(self): return self.get_query_params().get('paramStr') diff --git a/aliyun-python-sdk-bss/aliyunsdkbss/request/v20140714/QueryForCssOrderRequest.py b/aliyun-python-sdk-bss/aliyunsdkbss/request/v20140714/QueryForCssOrderRequest.py index d21ec2ed14..db1e6e6c4f 100644 --- a/aliyun-python-sdk-bss/aliyunsdkbss/request/v20140714/QueryForCssOrderRequest.py +++ b/aliyun-python-sdk-bss/aliyunsdkbss/request/v20140714/QueryForCssOrderRequest.py @@ -21,7 +21,7 @@ class QueryForCssOrderRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Bss', '2014-07-14', 'QueryForCssOrder','bss') + RpcRequest.__init__(self, 'Bss', '2014-07-14', 'QueryForCssOrder') def get_paramStr(self): return self.get_query_params().get('paramStr') diff --git a/aliyun-python-sdk-bss/aliyunsdkbss/request/v20140714/SetResourceBusinessStatusRequest.py b/aliyun-python-sdk-bss/aliyunsdkbss/request/v20140714/SetResourceBusinessStatusRequest.py index 49049d25be..7920475127 100644 --- a/aliyun-python-sdk-bss/aliyunsdkbss/request/v20140714/SetResourceBusinessStatusRequest.py +++ b/aliyun-python-sdk-bss/aliyunsdkbss/request/v20140714/SetResourceBusinessStatusRequest.py @@ -21,7 +21,7 @@ class SetResourceBusinessStatusRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Bss', '2014-07-14', 'SetResourceBusinessStatus','bss') + RpcRequest.__init__(self, 'Bss', '2014-07-14', 'SetResourceBusinessStatus') def get_BusinessStatus(self): return self.get_query_params().get('BusinessStatus') diff --git a/aliyun-python-sdk-bss/aliyunsdkbss/request/v20140714/SubscriptionCreateOrderApiRequest.py b/aliyun-python-sdk-bss/aliyunsdkbss/request/v20140714/SubscriptionCreateOrderApiRequest.py index db0acabe68..a7ee901a17 100644 --- a/aliyun-python-sdk-bss/aliyunsdkbss/request/v20140714/SubscriptionCreateOrderApiRequest.py +++ b/aliyun-python-sdk-bss/aliyunsdkbss/request/v20140714/SubscriptionCreateOrderApiRequest.py @@ -21,7 +21,7 @@ class SubscriptionCreateOrderApiRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Bss', '2014-07-14', 'SubscriptionCreateOrderApi','bss') + RpcRequest.__init__(self, 'Bss', '2014-07-14', 'SubscriptionCreateOrderApi') def get_productCode(self): return self.get_query_params().get('productCode') diff --git a/aliyun-python-sdk-bss/aliyunsdkbss/request/v20140714/VnoBatchRefundOrderRequest.py b/aliyun-python-sdk-bss/aliyunsdkbss/request/v20140714/VnoBatchRefundOrderRequest.py index 30f28bcace..afe05fbe02 100644 --- a/aliyun-python-sdk-bss/aliyunsdkbss/request/v20140714/VnoBatchRefundOrderRequest.py +++ b/aliyun-python-sdk-bss/aliyunsdkbss/request/v20140714/VnoBatchRefundOrderRequest.py @@ -21,7 +21,7 @@ class VnoBatchRefundOrderRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Bss', '2014-07-14', 'VnoBatchRefundOrder','bss') + RpcRequest.__init__(self, 'Bss', '2014-07-14', 'VnoBatchRefundOrder') def get_paramStr(self): return self.get_query_params().get('paramStr') diff --git a/aliyun-python-sdk-bss/aliyunsdkbss/request/v20140714/VnoPayCallBackNotifyRequest.py b/aliyun-python-sdk-bss/aliyunsdkbss/request/v20140714/VnoPayCallBackNotifyRequest.py index 487499cb5f..003f49ece2 100644 --- a/aliyun-python-sdk-bss/aliyunsdkbss/request/v20140714/VnoPayCallBackNotifyRequest.py +++ b/aliyun-python-sdk-bss/aliyunsdkbss/request/v20140714/VnoPayCallBackNotifyRequest.py @@ -21,7 +21,7 @@ class VnoPayCallBackNotifyRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Bss', '2014-07-14', 'VnoPayCallBackNotify','bss') + RpcRequest.__init__(self, 'Bss', '2014-07-14', 'VnoPayCallBackNotify') def get_paramStr(self): return self.get_query_params().get('paramStr') From ec72c9f962b978339d79035a5985e8d9e2b9527a Mon Sep 17 00:00:00 2001 From: Alibaba Cloud SDK Date: Fri, 17 May 2019 13:16:00 +0800 Subject: [PATCH 009/282] Generated 2014-05-26, 2016-03-14 for Ecs --- aliyun-python-sdk-ecs/ChangeLog.txt | 3 +++ aliyun-python-sdk-ecs/aliyunsdkecs/__init__.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/aliyun-python-sdk-ecs/ChangeLog.txt b/aliyun-python-sdk-ecs/ChangeLog.txt index 89cff401e5..b24522e6f3 100644 --- a/aliyun-python-sdk-ecs/ChangeLog.txt +++ b/aliyun-python-sdk-ecs/ChangeLog.txt @@ -1,3 +1,6 @@ +2019-05-17 Version: 1.60.1 +- Generated 2014-05-26, 2016-03-14 for `Ecs` + 2019-05-17 Version: 1.40.1 - Generated 2014-05-26 for `Ecs` diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/__init__.py b/aliyun-python-sdk-ecs/aliyunsdkecs/__init__.py index bf7718bde4..f6b21eff1a 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/__init__.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/__init__.py @@ -1 +1 @@ -__version__ = '1.40.1' \ No newline at end of file +__version__ = '1.60.1' \ No newline at end of file From 7a3181e3501a7be6a91cfa95c35fe20feb3620e7 Mon Sep 17 00:00:00 2001 From: admin Date: Fri, 17 May 2019 13:40:39 +0800 Subject: [PATCH 010/282] Generated 2014-05-26, 2016-03-14 for Ecs --- aliyun-python-sdk-ecs/ChangeLog.txt | 3 +++ aliyun-python-sdk-ecs/aliyunsdkecs/__init__.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/aliyun-python-sdk-ecs/ChangeLog.txt b/aliyun-python-sdk-ecs/ChangeLog.txt index b24522e6f3..5fe3fae13c 100644 --- a/aliyun-python-sdk-ecs/ChangeLog.txt +++ b/aliyun-python-sdk-ecs/ChangeLog.txt @@ -1,3 +1,6 @@ +2019-05-17 Version: 1.80.1 +- Generated 2014-05-26, 2016-03-14 for `Ecs` + 2019-05-17 Version: 1.60.1 - Generated 2014-05-26, 2016-03-14 for `Ecs` diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/__init__.py b/aliyun-python-sdk-ecs/aliyunsdkecs/__init__.py index f6b21eff1a..fb7b5b37fb 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/__init__.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/__init__.py @@ -1 +1 @@ -__version__ = '1.60.1' \ No newline at end of file +__version__ = '1.80.1' \ No newline at end of file From dc1824dfd48eeaf1181ab6d7e5acb421ca311069 Mon Sep 17 00:00:00 2001 From: admin Date: Fri, 17 May 2019 14:03:25 +0800 Subject: [PATCH 011/282] Generated 2014-08-15, 2013-05-28, 2012-06-15 for Rds --- aliyun-python-sdk-rds/ChangeLog.txt | 3 + .../aliyunsdkrds/__init__.py | 2 +- .../DescribeDBInstanceClassListRequest.py | 48 +++ .../request/v20120615/__init__.py | 0 .../request/v20130528/CreateAccountRequest.py | 84 ++++++ .../request/v20130528/CreateBackupRequest.py | 54 ++++ .../v20130528/CreateChildDBInstanceRequest.py | 66 +++++ .../v20130528/CreateDBInstanceRequest.py | 156 ++++++++++ .../v20130528/CreateDatabaseRequest.py | 84 ++++++ .../v20130528/CreateGuardDBInstanceRequest.py | 78 +++++ .../CreateImportDataUploadRequest.py | 60 ++++ .../request/v20130528/DeleteAccountRequest.py | 60 ++++ .../v20130528/DeleteChildInstanceRequest.py | 66 +++++ .../v20130528/DeleteDBInstanceRequest.py | 60 ++++ .../v20130528/DeleteDatabaseRequest.py | 60 ++++ .../v20130528/DescribeAccountsRequest.py | 60 ++++ .../v20130528/DescribeBackupsRequest.py | 78 +++++ .../v20130528/DescribeBinlogFilesRequest.py | 78 +++++ .../DescribeDBInstanceClassesRequest.py | 48 +++ .../DescribeDBInstancePerformanceRequest.py | 72 +++++ .../v20130528/DescribeDBInstancesRequest.py | 114 ++++++++ .../v20130528/DescribeDataFilesRequest.py | 66 +++++ .../v20130528/DescribeDatabasesRequest.py | 66 +++++ .../v20130528/DescribeErrorLogsRequest.py | 78 +++++ .../DescribeParameterTemplatesRequest.py | 60 ++++ .../v20130528/DescribeParametersRequest.py | 54 ++++ .../v20130528/DescribeResourceUsageRequest.py | 66 +++++ .../v20130528/DescribeSQLLogRecordsRequest.py | 84 ++++++ .../v20130528/DescribeSQLLogReportsRequest.py | 84 ++++++ .../v20130528/DescribeSecurityIpsRequest.py | 54 ++++ .../DescribeSlowLogRecordsRequest.py | 84 ++++++ .../v20130528/DescribeSlowLogsRequest.py | 90 ++++++ .../DescribeSwitchDBInstanceListRequest.py | 66 +++++ .../v20130528/GrantAccountPrivilegeRequest.py | 72 +++++ .../request/v20130528/ImportDataRequest.py | 60 ++++ .../request/v20130528/MigratingDBRequest.py | 66 +++++ .../ModifyAccountAttributeRequest.py | 78 +++++ .../ModifyDBInstanceAttributeRequest.py | 78 +++++ .../v20130528/ModifyParameterRequest.py | 60 ++++ .../v20130528/ModifySecurityIpsRequest.py | 60 ++++ .../QueryShareDBInstancesServiceRequest.py | 48 +++ .../v20130528/RestartDBInstanceRequest.py | 54 ++++ .../v20130528/RestoreDBInstanceRequest.py | 60 ++++ .../RevokeAccountPrivilegeRequest.py | 66 +++++ .../SwitchDBInstanceNetTypeRequest.py | 60 ++++ .../v20130528/SwitchDBInstanceRequest.py | 60 ++++ .../request/v20130528/__init__.py | 0 .../AddBuDBInstanceRelationRequest.py | 54 ++++ .../v20140815/AddTagsToResourceRequest.py | 76 ++--- .../AllocateClassicNetworkTypeRequest.py | 66 +++++ .../AllocateCloudInstanceIpRequest.py | 42 +++ ...llocateInstancePrivateConnectionRequest.py | 28 +- ...AllocateInstancePublicConnectionRequest.py | 28 +- .../AllocateInstanceVpcNetworkTypeRequest.py | 40 +-- ...cateReadWriteSplittingConnectionRequest.py | 26 +- .../BatchGrantAccountPrivilegeRequest.py | 72 +++++ .../BatchRevokeAccountPrivilegeRequest.py | 66 +++++ .../CalculateDBInstanceWeightRequest.py | 16 +- .../request/v20140815/CancelImportRequest.py | 28 +- .../CheckAccountNameAvailableRequest.py | 26 +- .../CheckCloudResourceAuthorizedRequest.py | 60 ++++ .../v20140815/CheckDBInstancesRequest.py | 48 +++ .../v20140815/CheckDBNameAvailableRequest.py | 66 +++++ .../v20140815/CheckInstanceExistRequest.py | 16 +- .../v20140815/CheckInstanceExsitRequest.py | 48 +++ .../CheckRecoveryConditionsRequest.py | 14 +- .../request/v20140815/CheckResourceRequest.py | 64 ++-- .../CheckSqlLogHistoryEnableRequest.py | 60 ++++ .../CloneDBInstanceForSecurityRequest.py | 108 +++++++ .../v20140815/CloneDBInstanceRequest.py | 62 ++-- .../v20140815/CloneParameterGroupRequest.py | 54 ++++ .../CompensateInstanceForChannelRequest.py | 60 ++++ .../CopyDatabaseBetweenInstancesRequest.py | 38 +-- .../request/v20140815/CopyDatabaseRequest.py | 2 +- .../v20140815/CreateAccountForInnerRequest.py | 90 ++++++ .../request/v20140815/CreateAccountRequest.py | 42 +-- .../v20140815/CreateAdminAccountRequest.py | 54 ++++ .../request/v20140815/CreateBackupRequest.py | 42 +-- .../CreateDBInstanceForChannelRequest.py | 144 +++++++++ .../CreateDBInstanceReplicaRequest.py | 2 +- .../v20140815/CreateDBInstanceRequest.py | 2 +- .../CreateDBInstanceforFirstPayRequest.py | 102 +++++++ .../v20140815/CreateDampPolicyRequest.py | 96 ++++++ .../CreateDatabaseForInnerRequest.py | 90 ++++++ .../v20140815/CreateDatabaseRequest.py | 34 +-- .../CreateDiagnosticReportRequest.py | 16 +- .../v20140815/CreateFCTriggerRequest.py | 122 ++++++++ .../CreateMigrateTaskForSQLServerRequest.py | 40 +-- .../v20140815/CreateMigrateTaskRequest.py | 26 +- .../v20140815/CreateMulOrderForBuyRequest.py | 66 +++++ .../CreateMulOrderForDeferRequest.py | 72 +++++ .../CreateOnlineDatabaseTaskRequest.py | 48 +-- .../CreateOpenSearchDBInstanceRequest.py | 72 +++++ .../v20140815/CreateOrderForCloneRequest.py | 246 ++++++++++++++++ .../v20140815/CreateOrderForDeferRequest.py | 120 ++++++++ .../v20140815/CreateOrderForDegradeRequest.py | 126 ++++++++ .../v20140815/CreateOrderForModifyRequest.py | 162 ++++++++++ .../v20140815/CreateOrderForRebuildRequest.py | 168 +++++++++++ .../CreateOrderForTempUpgradeRequest.py | 108 +++++++ .../request/v20140815/CreateOrderRequest.py | 276 ++++++++++++++++++ .../v20140815/CreateParameterGroupRequest.py | 72 +++++ .../CreatePolicyWithSpecifiedPolicyRequest.py | 66 +++++ ...eatePostpaidDBInstanceForChannelRequest.py | 96 ++++++ .../CreatePostpaidDBInstanceRequest.py | 96 ++++++ .../CreateReadOnlyDBInstanceRequest.py | 74 ++--- .../v20140815/CreateSQLDiagnosisRequest.py | 42 +++ .../CreateStaticVerificationRequest.py | 72 +++++ .../CreateTempDBInstanceForChannelRequest.py | 102 +++++++ .../v20140815/CreateTempDBInstanceRequest.py | 14 +- .../CreateUploadPathForSQLServerRequest.py | 60 ++++ .../DecribeSqlLogDumpStatusRequest.py | 60 ++++ .../v20140815/DegradeDBInstanceSpecRequest.py | 72 +++++ .../request/v20140815/DeleteAccountRequest.py | 28 +- .../request/v20140815/DeleteBackupRequest.py | 16 +- .../v20140815/DeleteCloudInstanceIpRequest.py | 42 +++ .../v20140815/DeleteDBInstanceRequest.py | 16 +- .../v20140815/DeleteDampPolicyRequest.py | 66 +++++ .../v20140815/DeleteDatabaseRequest.py | 28 +- .../v20140815/DeleteFCTriggerRequest.py | 60 ++++ .../DeleteOpenSearchDBInstanceRequest.py | 48 +++ .../v20140815/DeleteParameterGroupRequest.py | 48 +++ .../DescibeImportsFromDatabaseRequest.py | 52 ++-- .../DescribeAbnormalDBInstancesRequest.py | 144 +++++++++ .../v20140815/DescribeAccountsRequest.py | 40 +-- ...DescribeActiveOperationTaskCountRequest.py | 54 ++++ ...escribeActiveOperationTaskRegionRequest.py | 66 +++++ .../DescribeActiveOperationTaskRequest.py | 84 ++++++ .../DescribeActiveOperationTaskTypeRequest.py | 60 ++++ .../DescribeArchiveSQLLogFromKeplerRequest.py | 72 +++++ .../DescribeAvailableInstanceClassRequest.py | 50 ++-- .../DescribeAvailableResourceRequest.py | 50 ++-- .../DescribeBackupDatabaseRequest.py | 16 +- .../v20140815/DescribeBackupPolicyRequest.py | 28 +- .../DescribeBackupSetsForSecurityRequest.py | 114 ++++++++ .../v20140815/DescribeBackupTasksRequest.py | 36 +-- .../DescribeBackupsForSecurityRequest.py | 114 ++++++++ .../v20140815/DescribeBackupsRequest.py | 62 ++-- .../v20140815/DescribeBinlogFilesRequest.py | 52 ++-- .../DescribeCharacterSetNameRequest.py | 16 +- .../v20140815/DescribeClassListRequest.py | 66 +++++ .../DescribeCloudDBAServiceRequest.py | 42 +++ .../DescribeCloudDbExpertServiceRequest.py | 40 +-- .../DescribeCollationTimeZonesRequest.py | 2 +- .../v20140815/DescribeCommodityRequest.py | 66 +++++ ...escribeCustinsKernelReleaseNotesRequest.py | 48 +++ .../DescribeDBInstanceAttributeRequest.py | 26 +- .../DescribeDBInstanceByTagsRequest.py | 46 +-- .../DescribeDBInstanceECSSGRelationRequest.py | 48 +++ .../DescribeDBInstanceEncryptionKeyRequest.py | 60 ++++ ...escribeDBInstanceExtendAttributeRequest.py | 48 +++ .../DescribeDBInstanceHAConfigRequest.py | 16 +- .../DescribeDBInstanceIPArrayListRequest.py | 28 +- .../DescribeDBInstanceInfoRequest.py | 66 +++++ .../DescribeDBInstanceMonitorRequest.py | 16 +- ...cribeDBInstanceNetInfoForChannelRequest.py | 72 +++++ .../DescribeDBInstanceNetInfoRequest.py | 36 +-- .../DescribeDBInstanceNetworkDetailRequest.py | 54 ++++ .../DescribeDBInstanceNetworkRequest.py | 42 +++ .../DescribeDBInstancePerformanceRequest.py | 40 +-- ...ribeDBInstanceProxyConfigurationRequest.py | 16 +- .../v20140815/DescribeDBInstanceSSLRequest.py | 16 +- .../DescribeDBInstanceSwitchLogRequest.py | 78 +++++ .../v20140815/DescribeDBInstanceTDERequest.py | 16 +- .../DescribeDBInstanceUserRequest.py | 54 ++++ .../DescribeDBInstancesAsCsvRequest.py | 16 +- .../DescribeDBInstancesByExpireTimeRequest.py | 52 ++-- ...DescribeDBInstancesByPerformanceRequest.py | 112 +++---- .../v20140815/DescribeDBInstancesRequest.py | 172 +++++------ ...ribeDBInstancesWithCloudResourceRequest.py | 78 +++++ .../DescribeDampPoliciesByCidRequest.py | 60 ++++ .../DescribeDampPolicyByCommentRequest.py | 66 +++++ .../DescribeDampPolicyByPolicyNameRequest.py | 66 +++++ .../DescribeDatabaseLockDiagnosisRequest.py | 42 +++ .../v20140815/DescribeDatabasesRequest.py | 42 +-- .../DescribeDiagnosticReportListRequest.py | 2 +- .../DescribeDynamicVerificationListRequest.py | 84 ++++++ .../v20140815/DescribeErrorLogsRequest.py | 52 ++-- .../v20140815/DescribeFCTriggerRequest.py | 60 ++++ .../DescribeFilesForSQLServerRequest.py | 78 +++++ .../DescribeImportsForSQLServerRequest.py | 84 ++++++ ...scribeInstanceAutoRenewAttributeRequest.py | 78 +++++ ...ribeInstanceAutoRenewalAttributeRequest.py | 46 +-- .../DescribeInstanceKeywordsRequest.py | 54 ++++ .../DescribeInstanceLevelListRequest.py | 42 +++ .../DescribeInstanceVpcMigrateInfoRequest.py | 40 +-- .../DescribeLogBackupFilesRequest.py | 52 ++-- .../DescribeLogicDBInstanceTopologyRequest.py | 42 +++ .../v20140815/DescribeMetaListRequest.py | 64 ++-- .../DescribeMigrateCountInfoRequest.py | 54 ++++ ...DescribeMigrateTasksForSQLServerRequest.py | 44 +-- .../v20140815/DescribeMigrateTasksRequest.py | 44 +-- .../DescribeModifyParameterLogRequest.py | 52 ++-- .../DescribeOpenSearchDBInstanceRequest.py | 48 +++ .../v20140815/DescribeOperationLogsRequest.py | 90 ++++++ .../DescribeOperatorPermissionRequest.py | 54 ++++ .../DescribeOptimizeAdviceByDBARequest.py | 66 +++++ ...DescribeOptimizeAdviceOnBigTableRequest.py | 66 +++++ ...cribeOptimizeAdviceOnExcessIndexRequest.py | 66 +++++ ...escribeOptimizeAdviceOnMissIndexRequest.py | 66 +++++ .../DescribeOptimizeAdviceOnMissPKRequest.py | 66 +++++ .../DescribeOptimizeAdviceOnStorageRequest.py | 66 +++++ ...DescribeOssDownloadsForSQLServerRequest.py | 16 +- .../v20140815/DescribeOssDownloadsRequest.py | 16 +- .../DescribeParameterGroupRequest.py | 48 +++ .../DescribeParameterGroupsRequest.py | 42 +++ .../DescribeParameterTemplatesRequest.py | 26 +- .../v20140815/DescribeParametersRequest.py | 16 +- .../DescribePreCheckResultsRequest.py | 66 +++++ .../request/v20140815/DescribePriceRequest.py | 38 +-- .../DescribeProxyFunctionSupportRequest.py | 14 +- .../v20140815/DescribeRdsVSwitchsRequest.py | 66 +++++ .../v20140815/DescribeRdsVpcsRequest.py | 60 ++++ .../DescribeReadDBInstanceDelayRequest.py | 26 +- .../DescribeRealtimeDiagnosesRequest.py | 78 +++++ .../DescribeRegionAvailabilityRequest.py | 66 +++++ .../DescribeRegionsForChannelRequest.py | 54 ++++ .../v20140815/DescribeRegionsRequest.py | 2 +- .../v20140815/DescribeRenewalPriceRequest.py | 38 +-- .../DescribeReplicaConflictInfoRequest.py | 84 ++++++ ...escribeReplicaInitializeProgressRequest.py | 60 ++++ .../DescribeReplicaPerformanceRequest.py | 90 ++++++ .../v20140815/DescribeReplicaUsageRequest.py | 72 +++++ .../v20140815/DescribeReplicasRequest.py | 78 +++++ .../DescribeResourceDiagnosisRequest.py | 42 +++ .../v20140815/DescribeResourceUsageRequest.py | 16 +- .../DescribeSQLCollectorPolicyRequest.py | 60 ++++ .../DescribeSQLCollectorRetentionRequest.py | 60 ++++ .../DescribeSQLCollectorVersionRequest.py | 60 ++++ .../DescribeSQLDiagnosisListRequest.py | 30 ++ .../v20140815/DescribeSQLDiagnosisRequest.py | 36 +++ .../DescribeSQLInjectionInfosRequest.py | 78 +++++ .../v20140815/DescribeSQLLogFilesRequest.py | 42 +-- .../DescribeSQLLogRecordsListRequest.py | 186 ++++++++++++ .../v20140815/DescribeSQLLogRecordsRequest.py | 74 ++--- .../DescribeSQLLogReportListRequest.py | 52 ++-- .../v20140815/DescribeSQLLogReportsRequest.py | 52 ++-- .../v20140815/DescribeSQLReportsRequest.py | 52 ++-- ...DescribeSQLServerUpgradeVersionsRequest.py | 60 ++++ ...scribeSecurityGroupConfigurationRequest.py | 16 +- .../DescribeServiceOfCloudDBARequest.py | 42 +++ .../DescribeSlowLogRecordsRequest.py | 50 ++-- .../v20140815/DescribeSlowLogsRequest.py | 64 ++-- ...escribeSqlLogDetailArchiveStatusRequest.py | 60 ++++ .../DescribeSqlLogDumpStatusRequest.py | 60 ++++ .../DescribeSqlLogInstancesRequest.py | 54 ++++ .../DescribeSqlLogTemplatesListRequest.py | 138 +++++++++ ...eSqlLogTemplatesTimeDistributionRequest.py | 96 ++++++ .../DescribeSqlLogTimeDistributionRequest.py | 84 ++++++ ...beSqlTemplatesConsumeAndScanRowsRequest.py | 78 +++++ .../DescribeStaticVerificationListRequest.py | 72 +++++ .../v20140815/DescribeStrategyRequest.py | 60 ++++ .../DescribeSyncAccountForInnerRequest.py | 48 +++ .../v20140815/DescribeSyncAccountsRequest.py | 48 +++ .../request/v20140815/DescribeTagsRequest.py | 38 +-- .../v20140815/DescribeTaskInfoRequest.py | 40 +-- .../request/v20140815/DescribeTasksRequest.py | 50 ++-- .../DescribeTemplateSqlDetailRequest.py | 114 ++++++++ ...cribeTemplatesConsumeAndScanRowsRequest.py | 72 +++++ .../v20140815/DescribeTemplatesListRequest.py | 100 +++---- .../DescribeTemplatesSqlTypeRequest.py | 114 ++++++++ .../DescribeUserEncryptionKeyListRequest.py | 60 ++++ .../v20140815/DescribeUserInfoRequest.py | 48 +++ .../DescribeVerificationListRequest.py | 84 ++++++ .../v20140815/DescribeVpcZoneNosRequest.py | 66 +++++ .../v20140815/DestroyDBInstanceRequest.py | 60 ++++ .../DisableSqlLogDistributionRequest.py | 60 ++++ .../EnableSqlLogDistributionRequest.py | 78 +++++ .../EvaluateFailOverSwitchRequest.py | 60 ++++ .../v20140815/EvaluateFailoverRequest.py | 60 ++++ .../v20140815/EvaluateResourceRequest.py | 96 ++++++ .../v20140815/ExtractBackupFromOASRequest.py | 66 +++++ .../request/v20140815/FailoverRequest.py | 66 +++++ .../v20140815/GrantAccountPrivilegeRequest.py | 30 +- .../GrantOperatorPermissionRequest.py | 28 +- .../ImportDataForSQLServerRequest.py | 28 +- .../ImportDataFromDatabaseRequest.py | 96 ++++++ .../ImportDatabaseBetweenInstancesRequest.py | 36 +-- .../v20140815/LockDBInstanceRequest.py | 60 ++++ .../LoginDBInstancefromCloudDBARequest.py | 42 +++ .../v20140815/MigrateSecurityIPModeRequest.py | 16 +- .../v20140815/MigrateToOtherRegionRequest.py | 64 ++-- .../v20140815/MigrateToOtherZoneRequest.py | 50 ++-- .../ModifyAccountDescriptionRequest.py | 28 +- .../ModifyActiveOperationTaskRequest.py | 66 +++++ .../v20140815/ModifyBackupPolicyRequest.py | 112 +++---- .../ModifyCollationTimeZoneRequest.py | 16 +- .../v20140815/ModifyCommodityRequest.py | 54 ++++ .../v20140815/ModifyDBDescriptionRequest.py | 36 +-- ...fyDBInstanceChargeTypeForJuShiTaRequest.py | 60 ++++ .../ModifyDBInstanceConnectionModeRequest.py | 16 +- ...ModifyDBInstanceConnectionStringRequest.py | 28 +- ...fyDBInstanceDelayReplicationTimeRequest.py | 54 ++++ ...DBInstanceDelayedReplicationTimeRequest.py | 54 ++++ .../ModifyDBInstanceDescriptionRequest.py | 26 +- .../ModifyDBInstanceECSSGRelationRequest.py | 54 ++++ .../ModifyDBInstanceHAConfigRequest.py | 28 +- .../ModifyDBInstanceMaintainTimeRequest.py | 34 +-- .../ModifyDBInstanceMonitorRequest.py | 16 +- .../ModifyDBInstanceNetExpireTimeRequest.py | 66 +++++ ...odifyDBInstanceNetworkExpireTimeRequest.py | 26 +- .../ModifyDBInstanceNetworkTypeRequest.py | 38 +-- .../v20140815/ModifyDBInstanceOwnerRequest.py | 54 ++++ .../ModifyDBInstancePayTypeRequest.py | 102 +++++++ ...difyDBInstanceProxyConfigurationRequest.py | 28 +- .../v20140815/ModifyDBInstanceSSLRequest.py | 16 +- .../v20140815/ModifyDBInstanceSpecRequest.py | 50 ++-- .../v20140815/ModifyDBInstanceTDERequest.py | 34 +-- .../v20140815/ModifyDampPolicyRequest.py | 90 ++++++ .../v20140815/ModifyDynamicModeRequest.py | 66 +++++ .../v20140815/ModifyFCTriggerRequest.py | 104 +++++++ .../v20140815/ModifyGuardDomainModeRequest.py | 66 +++++ ...ModifyInstanceAutoRenewAttributeRequest.py | 72 +++++ ...difyInstanceAutoRenewalAttributeRequest.py | 48 +-- .../ModifyMySQLDBInstanceDelayRequest.py | 16 +- .../ModifyOpenSearchDBInstanceRequest.py | 72 +++++ .../v20140815/ModifyParameterGroupRequest.py | 66 +++++ .../v20140815/ModifyParameterRequest.py | 26 +- .../ModifyPostpaidDBInstanceSpecRequest.py | 72 +++++ ...difyReadWriteSplittingConnectionRequest.py | 38 +-- ...onlyInstanceDelayReplicationTimeRequest.py | 28 +- .../ModifyReplicaDescriptionRequest.py | 14 +- .../ModifyReplicaDynamicModeRequest.py | 66 +++++ .../ModifyReplicaFilterModeRequest.py | 66 +++++ .../v20140815/ModifyReplicaModeRequest.py | 78 +++++ .../ModifyReplicaRecoverModeRequest.py | 66 +++++ .../ModifyReplicaRecoveryModeRequest.py | 66 +++++ .../v20140815/ModifyReplicaRelationRequest.py | 60 ++++ .../ModifyReplicaVerificationModeRequest.py | 66 +++++ .../v20140815/ModifyResourceGroupRequest.py | 34 +-- .../ModifySQLCollectorPolicyRequest.py | 26 +- .../ModifySQLCollectorRetentionRequest.py | 66 +++++ ...ModifySecurityGroupConfigurationRequest.py | 16 +- .../ModifySecurityIpsForChannelRequest.py | 102 +++++++ .../v20140815/ModifySecurityIpsRequest.py | 64 ++-- .../PreCheckBeforeImportDataRequest.py | 96 ++++++ .../v20140815/PurgeDBInstanceLogRequest.py | 16 +- .../v20140815/QueryOssBucketsRequest.py | 60 ++++ .../v20140815/QueryPriceForBuyRequest.py | 126 ++++++++ .../v20140815/QueryPriceForRefundRequest.py | 90 ++++++ .../QueryPriceForTempUpgradeRequest.py | 102 +++++++ .../QueryPriceMultiForDeferRequest.py | 72 +++++ .../v20140815/QueryPriceMultiRequest.py | 60 ++++ .../request/v20140815/QueryPriceRequest.py | 234 +++++++++++++++ .../v20140815/ReceiveDBInstanceRequest.py | 60 ++++ .../v20140815/RecoveryDBInstanceRequest.py | 62 ++-- .../ReleaseInstancePublicConnectionRequest.py | 16 +- ...easeReadWriteSplittingConnectionRequest.py | 16 +- .../v20140815/ReleaseReplicaRequest.py | 60 ++++ .../RemoveTagsFromResourceRequest.py | 76 ++--- .../v20140815/RenewDBInstanceRequest.py | 66 +++++ .../request/v20140815/RenewInstanceRequest.py | 40 +-- .../RequestServiceOfCloudDBARequest.py | 42 +++ .../RequestServiceOfCloudDBExpertRequest.py | 16 +- .../v20140815/ResetAccountForPGRequest.py | 28 +- .../v20140815/ResetAccountPasswordRequest.py | 28 +- .../request/v20140815/ResetAccountRequest.py | 28 +- .../ResetAdminAccountPasswordRequest.py | 66 +++++ .../v20140815/RestartDBInstanceRequest.py | 16 +- .../v20140815/RestoreDBInstanceRequest.py | 26 +- .../request/v20140815/RestoreTableRequest.py | 38 +-- .../RevokeAccountPrivilegeRequest.py | 24 +- .../RevokeOperatorPermissionRequest.py | 16 +- .../v20140815/StartArchiveSQLLogRequest.py | 84 ++++++ .../StartDBInstanceDiagnoseRequest.py | 66 +++++ .../StartSqlLogDetailArchiveRequest.py | 150 ++++++++++ .../v20140815/StartSqlLogDumpRequest.py | 72 +++++ .../v20140815/StartSqlLogTrailRequest.py | 60 ++++ .../request/v20140815/StopSyncingRequest.py | 66 +++++ .../SwitchDBInstanceChargeTypeRequest.py | 54 ++++ .../v20140815/SwitchDBInstanceHARequest.py | 26 +- .../SwitchDBInstanceNetTypeRequest.py | 48 +-- .../v20140815/SwitchDBInstanceVpcRequest.py | 52 ++-- .../SwitchGuardToMasterInstanceRequest.py | 54 ++++ .../request/v20140815/SwitchOverRequest.py | 66 +++++ .../v20140815/UnlockDBInstanceRequest.py | 54 ++++ .../UpgradeDBInstanceEngineVersionRequest.py | 34 +-- .../UpgradeDBInstanceKernelVersionRequest.py | 16 +- .../UpgradeDBInstanceNetWorkInfoRequest.py | 54 ++++ .../UpgradeDBInstanceNetworkRequest.py | 60 ++++ 379 files changed, 19720 insertions(+), 2469 deletions(-) create mode 100644 aliyun-python-sdk-rds/aliyunsdkrds/request/v20120615/DescribeDBInstanceClassListRequest.py create mode 100644 aliyun-python-sdk-rds/aliyunsdkrds/request/v20120615/__init__.py create mode 100644 aliyun-python-sdk-rds/aliyunsdkrds/request/v20130528/CreateAccountRequest.py create mode 100644 aliyun-python-sdk-rds/aliyunsdkrds/request/v20130528/CreateBackupRequest.py create mode 100644 aliyun-python-sdk-rds/aliyunsdkrds/request/v20130528/CreateChildDBInstanceRequest.py create mode 100644 aliyun-python-sdk-rds/aliyunsdkrds/request/v20130528/CreateDBInstanceRequest.py create mode 100644 aliyun-python-sdk-rds/aliyunsdkrds/request/v20130528/CreateDatabaseRequest.py create mode 100644 aliyun-python-sdk-rds/aliyunsdkrds/request/v20130528/CreateGuardDBInstanceRequest.py create mode 100644 aliyun-python-sdk-rds/aliyunsdkrds/request/v20130528/CreateImportDataUploadRequest.py create mode 100644 aliyun-python-sdk-rds/aliyunsdkrds/request/v20130528/DeleteAccountRequest.py create mode 100644 aliyun-python-sdk-rds/aliyunsdkrds/request/v20130528/DeleteChildInstanceRequest.py create mode 100644 aliyun-python-sdk-rds/aliyunsdkrds/request/v20130528/DeleteDBInstanceRequest.py create mode 100644 aliyun-python-sdk-rds/aliyunsdkrds/request/v20130528/DeleteDatabaseRequest.py create mode 100644 aliyun-python-sdk-rds/aliyunsdkrds/request/v20130528/DescribeAccountsRequest.py create mode 100644 aliyun-python-sdk-rds/aliyunsdkrds/request/v20130528/DescribeBackupsRequest.py create mode 100644 aliyun-python-sdk-rds/aliyunsdkrds/request/v20130528/DescribeBinlogFilesRequest.py create mode 100644 aliyun-python-sdk-rds/aliyunsdkrds/request/v20130528/DescribeDBInstanceClassesRequest.py create mode 100644 aliyun-python-sdk-rds/aliyunsdkrds/request/v20130528/DescribeDBInstancePerformanceRequest.py create mode 100644 aliyun-python-sdk-rds/aliyunsdkrds/request/v20130528/DescribeDBInstancesRequest.py create mode 100644 aliyun-python-sdk-rds/aliyunsdkrds/request/v20130528/DescribeDataFilesRequest.py create mode 100644 aliyun-python-sdk-rds/aliyunsdkrds/request/v20130528/DescribeDatabasesRequest.py create mode 100644 aliyun-python-sdk-rds/aliyunsdkrds/request/v20130528/DescribeErrorLogsRequest.py create mode 100644 aliyun-python-sdk-rds/aliyunsdkrds/request/v20130528/DescribeParameterTemplatesRequest.py create mode 100644 aliyun-python-sdk-rds/aliyunsdkrds/request/v20130528/DescribeParametersRequest.py create mode 100644 aliyun-python-sdk-rds/aliyunsdkrds/request/v20130528/DescribeResourceUsageRequest.py create mode 100644 aliyun-python-sdk-rds/aliyunsdkrds/request/v20130528/DescribeSQLLogRecordsRequest.py create mode 100644 aliyun-python-sdk-rds/aliyunsdkrds/request/v20130528/DescribeSQLLogReportsRequest.py create mode 100644 aliyun-python-sdk-rds/aliyunsdkrds/request/v20130528/DescribeSecurityIpsRequest.py create mode 100644 aliyun-python-sdk-rds/aliyunsdkrds/request/v20130528/DescribeSlowLogRecordsRequest.py create mode 100644 aliyun-python-sdk-rds/aliyunsdkrds/request/v20130528/DescribeSlowLogsRequest.py create mode 100644 aliyun-python-sdk-rds/aliyunsdkrds/request/v20130528/DescribeSwitchDBInstanceListRequest.py create mode 100644 aliyun-python-sdk-rds/aliyunsdkrds/request/v20130528/GrantAccountPrivilegeRequest.py create mode 100644 aliyun-python-sdk-rds/aliyunsdkrds/request/v20130528/ImportDataRequest.py create mode 100644 aliyun-python-sdk-rds/aliyunsdkrds/request/v20130528/MigratingDBRequest.py create mode 100644 aliyun-python-sdk-rds/aliyunsdkrds/request/v20130528/ModifyAccountAttributeRequest.py create mode 100644 aliyun-python-sdk-rds/aliyunsdkrds/request/v20130528/ModifyDBInstanceAttributeRequest.py create mode 100644 aliyun-python-sdk-rds/aliyunsdkrds/request/v20130528/ModifyParameterRequest.py create mode 100644 aliyun-python-sdk-rds/aliyunsdkrds/request/v20130528/ModifySecurityIpsRequest.py create mode 100644 aliyun-python-sdk-rds/aliyunsdkrds/request/v20130528/QueryShareDBInstancesServiceRequest.py create mode 100644 aliyun-python-sdk-rds/aliyunsdkrds/request/v20130528/RestartDBInstanceRequest.py create mode 100644 aliyun-python-sdk-rds/aliyunsdkrds/request/v20130528/RestoreDBInstanceRequest.py create mode 100644 aliyun-python-sdk-rds/aliyunsdkrds/request/v20130528/RevokeAccountPrivilegeRequest.py create mode 100644 aliyun-python-sdk-rds/aliyunsdkrds/request/v20130528/SwitchDBInstanceNetTypeRequest.py create mode 100644 aliyun-python-sdk-rds/aliyunsdkrds/request/v20130528/SwitchDBInstanceRequest.py create mode 100644 aliyun-python-sdk-rds/aliyunsdkrds/request/v20130528/__init__.py create mode 100644 aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/AddBuDBInstanceRelationRequest.py create mode 100644 aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/AllocateClassicNetworkTypeRequest.py create mode 100644 aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/AllocateCloudInstanceIpRequest.py create mode 100644 aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/BatchGrantAccountPrivilegeRequest.py create mode 100644 aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/BatchRevokeAccountPrivilegeRequest.py create mode 100644 aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CheckCloudResourceAuthorizedRequest.py create mode 100644 aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CheckDBInstancesRequest.py create mode 100644 aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CheckDBNameAvailableRequest.py create mode 100644 aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CheckInstanceExsitRequest.py create mode 100644 aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CheckSqlLogHistoryEnableRequest.py create mode 100644 aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CloneDBInstanceForSecurityRequest.py create mode 100644 aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CloneParameterGroupRequest.py create mode 100644 aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CompensateInstanceForChannelRequest.py create mode 100644 aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CreateAccountForInnerRequest.py create mode 100644 aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CreateAdminAccountRequest.py create mode 100644 aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CreateDBInstanceForChannelRequest.py create mode 100644 aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CreateDBInstanceforFirstPayRequest.py create mode 100644 aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CreateDampPolicyRequest.py create mode 100644 aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CreateDatabaseForInnerRequest.py create mode 100644 aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CreateFCTriggerRequest.py create mode 100644 aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CreateMulOrderForBuyRequest.py create mode 100644 aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CreateMulOrderForDeferRequest.py create mode 100644 aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CreateOpenSearchDBInstanceRequest.py create mode 100644 aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CreateOrderForCloneRequest.py create mode 100644 aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CreateOrderForDeferRequest.py create mode 100644 aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CreateOrderForDegradeRequest.py create mode 100644 aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CreateOrderForModifyRequest.py create mode 100644 aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CreateOrderForRebuildRequest.py create mode 100644 aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CreateOrderForTempUpgradeRequest.py create mode 100644 aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CreateOrderRequest.py create mode 100644 aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CreateParameterGroupRequest.py create mode 100644 aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CreatePolicyWithSpecifiedPolicyRequest.py create mode 100644 aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CreatePostpaidDBInstanceForChannelRequest.py create mode 100644 aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CreatePostpaidDBInstanceRequest.py create mode 100644 aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CreateSQLDiagnosisRequest.py create mode 100644 aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CreateStaticVerificationRequest.py create mode 100644 aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CreateTempDBInstanceForChannelRequest.py create mode 100644 aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CreateUploadPathForSQLServerRequest.py create mode 100644 aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DecribeSqlLogDumpStatusRequest.py create mode 100644 aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DegradeDBInstanceSpecRequest.py create mode 100644 aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DeleteCloudInstanceIpRequest.py create mode 100644 aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DeleteDampPolicyRequest.py create mode 100644 aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DeleteFCTriggerRequest.py create mode 100644 aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DeleteOpenSearchDBInstanceRequest.py create mode 100644 aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DeleteParameterGroupRequest.py create mode 100644 aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeAbnormalDBInstancesRequest.py create mode 100644 aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeActiveOperationTaskCountRequest.py create mode 100644 aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeActiveOperationTaskRegionRequest.py create mode 100644 aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeActiveOperationTaskRequest.py create mode 100644 aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeActiveOperationTaskTypeRequest.py create mode 100644 aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeArchiveSQLLogFromKeplerRequest.py create mode 100644 aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeBackupSetsForSecurityRequest.py create mode 100644 aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeBackupsForSecurityRequest.py create mode 100644 aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeClassListRequest.py create mode 100644 aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeCloudDBAServiceRequest.py create mode 100644 aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeCommodityRequest.py create mode 100644 aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeCustinsKernelReleaseNotesRequest.py create mode 100644 aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeDBInstanceECSSGRelationRequest.py create mode 100644 aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeDBInstanceEncryptionKeyRequest.py create mode 100644 aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeDBInstanceExtendAttributeRequest.py create mode 100644 aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeDBInstanceInfoRequest.py create mode 100644 aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeDBInstanceNetInfoForChannelRequest.py create mode 100644 aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeDBInstanceNetworkDetailRequest.py create mode 100644 aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeDBInstanceNetworkRequest.py create mode 100644 aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeDBInstanceSwitchLogRequest.py create mode 100644 aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeDBInstanceUserRequest.py create mode 100644 aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeDBInstancesWithCloudResourceRequest.py create mode 100644 aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeDampPoliciesByCidRequest.py create mode 100644 aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeDampPolicyByCommentRequest.py create mode 100644 aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeDampPolicyByPolicyNameRequest.py create mode 100644 aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeDatabaseLockDiagnosisRequest.py create mode 100644 aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeDynamicVerificationListRequest.py create mode 100644 aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeFCTriggerRequest.py create mode 100644 aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeFilesForSQLServerRequest.py create mode 100644 aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeImportsForSQLServerRequest.py create mode 100644 aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeInstanceAutoRenewAttributeRequest.py create mode 100644 aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeInstanceKeywordsRequest.py create mode 100644 aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeInstanceLevelListRequest.py create mode 100644 aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeLogicDBInstanceTopologyRequest.py create mode 100644 aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeMigrateCountInfoRequest.py create mode 100644 aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeOpenSearchDBInstanceRequest.py create mode 100644 aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeOperationLogsRequest.py create mode 100644 aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeOperatorPermissionRequest.py create mode 100644 aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeOptimizeAdviceByDBARequest.py create mode 100644 aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeOptimizeAdviceOnBigTableRequest.py create mode 100644 aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeOptimizeAdviceOnExcessIndexRequest.py create mode 100644 aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeOptimizeAdviceOnMissIndexRequest.py create mode 100644 aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeOptimizeAdviceOnMissPKRequest.py create mode 100644 aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeOptimizeAdviceOnStorageRequest.py create mode 100644 aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeParameterGroupRequest.py create mode 100644 aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeParameterGroupsRequest.py create mode 100644 aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribePreCheckResultsRequest.py create mode 100644 aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeRdsVSwitchsRequest.py create mode 100644 aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeRdsVpcsRequest.py create mode 100644 aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeRealtimeDiagnosesRequest.py create mode 100644 aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeRegionAvailabilityRequest.py create mode 100644 aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeRegionsForChannelRequest.py create mode 100644 aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeReplicaConflictInfoRequest.py create mode 100644 aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeReplicaInitializeProgressRequest.py create mode 100644 aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeReplicaPerformanceRequest.py create mode 100644 aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeReplicaUsageRequest.py create mode 100644 aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeReplicasRequest.py create mode 100644 aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeResourceDiagnosisRequest.py create mode 100644 aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeSQLCollectorPolicyRequest.py create mode 100644 aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeSQLCollectorRetentionRequest.py create mode 100644 aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeSQLCollectorVersionRequest.py create mode 100644 aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeSQLDiagnosisListRequest.py create mode 100644 aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeSQLDiagnosisRequest.py create mode 100644 aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeSQLInjectionInfosRequest.py create mode 100644 aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeSQLLogRecordsListRequest.py create mode 100644 aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeSQLServerUpgradeVersionsRequest.py create mode 100644 aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeServiceOfCloudDBARequest.py create mode 100644 aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeSqlLogDetailArchiveStatusRequest.py create mode 100644 aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeSqlLogDumpStatusRequest.py create mode 100644 aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeSqlLogInstancesRequest.py create mode 100644 aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeSqlLogTemplatesListRequest.py create mode 100644 aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeSqlLogTemplatesTimeDistributionRequest.py create mode 100644 aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeSqlLogTimeDistributionRequest.py create mode 100644 aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeSqlTemplatesConsumeAndScanRowsRequest.py create mode 100644 aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeStaticVerificationListRequest.py create mode 100644 aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeStrategyRequest.py create mode 100644 aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeSyncAccountForInnerRequest.py create mode 100644 aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeSyncAccountsRequest.py create mode 100644 aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeTemplateSqlDetailRequest.py create mode 100644 aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeTemplatesConsumeAndScanRowsRequest.py create mode 100644 aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeTemplatesSqlTypeRequest.py create mode 100644 aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeUserEncryptionKeyListRequest.py create mode 100644 aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeUserInfoRequest.py create mode 100644 aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeVerificationListRequest.py create mode 100644 aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeVpcZoneNosRequest.py create mode 100644 aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DestroyDBInstanceRequest.py create mode 100644 aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DisableSqlLogDistributionRequest.py create mode 100644 aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/EnableSqlLogDistributionRequest.py create mode 100644 aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/EvaluateFailOverSwitchRequest.py create mode 100644 aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/EvaluateFailoverRequest.py create mode 100644 aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/EvaluateResourceRequest.py create mode 100644 aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ExtractBackupFromOASRequest.py create mode 100644 aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/FailoverRequest.py create mode 100644 aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ImportDataFromDatabaseRequest.py create mode 100644 aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/LockDBInstanceRequest.py create mode 100644 aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/LoginDBInstancefromCloudDBARequest.py create mode 100644 aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyActiveOperationTaskRequest.py create mode 100644 aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyCommodityRequest.py create mode 100644 aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyDBInstanceChargeTypeForJuShiTaRequest.py create mode 100644 aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyDBInstanceDelayReplicationTimeRequest.py create mode 100644 aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyDBInstanceDelayedReplicationTimeRequest.py create mode 100644 aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyDBInstanceECSSGRelationRequest.py create mode 100644 aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyDBInstanceNetExpireTimeRequest.py create mode 100644 aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyDBInstanceOwnerRequest.py create mode 100644 aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyDBInstancePayTypeRequest.py create mode 100644 aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyDampPolicyRequest.py create mode 100644 aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyDynamicModeRequest.py create mode 100644 aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyFCTriggerRequest.py create mode 100644 aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyGuardDomainModeRequest.py create mode 100644 aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyInstanceAutoRenewAttributeRequest.py create mode 100644 aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyOpenSearchDBInstanceRequest.py create mode 100644 aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyParameterGroupRequest.py create mode 100644 aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyPostpaidDBInstanceSpecRequest.py create mode 100644 aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyReplicaDynamicModeRequest.py create mode 100644 aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyReplicaFilterModeRequest.py create mode 100644 aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyReplicaModeRequest.py create mode 100644 aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyReplicaRecoverModeRequest.py create mode 100644 aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyReplicaRecoveryModeRequest.py create mode 100644 aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyReplicaRelationRequest.py create mode 100644 aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyReplicaVerificationModeRequest.py create mode 100644 aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifySQLCollectorRetentionRequest.py create mode 100644 aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifySecurityIpsForChannelRequest.py create mode 100644 aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/PreCheckBeforeImportDataRequest.py create mode 100644 aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/QueryOssBucketsRequest.py create mode 100644 aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/QueryPriceForBuyRequest.py create mode 100644 aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/QueryPriceForRefundRequest.py create mode 100644 aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/QueryPriceForTempUpgradeRequest.py create mode 100644 aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/QueryPriceMultiForDeferRequest.py create mode 100644 aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/QueryPriceMultiRequest.py create mode 100644 aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/QueryPriceRequest.py create mode 100644 aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ReceiveDBInstanceRequest.py create mode 100644 aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ReleaseReplicaRequest.py create mode 100644 aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/RenewDBInstanceRequest.py create mode 100644 aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/RequestServiceOfCloudDBARequest.py create mode 100644 aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ResetAdminAccountPasswordRequest.py create mode 100644 aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/StartArchiveSQLLogRequest.py create mode 100644 aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/StartDBInstanceDiagnoseRequest.py create mode 100644 aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/StartSqlLogDetailArchiveRequest.py create mode 100644 aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/StartSqlLogDumpRequest.py create mode 100644 aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/StartSqlLogTrailRequest.py create mode 100644 aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/StopSyncingRequest.py create mode 100644 aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/SwitchDBInstanceChargeTypeRequest.py create mode 100644 aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/SwitchGuardToMasterInstanceRequest.py create mode 100644 aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/SwitchOverRequest.py create mode 100644 aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/UnlockDBInstanceRequest.py create mode 100644 aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/UpgradeDBInstanceNetWorkInfoRequest.py create mode 100644 aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/UpgradeDBInstanceNetworkRequest.py diff --git a/aliyun-python-sdk-rds/ChangeLog.txt b/aliyun-python-sdk-rds/ChangeLog.txt index 6d02490ba7..03c13d4dba 100644 --- a/aliyun-python-sdk-rds/ChangeLog.txt +++ b/aliyun-python-sdk-rds/ChangeLog.txt @@ -1,3 +1,6 @@ +2019-05-17 Version: 1.90.1 +- Generated 2014-08-15, 2013-05-28, 2012-06-15 for `Rds` + 2019-04-25 Version: 2.3.4 1, upgrade sdk version. diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/__init__.py b/aliyun-python-sdk-rds/aliyunsdkrds/__init__.py index 538b15e141..acd0f47fbb 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/__init__.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/__init__.py @@ -1 +1 @@ -__version__ = "2.3.4" \ No newline at end of file +__version__ = '1.90.1' \ No newline at end of file diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20120615/DescribeDBInstanceClassListRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20120615/DescribeDBInstanceClassListRequest.py new file mode 100644 index 0000000000..ed955f9cfd --- /dev/null +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20120615/DescribeDBInstanceClassListRequest.py @@ -0,0 +1,48 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class DescribeDBInstanceClassListRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Rds', '2012-06-15', 'DescribeDBInstanceClassList') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20120615/__init__.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20120615/__init__.py new file mode 100644 index 0000000000..e69de29bb2 diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20130528/CreateAccountRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20130528/CreateAccountRequest.py new file mode 100644 index 0000000000..40e19d98ff --- /dev/null +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20130528/CreateAccountRequest.py @@ -0,0 +1,84 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class CreateAccountRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Rds', '2013-05-28', 'CreateAccount') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_AccountDescription(self): + return self.get_query_params().get('AccountDescription') + + def set_AccountDescription(self,AccountDescription): + self.add_query_param('AccountDescription',AccountDescription) + + def get_AccountPrivilege(self): + return self.get_query_params().get('AccountPrivilege') + + def set_AccountPrivilege(self,AccountPrivilege): + self.add_query_param('AccountPrivilege',AccountPrivilege) + + def get_AccountName(self): + return self.get_query_params().get('AccountName') + + def set_AccountName(self,AccountName): + self.add_query_param('AccountName',AccountName) + + def get_DBInstanceId(self): + return self.get_query_params().get('DBInstanceId') + + def set_DBInstanceId(self,DBInstanceId): + self.add_query_param('DBInstanceId',DBInstanceId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_AccountPassword(self): + return self.get_query_params().get('AccountPassword') + + def set_AccountPassword(self,AccountPassword): + self.add_query_param('AccountPassword',AccountPassword) + + def get_DBName(self): + return self.get_query_params().get('DBName') + + def set_DBName(self,DBName): + self.add_query_param('DBName',DBName) \ No newline at end of file diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20130528/CreateBackupRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20130528/CreateBackupRequest.py new file mode 100644 index 0000000000..52d5f488fc --- /dev/null +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20130528/CreateBackupRequest.py @@ -0,0 +1,54 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class CreateBackupRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Rds', '2013-05-28', 'CreateBackup') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_DBInstanceId(self): + return self.get_query_params().get('DBInstanceId') + + def set_DBInstanceId(self,DBInstanceId): + self.add_query_param('DBInstanceId',DBInstanceId) \ No newline at end of file diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20130528/CreateChildDBInstanceRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20130528/CreateChildDBInstanceRequest.py new file mode 100644 index 0000000000..ef5e80b50a --- /dev/null +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20130528/CreateChildDBInstanceRequest.py @@ -0,0 +1,66 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class CreateChildDBInstanceRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Rds', '2013-05-28', 'CreateChildDBInstance') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_RetainInstance(self): + return self.get_query_params().get('RetainInstance') + + def set_RetainInstance(self,RetainInstance): + self.add_query_param('RetainInstance',RetainInstance) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_BackupId(self): + return self.get_query_params().get('BackupId') + + def set_BackupId(self,BackupId): + self.add_query_param('BackupId',BackupId) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_DBInstanceId(self): + return self.get_query_params().get('DBInstanceId') + + def set_DBInstanceId(self,DBInstanceId): + self.add_query_param('DBInstanceId',DBInstanceId) \ No newline at end of file diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20130528/CreateDBInstanceRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20130528/CreateDBInstanceRequest.py new file mode 100644 index 0000000000..a35a61bcfb --- /dev/null +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20130528/CreateDBInstanceRequest.py @@ -0,0 +1,156 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class CreateDBInstanceRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Rds', '2013-05-28', 'CreateDBInstance') + + def get_ConnectionMode(self): + return self.get_query_params().get('ConnectionMode') + + def set_ConnectionMode(self,ConnectionMode): + self.add_query_param('ConnectionMode',ConnectionMode) + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_DBInstanceStorage(self): + return self.get_query_params().get('DBInstanceStorage') + + def set_DBInstanceStorage(self,DBInstanceStorage): + self.add_query_param('DBInstanceStorage',DBInstanceStorage) + + def get_SystemDBCharset(self): + return self.get_query_params().get('SystemDBCharset') + + def set_SystemDBCharset(self,SystemDBCharset): + self.add_query_param('SystemDBCharset',SystemDBCharset) + + def get_ClientToken(self): + return self.get_query_params().get('ClientToken') + + def set_ClientToken(self,ClientToken): + self.add_query_param('ClientToken',ClientToken) + + def get_EngineVersion(self): + return self.get_query_params().get('EngineVersion') + + def set_EngineVersion(self,EngineVersion): + self.add_query_param('EngineVersion',EngineVersion) + + def get_Engine(self): + return self.get_query_params().get('Engine') + + def set_Engine(self,Engine): + self.add_query_param('Engine',Engine) + + def get_DBInstanceDescription(self): + return self.get_query_params().get('DBInstanceDescription') + + def set_DBInstanceDescription(self,DBInstanceDescription): + self.add_query_param('DBInstanceDescription',DBInstanceDescription) + + def get_DBInstanceNetType(self): + return self.get_query_params().get('DBInstanceNetType') + + def set_DBInstanceNetType(self,DBInstanceNetType): + self.add_query_param('DBInstanceNetType',DBInstanceNetType) + + def get_Period(self): + return self.get_query_params().get('Period') + + def set_Period(self,Period): + self.add_query_param('Period',Period) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_UsedTime(self): + return self.get_query_params().get('UsedTime') + + def set_UsedTime(self,UsedTime): + self.add_query_param('UsedTime',UsedTime) + + def get_DBInstanceClass(self): + return self.get_query_params().get('DBInstanceClass') + + def set_DBInstanceClass(self,DBInstanceClass): + self.add_query_param('DBInstanceClass',DBInstanceClass) + + def get_SecurityIPList(self): + return self.get_query_params().get('SecurityIPList') + + def set_SecurityIPList(self,SecurityIPList): + self.add_query_param('SecurityIPList',SecurityIPList) + + def get_VSwitchId(self): + return self.get_query_params().get('VSwitchId') + + def set_VSwitchId(self,VSwitchId): + self.add_query_param('VSwitchId',VSwitchId) + + def get_PrivateIpAddress(self): + return self.get_query_params().get('PrivateIpAddress') + + def set_PrivateIpAddress(self,PrivateIpAddress): + self.add_query_param('PrivateIpAddress',PrivateIpAddress) + + def get_VPCId(self): + return self.get_query_params().get('VPCId') + + def set_VPCId(self,VPCId): + self.add_query_param('VPCId',VPCId) + + def get_ZoneId(self): + return self.get_query_params().get('ZoneId') + + def set_ZoneId(self,ZoneId): + self.add_query_param('ZoneId',ZoneId) + + def get_PayType(self): + return self.get_query_params().get('PayType') + + def set_PayType(self,PayType): + self.add_query_param('PayType',PayType) + + def get_InstanceNetworkType(self): + return self.get_query_params().get('InstanceNetworkType') + + def set_InstanceNetworkType(self,InstanceNetworkType): + self.add_query_param('InstanceNetworkType',InstanceNetworkType) \ No newline at end of file diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20130528/CreateDatabaseRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20130528/CreateDatabaseRequest.py new file mode 100644 index 0000000000..84cdb5ff6f --- /dev/null +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20130528/CreateDatabaseRequest.py @@ -0,0 +1,84 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class CreateDatabaseRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Rds', '2013-05-28', 'CreateDatabase') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_AccountPrivilege(self): + return self.get_query_params().get('AccountPrivilege') + + def set_AccountPrivilege(self,AccountPrivilege): + self.add_query_param('AccountPrivilege',AccountPrivilege) + + def get_AccountName(self): + return self.get_query_params().get('AccountName') + + def set_AccountName(self,AccountName): + self.add_query_param('AccountName',AccountName) + + def get_DbInstanceId(self): + return self.get_query_params().get('DbInstanceId') + + def set_DbInstanceId(self,DbInstanceId): + self.add_query_param('DbInstanceId',DbInstanceId) + + def get_DBDescription(self): + return self.get_query_params().get('DBDescription') + + def set_DBDescription(self,DBDescription): + self.add_query_param('DBDescription',DBDescription) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_DBName(self): + return self.get_query_params().get('DBName') + + def set_DBName(self,DBName): + self.add_query_param('DBName',DBName) + + def get_CharacterSetName(self): + return self.get_query_params().get('CharacterSetName') + + def set_CharacterSetName(self,CharacterSetName): + self.add_query_param('CharacterSetName',CharacterSetName) \ No newline at end of file diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20130528/CreateGuardDBInstanceRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20130528/CreateGuardDBInstanceRequest.py new file mode 100644 index 0000000000..7e540b6080 --- /dev/null +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20130528/CreateGuardDBInstanceRequest.py @@ -0,0 +1,78 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class CreateGuardDBInstanceRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Rds', '2013-05-28', 'CreateGuardDBInstance') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_ConnectionStringPrefix(self): + return self.get_query_params().get('ConnectionStringPrefix') + + def set_ConnectionStringPrefix(self,ConnectionStringPrefix): + self.add_query_param('ConnectionStringPrefix',ConnectionStringPrefix) + + def get_ClientToken(self): + return self.get_query_params().get('ClientToken') + + def set_ClientToken(self,ClientToken): + self.add_query_param('ClientToken',ClientToken) + + def get_EngineVersion(self): + return self.get_query_params().get('EngineVersion') + + def set_EngineVersion(self,EngineVersion): + self.add_query_param('EngineVersion',EngineVersion) + + def get_DBInstanceId(self): + return self.get_query_params().get('DBInstanceId') + + def set_DBInstanceId(self,DBInstanceId): + self.add_query_param('DBInstanceId',DBInstanceId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_Port(self): + return self.get_query_params().get('Port') + + def set_Port(self,Port): + self.add_query_param('Port',Port) \ No newline at end of file diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20130528/CreateImportDataUploadRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20130528/CreateImportDataUploadRequest.py new file mode 100644 index 0000000000..171f57e2d2 --- /dev/null +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20130528/CreateImportDataUploadRequest.py @@ -0,0 +1,60 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class CreateImportDataUploadRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Rds', '2013-05-28', 'CreateImportDataUpload') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_DBName(self): + return self.get_query_params().get('DBName') + + def set_DBName(self,DBName): + self.add_query_param('DBName',DBName) + + def get_DBInstanceId(self): + return self.get_query_params().get('DBInstanceId') + + def set_DBInstanceId(self,DBInstanceId): + self.add_query_param('DBInstanceId',DBInstanceId) \ No newline at end of file diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20130528/DeleteAccountRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20130528/DeleteAccountRequest.py new file mode 100644 index 0000000000..0e151339b6 --- /dev/null +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20130528/DeleteAccountRequest.py @@ -0,0 +1,60 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class DeleteAccountRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Rds', '2013-05-28', 'DeleteAccount') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_AccountName(self): + return self.get_query_params().get('AccountName') + + def set_AccountName(self,AccountName): + self.add_query_param('AccountName',AccountName) + + def get_DBInstanceId(self): + return self.get_query_params().get('DBInstanceId') + + def set_DBInstanceId(self,DBInstanceId): + self.add_query_param('DBInstanceId',DBInstanceId) \ No newline at end of file diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20130528/DeleteChildInstanceRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20130528/DeleteChildInstanceRequest.py new file mode 100644 index 0000000000..19ea2aeafc --- /dev/null +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20130528/DeleteChildInstanceRequest.py @@ -0,0 +1,66 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class DeleteChildInstanceRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Rds', '2013-05-28', 'DeleteChildInstance') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_uid(self): + return self.get_query_params().get('uid') + + def set_uid(self,uid): + self.add_query_param('uid',uid) + + def get_DBInstanceId(self): + return self.get_query_params().get('DBInstanceId') + + def set_DBInstanceId(self,DBInstanceId): + self.add_query_param('DBInstanceId',DBInstanceId) + + def get_bid(self): + return self.get_query_params().get('bid') + + def set_bid(self,bid): + self.add_query_param('bid',bid) \ No newline at end of file diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20130528/DeleteDBInstanceRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20130528/DeleteDBInstanceRequest.py new file mode 100644 index 0000000000..38ffd74a12 --- /dev/null +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20130528/DeleteDBInstanceRequest.py @@ -0,0 +1,60 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class DeleteDBInstanceRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Rds', '2013-05-28', 'DeleteDBInstance') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_ClientToken(self): + return self.get_query_params().get('ClientToken') + + def set_ClientToken(self,ClientToken): + self.add_query_param('ClientToken',ClientToken) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_DBInstanceId(self): + return self.get_query_params().get('DBInstanceId') + + def set_DBInstanceId(self,DBInstanceId): + self.add_query_param('DBInstanceId',DBInstanceId) \ No newline at end of file diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20130528/DeleteDatabaseRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20130528/DeleteDatabaseRequest.py new file mode 100644 index 0000000000..315029c31f --- /dev/null +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20130528/DeleteDatabaseRequest.py @@ -0,0 +1,60 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class DeleteDatabaseRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Rds', '2013-05-28', 'DeleteDatabase') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_DBName(self): + return self.get_query_params().get('DBName') + + def set_DBName(self,DBName): + self.add_query_param('DBName',DBName) + + def get_DBInstanceId(self): + return self.get_query_params().get('DBInstanceId') + + def set_DBInstanceId(self,DBInstanceId): + self.add_query_param('DBInstanceId',DBInstanceId) \ No newline at end of file diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20130528/DescribeAccountsRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20130528/DescribeAccountsRequest.py new file mode 100644 index 0000000000..59ffe891ba --- /dev/null +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20130528/DescribeAccountsRequest.py @@ -0,0 +1,60 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class DescribeAccountsRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Rds', '2013-05-28', 'DescribeAccounts') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_AccountName(self): + return self.get_query_params().get('AccountName') + + def set_AccountName(self,AccountName): + self.add_query_param('AccountName',AccountName) + + def get_DBInstanceId(self): + return self.get_query_params().get('DBInstanceId') + + def set_DBInstanceId(self,DBInstanceId): + self.add_query_param('DBInstanceId',DBInstanceId) \ No newline at end of file diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20130528/DescribeBackupsRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20130528/DescribeBackupsRequest.py new file mode 100644 index 0000000000..f56429f3b7 --- /dev/null +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20130528/DescribeBackupsRequest.py @@ -0,0 +1,78 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class DescribeBackupsRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Rds', '2013-05-28', 'DescribeBackups') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_StartTime(self): + return self.get_query_params().get('StartTime') + + def set_StartTime(self,StartTime): + self.add_query_param('StartTime',StartTime) + + def get_DBInstanceId(self): + return self.get_query_params().get('DBInstanceId') + + def set_DBInstanceId(self,DBInstanceId): + self.add_query_param('DBInstanceId',DBInstanceId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_EndTime(self): + return self.get_query_params().get('EndTime') + + def set_EndTime(self,EndTime): + self.add_query_param('EndTime',EndTime) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_BackupStatus(self): + return self.get_query_params().get('BackupStatus') + + def set_BackupStatus(self,BackupStatus): + self.add_query_param('BackupStatus',BackupStatus) + + def get_BackupMode(self): + return self.get_query_params().get('BackupMode') + + def set_BackupMode(self,BackupMode): + self.add_query_param('BackupMode',BackupMode) \ No newline at end of file diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20130528/DescribeBinlogFilesRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20130528/DescribeBinlogFilesRequest.py new file mode 100644 index 0000000000..88a4b94783 --- /dev/null +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20130528/DescribeBinlogFilesRequest.py @@ -0,0 +1,78 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class DescribeBinlogFilesRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Rds', '2013-05-28', 'DescribeBinlogFiles') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_StartTime(self): + return self.get_query_params().get('StartTime') + + def set_StartTime(self,StartTime): + self.add_query_param('StartTime',StartTime) + + def get_PageNumber(self): + return self.get_query_params().get('PageNumber') + + def set_PageNumber(self,PageNumber): + self.add_query_param('PageNumber',PageNumber) + + def get_PageSize(self): + return self.get_query_params().get('PageSize') + + def set_PageSize(self,PageSize): + self.add_query_param('PageSize',PageSize) + + def get_DBInstanceId(self): + return self.get_query_params().get('DBInstanceId') + + def set_DBInstanceId(self,DBInstanceId): + self.add_query_param('DBInstanceId',DBInstanceId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_EndTime(self): + return self.get_query_params().get('EndTime') + + def set_EndTime(self,EndTime): + self.add_query_param('EndTime',EndTime) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20130528/DescribeDBInstanceClassesRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20130528/DescribeDBInstanceClassesRequest.py new file mode 100644 index 0000000000..3ec29b2ba1 --- /dev/null +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20130528/DescribeDBInstanceClassesRequest.py @@ -0,0 +1,48 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class DescribeDBInstanceClassesRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Rds', '2013-05-28', 'DescribeDBInstanceClasses') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20130528/DescribeDBInstancePerformanceRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20130528/DescribeDBInstancePerformanceRequest.py new file mode 100644 index 0000000000..523178e741 --- /dev/null +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20130528/DescribeDBInstancePerformanceRequest.py @@ -0,0 +1,72 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class DescribeDBInstancePerformanceRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Rds', '2013-05-28', 'DescribeDBInstancePerformance') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_StartTime(self): + return self.get_query_params().get('StartTime') + + def set_StartTime(self,StartTime): + self.add_query_param('StartTime',StartTime) + + def get_DBInstanceId(self): + return self.get_query_params().get('DBInstanceId') + + def set_DBInstanceId(self,DBInstanceId): + self.add_query_param('DBInstanceId',DBInstanceId) + + def get_Key(self): + return self.get_query_params().get('Key') + + def set_Key(self,Key): + self.add_query_param('Key',Key) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_EndTime(self): + return self.get_query_params().get('EndTime') + + def set_EndTime(self,EndTime): + self.add_query_param('EndTime',EndTime) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20130528/DescribeDBInstancesRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20130528/DescribeDBInstancesRequest.py new file mode 100644 index 0000000000..a9933be44e --- /dev/null +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20130528/DescribeDBInstancesRequest.py @@ -0,0 +1,114 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class DescribeDBInstancesRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Rds', '2013-05-28', 'DescribeDBInstances') + + def get_ConnectionMode(self): + return self.get_query_params().get('ConnectionMode') + + def set_ConnectionMode(self,ConnectionMode): + self.add_query_param('ConnectionMode',ConnectionMode) + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_ClientToken(self): + return self.get_query_params().get('ClientToken') + + def set_ClientToken(self,ClientToken): + self.add_query_param('ClientToken',ClientToken) + + def get_SearchKey(self): + return self.get_query_params().get('SearchKey') + + def set_SearchKey(self,SearchKey): + self.add_query_param('SearchKey',SearchKey) + + def get_PageNumber(self): + return self.get_query_params().get('PageNumber') + + def set_PageNumber(self,PageNumber): + self.add_query_param('PageNumber',PageNumber) + + def get_Engine(self): + return self.get_query_params().get('Engine') + + def set_Engine(self,Engine): + self.add_query_param('Engine',Engine) + + def get_PageSize(self): + return self.get_query_params().get('PageSize') + + def set_PageSize(self,PageSize): + self.add_query_param('PageSize',PageSize) + + def get_DBInstanceStatus(self): + return self.get_query_params().get('DBInstanceStatus') + + def set_DBInstanceStatus(self,DBInstanceStatus): + self.add_query_param('DBInstanceStatus',DBInstanceStatus) + + def get_DBInstanceId(self): + return self.get_query_params().get('DBInstanceId') + + def set_DBInstanceId(self,DBInstanceId): + self.add_query_param('DBInstanceId',DBInstanceId) + + def get_proxyId(self): + return self.get_query_params().get('proxyId') + + def set_proxyId(self,proxyId): + self.add_query_param('proxyId',proxyId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_DBInstanceType(self): + return self.get_query_params().get('DBInstanceType') + + def set_DBInstanceType(self,DBInstanceType): + self.add_query_param('DBInstanceType',DBInstanceType) + + def get_InstanceNetworkType(self): + return self.get_query_params().get('InstanceNetworkType') + + def set_InstanceNetworkType(self,InstanceNetworkType): + self.add_query_param('InstanceNetworkType',InstanceNetworkType) \ No newline at end of file diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20130528/DescribeDataFilesRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20130528/DescribeDataFilesRequest.py new file mode 100644 index 0000000000..a4b57390ea --- /dev/null +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20130528/DescribeDataFilesRequest.py @@ -0,0 +1,66 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class DescribeDataFilesRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Rds', '2013-05-28', 'DescribeDataFiles') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_EndTime(self): + return self.get_query_params().get('EndTime') + + def set_EndTime(self,EndTime): + self.add_query_param('EndTime',EndTime) + + def get_StartTime(self): + return self.get_query_params().get('StartTime') + + def set_StartTime(self,StartTime): + self.add_query_param('StartTime',StartTime) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_DBInstanceId(self): + return self.get_query_params().get('DBInstanceId') + + def set_DBInstanceId(self,DBInstanceId): + self.add_query_param('DBInstanceId',DBInstanceId) \ No newline at end of file diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20130528/DescribeDatabasesRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20130528/DescribeDatabasesRequest.py new file mode 100644 index 0000000000..c1fdc873d1 --- /dev/null +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20130528/DescribeDatabasesRequest.py @@ -0,0 +1,66 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class DescribeDatabasesRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Rds', '2013-05-28', 'DescribeDatabases') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_DBName(self): + return self.get_query_params().get('DBName') + + def set_DBName(self,DBName): + self.add_query_param('DBName',DBName) + + def get_DBStatus(self): + return self.get_query_params().get('DBStatus') + + def set_DBStatus(self,DBStatus): + self.add_query_param('DBStatus',DBStatus) + + def get_DBInstanceId(self): + return self.get_query_params().get('DBInstanceId') + + def set_DBInstanceId(self,DBInstanceId): + self.add_query_param('DBInstanceId',DBInstanceId) \ No newline at end of file diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20130528/DescribeErrorLogsRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20130528/DescribeErrorLogsRequest.py new file mode 100644 index 0000000000..f28d6aec39 --- /dev/null +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20130528/DescribeErrorLogsRequest.py @@ -0,0 +1,78 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class DescribeErrorLogsRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Rds', '2013-05-28', 'DescribeErrorLogs') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_StartTime(self): + return self.get_query_params().get('StartTime') + + def set_StartTime(self,StartTime): + self.add_query_param('StartTime',StartTime) + + def get_PageNumber(self): + return self.get_query_params().get('PageNumber') + + def set_PageNumber(self,PageNumber): + self.add_query_param('PageNumber',PageNumber) + + def get_PageSize(self): + return self.get_query_params().get('PageSize') + + def set_PageSize(self,PageSize): + self.add_query_param('PageSize',PageSize) + + def get_DBInstanceId(self): + return self.get_query_params().get('DBInstanceId') + + def set_DBInstanceId(self,DBInstanceId): + self.add_query_param('DBInstanceId',DBInstanceId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_EndTime(self): + return self.get_query_params().get('EndTime') + + def set_EndTime(self,EndTime): + self.add_query_param('EndTime',EndTime) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20130528/DescribeParameterTemplatesRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20130528/DescribeParameterTemplatesRequest.py new file mode 100644 index 0000000000..abc2104e43 --- /dev/null +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20130528/DescribeParameterTemplatesRequest.py @@ -0,0 +1,60 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class DescribeParameterTemplatesRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Rds', '2013-05-28', 'DescribeParameterTemplates') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_EngineVersion(self): + return self.get_query_params().get('EngineVersion') + + def set_EngineVersion(self,EngineVersion): + self.add_query_param('EngineVersion',EngineVersion) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_Engine(self): + return self.get_query_params().get('Engine') + + def set_Engine(self,Engine): + self.add_query_param('Engine',Engine) \ No newline at end of file diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20130528/DescribeParametersRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20130528/DescribeParametersRequest.py new file mode 100644 index 0000000000..efd7213e0d --- /dev/null +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20130528/DescribeParametersRequest.py @@ -0,0 +1,54 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class DescribeParametersRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Rds', '2013-05-28', 'DescribeParameters') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_DBInstanceId(self): + return self.get_query_params().get('DBInstanceId') + + def set_DBInstanceId(self,DBInstanceId): + self.add_query_param('DBInstanceId',DBInstanceId) \ No newline at end of file diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20130528/DescribeResourceUsageRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20130528/DescribeResourceUsageRequest.py new file mode 100644 index 0000000000..8129d2e5de --- /dev/null +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20130528/DescribeResourceUsageRequest.py @@ -0,0 +1,66 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class DescribeResourceUsageRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Rds', '2013-05-28', 'DescribeResourceUsage') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_EndTime(self): + return self.get_query_params().get('EndTime') + + def set_EndTime(self,EndTime): + self.add_query_param('EndTime',EndTime) + + def get_StartTime(self): + return self.get_query_params().get('StartTime') + + def set_StartTime(self,StartTime): + self.add_query_param('StartTime',StartTime) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_DBInstanceId(self): + return self.get_query_params().get('DBInstanceId') + + def set_DBInstanceId(self,DBInstanceId): + self.add_query_param('DBInstanceId',DBInstanceId) \ No newline at end of file diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20130528/DescribeSQLLogRecordsRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20130528/DescribeSQLLogRecordsRequest.py new file mode 100644 index 0000000000..3f187bf438 --- /dev/null +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20130528/DescribeSQLLogRecordsRequest.py @@ -0,0 +1,84 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class DescribeSQLLogRecordsRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Rds', '2013-05-28', 'DescribeSQLLogRecords') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_StartTime(self): + return self.get_query_params().get('StartTime') + + def set_StartTime(self,StartTime): + self.add_query_param('StartTime',StartTime) + + def get_PageNumber(self): + return self.get_query_params().get('PageNumber') + + def set_PageNumber(self,PageNumber): + self.add_query_param('PageNumber',PageNumber) + + def get_PageSize(self): + return self.get_query_params().get('PageSize') + + def set_PageSize(self,PageSize): + self.add_query_param('PageSize',PageSize) + + def get_DBInstanceId(self): + return self.get_query_params().get('DBInstanceId') + + def set_DBInstanceId(self,DBInstanceId): + self.add_query_param('DBInstanceId',DBInstanceId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_QueryKeyword(self): + return self.get_query_params().get('QueryKeyword') + + def set_QueryKeyword(self,QueryKeyword): + self.add_query_param('QueryKeyword',QueryKeyword) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_EndTime(self): + return self.get_query_params().get('EndTime') + + def set_EndTime(self,EndTime): + self.add_query_param('EndTime',EndTime) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20130528/DescribeSQLLogReportsRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20130528/DescribeSQLLogReportsRequest.py new file mode 100644 index 0000000000..87884959d2 --- /dev/null +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20130528/DescribeSQLLogReportsRequest.py @@ -0,0 +1,84 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class DescribeSQLLogReportsRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Rds', '2013-05-28', 'DescribeSQLLogReports') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_ReportType(self): + return self.get_query_params().get('ReportType') + + def set_ReportType(self,ReportType): + self.add_query_param('ReportType',ReportType) + + def get_StartTime(self): + return self.get_query_params().get('StartTime') + + def set_StartTime(self,StartTime): + self.add_query_param('StartTime',StartTime) + + def get_PageNumber(self): + return self.get_query_params().get('PageNumber') + + def set_PageNumber(self,PageNumber): + self.add_query_param('PageNumber',PageNumber) + + def get_PageSize(self): + return self.get_query_params().get('PageSize') + + def set_PageSize(self,PageSize): + self.add_query_param('PageSize',PageSize) + + def get_DBInstanceId(self): + return self.get_query_params().get('DBInstanceId') + + def set_DBInstanceId(self,DBInstanceId): + self.add_query_param('DBInstanceId',DBInstanceId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_EndTime(self): + return self.get_query_params().get('EndTime') + + def set_EndTime(self,EndTime): + self.add_query_param('EndTime',EndTime) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20130528/DescribeSecurityIpsRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20130528/DescribeSecurityIpsRequest.py new file mode 100644 index 0000000000..0f308ce17d --- /dev/null +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20130528/DescribeSecurityIpsRequest.py @@ -0,0 +1,54 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class DescribeSecurityIpsRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Rds', '2013-05-28', 'DescribeSecurityIps') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_DBInstanceId(self): + return self.get_query_params().get('DBInstanceId') + + def set_DBInstanceId(self,DBInstanceId): + self.add_query_param('DBInstanceId',DBInstanceId) \ No newline at end of file diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20130528/DescribeSlowLogRecordsRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20130528/DescribeSlowLogRecordsRequest.py new file mode 100644 index 0000000000..f92629e2b0 --- /dev/null +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20130528/DescribeSlowLogRecordsRequest.py @@ -0,0 +1,84 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class DescribeSlowLogRecordsRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Rds', '2013-05-28', 'DescribeSlowLogRecords') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_StartTime(self): + return self.get_query_params().get('StartTime') + + def set_StartTime(self,StartTime): + self.add_query_param('StartTime',StartTime) + + def get_PageNumber(self): + return self.get_query_params().get('PageNumber') + + def set_PageNumber(self,PageNumber): + self.add_query_param('PageNumber',PageNumber) + + def get_PageSize(self): + return self.get_query_params().get('PageSize') + + def set_PageSize(self,PageSize): + self.add_query_param('PageSize',PageSize) + + def get_DBInstanceId(self): + return self.get_query_params().get('DBInstanceId') + + def set_DBInstanceId(self,DBInstanceId): + self.add_query_param('DBInstanceId',DBInstanceId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_EndTime(self): + return self.get_query_params().get('EndTime') + + def set_EndTime(self,EndTime): + self.add_query_param('EndTime',EndTime) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_DBName(self): + return self.get_query_params().get('DBName') + + def set_DBName(self,DBName): + self.add_query_param('DBName',DBName) \ No newline at end of file diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20130528/DescribeSlowLogsRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20130528/DescribeSlowLogsRequest.py new file mode 100644 index 0000000000..d56c33508b --- /dev/null +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20130528/DescribeSlowLogsRequest.py @@ -0,0 +1,90 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class DescribeSlowLogsRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Rds', '2013-05-28', 'DescribeSlowLogs') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_StartTime(self): + return self.get_query_params().get('StartTime') + + def set_StartTime(self,StartTime): + self.add_query_param('StartTime',StartTime) + + def get_PageNumber(self): + return self.get_query_params().get('PageNumber') + + def set_PageNumber(self,PageNumber): + self.add_query_param('PageNumber',PageNumber) + + def get_SortKey(self): + return self.get_query_params().get('SortKey') + + def set_SortKey(self,SortKey): + self.add_query_param('SortKey',SortKey) + + def get_PageSize(self): + return self.get_query_params().get('PageSize') + + def set_PageSize(self,PageSize): + self.add_query_param('PageSize',PageSize) + + def get_DBInstanceId(self): + return self.get_query_params().get('DBInstanceId') + + def set_DBInstanceId(self,DBInstanceId): + self.add_query_param('DBInstanceId',DBInstanceId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_EndTime(self): + return self.get_query_params().get('EndTime') + + def set_EndTime(self,EndTime): + self.add_query_param('EndTime',EndTime) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_DBName(self): + return self.get_query_params().get('DBName') + + def set_DBName(self,DBName): + self.add_query_param('DBName',DBName) \ No newline at end of file diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20130528/DescribeSwitchDBInstanceListRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20130528/DescribeSwitchDBInstanceListRequest.py new file mode 100644 index 0000000000..759e1ce97e --- /dev/null +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20130528/DescribeSwitchDBInstanceListRequest.py @@ -0,0 +1,66 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class DescribeSwitchDBInstanceListRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Rds', '2013-05-28', 'DescribeSwitchDBInstanceList') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_EndTime(self): + return self.get_query_params().get('EndTime') + + def set_EndTime(self,EndTime): + self.add_query_param('EndTime',EndTime) + + def get_StartTime(self): + return self.get_query_params().get('StartTime') + + def set_StartTime(self,StartTime): + self.add_query_param('StartTime',StartTime) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_DBInstanceId(self): + return self.get_query_params().get('DBInstanceId') + + def set_DBInstanceId(self,DBInstanceId): + self.add_query_param('DBInstanceId',DBInstanceId) \ No newline at end of file diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20130528/GrantAccountPrivilegeRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20130528/GrantAccountPrivilegeRequest.py new file mode 100644 index 0000000000..8f5174afdc --- /dev/null +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20130528/GrantAccountPrivilegeRequest.py @@ -0,0 +1,72 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class GrantAccountPrivilegeRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Rds', '2013-05-28', 'GrantAccountPrivilege') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_AccountPrivilege(self): + return self.get_query_params().get('AccountPrivilege') + + def set_AccountPrivilege(self,AccountPrivilege): + self.add_query_param('AccountPrivilege',AccountPrivilege) + + def get_AccountName(self): + return self.get_query_params().get('AccountName') + + def set_AccountName(self,AccountName): + self.add_query_param('AccountName',AccountName) + + def get_DBName(self): + return self.get_query_params().get('DBName') + + def set_DBName(self,DBName): + self.add_query_param('DBName',DBName) + + def get_DBInstanceId(self): + return self.get_query_params().get('DBInstanceId') + + def set_DBInstanceId(self,DBInstanceId): + self.add_query_param('DBInstanceId',DBInstanceId) \ No newline at end of file diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20130528/ImportDataRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20130528/ImportDataRequest.py new file mode 100644 index 0000000000..a75fdb140d --- /dev/null +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20130528/ImportDataRequest.py @@ -0,0 +1,60 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class ImportDataRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Rds', '2013-05-28', 'ImportData') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_FileName(self): + return self.get_query_params().get('FileName') + + def set_FileName(self,FileName): + self.add_query_param('FileName',FileName) + + def get_DBInstanceId(self): + return self.get_query_params().get('DBInstanceId') + + def set_DBInstanceId(self,DBInstanceId): + self.add_query_param('DBInstanceId',DBInstanceId) \ No newline at end of file diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20130528/MigratingDBRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20130528/MigratingDBRequest.py new file mode 100644 index 0000000000..c9d689357e --- /dev/null +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20130528/MigratingDBRequest.py @@ -0,0 +1,66 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class MigratingDBRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Rds', '2013-05-28', 'MigratingDB') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_TargetDBInstanceId(self): + return self.get_query_params().get('TargetDBInstanceId') + + def set_TargetDBInstanceId(self,TargetDBInstanceId): + self.add_query_param('TargetDBInstanceId',TargetDBInstanceId) + + def get_DBInfo(self): + return self.get_query_params().get('DBInfo') + + def set_DBInfo(self,DBInfo): + self.add_query_param('DBInfo',DBInfo) + + def get_DBInstanceId(self): + return self.get_query_params().get('DBInstanceId') + + def set_DBInstanceId(self,DBInstanceId): + self.add_query_param('DBInstanceId',DBInstanceId) \ No newline at end of file diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20130528/ModifyAccountAttributeRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20130528/ModifyAccountAttributeRequest.py new file mode 100644 index 0000000000..f16ce80362 --- /dev/null +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20130528/ModifyAccountAttributeRequest.py @@ -0,0 +1,78 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class ModifyAccountAttributeRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Rds', '2013-05-28', 'ModifyAccountAttribute') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_AccountPrivilege(self): + return self.get_query_params().get('AccountPrivilege') + + def set_AccountPrivilege(self,AccountPrivilege): + self.add_query_param('AccountPrivilege',AccountPrivilege) + + def get_AccountName(self): + return self.get_query_params().get('AccountName') + + def set_AccountName(self,AccountName): + self.add_query_param('AccountName',AccountName) + + def get_DBInstanceId(self): + return self.get_query_params().get('DBInstanceId') + + def set_DBInstanceId(self,DBInstanceId): + self.add_query_param('DBInstanceId',DBInstanceId) + + def get_OldAccountPassword(self): + return self.get_query_params().get('OldAccountPassword') + + def set_OldAccountPassword(self,OldAccountPassword): + self.add_query_param('OldAccountPassword',OldAccountPassword) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_AccountPassword(self): + return self.get_query_params().get('AccountPassword') + + def set_AccountPassword(self,AccountPassword): + self.add_query_param('AccountPassword',AccountPassword) \ No newline at end of file diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20130528/ModifyDBInstanceAttributeRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20130528/ModifyDBInstanceAttributeRequest.py new file mode 100644 index 0000000000..674e3fad34 --- /dev/null +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20130528/ModifyDBInstanceAttributeRequest.py @@ -0,0 +1,78 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class ModifyDBInstanceAttributeRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Rds', '2013-05-28', 'ModifyDBInstanceAttribute') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_DBInstanceStorage(self): + return self.get_query_params().get('DBInstanceStorage') + + def set_DBInstanceStorage(self,DBInstanceStorage): + self.add_query_param('DBInstanceStorage',DBInstanceStorage) + + def get_ClientToken(self): + return self.get_query_params().get('ClientToken') + + def set_ClientToken(self,ClientToken): + self.add_query_param('ClientToken',ClientToken) + + def get_DBInstanceId(self): + return self.get_query_params().get('DBInstanceId') + + def set_DBInstanceId(self,DBInstanceId): + self.add_query_param('DBInstanceId',DBInstanceId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_DBInstanceClass(self): + return self.get_query_params().get('DBInstanceClass') + + def set_DBInstanceClass(self,DBInstanceClass): + self.add_query_param('DBInstanceClass',DBInstanceClass) + + def get_PayType(self): + return self.get_query_params().get('PayType') + + def set_PayType(self,PayType): + self.add_query_param('PayType',PayType) \ No newline at end of file diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20130528/ModifyParameterRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20130528/ModifyParameterRequest.py new file mode 100644 index 0000000000..6604ed1e2c --- /dev/null +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20130528/ModifyParameterRequest.py @@ -0,0 +1,60 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class ModifyParameterRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Rds', '2013-05-28', 'ModifyParameter') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_DBInstanceId(self): + return self.get_query_params().get('DBInstanceId') + + def set_DBInstanceId(self,DBInstanceId): + self.add_query_param('DBInstanceId',DBInstanceId) + + def get_Parameters(self): + return self.get_query_params().get('Parameters') + + def set_Parameters(self,Parameters): + self.add_query_param('Parameters',Parameters) \ No newline at end of file diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20130528/ModifySecurityIpsRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20130528/ModifySecurityIpsRequest.py new file mode 100644 index 0000000000..0821550231 --- /dev/null +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20130528/ModifySecurityIpsRequest.py @@ -0,0 +1,60 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class ModifySecurityIpsRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Rds', '2013-05-28', 'ModifySecurityIps') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_SecurityIps(self): + return self.get_query_params().get('SecurityIps') + + def set_SecurityIps(self,SecurityIps): + self.add_query_param('SecurityIps',SecurityIps) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_DBInstanceId(self): + return self.get_query_params().get('DBInstanceId') + + def set_DBInstanceId(self,DBInstanceId): + self.add_query_param('DBInstanceId',DBInstanceId) \ No newline at end of file diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20130528/QueryShareDBInstancesServiceRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20130528/QueryShareDBInstancesServiceRequest.py new file mode 100644 index 0000000000..efda34f7ee --- /dev/null +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20130528/QueryShareDBInstancesServiceRequest.py @@ -0,0 +1,48 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class QueryShareDBInstancesServiceRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Rds', '2013-05-28', 'QueryShareDBInstancesService') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20130528/RestartDBInstanceRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20130528/RestartDBInstanceRequest.py new file mode 100644 index 0000000000..0381af9ab0 --- /dev/null +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20130528/RestartDBInstanceRequest.py @@ -0,0 +1,54 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class RestartDBInstanceRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Rds', '2013-05-28', 'RestartDBInstance') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_DBInstanceId(self): + return self.get_query_params().get('DBInstanceId') + + def set_DBInstanceId(self,DBInstanceId): + self.add_query_param('DBInstanceId',DBInstanceId) \ No newline at end of file diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20130528/RestoreDBInstanceRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20130528/RestoreDBInstanceRequest.py new file mode 100644 index 0000000000..d6ca0635a6 --- /dev/null +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20130528/RestoreDBInstanceRequest.py @@ -0,0 +1,60 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class RestoreDBInstanceRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Rds', '2013-05-28', 'RestoreDBInstance') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_BackupId(self): + return self.get_query_params().get('BackupId') + + def set_BackupId(self,BackupId): + self.add_query_param('BackupId',BackupId) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_DBInstanceId(self): + return self.get_query_params().get('DBInstanceId') + + def set_DBInstanceId(self,DBInstanceId): + self.add_query_param('DBInstanceId',DBInstanceId) \ No newline at end of file diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20130528/RevokeAccountPrivilegeRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20130528/RevokeAccountPrivilegeRequest.py new file mode 100644 index 0000000000..d2af4d76d6 --- /dev/null +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20130528/RevokeAccountPrivilegeRequest.py @@ -0,0 +1,66 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class RevokeAccountPrivilegeRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Rds', '2013-05-28', 'RevokeAccountPrivilege') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_DBName(self): + return self.get_query_params().get('DBName') + + def set_DBName(self,DBName): + self.add_query_param('DBName',DBName) + + def get_AccountName(self): + return self.get_query_params().get('AccountName') + + def set_AccountName(self,AccountName): + self.add_query_param('AccountName',AccountName) + + def get_DBInstanceId(self): + return self.get_query_params().get('DBInstanceId') + + def set_DBInstanceId(self,DBInstanceId): + self.add_query_param('DBInstanceId',DBInstanceId) \ No newline at end of file diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20130528/SwitchDBInstanceNetTypeRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20130528/SwitchDBInstanceNetTypeRequest.py new file mode 100644 index 0000000000..981d900fdf --- /dev/null +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20130528/SwitchDBInstanceNetTypeRequest.py @@ -0,0 +1,60 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class SwitchDBInstanceNetTypeRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Rds', '2013-05-28', 'SwitchDBInstanceNetType') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_ConnectionStringPrefix(self): + return self.get_query_params().get('ConnectionStringPrefix') + + def set_ConnectionStringPrefix(self,ConnectionStringPrefix): + self.add_query_param('ConnectionStringPrefix',ConnectionStringPrefix) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_DBInstanceId(self): + return self.get_query_params().get('DBInstanceId') + + def set_DBInstanceId(self,DBInstanceId): + self.add_query_param('DBInstanceId',DBInstanceId) \ No newline at end of file diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20130528/SwitchDBInstanceRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20130528/SwitchDBInstanceRequest.py new file mode 100644 index 0000000000..33f315107e --- /dev/null +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20130528/SwitchDBInstanceRequest.py @@ -0,0 +1,60 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class SwitchDBInstanceRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Rds', '2013-05-28', 'SwitchDBInstance') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_ForceSwitch(self): + return self.get_query_params().get('ForceSwitch') + + def set_ForceSwitch(self,ForceSwitch): + self.add_query_param('ForceSwitch',ForceSwitch) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_DBInstanceId(self): + return self.get_query_params().get('DBInstanceId') + + def set_DBInstanceId(self,DBInstanceId): + self.add_query_param('DBInstanceId',DBInstanceId) \ No newline at end of file diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20130528/__init__.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20130528/__init__.py new file mode 100644 index 0000000000..e69de29bb2 diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/AddBuDBInstanceRelationRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/AddBuDBInstanceRelationRequest.py new file mode 100644 index 0000000000..1774a2975a --- /dev/null +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/AddBuDBInstanceRelationRequest.py @@ -0,0 +1,54 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class AddBuDBInstanceRelationRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'AddBuDBInstanceRelation') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_BusinessUnit(self): + return self.get_query_params().get('BusinessUnit') + + def set_BusinessUnit(self,BusinessUnit): + self.add_query_param('BusinessUnit',BusinessUnit) + + def get_DBInstanceId(self): + return self.get_query_params().get('DBInstanceId') + + def set_DBInstanceId(self,DBInstanceId): + self.add_query_param('DBInstanceId',DBInstanceId) \ No newline at end of file diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/AddTagsToResourceRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/AddTagsToResourceRequest.py index c1f37e3dca..ffab0d4ba9 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/AddTagsToResourceRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/AddTagsToResourceRequest.py @@ -21,7 +21,7 @@ class AddTagsToResourceRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'AddTagsToResource','rds') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'AddTagsToResource') def get_Tag4value(self): return self.get_query_params().get('Tag.4.value') @@ -41,6 +41,42 @@ def get_Tag2key(self): def set_Tag2key(self,Tag2key): self.add_query_param('Tag.2.key',Tag2key) + def get_ClientToken(self): + return self.get_query_params().get('ClientToken') + + def set_ClientToken(self,ClientToken): + self.add_query_param('ClientToken',ClientToken) + + def get_Tag3key(self): + return self.get_query_params().get('Tag.3.key') + + def set_Tag3key(self,Tag3key): + self.add_query_param('Tag.3.key',Tag3key) + + def get_Tag1value(self): + return self.get_query_params().get('Tag.1.value') + + def set_Tag1value(self,Tag1value): + self.add_query_param('Tag.1.value',Tag1value) + + def get_DBInstanceId(self): + return self.get_query_params().get('DBInstanceId') + + def set_DBInstanceId(self,DBInstanceId): + self.add_query_param('DBInstanceId',DBInstanceId) + + def get_Tag3value(self): + return self.get_query_params().get('Tag.3.value') + + def set_Tag3value(self,Tag3value): + self.add_query_param('Tag.3.value',Tag3value) + + def get_proxyId(self): + return self.get_query_params().get('proxyId') + + def set_proxyId(self,proxyId): + self.add_query_param('proxyId',proxyId) + def get_Tag5key(self): return self.get_query_params().get('Tag.5.key') @@ -53,24 +89,12 @@ def get_ResourceOwnerAccount(self): def set_ResourceOwnerAccount(self,ResourceOwnerAccount): self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - def get_ClientToken(self): - return self.get_query_params().get('ClientToken') - - def set_ClientToken(self,ClientToken): - self.add_query_param('ClientToken',ClientToken) - def get_OwnerAccount(self): return self.get_query_params().get('OwnerAccount') def set_OwnerAccount(self,OwnerAccount): self.add_query_param('OwnerAccount',OwnerAccount) - def get_Tag3key(self): - return self.get_query_params().get('Tag.3.key') - - def set_Tag3key(self,Tag3key): - self.add_query_param('Tag.3.key',Tag3key) - def get_OwnerId(self): return self.get_query_params().get('OwnerId') @@ -95,12 +119,6 @@ def get_Tag1key(self): def set_Tag1key(self,Tag1key): self.add_query_param('Tag.1.key',Tag1key) - def get_Tag1value(self): - return self.get_query_params().get('Tag.1.value') - - def set_Tag1value(self,Tag1value): - self.add_query_param('Tag.1.value',Tag1value) - def get_Tag2value(self): return self.get_query_params().get('Tag.2.value') @@ -111,22 +129,4 @@ def get_Tag4key(self): return self.get_query_params().get('Tag.4.key') def set_Tag4key(self,Tag4key): - self.add_query_param('Tag.4.key',Tag4key) - - def get_DBInstanceId(self): - return self.get_query_params().get('DBInstanceId') - - def set_DBInstanceId(self,DBInstanceId): - self.add_query_param('DBInstanceId',DBInstanceId) - - def get_Tag3value(self): - return self.get_query_params().get('Tag.3.value') - - def set_Tag3value(self,Tag3value): - self.add_query_param('Tag.3.value',Tag3value) - - def get_proxyId(self): - return self.get_query_params().get('proxyId') - - def set_proxyId(self,proxyId): - self.add_query_param('proxyId',proxyId) \ No newline at end of file + self.add_query_param('Tag.4.key',Tag4key) \ No newline at end of file diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/AllocateClassicNetworkTypeRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/AllocateClassicNetworkTypeRequest.py new file mode 100644 index 0000000000..f44f0bcb8c --- /dev/null +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/AllocateClassicNetworkTypeRequest.py @@ -0,0 +1,66 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class AllocateClassicNetworkTypeRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'AllocateClassicNetworkType') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_ClassicExpiredDays(self): + return self.get_query_params().get('ClassicExpiredDays') + + def set_ClassicExpiredDays(self,ClassicExpiredDays): + self.add_query_param('ClassicExpiredDays',ClassicExpiredDays) + + def get_DBInstanceId(self): + return self.get_query_params().get('DBInstanceId') + + def set_DBInstanceId(self,DBInstanceId): + self.add_query_param('DBInstanceId',DBInstanceId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_RetainClassic(self): + return self.get_query_params().get('RetainClassic') + + def set_RetainClassic(self,RetainClassic): + self.add_query_param('RetainClassic',RetainClassic) + + def get_InstanceNetworkType(self): + return self.get_query_params().get('InstanceNetworkType') + + def set_InstanceNetworkType(self,InstanceNetworkType): + self.add_query_param('InstanceNetworkType',InstanceNetworkType) \ No newline at end of file diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/AllocateCloudInstanceIpRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/AllocateCloudInstanceIpRequest.py new file mode 100644 index 0000000000..45003a44e8 --- /dev/null +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/AllocateCloudInstanceIpRequest.py @@ -0,0 +1,42 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class AllocateCloudInstanceIpRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'AllocateCloudInstanceIp') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/AllocateInstancePrivateConnectionRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/AllocateInstancePrivateConnectionRequest.py index 3bd97e29f1..87064219fa 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/AllocateInstancePrivateConnectionRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/AllocateInstancePrivateConnectionRequest.py @@ -21,7 +21,7 @@ class AllocateInstancePrivateConnectionRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'AllocateInstancePrivateConnection','rds') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'AllocateInstancePrivateConnection') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -35,32 +35,32 @@ def get_ConnectionStringPrefix(self): def set_ConnectionStringPrefix(self,ConnectionStringPrefix): self.add_query_param('ConnectionStringPrefix',ConnectionStringPrefix) + def get_DBInstanceId(self): + return self.get_query_params().get('DBInstanceId') + + def set_DBInstanceId(self,DBInstanceId): + self.add_query_param('DBInstanceId',DBInstanceId) + def get_ResourceOwnerAccount(self): return self.get_query_params().get('ResourceOwnerAccount') def set_ResourceOwnerAccount(self,ResourceOwnerAccount): self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - def get_Port(self): - return self.get_query_params().get('Port') - - def set_Port(self,Port): - self.add_query_param('Port',Port) - def get_OwnerAccount(self): return self.get_query_params().get('OwnerAccount') def set_OwnerAccount(self,OwnerAccount): self.add_query_param('OwnerAccount',OwnerAccount) - def get_DBInstanceId(self): - return self.get_query_params().get('DBInstanceId') - - def set_DBInstanceId(self,DBInstanceId): - self.add_query_param('DBInstanceId',DBInstanceId) - def get_OwnerId(self): return self.get_query_params().get('OwnerId') def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) \ No newline at end of file + self.add_query_param('OwnerId',OwnerId) + + def get_Port(self): + return self.get_query_params().get('Port') + + def set_Port(self,Port): + self.add_query_param('Port',Port) \ No newline at end of file diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/AllocateInstancePublicConnectionRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/AllocateInstancePublicConnectionRequest.py index effc4a2330..f336a042a7 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/AllocateInstancePublicConnectionRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/AllocateInstancePublicConnectionRequest.py @@ -21,7 +21,7 @@ class AllocateInstancePublicConnectionRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'AllocateInstancePublicConnection','rds') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'AllocateInstancePublicConnection') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -35,32 +35,32 @@ def get_ConnectionStringPrefix(self): def set_ConnectionStringPrefix(self,ConnectionStringPrefix): self.add_query_param('ConnectionStringPrefix',ConnectionStringPrefix) + def get_DBInstanceId(self): + return self.get_query_params().get('DBInstanceId') + + def set_DBInstanceId(self,DBInstanceId): + self.add_query_param('DBInstanceId',DBInstanceId) + def get_ResourceOwnerAccount(self): return self.get_query_params().get('ResourceOwnerAccount') def set_ResourceOwnerAccount(self,ResourceOwnerAccount): self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - def get_Port(self): - return self.get_query_params().get('Port') - - def set_Port(self,Port): - self.add_query_param('Port',Port) - def get_OwnerAccount(self): return self.get_query_params().get('OwnerAccount') def set_OwnerAccount(self,OwnerAccount): self.add_query_param('OwnerAccount',OwnerAccount) - def get_DBInstanceId(self): - return self.get_query_params().get('DBInstanceId') - - def set_DBInstanceId(self,DBInstanceId): - self.add_query_param('DBInstanceId',DBInstanceId) - def get_OwnerId(self): return self.get_query_params().get('OwnerId') def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) \ No newline at end of file + self.add_query_param('OwnerId',OwnerId) + + def get_Port(self): + return self.get_query_params().get('Port') + + def set_Port(self,Port): + self.add_query_param('Port',Port) \ No newline at end of file diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/AllocateInstanceVpcNetworkTypeRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/AllocateInstanceVpcNetworkTypeRequest.py index c297e0fceb..d88d8ace68 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/AllocateInstanceVpcNetworkTypeRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/AllocateInstanceVpcNetworkTypeRequest.py @@ -21,13 +21,7 @@ class AllocateInstanceVpcNetworkTypeRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'AllocateInstanceVpcNetworkType','rds') - - def get_TargetVpcId(self): - return self.get_query_params().get('TargetVpcId') - - def set_TargetVpcId(self,TargetVpcId): - self.add_query_param('TargetVpcId',TargetVpcId) + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'AllocateInstanceVpcNetworkType') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -35,12 +29,24 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) + def get_TargetVpcId(self): + return self.get_query_params().get('TargetVpcId') + + def set_TargetVpcId(self,TargetVpcId): + self.add_query_param('TargetVpcId',TargetVpcId) + def get_TargetZoneId(self): return self.get_query_params().get('TargetZoneId') def set_TargetZoneId(self,TargetZoneId): self.add_query_param('TargetZoneId',TargetZoneId) + def get_DBInstanceId(self): + return self.get_query_params().get('DBInstanceId') + + def set_DBInstanceId(self,DBInstanceId): + self.add_query_param('DBInstanceId',DBInstanceId) + def get_ResourceOwnerAccount(self): return self.get_query_params().get('ResourceOwnerAccount') @@ -53,18 +59,6 @@ def get_OwnerAccount(self): def set_OwnerAccount(self,OwnerAccount): self.add_query_param('OwnerAccount',OwnerAccount) - def get_DBInstanceId(self): - return self.get_query_params().get('DBInstanceId') - - def set_DBInstanceId(self,DBInstanceId): - self.add_query_param('DBInstanceId',DBInstanceId) - - def get_TargetRegionId(self): - return self.get_query_params().get('TargetRegionId') - - def set_TargetRegionId(self,TargetRegionId): - self.add_query_param('TargetRegionId',TargetRegionId) - def get_TargetVSwitchId(self): return self.get_query_params().get('TargetVSwitchId') @@ -75,4 +69,10 @@ def get_OwnerId(self): return self.get_query_params().get('OwnerId') def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) \ No newline at end of file + self.add_query_param('OwnerId',OwnerId) + + def get_TargetRegionId(self): + return self.get_query_params().get('TargetRegionId') + + def set_TargetRegionId(self,TargetRegionId): + self.add_query_param('TargetRegionId',TargetRegionId) \ No newline at end of file diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/AllocateReadWriteSplittingConnectionRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/AllocateReadWriteSplittingConnectionRequest.py index 4f7d88ee57..3dedde929e 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/AllocateReadWriteSplittingConnectionRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/AllocateReadWriteSplittingConnectionRequest.py @@ -21,7 +21,7 @@ class AllocateReadWriteSplittingConnectionRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'AllocateReadWriteSplittingConnection','rds') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'AllocateReadWriteSplittingConnection') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -35,6 +35,18 @@ def get_ConnectionStringPrefix(self): def set_ConnectionStringPrefix(self,ConnectionStringPrefix): self.add_query_param('ConnectionStringPrefix',ConnectionStringPrefix) + def get_DistributionType(self): + return self.get_query_params().get('DistributionType') + + def set_DistributionType(self,DistributionType): + self.add_query_param('DistributionType',DistributionType) + + def get_DBInstanceId(self): + return self.get_query_params().get('DBInstanceId') + + def set_DBInstanceId(self,DBInstanceId): + self.add_query_param('DBInstanceId',DBInstanceId) + def get_ResourceOwnerAccount(self): return self.get_query_params().get('ResourceOwnerAccount') @@ -65,24 +77,12 @@ def get_Port(self): def set_Port(self,Port): self.add_query_param('Port',Port) - def get_DistributionType(self): - return self.get_query_params().get('DistributionType') - - def set_DistributionType(self,DistributionType): - self.add_query_param('DistributionType',DistributionType) - def get_NetType(self): return self.get_query_params().get('NetType') def set_NetType(self,NetType): self.add_query_param('NetType',NetType) - def get_DBInstanceId(self): - return self.get_query_params().get('DBInstanceId') - - def set_DBInstanceId(self,DBInstanceId): - self.add_query_param('DBInstanceId',DBInstanceId) - def get_MaxDelayTime(self): return self.get_query_params().get('MaxDelayTime') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/BatchGrantAccountPrivilegeRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/BatchGrantAccountPrivilegeRequest.py new file mode 100644 index 0000000000..c36ef3097a --- /dev/null +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/BatchGrantAccountPrivilegeRequest.py @@ -0,0 +1,72 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class BatchGrantAccountPrivilegeRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'BatchGrantAccountPrivilege') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_AccountPrivilege(self): + return self.get_query_params().get('AccountPrivilege') + + def set_AccountPrivilege(self,AccountPrivilege): + self.add_query_param('AccountPrivilege',AccountPrivilege) + + def get_AccountName(self): + return self.get_query_params().get('AccountName') + + def set_AccountName(self,AccountName): + self.add_query_param('AccountName',AccountName) + + def get_DBInstanceId(self): + return self.get_query_params().get('DBInstanceId') + + def set_DBInstanceId(self,DBInstanceId): + self.add_query_param('DBInstanceId',DBInstanceId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_DBName(self): + return self.get_query_params().get('DBName') + + def set_DBName(self,DBName): + self.add_query_param('DBName',DBName) \ No newline at end of file diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/BatchRevokeAccountPrivilegeRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/BatchRevokeAccountPrivilegeRequest.py new file mode 100644 index 0000000000..b0c2f78c8f --- /dev/null +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/BatchRevokeAccountPrivilegeRequest.py @@ -0,0 +1,66 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class BatchRevokeAccountPrivilegeRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'BatchRevokeAccountPrivilege') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_AccountName(self): + return self.get_query_params().get('AccountName') + + def set_AccountName(self,AccountName): + self.add_query_param('AccountName',AccountName) + + def get_DBInstanceId(self): + return self.get_query_params().get('DBInstanceId') + + def set_DBInstanceId(self,DBInstanceId): + self.add_query_param('DBInstanceId',DBInstanceId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_DBName(self): + return self.get_query_params().get('DBName') + + def set_DBName(self,DBName): + self.add_query_param('DBName',DBName) \ No newline at end of file diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CalculateDBInstanceWeightRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CalculateDBInstanceWeightRequest.py index de302b346a..2b7fc31bae 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CalculateDBInstanceWeightRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CalculateDBInstanceWeightRequest.py @@ -21,7 +21,7 @@ class CalculateDBInstanceWeightRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'CalculateDBInstanceWeight','rds') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'CalculateDBInstanceWeight') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -41,14 +41,14 @@ def get_OwnerAccount(self): def set_OwnerAccount(self,OwnerAccount): self.add_query_param('OwnerAccount',OwnerAccount) - def get_DBInstanceId(self): - return self.get_query_params().get('DBInstanceId') - - def set_DBInstanceId(self,DBInstanceId): - self.add_query_param('DBInstanceId',DBInstanceId) - def get_OwnerId(self): return self.get_query_params().get('OwnerId') def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) \ No newline at end of file + self.add_query_param('OwnerId',OwnerId) + + def get_DBInstanceId(self): + return self.get_query_params().get('DBInstanceId') + + def set_DBInstanceId(self,DBInstanceId): + self.add_query_param('DBInstanceId',DBInstanceId) \ No newline at end of file diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CancelImportRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CancelImportRequest.py index fca49718cb..a8db08eb9e 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CancelImportRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CancelImportRequest.py @@ -21,7 +21,7 @@ class CancelImportRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'CancelImport','rds') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'CancelImport') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -29,12 +29,6 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) - def get_ImportId(self): - return self.get_query_params().get('ImportId') - - def set_ImportId(self,ImportId): - self.add_query_param('ImportId',ImportId) - def get_ResourceOwnerAccount(self): return self.get_query_params().get('ResourceOwnerAccount') @@ -47,14 +41,20 @@ def get_OwnerAccount(self): def set_OwnerAccount(self,OwnerAccount): self.add_query_param('OwnerAccount',OwnerAccount) - def get_DBInstanceId(self): - return self.get_query_params().get('DBInstanceId') - - def set_DBInstanceId(self,DBInstanceId): - self.add_query_param('DBInstanceId',DBInstanceId) - def get_OwnerId(self): return self.get_query_params().get('OwnerId') def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) \ No newline at end of file + self.add_query_param('OwnerId',OwnerId) + + def get_ImportId(self): + return self.get_query_params().get('ImportId') + + def set_ImportId(self,ImportId): + self.add_query_param('ImportId',ImportId) + + def get_DBInstanceId(self): + return self.get_query_params().get('DBInstanceId') + + def set_DBInstanceId(self,DBInstanceId): + self.add_query_param('DBInstanceId',DBInstanceId) \ No newline at end of file diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CheckAccountNameAvailableRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CheckAccountNameAvailableRequest.py index 59a783ab2b..17aebc5f1e 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CheckAccountNameAvailableRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CheckAccountNameAvailableRequest.py @@ -21,7 +21,7 @@ class CheckAccountNameAvailableRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'CheckAccountNameAvailable','rds') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'CheckAccountNameAvailable') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -29,36 +29,36 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) + def get_ClientToken(self): + return self.get_query_params().get('ClientToken') + + def set_ClientToken(self,ClientToken): + self.add_query_param('ClientToken',ClientToken) + def get_AccountName(self): return self.get_query_params().get('AccountName') def set_AccountName(self,AccountName): self.add_query_param('AccountName',AccountName) + def get_DBInstanceId(self): + return self.get_query_params().get('DBInstanceId') + + def set_DBInstanceId(self,DBInstanceId): + self.add_query_param('DBInstanceId',DBInstanceId) + def get_ResourceOwnerAccount(self): return self.get_query_params().get('ResourceOwnerAccount') def set_ResourceOwnerAccount(self,ResourceOwnerAccount): self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - def get_ClientToken(self): - return self.get_query_params().get('ClientToken') - - def set_ClientToken(self,ClientToken): - self.add_query_param('ClientToken',ClientToken) - def get_OwnerAccount(self): return self.get_query_params().get('OwnerAccount') def set_OwnerAccount(self,OwnerAccount): self.add_query_param('OwnerAccount',OwnerAccount) - def get_DBInstanceId(self): - return self.get_query_params().get('DBInstanceId') - - def set_DBInstanceId(self,DBInstanceId): - self.add_query_param('DBInstanceId',DBInstanceId) - def get_OwnerId(self): return self.get_query_params().get('OwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CheckCloudResourceAuthorizedRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CheckCloudResourceAuthorizedRequest.py new file mode 100644 index 0000000000..b7fe25214b --- /dev/null +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CheckCloudResourceAuthorizedRequest.py @@ -0,0 +1,60 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class CheckCloudResourceAuthorizedRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'CheckCloudResourceAuthorized') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_SecurityToken(self): + return self.get_query_params().get('SecurityToken') + + def set_SecurityToken(self,SecurityToken): + self.add_query_param('SecurityToken',SecurityToken) + + def get_DBInstanceId(self): + return self.get_query_params().get('DBInstanceId') + + def set_DBInstanceId(self,DBInstanceId): + self.add_query_param('DBInstanceId',DBInstanceId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CheckDBInstancesRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CheckDBInstancesRequest.py new file mode 100644 index 0000000000..6b65cf0f35 --- /dev/null +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CheckDBInstancesRequest.py @@ -0,0 +1,48 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class CheckDBInstancesRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'CheckDBInstances') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_DBInstanceId(self): + return self.get_query_params().get('DBInstanceId') + + def set_DBInstanceId(self,DBInstanceId): + self.add_query_param('DBInstanceId',DBInstanceId) \ No newline at end of file diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CheckDBNameAvailableRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CheckDBNameAvailableRequest.py new file mode 100644 index 0000000000..74e9f21f7f --- /dev/null +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CheckDBNameAvailableRequest.py @@ -0,0 +1,66 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class CheckDBNameAvailableRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'CheckDBNameAvailable') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_ClientToken(self): + return self.get_query_params().get('ClientToken') + + def set_ClientToken(self,ClientToken): + self.add_query_param('ClientToken',ClientToken) + + def get_DBInstanceId(self): + return self.get_query_params().get('DBInstanceId') + + def set_DBInstanceId(self,DBInstanceId): + self.add_query_param('DBInstanceId',DBInstanceId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_DBName(self): + return self.get_query_params().get('DBName') + + def set_DBName(self,DBName): + self.add_query_param('DBName',DBName) \ No newline at end of file diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CheckInstanceExistRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CheckInstanceExistRequest.py index 19aec8b780..b150287009 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CheckInstanceExistRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CheckInstanceExistRequest.py @@ -21,7 +21,7 @@ class CheckInstanceExistRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'CheckInstanceExist','rds') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'CheckInstanceExist') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -35,14 +35,14 @@ def get_ResourceOwnerAccount(self): def set_ResourceOwnerAccount(self,ResourceOwnerAccount): self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - def get_DBInstanceId(self): - return self.get_query_params().get('DBInstanceId') - - def set_DBInstanceId(self,DBInstanceId): - self.add_query_param('DBInstanceId',DBInstanceId) - def get_OwnerId(self): return self.get_query_params().get('OwnerId') def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) \ No newline at end of file + self.add_query_param('OwnerId',OwnerId) + + def get_DBInstanceId(self): + return self.get_query_params().get('DBInstanceId') + + def set_DBInstanceId(self,DBInstanceId): + self.add_query_param('DBInstanceId',DBInstanceId) \ No newline at end of file diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CheckInstanceExsitRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CheckInstanceExsitRequest.py new file mode 100644 index 0000000000..358a904f03 --- /dev/null +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CheckInstanceExsitRequest.py @@ -0,0 +1,48 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class CheckInstanceExsitRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'CheckInstanceExsit') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_DBInstanceId(self): + return self.get_query_params().get('DBInstanceId') + + def set_DBInstanceId(self,DBInstanceId): + self.add_query_param('DBInstanceId',DBInstanceId) \ No newline at end of file diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CheckRecoveryConditionsRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CheckRecoveryConditionsRequest.py index 7047952726..208219c31f 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CheckRecoveryConditionsRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CheckRecoveryConditionsRequest.py @@ -21,7 +21,7 @@ class CheckRecoveryConditionsRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'CheckRecoveryConditions','rds') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'CheckRecoveryConditions') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -29,6 +29,12 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) + def get_DBInstanceId(self): + return self.get_query_params().get('DBInstanceId') + + def set_DBInstanceId(self,DBInstanceId): + self.add_query_param('DBInstanceId',DBInstanceId) + def get_RestoreTime(self): return self.get_query_params().get('RestoreTime') @@ -59,12 +65,6 @@ def get_OwnerAccount(self): def set_OwnerAccount(self,OwnerAccount): self.add_query_param('OwnerAccount',OwnerAccount) - def get_DBInstanceId(self): - return self.get_query_params().get('DBInstanceId') - - def set_DBInstanceId(self,DBInstanceId): - self.add_query_param('DBInstanceId',DBInstanceId) - def get_OwnerId(self): return self.get_query_params().get('OwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CheckResourceRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CheckResourceRequest.py index 1a03485137..3d72f46bad 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CheckResourceRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CheckResourceRequest.py @@ -21,7 +21,7 @@ class CheckResourceRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'CheckResource','rds') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'CheckResource') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -29,18 +29,6 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - def get_SpecifyCount(self): return self.get_query_params().get('SpecifyCount') @@ -53,30 +41,12 @@ def get_EngineVersion(self): def set_EngineVersion(self,EngineVersion): self.add_query_param('EngineVersion',EngineVersion) - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_DBInstanceClass(self): - return self.get_query_params().get('DBInstanceClass') - - def set_DBInstanceClass(self,DBInstanceClass): - self.add_query_param('DBInstanceClass',DBInstanceClass) - def get_Engine(self): return self.get_query_params().get('Engine') def set_Engine(self,Engine): self.add_query_param('Engine',Engine) - def get_ZoneId(self): - return self.get_query_params().get('ZoneId') - - def set_ZoneId(self,ZoneId): - self.add_query_param('ZoneId',ZoneId) - def get_DBInstanceUseType(self): return self.get_query_params().get('DBInstanceUseType') @@ -87,4 +57,34 @@ def get_DBInstanceId(self): return self.get_query_params().get('DBInstanceId') def set_DBInstanceId(self,DBInstanceId): - self.add_query_param('DBInstanceId',DBInstanceId) \ No newline at end of file + self.add_query_param('DBInstanceId',DBInstanceId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_DBInstanceClass(self): + return self.get_query_params().get('DBInstanceClass') + + def set_DBInstanceClass(self,DBInstanceClass): + self.add_query_param('DBInstanceClass',DBInstanceClass) + + def get_ZoneId(self): + return self.get_query_params().get('ZoneId') + + def set_ZoneId(self,ZoneId): + self.add_query_param('ZoneId',ZoneId) \ No newline at end of file diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CheckSqlLogHistoryEnableRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CheckSqlLogHistoryEnableRequest.py new file mode 100644 index 0000000000..ca1b1ebaee --- /dev/null +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CheckSqlLogHistoryEnableRequest.py @@ -0,0 +1,60 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class CheckSqlLogHistoryEnableRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'CheckSqlLogHistoryEnable') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_SecurityToken(self): + return self.get_query_params().get('SecurityToken') + + def set_SecurityToken(self,SecurityToken): + self.add_query_param('SecurityToken',SecurityToken) + + def get_DBInstanceId(self): + return self.get_query_params().get('DBInstanceId') + + def set_DBInstanceId(self,DBInstanceId): + self.add_query_param('DBInstanceId',DBInstanceId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CloneDBInstanceForSecurityRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CloneDBInstanceForSecurityRequest.py new file mode 100644 index 0000000000..fc3532be70 --- /dev/null +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CloneDBInstanceForSecurityRequest.py @@ -0,0 +1,108 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class CloneDBInstanceForSecurityRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'CloneDBInstanceForSecurity') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_DBInstanceStorage(self): + return self.get_query_params().get('DBInstanceStorage') + + def set_DBInstanceStorage(self,DBInstanceStorage): + self.add_query_param('DBInstanceStorage',DBInstanceStorage) + + def get_ClientToken(self): + return self.get_query_params().get('ClientToken') + + def set_ClientToken(self,ClientToken): + self.add_query_param('ClientToken',ClientToken) + + def get_TargetAliBid(self): + return self.get_query_params().get('TargetAliBid') + + def set_TargetAliBid(self,TargetAliBid): + self.add_query_param('TargetAliBid',TargetAliBid) + + def get_ResourceGroupId(self): + return self.get_query_params().get('ResourceGroupId') + + def set_ResourceGroupId(self,ResourceGroupId): + self.add_query_param('ResourceGroupId',ResourceGroupId) + + def get_DBInstanceId(self): + return self.get_query_params().get('DBInstanceId') + + def set_DBInstanceId(self,DBInstanceId): + self.add_query_param('DBInstanceId',DBInstanceId) + + def get_DBInstanceDescription(self): + return self.get_query_params().get('DBInstanceDescription') + + def set_DBInstanceDescription(self,DBInstanceDescription): + self.add_query_param('DBInstanceDescription',DBInstanceDescription) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_BackupId(self): + return self.get_query_params().get('BackupId') + + def set_BackupId(self,BackupId): + self.add_query_param('BackupId',BackupId) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_DBInstanceClass(self): + return self.get_query_params().get('DBInstanceClass') + + def set_DBInstanceClass(self,DBInstanceClass): + self.add_query_param('DBInstanceClass',DBInstanceClass) + + def get_TargetAliUid(self): + return self.get_query_params().get('TargetAliUid') + + def set_TargetAliUid(self,TargetAliUid): + self.add_query_param('TargetAliUid',TargetAliUid) + + def get_PayType(self): + return self.get_query_params().get('PayType') + + def set_PayType(self,PayType): + self.add_query_param('PayType',PayType) \ No newline at end of file diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CloneDBInstanceRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CloneDBInstanceRequest.py index b46a52bbf7..e9fb3305bb 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CloneDBInstanceRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CloneDBInstanceRequest.py @@ -21,7 +21,7 @@ class CloneDBInstanceRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'CloneDBInstance','rds') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'CloneDBInstance') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -29,6 +29,36 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) + def get_DBInstanceStorage(self): + return self.get_query_params().get('DBInstanceStorage') + + def set_DBInstanceStorage(self,DBInstanceStorage): + self.add_query_param('DBInstanceStorage',DBInstanceStorage) + + def get_ClientToken(self): + return self.get_query_params().get('ClientToken') + + def set_ClientToken(self,ClientToken): + self.add_query_param('ClientToken',ClientToken) + + def get_ResourceGroupId(self): + return self.get_query_params().get('ResourceGroupId') + + def set_ResourceGroupId(self,ResourceGroupId): + self.add_query_param('ResourceGroupId',ResourceGroupId) + + def get_DBInstanceDescription(self): + return self.get_query_params().get('DBInstanceDescription') + + def set_DBInstanceDescription(self,DBInstanceDescription): + self.add_query_param('DBInstanceDescription',DBInstanceDescription) + + def get_DBInstanceId(self): + return self.get_query_params().get('DBInstanceId') + + def set_DBInstanceId(self,DBInstanceId): + self.add_query_param('DBInstanceId',DBInstanceId) + def get_RestoreTime(self): return self.get_query_params().get('RestoreTime') @@ -41,24 +71,12 @@ def get_Period(self): def set_Period(self,Period): self.add_query_param('Period',Period) - def get_DBInstanceStorage(self): - return self.get_query_params().get('DBInstanceStorage') - - def set_DBInstanceStorage(self,DBInstanceStorage): - self.add_query_param('DBInstanceStorage',DBInstanceStorage) - def get_ResourceOwnerAccount(self): return self.get_query_params().get('ResourceOwnerAccount') def set_ResourceOwnerAccount(self,ResourceOwnerAccount): self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - def get_ClientToken(self): - return self.get_query_params().get('ClientToken') - - def set_ClientToken(self,ClientToken): - self.add_query_param('ClientToken',ClientToken) - def get_BackupId(self): return self.get_query_params().get('BackupId') @@ -107,12 +125,6 @@ def get_PrivateIpAddress(self): def set_PrivateIpAddress(self,PrivateIpAddress): self.add_query_param('PrivateIpAddress',PrivateIpAddress) - def get_ResourceGroupId(self): - return self.get_query_params().get('ResourceGroupId') - - def set_ResourceGroupId(self,ResourceGroupId): - self.add_query_param('ResourceGroupId',ResourceGroupId) - def get_VPCId(self): return self.get_query_params().get('VPCId') @@ -125,18 +137,6 @@ def get_ZoneId(self): def set_ZoneId(self,ZoneId): self.add_query_param('ZoneId',ZoneId) - def get_DBInstanceDescription(self): - return self.get_query_params().get('DBInstanceDescription') - - def set_DBInstanceDescription(self,DBInstanceDescription): - self.add_query_param('DBInstanceDescription',DBInstanceDescription) - - def get_DBInstanceId(self): - return self.get_query_params().get('DBInstanceId') - - def set_DBInstanceId(self,DBInstanceId): - self.add_query_param('DBInstanceId',DBInstanceId) - def get_PayType(self): return self.get_query_params().get('PayType') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CloneParameterGroupRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CloneParameterGroupRequest.py new file mode 100644 index 0000000000..bfde1612f0 --- /dev/null +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CloneParameterGroupRequest.py @@ -0,0 +1,54 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class CloneParameterGroupRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'CloneParameterGroup') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_ParameterGroupId(self): + return self.get_query_params().get('ParameterGroupId') + + def set_ParameterGroupId(self,ParameterGroupId): + self.add_query_param('ParameterGroupId',ParameterGroupId) + + def get_TargetRegionId(self): + return self.get_query_params().get('TargetRegionId') + + def set_TargetRegionId(self,TargetRegionId): + self.add_query_param('TargetRegionId',TargetRegionId) \ No newline at end of file diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CompensateInstanceForChannelRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CompensateInstanceForChannelRequest.py new file mode 100644 index 0000000000..0dad0d20ee --- /dev/null +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CompensateInstanceForChannelRequest.py @@ -0,0 +1,60 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class CompensateInstanceForChannelRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'CompensateInstanceForChannel') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_DBInstanceId(self): + return self.get_query_params().get('DBInstanceId') + + def set_DBInstanceId(self,DBInstanceId): + self.add_query_param('DBInstanceId',DBInstanceId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_ZoneId(self): + return self.get_query_params().get('ZoneId') + + def set_ZoneId(self,ZoneId): + self.add_query_param('ZoneId',ZoneId) + + def get_SubDomain(self): + return self.get_query_params().get('SubDomain') + + def set_SubDomain(self,SubDomain): + self.add_query_param('SubDomain',SubDomain) \ No newline at end of file diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CopyDatabaseBetweenInstancesRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CopyDatabaseBetweenInstancesRequest.py index f293ccb496..13c6040f27 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CopyDatabaseBetweenInstancesRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CopyDatabaseBetweenInstancesRequest.py @@ -21,7 +21,7 @@ class CopyDatabaseBetweenInstancesRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'CopyDatabaseBetweenInstances','rds') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'CopyDatabaseBetweenInstances') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -29,6 +29,24 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) + def get_ClientToken(self): + return self.get_query_params().get('ClientToken') + + def set_ClientToken(self,ClientToken): + self.add_query_param('ClientToken',ClientToken) + + def get_ResourceGroupId(self): + return self.get_query_params().get('ResourceGroupId') + + def set_ResourceGroupId(self,ResourceGroupId): + self.add_query_param('ResourceGroupId',ResourceGroupId) + + def get_DBInstanceId(self): + return self.get_query_params().get('DBInstanceId') + + def set_DBInstanceId(self,DBInstanceId): + self.add_query_param('DBInstanceId',DBInstanceId) + def get_RestoreTime(self): return self.get_query_params().get('RestoreTime') @@ -41,12 +59,6 @@ def get_ResourceOwnerAccount(self): def set_ResourceOwnerAccount(self,ResourceOwnerAccount): self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - def get_ClientToken(self): - return self.get_query_params().get('ClientToken') - - def set_ClientToken(self,ClientToken): - self.add_query_param('ClientToken',ClientToken) - def get_BackupId(self): return self.get_query_params().get('BackupId') @@ -77,24 +89,12 @@ def get_DbNames(self): def set_DbNames(self,DbNames): self.add_query_param('DbNames',DbNames) - def get_ResourceGroupId(self): - return self.get_query_params().get('ResourceGroupId') - - def set_ResourceGroupId(self,ResourceGroupId): - self.add_query_param('ResourceGroupId',ResourceGroupId) - def get_TargetDBInstanceId(self): return self.get_query_params().get('TargetDBInstanceId') def set_TargetDBInstanceId(self,TargetDBInstanceId): self.add_query_param('TargetDBInstanceId',TargetDBInstanceId) - def get_DBInstanceId(self): - return self.get_query_params().get('DBInstanceId') - - def set_DBInstanceId(self,DBInstanceId): - self.add_query_param('DBInstanceId',DBInstanceId) - def get_PayType(self): return self.get_query_params().get('PayType') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CopyDatabaseRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CopyDatabaseRequest.py index a20fe34c94..61fdd0b70f 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CopyDatabaseRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CopyDatabaseRequest.py @@ -21,7 +21,7 @@ class CopyDatabaseRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'CopyDatabase','rds') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'CopyDatabase') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CreateAccountForInnerRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CreateAccountForInnerRequest.py new file mode 100644 index 0000000000..a66f61e3bc --- /dev/null +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CreateAccountForInnerRequest.py @@ -0,0 +1,90 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class CreateAccountForInnerRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'CreateAccountForInner') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_AccountType(self): + return self.get_query_params().get('AccountType') + + def set_AccountType(self,AccountType): + self.add_query_param('AccountType',AccountType) + + def get_AccountDescription(self): + return self.get_query_params().get('AccountDescription') + + def set_AccountDescription(self,AccountDescription): + self.add_query_param('AccountDescription',AccountDescription) + + def get_AccountPrivilege(self): + return self.get_query_params().get('AccountPrivilege') + + def set_AccountPrivilege(self,AccountPrivilege): + self.add_query_param('AccountPrivilege',AccountPrivilege) + + def get_AccountName(self): + return self.get_query_params().get('AccountName') + + def set_AccountName(self,AccountName): + self.add_query_param('AccountName',AccountName) + + def get_DBInstanceId(self): + return self.get_query_params().get('DBInstanceId') + + def set_DBInstanceId(self,DBInstanceId): + self.add_query_param('DBInstanceId',DBInstanceId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_AccountPassword(self): + return self.get_query_params().get('AccountPassword') + + def set_AccountPassword(self,AccountPassword): + self.add_query_param('AccountPassword',AccountPassword) + + def get_DBName(self): + return self.get_query_params().get('DBName') + + def set_DBName(self,DBName): + self.add_query_param('DBName',DBName) \ No newline at end of file diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CreateAccountRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CreateAccountRequest.py index d9116a5b88..9f9cf8ba87 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CreateAccountRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CreateAccountRequest.py @@ -21,7 +21,7 @@ class CreateAccountRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'CreateAccount','rds') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'CreateAccount') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -29,11 +29,17 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) - def get_AccountPassword(self): - return self.get_query_params().get('AccountPassword') + def get_AccountType(self): + return self.get_query_params().get('AccountType') - def set_AccountPassword(self,AccountPassword): - self.add_query_param('AccountPassword',AccountPassword) + def set_AccountType(self,AccountType): + self.add_query_param('AccountType',AccountType) + + def get_AccountDescription(self): + return self.get_query_params().get('AccountDescription') + + def set_AccountDescription(self,AccountDescription): + self.add_query_param('AccountDescription',AccountDescription) def get_AccountName(self): return self.get_query_params().get('AccountName') @@ -41,6 +47,12 @@ def get_AccountName(self): def set_AccountName(self,AccountName): self.add_query_param('AccountName',AccountName) + def get_DBInstanceId(self): + return self.get_query_params().get('DBInstanceId') + + def set_DBInstanceId(self,DBInstanceId): + self.add_query_param('DBInstanceId',DBInstanceId) + def get_ResourceOwnerAccount(self): return self.get_query_params().get('ResourceOwnerAccount') @@ -53,26 +65,14 @@ def get_OwnerAccount(self): def set_OwnerAccount(self,OwnerAccount): self.add_query_param('OwnerAccount',OwnerAccount) - def get_AccountType(self): - return self.get_query_params().get('AccountType') - - def set_AccountType(self,AccountType): - self.add_query_param('AccountType',AccountType) - - def get_DBInstanceId(self): - return self.get_query_params().get('DBInstanceId') - - def set_DBInstanceId(self,DBInstanceId): - self.add_query_param('DBInstanceId',DBInstanceId) - def get_OwnerId(self): return self.get_query_params().get('OwnerId') def set_OwnerId(self,OwnerId): self.add_query_param('OwnerId',OwnerId) - def get_AccountDescription(self): - return self.get_query_params().get('AccountDescription') + def get_AccountPassword(self): + return self.get_query_params().get('AccountPassword') - def set_AccountDescription(self,AccountDescription): - self.add_query_param('AccountDescription',AccountDescription) \ No newline at end of file + def set_AccountPassword(self,AccountPassword): + self.add_query_param('AccountPassword',AccountPassword) \ No newline at end of file diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CreateAdminAccountRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CreateAdminAccountRequest.py new file mode 100644 index 0000000000..e255ff0936 --- /dev/null +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CreateAdminAccountRequest.py @@ -0,0 +1,54 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class CreateAdminAccountRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'CreateAdminAccount') + + def get_AccountType(self): + return self.get_query_params().get('AccountType') + + def set_AccountType(self,AccountType): + self.add_query_param('AccountType',AccountType) + + def get_AccountDescription(self): + return self.get_query_params().get('AccountDescription') + + def set_AccountDescription(self,AccountDescription): + self.add_query_param('AccountDescription',AccountDescription) + + def get_AccountPassword(self): + return self.get_query_params().get('AccountPassword') + + def set_AccountPassword(self,AccountPassword): + self.add_query_param('AccountPassword',AccountPassword) + + def get_AccountName(self): + return self.get_query_params().get('AccountName') + + def set_AccountName(self,AccountName): + self.add_query_param('AccountName',AccountName) + + def get_DBInstanceId(self): + return self.get_query_params().get('DBInstanceId') + + def set_DBInstanceId(self,DBInstanceId): + self.add_query_param('DBInstanceId',DBInstanceId) \ No newline at end of file diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CreateBackupRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CreateBackupRequest.py index 552ffd5a4e..b92401b111 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CreateBackupRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CreateBackupRequest.py @@ -21,13 +21,7 @@ class CreateBackupRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'CreateBackup','rds') - - def get_BackupMethod(self): - return self.get_query_params().get('BackupMethod') - - def set_BackupMethod(self,BackupMethod): - self.add_query_param('BackupMethod',BackupMethod) + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'CreateBackup') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -41,11 +35,17 @@ def get_BackupStrategy(self): def set_BackupStrategy(self,BackupStrategy): self.add_query_param('BackupStrategy',BackupStrategy) - def get_DBName(self): - return self.get_query_params().get('DBName') + def get_DBInstanceId(self): + return self.get_query_params().get('DBInstanceId') - def set_DBName(self,DBName): - self.add_query_param('DBName',DBName) + def set_DBInstanceId(self,DBInstanceId): + self.add_query_param('DBInstanceId',DBInstanceId) + + def get_BackupType(self): + return self.get_query_params().get('BackupType') + + def set_BackupType(self,BackupType): + self.add_query_param('BackupType',BackupType) def get_ResourceOwnerAccount(self): return self.get_query_params().get('ResourceOwnerAccount') @@ -59,20 +59,20 @@ def get_OwnerAccount(self): def set_OwnerAccount(self,OwnerAccount): self.add_query_param('OwnerAccount',OwnerAccount) - def get_DBInstanceId(self): - return self.get_query_params().get('DBInstanceId') - - def set_DBInstanceId(self,DBInstanceId): - self.add_query_param('DBInstanceId',DBInstanceId) - def get_OwnerId(self): return self.get_query_params().get('OwnerId') def set_OwnerId(self,OwnerId): self.add_query_param('OwnerId',OwnerId) - def get_BackupType(self): - return self.get_query_params().get('BackupType') + def get_BackupMethod(self): + return self.get_query_params().get('BackupMethod') - def set_BackupType(self,BackupType): - self.add_query_param('BackupType',BackupType) \ No newline at end of file + def set_BackupMethod(self,BackupMethod): + self.add_query_param('BackupMethod',BackupMethod) + + def get_DBName(self): + return self.get_query_params().get('DBName') + + def set_DBName(self,DBName): + self.add_query_param('DBName',DBName) \ No newline at end of file diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CreateDBInstanceForChannelRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CreateDBInstanceForChannelRequest.py new file mode 100644 index 0000000000..98b07f85f9 --- /dev/null +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CreateDBInstanceForChannelRequest.py @@ -0,0 +1,144 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class CreateDBInstanceForChannelRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'CreateDBInstanceForChannel') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_DBInstanceStorage(self): + return self.get_query_params().get('DBInstanceStorage') + + def set_DBInstanceStorage(self,DBInstanceStorage): + self.add_query_param('DBInstanceStorage',DBInstanceStorage) + + def get_SystemDBCharset(self): + return self.get_query_params().get('SystemDBCharset') + + def set_SystemDBCharset(self,SystemDBCharset): + self.add_query_param('SystemDBCharset',SystemDBCharset) + + def get_ClientToken(self): + return self.get_query_params().get('ClientToken') + + def set_ClientToken(self,ClientToken): + self.add_query_param('ClientToken',ClientToken) + + def get_EngineVersion(self): + return self.get_query_params().get('EngineVersion') + + def set_EngineVersion(self,EngineVersion): + self.add_query_param('EngineVersion',EngineVersion) + + def get_ResourceGroupId(self): + return self.get_query_params().get('ResourceGroupId') + + def set_ResourceGroupId(self,ResourceGroupId): + self.add_query_param('ResourceGroupId',ResourceGroupId) + + def get_AccountName(self): + return self.get_query_params().get('AccountName') + + def set_AccountName(self,AccountName): + self.add_query_param('AccountName',AccountName) + + def get_Engine(self): + return self.get_query_params().get('Engine') + + def set_Engine(self,Engine): + self.add_query_param('Engine',Engine) + + def get_DBInstanceDescription(self): + return self.get_query_params().get('DBInstanceDescription') + + def set_DBInstanceDescription(self,DBInstanceDescription): + self.add_query_param('DBInstanceDescription',DBInstanceDescription) + + def get_DBInstanceStorageType(self): + return self.get_query_params().get('DBInstanceStorageType') + + def set_DBInstanceStorageType(self,DBInstanceStorageType): + self.add_query_param('DBInstanceStorageType',DBInstanceStorageType) + + def get_DBInstanceNetType(self): + return self.get_query_params().get('DBInstanceNetType') + + def set_DBInstanceNetType(self,DBInstanceNetType): + self.add_query_param('DBInstanceNetType',DBInstanceNetType) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_DBInstanceClass(self): + return self.get_query_params().get('DBInstanceClass') + + def set_DBInstanceClass(self,DBInstanceClass): + self.add_query_param('DBInstanceClass',DBInstanceClass) + + def get_SecurityIPList(self): + return self.get_query_params().get('SecurityIPList') + + def set_SecurityIPList(self,SecurityIPList): + self.add_query_param('SecurityIPList',SecurityIPList) + + def get_AccountPassword(self): + return self.get_query_params().get('AccountPassword') + + def set_AccountPassword(self,AccountPassword): + self.add_query_param('AccountPassword',AccountPassword) + + def get_ZoneId(self): + return self.get_query_params().get('ZoneId') + + def set_ZoneId(self,ZoneId): + self.add_query_param('ZoneId',ZoneId) + + def get_PayType(self): + return self.get_query_params().get('PayType') + + def set_PayType(self,PayType): + self.add_query_param('PayType',PayType) + + def get_InstanceNetworkType(self): + return self.get_query_params().get('InstanceNetworkType') + + def set_InstanceNetworkType(self,InstanceNetworkType): + self.add_query_param('InstanceNetworkType',InstanceNetworkType) \ No newline at end of file diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CreateDBInstanceReplicaRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CreateDBInstanceReplicaRequest.py index c36b6bf42b..529d0e3aa2 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CreateDBInstanceReplicaRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CreateDBInstanceReplicaRequest.py @@ -21,7 +21,7 @@ class CreateDBInstanceReplicaRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'CreateDBInstanceReplica','rds') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'CreateDBInstanceReplica') def get_ConnectionMode(self): return self.get_query_params().get('ConnectionMode') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CreateDBInstanceRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CreateDBInstanceRequest.py index ebee0aef4c..9f2037b2c6 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CreateDBInstanceRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CreateDBInstanceRequest.py @@ -21,7 +21,7 @@ class CreateDBInstanceRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'CreateDBInstance','rds') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'CreateDBInstance') def get_ConnectionMode(self): return self.get_query_params().get('ConnectionMode') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CreateDBInstanceforFirstPayRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CreateDBInstanceforFirstPayRequest.py new file mode 100644 index 0000000000..1281f0a638 --- /dev/null +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CreateDBInstanceforFirstPayRequest.py @@ -0,0 +1,102 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class CreateDBInstanceforFirstPayRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'CreateDBInstanceforFirstPay') + + def get_DBInstanceStorage(self): + return self.get_query_params().get('DBInstanceStorage') + + def set_DBInstanceStorage(self,DBInstanceStorage): + self.add_query_param('DBInstanceStorage',DBInstanceStorage) + + def get_ClientToken(self): + return self.get_query_params().get('ClientToken') + + def set_ClientToken(self,ClientToken): + self.add_query_param('ClientToken',ClientToken) + + def get_EngineVersion(self): + return self.get_query_params().get('EngineVersion') + + def set_EngineVersion(self,EngineVersion): + self.add_query_param('EngineVersion',EngineVersion) + + def get_uid(self): + return self.get_query_params().get('uid') + + def set_uid(self,uid): + self.add_query_param('uid',uid) + + def get_bidLoginEmail(self): + return self.get_query_params().get('bidLoginEmail') + + def set_bidLoginEmail(self,bidLoginEmail): + self.add_query_param('bidLoginEmail',bidLoginEmail) + + def get_Engine(self): + return self.get_query_params().get('Engine') + + def set_Engine(self,Engine): + self.add_query_param('Engine',Engine) + + def get_uidLoginEmail(self): + return self.get_query_params().get('uidLoginEmail') + + def set_uidLoginEmail(self,uidLoginEmail): + self.add_query_param('uidLoginEmail',uidLoginEmail) + + def get_DBInstanceNetType(self): + return self.get_query_params().get('DBInstanceNetType') + + def set_DBInstanceNetType(self,DBInstanceNetType): + self.add_query_param('DBInstanceNetType',DBInstanceNetType) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_DBInstanceRemarks(self): + return self.get_query_params().get('DBInstanceRemarks') + + def set_DBInstanceRemarks(self,DBInstanceRemarks): + self.add_query_param('DBInstanceRemarks',DBInstanceRemarks) + + def get_DBInstanceClass(self): + return self.get_query_params().get('DBInstanceClass') + + def set_DBInstanceClass(self,DBInstanceClass): + self.add_query_param('DBInstanceClass',DBInstanceClass) + + def get_bid(self): + return self.get_query_params().get('bid') + + def set_bid(self,bid): + self.add_query_param('bid',bid) + + def get_CharacterSetName(self): + return self.get_query_params().get('CharacterSetName') + + def set_CharacterSetName(self,CharacterSetName): + self.add_query_param('CharacterSetName',CharacterSetName) \ No newline at end of file diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CreateDampPolicyRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CreateDampPolicyRequest.py new file mode 100644 index 0000000000..dfb480b88b --- /dev/null +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CreateDampPolicyRequest.py @@ -0,0 +1,96 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class CreateDampPolicyRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'CreateDampPolicy') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_SecurityToken(self): + return self.get_query_params().get('SecurityToken') + + def set_SecurityToken(self,SecurityToken): + self.add_query_param('SecurityToken',SecurityToken) + + def get_DBInstanceId(self): + return self.get_query_params().get('DBInstanceId') + + def set_DBInstanceId(self,DBInstanceId): + self.add_query_param('DBInstanceId',DBInstanceId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_Priority(self): + return self.get_query_params().get('Priority') + + def set_Priority(self,Priority): + self.add_query_param('Priority',Priority) + + def get_TimeRules(self): + return self.get_query_params().get('TimeRules') + + def set_TimeRules(self,TimeRules): + self.add_query_param('TimeRules',TimeRules) + + def get_ActionRules(self): + return self.get_query_params().get('ActionRules') + + def set_ActionRules(self,ActionRules): + self.add_query_param('ActionRules',ActionRules) + + def get_Handlers(self): + return self.get_query_params().get('Handlers') + + def set_Handlers(self,Handlers): + self.add_query_param('Handlers',Handlers) + + def get_PolicyName(self): + return self.get_query_params().get('PolicyName') + + def set_PolicyName(self,PolicyName): + self.add_query_param('PolicyName',PolicyName) + + def get_SourceRules(self): + return self.get_query_params().get('SourceRules') + + def set_SourceRules(self,SourceRules): + self.add_query_param('SourceRules',SourceRules) \ No newline at end of file diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CreateDatabaseForInnerRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CreateDatabaseForInnerRequest.py new file mode 100644 index 0000000000..0de3a0d836 --- /dev/null +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CreateDatabaseForInnerRequest.py @@ -0,0 +1,90 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class CreateDatabaseForInnerRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'CreateDatabaseForInner') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_AccountPrivilege(self): + return self.get_query_params().get('AccountPrivilege') + + def set_AccountPrivilege(self,AccountPrivilege): + self.add_query_param('AccountPrivilege',AccountPrivilege) + + def get_AccountName(self): + return self.get_query_params().get('AccountName') + + def set_AccountName(self,AccountName): + self.add_query_param('AccountName',AccountName) + + def get_DBInstanceId(self): + return self.get_query_params().get('DBInstanceId') + + def set_DBInstanceId(self,DBInstanceId): + self.add_query_param('DBInstanceId',DBInstanceId) + + def get_DBDescription(self): + return self.get_query_params().get('DBDescription') + + def set_DBDescription(self,DBDescription): + self.add_query_param('DBDescription',DBDescription) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_AccountPassword(self): + return self.get_query_params().get('AccountPassword') + + def set_AccountPassword(self,AccountPassword): + self.add_query_param('AccountPassword',AccountPassword) + + def get_DBName(self): + return self.get_query_params().get('DBName') + + def set_DBName(self,DBName): + self.add_query_param('DBName',DBName) + + def get_CharacterSetName(self): + return self.get_query_params().get('CharacterSetName') + + def set_CharacterSetName(self,CharacterSetName): + self.add_query_param('CharacterSetName',CharacterSetName) \ No newline at end of file diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CreateDatabaseRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CreateDatabaseRequest.py index 7f4d386c70..78bf03dbd6 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CreateDatabaseRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CreateDatabaseRequest.py @@ -21,7 +21,7 @@ class CreateDatabaseRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'CreateDatabase','rds') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'CreateDatabase') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -29,11 +29,17 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) - def get_DBName(self): - return self.get_query_params().get('DBName') + def get_DBInstanceId(self): + return self.get_query_params().get('DBInstanceId') - def set_DBName(self,DBName): - self.add_query_param('DBName',DBName) + def set_DBInstanceId(self,DBInstanceId): + self.add_query_param('DBInstanceId',DBInstanceId) + + def get_DBDescription(self): + return self.get_query_params().get('DBDescription') + + def set_DBDescription(self,DBDescription): + self.add_query_param('DBDescription',DBDescription) def get_ResourceOwnerAccount(self): return self.get_query_params().get('ResourceOwnerAccount') @@ -47,24 +53,18 @@ def get_OwnerAccount(self): def set_OwnerAccount(self,OwnerAccount): self.add_query_param('OwnerAccount',OwnerAccount) - def get_DBInstanceId(self): - return self.get_query_params().get('DBInstanceId') - - def set_DBInstanceId(self,DBInstanceId): - self.add_query_param('DBInstanceId',DBInstanceId) - - def get_DBDescription(self): - return self.get_query_params().get('DBDescription') - - def set_DBDescription(self,DBDescription): - self.add_query_param('DBDescription',DBDescription) - def get_OwnerId(self): return self.get_query_params().get('OwnerId') def set_OwnerId(self,OwnerId): self.add_query_param('OwnerId',OwnerId) + def get_DBName(self): + return self.get_query_params().get('DBName') + + def set_DBName(self,DBName): + self.add_query_param('DBName',DBName) + def get_CharacterSetName(self): return self.get_query_params().get('CharacterSetName') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CreateDiagnosticReportRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CreateDiagnosticReportRequest.py index ee72e8e6bf..2efa4da7a4 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CreateDiagnosticReportRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CreateDiagnosticReportRequest.py @@ -21,7 +21,7 @@ class CreateDiagnosticReportRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'CreateDiagnosticReport','rds') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'CreateDiagnosticReport') def get_EndTime(self): return self.get_query_params().get('EndTime') @@ -29,14 +29,14 @@ def get_EndTime(self): def set_EndTime(self,EndTime): self.add_query_param('EndTime',EndTime) - def get_DBInstanceId(self): - return self.get_query_params().get('DBInstanceId') - - def set_DBInstanceId(self,DBInstanceId): - self.add_query_param('DBInstanceId',DBInstanceId) - def get_StartTime(self): return self.get_query_params().get('StartTime') def set_StartTime(self,StartTime): - self.add_query_param('StartTime',StartTime) \ No newline at end of file + self.add_query_param('StartTime',StartTime) + + def get_DBInstanceId(self): + return self.get_query_params().get('DBInstanceId') + + def set_DBInstanceId(self,DBInstanceId): + self.add_query_param('DBInstanceId',DBInstanceId) \ No newline at end of file diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CreateFCTriggerRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CreateFCTriggerRequest.py new file mode 100644 index 0000000000..662553a9ad --- /dev/null +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CreateFCTriggerRequest.py @@ -0,0 +1,122 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class CreateFCTriggerRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'CreateFCTrigger') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_TriggerId(self): + return self.get_query_params().get('TriggerId') + + def set_TriggerId(self,TriggerId): + self.add_query_param('TriggerId',TriggerId) + + def get_SubscriptionObjectss(self): + return self.get_query_params().get('SubscriptionObjectss') + + def set_SubscriptionObjectss(self,SubscriptionObjectss): + for i in range(len(SubscriptionObjectss)): + if SubscriptionObjectss[i] is not None: + self.add_query_param('SubscriptionObjects.' + str(i + 1) , SubscriptionObjectss[i]); + + def get_SecurityToken(self): + return self.get_query_params().get('SecurityToken') + + def set_SecurityToken(self,SecurityToken): + self.add_query_param('SecurityToken',SecurityToken) + + def get_EventFormat(self): + return self.get_query_params().get('EventFormat') + + def set_EventFormat(self,EventFormat): + self.add_query_param('EventFormat',EventFormat) + + def get_Retry(self): + return self.get_query_params().get('Retry') + + def set_Retry(self,Retry): + self.add_query_param('Retry',Retry) + + def get_TriggerArn(self): + return self.get_query_params().get('TriggerArn') + + def set_TriggerArn(self,TriggerArn): + self.add_query_param('TriggerArn',TriggerArn) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_SourceArn(self): + return self.get_query_params().get('SourceArn') + + def set_SourceArn(self,SourceArn): + self.add_query_param('SourceArn',SourceArn) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_Concurrency(self): + return self.get_query_params().get('Concurrency') + + def set_Concurrency(self,Concurrency): + self.add_query_param('Concurrency',Concurrency) + + def get_InstanceId(self): + return self.get_query_params().get('InstanceId') + + def set_InstanceId(self,InstanceId): + self.add_query_param('InstanceId',InstanceId) + + def get_InvocationRoleArn(self): + return self.get_query_params().get('InvocationRoleArn') + + def set_InvocationRoleArn(self,InvocationRoleArn): + self.add_query_param('InvocationRoleArn',InvocationRoleArn) + + def get_Region(self): + return self.get_query_params().get('Region') + + def set_Region(self,Region): + self.add_query_param('Region',Region) + + def get_FunctionArn(self): + return self.get_query_params().get('FunctionArn') + + def set_FunctionArn(self,FunctionArn): + self.add_query_param('FunctionArn',FunctionArn) \ No newline at end of file diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CreateMigrateTaskForSQLServerRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CreateMigrateTaskForSQLServerRequest.py index d11b165094..49e0ececab 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CreateMigrateTaskForSQLServerRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CreateMigrateTaskForSQLServerRequest.py @@ -21,7 +21,7 @@ class CreateMigrateTaskForSQLServerRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'CreateMigrateTaskForSQLServer','rds') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'CreateMigrateTaskForSQLServer') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -29,24 +29,6 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) - def get_TaskType(self): - return self.get_query_params().get('TaskType') - - def set_TaskType(self,TaskType): - self.add_query_param('TaskType',TaskType) - - def get_DBName(self): - return self.get_query_params().get('DBName') - - def set_DBName(self,DBName): - self.add_query_param('DBName',DBName) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - def get_IsOnlineDB(self): return self.get_query_params().get('IsOnlineDB') @@ -59,6 +41,18 @@ def get_DBInstanceId(self): def set_DBInstanceId(self,DBInstanceId): self.add_query_param('DBInstanceId',DBInstanceId) + def get_TaskType(self): + return self.get_query_params().get('TaskType') + + def set_TaskType(self,TaskType): + self.add_query_param('TaskType',TaskType) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + def get_OwnerId(self): return self.get_query_params().get('OwnerId') @@ -69,4 +63,10 @@ def get_OSSUrls(self): return self.get_query_params().get('OSSUrls') def set_OSSUrls(self,OSSUrls): - self.add_query_param('OSSUrls',OSSUrls) \ No newline at end of file + self.add_query_param('OSSUrls',OSSUrls) + + def get_DBName(self): + return self.get_query_params().get('DBName') + + def set_DBName(self,DBName): + self.add_query_param('DBName',DBName) \ No newline at end of file diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CreateMigrateTaskRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CreateMigrateTaskRequest.py index a01e64d4e8..41e8b00953 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CreateMigrateTaskRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CreateMigrateTaskRequest.py @@ -21,7 +21,7 @@ class CreateMigrateTaskRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'CreateMigrateTask','rds') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'CreateMigrateTask') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -29,6 +29,18 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) + def get_IsOnlineDB(self): + return self.get_query_params().get('IsOnlineDB') + + def set_IsOnlineDB(self,IsOnlineDB): + self.add_query_param('IsOnlineDB',IsOnlineDB) + + def get_DBInstanceId(self): + return self.get_query_params().get('DBInstanceId') + + def set_DBInstanceId(self,DBInstanceId): + self.add_query_param('DBInstanceId',DBInstanceId) + def get_MigrateTaskId(self): return self.get_query_params().get('MigrateTaskId') @@ -41,12 +53,6 @@ def get_ResourceOwnerAccount(self): def set_ResourceOwnerAccount(self,ResourceOwnerAccount): self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - def get_IsOnlineDB(self): - return self.get_query_params().get('IsOnlineDB') - - def set_IsOnlineDB(self,IsOnlineDB): - self.add_query_param('IsOnlineDB',IsOnlineDB) - def get_OwnerId(self): return self.get_query_params().get('OwnerId') @@ -71,12 +77,6 @@ def get_DBName(self): def set_DBName(self,DBName): self.add_query_param('DBName',DBName) - def get_DBInstanceId(self): - return self.get_query_params().get('DBInstanceId') - - def set_DBInstanceId(self,DBInstanceId): - self.add_query_param('DBInstanceId',DBInstanceId) - def get_BackupMode(self): return self.get_query_params().get('BackupMode') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CreateMulOrderForBuyRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CreateMulOrderForBuyRequest.py new file mode 100644 index 0000000000..56a929b9c9 --- /dev/null +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CreateMulOrderForBuyRequest.py @@ -0,0 +1,66 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class CreateMulOrderForBuyRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'CreateMulOrderForBuy') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_ClientToken(self): + return self.get_query_params().get('ClientToken') + + def set_ClientToken(self,ClientToken): + self.add_query_param('ClientToken',ClientToken) + + def get_Param(self): + return self.get_query_params().get('Param') + + def set_Param(self,Param): + self.add_query_param('Param',Param) + + def get_AgentId(self): + return self.get_query_params().get('AgentId') + + def set_AgentId(self,AgentId): + self.add_query_param('AgentId',AgentId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CreateMulOrderForDeferRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CreateMulOrderForDeferRequest.py new file mode 100644 index 0000000000..eee5d5f3a8 --- /dev/null +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CreateMulOrderForDeferRequest.py @@ -0,0 +1,72 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class CreateMulOrderForDeferRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'CreateMulOrderForDefer') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_ClientToken(self): + return self.get_query_params().get('ClientToken') + + def set_ClientToken(self,ClientToken): + self.add_query_param('ClientToken',ClientToken) + + def get_DBInstanceId(self): + return self.get_query_params().get('DBInstanceId') + + def set_DBInstanceId(self,DBInstanceId): + self.add_query_param('DBInstanceId',DBInstanceId) + + def get_BusinessInfo(self): + return self.get_query_params().get('BusinessInfo') + + def set_BusinessInfo(self,BusinessInfo): + self.add_query_param('BusinessInfo',BusinessInfo) + + def get_AutoPay(self): + return self.get_query_params().get('AutoPay') + + def set_AutoPay(self,AutoPay): + self.add_query_param('AutoPay',AutoPay) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_Resource(self): + return self.get_query_params().get('Resource') + + def set_Resource(self,Resource): + self.add_query_param('Resource',Resource) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CreateOnlineDatabaseTaskRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CreateOnlineDatabaseTaskRequest.py index 6913b61a5c..3c0f587204 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CreateOnlineDatabaseTaskRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CreateOnlineDatabaseTaskRequest.py @@ -21,7 +21,7 @@ class CreateOnlineDatabaseTaskRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'CreateOnlineDatabaseTask','rds') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'CreateOnlineDatabaseTask') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -29,50 +29,50 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) + def get_ClientToken(self): + return self.get_query_params().get('ClientToken') + + def set_ClientToken(self,ClientToken): + self.add_query_param('ClientToken',ClientToken) + + def get_DBInstanceId(self): + return self.get_query_params().get('DBInstanceId') + + def set_DBInstanceId(self,DBInstanceId): + self.add_query_param('DBInstanceId',DBInstanceId) + def get_MigrateTaskId(self): return self.get_query_params().get('MigrateTaskId') def set_MigrateTaskId(self,MigrateTaskId): self.add_query_param('MigrateTaskId',MigrateTaskId) - def get_DBName(self): - return self.get_query_params().get('DBName') - - def set_DBName(self,DBName): - self.add_query_param('DBName',DBName) - def get_ResourceOwnerAccount(self): return self.get_query_params().get('ResourceOwnerAccount') def set_ResourceOwnerAccount(self,ResourceOwnerAccount): self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - def get_ClientToken(self): - return self.get_query_params().get('ClientToken') - - def set_ClientToken(self,ClientToken): - self.add_query_param('ClientToken',ClientToken) - def get_OwnerAccount(self): return self.get_query_params().get('OwnerAccount') def set_OwnerAccount(self,OwnerAccount): self.add_query_param('OwnerAccount',OwnerAccount) - def get_DBInstanceId(self): - return self.get_query_params().get('DBInstanceId') + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') - def set_DBInstanceId(self,DBInstanceId): - self.add_query_param('DBInstanceId',DBInstanceId) + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_DBName(self): + return self.get_query_params().get('DBName') + + def set_DBName(self,DBName): + self.add_query_param('DBName',DBName) def get_CheckDBMode(self): return self.get_query_params().get('CheckDBMode') def set_CheckDBMode(self,CheckDBMode): - self.add_query_param('CheckDBMode',CheckDBMode) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) \ No newline at end of file + self.add_query_param('CheckDBMode',CheckDBMode) \ No newline at end of file diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CreateOpenSearchDBInstanceRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CreateOpenSearchDBInstanceRequest.py new file mode 100644 index 0000000000..87cbc6104e --- /dev/null +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CreateOpenSearchDBInstanceRequest.py @@ -0,0 +1,72 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class CreateOpenSearchDBInstanceRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'CreateOpenSearchDBInstance') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_LcuQuota(self): + return self.get_query_params().get('LcuQuota') + + def set_LcuQuota(self,LcuQuota): + self.add_query_param('LcuQuota',LcuQuota) + + def get_SearchType(self): + return self.get_query_params().get('SearchType') + + def set_SearchType(self,SearchType): + self.add_query_param('SearchType',SearchType) + + def get_DBInstanceId(self): + return self.get_query_params().get('DBInstanceId') + + def set_DBInstanceId(self,DBInstanceId): + self.add_query_param('DBInstanceId',DBInstanceId) + + def get_StorageQuota(self): + return self.get_query_params().get('StorageQuota') + + def set_StorageQuota(self,StorageQuota): + self.add_query_param('StorageQuota',StorageQuota) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_SpecQuota(self): + return self.get_query_params().get('SpecQuota') + + def set_SpecQuota(self,SpecQuota): + self.add_query_param('SpecQuota',SpecQuota) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CreateOrderForCloneRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CreateOrderForCloneRequest.py new file mode 100644 index 0000000000..fc0fd741f7 --- /dev/null +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CreateOrderForCloneRequest.py @@ -0,0 +1,246 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class CreateOrderForCloneRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'CreateOrderForClone') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_DBInstanceStorage(self): + return self.get_query_params().get('DBInstanceStorage') + + def set_DBInstanceStorage(self,DBInstanceStorage): + self.add_query_param('DBInstanceStorage',DBInstanceStorage) + + def get_CountryCode(self): + return self.get_query_params().get('CountryCode') + + def set_CountryCode(self,CountryCode): + self.add_query_param('CountryCode',CountryCode) + + def get_CurrencyCode(self): + return self.get_query_params().get('CurrencyCode') + + def set_CurrencyCode(self,CurrencyCode): + self.add_query_param('CurrencyCode',CurrencyCode) + + def get_ResourceGroupId(self): + return self.get_query_params().get('ResourceGroupId') + + def set_ResourceGroupId(self,ResourceGroupId): + self.add_query_param('ResourceGroupId',ResourceGroupId) + + def get_DBInstanceDescription(self): + return self.get_query_params().get('DBInstanceDescription') + + def set_DBInstanceDescription(self,DBInstanceDescription): + self.add_query_param('DBInstanceDescription',DBInstanceDescription) + + def get_BusinessInfo(self): + return self.get_query_params().get('BusinessInfo') + + def set_BusinessInfo(self,BusinessInfo): + self.add_query_param('BusinessInfo',BusinessInfo) + + def get_AgentId(self): + return self.get_query_params().get('AgentId') + + def set_AgentId(self,AgentId): + self.add_query_param('AgentId',AgentId) + + def get_Resource(self): + return self.get_query_params().get('Resource') + + def set_Resource(self,Resource): + self.add_query_param('Resource',Resource) + + def get_BackupId(self): + return self.get_query_params().get('BackupId') + + def set_BackupId(self,BackupId): + self.add_query_param('BackupId',BackupId) + + def get_CommodityCode(self): + return self.get_query_params().get('CommodityCode') + + def set_CommodityCode(self,CommodityCode): + self.add_query_param('CommodityCode',CommodityCode) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_DBInstanceClass(self): + return self.get_query_params().get('DBInstanceClass') + + def set_DBInstanceClass(self,DBInstanceClass): + self.add_query_param('DBInstanceClass',DBInstanceClass) + + def get_VSwitchId(self): + return self.get_query_params().get('VSwitchId') + + def set_VSwitchId(self,VSwitchId): + self.add_query_param('VSwitchId',VSwitchId) + + def get_PrivateIpAddress(self): + return self.get_query_params().get('PrivateIpAddress') + + def set_PrivateIpAddress(self,PrivateIpAddress): + self.add_query_param('PrivateIpAddress',PrivateIpAddress) + + def get_AutoRenew(self): + return self.get_query_params().get('AutoRenew') + + def set_AutoRenew(self,AutoRenew): + self.add_query_param('AutoRenew',AutoRenew) + + def get_PromotionCode(self): + return self.get_query_params().get('PromotionCode') + + def set_PromotionCode(self,PromotionCode): + self.add_query_param('PromotionCode',PromotionCode) + + def get_ZoneId(self): + return self.get_query_params().get('ZoneId') + + def set_ZoneId(self,ZoneId): + self.add_query_param('ZoneId',ZoneId) + + def get_TimeType(self): + return self.get_query_params().get('TimeType') + + def set_TimeType(self,TimeType): + self.add_query_param('TimeType',TimeType) + + def get_InstanceNetworkType(self): + return self.get_query_params().get('InstanceNetworkType') + + def set_InstanceNetworkType(self,InstanceNetworkType): + self.add_query_param('InstanceNetworkType',InstanceNetworkType) + + def get_NodeType(self): + return self.get_query_params().get('NodeType') + + def set_NodeType(self,NodeType): + self.add_query_param('NodeType',NodeType) + + def get_ClientToken(self): + return self.get_query_params().get('ClientToken') + + def set_ClientToken(self,ClientToken): + self.add_query_param('ClientToken',ClientToken) + + def get_TableMeta(self): + return self.get_query_params().get('TableMeta') + + def set_TableMeta(self,TableMeta): + self.add_query_param('TableMeta',TableMeta) + + def get_DBInstanceId(self): + return self.get_query_params().get('DBInstanceId') + + def set_DBInstanceId(self,DBInstanceId): + self.add_query_param('DBInstanceId',DBInstanceId) + + def get_DBInstanceStorageType(self): + return self.get_query_params().get('DBInstanceStorageType') + + def set_DBInstanceStorageType(self,DBInstanceStorageType): + self.add_query_param('DBInstanceStorageType',DBInstanceStorageType) + + def get_RestoreTime(self): + return self.get_query_params().get('RestoreTime') + + def set_RestoreTime(self,RestoreTime): + self.add_query_param('RestoreTime',RestoreTime) + + def get_Quantity(self): + return self.get_query_params().get('Quantity') + + def set_Quantity(self,Quantity): + self.add_query_param('Quantity',Quantity) + + def get_AutoPay(self): + return self.get_query_params().get('AutoPay') + + def set_AutoPay(self,AutoPay): + self.add_query_param('AutoPay',AutoPay) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_RestoreTable(self): + return self.get_query_params().get('RestoreTable') + + def set_RestoreTable(self,RestoreTable): + self.add_query_param('RestoreTable',RestoreTable) + + def get_UsedTime(self): + return self.get_query_params().get('UsedTime') + + def set_UsedTime(self,UsedTime): + self.add_query_param('UsedTime',UsedTime) + + def get_DBNames(self): + return self.get_query_params().get('DBNames') + + def set_DBNames(self,DBNames): + self.add_query_param('DBNames',DBNames) + + def get_InstanceUsedType(self): + return self.get_query_params().get('InstanceUsedType') + + def set_InstanceUsedType(self,InstanceUsedType): + self.add_query_param('InstanceUsedType',InstanceUsedType) + + def get_VPCId(self): + return self.get_query_params().get('VPCId') + + def set_VPCId(self,VPCId): + self.add_query_param('VPCId',VPCId) + + def get_CloneInstanceDefaultValue(self): + return self.get_query_params().get('CloneInstanceDefaultValue') + + def set_CloneInstanceDefaultValue(self,CloneInstanceDefaultValue): + self.add_query_param('CloneInstanceDefaultValue',CloneInstanceDefaultValue) + + def get_PayType(self): + return self.get_query_params().get('PayType') + + def set_PayType(self,PayType): + self.add_query_param('PayType',PayType) \ No newline at end of file diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CreateOrderForDeferRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CreateOrderForDeferRequest.py new file mode 100644 index 0000000000..c0349c80d8 --- /dev/null +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CreateOrderForDeferRequest.py @@ -0,0 +1,120 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class CreateOrderForDeferRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'CreateOrderForDefer') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_DBInstanceStorage(self): + return self.get_query_params().get('DBInstanceStorage') + + def set_DBInstanceStorage(self,DBInstanceStorage): + self.add_query_param('DBInstanceStorage',DBInstanceStorage) + + def get_ClientToken(self): + return self.get_query_params().get('ClientToken') + + def set_ClientToken(self,ClientToken): + self.add_query_param('ClientToken',ClientToken) + + def get_RenewChange(self): + return self.get_query_params().get('RenewChange') + + def set_RenewChange(self,RenewChange): + self.add_query_param('RenewChange',RenewChange) + + def get_DBInstanceId(self): + return self.get_query_params().get('DBInstanceId') + + def set_DBInstanceId(self,DBInstanceId): + self.add_query_param('DBInstanceId',DBInstanceId) + + def get_DBInstanceStorageType(self): + return self.get_query_params().get('DBInstanceStorageType') + + def set_DBInstanceStorageType(self,DBInstanceStorageType): + self.add_query_param('DBInstanceStorageType',DBInstanceStorageType) + + def get_BusinessInfo(self): + return self.get_query_params().get('BusinessInfo') + + def set_BusinessInfo(self,BusinessInfo): + self.add_query_param('BusinessInfo',BusinessInfo) + + def get_AutoPay(self): + return self.get_query_params().get('AutoPay') + + def set_AutoPay(self,AutoPay): + self.add_query_param('AutoPay',AutoPay) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_Resource(self): + return self.get_query_params().get('Resource') + + def set_Resource(self,Resource): + self.add_query_param('Resource',Resource) + + def get_CommodityCode(self): + return self.get_query_params().get('CommodityCode') + + def set_CommodityCode(self,CommodityCode): + self.add_query_param('CommodityCode',CommodityCode) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_UsedTime(self): + return self.get_query_params().get('UsedTime') + + def set_UsedTime(self,UsedTime): + self.add_query_param('UsedTime',UsedTime) + + def get_DBInstanceClass(self): + return self.get_query_params().get('DBInstanceClass') + + def set_DBInstanceClass(self,DBInstanceClass): + self.add_query_param('DBInstanceClass',DBInstanceClass) + + def get_TimeType(self): + return self.get_query_params().get('TimeType') + + def set_TimeType(self,TimeType): + self.add_query_param('TimeType',TimeType) + + def get_PayType(self): + return self.get_query_params().get('PayType') + + def set_PayType(self,PayType): + self.add_query_param('PayType',PayType) \ No newline at end of file diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CreateOrderForDegradeRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CreateOrderForDegradeRequest.py new file mode 100644 index 0000000000..e29a8ec930 --- /dev/null +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CreateOrderForDegradeRequest.py @@ -0,0 +1,126 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class CreateOrderForDegradeRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'CreateOrderForDegrade') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_DBInstanceStorage(self): + return self.get_query_params().get('DBInstanceStorage') + + def set_DBInstanceStorage(self,DBInstanceStorage): + self.add_query_param('DBInstanceStorage',DBInstanceStorage) + + def get_ClientToken(self): + return self.get_query_params().get('ClientToken') + + def set_ClientToken(self,ClientToken): + self.add_query_param('ClientToken',ClientToken) + + def get_EffectiveTime(self): + return self.get_query_params().get('EffectiveTime') + + def set_EffectiveTime(self,EffectiveTime): + self.add_query_param('EffectiveTime',EffectiveTime) + + def get_DBInstanceId(self): + return self.get_query_params().get('DBInstanceId') + + def set_DBInstanceId(self,DBInstanceId): + self.add_query_param('DBInstanceId',DBInstanceId) + + def get_BusinessInfo(self): + return self.get_query_params().get('BusinessInfo') + + def set_BusinessInfo(self,BusinessInfo): + self.add_query_param('BusinessInfo',BusinessInfo) + + def get_AutoPay(self): + return self.get_query_params().get('AutoPay') + + def set_AutoPay(self,AutoPay): + self.add_query_param('AutoPay',AutoPay) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_Resource(self): + return self.get_query_params().get('Resource') + + def set_Resource(self,Resource): + self.add_query_param('Resource',Resource) + + def get_CommodityCode(self): + return self.get_query_params().get('CommodityCode') + + def set_CommodityCode(self,CommodityCode): + self.add_query_param('CommodityCode',CommodityCode) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_UsedTime(self): + return self.get_query_params().get('UsedTime') + + def set_UsedTime(self,UsedTime): + self.add_query_param('UsedTime',UsedTime) + + def get_DBInstanceClass(self): + return self.get_query_params().get('DBInstanceClass') + + def set_DBInstanceClass(self,DBInstanceClass): + self.add_query_param('DBInstanceClass',DBInstanceClass) + + def get_PromotionCode(self): + return self.get_query_params().get('PromotionCode') + + def set_PromotionCode(self,PromotionCode): + self.add_query_param('PromotionCode',PromotionCode) + + def get_ZoneId(self): + return self.get_query_params().get('ZoneId') + + def set_ZoneId(self,ZoneId): + self.add_query_param('ZoneId',ZoneId) + + def get_TimeType(self): + return self.get_query_params().get('TimeType') + + def set_TimeType(self,TimeType): + self.add_query_param('TimeType',TimeType) + + def get_PayType(self): + return self.get_query_params().get('PayType') + + def set_PayType(self,PayType): + self.add_query_param('PayType',PayType) \ No newline at end of file diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CreateOrderForModifyRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CreateOrderForModifyRequest.py new file mode 100644 index 0000000000..cf3264c7dd --- /dev/null +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CreateOrderForModifyRequest.py @@ -0,0 +1,162 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class CreateOrderForModifyRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'CreateOrderForModify') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_DBInstanceStorage(self): + return self.get_query_params().get('DBInstanceStorage') + + def set_DBInstanceStorage(self,DBInstanceStorage): + self.add_query_param('DBInstanceStorage',DBInstanceStorage) + + def get_NodeType(self): + return self.get_query_params().get('NodeType') + + def set_NodeType(self,NodeType): + self.add_query_param('NodeType',NodeType) + + def get_ClientToken(self): + return self.get_query_params().get('ClientToken') + + def set_ClientToken(self,ClientToken): + self.add_query_param('ClientToken',ClientToken) + + def get_EngineVersion(self): + return self.get_query_params().get('EngineVersion') + + def set_EngineVersion(self,EngineVersion): + self.add_query_param('EngineVersion',EngineVersion) + + def get_EffectiveTime(self): + return self.get_query_params().get('EffectiveTime') + + def set_EffectiveTime(self,EffectiveTime): + self.add_query_param('EffectiveTime',EffectiveTime) + + def get_DBInstanceId(self): + return self.get_query_params().get('DBInstanceId') + + def set_DBInstanceId(self,DBInstanceId): + self.add_query_param('DBInstanceId',DBInstanceId) + + def get_DBInstanceStorageType(self): + return self.get_query_params().get('DBInstanceStorageType') + + def set_DBInstanceStorageType(self,DBInstanceStorageType): + self.add_query_param('DBInstanceStorageType',DBInstanceStorageType) + + def get_BusinessInfo(self): + return self.get_query_params().get('BusinessInfo') + + def set_BusinessInfo(self,BusinessInfo): + self.add_query_param('BusinessInfo',BusinessInfo) + + def get_AutoPay(self): + return self.get_query_params().get('AutoPay') + + def set_AutoPay(self,AutoPay): + self.add_query_param('AutoPay',AutoPay) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_Resource(self): + return self.get_query_params().get('Resource') + + def set_Resource(self,Resource): + self.add_query_param('Resource',Resource) + + def get_CommodityCode(self): + return self.get_query_params().get('CommodityCode') + + def set_CommodityCode(self,CommodityCode): + self.add_query_param('CommodityCode',CommodityCode) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_UsedTime(self): + return self.get_query_params().get('UsedTime') + + def set_UsedTime(self,UsedTime): + self.add_query_param('UsedTime',UsedTime) + + def get_DBInstanceClass(self): + return self.get_query_params().get('DBInstanceClass') + + def set_DBInstanceClass(self,DBInstanceClass): + self.add_query_param('DBInstanceClass',DBInstanceClass) + + def get_VSwitchId(self): + return self.get_query_params().get('VSwitchId') + + def set_VSwitchId(self,VSwitchId): + self.add_query_param('VSwitchId',VSwitchId) + + def get_PromotionCode(self): + return self.get_query_params().get('PromotionCode') + + def set_PromotionCode(self,PromotionCode): + self.add_query_param('PromotionCode',PromotionCode) + + def get_VpcId(self): + return self.get_query_params().get('VpcId') + + def set_VpcId(self,VpcId): + self.add_query_param('VpcId',VpcId) + + def get_ZoneId(self): + return self.get_query_params().get('ZoneId') + + def set_ZoneId(self,ZoneId): + self.add_query_param('ZoneId',ZoneId) + + def get_TimeType(self): + return self.get_query_params().get('TimeType') + + def set_TimeType(self,TimeType): + self.add_query_param('TimeType',TimeType) + + def get_PayType(self): + return self.get_query_params().get('PayType') + + def set_PayType(self,PayType): + self.add_query_param('PayType',PayType) + + def get_InstanceNetworkType(self): + return self.get_query_params().get('InstanceNetworkType') + + def set_InstanceNetworkType(self,InstanceNetworkType): + self.add_query_param('InstanceNetworkType',InstanceNetworkType) \ No newline at end of file diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CreateOrderForRebuildRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CreateOrderForRebuildRequest.py new file mode 100644 index 0000000000..c8cf0f1e02 --- /dev/null +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CreateOrderForRebuildRequest.py @@ -0,0 +1,168 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class CreateOrderForRebuildRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'CreateOrderForRebuild') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_ClientToken(self): + return self.get_query_params().get('ClientToken') + + def set_ClientToken(self,ClientToken): + self.add_query_param('ClientToken',ClientToken) + + def get_ResourceGroupId(self): + return self.get_query_params().get('ResourceGroupId') + + def set_ResourceGroupId(self,ResourceGroupId): + self.add_query_param('ResourceGroupId',ResourceGroupId) + + def get_DBInstanceId(self): + return self.get_query_params().get('DBInstanceId') + + def set_DBInstanceId(self,DBInstanceId): + self.add_query_param('DBInstanceId',DBInstanceId) + + def get_DBInstanceDescription(self): + return self.get_query_params().get('DBInstanceDescription') + + def set_DBInstanceDescription(self,DBInstanceDescription): + self.add_query_param('DBInstanceDescription',DBInstanceDescription) + + def get_BusinessInfo(self): + return self.get_query_params().get('BusinessInfo') + + def set_BusinessInfo(self,BusinessInfo): + self.add_query_param('BusinessInfo',BusinessInfo) + + def get_AgentId(self): + return self.get_query_params().get('AgentId') + + def set_AgentId(self,AgentId): + self.add_query_param('AgentId',AgentId) + + def get_AutoPay(self): + return self.get_query_params().get('AutoPay') + + def set_AutoPay(self,AutoPay): + self.add_query_param('AutoPay',AutoPay) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_Resource(self): + return self.get_query_params().get('Resource') + + def set_Resource(self,Resource): + self.add_query_param('Resource',Resource) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_CommodityCode(self): + return self.get_query_params().get('CommodityCode') + + def set_CommodityCode(self,CommodityCode): + self.add_query_param('CommodityCode',CommodityCode) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_UsedTime(self): + return self.get_query_params().get('UsedTime') + + def set_UsedTime(self,UsedTime): + self.add_query_param('UsedTime',UsedTime) + + def get_DBInstanceClass(self): + return self.get_query_params().get('DBInstanceClass') + + def set_DBInstanceClass(self,DBInstanceClass): + self.add_query_param('DBInstanceClass',DBInstanceClass) + + def get_VSwitchId(self): + return self.get_query_params().get('VSwitchId') + + def set_VSwitchId(self,VSwitchId): + self.add_query_param('VSwitchId',VSwitchId) + + def get_RebuildInstanceFlag(self): + return self.get_query_params().get('RebuildInstanceFlag') + + def set_RebuildInstanceFlag(self,RebuildInstanceFlag): + self.add_query_param('RebuildInstanceFlag',RebuildInstanceFlag) + + def get_AutoRenew(self): + return self.get_query_params().get('AutoRenew') + + def set_AutoRenew(self,AutoRenew): + self.add_query_param('AutoRenew',AutoRenew) + + def get_PromotionCode(self): + return self.get_query_params().get('PromotionCode') + + def set_PromotionCode(self,PromotionCode): + self.add_query_param('PromotionCode',PromotionCode) + + def get_VPCId(self): + return self.get_query_params().get('VPCId') + + def set_VPCId(self,VPCId): + self.add_query_param('VPCId',VPCId) + + def get_ZoneId(self): + return self.get_query_params().get('ZoneId') + + def set_ZoneId(self,ZoneId): + self.add_query_param('ZoneId',ZoneId) + + def get_TimeType(self): + return self.get_query_params().get('TimeType') + + def set_TimeType(self,TimeType): + self.add_query_param('TimeType',TimeType) + + def get_PayType(self): + return self.get_query_params().get('PayType') + + def set_PayType(self,PayType): + self.add_query_param('PayType',PayType) + + def get_InstanceNetworkType(self): + return self.get_query_params().get('InstanceNetworkType') + + def set_InstanceNetworkType(self,InstanceNetworkType): + self.add_query_param('InstanceNetworkType',InstanceNetworkType) \ No newline at end of file diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CreateOrderForTempUpgradeRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CreateOrderForTempUpgradeRequest.py new file mode 100644 index 0000000000..3b0f44876d --- /dev/null +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CreateOrderForTempUpgradeRequest.py @@ -0,0 +1,108 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class CreateOrderForTempUpgradeRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'CreateOrderForTempUpgrade') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_DBInstanceStorage(self): + return self.get_query_params().get('DBInstanceStorage') + + def set_DBInstanceStorage(self,DBInstanceStorage): + self.add_query_param('DBInstanceStorage',DBInstanceStorage) + + def get_NodeType(self): + return self.get_query_params().get('NodeType') + + def set_NodeType(self,NodeType): + self.add_query_param('NodeType',NodeType) + + def get_ClientToken(self): + return self.get_query_params().get('ClientToken') + + def set_ClientToken(self,ClientToken): + self.add_query_param('ClientToken',ClientToken) + + def get_DBInstanceId(self): + return self.get_query_params().get('DBInstanceId') + + def set_DBInstanceId(self,DBInstanceId): + self.add_query_param('DBInstanceId',DBInstanceId) + + def get_DBInstanceStorageType(self): + return self.get_query_params().get('DBInstanceStorageType') + + def set_DBInstanceStorageType(self,DBInstanceStorageType): + self.add_query_param('DBInstanceStorageType',DBInstanceStorageType) + + def get_BusinessInfo(self): + return self.get_query_params().get('BusinessInfo') + + def set_BusinessInfo(self,BusinessInfo): + self.add_query_param('BusinessInfo',BusinessInfo) + + def get_AutoPay(self): + return self.get_query_params().get('AutoPay') + + def set_AutoPay(self,AutoPay): + self.add_query_param('AutoPay',AutoPay) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_Resource(self): + return self.get_query_params().get('Resource') + + def set_Resource(self,Resource): + self.add_query_param('Resource',Resource) + + def get_CommodityCode(self): + return self.get_query_params().get('CommodityCode') + + def set_CommodityCode(self,CommodityCode): + self.add_query_param('CommodityCode',CommodityCode) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_UsedTime(self): + return self.get_query_params().get('UsedTime') + + def set_UsedTime(self,UsedTime): + self.add_query_param('UsedTime',UsedTime) + + def get_DBInstanceClass(self): + return self.get_query_params().get('DBInstanceClass') + + def set_DBInstanceClass(self,DBInstanceClass): + self.add_query_param('DBInstanceClass',DBInstanceClass) \ No newline at end of file diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CreateOrderRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CreateOrderRequest.py new file mode 100644 index 0000000000..7127f20381 --- /dev/null +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CreateOrderRequest.py @@ -0,0 +1,276 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class CreateOrderRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'CreateOrder') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_DBInstanceStorage(self): + return self.get_query_params().get('DBInstanceStorage') + + def set_DBInstanceStorage(self,DBInstanceStorage): + self.add_query_param('DBInstanceStorage',DBInstanceStorage) + + def get_SystemDBCharset(self): + return self.get_query_params().get('SystemDBCharset') + + def set_SystemDBCharset(self,SystemDBCharset): + self.add_query_param('SystemDBCharset',SystemDBCharset) + + def get_CountryCode(self): + return self.get_query_params().get('CountryCode') + + def set_CountryCode(self,CountryCode): + self.add_query_param('CountryCode',CountryCode) + + def get_EngineVersion(self): + return self.get_query_params().get('EngineVersion') + + def set_EngineVersion(self,EngineVersion): + self.add_query_param('EngineVersion',EngineVersion) + + def get_CurrencyCode(self): + return self.get_query_params().get('CurrencyCode') + + def set_CurrencyCode(self,CurrencyCode): + self.add_query_param('CurrencyCode',CurrencyCode) + + def get_ResourceGroupId(self): + return self.get_query_params().get('ResourceGroupId') + + def set_ResourceGroupId(self,ResourceGroupId): + self.add_query_param('ResourceGroupId',ResourceGroupId) + + def get_DBInstanceDescription(self): + return self.get_query_params().get('DBInstanceDescription') + + def set_DBInstanceDescription(self,DBInstanceDescription): + self.add_query_param('DBInstanceDescription',DBInstanceDescription) + + def get_BusinessInfo(self): + return self.get_query_params().get('BusinessInfo') + + def set_BusinessInfo(self,BusinessInfo): + self.add_query_param('BusinessInfo',BusinessInfo) + + def get_AgentId(self): + return self.get_query_params().get('AgentId') + + def set_AgentId(self,AgentId): + self.add_query_param('AgentId',AgentId) + + def get_Resource(self): + return self.get_query_params().get('Resource') + + def set_Resource(self,Resource): + self.add_query_param('Resource',Resource) + + def get_BackupId(self): + return self.get_query_params().get('BackupId') + + def set_BackupId(self,BackupId): + self.add_query_param('BackupId',BackupId) + + def get_CommodityCode(self): + return self.get_query_params().get('CommodityCode') + + def set_CommodityCode(self,CommodityCode): + self.add_query_param('CommodityCode',CommodityCode) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_DBInstanceClass(self): + return self.get_query_params().get('DBInstanceClass') + + def set_DBInstanceClass(self,DBInstanceClass): + self.add_query_param('DBInstanceClass',DBInstanceClass) + + def get_SecurityIPList(self): + return self.get_query_params().get('SecurityIPList') + + def set_SecurityIPList(self,SecurityIPList): + self.add_query_param('SecurityIPList',SecurityIPList) + + def get_VSwitchId(self): + return self.get_query_params().get('VSwitchId') + + def set_VSwitchId(self,VSwitchId): + self.add_query_param('VSwitchId',VSwitchId) + + def get_PrivateIpAddress(self): + return self.get_query_params().get('PrivateIpAddress') + + def set_PrivateIpAddress(self,PrivateIpAddress): + self.add_query_param('PrivateIpAddress',PrivateIpAddress) + + def get_AutoRenew(self): + return self.get_query_params().get('AutoRenew') + + def set_AutoRenew(self,AutoRenew): + self.add_query_param('AutoRenew',AutoRenew) + + def get_PromotionCode(self): + return self.get_query_params().get('PromotionCode') + + def set_PromotionCode(self,PromotionCode): + self.add_query_param('PromotionCode',PromotionCode) + + def get_ZoneId(self): + return self.get_query_params().get('ZoneId') + + def set_ZoneId(self,ZoneId): + self.add_query_param('ZoneId',ZoneId) + + def get_TimeType(self): + return self.get_query_params().get('TimeType') + + def set_TimeType(self,TimeType): + self.add_query_param('TimeType',TimeType) + + def get_InstanceNetworkType(self): + return self.get_query_params().get('InstanceNetworkType') + + def set_InstanceNetworkType(self,InstanceNetworkType): + self.add_query_param('InstanceNetworkType',InstanceNetworkType) + + def get_ConnectionMode(self): + return self.get_query_params().get('ConnectionMode') + + def set_ConnectionMode(self,ConnectionMode): + self.add_query_param('ConnectionMode',ConnectionMode) + + def get_NodeType(self): + return self.get_query_params().get('NodeType') + + def set_NodeType(self,NodeType): + self.add_query_param('NodeType',NodeType) + + def get_ClientToken(self): + return self.get_query_params().get('ClientToken') + + def set_ClientToken(self,ClientToken): + self.add_query_param('ClientToken',ClientToken) + + def get_ZoneIdSlave1(self): + return self.get_query_params().get('ZoneIdSlave1') + + def set_ZoneIdSlave1(self,ZoneIdSlave1): + self.add_query_param('ZoneIdSlave1',ZoneIdSlave1) + + def get_ZoneIdSlave2(self): + return self.get_query_params().get('ZoneIdSlave2') + + def set_ZoneIdSlave2(self,ZoneIdSlave2): + self.add_query_param('ZoneIdSlave2',ZoneIdSlave2) + + def get_Engine(self): + return self.get_query_params().get('Engine') + + def set_Engine(self,Engine): + self.add_query_param('Engine',Engine) + + def get_DBInstanceId(self): + return self.get_query_params().get('DBInstanceId') + + def set_DBInstanceId(self,DBInstanceId): + self.add_query_param('DBInstanceId',DBInstanceId) + + def get_DBInstanceStorageType(self): + return self.get_query_params().get('DBInstanceStorageType') + + def set_DBInstanceStorageType(self,DBInstanceStorageType): + self.add_query_param('DBInstanceStorageType',DBInstanceStorageType) + + def get_DBInstanceNetType(self): + return self.get_query_params().get('DBInstanceNetType') + + def set_DBInstanceNetType(self,DBInstanceNetType): + self.add_query_param('DBInstanceNetType',DBInstanceNetType) + + def get_RestoreTime(self): + return self.get_query_params().get('RestoreTime') + + def set_RestoreTime(self,RestoreTime): + self.add_query_param('RestoreTime',RestoreTime) + + def get_Quantity(self): + return self.get_query_params().get('Quantity') + + def set_Quantity(self,Quantity): + self.add_query_param('Quantity',Quantity) + + def get_AutoPay(self): + return self.get_query_params().get('AutoPay') + + def set_AutoPay(self,AutoPay): + self.add_query_param('AutoPay',AutoPay) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_UsedTime(self): + return self.get_query_params().get('UsedTime') + + def set_UsedTime(self,UsedTime): + self.add_query_param('UsedTime',UsedTime) + + def get_InstanceUsedType(self): + return self.get_query_params().get('InstanceUsedType') + + def set_InstanceUsedType(self,InstanceUsedType): + self.add_query_param('InstanceUsedType',InstanceUsedType) + + def get_VPCId(self): + return self.get_query_params().get('VPCId') + + def set_VPCId(self,VPCId): + self.add_query_param('VPCId',VPCId) + + def get_Category(self): + return self.get_query_params().get('Category') + + def set_Category(self,Category): + self.add_query_param('Category',Category) + + def get_PayType(self): + return self.get_query_params().get('PayType') + + def set_PayType(self,PayType): + self.add_query_param('PayType',PayType) \ No newline at end of file diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CreateParameterGroupRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CreateParameterGroupRequest.py new file mode 100644 index 0000000000..eb1e5d8dc0 --- /dev/null +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CreateParameterGroupRequest.py @@ -0,0 +1,72 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class CreateParameterGroupRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'CreateParameterGroup') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_EngineVersion(self): + return self.get_query_params().get('EngineVersion') + + def set_EngineVersion(self,EngineVersion): + self.add_query_param('EngineVersion',EngineVersion) + + def get_Engine(self): + return self.get_query_params().get('Engine') + + def set_Engine(self,Engine): + self.add_query_param('Engine',Engine) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_ParameterGroupName(self): + return self.get_query_params().get('ParameterGroupName') + + def set_ParameterGroupName(self,ParameterGroupName): + self.add_query_param('ParameterGroupName',ParameterGroupName) + + def get_Parameters(self): + return self.get_query_params().get('Parameters') + + def set_Parameters(self,Parameters): + self.add_query_param('Parameters',Parameters) + + def get_ParameterGroupDesc(self): + return self.get_query_params().get('ParameterGroupDesc') + + def set_ParameterGroupDesc(self,ParameterGroupDesc): + self.add_query_param('ParameterGroupDesc',ParameterGroupDesc) \ No newline at end of file diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CreatePolicyWithSpecifiedPolicyRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CreatePolicyWithSpecifiedPolicyRequest.py new file mode 100644 index 0000000000..13392205df --- /dev/null +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CreatePolicyWithSpecifiedPolicyRequest.py @@ -0,0 +1,66 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class CreatePolicyWithSpecifiedPolicyRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'CreatePolicyWithSpecifiedPolicy') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_PolicyId(self): + return self.get_query_params().get('PolicyId') + + def set_PolicyId(self,PolicyId): + self.add_query_param('PolicyId',PolicyId) + + def get_SecurityToken(self): + return self.get_query_params().get('SecurityToken') + + def set_SecurityToken(self,SecurityToken): + self.add_query_param('SecurityToken',SecurityToken) + + def get_DBInstanceId(self): + return self.get_query_params().get('DBInstanceId') + + def set_DBInstanceId(self,DBInstanceId): + self.add_query_param('DBInstanceId',DBInstanceId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CreatePostpaidDBInstanceForChannelRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CreatePostpaidDBInstanceForChannelRequest.py new file mode 100644 index 0000000000..ebe6d016ad --- /dev/null +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CreatePostpaidDBInstanceForChannelRequest.py @@ -0,0 +1,96 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class CreatePostpaidDBInstanceForChannelRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'CreatePostpaidDBInstanceForChannel') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_DBInstanceStorage(self): + return self.get_query_params().get('DBInstanceStorage') + + def set_DBInstanceStorage(self,DBInstanceStorage): + self.add_query_param('DBInstanceStorage',DBInstanceStorage) + + def get_ClientToken(self): + return self.get_query_params().get('ClientToken') + + def set_ClientToken(self,ClientToken): + self.add_query_param('ClientToken',ClientToken) + + def get_EngineVersion(self): + return self.get_query_params().get('EngineVersion') + + def set_EngineVersion(self,EngineVersion): + self.add_query_param('EngineVersion',EngineVersion) + + def get_Engine(self): + return self.get_query_params().get('Engine') + + def set_Engine(self,Engine): + self.add_query_param('Engine',Engine) + + def get_DBInstanceDescription(self): + return self.get_query_params().get('DBInstanceDescription') + + def set_DBInstanceDescription(self,DBInstanceDescription): + self.add_query_param('DBInstanceDescription',DBInstanceDescription) + + def get_DBInstanceNetType(self): + return self.get_query_params().get('DBInstanceNetType') + + def set_DBInstanceNetType(self,DBInstanceNetType): + self.add_query_param('DBInstanceNetType',DBInstanceNetType) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_DBInstanceClass(self): + return self.get_query_params().get('DBInstanceClass') + + def set_DBInstanceClass(self,DBInstanceClass): + self.add_query_param('DBInstanceClass',DBInstanceClass) + + def get_SecurityIPList(self): + return self.get_query_params().get('SecurityIPList') + + def set_SecurityIPList(self,SecurityIPList): + self.add_query_param('SecurityIPList',SecurityIPList) \ No newline at end of file diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CreatePostpaidDBInstanceRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CreatePostpaidDBInstanceRequest.py new file mode 100644 index 0000000000..4f81d39320 --- /dev/null +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CreatePostpaidDBInstanceRequest.py @@ -0,0 +1,96 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class CreatePostpaidDBInstanceRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'CreatePostpaidDBInstance') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_DBInstanceStorage(self): + return self.get_query_params().get('DBInstanceStorage') + + def set_DBInstanceStorage(self,DBInstanceStorage): + self.add_query_param('DBInstanceStorage',DBInstanceStorage) + + def get_ClientToken(self): + return self.get_query_params().get('ClientToken') + + def set_ClientToken(self,ClientToken): + self.add_query_param('ClientToken',ClientToken) + + def get_EngineVersion(self): + return self.get_query_params().get('EngineVersion') + + def set_EngineVersion(self,EngineVersion): + self.add_query_param('EngineVersion',EngineVersion) + + def get_Engine(self): + return self.get_query_params().get('Engine') + + def set_Engine(self,Engine): + self.add_query_param('Engine',Engine) + + def get_DBInstanceDescription(self): + return self.get_query_params().get('DBInstanceDescription') + + def set_DBInstanceDescription(self,DBInstanceDescription): + self.add_query_param('DBInstanceDescription',DBInstanceDescription) + + def get_DBInstanceNetType(self): + return self.get_query_params().get('DBInstanceNetType') + + def set_DBInstanceNetType(self,DBInstanceNetType): + self.add_query_param('DBInstanceNetType',DBInstanceNetType) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_DBInstanceClass(self): + return self.get_query_params().get('DBInstanceClass') + + def set_DBInstanceClass(self,DBInstanceClass): + self.add_query_param('DBInstanceClass',DBInstanceClass) + + def get_SecurityIPList(self): + return self.get_query_params().get('SecurityIPList') + + def set_SecurityIPList(self,SecurityIPList): + self.add_query_param('SecurityIPList',SecurityIPList) \ No newline at end of file diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CreateReadOnlyDBInstanceRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CreateReadOnlyDBInstanceRequest.py index ad9e89e699..811cb31c50 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CreateReadOnlyDBInstanceRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CreateReadOnlyDBInstanceRequest.py @@ -21,7 +21,7 @@ class CreateReadOnlyDBInstanceRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'CreateReadOnlyDBInstance','rds') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'CreateReadOnlyDBInstance') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -35,30 +35,54 @@ def get_DBInstanceStorage(self): def set_DBInstanceStorage(self,DBInstanceStorage): self.add_query_param('DBInstanceStorage',DBInstanceStorage) - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - def get_ClientToken(self): return self.get_query_params().get('ClientToken') def set_ClientToken(self,ClientToken): self.add_query_param('ClientToken',ClientToken) - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - def get_EngineVersion(self): return self.get_query_params().get('EngineVersion') def set_EngineVersion(self,EngineVersion): self.add_query_param('EngineVersion',EngineVersion) + def get_ResourceGroupId(self): + return self.get_query_params().get('ResourceGroupId') + + def set_ResourceGroupId(self,ResourceGroupId): + self.add_query_param('ResourceGroupId',ResourceGroupId) + + def get_DBInstanceId(self): + return self.get_query_params().get('DBInstanceId') + + def set_DBInstanceId(self,DBInstanceId): + self.add_query_param('DBInstanceId',DBInstanceId) + + def get_DBInstanceDescription(self): + return self.get_query_params().get('DBInstanceDescription') + + def set_DBInstanceDescription(self,DBInstanceDescription): + self.add_query_param('DBInstanceDescription',DBInstanceDescription) + + def get_DBInstanceStorageType(self): + return self.get_query_params().get('DBInstanceStorageType') + + def set_DBInstanceStorageType(self,DBInstanceStorageType): + self.add_query_param('DBInstanceStorageType',DBInstanceStorageType) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + def get_OwnerId(self): return self.get_query_params().get('OwnerId') @@ -83,12 +107,6 @@ def get_PrivateIpAddress(self): def set_PrivateIpAddress(self,PrivateIpAddress): self.add_query_param('PrivateIpAddress',PrivateIpAddress) - def get_ResourceGroupId(self): - return self.get_query_params().get('ResourceGroupId') - - def set_ResourceGroupId(self,ResourceGroupId): - self.add_query_param('ResourceGroupId',ResourceGroupId) - def get_VPCId(self): return self.get_query_params().get('VPCId') @@ -101,24 +119,6 @@ def get_ZoneId(self): def set_ZoneId(self,ZoneId): self.add_query_param('ZoneId',ZoneId) - def get_DBInstanceId(self): - return self.get_query_params().get('DBInstanceId') - - def set_DBInstanceId(self,DBInstanceId): - self.add_query_param('DBInstanceId',DBInstanceId) - - def get_DBInstanceDescription(self): - return self.get_query_params().get('DBInstanceDescription') - - def set_DBInstanceDescription(self,DBInstanceDescription): - self.add_query_param('DBInstanceDescription',DBInstanceDescription) - - def get_DBInstanceStorageType(self): - return self.get_query_params().get('DBInstanceStorageType') - - def set_DBInstanceStorageType(self,DBInstanceStorageType): - self.add_query_param('DBInstanceStorageType',DBInstanceStorageType) - def get_Category(self): return self.get_query_params().get('Category') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CreateSQLDiagnosisRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CreateSQLDiagnosisRequest.py new file mode 100644 index 0000000000..a65e505275 --- /dev/null +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CreateSQLDiagnosisRequest.py @@ -0,0 +1,42 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class CreateSQLDiagnosisRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'CreateSQLDiagnosis') + + def get_EndTime(self): + return self.get_query_params().get('EndTime') + + def set_EndTime(self,EndTime): + self.add_query_param('EndTime',EndTime) + + def get_StartTime(self): + return self.get_query_params().get('StartTime') + + def set_StartTime(self,StartTime): + self.add_query_param('StartTime',StartTime) + + def get_DBInstanceId(self): + return self.get_query_params().get('DBInstanceId') + + def set_DBInstanceId(self,DBInstanceId): + self.add_query_param('DBInstanceId',DBInstanceId) \ No newline at end of file diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CreateStaticVerificationRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CreateStaticVerificationRequest.py new file mode 100644 index 0000000000..ad560af1d0 --- /dev/null +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CreateStaticVerificationRequest.py @@ -0,0 +1,72 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class CreateStaticVerificationRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'CreateStaticVerification') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_SecurityToken(self): + return self.get_query_params().get('SecurityToken') + + def set_SecurityToken(self,SecurityToken): + self.add_query_param('SecurityToken',SecurityToken) + + def get_ReplicaId(self): + return self.get_query_params().get('ReplicaId') + + def set_ReplicaId(self,ReplicaId): + self.add_query_param('ReplicaId',ReplicaId) + + def get_SourceInstanceId(self): + return self.get_query_params().get('SourceInstanceId') + + def set_SourceInstanceId(self,SourceInstanceId): + self.add_query_param('SourceInstanceId',SourceInstanceId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_DestinationInstanceId(self): + return self.get_query_params().get('DestinationInstanceId') + + def set_DestinationInstanceId(self,DestinationInstanceId): + self.add_query_param('DestinationInstanceId',DestinationInstanceId) \ No newline at end of file diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CreateTempDBInstanceForChannelRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CreateTempDBInstanceForChannelRequest.py new file mode 100644 index 0000000000..c0403e4e72 --- /dev/null +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CreateTempDBInstanceForChannelRequest.py @@ -0,0 +1,102 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class CreateTempDBInstanceForChannelRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'CreateTempDBInstanceForChannel') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_EngineVersion(self): + return self.get_query_params().get('EngineVersion') + + def set_EngineVersion(self,EngineVersion): + self.add_query_param('EngineVersion',EngineVersion) + + def get_DBInstanceId(self): + return self.get_query_params().get('DBInstanceId') + + def set_DBInstanceId(self,DBInstanceId): + self.add_query_param('DBInstanceId',DBInstanceId) + + def get_DBInstanceStorageType(self): + return self.get_query_params().get('DBInstanceStorageType') + + def set_DBInstanceStorageType(self,DBInstanceStorageType): + self.add_query_param('DBInstanceStorageType',DBInstanceStorageType) + + def get_RestoreTime(self): + return self.get_query_params().get('RestoreTime') + + def set_RestoreTime(self,RestoreTime): + self.add_query_param('RestoreTime',RestoreTime) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_BackupId(self): + return self.get_query_params().get('BackupId') + + def set_BackupId(self,BackupId): + self.add_query_param('BackupId',BackupId) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_VSwitchId(self): + return self.get_query_params().get('VSwitchId') + + def set_VSwitchId(self,VSwitchId): + self.add_query_param('VSwitchId',VSwitchId) + + def get_VPCId(self): + return self.get_query_params().get('VPCId') + + def set_VPCId(self,VPCId): + self.add_query_param('VPCId',VPCId) + + def get_ZoneId(self): + return self.get_query_params().get('ZoneId') + + def set_ZoneId(self,ZoneId): + self.add_query_param('ZoneId',ZoneId) + + def get_InstanceNetworkType(self): + return self.get_query_params().get('InstanceNetworkType') + + def set_InstanceNetworkType(self,InstanceNetworkType): + self.add_query_param('InstanceNetworkType',InstanceNetworkType) \ No newline at end of file diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CreateTempDBInstanceRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CreateTempDBInstanceRequest.py index ac03146939..955ebfa9ea 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CreateTempDBInstanceRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CreateTempDBInstanceRequest.py @@ -21,7 +21,7 @@ class CreateTempDBInstanceRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'CreateTempDBInstance','rds') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'CreateTempDBInstance') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -29,6 +29,12 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) + def get_DBInstanceId(self): + return self.get_query_params().get('DBInstanceId') + + def set_DBInstanceId(self,DBInstanceId): + self.add_query_param('DBInstanceId',DBInstanceId) + def get_RestoreTime(self): return self.get_query_params().get('RestoreTime') @@ -53,12 +59,6 @@ def get_OwnerAccount(self): def set_OwnerAccount(self,OwnerAccount): self.add_query_param('OwnerAccount',OwnerAccount) - def get_DBInstanceId(self): - return self.get_query_params().get('DBInstanceId') - - def set_DBInstanceId(self,DBInstanceId): - self.add_query_param('DBInstanceId',DBInstanceId) - def get_OwnerId(self): return self.get_query_params().get('OwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CreateUploadPathForSQLServerRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CreateUploadPathForSQLServerRequest.py new file mode 100644 index 0000000000..f3658f68be --- /dev/null +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CreateUploadPathForSQLServerRequest.py @@ -0,0 +1,60 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class CreateUploadPathForSQLServerRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'CreateUploadPathForSQLServer') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_DBName(self): + return self.get_query_params().get('DBName') + + def set_DBName(self,DBName): + self.add_query_param('DBName',DBName) + + def get_DBInstanceId(self): + return self.get_query_params().get('DBInstanceId') + + def set_DBInstanceId(self,DBInstanceId): + self.add_query_param('DBInstanceId',DBInstanceId) \ No newline at end of file diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DecribeSqlLogDumpStatusRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DecribeSqlLogDumpStatusRequest.py new file mode 100644 index 0000000000..043f73b261 --- /dev/null +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DecribeSqlLogDumpStatusRequest.py @@ -0,0 +1,60 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class DecribeSqlLogDumpStatusRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DecribeSqlLogDumpStatus') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_SecurityToken(self): + return self.get_query_params().get('SecurityToken') + + def set_SecurityToken(self,SecurityToken): + self.add_query_param('SecurityToken',SecurityToken) + + def get_DBInstanceId(self): + return self.get_query_params().get('DBInstanceId') + + def set_DBInstanceId(self,DBInstanceId): + self.add_query_param('DBInstanceId',DBInstanceId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DegradeDBInstanceSpecRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DegradeDBInstanceSpecRequest.py new file mode 100644 index 0000000000..80ff22a599 --- /dev/null +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DegradeDBInstanceSpecRequest.py @@ -0,0 +1,72 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class DegradeDBInstanceSpecRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DegradeDBInstanceSpec') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_DBInstanceStorage(self): + return self.get_query_params().get('DBInstanceStorage') + + def set_DBInstanceStorage(self,DBInstanceStorage): + self.add_query_param('DBInstanceStorage',DBInstanceStorage) + + def get_ClientToken(self): + return self.get_query_params().get('ClientToken') + + def set_ClientToken(self,ClientToken): + self.add_query_param('ClientToken',ClientToken) + + def get_DBInstanceId(self): + return self.get_query_params().get('DBInstanceId') + + def set_DBInstanceId(self,DBInstanceId): + self.add_query_param('DBInstanceId',DBInstanceId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_DBInstanceClass(self): + return self.get_query_params().get('DBInstanceClass') + + def set_DBInstanceClass(self,DBInstanceClass): + self.add_query_param('DBInstanceClass',DBInstanceClass) \ No newline at end of file diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DeleteAccountRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DeleteAccountRequest.py index 0247fc43b6..bae9bdae6d 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DeleteAccountRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DeleteAccountRequest.py @@ -21,7 +21,7 @@ class DeleteAccountRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DeleteAccount','rds') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DeleteAccount') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -29,12 +29,6 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) - def get_AccountName(self): - return self.get_query_params().get('AccountName') - - def set_AccountName(self,AccountName): - self.add_query_param('AccountName',AccountName) - def get_ResourceOwnerAccount(self): return self.get_query_params().get('ResourceOwnerAccount') @@ -47,14 +41,20 @@ def get_OwnerAccount(self): def set_OwnerAccount(self,OwnerAccount): self.add_query_param('OwnerAccount',OwnerAccount) - def get_DBInstanceId(self): - return self.get_query_params().get('DBInstanceId') - - def set_DBInstanceId(self,DBInstanceId): - self.add_query_param('DBInstanceId',DBInstanceId) - def get_OwnerId(self): return self.get_query_params().get('OwnerId') def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) \ No newline at end of file + self.add_query_param('OwnerId',OwnerId) + + def get_AccountName(self): + return self.get_query_params().get('AccountName') + + def set_AccountName(self,AccountName): + self.add_query_param('AccountName',AccountName) + + def get_DBInstanceId(self): + return self.get_query_params().get('DBInstanceId') + + def set_DBInstanceId(self,DBInstanceId): + self.add_query_param('DBInstanceId',DBInstanceId) \ No newline at end of file diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DeleteBackupRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DeleteBackupRequest.py index 0c24f29b61..9d2295c51d 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DeleteBackupRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DeleteBackupRequest.py @@ -21,7 +21,7 @@ class DeleteBackupRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DeleteBackup','rds') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DeleteBackup') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -47,14 +47,14 @@ def get_OwnerAccount(self): def set_OwnerAccount(self,OwnerAccount): self.add_query_param('OwnerAccount',OwnerAccount) - def get_DBInstanceId(self): - return self.get_query_params().get('DBInstanceId') - - def set_DBInstanceId(self,DBInstanceId): - self.add_query_param('DBInstanceId',DBInstanceId) - def get_OwnerId(self): return self.get_query_params().get('OwnerId') def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) \ No newline at end of file + self.add_query_param('OwnerId',OwnerId) + + def get_DBInstanceId(self): + return self.get_query_params().get('DBInstanceId') + + def set_DBInstanceId(self,DBInstanceId): + self.add_query_param('DBInstanceId',DBInstanceId) \ No newline at end of file diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DeleteCloudInstanceIpRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DeleteCloudInstanceIpRequest.py new file mode 100644 index 0000000000..c8d1707a64 --- /dev/null +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DeleteCloudInstanceIpRequest.py @@ -0,0 +1,42 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class DeleteCloudInstanceIpRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DeleteCloudInstanceIp') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DeleteDBInstanceRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DeleteDBInstanceRequest.py index 75114e8a2a..2ed239905e 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DeleteDBInstanceRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DeleteDBInstanceRequest.py @@ -21,7 +21,7 @@ class DeleteDBInstanceRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DeleteDBInstance','rds') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DeleteDBInstance') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -47,14 +47,14 @@ def get_OwnerAccount(self): def set_OwnerAccount(self,OwnerAccount): self.add_query_param('OwnerAccount',OwnerAccount) - def get_DBInstanceId(self): - return self.get_query_params().get('DBInstanceId') - - def set_DBInstanceId(self,DBInstanceId): - self.add_query_param('DBInstanceId',DBInstanceId) - def get_OwnerId(self): return self.get_query_params().get('OwnerId') def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) \ No newline at end of file + self.add_query_param('OwnerId',OwnerId) + + def get_DBInstanceId(self): + return self.get_query_params().get('DBInstanceId') + + def set_DBInstanceId(self,DBInstanceId): + self.add_query_param('DBInstanceId',DBInstanceId) \ No newline at end of file diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DeleteDampPolicyRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DeleteDampPolicyRequest.py new file mode 100644 index 0000000000..0e80798289 --- /dev/null +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DeleteDampPolicyRequest.py @@ -0,0 +1,66 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class DeleteDampPolicyRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DeleteDampPolicy') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_SecurityToken(self): + return self.get_query_params().get('SecurityToken') + + def set_SecurityToken(self,SecurityToken): + self.add_query_param('SecurityToken',SecurityToken) + + def get_DBInstanceId(self): + return self.get_query_params().get('DBInstanceId') + + def set_DBInstanceId(self,DBInstanceId): + self.add_query_param('DBInstanceId',DBInstanceId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_PolicyName(self): + return self.get_query_params().get('PolicyName') + + def set_PolicyName(self,PolicyName): + self.add_query_param('PolicyName',PolicyName) \ No newline at end of file diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DeleteDatabaseRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DeleteDatabaseRequest.py index b206e01607..074ebbbb09 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DeleteDatabaseRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DeleteDatabaseRequest.py @@ -21,7 +21,7 @@ class DeleteDatabaseRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DeleteDatabase','rds') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DeleteDatabase') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -29,12 +29,6 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) - def get_DBName(self): - return self.get_query_params().get('DBName') - - def set_DBName(self,DBName): - self.add_query_param('DBName',DBName) - def get_ResourceOwnerAccount(self): return self.get_query_params().get('ResourceOwnerAccount') @@ -47,14 +41,20 @@ def get_OwnerAccount(self): def set_OwnerAccount(self,OwnerAccount): self.add_query_param('OwnerAccount',OwnerAccount) - def get_DBInstanceId(self): - return self.get_query_params().get('DBInstanceId') - - def set_DBInstanceId(self,DBInstanceId): - self.add_query_param('DBInstanceId',DBInstanceId) - def get_OwnerId(self): return self.get_query_params().get('OwnerId') def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) \ No newline at end of file + self.add_query_param('OwnerId',OwnerId) + + def get_DBName(self): + return self.get_query_params().get('DBName') + + def set_DBName(self,DBName): + self.add_query_param('DBName',DBName) + + def get_DBInstanceId(self): + return self.get_query_params().get('DBInstanceId') + + def set_DBInstanceId(self,DBInstanceId): + self.add_query_param('DBInstanceId',DBInstanceId) \ No newline at end of file diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DeleteFCTriggerRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DeleteFCTriggerRequest.py new file mode 100644 index 0000000000..18a5823c7a --- /dev/null +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DeleteFCTriggerRequest.py @@ -0,0 +1,60 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class DeleteFCTriggerRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DeleteFCTrigger') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_TriggerId(self): + return self.get_query_params().get('TriggerId') + + def set_TriggerId(self,TriggerId): + self.add_query_param('TriggerId',TriggerId) + + def get_SecurityToken(self): + return self.get_query_params().get('SecurityToken') + + def set_SecurityToken(self,SecurityToken): + self.add_query_param('SecurityToken',SecurityToken) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DeleteOpenSearchDBInstanceRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DeleteOpenSearchDBInstanceRequest.py new file mode 100644 index 0000000000..1a2da9cfc7 --- /dev/null +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DeleteOpenSearchDBInstanceRequest.py @@ -0,0 +1,48 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class DeleteOpenSearchDBInstanceRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DeleteOpenSearchDBInstance') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_DBInstanceId(self): + return self.get_query_params().get('DBInstanceId') + + def set_DBInstanceId(self,DBInstanceId): + self.add_query_param('DBInstanceId',DBInstanceId) \ No newline at end of file diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DeleteParameterGroupRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DeleteParameterGroupRequest.py new file mode 100644 index 0000000000..d1b7013557 --- /dev/null +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DeleteParameterGroupRequest.py @@ -0,0 +1,48 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class DeleteParameterGroupRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DeleteParameterGroup') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_ParameterGroupId(self): + return self.get_query_params().get('ParameterGroupId') + + def set_ParameterGroupId(self,ParameterGroupId): + self.add_query_param('ParameterGroupId',ParameterGroupId) \ No newline at end of file diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescibeImportsFromDatabaseRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescibeImportsFromDatabaseRequest.py index 55b3c3d79f..8b6c111aeb 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescibeImportsFromDatabaseRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescibeImportsFromDatabaseRequest.py @@ -21,7 +21,7 @@ class DescibeImportsFromDatabaseRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescibeImportsFromDatabase','rds') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescibeImportsFromDatabase') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -29,42 +29,18 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - def get_ClientToken(self): return self.get_query_params().get('ClientToken') def set_ClientToken(self,ClientToken): self.add_query_param('ClientToken',ClientToken) - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_EndTime(self): - return self.get_query_params().get('EndTime') - - def set_EndTime(self,EndTime): - self.add_query_param('EndTime',EndTime) - def get_StartTime(self): return self.get_query_params().get('StartTime') def set_StartTime(self,StartTime): self.add_query_param('StartTime',StartTime) - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - def get_PageNumber(self): return self.get_query_params().get('PageNumber') @@ -93,4 +69,28 @@ def get_DBInstanceId(self): return self.get_query_params().get('DBInstanceId') def set_DBInstanceId(self,DBInstanceId): - self.add_query_param('DBInstanceId',DBInstanceId) \ No newline at end of file + self.add_query_param('DBInstanceId',DBInstanceId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_EndTime(self): + return self.get_query_params().get('EndTime') + + def set_EndTime(self,EndTime): + self.add_query_param('EndTime',EndTime) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeAbnormalDBInstancesRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeAbnormalDBInstancesRequest.py new file mode 100644 index 0000000000..1b20ad4aac --- /dev/null +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeAbnormalDBInstancesRequest.py @@ -0,0 +1,144 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class DescribeAbnormalDBInstancesRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeAbnormalDBInstances') + + def get_Tag4value(self): + return self.get_query_params().get('Tag.4.value') + + def set_Tag4value(self,Tag4value): + self.add_query_param('Tag.4.value',Tag4value) + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_Tag2key(self): + return self.get_query_params().get('Tag.2.key') + + def set_Tag2key(self,Tag2key): + self.add_query_param('Tag.2.key',Tag2key) + + def get_ClientToken(self): + return self.get_query_params().get('ClientToken') + + def set_ClientToken(self,ClientToken): + self.add_query_param('ClientToken',ClientToken) + + def get_Tag3key(self): + return self.get_query_params().get('Tag.3.key') + + def set_Tag3key(self,Tag3key): + self.add_query_param('Tag.3.key',Tag3key) + + def get_PageNumber(self): + return self.get_query_params().get('PageNumber') + + def set_PageNumber(self,PageNumber): + self.add_query_param('PageNumber',PageNumber) + + def get_Tag1value(self): + return self.get_query_params().get('Tag.1.value') + + def set_Tag1value(self,Tag1value): + self.add_query_param('Tag.1.value',Tag1value) + + def get_PageSize(self): + return self.get_query_params().get('PageSize') + + def set_PageSize(self,PageSize): + self.add_query_param('PageSize',PageSize) + + def get_DBInstanceId(self): + return self.get_query_params().get('DBInstanceId') + + def set_DBInstanceId(self,DBInstanceId): + self.add_query_param('DBInstanceId',DBInstanceId) + + def get_Tag3value(self): + return self.get_query_params().get('Tag.3.value') + + def set_Tag3value(self,Tag3value): + self.add_query_param('Tag.3.value',Tag3value) + + def get_proxyId(self): + return self.get_query_params().get('proxyId') + + def set_proxyId(self,proxyId): + self.add_query_param('proxyId',proxyId) + + def get_Tag5key(self): + return self.get_query_params().get('Tag.5.key') + + def set_Tag5key(self,Tag5key): + self.add_query_param('Tag.5.key',Tag5key) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_Tag5value(self): + return self.get_query_params().get('Tag.5.value') + + def set_Tag5value(self,Tag5value): + self.add_query_param('Tag.5.value',Tag5value) + + def get_Tags(self): + return self.get_query_params().get('Tags') + + def set_Tags(self,Tags): + self.add_query_param('Tags',Tags) + + def get_Tag1key(self): + return self.get_query_params().get('Tag.1.key') + + def set_Tag1key(self,Tag1key): + self.add_query_param('Tag.1.key',Tag1key) + + def get_Tag2value(self): + return self.get_query_params().get('Tag.2.value') + + def set_Tag2value(self,Tag2value): + self.add_query_param('Tag.2.value',Tag2value) + + def get_Tag4key(self): + return self.get_query_params().get('Tag.4.key') + + def set_Tag4key(self,Tag4key): + self.add_query_param('Tag.4.key',Tag4key) \ No newline at end of file diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeAccountsRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeAccountsRequest.py index 9963bf606d..7f6e9f08bd 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeAccountsRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeAccountsRequest.py @@ -21,7 +21,7 @@ class DescribeAccountsRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeAccounts','rds') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeAccounts') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -29,24 +29,18 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) + def get_PageNumber(self): + return self.get_query_params().get('PageNumber') + + def set_PageNumber(self,PageNumber): + self.add_query_param('PageNumber',PageNumber) + def get_AccountName(self): return self.get_query_params().get('AccountName') def set_AccountName(self,AccountName): self.add_query_param('AccountName',AccountName) - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - def get_PageSize(self): return self.get_query_params().get('PageSize') @@ -59,14 +53,20 @@ def get_DBInstanceId(self): def set_DBInstanceId(self,DBInstanceId): self.add_query_param('DBInstanceId',DBInstanceId) + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + def get_OwnerId(self): return self.get_query_params().get('OwnerId') def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_PageNumber(self): - return self.get_query_params().get('PageNumber') - - def set_PageNumber(self,PageNumber): - self.add_query_param('PageNumber',PageNumber) \ No newline at end of file + self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeActiveOperationTaskCountRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeActiveOperationTaskCountRequest.py new file mode 100644 index 0000000000..0dcccf0cd3 --- /dev/null +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeActiveOperationTaskCountRequest.py @@ -0,0 +1,54 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class DescribeActiveOperationTaskCountRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeActiveOperationTaskCount') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_SecurityToken(self): + return self.get_query_params().get('SecurityToken') + + def set_SecurityToken(self,SecurityToken): + self.add_query_param('SecurityToken',SecurityToken) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeActiveOperationTaskRegionRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeActiveOperationTaskRegionRequest.py new file mode 100644 index 0000000000..b21e4eba2b --- /dev/null +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeActiveOperationTaskRegionRequest.py @@ -0,0 +1,66 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class DescribeActiveOperationTaskRegionRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeActiveOperationTaskRegion') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_IsHistory(self): + return self.get_query_params().get('IsHistory') + + def set_IsHistory(self,IsHistory): + self.add_query_param('IsHistory',IsHistory) + + def get_SecurityToken(self): + return self.get_query_params().get('SecurityToken') + + def set_SecurityToken(self,SecurityToken): + self.add_query_param('SecurityToken',SecurityToken) + + def get_TaskType(self): + return self.get_query_params().get('TaskType') + + def set_TaskType(self,TaskType): + self.add_query_param('TaskType',TaskType) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeActiveOperationTaskRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeActiveOperationTaskRequest.py new file mode 100644 index 0000000000..c8abff009f --- /dev/null +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeActiveOperationTaskRequest.py @@ -0,0 +1,84 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class DescribeActiveOperationTaskRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeActiveOperationTask') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_PageNumber(self): + return self.get_query_params().get('PageNumber') + + def set_PageNumber(self,PageNumber): + self.add_query_param('PageNumber',PageNumber) + + def get_IsHistory(self): + return self.get_query_params().get('IsHistory') + + def set_IsHistory(self,IsHistory): + self.add_query_param('IsHistory',IsHistory) + + def get_SecurityToken(self): + return self.get_query_params().get('SecurityToken') + + def set_SecurityToken(self,SecurityToken): + self.add_query_param('SecurityToken',SecurityToken) + + def get_PageSize(self): + return self.get_query_params().get('PageSize') + + def set_PageSize(self,PageSize): + self.add_query_param('PageSize',PageSize) + + def get_TaskType(self): + return self.get_query_params().get('TaskType') + + def set_TaskType(self,TaskType): + self.add_query_param('TaskType',TaskType) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_Region(self): + return self.get_query_params().get('Region') + + def set_Region(self,Region): + self.add_query_param('Region',Region) \ No newline at end of file diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeActiveOperationTaskTypeRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeActiveOperationTaskTypeRequest.py new file mode 100644 index 0000000000..6c11bb8aa3 --- /dev/null +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeActiveOperationTaskTypeRequest.py @@ -0,0 +1,60 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class DescribeActiveOperationTaskTypeRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeActiveOperationTaskType') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_IsHistory(self): + return self.get_query_params().get('IsHistory') + + def set_IsHistory(self,IsHistory): + self.add_query_param('IsHistory',IsHistory) + + def get_SecurityToken(self): + return self.get_query_params().get('SecurityToken') + + def set_SecurityToken(self,SecurityToken): + self.add_query_param('SecurityToken',SecurityToken) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeArchiveSQLLogFromKeplerRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeArchiveSQLLogFromKeplerRequest.py new file mode 100644 index 0000000000..51a09ea9f0 --- /dev/null +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeArchiveSQLLogFromKeplerRequest.py @@ -0,0 +1,72 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class DescribeArchiveSQLLogFromKeplerRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeArchiveSQLLogFromKepler') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_SecurityToken(self): + return self.get_query_params().get('SecurityToken') + + def set_SecurityToken(self,SecurityToken): + self.add_query_param('SecurityToken',SecurityToken) + + def get_DBInstanceId(self): + return self.get_query_params().get('DBInstanceId') + + def set_DBInstanceId(self,DBInstanceId): + self.add_query_param('DBInstanceId',DBInstanceId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_ArchiveJobID(self): + return self.get_query_params().get('ArchiveJobID') + + def set_ArchiveJobID(self,ArchiveJobID): + self.add_query_param('ArchiveJobID',ArchiveJobID) + + def get_OssTableName(self): + return self.get_query_params().get('OssTableName') + + def set_OssTableName(self,OssTableName): + self.add_query_param('OssTableName',OssTableName) \ No newline at end of file diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeAvailableInstanceClassRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeAvailableInstanceClassRequest.py index 2fffa4750e..efa85e0fe2 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeAvailableInstanceClassRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeAvailableInstanceClassRequest.py @@ -21,7 +21,7 @@ class DescribeAvailableInstanceClassRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeAvailableInstanceClass','rds') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeAvailableInstanceClass') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -29,42 +29,18 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - def get_EngineVersion(self): return self.get_query_params().get('EngineVersion') def set_EngineVersion(self,EngineVersion): self.add_query_param('EngineVersion',EngineVersion) - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - def get_Engine(self): return self.get_query_params().get('Engine') def set_Engine(self,Engine): self.add_query_param('Engine',Engine) - def get_ZoneId(self): - return self.get_query_params().get('ZoneId') - - def set_ZoneId(self,ZoneId): - self.add_query_param('ZoneId',ZoneId) - def get_DBInstanceId(self): return self.get_query_params().get('DBInstanceId') @@ -77,6 +53,30 @@ def get_InstanceChargeType(self): def set_InstanceChargeType(self,InstanceChargeType): self.add_query_param('InstanceChargeType',InstanceChargeType) + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_ZoneId(self): + return self.get_query_params().get('ZoneId') + + def set_ZoneId(self,ZoneId): + self.add_query_param('ZoneId',ZoneId) + def get_OrderType(self): return self.get_query_params().get('OrderType') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeAvailableResourceRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeAvailableResourceRequest.py index 2d1273ab00..c23b90440e 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeAvailableResourceRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeAvailableResourceRequest.py @@ -21,7 +21,7 @@ class DescribeAvailableResourceRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeAvailableResource','rds') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeAvailableResource') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -29,42 +29,18 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - def get_EngineVersion(self): return self.get_query_params().get('EngineVersion') def set_EngineVersion(self,EngineVersion): self.add_query_param('EngineVersion',EngineVersion) - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - def get_Engine(self): return self.get_query_params().get('Engine') def set_Engine(self,Engine): self.add_query_param('Engine',Engine) - def get_ZoneId(self): - return self.get_query_params().get('ZoneId') - - def set_ZoneId(self,ZoneId): - self.add_query_param('ZoneId',ZoneId) - def get_DBInstanceId(self): return self.get_query_params().get('DBInstanceId') @@ -77,6 +53,30 @@ def get_InstanceChargeType(self): def set_InstanceChargeType(self,InstanceChargeType): self.add_query_param('InstanceChargeType',InstanceChargeType) + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_ZoneId(self): + return self.get_query_params().get('ZoneId') + + def set_ZoneId(self,ZoneId): + self.add_query_param('ZoneId',ZoneId) + def get_OrderType(self): return self.get_query_params().get('OrderType') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeBackupDatabaseRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeBackupDatabaseRequest.py index ab33cc52ef..7c0b012408 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeBackupDatabaseRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeBackupDatabaseRequest.py @@ -21,7 +21,7 @@ class DescribeBackupDatabaseRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeBackupDatabase','rds') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeBackupDatabase') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -41,14 +41,14 @@ def get_BackupId(self): def set_BackupId(self,BackupId): self.add_query_param('BackupId',BackupId) - def get_DBInstanceId(self): - return self.get_query_params().get('DBInstanceId') - - def set_DBInstanceId(self,DBInstanceId): - self.add_query_param('DBInstanceId',DBInstanceId) - def get_OwnerId(self): return self.get_query_params().get('OwnerId') def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) \ No newline at end of file + self.add_query_param('OwnerId',OwnerId) + + def get_DBInstanceId(self): + return self.get_query_params().get('DBInstanceId') + + def set_DBInstanceId(self,DBInstanceId): + self.add_query_param('DBInstanceId',DBInstanceId) \ No newline at end of file diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeBackupPolicyRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeBackupPolicyRequest.py index 68f77f1cf7..32320d127f 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeBackupPolicyRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeBackupPolicyRequest.py @@ -21,7 +21,7 @@ class DescribeBackupPolicyRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeBackupPolicy','rds') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeBackupPolicy') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -29,6 +29,18 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) + def get_DBInstanceId(self): + return self.get_query_params().get('DBInstanceId') + + def set_DBInstanceId(self,DBInstanceId): + self.add_query_param('DBInstanceId',DBInstanceId) + + def get_BackupPolicyMode(self): + return self.get_query_params().get('BackupPolicyMode') + + def set_BackupPolicyMode(self,BackupPolicyMode): + self.add_query_param('BackupPolicyMode',BackupPolicyMode) + def get_ResourceOwnerAccount(self): return self.get_query_params().get('ResourceOwnerAccount') @@ -47,20 +59,8 @@ def get_CompressType(self): def set_CompressType(self,CompressType): self.add_query_param('CompressType',CompressType) - def get_DBInstanceId(self): - return self.get_query_params().get('DBInstanceId') - - def set_DBInstanceId(self,DBInstanceId): - self.add_query_param('DBInstanceId',DBInstanceId) - def get_OwnerId(self): return self.get_query_params().get('OwnerId') def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_BackupPolicyMode(self): - return self.get_query_params().get('BackupPolicyMode') - - def set_BackupPolicyMode(self,BackupPolicyMode): - self.add_query_param('BackupPolicyMode',BackupPolicyMode) \ No newline at end of file + self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeBackupSetsForSecurityRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeBackupSetsForSecurityRequest.py new file mode 100644 index 0000000000..db15f783ed --- /dev/null +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeBackupSetsForSecurityRequest.py @@ -0,0 +1,114 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class DescribeBackupSetsForSecurityRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeBackupSetsForSecurity') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_TargetAliBid(self): + return self.get_query_params().get('TargetAliBid') + + def set_TargetAliBid(self,TargetAliBid): + self.add_query_param('TargetAliBid',TargetAliBid) + + def get_StartTime(self): + return self.get_query_params().get('StartTime') + + def set_StartTime(self,StartTime): + self.add_query_param('StartTime',StartTime) + + def get_PageNumber(self): + return self.get_query_params().get('PageNumber') + + def set_PageNumber(self,PageNumber): + self.add_query_param('PageNumber',PageNumber) + + def get_BackupLocation(self): + return self.get_query_params().get('BackupLocation') + + def set_BackupLocation(self,BackupLocation): + self.add_query_param('BackupLocation',BackupLocation) + + def get_PageSize(self): + return self.get_query_params().get('PageSize') + + def set_PageSize(self,PageSize): + self.add_query_param('PageSize',PageSize) + + def get_DBInstanceId(self): + return self.get_query_params().get('DBInstanceId') + + def set_DBInstanceId(self,DBInstanceId): + self.add_query_param('DBInstanceId',DBInstanceId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_BackupId(self): + return self.get_query_params().get('BackupId') + + def set_BackupId(self,BackupId): + self.add_query_param('BackupId',BackupId) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_EndTime(self): + return self.get_query_params().get('EndTime') + + def set_EndTime(self,EndTime): + self.add_query_param('EndTime',EndTime) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_BackupStatus(self): + return self.get_query_params().get('BackupStatus') + + def set_BackupStatus(self,BackupStatus): + self.add_query_param('BackupStatus',BackupStatus) + + def get_TargetAliUid(self): + return self.get_query_params().get('TargetAliUid') + + def set_TargetAliUid(self,TargetAliUid): + self.add_query_param('TargetAliUid',TargetAliUid) + + def get_BackupMode(self): + return self.get_query_params().get('BackupMode') + + def set_BackupMode(self,BackupMode): + self.add_query_param('BackupMode',BackupMode) \ No newline at end of file diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeBackupTasksRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeBackupTasksRequest.py index 1e82cc3a5a..efa324d354 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeBackupTasksRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeBackupTasksRequest.py @@ -21,7 +21,7 @@ class DescribeBackupTasksRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeBackupTasks','rds') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeBackupTasks') def get_BackupJobId(self): return self.get_query_params().get('BackupJobId') @@ -41,35 +41,29 @@ def get_Flag(self): def set_Flag(self,Flag): self.add_query_param('Flag',Flag) - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - def get_ClientToken(self): return self.get_query_params().get('ClientToken') def set_ClientToken(self,ClientToken): self.add_query_param('ClientToken',ClientToken) - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - def get_DBInstanceId(self): return self.get_query_params().get('DBInstanceId') def set_DBInstanceId(self,DBInstanceId): self.add_query_param('DBInstanceId',DBInstanceId) - def get_BackupMode(self): - return self.get_query_params().get('BackupMode') + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') - def set_BackupMode(self,BackupMode): - self.add_query_param('BackupMode',BackupMode) + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) def get_OwnerId(self): return self.get_query_params().get('OwnerId') @@ -81,4 +75,10 @@ def get_BackupJobStatus(self): return self.get_query_params().get('BackupJobStatus') def set_BackupJobStatus(self,BackupJobStatus): - self.add_query_param('BackupJobStatus',BackupJobStatus) \ No newline at end of file + self.add_query_param('BackupJobStatus',BackupJobStatus) + + def get_BackupMode(self): + return self.get_query_params().get('BackupMode') + + def set_BackupMode(self,BackupMode): + self.add_query_param('BackupMode',BackupMode) \ No newline at end of file diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeBackupsForSecurityRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeBackupsForSecurityRequest.py new file mode 100644 index 0000000000..90fc431f3c --- /dev/null +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeBackupsForSecurityRequest.py @@ -0,0 +1,114 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class DescribeBackupsForSecurityRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeBackupsForSecurity') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_TargetAliBid(self): + return self.get_query_params().get('TargetAliBid') + + def set_TargetAliBid(self,TargetAliBid): + self.add_query_param('TargetAliBid',TargetAliBid) + + def get_StartTime(self): + return self.get_query_params().get('StartTime') + + def set_StartTime(self,StartTime): + self.add_query_param('StartTime',StartTime) + + def get_PageNumber(self): + return self.get_query_params().get('PageNumber') + + def set_PageNumber(self,PageNumber): + self.add_query_param('PageNumber',PageNumber) + + def get_BackupLocation(self): + return self.get_query_params().get('BackupLocation') + + def set_BackupLocation(self,BackupLocation): + self.add_query_param('BackupLocation',BackupLocation) + + def get_PageSize(self): + return self.get_query_params().get('PageSize') + + def set_PageSize(self,PageSize): + self.add_query_param('PageSize',PageSize) + + def get_DBInstanceId(self): + return self.get_query_params().get('DBInstanceId') + + def set_DBInstanceId(self,DBInstanceId): + self.add_query_param('DBInstanceId',DBInstanceId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_BackupId(self): + return self.get_query_params().get('BackupId') + + def set_BackupId(self,BackupId): + self.add_query_param('BackupId',BackupId) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_EndTime(self): + return self.get_query_params().get('EndTime') + + def set_EndTime(self,EndTime): + self.add_query_param('EndTime',EndTime) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_BackupStatus(self): + return self.get_query_params().get('BackupStatus') + + def set_BackupStatus(self,BackupStatus): + self.add_query_param('BackupStatus',BackupStatus) + + def get_TargetAliUid(self): + return self.get_query_params().get('TargetAliUid') + + def set_TargetAliUid(self,TargetAliUid): + self.add_query_param('TargetAliUid',TargetAliUid) + + def get_BackupMode(self): + return self.get_query_params().get('BackupMode') + + def set_BackupMode(self,BackupMode): + self.add_query_param('BackupMode',BackupMode) \ No newline at end of file diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeBackupsRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeBackupsRequest.py index fa499a1ec1..903ebde236 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeBackupsRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeBackupsRequest.py @@ -21,7 +21,7 @@ class DescribeBackupsRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeBackups','rds') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeBackups') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -29,6 +29,36 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) + def get_StartTime(self): + return self.get_query_params().get('StartTime') + + def set_StartTime(self,StartTime): + self.add_query_param('StartTime',StartTime) + + def get_PageNumber(self): + return self.get_query_params().get('PageNumber') + + def set_PageNumber(self,PageNumber): + self.add_query_param('PageNumber',PageNumber) + + def get_BackupLocation(self): + return self.get_query_params().get('BackupLocation') + + def set_BackupLocation(self,BackupLocation): + self.add_query_param('BackupLocation',BackupLocation) + + def get_PageSize(self): + return self.get_query_params().get('PageSize') + + def set_PageSize(self,PageSize): + self.add_query_param('PageSize',PageSize) + + def get_DBInstanceId(self): + return self.get_query_params().get('DBInstanceId') + + def set_DBInstanceId(self,DBInstanceId): + self.add_query_param('DBInstanceId',DBInstanceId) + def get_ResourceOwnerAccount(self): return self.get_query_params().get('ResourceOwnerAccount') @@ -53,48 +83,18 @@ def get_EndTime(self): def set_EndTime(self,EndTime): self.add_query_param('EndTime',EndTime) - def get_StartTime(self): - return self.get_query_params().get('StartTime') - - def set_StartTime(self,StartTime): - self.add_query_param('StartTime',StartTime) - def get_OwnerId(self): return self.get_query_params().get('OwnerId') def set_OwnerId(self,OwnerId): self.add_query_param('OwnerId',OwnerId) - def get_PageNumber(self): - return self.get_query_params().get('PageNumber') - - def set_PageNumber(self,PageNumber): - self.add_query_param('PageNumber',PageNumber) - def get_BackupStatus(self): return self.get_query_params().get('BackupStatus') def set_BackupStatus(self,BackupStatus): self.add_query_param('BackupStatus',BackupStatus) - def get_BackupLocation(self): - return self.get_query_params().get('BackupLocation') - - def set_BackupLocation(self,BackupLocation): - self.add_query_param('BackupLocation',BackupLocation) - - def get_PageSize(self): - return self.get_query_params().get('PageSize') - - def set_PageSize(self,PageSize): - self.add_query_param('PageSize',PageSize) - - def get_DBInstanceId(self): - return self.get_query_params().get('DBInstanceId') - - def set_DBInstanceId(self,DBInstanceId): - self.add_query_param('DBInstanceId',DBInstanceId) - def get_BackupMode(self): return self.get_query_params().get('BackupMode') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeBinlogFilesRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeBinlogFilesRequest.py index b6065ea5b6..d96952810c 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeBinlogFilesRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeBinlogFilesRequest.py @@ -21,7 +21,7 @@ class DescribeBinlogFilesRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeBinlogFiles','rds') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeBinlogFiles') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -29,17 +29,17 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') + def get_StartTime(self): + return self.get_query_params().get('StartTime') - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + def set_StartTime(self,StartTime): + self.add_query_param('StartTime',StartTime) - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') + def get_PageNumber(self): + return self.get_query_params().get('PageNumber') - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) + def set_PageNumber(self,PageNumber): + self.add_query_param('PageNumber',PageNumber) def get_PageSize(self): return self.get_query_params().get('PageSize') @@ -47,32 +47,32 @@ def get_PageSize(self): def set_PageSize(self,PageSize): self.add_query_param('PageSize',PageSize) - def get_EndTime(self): - return self.get_query_params().get('EndTime') - - def set_EndTime(self,EndTime): - self.add_query_param('EndTime',EndTime) - def get_DBInstanceId(self): return self.get_query_params().get('DBInstanceId') def set_DBInstanceId(self,DBInstanceId): self.add_query_param('DBInstanceId',DBInstanceId) - def get_StartTime(self): - return self.get_query_params().get('StartTime') + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') - def set_StartTime(self,StartTime): - self.add_query_param('StartTime',StartTime) + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_EndTime(self): + return self.get_query_params().get('EndTime') + + def set_EndTime(self,EndTime): + self.add_query_param('EndTime',EndTime) def get_OwnerId(self): return self.get_query_params().get('OwnerId') def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_PageNumber(self): - return self.get_query_params().get('PageNumber') - - def set_PageNumber(self,PageNumber): - self.add_query_param('PageNumber',PageNumber) \ No newline at end of file + self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeCharacterSetNameRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeCharacterSetNameRequest.py index 99be3d7744..e7e33b5d46 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeCharacterSetNameRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeCharacterSetNameRequest.py @@ -21,7 +21,7 @@ class DescribeCharacterSetNameRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeCharacterSetName','rds') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeCharacterSetName') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -35,12 +35,6 @@ def get_ResourceOwnerAccount(self): def set_ResourceOwnerAccount(self,ResourceOwnerAccount): self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - def get_Engine(self): - return self.get_query_params().get('Engine') - - def set_Engine(self,Engine): - self.add_query_param('Engine',Engine) - def get_OwnerAccount(self): return self.get_query_params().get('OwnerAccount') @@ -51,4 +45,10 @@ def get_OwnerId(self): return self.get_query_params().get('OwnerId') def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) \ No newline at end of file + self.add_query_param('OwnerId',OwnerId) + + def get_Engine(self): + return self.get_query_params().get('Engine') + + def set_Engine(self,Engine): + self.add_query_param('Engine',Engine) \ No newline at end of file diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeClassListRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeClassListRequest.py new file mode 100644 index 0000000000..4428c1a8f4 --- /dev/null +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeClassListRequest.py @@ -0,0 +1,66 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class DescribeClassListRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeClassList') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_ClientToken(self): + return self.get_query_params().get('ClientToken') + + def set_ClientToken(self,ClientToken): + self.add_query_param('ClientToken',ClientToken) + + def get_DBInstanceId(self): + return self.get_query_params().get('DBInstanceId') + + def set_DBInstanceId(self,DBInstanceId): + self.add_query_param('DBInstanceId',DBInstanceId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_CommodityCode(self): + return self.get_query_params().get('CommodityCode') + + def set_CommodityCode(self,CommodityCode): + self.add_query_param('CommodityCode',CommodityCode) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_OrderType(self): + return self.get_query_params().get('OrderType') + + def set_OrderType(self,OrderType): + self.add_query_param('OrderType',OrderType) \ No newline at end of file diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeCloudDBAServiceRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeCloudDBAServiceRequest.py new file mode 100644 index 0000000000..d2d103f3d9 --- /dev/null +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeCloudDBAServiceRequest.py @@ -0,0 +1,42 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class DescribeCloudDBAServiceRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeCloudDBAService') + + def get_ServiceRequestType(self): + return self.get_query_params().get('ServiceRequestType') + + def set_ServiceRequestType(self,ServiceRequestType): + self.add_query_param('ServiceRequestType',ServiceRequestType) + + def get_ServiceRequestParam(self): + return self.get_query_params().get('ServiceRequestParam') + + def set_ServiceRequestParam(self,ServiceRequestParam): + self.add_query_param('ServiceRequestParam',ServiceRequestParam) + + def get_DBInstanceId(self): + return self.get_query_params().get('DBInstanceId') + + def set_DBInstanceId(self,DBInstanceId): + self.add_query_param('DBInstanceId',DBInstanceId) \ No newline at end of file diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeCloudDbExpertServiceRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeCloudDbExpertServiceRequest.py index 708475b2a7..a0539faed2 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeCloudDbExpertServiceRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeCloudDbExpertServiceRequest.py @@ -21,13 +21,7 @@ class DescribeCloudDbExpertServiceRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeCloudDbExpertService','rds') - - def get_ServiceRequestParam(self): - return self.get_query_params().get('ServiceRequestParam') - - def set_ServiceRequestParam(self,ServiceRequestParam): - self.add_query_param('ServiceRequestParam',ServiceRequestParam) + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeCloudDbExpertService') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -35,12 +29,30 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) + def get_ServiceRequestType(self): + return self.get_query_params().get('ServiceRequestType') + + def set_ServiceRequestType(self,ServiceRequestType): + self.add_query_param('ServiceRequestType',ServiceRequestType) + + def get_ServiceRequestParam(self): + return self.get_query_params().get('ServiceRequestParam') + + def set_ServiceRequestParam(self,ServiceRequestParam): + self.add_query_param('ServiceRequestParam',ServiceRequestParam) + def get_SecurityToken(self): return self.get_query_params().get('SecurityToken') def set_SecurityToken(self,SecurityToken): self.add_query_param('SecurityToken',SecurityToken) + def get_DBInstanceId(self): + return self.get_query_params().get('DBInstanceId') + + def set_DBInstanceId(self,DBInstanceId): + self.add_query_param('DBInstanceId',DBInstanceId) + def get_ResourceOwnerAccount(self): return self.get_query_params().get('ResourceOwnerAccount') @@ -53,20 +65,8 @@ def get_OwnerAccount(self): def set_OwnerAccount(self,OwnerAccount): self.add_query_param('OwnerAccount',OwnerAccount) - def get_DBInstanceId(self): - return self.get_query_params().get('DBInstanceId') - - def set_DBInstanceId(self,DBInstanceId): - self.add_query_param('DBInstanceId',DBInstanceId) - def get_OwnerId(self): return self.get_query_params().get('OwnerId') def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_ServiceRequestType(self): - return self.get_query_params().get('ServiceRequestType') - - def set_ServiceRequestType(self,ServiceRequestType): - self.add_query_param('ServiceRequestType',ServiceRequestType) \ No newline at end of file + self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeCollationTimeZonesRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeCollationTimeZonesRequest.py index 5e01e1d53f..22f5858eda 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeCollationTimeZonesRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeCollationTimeZonesRequest.py @@ -21,7 +21,7 @@ class DescribeCollationTimeZonesRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeCollationTimeZones','rds') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeCollationTimeZones') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeCommodityRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeCommodityRequest.py new file mode 100644 index 0000000000..8714a2e154 --- /dev/null +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeCommodityRequest.py @@ -0,0 +1,66 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class DescribeCommodityRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeCommodity') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_ClientToken(self): + return self.get_query_params().get('ClientToken') + + def set_ClientToken(self,ClientToken): + self.add_query_param('ClientToken',ClientToken) + + def get_DBInstanceId(self): + return self.get_query_params().get('DBInstanceId') + + def set_DBInstanceId(self,DBInstanceId): + self.add_query_param('DBInstanceId',DBInstanceId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_CommodityCode(self): + return self.get_query_params().get('CommodityCode') + + def set_CommodityCode(self,CommodityCode): + self.add_query_param('CommodityCode',CommodityCode) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_OrderType(self): + return self.get_query_params().get('OrderType') + + def set_OrderType(self,OrderType): + self.add_query_param('OrderType',OrderType) \ No newline at end of file diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeCustinsKernelReleaseNotesRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeCustinsKernelReleaseNotesRequest.py new file mode 100644 index 0000000000..58a3533e44 --- /dev/null +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeCustinsKernelReleaseNotesRequest.py @@ -0,0 +1,48 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class DescribeCustinsKernelReleaseNotesRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeCustinsKernelReleaseNotes') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_DBInstanceId(self): + return self.get_query_params().get('DBInstanceId') + + def set_DBInstanceId(self,DBInstanceId): + self.add_query_param('DBInstanceId',DBInstanceId) \ No newline at end of file diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeDBInstanceAttributeRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeDBInstanceAttributeRequest.py index 76db6970dc..0222feaec2 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeDBInstanceAttributeRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeDBInstanceAttributeRequest.py @@ -21,13 +21,7 @@ class DescribeDBInstanceAttributeRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeDBInstanceAttribute','rds') - - def get_ResourceGroupId(self): - return self.get_query_params().get('ResourceGroupId') - - def set_ResourceGroupId(self,ResourceGroupId): - self.add_query_param('ResourceGroupId',ResourceGroupId) + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeDBInstanceAttribute') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -35,12 +29,24 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) + def get_ResourceGroupId(self): + return self.get_query_params().get('ResourceGroupId') + + def set_ResourceGroupId(self,ResourceGroupId): + self.add_query_param('ResourceGroupId',ResourceGroupId) + def get_Expired(self): return self.get_query_params().get('Expired') def set_Expired(self,Expired): self.add_query_param('Expired',Expired) + def get_DBInstanceId(self): + return self.get_query_params().get('DBInstanceId') + + def set_DBInstanceId(self,DBInstanceId): + self.add_query_param('DBInstanceId',DBInstanceId) + def get_ResourceOwnerAccount(self): return self.get_query_params().get('ResourceOwnerAccount') @@ -53,12 +59,6 @@ def get_OwnerAccount(self): def set_OwnerAccount(self,OwnerAccount): self.add_query_param('OwnerAccount',OwnerAccount) - def get_DBInstanceId(self): - return self.get_query_params().get('DBInstanceId') - - def set_DBInstanceId(self,DBInstanceId): - self.add_query_param('DBInstanceId',DBInstanceId) - def get_OwnerId(self): return self.get_query_params().get('OwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeDBInstanceByTagsRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeDBInstanceByTagsRequest.py index db105042cc..200acb7d4c 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeDBInstanceByTagsRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeDBInstanceByTagsRequest.py @@ -21,7 +21,7 @@ class DescribeDBInstanceByTagsRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeDBInstanceByTags','rds') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeDBInstanceByTags') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -29,23 +29,17 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - def get_ClientToken(self): return self.get_query_params().get('ClientToken') def set_ClientToken(self,ClientToken): self.add_query_param('ClientToken',ClientToken) - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') + def get_PageNumber(self): + return self.get_query_params().get('PageNumber') - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) + def set_PageNumber(self,PageNumber): + self.add_query_param('PageNumber',PageNumber) def get_PageSize(self): return self.get_query_params().get('PageSize') @@ -59,20 +53,26 @@ def get_DBInstanceId(self): def set_DBInstanceId(self,DBInstanceId): self.add_query_param('DBInstanceId',DBInstanceId) - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') + def get_proxyId(self): + return self.get_query_params().get('proxyId') - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) + def set_proxyId(self,proxyId): + self.add_query_param('proxyId',proxyId) - def get_PageNumber(self): - return self.get_query_params().get('PageNumber') + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') - def set_PageNumber(self,PageNumber): - self.add_query_param('PageNumber',PageNumber) + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - def get_proxyId(self): - return self.get_query_params().get('proxyId') + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') - def set_proxyId(self,proxyId): - self.add_query_param('proxyId',proxyId) \ No newline at end of file + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeDBInstanceECSSGRelationRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeDBInstanceECSSGRelationRequest.py new file mode 100644 index 0000000000..6752579f8a --- /dev/null +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeDBInstanceECSSGRelationRequest.py @@ -0,0 +1,48 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class DescribeDBInstanceECSSGRelationRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeDBInstanceECSSGRelation') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_DBInstanceId(self): + return self.get_query_params().get('DBInstanceId') + + def set_DBInstanceId(self,DBInstanceId): + self.add_query_param('DBInstanceId',DBInstanceId) \ No newline at end of file diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeDBInstanceEncryptionKeyRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeDBInstanceEncryptionKeyRequest.py new file mode 100644 index 0000000000..02b03615d4 --- /dev/null +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeDBInstanceEncryptionKeyRequest.py @@ -0,0 +1,60 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class DescribeDBInstanceEncryptionKeyRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeDBInstanceEncryptionKey') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_SecurityToken(self): + return self.get_query_params().get('SecurityToken') + + def set_SecurityToken(self,SecurityToken): + self.add_query_param('SecurityToken',SecurityToken) + + def get_DBInstanceId(self): + return self.get_query_params().get('DBInstanceId') + + def set_DBInstanceId(self,DBInstanceId): + self.add_query_param('DBInstanceId',DBInstanceId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeDBInstanceExtendAttributeRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeDBInstanceExtendAttributeRequest.py new file mode 100644 index 0000000000..8655f83452 --- /dev/null +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeDBInstanceExtendAttributeRequest.py @@ -0,0 +1,48 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class DescribeDBInstanceExtendAttributeRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeDBInstanceExtendAttribute') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_DBInstanceId(self): + return self.get_query_params().get('DBInstanceId') + + def set_DBInstanceId(self,DBInstanceId): + self.add_query_param('DBInstanceId',DBInstanceId) \ No newline at end of file diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeDBInstanceHAConfigRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeDBInstanceHAConfigRequest.py index 92ec0f1fa0..70283d437c 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeDBInstanceHAConfigRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeDBInstanceHAConfigRequest.py @@ -21,7 +21,7 @@ class DescribeDBInstanceHAConfigRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeDBInstanceHAConfig','rds') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeDBInstanceHAConfig') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -41,14 +41,14 @@ def get_OwnerAccount(self): def set_OwnerAccount(self,OwnerAccount): self.add_query_param('OwnerAccount',OwnerAccount) - def get_DBInstanceId(self): - return self.get_query_params().get('DBInstanceId') - - def set_DBInstanceId(self,DBInstanceId): - self.add_query_param('DBInstanceId',DBInstanceId) - def get_OwnerId(self): return self.get_query_params().get('OwnerId') def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) \ No newline at end of file + self.add_query_param('OwnerId',OwnerId) + + def get_DBInstanceId(self): + return self.get_query_params().get('DBInstanceId') + + def set_DBInstanceId(self,DBInstanceId): + self.add_query_param('DBInstanceId',DBInstanceId) \ No newline at end of file diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeDBInstanceIPArrayListRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeDBInstanceIPArrayListRequest.py index e64c65d7fd..cef3ad10d4 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeDBInstanceIPArrayListRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeDBInstanceIPArrayListRequest.py @@ -21,7 +21,7 @@ class DescribeDBInstanceIPArrayListRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeDBInstanceIPArrayList','rds') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeDBInstanceIPArrayList') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -29,12 +29,6 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) - def get_WhitelistNetworkType(self): - return self.get_query_params().get('WhitelistNetworkType') - - def set_WhitelistNetworkType(self,WhitelistNetworkType): - self.add_query_param('WhitelistNetworkType',WhitelistNetworkType) - def get_ResourceOwnerAccount(self): return self.get_query_params().get('ResourceOwnerAccount') @@ -47,14 +41,20 @@ def get_OwnerAccount(self): def set_OwnerAccount(self,OwnerAccount): self.add_query_param('OwnerAccount',OwnerAccount) - def get_DBInstanceId(self): - return self.get_query_params().get('DBInstanceId') - - def set_DBInstanceId(self,DBInstanceId): - self.add_query_param('DBInstanceId',DBInstanceId) - def get_OwnerId(self): return self.get_query_params().get('OwnerId') def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) \ No newline at end of file + self.add_query_param('OwnerId',OwnerId) + + def get_WhitelistNetworkType(self): + return self.get_query_params().get('WhitelistNetworkType') + + def set_WhitelistNetworkType(self,WhitelistNetworkType): + self.add_query_param('WhitelistNetworkType',WhitelistNetworkType) + + def get_DBInstanceId(self): + return self.get_query_params().get('DBInstanceId') + + def set_DBInstanceId(self,DBInstanceId): + self.add_query_param('DBInstanceId',DBInstanceId) \ No newline at end of file diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeDBInstanceInfoRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeDBInstanceInfoRequest.py new file mode 100644 index 0000000000..574350d90a --- /dev/null +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeDBInstanceInfoRequest.py @@ -0,0 +1,66 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class DescribeDBInstanceInfoRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeDBInstanceInfo') + + def get_AddressPort(self): + return self.get_query_params().get('AddressPort') + + def set_AddressPort(self,AddressPort): + self.add_query_param('AddressPort',AddressPort) + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_ClientToken(self): + return self.get_query_params().get('ClientToken') + + def set_ClientToken(self,ClientToken): + self.add_query_param('ClientToken',ClientToken) + + def get_DBInstanceId(self): + return self.get_query_params().get('DBInstanceId') + + def set_DBInstanceId(self,DBInstanceId): + self.add_query_param('DBInstanceId',DBInstanceId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_AddressIP(self): + return self.get_query_params().get('AddressIP') + + def set_AddressIP(self,AddressIP): + self.add_query_param('AddressIP',AddressIP) \ No newline at end of file diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeDBInstanceMonitorRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeDBInstanceMonitorRequest.py index 9666142a07..334f062403 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeDBInstanceMonitorRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeDBInstanceMonitorRequest.py @@ -21,7 +21,7 @@ class DescribeDBInstanceMonitorRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeDBInstanceMonitor','rds') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeDBInstanceMonitor') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -47,14 +47,14 @@ def get_OwnerAccount(self): def set_OwnerAccount(self,OwnerAccount): self.add_query_param('OwnerAccount',OwnerAccount) - def get_DBInstanceId(self): - return self.get_query_params().get('DBInstanceId') - - def set_DBInstanceId(self,DBInstanceId): - self.add_query_param('DBInstanceId',DBInstanceId) - def get_OwnerId(self): return self.get_query_params().get('OwnerId') def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) \ No newline at end of file + self.add_query_param('OwnerId',OwnerId) + + def get_DBInstanceId(self): + return self.get_query_params().get('DBInstanceId') + + def set_DBInstanceId(self,DBInstanceId): + self.add_query_param('DBInstanceId',DBInstanceId) \ No newline at end of file diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeDBInstanceNetInfoForChannelRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeDBInstanceNetInfoForChannelRequest.py new file mode 100644 index 0000000000..c9fa6d3ff2 --- /dev/null +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeDBInstanceNetInfoForChannelRequest.py @@ -0,0 +1,72 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class DescribeDBInstanceNetInfoForChannelRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeDBInstanceNetInfoForChannel') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_Flag(self): + return self.get_query_params().get('Flag') + + def set_Flag(self,Flag): + self.add_query_param('Flag',Flag) + + def get_ClientToken(self): + return self.get_query_params().get('ClientToken') + + def set_ClientToken(self,ClientToken): + self.add_query_param('ClientToken',ClientToken) + + def get_DBInstanceId(self): + return self.get_query_params().get('DBInstanceId') + + def set_DBInstanceId(self,DBInstanceId): + self.add_query_param('DBInstanceId',DBInstanceId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_DBInstanceNetRWSplitType(self): + return self.get_query_params().get('DBInstanceNetRWSplitType') + + def set_DBInstanceNetRWSplitType(self,DBInstanceNetRWSplitType): + self.add_query_param('DBInstanceNetRWSplitType',DBInstanceNetRWSplitType) \ No newline at end of file diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeDBInstanceNetInfoRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeDBInstanceNetInfoRequest.py index 18076ed990..0f8ecff11a 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeDBInstanceNetInfoRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeDBInstanceNetInfoRequest.py @@ -21,7 +21,7 @@ class DescribeDBInstanceNetInfoRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeDBInstanceNetInfo','rds') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeDBInstanceNetInfo') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -35,11 +35,17 @@ def get_Flag(self): def set_Flag(self,Flag): self.add_query_param('Flag',Flag) - def get_DBInstanceNetRWSplitType(self): - return self.get_query_params().get('DBInstanceNetRWSplitType') + def get_ClientToken(self): + return self.get_query_params().get('ClientToken') - def set_DBInstanceNetRWSplitType(self,DBInstanceNetRWSplitType): - self.add_query_param('DBInstanceNetRWSplitType',DBInstanceNetRWSplitType) + def set_ClientToken(self,ClientToken): + self.add_query_param('ClientToken',ClientToken) + + def get_DBInstanceId(self): + return self.get_query_params().get('DBInstanceId') + + def set_DBInstanceId(self,DBInstanceId): + self.add_query_param('DBInstanceId',DBInstanceId) def get_ResourceOwnerAccount(self): return self.get_query_params().get('ResourceOwnerAccount') @@ -47,26 +53,20 @@ def get_ResourceOwnerAccount(self): def set_ResourceOwnerAccount(self,ResourceOwnerAccount): self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - def get_ClientToken(self): - return self.get_query_params().get('ClientToken') - - def set_ClientToken(self,ClientToken): - self.add_query_param('ClientToken',ClientToken) - def get_OwnerAccount(self): return self.get_query_params().get('OwnerAccount') def set_OwnerAccount(self,OwnerAccount): self.add_query_param('OwnerAccount',OwnerAccount) - def get_DBInstanceId(self): - return self.get_query_params().get('DBInstanceId') - - def set_DBInstanceId(self,DBInstanceId): - self.add_query_param('DBInstanceId',DBInstanceId) - def get_OwnerId(self): return self.get_query_params().get('OwnerId') def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) \ No newline at end of file + self.add_query_param('OwnerId',OwnerId) + + def get_DBInstanceNetRWSplitType(self): + return self.get_query_params().get('DBInstanceNetRWSplitType') + + def set_DBInstanceNetRWSplitType(self,DBInstanceNetRWSplitType): + self.add_query_param('DBInstanceNetRWSplitType',DBInstanceNetRWSplitType) \ No newline at end of file diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeDBInstanceNetworkDetailRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeDBInstanceNetworkDetailRequest.py new file mode 100644 index 0000000000..83913317a2 --- /dev/null +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeDBInstanceNetworkDetailRequest.py @@ -0,0 +1,54 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class DescribeDBInstanceNetworkDetailRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeDBInstanceNetworkDetail') + + def get_StartPoint(self): + return self.get_query_params().get('StartPoint') + + def set_StartPoint(self,StartPoint): + self.add_query_param('StartPoint',StartPoint) + + def get_EndTime(self): + return self.get_query_params().get('EndTime') + + def set_EndTime(self,EndTime): + self.add_query_param('EndTime',EndTime) + + def get_StartTime(self): + return self.get_query_params().get('StartTime') + + def set_StartTime(self,StartTime): + self.add_query_param('StartTime',StartTime) + + def get_EndPoint(self): + return self.get_query_params().get('EndPoint') + + def set_EndPoint(self,EndPoint): + self.add_query_param('EndPoint',EndPoint) + + def get_DBInstanceId(self): + return self.get_query_params().get('DBInstanceId') + + def set_DBInstanceId(self,DBInstanceId): + self.add_query_param('DBInstanceId',DBInstanceId) \ No newline at end of file diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeDBInstanceNetworkRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeDBInstanceNetworkRequest.py new file mode 100644 index 0000000000..1cecd29266 --- /dev/null +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeDBInstanceNetworkRequest.py @@ -0,0 +1,42 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class DescribeDBInstanceNetworkRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeDBInstanceNetwork') + + def get_EndTime(self): + return self.get_query_params().get('EndTime') + + def set_EndTime(self,EndTime): + self.add_query_param('EndTime',EndTime) + + def get_StartTime(self): + return self.get_query_params().get('StartTime') + + def set_StartTime(self,StartTime): + self.add_query_param('StartTime',StartTime) + + def get_DBInstanceId(self): + return self.get_query_params().get('DBInstanceId') + + def set_DBInstanceId(self,DBInstanceId): + self.add_query_param('DBInstanceId',DBInstanceId) \ No newline at end of file diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeDBInstancePerformanceRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeDBInstancePerformanceRequest.py index ce69d9d2e9..09c06aa134 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeDBInstancePerformanceRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeDBInstancePerformanceRequest.py @@ -21,7 +21,7 @@ class DescribeDBInstancePerformanceRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeDBInstancePerformance','rds') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeDBInstancePerformance') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -29,6 +29,24 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) + def get_StartTime(self): + return self.get_query_params().get('StartTime') + + def set_StartTime(self,StartTime): + self.add_query_param('StartTime',StartTime) + + def get_DBInstanceId(self): + return self.get_query_params().get('DBInstanceId') + + def set_DBInstanceId(self,DBInstanceId): + self.add_query_param('DBInstanceId',DBInstanceId) + + def get_Key(self): + return self.get_query_params().get('Key') + + def set_Key(self,Key): + self.add_query_param('Key',Key) + def get_ResourceOwnerAccount(self): return self.get_query_params().get('ResourceOwnerAccount') @@ -47,26 +65,8 @@ def get_EndTime(self): def set_EndTime(self,EndTime): self.add_query_param('EndTime',EndTime) - def get_DBInstanceId(self): - return self.get_query_params().get('DBInstanceId') - - def set_DBInstanceId(self,DBInstanceId): - self.add_query_param('DBInstanceId',DBInstanceId) - - def get_StartTime(self): - return self.get_query_params().get('StartTime') - - def set_StartTime(self,StartTime): - self.add_query_param('StartTime',StartTime) - def get_OwnerId(self): return self.get_query_params().get('OwnerId') def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_Key(self): - return self.get_query_params().get('Key') - - def set_Key(self,Key): - self.add_query_param('Key',Key) \ No newline at end of file + self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeDBInstanceProxyConfigurationRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeDBInstanceProxyConfigurationRequest.py index ee97db8085..e850aa82b6 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeDBInstanceProxyConfigurationRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeDBInstanceProxyConfigurationRequest.py @@ -21,7 +21,7 @@ class DescribeDBInstanceProxyConfigurationRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeDBInstanceProxyConfiguration','rds') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeDBInstanceProxyConfiguration') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -35,14 +35,14 @@ def get_ResourceOwnerAccount(self): def set_ResourceOwnerAccount(self,ResourceOwnerAccount): self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - def get_DBInstanceId(self): - return self.get_query_params().get('DBInstanceId') - - def set_DBInstanceId(self,DBInstanceId): - self.add_query_param('DBInstanceId',DBInstanceId) - def get_OwnerId(self): return self.get_query_params().get('OwnerId') def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) \ No newline at end of file + self.add_query_param('OwnerId',OwnerId) + + def get_DBInstanceId(self): + return self.get_query_params().get('DBInstanceId') + + def set_DBInstanceId(self,DBInstanceId): + self.add_query_param('DBInstanceId',DBInstanceId) \ No newline at end of file diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeDBInstanceSSLRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeDBInstanceSSLRequest.py index 70be9e59c1..ab6a866f2e 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeDBInstanceSSLRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeDBInstanceSSLRequest.py @@ -21,7 +21,7 @@ class DescribeDBInstanceSSLRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeDBInstanceSSL','rds') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeDBInstanceSSL') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -41,14 +41,14 @@ def get_OwnerAccount(self): def set_OwnerAccount(self,OwnerAccount): self.add_query_param('OwnerAccount',OwnerAccount) - def get_DBInstanceId(self): - return self.get_query_params().get('DBInstanceId') - - def set_DBInstanceId(self,DBInstanceId): - self.add_query_param('DBInstanceId',DBInstanceId) - def get_OwnerId(self): return self.get_query_params().get('OwnerId') def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) \ No newline at end of file + self.add_query_param('OwnerId',OwnerId) + + def get_DBInstanceId(self): + return self.get_query_params().get('DBInstanceId') + + def set_DBInstanceId(self,DBInstanceId): + self.add_query_param('DBInstanceId',DBInstanceId) \ No newline at end of file diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeDBInstanceSwitchLogRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeDBInstanceSwitchLogRequest.py new file mode 100644 index 0000000000..75f79c3314 --- /dev/null +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeDBInstanceSwitchLogRequest.py @@ -0,0 +1,78 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class DescribeDBInstanceSwitchLogRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeDBInstanceSwitchLog') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_StartTime(self): + return self.get_query_params().get('StartTime') + + def set_StartTime(self,StartTime): + self.add_query_param('StartTime',StartTime) + + def get_PageNumber(self): + return self.get_query_params().get('PageNumber') + + def set_PageNumber(self,PageNumber): + self.add_query_param('PageNumber',PageNumber) + + def get_PageSize(self): + return self.get_query_params().get('PageSize') + + def set_PageSize(self,PageSize): + self.add_query_param('PageSize',PageSize) + + def get_DBInstanceId(self): + return self.get_query_params().get('DBInstanceId') + + def set_DBInstanceId(self,DBInstanceId): + self.add_query_param('DBInstanceId',DBInstanceId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_EndTime(self): + return self.get_query_params().get('EndTime') + + def set_EndTime(self,EndTime): + self.add_query_param('EndTime',EndTime) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeDBInstanceTDERequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeDBInstanceTDERequest.py index e790148562..f481545b5f 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeDBInstanceTDERequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeDBInstanceTDERequest.py @@ -21,7 +21,7 @@ class DescribeDBInstanceTDERequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeDBInstanceTDE','rds') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeDBInstanceTDE') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -41,14 +41,14 @@ def get_OwnerAccount(self): def set_OwnerAccount(self,OwnerAccount): self.add_query_param('OwnerAccount',OwnerAccount) - def get_DBInstanceId(self): - return self.get_query_params().get('DBInstanceId') - - def set_DBInstanceId(self,DBInstanceId): - self.add_query_param('DBInstanceId',DBInstanceId) - def get_OwnerId(self): return self.get_query_params().get('OwnerId') def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) \ No newline at end of file + self.add_query_param('OwnerId',OwnerId) + + def get_DBInstanceId(self): + return self.get_query_params().get('DBInstanceId') + + def set_DBInstanceId(self,DBInstanceId): + self.add_query_param('DBInstanceId',DBInstanceId) \ No newline at end of file diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeDBInstanceUserRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeDBInstanceUserRequest.py new file mode 100644 index 0000000000..03099df1a9 --- /dev/null +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeDBInstanceUserRequest.py @@ -0,0 +1,54 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class DescribeDBInstanceUserRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeDBInstanceUser') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_ConnectionString(self): + return self.get_query_params().get('ConnectionString') + + def set_ConnectionString(self,ConnectionString): + self.add_query_param('ConnectionString',ConnectionString) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_DBInstanceId(self): + return self.get_query_params().get('DBInstanceId') + + def set_DBInstanceId(self,DBInstanceId): + self.add_query_param('DBInstanceId',DBInstanceId) \ No newline at end of file diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeDBInstancesAsCsvRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeDBInstancesAsCsvRequest.py index d4dbef5438..365359e2f5 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeDBInstancesAsCsvRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeDBInstancesAsCsvRequest.py @@ -21,7 +21,7 @@ class DescribeDBInstancesAsCsvRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeDBInstancesAsCsv','rds') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeDBInstancesAsCsv') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -35,14 +35,14 @@ def get_ResourceOwnerAccount(self): def set_ResourceOwnerAccount(self,ResourceOwnerAccount): self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - def get_DBInstanceId(self): - return self.get_query_params().get('DBInstanceId') - - def set_DBInstanceId(self,DBInstanceId): - self.add_query_param('DBInstanceId',DBInstanceId) - def get_OwnerId(self): return self.get_query_params().get('OwnerId') def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) \ No newline at end of file + self.add_query_param('OwnerId',OwnerId) + + def get_DBInstanceId(self): + return self.get_query_params().get('DBInstanceId') + + def set_DBInstanceId(self,DBInstanceId): + self.add_query_param('DBInstanceId',DBInstanceId) \ No newline at end of file diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeDBInstancesByExpireTimeRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeDBInstancesByExpireTimeRequest.py index 8724d59c18..3cc7ed7827 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeDBInstancesByExpireTimeRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeDBInstancesByExpireTimeRequest.py @@ -21,7 +21,7 @@ class DescribeDBInstancesByExpireTimeRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeDBInstancesByExpireTime','rds') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeDBInstancesByExpireTime') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -29,36 +29,12 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - def get_PageNumber(self): return self.get_query_params().get('PageNumber') def set_PageNumber(self,PageNumber): self.add_query_param('PageNumber',PageNumber) - def get_Tags(self): - return self.get_query_params().get('Tags') - - def set_Tags(self,Tags): - self.add_query_param('Tags',Tags) - def get_Expired(self): return self.get_query_params().get('Expired') @@ -81,4 +57,28 @@ def get_proxyId(self): return self.get_query_params().get('proxyId') def set_proxyId(self,proxyId): - self.add_query_param('proxyId',proxyId) \ No newline at end of file + self.add_query_param('proxyId',proxyId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_Tags(self): + return self.get_query_params().get('Tags') + + def set_Tags(self,Tags): + self.add_query_param('Tags',Tags) \ No newline at end of file diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeDBInstancesByPerformanceRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeDBInstancesByPerformanceRequest.py index 69e86b1b4a..622eae4b0d 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeDBInstancesByPerformanceRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeDBInstancesByPerformanceRequest.py @@ -21,7 +21,7 @@ class DescribeDBInstancesByPerformanceRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeDBInstancesByPerformance','rds') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeDBInstancesByPerformance') def get_Tag4value(self): return self.get_query_params().get('Tag.4.value') @@ -41,6 +41,60 @@ def get_Tag2key(self): def set_Tag2key(self,Tag2key): self.add_query_param('Tag.2.key',Tag2key) + def get_ClientToken(self): + return self.get_query_params().get('ClientToken') + + def set_ClientToken(self,ClientToken): + self.add_query_param('ClientToken',ClientToken) + + def get_Tag3key(self): + return self.get_query_params().get('Tag.3.key') + + def set_Tag3key(self,Tag3key): + self.add_query_param('Tag.3.key',Tag3key) + + def get_PageNumber(self): + return self.get_query_params().get('PageNumber') + + def set_PageNumber(self,PageNumber): + self.add_query_param('PageNumber',PageNumber) + + def get_Tag1value(self): + return self.get_query_params().get('Tag.1.value') + + def set_Tag1value(self,Tag1value): + self.add_query_param('Tag.1.value',Tag1value) + + def get_SortKey(self): + return self.get_query_params().get('SortKey') + + def set_SortKey(self,SortKey): + self.add_query_param('SortKey',SortKey) + + def get_PageSize(self): + return self.get_query_params().get('PageSize') + + def set_PageSize(self,PageSize): + self.add_query_param('PageSize',PageSize) + + def get_DBInstanceId(self): + return self.get_query_params().get('DBInstanceId') + + def set_DBInstanceId(self,DBInstanceId): + self.add_query_param('DBInstanceId',DBInstanceId) + + def get_Tag3value(self): + return self.get_query_params().get('Tag.3.value') + + def set_Tag3value(self,Tag3value): + self.add_query_param('Tag.3.value',Tag3value) + + def get_proxyId(self): + return self.get_query_params().get('proxyId') + + def set_proxyId(self,proxyId): + self.add_query_param('proxyId',proxyId) + def get_Tag5key(self): return self.get_query_params().get('Tag.5.key') @@ -53,24 +107,12 @@ def get_ResourceOwnerAccount(self): def set_ResourceOwnerAccount(self,ResourceOwnerAccount): self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - def get_ClientToken(self): - return self.get_query_params().get('ClientToken') - - def set_ClientToken(self,ClientToken): - self.add_query_param('ClientToken',ClientToken) - def get_OwnerAccount(self): return self.get_query_params().get('OwnerAccount') def set_OwnerAccount(self,OwnerAccount): self.add_query_param('OwnerAccount',OwnerAccount) - def get_Tag3key(self): - return self.get_query_params().get('Tag.3.key') - - def set_Tag3key(self,Tag3key): - self.add_query_param('Tag.3.key',Tag3key) - def get_OwnerId(self): return self.get_query_params().get('OwnerId') @@ -83,12 +125,6 @@ def get_Tag5value(self): def set_Tag5value(self,Tag5value): self.add_query_param('Tag.5.value',Tag5value) - def get_PageNumber(self): - return self.get_query_params().get('PageNumber') - - def set_PageNumber(self,PageNumber): - self.add_query_param('PageNumber',PageNumber) - def get_Tags(self): return self.get_query_params().get('Tags') @@ -101,18 +137,6 @@ def get_Tag1key(self): def set_Tag1key(self,Tag1key): self.add_query_param('Tag.1.key',Tag1key) - def get_Tag1value(self): - return self.get_query_params().get('Tag.1.value') - - def set_Tag1value(self,Tag1value): - self.add_query_param('Tag.1.value',Tag1value) - - def get_SortKey(self): - return self.get_query_params().get('SortKey') - - def set_SortKey(self,SortKey): - self.add_query_param('SortKey',SortKey) - def get_SortMethod(self): return self.get_query_params().get('SortMethod') @@ -125,32 +149,8 @@ def get_Tag2value(self): def set_Tag2value(self,Tag2value): self.add_query_param('Tag.2.value',Tag2value) - def get_PageSize(self): - return self.get_query_params().get('PageSize') - - def set_PageSize(self,PageSize): - self.add_query_param('PageSize',PageSize) - def get_Tag4key(self): return self.get_query_params().get('Tag.4.key') def set_Tag4key(self,Tag4key): - self.add_query_param('Tag.4.key',Tag4key) - - def get_DBInstanceId(self): - return self.get_query_params().get('DBInstanceId') - - def set_DBInstanceId(self,DBInstanceId): - self.add_query_param('DBInstanceId',DBInstanceId) - - def get_Tag3value(self): - return self.get_query_params().get('Tag.3.value') - - def set_Tag3value(self,Tag3value): - self.add_query_param('Tag.3.value',Tag3value) - - def get_proxyId(self): - return self.get_query_params().get('proxyId') - - def set_proxyId(self,proxyId): - self.add_query_param('proxyId',proxyId) \ No newline at end of file + self.add_query_param('Tag.4.key',Tag4key) \ No newline at end of file diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeDBInstancesRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeDBInstancesRequest.py index c643a580fd..5049a85cb9 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeDBInstancesRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeDBInstancesRequest.py @@ -21,13 +21,7 @@ class DescribeDBInstancesRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeDBInstances','rds') - - def get_ConnectionMode(self): - return self.get_query_params().get('ConnectionMode') - - def set_ConnectionMode(self,ConnectionMode): - self.add_query_param('ConnectionMode',ConnectionMode) + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeDBInstances') def get_Tag4value(self): return self.get_query_params().get('Tag.4.value') @@ -47,18 +41,6 @@ def get_Tag2key(self): def set_Tag2key(self,Tag2key): self.add_query_param('Tag.2.key',Tag2key) - def get_ClientToken(self): - return self.get_query_params().get('ClientToken') - - def set_ClientToken(self,ClientToken): - self.add_query_param('ClientToken',ClientToken) - - def get_SearchKey(self): - return self.get_query_params().get('SearchKey') - - def set_SearchKey(self,SearchKey): - self.add_query_param('SearchKey',SearchKey) - def get_Tag3key(self): return self.get_query_params().get('Tag.3.key') @@ -71,12 +53,6 @@ def get_EngineVersion(self): def set_EngineVersion(self,EngineVersion): self.add_query_param('EngineVersion',EngineVersion) - def get_PageNumber(self): - return self.get_query_params().get('PageNumber') - - def set_PageNumber(self,PageNumber): - self.add_query_param('PageNumber',PageNumber) - def get_Tag1value(self): return self.get_query_params().get('Tag.1.value') @@ -89,6 +65,90 @@ def get_ResourceGroupId(self): def set_ResourceGroupId(self,ResourceGroupId): self.add_query_param('ResourceGroupId',ResourceGroupId) + def get_proxyId(self): + return self.get_query_params().get('proxyId') + + def set_proxyId(self,proxyId): + self.add_query_param('proxyId',proxyId) + + def get_Tag5key(self): + return self.get_query_params().get('Tag.5.key') + + def set_Tag5key(self,Tag5key): + self.add_query_param('Tag.5.key',Tag5key) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_DBInstanceType(self): + return self.get_query_params().get('DBInstanceType') + + def set_DBInstanceType(self,DBInstanceType): + self.add_query_param('DBInstanceType',DBInstanceType) + + def get_DBInstanceClass(self): + return self.get_query_params().get('DBInstanceClass') + + def set_DBInstanceClass(self,DBInstanceClass): + self.add_query_param('DBInstanceClass',DBInstanceClass) + + def get_Tags(self): + return self.get_query_params().get('Tags') + + def set_Tags(self,Tags): + self.add_query_param('Tags',Tags) + + def get_VSwitchId(self): + return self.get_query_params().get('VSwitchId') + + def set_VSwitchId(self,VSwitchId): + self.add_query_param('VSwitchId',VSwitchId) + + def get_ZoneId(self): + return self.get_query_params().get('ZoneId') + + def set_ZoneId(self,ZoneId): + self.add_query_param('ZoneId',ZoneId) + + def get_Tag4key(self): + return self.get_query_params().get('Tag.4.key') + + def set_Tag4key(self,Tag4key): + self.add_query_param('Tag.4.key',Tag4key) + + def get_InstanceNetworkType(self): + return self.get_query_params().get('InstanceNetworkType') + + def set_InstanceNetworkType(self,InstanceNetworkType): + self.add_query_param('InstanceNetworkType',InstanceNetworkType) + + def get_ConnectionMode(self): + return self.get_query_params().get('ConnectionMode') + + def set_ConnectionMode(self,ConnectionMode): + self.add_query_param('ConnectionMode',ConnectionMode) + + def get_ClientToken(self): + return self.get_query_params().get('ClientToken') + + def set_ClientToken(self,ClientToken): + self.add_query_param('ClientToken',ClientToken) + + def get_SearchKey(self): + return self.get_query_params().get('SearchKey') + + def set_SearchKey(self,SearchKey): + self.add_query_param('SearchKey',SearchKey) + + def get_PageNumber(self): + return self.get_query_params().get('PageNumber') + + def set_PageNumber(self,PageNumber): + self.add_query_param('PageNumber',PageNumber) + def get_Expired(self): return self.get_query_params().get('Expired') @@ -125,18 +185,6 @@ def get_Tag3value(self): def set_Tag3value(self,Tag3value): self.add_query_param('Tag.3.value',Tag3value) - def get_proxyId(self): - return self.get_query_params().get('proxyId') - - def set_proxyId(self,proxyId): - self.add_query_param('proxyId',proxyId) - - def get_Tag5key(self): - return self.get_query_params().get('Tag.5.key') - - def set_Tag5key(self,Tag5key): - self.add_query_param('Tag.5.key',Tag5key) - def get_ResourceOwnerAccount(self): return self.get_query_params().get('ResourceOwnerAccount') @@ -149,42 +197,12 @@ def get_OwnerAccount(self): def set_OwnerAccount(self,OwnerAccount): self.add_query_param('OwnerAccount',OwnerAccount) - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - def get_Tag5value(self): return self.get_query_params().get('Tag.5.value') def set_Tag5value(self,Tag5value): self.add_query_param('Tag.5.value',Tag5value) - def get_DBInstanceType(self): - return self.get_query_params().get('DBInstanceType') - - def set_DBInstanceType(self,DBInstanceType): - self.add_query_param('DBInstanceType',DBInstanceType) - - def get_DBInstanceClass(self): - return self.get_query_params().get('DBInstanceClass') - - def set_DBInstanceClass(self,DBInstanceClass): - self.add_query_param('DBInstanceClass',DBInstanceClass) - - def get_Tags(self): - return self.get_query_params().get('Tags') - - def set_Tags(self,Tags): - self.add_query_param('Tags',Tags) - - def get_VSwitchId(self): - return self.get_query_params().get('VSwitchId') - - def set_VSwitchId(self,VSwitchId): - self.add_query_param('VSwitchId',VSwitchId) - def get_Tag1key(self): return self.get_query_params().get('Tag.1.key') @@ -203,26 +221,8 @@ def get_Tag2value(self): def set_Tag2value(self,Tag2value): self.add_query_param('Tag.2.value',Tag2value) - def get_ZoneId(self): - return self.get_query_params().get('ZoneId') - - def set_ZoneId(self,ZoneId): - self.add_query_param('ZoneId',ZoneId) - - def get_Tag4key(self): - return self.get_query_params().get('Tag.4.key') - - def set_Tag4key(self,Tag4key): - self.add_query_param('Tag.4.key',Tag4key) - def get_PayType(self): return self.get_query_params().get('PayType') def set_PayType(self,PayType): - self.add_query_param('PayType',PayType) - - def get_InstanceNetworkType(self): - return self.get_query_params().get('InstanceNetworkType') - - def set_InstanceNetworkType(self,InstanceNetworkType): - self.add_query_param('InstanceNetworkType',InstanceNetworkType) \ No newline at end of file + self.add_query_param('PayType',PayType) \ No newline at end of file diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeDBInstancesWithCloudResourceRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeDBInstancesWithCloudResourceRequest.py new file mode 100644 index 0000000000..b3fbb7c6a4 --- /dev/null +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeDBInstancesWithCloudResourceRequest.py @@ -0,0 +1,78 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class DescribeDBInstancesWithCloudResourceRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeDBInstancesWithCloudResource') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_PageNumber(self): + return self.get_query_params().get('PageNumber') + + def set_PageNumber(self,PageNumber): + self.add_query_param('PageNumber',PageNumber) + + def get_SecurityToken(self): + return self.get_query_params().get('SecurityToken') + + def set_SecurityToken(self,SecurityToken): + self.add_query_param('SecurityToken',SecurityToken) + + def get_PageSize(self): + return self.get_query_params().get('PageSize') + + def set_PageSize(self,PageSize): + self.add_query_param('PageSize',PageSize) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_EncryptionKey(self): + return self.get_query_params().get('EncryptionKey') + + def set_EncryptionKey(self,EncryptionKey): + self.add_query_param('EncryptionKey',EncryptionKey) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_RoleArn(self): + return self.get_query_params().get('RoleArn') + + def set_RoleArn(self,RoleArn): + self.add_query_param('RoleArn',RoleArn) \ No newline at end of file diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeDampPoliciesByCidRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeDampPoliciesByCidRequest.py new file mode 100644 index 0000000000..5af975b09b --- /dev/null +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeDampPoliciesByCidRequest.py @@ -0,0 +1,60 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class DescribeDampPoliciesByCidRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeDampPoliciesByCid') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_SecurityToken(self): + return self.get_query_params().get('SecurityToken') + + def set_SecurityToken(self,SecurityToken): + self.add_query_param('SecurityToken',SecurityToken) + + def get_DBInstanceId(self): + return self.get_query_params().get('DBInstanceId') + + def set_DBInstanceId(self,DBInstanceId): + self.add_query_param('DBInstanceId',DBInstanceId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeDampPolicyByCommentRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeDampPolicyByCommentRequest.py new file mode 100644 index 0000000000..d865314983 --- /dev/null +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeDampPolicyByCommentRequest.py @@ -0,0 +1,66 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class DescribeDampPolicyByCommentRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeDampPolicyByComment') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_SecurityToken(self): + return self.get_query_params().get('SecurityToken') + + def set_SecurityToken(self,SecurityToken): + self.add_query_param('SecurityToken',SecurityToken) + + def get_DBInstanceId(self): + return self.get_query_params().get('DBInstanceId') + + def set_DBInstanceId(self,DBInstanceId): + self.add_query_param('DBInstanceId',DBInstanceId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_PolicyName(self): + return self.get_query_params().get('PolicyName') + + def set_PolicyName(self,PolicyName): + self.add_query_param('PolicyName',PolicyName) \ No newline at end of file diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeDampPolicyByPolicyNameRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeDampPolicyByPolicyNameRequest.py new file mode 100644 index 0000000000..3aa5640dd1 --- /dev/null +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeDampPolicyByPolicyNameRequest.py @@ -0,0 +1,66 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class DescribeDampPolicyByPolicyNameRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeDampPolicyByPolicyName') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_SecurityToken(self): + return self.get_query_params().get('SecurityToken') + + def set_SecurityToken(self,SecurityToken): + self.add_query_param('SecurityToken',SecurityToken) + + def get_DBInstanceId(self): + return self.get_query_params().get('DBInstanceId') + + def set_DBInstanceId(self,DBInstanceId): + self.add_query_param('DBInstanceId',DBInstanceId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_PolicyName(self): + return self.get_query_params().get('PolicyName') + + def set_PolicyName(self,PolicyName): + self.add_query_param('PolicyName',PolicyName) \ No newline at end of file diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeDatabaseLockDiagnosisRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeDatabaseLockDiagnosisRequest.py new file mode 100644 index 0000000000..0278770dfd --- /dev/null +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeDatabaseLockDiagnosisRequest.py @@ -0,0 +1,42 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class DescribeDatabaseLockDiagnosisRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeDatabaseLockDiagnosis') + + def get_EndTime(self): + return self.get_query_params().get('EndTime') + + def set_EndTime(self,EndTime): + self.add_query_param('EndTime',EndTime) + + def get_StartTime(self): + return self.get_query_params().get('StartTime') + + def set_StartTime(self,StartTime): + self.add_query_param('StartTime',StartTime) + + def get_DBInstanceId(self): + return self.get_query_params().get('DBInstanceId') + + def set_DBInstanceId(self,DBInstanceId): + self.add_query_param('DBInstanceId',DBInstanceId) \ No newline at end of file diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeDatabasesRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeDatabasesRequest.py index 8933e221d1..67b035c82a 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeDatabasesRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeDatabasesRequest.py @@ -21,7 +21,7 @@ class DescribeDatabasesRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeDatabases','rds') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeDatabases') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -29,17 +29,11 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) - def get_DBName(self): - return self.get_query_params().get('DBName') - - def set_DBName(self,DBName): - self.add_query_param('DBName',DBName) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') + def get_PageNumber(self): + return self.get_query_params().get('PageNumber') - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + def set_PageNumber(self,PageNumber): + self.add_query_param('PageNumber',PageNumber) def get_DBStatus(self): return self.get_query_params().get('DBStatus') @@ -47,12 +41,6 @@ def get_DBStatus(self): def set_DBStatus(self,DBStatus): self.add_query_param('DBStatus',DBStatus) - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - def get_PageSize(self): return self.get_query_params().get('PageSize') @@ -65,14 +53,26 @@ def get_DBInstanceId(self): def set_DBInstanceId(self,DBInstanceId): self.add_query_param('DBInstanceId',DBInstanceId) + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + def get_OwnerId(self): return self.get_query_params().get('OwnerId') def set_OwnerId(self,OwnerId): self.add_query_param('OwnerId',OwnerId) - def get_PageNumber(self): - return self.get_query_params().get('PageNumber') + def get_DBName(self): + return self.get_query_params().get('DBName') - def set_PageNumber(self,PageNumber): - self.add_query_param('PageNumber',PageNumber) \ No newline at end of file + def set_DBName(self,DBName): + self.add_query_param('DBName',DBName) \ No newline at end of file diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeDiagnosticReportListRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeDiagnosticReportListRequest.py index 13e35d9311..eba65bcd75 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeDiagnosticReportListRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeDiagnosticReportListRequest.py @@ -21,7 +21,7 @@ class DescribeDiagnosticReportListRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeDiagnosticReportList','rds') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeDiagnosticReportList') def get_DBInstanceId(self): return self.get_query_params().get('DBInstanceId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeDynamicVerificationListRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeDynamicVerificationListRequest.py new file mode 100644 index 0000000000..32bb6374c7 --- /dev/null +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeDynamicVerificationListRequest.py @@ -0,0 +1,84 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class DescribeDynamicVerificationListRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeDynamicVerificationList') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_StartTime(self): + return self.get_query_params().get('StartTime') + + def set_StartTime(self,StartTime): + self.add_query_param('StartTime',StartTime) + + def get_PageNumber(self): + return self.get_query_params().get('PageNumber') + + def set_PageNumber(self,PageNumber): + self.add_query_param('PageNumber',PageNumber) + + def get_SecurityToken(self): + return self.get_query_params().get('SecurityToken') + + def set_SecurityToken(self,SecurityToken): + self.add_query_param('SecurityToken',SecurityToken) + + def get_ReplicaId(self): + return self.get_query_params().get('ReplicaId') + + def set_ReplicaId(self,ReplicaId): + self.add_query_param('ReplicaId',ReplicaId) + + def get_PageSize(self): + return self.get_query_params().get('PageSize') + + def set_PageSize(self,PageSize): + self.add_query_param('PageSize',PageSize) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_EndTime(self): + return self.get_query_params().get('EndTime') + + def set_EndTime(self,EndTime): + self.add_query_param('EndTime',EndTime) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeErrorLogsRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeErrorLogsRequest.py index e8515814d5..5d8b98a313 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeErrorLogsRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeErrorLogsRequest.py @@ -21,7 +21,7 @@ class DescribeErrorLogsRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeErrorLogs','rds') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeErrorLogs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -29,17 +29,17 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') + def get_StartTime(self): + return self.get_query_params().get('StartTime') - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + def set_StartTime(self,StartTime): + self.add_query_param('StartTime',StartTime) - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') + def get_PageNumber(self): + return self.get_query_params().get('PageNumber') - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) + def set_PageNumber(self,PageNumber): + self.add_query_param('PageNumber',PageNumber) def get_PageSize(self): return self.get_query_params().get('PageSize') @@ -47,32 +47,32 @@ def get_PageSize(self): def set_PageSize(self,PageSize): self.add_query_param('PageSize',PageSize) - def get_EndTime(self): - return self.get_query_params().get('EndTime') - - def set_EndTime(self,EndTime): - self.add_query_param('EndTime',EndTime) - def get_DBInstanceId(self): return self.get_query_params().get('DBInstanceId') def set_DBInstanceId(self,DBInstanceId): self.add_query_param('DBInstanceId',DBInstanceId) - def get_StartTime(self): - return self.get_query_params().get('StartTime') + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') - def set_StartTime(self,StartTime): - self.add_query_param('StartTime',StartTime) + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_EndTime(self): + return self.get_query_params().get('EndTime') + + def set_EndTime(self,EndTime): + self.add_query_param('EndTime',EndTime) def get_OwnerId(self): return self.get_query_params().get('OwnerId') def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_PageNumber(self): - return self.get_query_params().get('PageNumber') - - def set_PageNumber(self,PageNumber): - self.add_query_param('PageNumber',PageNumber) \ No newline at end of file + self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeFCTriggerRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeFCTriggerRequest.py new file mode 100644 index 0000000000..93ada1d9a8 --- /dev/null +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeFCTriggerRequest.py @@ -0,0 +1,60 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class DescribeFCTriggerRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeFCTrigger') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_TriggerId(self): + return self.get_query_params().get('TriggerId') + + def set_TriggerId(self,TriggerId): + self.add_query_param('TriggerId',TriggerId) + + def get_SecurityToken(self): + return self.get_query_params().get('SecurityToken') + + def set_SecurityToken(self,SecurityToken): + self.add_query_param('SecurityToken',SecurityToken) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeFilesForSQLServerRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeFilesForSQLServerRequest.py new file mode 100644 index 0000000000..0678ceaadf --- /dev/null +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeFilesForSQLServerRequest.py @@ -0,0 +1,78 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class DescribeFilesForSQLServerRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeFilesForSQLServer') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_StartTime(self): + return self.get_query_params().get('StartTime') + + def set_StartTime(self,StartTime): + self.add_query_param('StartTime',StartTime) + + def get_PageNumber(self): + return self.get_query_params().get('PageNumber') + + def set_PageNumber(self,PageNumber): + self.add_query_param('PageNumber',PageNumber) + + def get_PageSize(self): + return self.get_query_params().get('PageSize') + + def set_PageSize(self,PageSize): + self.add_query_param('PageSize',PageSize) + + def get_DBInstanceId(self): + return self.get_query_params().get('DBInstanceId') + + def set_DBInstanceId(self,DBInstanceId): + self.add_query_param('DBInstanceId',DBInstanceId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_EndTime(self): + return self.get_query_params().get('EndTime') + + def set_EndTime(self,EndTime): + self.add_query_param('EndTime',EndTime) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeImportsForSQLServerRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeImportsForSQLServerRequest.py new file mode 100644 index 0000000000..30330b9a6a --- /dev/null +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeImportsForSQLServerRequest.py @@ -0,0 +1,84 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class DescribeImportsForSQLServerRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeImportsForSQLServer') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_StartTime(self): + return self.get_query_params().get('StartTime') + + def set_StartTime(self,StartTime): + self.add_query_param('StartTime',StartTime) + + def get_PageNumber(self): + return self.get_query_params().get('PageNumber') + + def set_PageNumber(self,PageNumber): + self.add_query_param('PageNumber',PageNumber) + + def get_ImportId(self): + return self.get_query_params().get('ImportId') + + def set_ImportId(self,ImportId): + self.add_query_param('ImportId',ImportId) + + def get_PageSize(self): + return self.get_query_params().get('PageSize') + + def set_PageSize(self,PageSize): + self.add_query_param('PageSize',PageSize) + + def get_DBInstanceId(self): + return self.get_query_params().get('DBInstanceId') + + def set_DBInstanceId(self,DBInstanceId): + self.add_query_param('DBInstanceId',DBInstanceId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_EndTime(self): + return self.get_query_params().get('EndTime') + + def set_EndTime(self,EndTime): + self.add_query_param('EndTime',EndTime) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeInstanceAutoRenewAttributeRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeInstanceAutoRenewAttributeRequest.py new file mode 100644 index 0000000000..180e72955e --- /dev/null +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeInstanceAutoRenewAttributeRequest.py @@ -0,0 +1,78 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class DescribeInstanceAutoRenewAttributeRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeInstanceAutoRenewAttribute') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_ClientToken(self): + return self.get_query_params().get('ClientToken') + + def set_ClientToken(self,ClientToken): + self.add_query_param('ClientToken',ClientToken) + + def get_PageNumber(self): + return self.get_query_params().get('PageNumber') + + def set_PageNumber(self,PageNumber): + self.add_query_param('PageNumber',PageNumber) + + def get_PageSize(self): + return self.get_query_params().get('PageSize') + + def set_PageSize(self,PageSize): + self.add_query_param('PageSize',PageSize) + + def get_DBInstanceId(self): + return self.get_query_params().get('DBInstanceId') + + def set_DBInstanceId(self,DBInstanceId): + self.add_query_param('DBInstanceId',DBInstanceId) + + def get_proxyId(self): + return self.get_query_params().get('proxyId') + + def set_proxyId(self,proxyId): + self.add_query_param('proxyId',proxyId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeInstanceAutoRenewalAttributeRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeInstanceAutoRenewalAttributeRequest.py index 147f325ad1..0420c60017 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeInstanceAutoRenewalAttributeRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeInstanceAutoRenewalAttributeRequest.py @@ -21,7 +21,7 @@ class DescribeInstanceAutoRenewalAttributeRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeInstanceAutoRenewalAttribute','rds') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeInstanceAutoRenewalAttribute') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -29,23 +29,17 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - def get_ClientToken(self): return self.get_query_params().get('ClientToken') def set_ClientToken(self,ClientToken): self.add_query_param('ClientToken',ClientToken) - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') + def get_PageNumber(self): + return self.get_query_params().get('PageNumber') - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) + def set_PageNumber(self,PageNumber): + self.add_query_param('PageNumber',PageNumber) def get_PageSize(self): return self.get_query_params().get('PageSize') @@ -59,20 +53,26 @@ def get_DBInstanceId(self): def set_DBInstanceId(self,DBInstanceId): self.add_query_param('DBInstanceId',DBInstanceId) - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') + def get_proxyId(self): + return self.get_query_params().get('proxyId') - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) + def set_proxyId(self,proxyId): + self.add_query_param('proxyId',proxyId) - def get_PageNumber(self): - return self.get_query_params().get('PageNumber') + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') - def set_PageNumber(self,PageNumber): - self.add_query_param('PageNumber',PageNumber) + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - def get_proxyId(self): - return self.get_query_params().get('proxyId') + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') - def set_proxyId(self,proxyId): - self.add_query_param('proxyId',proxyId) \ No newline at end of file + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeInstanceKeywordsRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeInstanceKeywordsRequest.py new file mode 100644 index 0000000000..b148c764f1 --- /dev/null +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeInstanceKeywordsRequest.py @@ -0,0 +1,54 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class DescribeInstanceKeywordsRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeInstanceKeywords') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_Key(self): + return self.get_query_params().get('Key') + + def set_Key(self,Key): + self.add_query_param('Key',Key) \ No newline at end of file diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeInstanceLevelListRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeInstanceLevelListRequest.py new file mode 100644 index 0000000000..8dc2828ca7 --- /dev/null +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeInstanceLevelListRequest.py @@ -0,0 +1,42 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class DescribeInstanceLevelListRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeInstanceLevelList') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeInstanceVpcMigrateInfoRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeInstanceVpcMigrateInfoRequest.py index 62dd77a8c4..ee8188af93 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeInstanceVpcMigrateInfoRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeInstanceVpcMigrateInfoRequest.py @@ -21,7 +21,7 @@ class DescribeInstanceVpcMigrateInfoRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeInstanceVpcMigrateInfo','rds') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeInstanceVpcMigrateInfo') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -29,38 +29,38 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - def get_ClientToken(self): return self.get_query_params().get('ClientToken') def set_ClientToken(self,ClientToken): self.add_query_param('ClientToken',ClientToken) - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_VpcId(self): - return self.get_query_params().get('VpcId') - - def set_VpcId(self,VpcId): - self.add_query_param('VpcId',VpcId) - def get_DBInstanceId(self): return self.get_query_params().get('DBInstanceId') def set_DBInstanceId(self,DBInstanceId): self.add_query_param('DBInstanceId',DBInstanceId) + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + def get_OwnerId(self): return self.get_query_params().get('OwnerId') def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) \ No newline at end of file + self.add_query_param('OwnerId',OwnerId) + + def get_VpcId(self): + return self.get_query_params().get('VpcId') + + def set_VpcId(self,VpcId): + self.add_query_param('VpcId',VpcId) \ No newline at end of file diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeLogBackupFilesRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeLogBackupFilesRequest.py index d228bfe681..e9728d974e 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeLogBackupFilesRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeLogBackupFilesRequest.py @@ -21,7 +21,7 @@ class DescribeLogBackupFilesRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeLogBackupFiles','rds') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeLogBackupFiles') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -29,17 +29,17 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') + def get_StartTime(self): + return self.get_query_params().get('StartTime') - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + def set_StartTime(self,StartTime): + self.add_query_param('StartTime',StartTime) - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') + def get_PageNumber(self): + return self.get_query_params().get('PageNumber') - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) + def set_PageNumber(self,PageNumber): + self.add_query_param('PageNumber',PageNumber) def get_PageSize(self): return self.get_query_params().get('PageSize') @@ -47,32 +47,32 @@ def get_PageSize(self): def set_PageSize(self,PageSize): self.add_query_param('PageSize',PageSize) - def get_EndTime(self): - return self.get_query_params().get('EndTime') - - def set_EndTime(self,EndTime): - self.add_query_param('EndTime',EndTime) - def get_DBInstanceId(self): return self.get_query_params().get('DBInstanceId') def set_DBInstanceId(self,DBInstanceId): self.add_query_param('DBInstanceId',DBInstanceId) - def get_StartTime(self): - return self.get_query_params().get('StartTime') + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') - def set_StartTime(self,StartTime): - self.add_query_param('StartTime',StartTime) + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_EndTime(self): + return self.get_query_params().get('EndTime') + + def set_EndTime(self,EndTime): + self.add_query_param('EndTime',EndTime) def get_OwnerId(self): return self.get_query_params().get('OwnerId') def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_PageNumber(self): - return self.get_query_params().get('PageNumber') - - def set_PageNumber(self,PageNumber): - self.add_query_param('PageNumber',PageNumber) \ No newline at end of file + self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeLogicDBInstanceTopologyRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeLogicDBInstanceTopologyRequest.py new file mode 100644 index 0000000000..cf776415dd --- /dev/null +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeLogicDBInstanceTopologyRequest.py @@ -0,0 +1,42 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class DescribeLogicDBInstanceTopologyRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeLogicDBInstanceTopology') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeMetaListRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeMetaListRequest.py index bd0ea30c44..b62a21331c 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeMetaListRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeMetaListRequest.py @@ -21,7 +21,7 @@ class DescribeMetaListRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeMetaList','rds') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeMetaList') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -29,18 +29,6 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) - def get_RestoreTime(self): - return self.get_query_params().get('RestoreTime') - - def set_RestoreTime(self,RestoreTime): - self.add_query_param('RestoreTime',RestoreTime) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - def get_ClientToken(self): return self.get_query_params().get('ClientToken') @@ -53,6 +41,36 @@ def get_Pattern(self): def set_Pattern(self,Pattern): self.add_query_param('Pattern',Pattern) + def get_PageSize(self): + return self.get_query_params().get('PageSize') + + def set_PageSize(self,PageSize): + self.add_query_param('PageSize',PageSize) + + def get_DBInstanceId(self): + return self.get_query_params().get('DBInstanceId') + + def set_DBInstanceId(self,DBInstanceId): + self.add_query_param('DBInstanceId',DBInstanceId) + + def get_PageIndex(self): + return self.get_query_params().get('PageIndex') + + def set_PageIndex(self,PageIndex): + self.add_query_param('PageIndex',PageIndex) + + def get_RestoreTime(self): + return self.get_query_params().get('RestoreTime') + + def set_RestoreTime(self,RestoreTime): + self.add_query_param('RestoreTime',RestoreTime) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + def get_BackupSetID(self): return self.get_query_params().get('BackupSetID') @@ -75,22 +93,4 @@ def get_RestoreType(self): return self.get_query_params().get('RestoreType') def set_RestoreType(self,RestoreType): - self.add_query_param('RestoreType',RestoreType) - - def get_PageSize(self): - return self.get_query_params().get('PageSize') - - def set_PageSize(self,PageSize): - self.add_query_param('PageSize',PageSize) - - def get_DBInstanceId(self): - return self.get_query_params().get('DBInstanceId') - - def set_DBInstanceId(self,DBInstanceId): - self.add_query_param('DBInstanceId',DBInstanceId) - - def get_PageIndex(self): - return self.get_query_params().get('PageIndex') - - def set_PageIndex(self,PageIndex): - self.add_query_param('PageIndex',PageIndex) \ No newline at end of file + self.add_query_param('RestoreType',RestoreType) \ No newline at end of file diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeMigrateCountInfoRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeMigrateCountInfoRequest.py new file mode 100644 index 0000000000..c3efdfb2d2 --- /dev/null +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeMigrateCountInfoRequest.py @@ -0,0 +1,54 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class DescribeMigrateCountInfoRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeMigrateCountInfo') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_DBInstanceId(self): + return self.get_query_params().get('DBInstanceId') + + def set_DBInstanceId(self,DBInstanceId): + self.add_query_param('DBInstanceId',DBInstanceId) \ No newline at end of file diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeMigrateTasksForSQLServerRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeMigrateTasksForSQLServerRequest.py index 542e35c549..13e3a40dd3 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeMigrateTasksForSQLServerRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeMigrateTasksForSQLServerRequest.py @@ -21,7 +21,7 @@ class DescribeMigrateTasksForSQLServerRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeMigrateTasksForSQLServer','rds') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeMigrateTasksForSQLServer') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -29,11 +29,17 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') + def get_StartTime(self): + return self.get_query_params().get('StartTime') - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + def set_StartTime(self,StartTime): + self.add_query_param('StartTime',StartTime) + + def get_PageNumber(self): + return self.get_query_params().get('PageNumber') + + def set_PageNumber(self,PageNumber): + self.add_query_param('PageNumber',PageNumber) def get_PageSize(self): return self.get_query_params().get('PageSize') @@ -41,32 +47,26 @@ def get_PageSize(self): def set_PageSize(self,PageSize): self.add_query_param('PageSize',PageSize) - def get_EndTime(self): - return self.get_query_params().get('EndTime') - - def set_EndTime(self,EndTime): - self.add_query_param('EndTime',EndTime) - def get_DBInstanceId(self): return self.get_query_params().get('DBInstanceId') def set_DBInstanceId(self,DBInstanceId): self.add_query_param('DBInstanceId',DBInstanceId) - def get_StartTime(self): - return self.get_query_params().get('StartTime') + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') - def set_StartTime(self,StartTime): - self.add_query_param('StartTime',StartTime) + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_EndTime(self): + return self.get_query_params().get('EndTime') + + def set_EndTime(self,EndTime): + self.add_query_param('EndTime',EndTime) def get_OwnerId(self): return self.get_query_params().get('OwnerId') def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_PageNumber(self): - return self.get_query_params().get('PageNumber') - - def set_PageNumber(self,PageNumber): - self.add_query_param('PageNumber',PageNumber) \ No newline at end of file + self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeMigrateTasksRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeMigrateTasksRequest.py index 9dd745d824..66cd96f6ce 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeMigrateTasksRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeMigrateTasksRequest.py @@ -21,7 +21,7 @@ class DescribeMigrateTasksRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeMigrateTasks','rds') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeMigrateTasks') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -29,11 +29,17 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') + def get_StartTime(self): + return self.get_query_params().get('StartTime') - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + def set_StartTime(self,StartTime): + self.add_query_param('StartTime',StartTime) + + def get_PageNumber(self): + return self.get_query_params().get('PageNumber') + + def set_PageNumber(self,PageNumber): + self.add_query_param('PageNumber',PageNumber) def get_PageSize(self): return self.get_query_params().get('PageSize') @@ -41,32 +47,26 @@ def get_PageSize(self): def set_PageSize(self,PageSize): self.add_query_param('PageSize',PageSize) - def get_EndTime(self): - return self.get_query_params().get('EndTime') - - def set_EndTime(self,EndTime): - self.add_query_param('EndTime',EndTime) - def get_DBInstanceId(self): return self.get_query_params().get('DBInstanceId') def set_DBInstanceId(self,DBInstanceId): self.add_query_param('DBInstanceId',DBInstanceId) - def get_StartTime(self): - return self.get_query_params().get('StartTime') + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') - def set_StartTime(self,StartTime): - self.add_query_param('StartTime',StartTime) + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_EndTime(self): + return self.get_query_params().get('EndTime') + + def set_EndTime(self,EndTime): + self.add_query_param('EndTime',EndTime) def get_OwnerId(self): return self.get_query_params().get('OwnerId') def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_PageNumber(self): - return self.get_query_params().get('PageNumber') - - def set_PageNumber(self,PageNumber): - self.add_query_param('PageNumber',PageNumber) \ No newline at end of file + self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeModifyParameterLogRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeModifyParameterLogRequest.py index b0ad952e58..288657f6fe 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeModifyParameterLogRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeModifyParameterLogRequest.py @@ -21,7 +21,7 @@ class DescribeModifyParameterLogRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeModifyParameterLog','rds') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeModifyParameterLog') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -29,17 +29,17 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') + def get_StartTime(self): + return self.get_query_params().get('StartTime') - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + def set_StartTime(self,StartTime): + self.add_query_param('StartTime',StartTime) - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') + def get_PageNumber(self): + return self.get_query_params().get('PageNumber') - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) + def set_PageNumber(self,PageNumber): + self.add_query_param('PageNumber',PageNumber) def get_PageSize(self): return self.get_query_params().get('PageSize') @@ -47,32 +47,32 @@ def get_PageSize(self): def set_PageSize(self,PageSize): self.add_query_param('PageSize',PageSize) - def get_EndTime(self): - return self.get_query_params().get('EndTime') - - def set_EndTime(self,EndTime): - self.add_query_param('EndTime',EndTime) - def get_DBInstanceId(self): return self.get_query_params().get('DBInstanceId') def set_DBInstanceId(self,DBInstanceId): self.add_query_param('DBInstanceId',DBInstanceId) - def get_StartTime(self): - return self.get_query_params().get('StartTime') + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') - def set_StartTime(self,StartTime): - self.add_query_param('StartTime',StartTime) + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_EndTime(self): + return self.get_query_params().get('EndTime') + + def set_EndTime(self,EndTime): + self.add_query_param('EndTime',EndTime) def get_OwnerId(self): return self.get_query_params().get('OwnerId') def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_PageNumber(self): - return self.get_query_params().get('PageNumber') - - def set_PageNumber(self,PageNumber): - self.add_query_param('PageNumber',PageNumber) \ No newline at end of file + self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeOpenSearchDBInstanceRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeOpenSearchDBInstanceRequest.py new file mode 100644 index 0000000000..9d355a98e9 --- /dev/null +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeOpenSearchDBInstanceRequest.py @@ -0,0 +1,48 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class DescribeOpenSearchDBInstanceRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeOpenSearchDBInstance') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_DBInstanceId(self): + return self.get_query_params().get('DBInstanceId') + + def set_DBInstanceId(self,DBInstanceId): + self.add_query_param('DBInstanceId',DBInstanceId) \ No newline at end of file diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeOperationLogsRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeOperationLogsRequest.py new file mode 100644 index 0000000000..1d5485838c --- /dev/null +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeOperationLogsRequest.py @@ -0,0 +1,90 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class DescribeOperationLogsRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeOperationLogs') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_SearchKey(self): + return self.get_query_params().get('SearchKey') + + def set_SearchKey(self,SearchKey): + self.add_query_param('SearchKey',SearchKey) + + def get_StartTime(self): + return self.get_query_params().get('StartTime') + + def set_StartTime(self,StartTime): + self.add_query_param('StartTime',StartTime) + + def get_PageNumber(self): + return self.get_query_params().get('PageNumber') + + def set_PageNumber(self,PageNumber): + self.add_query_param('PageNumber',PageNumber) + + def get_PageSize(self): + return self.get_query_params().get('PageSize') + + def set_PageSize(self,PageSize): + self.add_query_param('PageSize',PageSize) + + def get_DBInstanceUseType(self): + return self.get_query_params().get('DBInstanceUseType') + + def set_DBInstanceUseType(self,DBInstanceUseType): + self.add_query_param('DBInstanceUseType',DBInstanceUseType) + + def get_DBInstanceId(self): + return self.get_query_params().get('DBInstanceId') + + def set_DBInstanceId(self,DBInstanceId): + self.add_query_param('DBInstanceId',DBInstanceId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_EndTime(self): + return self.get_query_params().get('EndTime') + + def set_EndTime(self,EndTime): + self.add_query_param('EndTime',EndTime) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeOperatorPermissionRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeOperatorPermissionRequest.py new file mode 100644 index 0000000000..c8a3f49b84 --- /dev/null +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeOperatorPermissionRequest.py @@ -0,0 +1,54 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class DescribeOperatorPermissionRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeOperatorPermission') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_DBInstanceId(self): + return self.get_query_params().get('DBInstanceId') + + def set_DBInstanceId(self,DBInstanceId): + self.add_query_param('DBInstanceId',DBInstanceId) \ No newline at end of file diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeOptimizeAdviceByDBARequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeOptimizeAdviceByDBARequest.py new file mode 100644 index 0000000000..bac167ce42 --- /dev/null +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeOptimizeAdviceByDBARequest.py @@ -0,0 +1,66 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class DescribeOptimizeAdviceByDBARequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeOptimizeAdviceByDBA') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_PageNumber(self): + return self.get_query_params().get('PageNumber') + + def set_PageNumber(self,PageNumber): + self.add_query_param('PageNumber',PageNumber) + + def get_PageSize(self): + return self.get_query_params().get('PageSize') + + def set_PageSize(self,PageSize): + self.add_query_param('PageSize',PageSize) + + def get_DBInstanceId(self): + return self.get_query_params().get('DBInstanceId') + + def set_DBInstanceId(self,DBInstanceId): + self.add_query_param('DBInstanceId',DBInstanceId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeOptimizeAdviceOnBigTableRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeOptimizeAdviceOnBigTableRequest.py new file mode 100644 index 0000000000..0d58ed6167 --- /dev/null +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeOptimizeAdviceOnBigTableRequest.py @@ -0,0 +1,66 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class DescribeOptimizeAdviceOnBigTableRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeOptimizeAdviceOnBigTable') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_PageNumber(self): + return self.get_query_params().get('PageNumber') + + def set_PageNumber(self,PageNumber): + self.add_query_param('PageNumber',PageNumber) + + def get_PageSize(self): + return self.get_query_params().get('PageSize') + + def set_PageSize(self,PageSize): + self.add_query_param('PageSize',PageSize) + + def get_DBInstanceId(self): + return self.get_query_params().get('DBInstanceId') + + def set_DBInstanceId(self,DBInstanceId): + self.add_query_param('DBInstanceId',DBInstanceId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeOptimizeAdviceOnExcessIndexRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeOptimizeAdviceOnExcessIndexRequest.py new file mode 100644 index 0000000000..f05bc18ebb --- /dev/null +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeOptimizeAdviceOnExcessIndexRequest.py @@ -0,0 +1,66 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class DescribeOptimizeAdviceOnExcessIndexRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeOptimizeAdviceOnExcessIndex') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_PageNumber(self): + return self.get_query_params().get('PageNumber') + + def set_PageNumber(self,PageNumber): + self.add_query_param('PageNumber',PageNumber) + + def get_PageSize(self): + return self.get_query_params().get('PageSize') + + def set_PageSize(self,PageSize): + self.add_query_param('PageSize',PageSize) + + def get_DBInstanceId(self): + return self.get_query_params().get('DBInstanceId') + + def set_DBInstanceId(self,DBInstanceId): + self.add_query_param('DBInstanceId',DBInstanceId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeOptimizeAdviceOnMissIndexRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeOptimizeAdviceOnMissIndexRequest.py new file mode 100644 index 0000000000..552829858d --- /dev/null +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeOptimizeAdviceOnMissIndexRequest.py @@ -0,0 +1,66 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class DescribeOptimizeAdviceOnMissIndexRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeOptimizeAdviceOnMissIndex') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_PageNumber(self): + return self.get_query_params().get('PageNumber') + + def set_PageNumber(self,PageNumber): + self.add_query_param('PageNumber',PageNumber) + + def get_PageSize(self): + return self.get_query_params().get('PageSize') + + def set_PageSize(self,PageSize): + self.add_query_param('PageSize',PageSize) + + def get_DBInstanceId(self): + return self.get_query_params().get('DBInstanceId') + + def set_DBInstanceId(self,DBInstanceId): + self.add_query_param('DBInstanceId',DBInstanceId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeOptimizeAdviceOnMissPKRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeOptimizeAdviceOnMissPKRequest.py new file mode 100644 index 0000000000..89a1fef10b --- /dev/null +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeOptimizeAdviceOnMissPKRequest.py @@ -0,0 +1,66 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class DescribeOptimizeAdviceOnMissPKRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeOptimizeAdviceOnMissPK') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_PageNumber(self): + return self.get_query_params().get('PageNumber') + + def set_PageNumber(self,PageNumber): + self.add_query_param('PageNumber',PageNumber) + + def get_PageSize(self): + return self.get_query_params().get('PageSize') + + def set_PageSize(self,PageSize): + self.add_query_param('PageSize',PageSize) + + def get_DBInstanceId(self): + return self.get_query_params().get('DBInstanceId') + + def set_DBInstanceId(self,DBInstanceId): + self.add_query_param('DBInstanceId',DBInstanceId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeOptimizeAdviceOnStorageRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeOptimizeAdviceOnStorageRequest.py new file mode 100644 index 0000000000..c8eeff65b5 --- /dev/null +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeOptimizeAdviceOnStorageRequest.py @@ -0,0 +1,66 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class DescribeOptimizeAdviceOnStorageRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeOptimizeAdviceOnStorage') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_PageNumber(self): + return self.get_query_params().get('PageNumber') + + def set_PageNumber(self,PageNumber): + self.add_query_param('PageNumber',PageNumber) + + def get_PageSize(self): + return self.get_query_params().get('PageSize') + + def set_PageSize(self,PageSize): + self.add_query_param('PageSize',PageSize) + + def get_DBInstanceId(self): + return self.get_query_params().get('DBInstanceId') + + def set_DBInstanceId(self,DBInstanceId): + self.add_query_param('DBInstanceId',DBInstanceId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeOssDownloadsForSQLServerRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeOssDownloadsForSQLServerRequest.py index 0b3b766988..53de0877ae 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeOssDownloadsForSQLServerRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeOssDownloadsForSQLServerRequest.py @@ -21,7 +21,7 @@ class DescribeOssDownloadsForSQLServerRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeOssDownloadsForSQLServer','rds') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeOssDownloadsForSQLServer') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -41,14 +41,14 @@ def get_ResourceOwnerAccount(self): def set_ResourceOwnerAccount(self,ResourceOwnerAccount): self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - def get_DBInstanceId(self): - return self.get_query_params().get('DBInstanceId') - - def set_DBInstanceId(self,DBInstanceId): - self.add_query_param('DBInstanceId',DBInstanceId) - def get_OwnerId(self): return self.get_query_params().get('OwnerId') def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) \ No newline at end of file + self.add_query_param('OwnerId',OwnerId) + + def get_DBInstanceId(self): + return self.get_query_params().get('DBInstanceId') + + def set_DBInstanceId(self,DBInstanceId): + self.add_query_param('DBInstanceId',DBInstanceId) \ No newline at end of file diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeOssDownloadsRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeOssDownloadsRequest.py index 8396765cf6..2ba7e0f5f8 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeOssDownloadsRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeOssDownloadsRequest.py @@ -21,7 +21,7 @@ class DescribeOssDownloadsRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeOssDownloads','rds') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeOssDownloads') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -41,14 +41,14 @@ def get_ResourceOwnerAccount(self): def set_ResourceOwnerAccount(self,ResourceOwnerAccount): self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - def get_DBInstanceId(self): - return self.get_query_params().get('DBInstanceId') - - def set_DBInstanceId(self,DBInstanceId): - self.add_query_param('DBInstanceId',DBInstanceId) - def get_OwnerId(self): return self.get_query_params().get('OwnerId') def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) \ No newline at end of file + self.add_query_param('OwnerId',OwnerId) + + def get_DBInstanceId(self): + return self.get_query_params().get('DBInstanceId') + + def set_DBInstanceId(self,DBInstanceId): + self.add_query_param('DBInstanceId',DBInstanceId) \ No newline at end of file diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeParameterGroupRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeParameterGroupRequest.py new file mode 100644 index 0000000000..100ccc176e --- /dev/null +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeParameterGroupRequest.py @@ -0,0 +1,48 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class DescribeParameterGroupRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeParameterGroup') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_ParameterGroupId(self): + return self.get_query_params().get('ParameterGroupId') + + def set_ParameterGroupId(self,ParameterGroupId): + self.add_query_param('ParameterGroupId',ParameterGroupId) \ No newline at end of file diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeParameterGroupsRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeParameterGroupsRequest.py new file mode 100644 index 0000000000..37a2fc7516 --- /dev/null +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeParameterGroupsRequest.py @@ -0,0 +1,42 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class DescribeParameterGroupsRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeParameterGroups') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeParameterTemplatesRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeParameterTemplatesRequest.py index 77fbd97ff2..80d13c7de1 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeParameterTemplatesRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeParameterTemplatesRequest.py @@ -21,7 +21,7 @@ class DescribeParameterTemplatesRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeParameterTemplates','rds') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeParameterTemplates') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -29,36 +29,36 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - def get_ClientToken(self): return self.get_query_params().get('ClientToken') def set_ClientToken(self,ClientToken): self.add_query_param('ClientToken',ClientToken) + def get_EngineVersion(self): + return self.get_query_params().get('EngineVersion') + + def set_EngineVersion(self,EngineVersion): + self.add_query_param('EngineVersion',EngineVersion) + def get_Engine(self): return self.get_query_params().get('Engine') def set_Engine(self,Engine): self.add_query_param('Engine',Engine) + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + def get_OwnerAccount(self): return self.get_query_params().get('OwnerAccount') def set_OwnerAccount(self,OwnerAccount): self.add_query_param('OwnerAccount',OwnerAccount) - def get_EngineVersion(self): - return self.get_query_params().get('EngineVersion') - - def set_EngineVersion(self,EngineVersion): - self.add_query_param('EngineVersion',EngineVersion) - def get_OwnerId(self): return self.get_query_params().get('OwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeParametersRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeParametersRequest.py index 64a0c5ea7f..83ca72678d 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeParametersRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeParametersRequest.py @@ -21,7 +21,7 @@ class DescribeParametersRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeParameters','rds') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeParameters') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -47,14 +47,14 @@ def get_OwnerAccount(self): def set_OwnerAccount(self,OwnerAccount): self.add_query_param('OwnerAccount',OwnerAccount) - def get_DBInstanceId(self): - return self.get_query_params().get('DBInstanceId') - - def set_DBInstanceId(self,DBInstanceId): - self.add_query_param('DBInstanceId',DBInstanceId) - def get_OwnerId(self): return self.get_query_params().get('OwnerId') def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) \ No newline at end of file + self.add_query_param('OwnerId',OwnerId) + + def get_DBInstanceId(self): + return self.get_query_params().get('DBInstanceId') + + def set_DBInstanceId(self,DBInstanceId): + self.add_query_param('DBInstanceId',DBInstanceId) \ No newline at end of file diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribePreCheckResultsRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribePreCheckResultsRequest.py new file mode 100644 index 0000000000..0b2ccbc951 --- /dev/null +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribePreCheckResultsRequest.py @@ -0,0 +1,66 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class DescribePreCheckResultsRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribePreCheckResults') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_ClientToken(self): + return self.get_query_params().get('ClientToken') + + def set_ClientToken(self,ClientToken): + self.add_query_param('ClientToken',ClientToken) + + def get_PreCheckId(self): + return self.get_query_params().get('PreCheckId') + + def set_PreCheckId(self,PreCheckId): + self.add_query_param('PreCheckId',PreCheckId) + + def get_DBInstanceId(self): + return self.get_query_params().get('DBInstanceId') + + def set_DBInstanceId(self,DBInstanceId): + self.add_query_param('DBInstanceId',DBInstanceId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribePriceRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribePriceRequest.py index 76ae34fe9f..ee9dfc0e41 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribePriceRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribePriceRequest.py @@ -21,7 +21,7 @@ class DescribePriceRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribePrice','rds') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribePrice') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -35,6 +35,24 @@ def get_DBInstanceStorage(self): def set_DBInstanceStorage(self,DBInstanceStorage): self.add_query_param('DBInstanceStorage',DBInstanceStorage) + def get_ClientToken(self): + return self.get_query_params().get('ClientToken') + + def set_ClientToken(self,ClientToken): + self.add_query_param('ClientToken',ClientToken) + + def get_EngineVersion(self): + return self.get_query_params().get('EngineVersion') + + def set_EngineVersion(self,EngineVersion): + self.add_query_param('EngineVersion',EngineVersion) + + def get_Engine(self): + return self.get_query_params().get('Engine') + + def set_Engine(self,Engine): + self.add_query_param('Engine',Engine) + def get_Quantity(self): return self.get_query_params().get('Quantity') @@ -47,12 +65,6 @@ def get_ResourceOwnerAccount(self): def set_ResourceOwnerAccount(self,ResourceOwnerAccount): self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - def get_ClientToken(self): - return self.get_query_params().get('ClientToken') - - def set_ClientToken(self,ClientToken): - self.add_query_param('ClientToken',ClientToken) - def get_OwnerAccount(self): return self.get_query_params().get('OwnerAccount') @@ -65,12 +77,6 @@ def get_CommodityCode(self): def set_CommodityCode(self,CommodityCode): self.add_query_param('CommodityCode',CommodityCode) - def get_EngineVersion(self): - return self.get_query_params().get('EngineVersion') - - def set_EngineVersion(self,EngineVersion): - self.add_query_param('EngineVersion',EngineVersion) - def get_OwnerId(self): return self.get_query_params().get('OwnerId') @@ -95,12 +101,6 @@ def get_InstanceUsedType(self): def set_InstanceUsedType(self,InstanceUsedType): self.add_query_param('InstanceUsedType',InstanceUsedType) - def get_Engine(self): - return self.get_query_params().get('Engine') - - def set_Engine(self,Engine): - self.add_query_param('Engine',Engine) - def get_ZoneId(self): return self.get_query_params().get('ZoneId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeProxyFunctionSupportRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeProxyFunctionSupportRequest.py index 5941f7db0c..ca20df9196 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeProxyFunctionSupportRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeProxyFunctionSupportRequest.py @@ -21,7 +21,7 @@ class DescribeProxyFunctionSupportRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeProxyFunctionSupport','rds') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeProxyFunctionSupport') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -35,6 +35,12 @@ def get_SecurityToken(self): def set_SecurityToken(self,SecurityToken): self.add_query_param('SecurityToken',SecurityToken) + def get_DBInstanceId(self): + return self.get_query_params().get('DBInstanceId') + + def set_DBInstanceId(self,DBInstanceId): + self.add_query_param('DBInstanceId',DBInstanceId) + def get_ResourceOwnerAccount(self): return self.get_query_params().get('ResourceOwnerAccount') @@ -47,12 +53,6 @@ def get_OwnerAccount(self): def set_OwnerAccount(self,OwnerAccount): self.add_query_param('OwnerAccount',OwnerAccount) - def get_DBInstanceId(self): - return self.get_query_params().get('DBInstanceId') - - def set_DBInstanceId(self,DBInstanceId): - self.add_query_param('DBInstanceId',DBInstanceId) - def get_OwnerId(self): return self.get_query_params().get('OwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeRdsVSwitchsRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeRdsVSwitchsRequest.py new file mode 100644 index 0000000000..889b50a2b0 --- /dev/null +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeRdsVSwitchsRequest.py @@ -0,0 +1,66 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class DescribeRdsVSwitchsRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeRdsVSwitchs') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_SecurityToken(self): + return self.get_query_params().get('SecurityToken') + + def set_SecurityToken(self,SecurityToken): + self.add_query_param('SecurityToken',SecurityToken) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_VpcId(self): + return self.get_query_params().get('VpcId') + + def set_VpcId(self,VpcId): + self.add_query_param('VpcId',VpcId) + + def get_ZoneId(self): + return self.get_query_params().get('ZoneId') + + def set_ZoneId(self,ZoneId): + self.add_query_param('ZoneId',ZoneId) \ No newline at end of file diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeRdsVpcsRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeRdsVpcsRequest.py new file mode 100644 index 0000000000..4e2f4b6157 --- /dev/null +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeRdsVpcsRequest.py @@ -0,0 +1,60 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class DescribeRdsVpcsRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeRdsVpcs') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_SecurityToken(self): + return self.get_query_params().get('SecurityToken') + + def set_SecurityToken(self,SecurityToken): + self.add_query_param('SecurityToken',SecurityToken) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_ZoneId(self): + return self.get_query_params().get('ZoneId') + + def set_ZoneId(self,ZoneId): + self.add_query_param('ZoneId',ZoneId) \ No newline at end of file diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeReadDBInstanceDelayRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeReadDBInstanceDelayRequest.py index fbff3d50fa..859a051f7d 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeReadDBInstanceDelayRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeReadDBInstanceDelayRequest.py @@ -21,7 +21,7 @@ class DescribeReadDBInstanceDelayRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeReadDBInstanceDelay','rds') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeReadDBInstanceDelay') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -35,18 +35,6 @@ def get_SecurityToken(self): def set_SecurityToken(self,SecurityToken): self.add_query_param('SecurityToken',SecurityToken) - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - def get_ReadInstanceId(self): return self.get_query_params().get('ReadInstanceId') @@ -59,6 +47,18 @@ def get_DBInstanceId(self): def set_DBInstanceId(self,DBInstanceId): self.add_query_param('DBInstanceId',DBInstanceId) + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + def get_OwnerId(self): return self.get_query_params().get('OwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeRealtimeDiagnosesRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeRealtimeDiagnosesRequest.py new file mode 100644 index 0000000000..b5c164d17f --- /dev/null +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeRealtimeDiagnosesRequest.py @@ -0,0 +1,78 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class DescribeRealtimeDiagnosesRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeRealtimeDiagnoses') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_StartTime(self): + return self.get_query_params().get('StartTime') + + def set_StartTime(self,StartTime): + self.add_query_param('StartTime',StartTime) + + def get_PageNumber(self): + return self.get_query_params().get('PageNumber') + + def set_PageNumber(self,PageNumber): + self.add_query_param('PageNumber',PageNumber) + + def get_PageSize(self): + return self.get_query_params().get('PageSize') + + def set_PageSize(self,PageSize): + self.add_query_param('PageSize',PageSize) + + def get_DBInstanceId(self): + return self.get_query_params().get('DBInstanceId') + + def set_DBInstanceId(self,DBInstanceId): + self.add_query_param('DBInstanceId',DBInstanceId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_EndTime(self): + return self.get_query_params().get('EndTime') + + def set_EndTime(self,EndTime): + self.add_query_param('EndTime',EndTime) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeRegionAvailabilityRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeRegionAvailabilityRequest.py new file mode 100644 index 0000000000..99ca6f6e3c --- /dev/null +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeRegionAvailabilityRequest.py @@ -0,0 +1,66 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class DescribeRegionAvailabilityRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeRegionAvailability') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_HostType(self): + return self.get_query_params().get('HostType') + + def set_HostType(self,HostType): + self.add_query_param('HostType',HostType) + + def get_SpecifyCount(self): + return self.get_query_params().get('SpecifyCount') + + def set_SpecifyCount(self,SpecifyCount): + self.add_query_param('SpecifyCount',SpecifyCount) + + def get_DBInstanceId(self): + return self.get_query_params().get('DBInstanceId') + + def set_DBInstanceId(self,DBInstanceId): + self.add_query_param('DBInstanceId',DBInstanceId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_InstanceUsedType(self): + return self.get_query_params().get('InstanceUsedType') + + def set_InstanceUsedType(self,InstanceUsedType): + self.add_query_param('InstanceUsedType',InstanceUsedType) \ No newline at end of file diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeRegionsForChannelRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeRegionsForChannelRequest.py new file mode 100644 index 0000000000..69a99e2128 --- /dev/null +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeRegionsForChannelRequest.py @@ -0,0 +1,54 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class DescribeRegionsForChannelRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeRegionsForChannel') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_ClientToken(self): + return self.get_query_params().get('ClientToken') + + def set_ClientToken(self,ClientToken): + self.add_query_param('ClientToken',ClientToken) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeRegionsRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeRegionsRequest.py index e5a813e91d..c10b43cf22 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeRegionsRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeRegionsRequest.py @@ -21,7 +21,7 @@ class DescribeRegionsRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeRegions','rds') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeRegions') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeRenewalPriceRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeRenewalPriceRequest.py index e58c1340ac..04b20de8ab 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeRenewalPriceRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeRenewalPriceRequest.py @@ -21,7 +21,7 @@ class DescribeRenewalPriceRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeRenewalPrice','rds') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeRenewalPrice') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -29,6 +29,24 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) + def get_ClientToken(self): + return self.get_query_params().get('ClientToken') + + def set_ClientToken(self,ClientToken): + self.add_query_param('ClientToken',ClientToken) + + def get_DBInstanceId(self): + return self.get_query_params().get('DBInstanceId') + + def set_DBInstanceId(self,DBInstanceId): + self.add_query_param('DBInstanceId',DBInstanceId) + + def get_BusinessInfo(self): + return self.get_query_params().get('BusinessInfo') + + def set_BusinessInfo(self,BusinessInfo): + self.add_query_param('BusinessInfo',BusinessInfo) + def get_Quantity(self): return self.get_query_params().get('Quantity') @@ -41,12 +59,6 @@ def get_ResourceOwnerAccount(self): def set_ResourceOwnerAccount(self,ResourceOwnerAccount): self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - def get_ClientToken(self): - return self.get_query_params().get('ClientToken') - - def set_ClientToken(self,ClientToken): - self.add_query_param('ClientToken',ClientToken) - def get_OwnerAccount(self): return self.get_query_params().get('OwnerAccount') @@ -83,12 +95,6 @@ def get_PromotionCode(self): def set_PromotionCode(self,PromotionCode): self.add_query_param('PromotionCode',PromotionCode) - def get_DBInstanceId(self): - return self.get_query_params().get('DBInstanceId') - - def set_DBInstanceId(self,DBInstanceId): - self.add_query_param('DBInstanceId',DBInstanceId) - def get_TimeType(self): return self.get_query_params().get('TimeType') @@ -101,12 +107,6 @@ def get_PayType(self): def set_PayType(self,PayType): self.add_query_param('PayType',PayType) - def get_BusinessInfo(self): - return self.get_query_params().get('BusinessInfo') - - def set_BusinessInfo(self,BusinessInfo): - self.add_query_param('BusinessInfo',BusinessInfo) - def get_OrderType(self): return self.get_query_params().get('OrderType') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeReplicaConflictInfoRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeReplicaConflictInfoRequest.py new file mode 100644 index 0000000000..e8cf528f8c --- /dev/null +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeReplicaConflictInfoRequest.py @@ -0,0 +1,84 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class DescribeReplicaConflictInfoRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeReplicaConflictInfo') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_StartTime(self): + return self.get_query_params().get('StartTime') + + def set_StartTime(self,StartTime): + self.add_query_param('StartTime',StartTime) + + def get_PageNumber(self): + return self.get_query_params().get('PageNumber') + + def set_PageNumber(self,PageNumber): + self.add_query_param('PageNumber',PageNumber) + + def get_SecurityToken(self): + return self.get_query_params().get('SecurityToken') + + def set_SecurityToken(self,SecurityToken): + self.add_query_param('SecurityToken',SecurityToken) + + def get_ReplicaId(self): + return self.get_query_params().get('ReplicaId') + + def set_ReplicaId(self,ReplicaId): + self.add_query_param('ReplicaId',ReplicaId) + + def get_PageSize(self): + return self.get_query_params().get('PageSize') + + def set_PageSize(self,PageSize): + self.add_query_param('PageSize',PageSize) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_EndTime(self): + return self.get_query_params().get('EndTime') + + def set_EndTime(self,EndTime): + self.add_query_param('EndTime',EndTime) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeReplicaInitializeProgressRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeReplicaInitializeProgressRequest.py new file mode 100644 index 0000000000..2cda6558ca --- /dev/null +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeReplicaInitializeProgressRequest.py @@ -0,0 +1,60 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class DescribeReplicaInitializeProgressRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeReplicaInitializeProgress') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_SecurityToken(self): + return self.get_query_params().get('SecurityToken') + + def set_SecurityToken(self,SecurityToken): + self.add_query_param('SecurityToken',SecurityToken) + + def get_ReplicaId(self): + return self.get_query_params().get('ReplicaId') + + def set_ReplicaId(self,ReplicaId): + self.add_query_param('ReplicaId',ReplicaId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeReplicaPerformanceRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeReplicaPerformanceRequest.py new file mode 100644 index 0000000000..fed14d197f --- /dev/null +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeReplicaPerformanceRequest.py @@ -0,0 +1,90 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class DescribeReplicaPerformanceRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeReplicaPerformance') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_StartTime(self): + return self.get_query_params().get('StartTime') + + def set_StartTime(self,StartTime): + self.add_query_param('StartTime',StartTime) + + def get_SecurityToken(self): + return self.get_query_params().get('SecurityToken') + + def set_SecurityToken(self,SecurityToken): + self.add_query_param('SecurityToken',SecurityToken) + + def get_ReplicaId(self): + return self.get_query_params().get('ReplicaId') + + def set_ReplicaId(self,ReplicaId): + self.add_query_param('ReplicaId',ReplicaId) + + def get_Key(self): + return self.get_query_params().get('Key') + + def set_Key(self,Key): + self.add_query_param('Key',Key) + + def get_DestinationDBInstanceId(self): + return self.get_query_params().get('DestinationDBInstanceId') + + def set_DestinationDBInstanceId(self,DestinationDBInstanceId): + self.add_query_param('DestinationDBInstanceId',DestinationDBInstanceId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_EndTime(self): + return self.get_query_params().get('EndTime') + + def set_EndTime(self,EndTime): + self.add_query_param('EndTime',EndTime) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_SourceDBInstanceId(self): + return self.get_query_params().get('SourceDBInstanceId') + + def set_SourceDBInstanceId(self,SourceDBInstanceId): + self.add_query_param('SourceDBInstanceId',SourceDBInstanceId) \ No newline at end of file diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeReplicaUsageRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeReplicaUsageRequest.py new file mode 100644 index 0000000000..f3aeae3a29 --- /dev/null +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeReplicaUsageRequest.py @@ -0,0 +1,72 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class DescribeReplicaUsageRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeReplicaUsage') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_SecurityToken(self): + return self.get_query_params().get('SecurityToken') + + def set_SecurityToken(self,SecurityToken): + self.add_query_param('SecurityToken',SecurityToken) + + def get_ReplicaId(self): + return self.get_query_params().get('ReplicaId') + + def set_ReplicaId(self,ReplicaId): + self.add_query_param('ReplicaId',ReplicaId) + + def get_DestinationDBInstanceId(self): + return self.get_query_params().get('DestinationDBInstanceId') + + def set_DestinationDBInstanceId(self,DestinationDBInstanceId): + self.add_query_param('DestinationDBInstanceId',DestinationDBInstanceId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_SourceDBInstanceId(self): + return self.get_query_params().get('SourceDBInstanceId') + + def set_SourceDBInstanceId(self,SourceDBInstanceId): + self.add_query_param('SourceDBInstanceId',SourceDBInstanceId) \ No newline at end of file diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeReplicasRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeReplicasRequest.py new file mode 100644 index 0000000000..f91e207af5 --- /dev/null +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeReplicasRequest.py @@ -0,0 +1,78 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class DescribeReplicasRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeReplicas') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_PageNumber(self): + return self.get_query_params().get('PageNumber') + + def set_PageNumber(self,PageNumber): + self.add_query_param('PageNumber',PageNumber) + + def get_SecurityToken(self): + return self.get_query_params().get('SecurityToken') + + def set_SecurityToken(self,SecurityToken): + self.add_query_param('SecurityToken',SecurityToken) + + def get_ReplicaId(self): + return self.get_query_params().get('ReplicaId') + + def set_ReplicaId(self,ReplicaId): + self.add_query_param('ReplicaId',ReplicaId) + + def get_PageSize(self): + return self.get_query_params().get('PageSize') + + def set_PageSize(self,PageSize): + self.add_query_param('PageSize',PageSize) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_AttachDbInstanceData(self): + return self.get_query_params().get('AttachDbInstanceData') + + def set_AttachDbInstanceData(self,AttachDbInstanceData): + self.add_query_param('AttachDbInstanceData',AttachDbInstanceData) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeResourceDiagnosisRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeResourceDiagnosisRequest.py new file mode 100644 index 0000000000..d863cd3e67 --- /dev/null +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeResourceDiagnosisRequest.py @@ -0,0 +1,42 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class DescribeResourceDiagnosisRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeResourceDiagnosis') + + def get_EndTime(self): + return self.get_query_params().get('EndTime') + + def set_EndTime(self,EndTime): + self.add_query_param('EndTime',EndTime) + + def get_StartTime(self): + return self.get_query_params().get('StartTime') + + def set_StartTime(self,StartTime): + self.add_query_param('StartTime',StartTime) + + def get_DBInstanceId(self): + return self.get_query_params().get('DBInstanceId') + + def set_DBInstanceId(self,DBInstanceId): + self.add_query_param('DBInstanceId',DBInstanceId) \ No newline at end of file diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeResourceUsageRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeResourceUsageRequest.py index 62ea319345..fce9ef7fee 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeResourceUsageRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeResourceUsageRequest.py @@ -21,7 +21,7 @@ class DescribeResourceUsageRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeResourceUsage','rds') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeResourceUsage') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -47,14 +47,14 @@ def get_OwnerAccount(self): def set_OwnerAccount(self,OwnerAccount): self.add_query_param('OwnerAccount',OwnerAccount) - def get_DBInstanceId(self): - return self.get_query_params().get('DBInstanceId') - - def set_DBInstanceId(self,DBInstanceId): - self.add_query_param('DBInstanceId',DBInstanceId) - def get_OwnerId(self): return self.get_query_params().get('OwnerId') def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) \ No newline at end of file + self.add_query_param('OwnerId',OwnerId) + + def get_DBInstanceId(self): + return self.get_query_params().get('DBInstanceId') + + def set_DBInstanceId(self,DBInstanceId): + self.add_query_param('DBInstanceId',DBInstanceId) \ No newline at end of file diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeSQLCollectorPolicyRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeSQLCollectorPolicyRequest.py new file mode 100644 index 0000000000..fbbfffad1e --- /dev/null +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeSQLCollectorPolicyRequest.py @@ -0,0 +1,60 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class DescribeSQLCollectorPolicyRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeSQLCollectorPolicy') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_ClientToken(self): + return self.get_query_params().get('ClientToken') + + def set_ClientToken(self,ClientToken): + self.add_query_param('ClientToken',ClientToken) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_DBInstanceId(self): + return self.get_query_params().get('DBInstanceId') + + def set_DBInstanceId(self,DBInstanceId): + self.add_query_param('DBInstanceId',DBInstanceId) \ No newline at end of file diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeSQLCollectorRetentionRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeSQLCollectorRetentionRequest.py new file mode 100644 index 0000000000..b80e0ee0b5 --- /dev/null +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeSQLCollectorRetentionRequest.py @@ -0,0 +1,60 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class DescribeSQLCollectorRetentionRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeSQLCollectorRetention') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_SecurityToken(self): + return self.get_query_params().get('SecurityToken') + + def set_SecurityToken(self,SecurityToken): + self.add_query_param('SecurityToken',SecurityToken) + + def get_DBInstanceId(self): + return self.get_query_params().get('DBInstanceId') + + def set_DBInstanceId(self,DBInstanceId): + self.add_query_param('DBInstanceId',DBInstanceId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeSQLCollectorVersionRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeSQLCollectorVersionRequest.py new file mode 100644 index 0000000000..c736db9ad2 --- /dev/null +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeSQLCollectorVersionRequest.py @@ -0,0 +1,60 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class DescribeSQLCollectorVersionRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeSQLCollectorVersion') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_SecurityToken(self): + return self.get_query_params().get('SecurityToken') + + def set_SecurityToken(self,SecurityToken): + self.add_query_param('SecurityToken',SecurityToken) + + def get_DBInstanceId(self): + return self.get_query_params().get('DBInstanceId') + + def set_DBInstanceId(self,DBInstanceId): + self.add_query_param('DBInstanceId',DBInstanceId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeSQLDiagnosisListRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeSQLDiagnosisListRequest.py new file mode 100644 index 0000000000..540c31331a --- /dev/null +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeSQLDiagnosisListRequest.py @@ -0,0 +1,30 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class DescribeSQLDiagnosisListRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeSQLDiagnosisList') + + def get_DBInstanceId(self): + return self.get_query_params().get('DBInstanceId') + + def set_DBInstanceId(self,DBInstanceId): + self.add_query_param('DBInstanceId',DBInstanceId) \ No newline at end of file diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeSQLDiagnosisRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeSQLDiagnosisRequest.py new file mode 100644 index 0000000000..ca2cbaa6d9 --- /dev/null +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeSQLDiagnosisRequest.py @@ -0,0 +1,36 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class DescribeSQLDiagnosisRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeSQLDiagnosis') + + def get_SQLDiagId(self): + return self.get_query_params().get('SQLDiagId') + + def set_SQLDiagId(self,SQLDiagId): + self.add_query_param('SQLDiagId',SQLDiagId) + + def get_DBInstanceId(self): + return self.get_query_params().get('DBInstanceId') + + def set_DBInstanceId(self,DBInstanceId): + self.add_query_param('DBInstanceId',DBInstanceId) \ No newline at end of file diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeSQLInjectionInfosRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeSQLInjectionInfosRequest.py new file mode 100644 index 0000000000..91f962fb84 --- /dev/null +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeSQLInjectionInfosRequest.py @@ -0,0 +1,78 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class DescribeSQLInjectionInfosRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeSQLInjectionInfos') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_StartTime(self): + return self.get_query_params().get('StartTime') + + def set_StartTime(self,StartTime): + self.add_query_param('StartTime',StartTime) + + def get_PageNumber(self): + return self.get_query_params().get('PageNumber') + + def set_PageNumber(self,PageNumber): + self.add_query_param('PageNumber',PageNumber) + + def get_PageSize(self): + return self.get_query_params().get('PageSize') + + def set_PageSize(self,PageSize): + self.add_query_param('PageSize',PageSize) + + def get_DBInstanceId(self): + return self.get_query_params().get('DBInstanceId') + + def set_DBInstanceId(self,DBInstanceId): + self.add_query_param('DBInstanceId',DBInstanceId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_EndTime(self): + return self.get_query_params().get('EndTime') + + def set_EndTime(self,EndTime): + self.add_query_param('EndTime',EndTime) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeSQLLogFilesRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeSQLLogFilesRequest.py index 9750f5ed34..6426e79d0d 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeSQLLogFilesRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeSQLLogFilesRequest.py @@ -21,7 +21,7 @@ class DescribeSQLLogFilesRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeSQLLogFiles','rds') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeSQLLogFiles') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -29,23 +29,11 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) - def get_FileName(self): - return self.get_query_params().get('FileName') - - def set_FileName(self,FileName): - self.add_query_param('FileName',FileName) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') + def get_PageNumber(self): + return self.get_query_params().get('PageNumber') - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) + def set_PageNumber(self,PageNumber): + self.add_query_param('PageNumber',PageNumber) def get_PageSize(self): return self.get_query_params().get('PageSize') @@ -59,14 +47,26 @@ def get_DBInstanceId(self): def set_DBInstanceId(self,DBInstanceId): self.add_query_param('DBInstanceId',DBInstanceId) + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + def get_OwnerId(self): return self.get_query_params().get('OwnerId') def set_OwnerId(self,OwnerId): self.add_query_param('OwnerId',OwnerId) - def get_PageNumber(self): - return self.get_query_params().get('PageNumber') + def get_FileName(self): + return self.get_query_params().get('FileName') - def set_PageNumber(self,PageNumber): - self.add_query_param('PageNumber',PageNumber) \ No newline at end of file + def set_FileName(self,FileName): + self.add_query_param('FileName',FileName) \ No newline at end of file diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeSQLLogRecordsListRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeSQLLogRecordsListRequest.py new file mode 100644 index 0000000000..1fbd96ae02 --- /dev/null +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeSQLLogRecordsListRequest.py @@ -0,0 +1,186 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class DescribeSQLLogRecordsListRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeSQLLogRecordsList') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_MinScanRows(self): + return self.get_query_params().get('MinScanRows') + + def set_MinScanRows(self,MinScanRows): + self.add_query_param('MinScanRows',MinScanRows) + + def get_StartTime(self): + return self.get_query_params().get('StartTime') + + def set_StartTime(self,StartTime): + self.add_query_param('StartTime',StartTime) + + def get_JobId(self): + return self.get_query_params().get('JobId') + + def set_JobId(self,JobId): + self.add_query_param('JobId',JobId) + + def get_HostAddress(self): + return self.get_query_params().get('HostAddress') + + def set_HostAddress(self,HostAddress): + self.add_query_param('HostAddress',HostAddress) + + def get_SortKey(self): + return self.get_query_params().get('SortKey') + + def set_SortKey(self,SortKey): + self.add_query_param('SortKey',SortKey) + + def get_AccountName(self): + return self.get_query_params().get('AccountName') + + def set_AccountName(self,AccountName): + self.add_query_param('AccountName',AccountName) + + def get_SecurityToken(self): + return self.get_query_params().get('SecurityToken') + + def set_SecurityToken(self,SecurityToken): + self.add_query_param('SecurityToken',SecurityToken) + + def get_PageNumbers(self): + return self.get_query_params().get('PageNumbers') + + def set_PageNumbers(self,PageNumbers): + self.add_query_param('PageNumbers',PageNumbers) + + def get_PagingID(self): + return self.get_query_params().get('PagingID') + + def set_PagingID(self,PagingID): + self.add_query_param('PagingID',PagingID) + + def get_DBInstanceId(self): + return self.get_query_params().get('DBInstanceId') + + def set_DBInstanceId(self,DBInstanceId): + self.add_query_param('DBInstanceId',DBInstanceId) + + def get_State(self): + return self.get_query_params().get('State') + + def set_State(self,State): + self.add_query_param('State',State) + + def get_TableName(self): + return self.get_query_params().get('TableName') + + def set_TableName(self,TableName): + self.add_query_param('TableName',TableName) + + def get_SqlType(self): + return self.get_query_params().get('SqlType') + + def set_SqlType(self,SqlType): + self.add_query_param('SqlType',SqlType) + + def get_MinConsume(self): + return self.get_query_params().get('MinConsume') + + def set_MinConsume(self,MinConsume): + self.add_query_param('MinConsume',MinConsume) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_MaxRecordsPerPage(self): + return self.get_query_params().get('MaxRecordsPerPage') + + def set_MaxRecordsPerPage(self,MaxRecordsPerPage): + self.add_query_param('MaxRecordsPerPage',MaxRecordsPerPage) + + def get_QueryKeyword(self): + return self.get_query_params().get('QueryKeyword') + + def set_QueryKeyword(self,QueryKeyword): + self.add_query_param('QueryKeyword',QueryKeyword) + + def get_EndTime(self): + return self.get_query_params().get('EndTime') + + def set_EndTime(self,EndTime): + self.add_query_param('EndTime',EndTime) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_MaxConsume(self): + return self.get_query_params().get('MaxConsume') + + def set_MaxConsume(self,MaxConsume): + self.add_query_param('MaxConsume',MaxConsume) + + def get_ThreadID(self): + return self.get_query_params().get('ThreadID') + + def set_ThreadID(self,ThreadID): + self.add_query_param('ThreadID',ThreadID) + + def get_LogicalOperator(self): + return self.get_query_params().get('LogicalOperator') + + def set_LogicalOperator(self,LogicalOperator): + self.add_query_param('LogicalOperator',LogicalOperator) + + def get_DBName(self): + return self.get_query_params().get('DBName') + + def set_DBName(self,DBName): + self.add_query_param('DBName',DBName) + + def get_SortMethod(self): + return self.get_query_params().get('SortMethod') + + def set_SortMethod(self,SortMethod): + self.add_query_param('SortMethod',SortMethod) + + def get_MaxScanRows(self): + return self.get_query_params().get('MaxScanRows') + + def set_MaxScanRows(self,MaxScanRows): + self.add_query_param('MaxScanRows',MaxScanRows) \ No newline at end of file diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeSQLLogRecordsRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeSQLLogRecordsRequest.py index 77f4e2fca0..09abf81390 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeSQLLogRecordsRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeSQLLogRecordsRequest.py @@ -21,13 +21,7 @@ class DescribeSQLLogRecordsRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeSQLLogRecords','rds') - - def get_SQLId(self): - return self.get_query_params().get('SQLId') - - def set_SQLId(self,SQLId): - self.add_query_param('SQLId',SQLId) + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeSQLLogRecords') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -35,42 +29,18 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - def get_ClientToken(self): return self.get_query_params().get('ClientToken') def set_ClientToken(self,ClientToken): self.add_query_param('ClientToken',ClientToken) - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_EndTime(self): - return self.get_query_params().get('EndTime') - - def set_EndTime(self,EndTime): - self.add_query_param('EndTime',EndTime) - def get_StartTime(self): return self.get_query_params().get('StartTime') def set_StartTime(self,StartTime): self.add_query_param('StartTime',StartTime) - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - def get_QueryKeywords(self): return self.get_query_params().get('QueryKeywords') @@ -89,12 +59,6 @@ def get_Database(self): def set_Database(self,Database): self.add_query_param('Database',Database) - def get_Form(self): - return self.get_query_params().get('Form') - - def set_Form(self,Form): - self.add_query_param('Form',Form) - def get_PageSize(self): return self.get_query_params().get('PageSize') @@ -107,6 +71,42 @@ def get_DBInstanceId(self): def set_DBInstanceId(self,DBInstanceId): self.add_query_param('DBInstanceId',DBInstanceId) + def get_SQLId(self): + return self.get_query_params().get('SQLId') + + def set_SQLId(self,SQLId): + self.add_query_param('SQLId',SQLId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_EndTime(self): + return self.get_query_params().get('EndTime') + + def set_EndTime(self,EndTime): + self.add_query_param('EndTime',EndTime) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_Form(self): + return self.get_query_params().get('Form') + + def set_Form(self,Form): + self.add_query_param('Form',Form) + def get_User(self): return self.get_query_params().get('User') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeSQLLogReportListRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeSQLLogReportListRequest.py index ab71dd55a3..52c941b070 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeSQLLogReportListRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeSQLLogReportListRequest.py @@ -21,7 +21,7 @@ class DescribeSQLLogReportListRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeSQLLogReportList','rds') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeSQLLogReportList') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -29,17 +29,17 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') + def get_StartTime(self): + return self.get_query_params().get('StartTime') - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + def set_StartTime(self,StartTime): + self.add_query_param('StartTime',StartTime) - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') + def get_PageNumber(self): + return self.get_query_params().get('PageNumber') - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) + def set_PageNumber(self,PageNumber): + self.add_query_param('PageNumber',PageNumber) def get_PageSize(self): return self.get_query_params().get('PageSize') @@ -47,32 +47,32 @@ def get_PageSize(self): def set_PageSize(self,PageSize): self.add_query_param('PageSize',PageSize) - def get_EndTime(self): - return self.get_query_params().get('EndTime') - - def set_EndTime(self,EndTime): - self.add_query_param('EndTime',EndTime) - def get_DBInstanceId(self): return self.get_query_params().get('DBInstanceId') def set_DBInstanceId(self,DBInstanceId): self.add_query_param('DBInstanceId',DBInstanceId) - def get_StartTime(self): - return self.get_query_params().get('StartTime') + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') - def set_StartTime(self,StartTime): - self.add_query_param('StartTime',StartTime) + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_EndTime(self): + return self.get_query_params().get('EndTime') + + def set_EndTime(self,EndTime): + self.add_query_param('EndTime',EndTime) def get_OwnerId(self): return self.get_query_params().get('OwnerId') def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_PageNumber(self): - return self.get_query_params().get('PageNumber') - - def set_PageNumber(self,PageNumber): - self.add_query_param('PageNumber',PageNumber) \ No newline at end of file + self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeSQLLogReportsRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeSQLLogReportsRequest.py index d9e601355b..60fe6165c4 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeSQLLogReportsRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeSQLLogReportsRequest.py @@ -21,7 +21,7 @@ class DescribeSQLLogReportsRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeSQLLogReports','rds') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeSQLLogReports') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -29,17 +29,17 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') + def get_StartTime(self): + return self.get_query_params().get('StartTime') - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + def set_StartTime(self,StartTime): + self.add_query_param('StartTime',StartTime) - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') + def get_PageNumber(self): + return self.get_query_params().get('PageNumber') - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) + def set_PageNumber(self,PageNumber): + self.add_query_param('PageNumber',PageNumber) def get_PageSize(self): return self.get_query_params().get('PageSize') @@ -47,32 +47,32 @@ def get_PageSize(self): def set_PageSize(self,PageSize): self.add_query_param('PageSize',PageSize) - def get_EndTime(self): - return self.get_query_params().get('EndTime') - - def set_EndTime(self,EndTime): - self.add_query_param('EndTime',EndTime) - def get_DBInstanceId(self): return self.get_query_params().get('DBInstanceId') def set_DBInstanceId(self,DBInstanceId): self.add_query_param('DBInstanceId',DBInstanceId) - def get_StartTime(self): - return self.get_query_params().get('StartTime') + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') - def set_StartTime(self,StartTime): - self.add_query_param('StartTime',StartTime) + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_EndTime(self): + return self.get_query_params().get('EndTime') + + def set_EndTime(self,EndTime): + self.add_query_param('EndTime',EndTime) def get_OwnerId(self): return self.get_query_params().get('OwnerId') def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_PageNumber(self): - return self.get_query_params().get('PageNumber') - - def set_PageNumber(self,PageNumber): - self.add_query_param('PageNumber',PageNumber) \ No newline at end of file + self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeSQLReportsRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeSQLReportsRequest.py index d5169a339a..db117c029f 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeSQLReportsRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeSQLReportsRequest.py @@ -21,7 +21,7 @@ class DescribeSQLReportsRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeSQLReports','rds') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeSQLReports') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -29,17 +29,17 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') + def get_StartTime(self): + return self.get_query_params().get('StartTime') - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + def set_StartTime(self,StartTime): + self.add_query_param('StartTime',StartTime) - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') + def get_PageNumber(self): + return self.get_query_params().get('PageNumber') - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) + def set_PageNumber(self,PageNumber): + self.add_query_param('PageNumber',PageNumber) def get_PageSize(self): return self.get_query_params().get('PageSize') @@ -47,32 +47,32 @@ def get_PageSize(self): def set_PageSize(self,PageSize): self.add_query_param('PageSize',PageSize) - def get_EndTime(self): - return self.get_query_params().get('EndTime') - - def set_EndTime(self,EndTime): - self.add_query_param('EndTime',EndTime) - def get_DBInstanceId(self): return self.get_query_params().get('DBInstanceId') def set_DBInstanceId(self,DBInstanceId): self.add_query_param('DBInstanceId',DBInstanceId) - def get_StartTime(self): - return self.get_query_params().get('StartTime') + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') - def set_StartTime(self,StartTime): - self.add_query_param('StartTime',StartTime) + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_EndTime(self): + return self.get_query_params().get('EndTime') + + def set_EndTime(self,EndTime): + self.add_query_param('EndTime',EndTime) def get_OwnerId(self): return self.get_query_params().get('OwnerId') def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_PageNumber(self): - return self.get_query_params().get('PageNumber') - - def set_PageNumber(self,PageNumber): - self.add_query_param('PageNumber',PageNumber) \ No newline at end of file + self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeSQLServerUpgradeVersionsRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeSQLServerUpgradeVersionsRequest.py new file mode 100644 index 0000000000..2a4fc98e6e --- /dev/null +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeSQLServerUpgradeVersionsRequest.py @@ -0,0 +1,60 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class DescribeSQLServerUpgradeVersionsRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeSQLServerUpgradeVersions') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_ClientToken(self): + return self.get_query_params().get('ClientToken') + + def set_ClientToken(self,ClientToken): + self.add_query_param('ClientToken',ClientToken) + + def get_EngineVersion(self): + return self.get_query_params().get('EngineVersion') + + def set_EngineVersion(self,EngineVersion): + self.add_query_param('EngineVersion',EngineVersion) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_DBInstanceId(self): + return self.get_query_params().get('DBInstanceId') + + def set_DBInstanceId(self,DBInstanceId): + self.add_query_param('DBInstanceId',DBInstanceId) \ No newline at end of file diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeSecurityGroupConfigurationRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeSecurityGroupConfigurationRequest.py index d98376ecfb..74dc4db0db 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeSecurityGroupConfigurationRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeSecurityGroupConfigurationRequest.py @@ -21,7 +21,7 @@ class DescribeSecurityGroupConfigurationRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeSecurityGroupConfiguration','rds') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeSecurityGroupConfiguration') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -35,14 +35,14 @@ def get_ResourceOwnerAccount(self): def set_ResourceOwnerAccount(self,ResourceOwnerAccount): self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - def get_DBInstanceId(self): - return self.get_query_params().get('DBInstanceId') - - def set_DBInstanceId(self,DBInstanceId): - self.add_query_param('DBInstanceId',DBInstanceId) - def get_OwnerId(self): return self.get_query_params().get('OwnerId') def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) \ No newline at end of file + self.add_query_param('OwnerId',OwnerId) + + def get_DBInstanceId(self): + return self.get_query_params().get('DBInstanceId') + + def set_DBInstanceId(self,DBInstanceId): + self.add_query_param('DBInstanceId',DBInstanceId) \ No newline at end of file diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeServiceOfCloudDBARequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeServiceOfCloudDBARequest.py new file mode 100644 index 0000000000..4d6629fed5 --- /dev/null +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeServiceOfCloudDBARequest.py @@ -0,0 +1,42 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class DescribeServiceOfCloudDBARequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeServiceOfCloudDBA') + + def get_ServiceRequestType(self): + return self.get_query_params().get('ServiceRequestType') + + def set_ServiceRequestType(self,ServiceRequestType): + self.add_query_param('ServiceRequestType',ServiceRequestType) + + def get_ServiceRequestParam(self): + return self.get_query_params().get('ServiceRequestParam') + + def set_ServiceRequestParam(self,ServiceRequestParam): + self.add_query_param('ServiceRequestParam',ServiceRequestParam) + + def get_DBInstanceId(self): + return self.get_query_params().get('DBInstanceId') + + def set_DBInstanceId(self,DBInstanceId): + self.add_query_param('DBInstanceId',DBInstanceId) \ No newline at end of file diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeSlowLogRecordsRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeSlowLogRecordsRequest.py index e9f34357a5..8f692b003d 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeSlowLogRecordsRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeSlowLogRecordsRequest.py @@ -21,7 +21,7 @@ class DescribeSlowLogRecordsRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeSlowLogRecords','rds') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeSlowLogRecords') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -29,6 +29,30 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) + def get_StartTime(self): + return self.get_query_params().get('StartTime') + + def set_StartTime(self,StartTime): + self.add_query_param('StartTime',StartTime) + + def get_PageNumber(self): + return self.get_query_params().get('PageNumber') + + def set_PageNumber(self,PageNumber): + self.add_query_param('PageNumber',PageNumber) + + def get_PageSize(self): + return self.get_query_params().get('PageSize') + + def set_PageSize(self,PageSize): + self.add_query_param('PageSize',PageSize) + + def get_DBInstanceId(self): + return self.get_query_params().get('DBInstanceId') + + def set_DBInstanceId(self,DBInstanceId): + self.add_query_param('DBInstanceId',DBInstanceId) + def get_ResourceOwnerAccount(self): return self.get_query_params().get('ResourceOwnerAccount') @@ -47,42 +71,18 @@ def get_EndTime(self): def set_EndTime(self,EndTime): self.add_query_param('EndTime',EndTime) - def get_StartTime(self): - return self.get_query_params().get('StartTime') - - def set_StartTime(self,StartTime): - self.add_query_param('StartTime',StartTime) - def get_OwnerId(self): return self.get_query_params().get('OwnerId') def set_OwnerId(self,OwnerId): self.add_query_param('OwnerId',OwnerId) - def get_PageNumber(self): - return self.get_query_params().get('PageNumber') - - def set_PageNumber(self,PageNumber): - self.add_query_param('PageNumber',PageNumber) - def get_DBName(self): return self.get_query_params().get('DBName') def set_DBName(self,DBName): self.add_query_param('DBName',DBName) - def get_PageSize(self): - return self.get_query_params().get('PageSize') - - def set_PageSize(self,PageSize): - self.add_query_param('PageSize',PageSize) - - def get_DBInstanceId(self): - return self.get_query_params().get('DBInstanceId') - - def set_DBInstanceId(self,DBInstanceId): - self.add_query_param('DBInstanceId',DBInstanceId) - def get_SQLHASH(self): return self.get_query_params().get('SQLHASH') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeSlowLogsRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeSlowLogsRequest.py index cc603dbff8..809d9d2894 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeSlowLogsRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeSlowLogsRequest.py @@ -21,7 +21,7 @@ class DescribeSlowLogsRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeSlowLogs','rds') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeSlowLogs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -29,36 +29,12 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_EndTime(self): - return self.get_query_params().get('EndTime') - - def set_EndTime(self,EndTime): - self.add_query_param('EndTime',EndTime) - def get_StartTime(self): return self.get_query_params().get('StartTime') def set_StartTime(self,StartTime): self.add_query_param('StartTime',StartTime) - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - def get_PageNumber(self): return self.get_query_params().get('PageNumber') @@ -71,12 +47,6 @@ def get_SortKey(self): def set_SortKey(self,SortKey): self.add_query_param('SortKey',SortKey) - def get_DBName(self): - return self.get_query_params().get('DBName') - - def set_DBName(self,DBName): - self.add_query_param('DBName',DBName) - def get_PageSize(self): return self.get_query_params().get('PageSize') @@ -87,4 +57,34 @@ def get_DBInstanceId(self): return self.get_query_params().get('DBInstanceId') def set_DBInstanceId(self,DBInstanceId): - self.add_query_param('DBInstanceId',DBInstanceId) \ No newline at end of file + self.add_query_param('DBInstanceId',DBInstanceId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_EndTime(self): + return self.get_query_params().get('EndTime') + + def set_EndTime(self,EndTime): + self.add_query_param('EndTime',EndTime) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_DBName(self): + return self.get_query_params().get('DBName') + + def set_DBName(self,DBName): + self.add_query_param('DBName',DBName) \ No newline at end of file diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeSqlLogDetailArchiveStatusRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeSqlLogDetailArchiveStatusRequest.py new file mode 100644 index 0000000000..63d986991f --- /dev/null +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeSqlLogDetailArchiveStatusRequest.py @@ -0,0 +1,60 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class DescribeSqlLogDetailArchiveStatusRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeSqlLogDetailArchiveStatus') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_SecurityToken(self): + return self.get_query_params().get('SecurityToken') + + def set_SecurityToken(self,SecurityToken): + self.add_query_param('SecurityToken',SecurityToken) + + def get_DBInstanceId(self): + return self.get_query_params().get('DBInstanceId') + + def set_DBInstanceId(self,DBInstanceId): + self.add_query_param('DBInstanceId',DBInstanceId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeSqlLogDumpStatusRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeSqlLogDumpStatusRequest.py new file mode 100644 index 0000000000..a594e1ae47 --- /dev/null +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeSqlLogDumpStatusRequest.py @@ -0,0 +1,60 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class DescribeSqlLogDumpStatusRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeSqlLogDumpStatus') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_SecurityToken(self): + return self.get_query_params().get('SecurityToken') + + def set_SecurityToken(self,SecurityToken): + self.add_query_param('SecurityToken',SecurityToken) + + def get_DBInstanceId(self): + return self.get_query_params().get('DBInstanceId') + + def set_DBInstanceId(self,DBInstanceId): + self.add_query_param('DBInstanceId',DBInstanceId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeSqlLogInstancesRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeSqlLogInstancesRequest.py new file mode 100644 index 0000000000..df491ebac3 --- /dev/null +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeSqlLogInstancesRequest.py @@ -0,0 +1,54 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class DescribeSqlLogInstancesRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeSqlLogInstances') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_SecurityToken(self): + return self.get_query_params().get('SecurityToken') + + def set_SecurityToken(self,SecurityToken): + self.add_query_param('SecurityToken',SecurityToken) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeSqlLogTemplatesListRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeSqlLogTemplatesListRequest.py new file mode 100644 index 0000000000..ae1873e7fa --- /dev/null +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeSqlLogTemplatesListRequest.py @@ -0,0 +1,138 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class DescribeSqlLogTemplatesListRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeSqlLogTemplatesList') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_StartTime(self): + return self.get_query_params().get('StartTime') + + def set_StartTime(self,StartTime): + self.add_query_param('StartTime',StartTime) + + def get_JobId(self): + return self.get_query_params().get('JobId') + + def set_JobId(self,JobId): + self.add_query_param('JobId',JobId) + + def get_SortKey(self): + return self.get_query_params().get('SortKey') + + def set_SortKey(self,SortKey): + self.add_query_param('SortKey',SortKey) + + def get_MinAvgScanRows(self): + return self.get_query_params().get('MinAvgScanRows') + + def set_MinAvgScanRows(self,MinAvgScanRows): + self.add_query_param('MinAvgScanRows',MinAvgScanRows) + + def get_SecurityToken(self): + return self.get_query_params().get('SecurityToken') + + def set_SecurityToken(self,SecurityToken): + self.add_query_param('SecurityToken',SecurityToken) + + def get_PageNumbers(self): + return self.get_query_params().get('PageNumbers') + + def set_PageNumbers(self,PageNumbers): + self.add_query_param('PageNumbers',PageNumbers) + + def get_PagingId(self): + return self.get_query_params().get('PagingId') + + def set_PagingId(self,PagingId): + self.add_query_param('PagingId',PagingId) + + def get_DBInstanceId(self): + return self.get_query_params().get('DBInstanceId') + + def set_DBInstanceId(self,DBInstanceId): + self.add_query_param('DBInstanceId',DBInstanceId) + + def get_MaxAvgScanRows(self): + return self.get_query_params().get('MaxAvgScanRows') + + def set_MaxAvgScanRows(self,MaxAvgScanRows): + self.add_query_param('MaxAvgScanRows',MaxAvgScanRows) + + def get_SqlType(self): + return self.get_query_params().get('SqlType') + + def set_SqlType(self,SqlType): + self.add_query_param('SqlType',SqlType) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_MinAvgConsume(self): + return self.get_query_params().get('MinAvgConsume') + + def set_MinAvgConsume(self,MinAvgConsume): + self.add_query_param('MinAvgConsume',MinAvgConsume) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_MaxRecordsPerPage(self): + return self.get_query_params().get('MaxRecordsPerPage') + + def set_MaxRecordsPerPage(self,MaxRecordsPerPage): + self.add_query_param('MaxRecordsPerPage',MaxRecordsPerPage) + + def get_EndTime(self): + return self.get_query_params().get('EndTime') + + def set_EndTime(self,EndTime): + self.add_query_param('EndTime',EndTime) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_MaxAvgConsume(self): + return self.get_query_params().get('MaxAvgConsume') + + def set_MaxAvgConsume(self,MaxAvgConsume): + self.add_query_param('MaxAvgConsume',MaxAvgConsume) + + def get_SortMethod(self): + return self.get_query_params().get('SortMethod') + + def set_SortMethod(self,SortMethod): + self.add_query_param('SortMethod',SortMethod) \ No newline at end of file diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeSqlLogTemplatesTimeDistributionRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeSqlLogTemplatesTimeDistributionRequest.py new file mode 100644 index 0000000000..6dae3550bc --- /dev/null +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeSqlLogTemplatesTimeDistributionRequest.py @@ -0,0 +1,96 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class DescribeSqlLogTemplatesTimeDistributionRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeSqlLogTemplatesTimeDistribution') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_StartTime(self): + return self.get_query_params().get('StartTime') + + def set_StartTime(self,StartTime): + self.add_query_param('StartTime',StartTime) + + def get_JobId(self): + return self.get_query_params().get('JobId') + + def set_JobId(self,JobId): + self.add_query_param('JobId',JobId) + + def get_SortKey(self): + return self.get_query_params().get('SortKey') + + def set_SortKey(self,SortKey): + self.add_query_param('SortKey',SortKey) + + def get_TemplateHash(self): + return self.get_query_params().get('TemplateHash') + + def set_TemplateHash(self,TemplateHash): + self.add_query_param('TemplateHash',TemplateHash) + + def get_SecurityToken(self): + return self.get_query_params().get('SecurityToken') + + def set_SecurityToken(self,SecurityToken): + self.add_query_param('SecurityToken',SecurityToken) + + def get_DBInstanceId(self): + return self.get_query_params().get('DBInstanceId') + + def set_DBInstanceId(self,DBInstanceId): + self.add_query_param('DBInstanceId',DBInstanceId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_EndTime(self): + return self.get_query_params().get('EndTime') + + def set_EndTime(self,EndTime): + self.add_query_param('EndTime',EndTime) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_TimeLevel(self): + return self.get_query_params().get('TimeLevel') + + def set_TimeLevel(self,TimeLevel): + self.add_query_param('TimeLevel',TimeLevel) \ No newline at end of file diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeSqlLogTimeDistributionRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeSqlLogTimeDistributionRequest.py new file mode 100644 index 0000000000..72880db12f --- /dev/null +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeSqlLogTimeDistributionRequest.py @@ -0,0 +1,84 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class DescribeSqlLogTimeDistributionRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeSqlLogTimeDistribution') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_StartTime(self): + return self.get_query_params().get('StartTime') + + def set_StartTime(self,StartTime): + self.add_query_param('StartTime',StartTime) + + def get_JobId(self): + return self.get_query_params().get('JobId') + + def set_JobId(self,JobId): + self.add_query_param('JobId',JobId) + + def get_SecurityToken(self): + return self.get_query_params().get('SecurityToken') + + def set_SecurityToken(self,SecurityToken): + self.add_query_param('SecurityToken',SecurityToken) + + def get_DBInstanceId(self): + return self.get_query_params().get('DBInstanceId') + + def set_DBInstanceId(self,DBInstanceId): + self.add_query_param('DBInstanceId',DBInstanceId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_EndTime(self): + return self.get_query_params().get('EndTime') + + def set_EndTime(self,EndTime): + self.add_query_param('EndTime',EndTime) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_TimeLevel(self): + return self.get_query_params().get('TimeLevel') + + def set_TimeLevel(self,TimeLevel): + self.add_query_param('TimeLevel',TimeLevel) \ No newline at end of file diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeSqlTemplatesConsumeAndScanRowsRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeSqlTemplatesConsumeAndScanRowsRequest.py new file mode 100644 index 0000000000..9c427b6fe3 --- /dev/null +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeSqlTemplatesConsumeAndScanRowsRequest.py @@ -0,0 +1,78 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class DescribeSqlTemplatesConsumeAndScanRowsRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeSqlTemplatesConsumeAndScanRows') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_StartTime(self): + return self.get_query_params().get('StartTime') + + def set_StartTime(self,StartTime): + self.add_query_param('StartTime',StartTime) + + def get_JobId(self): + return self.get_query_params().get('JobId') + + def set_JobId(self,JobId): + self.add_query_param('JobId',JobId) + + def get_SecurityToken(self): + return self.get_query_params().get('SecurityToken') + + def set_SecurityToken(self,SecurityToken): + self.add_query_param('SecurityToken',SecurityToken) + + def get_DBInstanceId(self): + return self.get_query_params().get('DBInstanceId') + + def set_DBInstanceId(self,DBInstanceId): + self.add_query_param('DBInstanceId',DBInstanceId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_EndTime(self): + return self.get_query_params().get('EndTime') + + def set_EndTime(self,EndTime): + self.add_query_param('EndTime',EndTime) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeStaticVerificationListRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeStaticVerificationListRequest.py new file mode 100644 index 0000000000..d2dd951a51 --- /dev/null +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeStaticVerificationListRequest.py @@ -0,0 +1,72 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class DescribeStaticVerificationListRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeStaticVerificationList') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_SecurityToken(self): + return self.get_query_params().get('SecurityToken') + + def set_SecurityToken(self,SecurityToken): + self.add_query_param('SecurityToken',SecurityToken) + + def get_ReplicaId(self): + return self.get_query_params().get('ReplicaId') + + def set_ReplicaId(self,ReplicaId): + self.add_query_param('ReplicaId',ReplicaId) + + def get_SourceInstanceId(self): + return self.get_query_params().get('SourceInstanceId') + + def set_SourceInstanceId(self,SourceInstanceId): + self.add_query_param('SourceInstanceId',SourceInstanceId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_DestinationInstanceId(self): + return self.get_query_params().get('DestinationInstanceId') + + def set_DestinationInstanceId(self,DestinationInstanceId): + self.add_query_param('DestinationInstanceId',DestinationInstanceId) \ No newline at end of file diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeStrategyRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeStrategyRequest.py new file mode 100644 index 0000000000..0341607485 --- /dev/null +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeStrategyRequest.py @@ -0,0 +1,60 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class DescribeStrategyRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeStrategy') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_SecurityToken(self): + return self.get_query_params().get('SecurityToken') + + def set_SecurityToken(self,SecurityToken): + self.add_query_param('SecurityToken',SecurityToken) + + def get_ReplicaId(self): + return self.get_query_params().get('ReplicaId') + + def set_ReplicaId(self,ReplicaId): + self.add_query_param('ReplicaId',ReplicaId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeSyncAccountForInnerRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeSyncAccountForInnerRequest.py new file mode 100644 index 0000000000..dfdbfe8985 --- /dev/null +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeSyncAccountForInnerRequest.py @@ -0,0 +1,48 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class DescribeSyncAccountForInnerRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeSyncAccountForInner') + + def get_DBInstanceName(self): + return self.get_query_params().get('DBInstanceName') + + def set_DBInstanceName(self,DBInstanceName): + self.add_query_param('DBInstanceName',DBInstanceName) + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeSyncAccountsRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeSyncAccountsRequest.py new file mode 100644 index 0000000000..ea9aedd003 --- /dev/null +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeSyncAccountsRequest.py @@ -0,0 +1,48 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class DescribeSyncAccountsRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeSyncAccounts') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_DBInstanceId(self): + return self.get_query_params().get('DBInstanceId') + + def set_DBInstanceId(self,DBInstanceId): + self.add_query_param('DBInstanceId',DBInstanceId) \ No newline at end of file diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeTagsRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeTagsRequest.py index 3c704a71c6..cbbbe2ef36 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeTagsRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeTagsRequest.py @@ -21,7 +21,7 @@ class DescribeTagsRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeTags','rds') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeTags') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -29,42 +29,42 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - def get_ClientToken(self): return self.get_query_params().get('ClientToken') def set_ClientToken(self,ClientToken): self.add_query_param('ClientToken',ClientToken) - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - def get_DBInstanceId(self): return self.get_query_params().get('DBInstanceId') def set_DBInstanceId(self,DBInstanceId): self.add_query_param('DBInstanceId',DBInstanceId) - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - def get_proxyId(self): return self.get_query_params().get('proxyId') def set_proxyId(self,proxyId): self.add_query_param('proxyId',proxyId) + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + def get_Tags(self): return self.get_query_params().get('Tags') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeTaskInfoRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeTaskInfoRequest.py index 29b754054a..deb09ba8fc 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeTaskInfoRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeTaskInfoRequest.py @@ -21,7 +21,7 @@ class DescribeTaskInfoRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeTaskInfo','rds') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeTaskInfo') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -29,38 +29,38 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - def get_ClientToken(self): return self.get_query_params().get('ClientToken') def set_ClientToken(self,ClientToken): self.add_query_param('ClientToken',ClientToken) - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - def get_DBInstanceId(self): return self.get_query_params().get('DBInstanceId') def set_DBInstanceId(self,DBInstanceId): self.add_query_param('DBInstanceId',DBInstanceId) - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - def get_TaskId(self): return self.get_query_params().get('TaskId') def set_TaskId(self,TaskId): - self.add_query_param('TaskId',TaskId) \ No newline at end of file + self.add_query_param('TaskId',TaskId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeTasksRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeTasksRequest.py index 6f5bda90c9..c33cbe7d62 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeTasksRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeTasksRequest.py @@ -21,7 +21,7 @@ class DescribeTasksRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeTasks','rds') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeTasks') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -29,36 +29,12 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_EndTime(self): - return self.get_query_params().get('EndTime') - - def set_EndTime(self,EndTime): - self.add_query_param('EndTime',EndTime) - def get_StartTime(self): return self.get_query_params().get('StartTime') def set_StartTime(self,StartTime): self.add_query_param('StartTime',StartTime) - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - def get_PageNumber(self): return self.get_query_params().get('PageNumber') @@ -77,6 +53,30 @@ def get_DBInstanceId(self): def set_DBInstanceId(self,DBInstanceId): self.add_query_param('DBInstanceId',DBInstanceId) + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_EndTime(self): + return self.get_query_params().get('EndTime') + + def set_EndTime(self,EndTime): + self.add_query_param('EndTime',EndTime) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + def get_TaskAction(self): return self.get_query_params().get('TaskAction') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeTemplateSqlDetailRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeTemplateSqlDetailRequest.py new file mode 100644 index 0000000000..08b43b48d7 --- /dev/null +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeTemplateSqlDetailRequest.py @@ -0,0 +1,114 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class DescribeTemplateSqlDetailRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeTemplateSqlDetail') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_StartTime(self): + return self.get_query_params().get('StartTime') + + def set_StartTime(self,StartTime): + self.add_query_param('StartTime',StartTime) + + def get_JobId(self): + return self.get_query_params().get('JobId') + + def set_JobId(self,JobId): + self.add_query_param('JobId',JobId) + + def get_SortKey(self): + return self.get_query_params().get('SortKey') + + def set_SortKey(self,SortKey): + self.add_query_param('SortKey',SortKey) + + def get_TemplateHash(self): + return self.get_query_params().get('TemplateHash') + + def set_TemplateHash(self,TemplateHash): + self.add_query_param('TemplateHash',TemplateHash) + + def get_SecurityToken(self): + return self.get_query_params().get('SecurityToken') + + def set_SecurityToken(self,SecurityToken): + self.add_query_param('SecurityToken',SecurityToken) + + def get_PageNumbers(self): + return self.get_query_params().get('PageNumbers') + + def set_PageNumbers(self,PageNumbers): + self.add_query_param('PageNumbers',PageNumbers) + + def get_PagingId(self): + return self.get_query_params().get('PagingId') + + def set_PagingId(self,PagingId): + self.add_query_param('PagingId',PagingId) + + def get_DBInstanceId(self): + return self.get_query_params().get('DBInstanceId') + + def set_DBInstanceId(self,DBInstanceId): + self.add_query_param('DBInstanceId',DBInstanceId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_MaxRecordsPerPage(self): + return self.get_query_params().get('MaxRecordsPerPage') + + def set_MaxRecordsPerPage(self,MaxRecordsPerPage): + self.add_query_param('MaxRecordsPerPage',MaxRecordsPerPage) + + def get_EndTime(self): + return self.get_query_params().get('EndTime') + + def set_EndTime(self,EndTime): + self.add_query_param('EndTime',EndTime) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_SortMethod(self): + return self.get_query_params().get('SortMethod') + + def set_SortMethod(self,SortMethod): + self.add_query_param('SortMethod',SortMethod) \ No newline at end of file diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeTemplatesConsumeAndScanRowsRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeTemplatesConsumeAndScanRowsRequest.py new file mode 100644 index 0000000000..f1f55dbd6a --- /dev/null +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeTemplatesConsumeAndScanRowsRequest.py @@ -0,0 +1,72 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class DescribeTemplatesConsumeAndScanRowsRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeTemplatesConsumeAndScanRows') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_StartTime(self): + return self.get_query_params().get('StartTime') + + def set_StartTime(self,StartTime): + self.add_query_param('StartTime',StartTime) + + def get_SecurityToken(self): + return self.get_query_params().get('SecurityToken') + + def set_SecurityToken(self,SecurityToken): + self.add_query_param('SecurityToken',SecurityToken) + + def get_DBInstanceId(self): + return self.get_query_params().get('DBInstanceId') + + def set_DBInstanceId(self,DBInstanceId): + self.add_query_param('DBInstanceId',DBInstanceId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_EndTime(self): + return self.get_query_params().get('EndTime') + + def set_EndTime(self,EndTime): + self.add_query_param('EndTime',EndTime) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeTemplatesListRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeTemplatesListRequest.py index ed5161e184..494ea53f83 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeTemplatesListRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeTemplatesListRequest.py @@ -21,7 +21,7 @@ class DescribeTemplatesListRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeTemplatesList','rds') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeTemplatesList') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -29,6 +29,54 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) + def get_StartTime(self): + return self.get_query_params().get('StartTime') + + def set_StartTime(self,StartTime): + self.add_query_param('StartTime',StartTime) + + def get_SortKey(self): + return self.get_query_params().get('SortKey') + + def set_SortKey(self,SortKey): + self.add_query_param('SortKey',SortKey) + + def get_MinAvgScanRows(self): + return self.get_query_params().get('MinAvgScanRows') + + def set_MinAvgScanRows(self,MinAvgScanRows): + self.add_query_param('MinAvgScanRows',MinAvgScanRows) + + def get_SecurityToken(self): + return self.get_query_params().get('SecurityToken') + + def set_SecurityToken(self,SecurityToken): + self.add_query_param('SecurityToken',SecurityToken) + + def get_PageNumbers(self): + return self.get_query_params().get('PageNumbers') + + def set_PageNumbers(self,PageNumbers): + self.add_query_param('PageNumbers',PageNumbers) + + def get_PagingId(self): + return self.get_query_params().get('PagingId') + + def set_PagingId(self,PagingId): + self.add_query_param('PagingId',PagingId) + + def get_DBInstanceId(self): + return self.get_query_params().get('DBInstanceId') + + def set_DBInstanceId(self,DBInstanceId): + self.add_query_param('DBInstanceId',DBInstanceId) + + def get_MaxAvgScanRows(self): + return self.get_query_params().get('MaxAvgScanRows') + + def set_MaxAvgScanRows(self,MaxAvgScanRows): + self.add_query_param('MaxAvgScanRows',MaxAvgScanRows) + def get_ResourceOwnerAccount(self): return self.get_query_params().get('ResourceOwnerAccount') @@ -59,12 +107,6 @@ def get_EndTime(self): def set_EndTime(self,EndTime): self.add_query_param('EndTime',EndTime) - def get_StartTime(self): - return self.get_query_params().get('StartTime') - - def set_StartTime(self,StartTime): - self.add_query_param('StartTime',StartTime) - def get_OwnerId(self): return self.get_query_params().get('OwnerId') @@ -77,56 +119,14 @@ def get_MaxAvgConsume(self): def set_MaxAvgConsume(self,MaxAvgConsume): self.add_query_param('MaxAvgConsume',MaxAvgConsume) - def get_SortKey(self): - return self.get_query_params().get('SortKey') - - def set_SortKey(self,SortKey): - self.add_query_param('SortKey',SortKey) - - def get_MinAvgScanRows(self): - return self.get_query_params().get('MinAvgScanRows') - - def set_MinAvgScanRows(self,MinAvgScanRows): - self.add_query_param('MinAvgScanRows',MinAvgScanRows) - def get_SqType(self): return self.get_query_params().get('SqType') def set_SqType(self,SqType): self.add_query_param('SqType',SqType) - def get_SecurityToken(self): - return self.get_query_params().get('SecurityToken') - - def set_SecurityToken(self,SecurityToken): - self.add_query_param('SecurityToken',SecurityToken) - def get_SortMethod(self): return self.get_query_params().get('SortMethod') def set_SortMethod(self,SortMethod): - self.add_query_param('SortMethod',SortMethod) - - def get_PageNumbers(self): - return self.get_query_params().get('PageNumbers') - - def set_PageNumbers(self,PageNumbers): - self.add_query_param('PageNumbers',PageNumbers) - - def get_PagingId(self): - return self.get_query_params().get('PagingId') - - def set_PagingId(self,PagingId): - self.add_query_param('PagingId',PagingId) - - def get_DBInstanceId(self): - return self.get_query_params().get('DBInstanceId') - - def set_DBInstanceId(self,DBInstanceId): - self.add_query_param('DBInstanceId',DBInstanceId) - - def get_MaxAvgScanRows(self): - return self.get_query_params().get('MaxAvgScanRows') - - def set_MaxAvgScanRows(self,MaxAvgScanRows): - self.add_query_param('MaxAvgScanRows',MaxAvgScanRows) \ No newline at end of file + self.add_query_param('SortMethod',SortMethod) \ No newline at end of file diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeTemplatesSqlTypeRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeTemplatesSqlTypeRequest.py new file mode 100644 index 0000000000..eb981cedf5 --- /dev/null +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeTemplatesSqlTypeRequest.py @@ -0,0 +1,114 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class DescribeTemplatesSqlTypeRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeTemplatesSqlType') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_MinScanRows(self): + return self.get_query_params().get('MinScanRows') + + def set_MinScanRows(self,MinScanRows): + self.add_query_param('MinScanRows',MinScanRows) + + def get_StartTime(self): + return self.get_query_params().get('StartTime') + + def set_StartTime(self,StartTime): + self.add_query_param('StartTime',StartTime) + + def get_SortKey(self): + return self.get_query_params().get('SortKey') + + def set_SortKey(self,SortKey): + self.add_query_param('SortKey',SortKey) + + def get_SecurityToken(self): + return self.get_query_params().get('SecurityToken') + + def set_SecurityToken(self,SecurityToken): + self.add_query_param('SecurityToken',SecurityToken) + + def get_PagingId(self): + return self.get_query_params().get('PagingId') + + def set_PagingId(self,PagingId): + self.add_query_param('PagingId',PagingId) + + def get_DBInstanceId(self): + return self.get_query_params().get('DBInstanceId') + + def set_DBInstanceId(self,DBInstanceId): + self.add_query_param('DBInstanceId',DBInstanceId) + + def get_MinConsume(self): + return self.get_query_params().get('MinConsume') + + def set_MinConsume(self,MinConsume): + self.add_query_param('MinConsume',MinConsume) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_EndTime(self): + return self.get_query_params().get('EndTime') + + def set_EndTime(self,EndTime): + self.add_query_param('EndTime',EndTime) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_MaxConsume(self): + return self.get_query_params().get('MaxConsume') + + def set_MaxConsume(self,MaxConsume): + self.add_query_param('MaxConsume',MaxConsume) + + def get_SortMethod(self): + return self.get_query_params().get('SortMethod') + + def set_SortMethod(self,SortMethod): + self.add_query_param('SortMethod',SortMethod) + + def get_MaxScanRows(self): + return self.get_query_params().get('MaxScanRows') + + def set_MaxScanRows(self,MaxScanRows): + self.add_query_param('MaxScanRows',MaxScanRows) \ No newline at end of file diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeUserEncryptionKeyListRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeUserEncryptionKeyListRequest.py new file mode 100644 index 0000000000..3ac0cd89af --- /dev/null +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeUserEncryptionKeyListRequest.py @@ -0,0 +1,60 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class DescribeUserEncryptionKeyListRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeUserEncryptionKeyList') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_SecurityToken(self): + return self.get_query_params().get('SecurityToken') + + def set_SecurityToken(self,SecurityToken): + self.add_query_param('SecurityToken',SecurityToken) + + def get_DBInstanceId(self): + return self.get_query_params().get('DBInstanceId') + + def set_DBInstanceId(self,DBInstanceId): + self.add_query_param('DBInstanceId',DBInstanceId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeUserInfoRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeUserInfoRequest.py new file mode 100644 index 0000000000..aeabede9ef --- /dev/null +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeUserInfoRequest.py @@ -0,0 +1,48 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class DescribeUserInfoRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeUserInfo') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_ClientToken(self): + return self.get_query_params().get('ClientToken') + + def set_ClientToken(self,ClientToken): + self.add_query_param('ClientToken',ClientToken) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeVerificationListRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeVerificationListRequest.py new file mode 100644 index 0000000000..527036be1d --- /dev/null +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeVerificationListRequest.py @@ -0,0 +1,84 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class DescribeVerificationListRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeVerificationList') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_StartTime(self): + return self.get_query_params().get('StartTime') + + def set_StartTime(self,StartTime): + self.add_query_param('StartTime',StartTime) + + def get_PageNumber(self): + return self.get_query_params().get('PageNumber') + + def set_PageNumber(self,PageNumber): + self.add_query_param('PageNumber',PageNumber) + + def get_SecurityToken(self): + return self.get_query_params().get('SecurityToken') + + def set_SecurityToken(self,SecurityToken): + self.add_query_param('SecurityToken',SecurityToken) + + def get_ReplicaId(self): + return self.get_query_params().get('ReplicaId') + + def set_ReplicaId(self,ReplicaId): + self.add_query_param('ReplicaId',ReplicaId) + + def get_PageSize(self): + return self.get_query_params().get('PageSize') + + def set_PageSize(self,PageSize): + self.add_query_param('PageSize',PageSize) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_EndTime(self): + return self.get_query_params().get('EndTime') + + def set_EndTime(self,EndTime): + self.add_query_param('EndTime',EndTime) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeVpcZoneNosRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeVpcZoneNosRequest.py new file mode 100644 index 0000000000..a19072048f --- /dev/null +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeVpcZoneNosRequest.py @@ -0,0 +1,66 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class DescribeVpcZoneNosRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeVpcZoneNos') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_ClientToken(self): + return self.get_query_params().get('ClientToken') + + def set_ClientToken(self,ClientToken): + self.add_query_param('ClientToken',ClientToken) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_ZoneId(self): + return self.get_query_params().get('ZoneId') + + def set_ZoneId(self,ZoneId): + self.add_query_param('ZoneId',ZoneId) + + def get_Region(self): + return self.get_query_params().get('Region') + + def set_Region(self,Region): + self.add_query_param('Region',Region) \ No newline at end of file diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DestroyDBInstanceRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DestroyDBInstanceRequest.py new file mode 100644 index 0000000000..8cec17984f --- /dev/null +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DestroyDBInstanceRequest.py @@ -0,0 +1,60 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class DestroyDBInstanceRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DestroyDBInstance') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_ClientToken(self): + return self.get_query_params().get('ClientToken') + + def set_ClientToken(self,ClientToken): + self.add_query_param('ClientToken',ClientToken) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_DBInstanceId(self): + return self.get_query_params().get('DBInstanceId') + + def set_DBInstanceId(self,DBInstanceId): + self.add_query_param('DBInstanceId',DBInstanceId) \ No newline at end of file diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DisableSqlLogDistributionRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DisableSqlLogDistributionRequest.py new file mode 100644 index 0000000000..a7523250fd --- /dev/null +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DisableSqlLogDistributionRequest.py @@ -0,0 +1,60 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class DisableSqlLogDistributionRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DisableSqlLogDistribution') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_SecurityToken(self): + return self.get_query_params().get('SecurityToken') + + def set_SecurityToken(self,SecurityToken): + self.add_query_param('SecurityToken',SecurityToken) + + def get_DBInstanceId(self): + return self.get_query_params().get('DBInstanceId') + + def set_DBInstanceId(self,DBInstanceId): + self.add_query_param('DBInstanceId',DBInstanceId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/EnableSqlLogDistributionRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/EnableSqlLogDistributionRequest.py new file mode 100644 index 0000000000..7e359bf147 --- /dev/null +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/EnableSqlLogDistributionRequest.py @@ -0,0 +1,78 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class EnableSqlLogDistributionRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'EnableSqlLogDistribution') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_Project(self): + return self.get_query_params().get('Project') + + def set_Project(self,Project): + self.add_query_param('Project',Project) + + def get_SecurityToken(self): + return self.get_query_params().get('SecurityToken') + + def set_SecurityToken(self,SecurityToken): + self.add_query_param('SecurityToken',SecurityToken) + + def get_DBInstanceId(self): + return self.get_query_params().get('DBInstanceId') + + def set_DBInstanceId(self,DBInstanceId): + self.add_query_param('DBInstanceId',DBInstanceId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_LoghubRegion(self): + return self.get_query_params().get('LoghubRegion') + + def set_LoghubRegion(self,LoghubRegion): + self.add_query_param('LoghubRegion',LoghubRegion) + + def get_Logstore(self): + return self.get_query_params().get('Logstore') + + def set_Logstore(self,Logstore): + self.add_query_param('Logstore',Logstore) \ No newline at end of file diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/EvaluateFailOverSwitchRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/EvaluateFailOverSwitchRequest.py new file mode 100644 index 0000000000..8028165017 --- /dev/null +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/EvaluateFailOverSwitchRequest.py @@ -0,0 +1,60 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class EvaluateFailOverSwitchRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'EvaluateFailOverSwitch') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_SecurityToken(self): + return self.get_query_params().get('SecurityToken') + + def set_SecurityToken(self,SecurityToken): + self.add_query_param('SecurityToken',SecurityToken) + + def get_ReplicaId(self): + return self.get_query_params().get('ReplicaId') + + def set_ReplicaId(self,ReplicaId): + self.add_query_param('ReplicaId',ReplicaId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/EvaluateFailoverRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/EvaluateFailoverRequest.py new file mode 100644 index 0000000000..c3c7c61707 --- /dev/null +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/EvaluateFailoverRequest.py @@ -0,0 +1,60 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class EvaluateFailoverRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'EvaluateFailover') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_SecurityToken(self): + return self.get_query_params().get('SecurityToken') + + def set_SecurityToken(self,SecurityToken): + self.add_query_param('SecurityToken',SecurityToken) + + def get_ReplicaId(self): + return self.get_query_params().get('ReplicaId') + + def set_ReplicaId(self,ReplicaId): + self.add_query_param('ReplicaId',ReplicaId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/EvaluateResourceRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/EvaluateResourceRequest.py new file mode 100644 index 0000000000..00b263c849 --- /dev/null +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/EvaluateResourceRequest.py @@ -0,0 +1,96 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class EvaluateResourceRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'EvaluateResource') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_DBInstanceStorage(self): + return self.get_query_params().get('DBInstanceStorage') + + def set_DBInstanceStorage(self,DBInstanceStorage): + self.add_query_param('DBInstanceStorage',DBInstanceStorage) + + def get_EngineVersion(self): + return self.get_query_params().get('EngineVersion') + + def set_EngineVersion(self,EngineVersion): + self.add_query_param('EngineVersion',EngineVersion) + + def get_ShardsInfo(self): + return self.get_query_params().get('ShardsInfo') + + def set_ShardsInfo(self,ShardsInfo): + self.add_query_param('ShardsInfo',ShardsInfo) + + def get_SecurityToken(self): + return self.get_query_params().get('SecurityToken') + + def set_SecurityToken(self,SecurityToken): + self.add_query_param('SecurityToken',SecurityToken) + + def get_Engine(self): + return self.get_query_params().get('Engine') + + def set_Engine(self,Engine): + self.add_query_param('Engine',Engine) + + def get_DBInstanceId(self): + return self.get_query_params().get('DBInstanceId') + + def set_DBInstanceId(self,DBInstanceId): + self.add_query_param('DBInstanceId',DBInstanceId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_DBInstanceClass(self): + return self.get_query_params().get('DBInstanceClass') + + def set_DBInstanceClass(self,DBInstanceClass): + self.add_query_param('DBInstanceClass',DBInstanceClass) + + def get_ZoneId(self): + return self.get_query_params().get('ZoneId') + + def set_ZoneId(self,ZoneId): + self.add_query_param('ZoneId',ZoneId) \ No newline at end of file diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ExtractBackupFromOASRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ExtractBackupFromOASRequest.py new file mode 100644 index 0000000000..c99d72a9e1 --- /dev/null +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ExtractBackupFromOASRequest.py @@ -0,0 +1,66 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class ExtractBackupFromOASRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'ExtractBackupFromOAS') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_ClientToken(self): + return self.get_query_params().get('ClientToken') + + def set_ClientToken(self,ClientToken): + self.add_query_param('ClientToken',ClientToken) + + def get_DBInstanceId(self): + return self.get_query_params().get('DBInstanceId') + + def set_DBInstanceId(self,DBInstanceId): + self.add_query_param('DBInstanceId',DBInstanceId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_BackupId(self): + return self.get_query_params().get('BackupId') + + def set_BackupId(self,BackupId): + self.add_query_param('BackupId',BackupId) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/FailoverRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/FailoverRequest.py new file mode 100644 index 0000000000..912ca6ffe1 --- /dev/null +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/FailoverRequest.py @@ -0,0 +1,66 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class FailoverRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'Failover') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_SecurityToken(self): + return self.get_query_params().get('SecurityToken') + + def set_SecurityToken(self,SecurityToken): + self.add_query_param('SecurityToken',SecurityToken) + + def get_ReplicaId(self): + return self.get_query_params().get('ReplicaId') + + def set_ReplicaId(self,ReplicaId): + self.add_query_param('ReplicaId',ReplicaId) + + def get_PrimaryInstanceId(self): + return self.get_query_params().get('PrimaryInstanceId') + + def set_PrimaryInstanceId(self,PrimaryInstanceId): + self.add_query_param('PrimaryInstanceId',PrimaryInstanceId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/GrantAccountPrivilegeRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/GrantAccountPrivilegeRequest.py index 2a4b61ba3c..b102b1be3b 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/GrantAccountPrivilegeRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/GrantAccountPrivilegeRequest.py @@ -21,7 +21,7 @@ class GrantAccountPrivilegeRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'GrantAccountPrivilege','rds') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'GrantAccountPrivilege') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -29,17 +29,23 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) + def get_AccountPrivilege(self): + return self.get_query_params().get('AccountPrivilege') + + def set_AccountPrivilege(self,AccountPrivilege): + self.add_query_param('AccountPrivilege',AccountPrivilege) + def get_AccountName(self): return self.get_query_params().get('AccountName') def set_AccountName(self,AccountName): self.add_query_param('AccountName',AccountName) - def get_DBName(self): - return self.get_query_params().get('DBName') + def get_DBInstanceId(self): + return self.get_query_params().get('DBInstanceId') - def set_DBName(self,DBName): - self.add_query_param('DBName',DBName) + def set_DBInstanceId(self,DBInstanceId): + self.add_query_param('DBInstanceId',DBInstanceId) def get_ResourceOwnerAccount(self): return self.get_query_params().get('ResourceOwnerAccount') @@ -53,20 +59,14 @@ def get_OwnerAccount(self): def set_OwnerAccount(self,OwnerAccount): self.add_query_param('OwnerAccount',OwnerAccount) - def get_DBInstanceId(self): - return self.get_query_params().get('DBInstanceId') - - def set_DBInstanceId(self,DBInstanceId): - self.add_query_param('DBInstanceId',DBInstanceId) - def get_OwnerId(self): return self.get_query_params().get('OwnerId') def set_OwnerId(self,OwnerId): self.add_query_param('OwnerId',OwnerId) - def get_AccountPrivilege(self): - return self.get_query_params().get('AccountPrivilege') + def get_DBName(self): + return self.get_query_params().get('DBName') - def set_AccountPrivilege(self,AccountPrivilege): - self.add_query_param('AccountPrivilege',AccountPrivilege) \ No newline at end of file + def set_DBName(self,DBName): + self.add_query_param('DBName',DBName) \ No newline at end of file diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/GrantOperatorPermissionRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/GrantOperatorPermissionRequest.py index 7a0878a2cb..ad25bf4897 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/GrantOperatorPermissionRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/GrantOperatorPermissionRequest.py @@ -21,7 +21,7 @@ class GrantOperatorPermissionRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'GrantOperatorPermission','rds') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'GrantOperatorPermission') def get_Privileges(self): return self.get_query_params().get('Privileges') @@ -35,6 +35,12 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) + def get_DBInstanceId(self): + return self.get_query_params().get('DBInstanceId') + + def set_DBInstanceId(self,DBInstanceId): + self.add_query_param('DBInstanceId',DBInstanceId) + def get_ResourceOwnerAccount(self): return self.get_query_params().get('ResourceOwnerAccount') @@ -47,20 +53,14 @@ def get_OwnerAccount(self): def set_OwnerAccount(self,OwnerAccount): self.add_query_param('OwnerAccount',OwnerAccount) - def get_ExpiredTime(self): - return self.get_query_params().get('ExpiredTime') - - def set_ExpiredTime(self,ExpiredTime): - self.add_query_param('ExpiredTime',ExpiredTime) - - def get_DBInstanceId(self): - return self.get_query_params().get('DBInstanceId') - - def set_DBInstanceId(self,DBInstanceId): - self.add_query_param('DBInstanceId',DBInstanceId) - def get_OwnerId(self): return self.get_query_params().get('OwnerId') def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) \ No newline at end of file + self.add_query_param('OwnerId',OwnerId) + + def get_ExpiredTime(self): + return self.get_query_params().get('ExpiredTime') + + def set_ExpiredTime(self,ExpiredTime): + self.add_query_param('ExpiredTime',ExpiredTime) \ No newline at end of file diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ImportDataForSQLServerRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ImportDataForSQLServerRequest.py index a2abdd1b58..d278124a2b 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ImportDataForSQLServerRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ImportDataForSQLServerRequest.py @@ -21,7 +21,7 @@ class ImportDataForSQLServerRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'ImportDataForSQLServer','rds') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'ImportDataForSQLServer') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -29,12 +29,6 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) - def get_FileName(self): - return self.get_query_params().get('FileName') - - def set_FileName(self,FileName): - self.add_query_param('FileName',FileName) - def get_ResourceOwnerAccount(self): return self.get_query_params().get('ResourceOwnerAccount') @@ -47,14 +41,20 @@ def get_OwnerAccount(self): def set_OwnerAccount(self,OwnerAccount): self.add_query_param('OwnerAccount',OwnerAccount) - def get_DBInstanceId(self): - return self.get_query_params().get('DBInstanceId') - - def set_DBInstanceId(self,DBInstanceId): - self.add_query_param('DBInstanceId',DBInstanceId) - def get_OwnerId(self): return self.get_query_params().get('OwnerId') def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) \ No newline at end of file + self.add_query_param('OwnerId',OwnerId) + + def get_FileName(self): + return self.get_query_params().get('FileName') + + def set_FileName(self,FileName): + self.add_query_param('FileName',FileName) + + def get_DBInstanceId(self): + return self.get_query_params().get('DBInstanceId') + + def set_DBInstanceId(self,DBInstanceId): + self.add_query_param('DBInstanceId',DBInstanceId) \ No newline at end of file diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ImportDataFromDatabaseRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ImportDataFromDatabaseRequest.py new file mode 100644 index 0000000000..780505ee6e --- /dev/null +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ImportDataFromDatabaseRequest.py @@ -0,0 +1,96 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class ImportDataFromDatabaseRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'ImportDataFromDatabase') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_ImportDataType(self): + return self.get_query_params().get('ImportDataType') + + def set_ImportDataType(self,ImportDataType): + self.add_query_param('ImportDataType',ImportDataType) + + def get_SourceDatabaseDBNames(self): + return self.get_query_params().get('SourceDatabaseDBNames') + + def set_SourceDatabaseDBNames(self,SourceDatabaseDBNames): + self.add_query_param('SourceDatabaseDBNames',SourceDatabaseDBNames) + + def get_SourceDatabaseIp(self): + return self.get_query_params().get('SourceDatabaseIp') + + def set_SourceDatabaseIp(self,SourceDatabaseIp): + self.add_query_param('SourceDatabaseIp',SourceDatabaseIp) + + def get_SourceDatabaseUserName(self): + return self.get_query_params().get('SourceDatabaseUserName') + + def set_SourceDatabaseUserName(self,SourceDatabaseUserName): + self.add_query_param('SourceDatabaseUserName',SourceDatabaseUserName) + + def get_DBInstanceId(self): + return self.get_query_params().get('DBInstanceId') + + def set_DBInstanceId(self,DBInstanceId): + self.add_query_param('DBInstanceId',DBInstanceId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_IsLockTable(self): + return self.get_query_params().get('IsLockTable') + + def set_IsLockTable(self,IsLockTable): + self.add_query_param('IsLockTable',IsLockTable) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_SourceDatabasePassword(self): + return self.get_query_params().get('SourceDatabasePassword') + + def set_SourceDatabasePassword(self,SourceDatabasePassword): + self.add_query_param('SourceDatabasePassword',SourceDatabasePassword) + + def get_SourceDatabasePort(self): + return self.get_query_params().get('SourceDatabasePort') + + def set_SourceDatabasePort(self,SourceDatabasePort): + self.add_query_param('SourceDatabasePort',SourceDatabasePort) \ No newline at end of file diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ImportDatabaseBetweenInstancesRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ImportDatabaseBetweenInstancesRequest.py index 18dc19a27c..3066afed07 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ImportDatabaseBetweenInstancesRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ImportDatabaseBetweenInstancesRequest.py @@ -21,7 +21,7 @@ class ImportDatabaseBetweenInstancesRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'ImportDatabaseBetweenInstances','rds') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'ImportDatabaseBetweenInstances') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -29,11 +29,17 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) - def get_SourceDBInstanceId(self): - return self.get_query_params().get('SourceDBInstanceId') + def get_DBInfo(self): + return self.get_query_params().get('DBInfo') - def set_SourceDBInstanceId(self,SourceDBInstanceId): - self.add_query_param('SourceDBInstanceId',SourceDBInstanceId) + def set_DBInfo(self,DBInfo): + self.add_query_param('DBInfo',DBInfo) + + def get_DBInstanceId(self): + return self.get_query_params().get('DBInstanceId') + + def set_DBInstanceId(self,DBInstanceId): + self.add_query_param('DBInstanceId',DBInstanceId) def get_ResourceOwnerAccount(self): return self.get_query_params().get('ResourceOwnerAccount') @@ -41,26 +47,20 @@ def get_ResourceOwnerAccount(self): def set_ResourceOwnerAccount(self,ResourceOwnerAccount): self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - def get_DBInfo(self): - return self.get_query_params().get('DBInfo') - - def set_DBInfo(self,DBInfo): - self.add_query_param('DBInfo',DBInfo) - def get_OwnerAccount(self): return self.get_query_params().get('OwnerAccount') def set_OwnerAccount(self,OwnerAccount): self.add_query_param('OwnerAccount',OwnerAccount) - def get_DBInstanceId(self): - return self.get_query_params().get('DBInstanceId') - - def set_DBInstanceId(self,DBInstanceId): - self.add_query_param('DBInstanceId',DBInstanceId) - def get_OwnerId(self): return self.get_query_params().get('OwnerId') def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) \ No newline at end of file + self.add_query_param('OwnerId',OwnerId) + + def get_SourceDBInstanceId(self): + return self.get_query_params().get('SourceDBInstanceId') + + def set_SourceDBInstanceId(self,SourceDBInstanceId): + self.add_query_param('SourceDBInstanceId',SourceDBInstanceId) \ No newline at end of file diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/LockDBInstanceRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/LockDBInstanceRequest.py new file mode 100644 index 0000000000..4392b42366 --- /dev/null +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/LockDBInstanceRequest.py @@ -0,0 +1,60 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class LockDBInstanceRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'LockDBInstance') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_LockReason(self): + return self.get_query_params().get('LockReason') + + def set_LockReason(self,LockReason): + self.add_query_param('LockReason',LockReason) + + def get_DBInstanceId(self): + return self.get_query_params().get('DBInstanceId') + + def set_DBInstanceId(self,DBInstanceId): + self.add_query_param('DBInstanceId',DBInstanceId) \ No newline at end of file diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/LoginDBInstancefromCloudDBARequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/LoginDBInstancefromCloudDBARequest.py new file mode 100644 index 0000000000..5536e78721 --- /dev/null +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/LoginDBInstancefromCloudDBARequest.py @@ -0,0 +1,42 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class LoginDBInstancefromCloudDBARequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'LoginDBInstancefromCloudDBA') + + def get_ServiceRequestType(self): + return self.get_query_params().get('ServiceRequestType') + + def set_ServiceRequestType(self,ServiceRequestType): + self.add_query_param('ServiceRequestType',ServiceRequestType) + + def get_ServiceRequestParam(self): + return self.get_query_params().get('ServiceRequestParam') + + def set_ServiceRequestParam(self,ServiceRequestParam): + self.add_query_param('ServiceRequestParam',ServiceRequestParam) + + def get_DBInstanceId(self): + return self.get_query_params().get('DBInstanceId') + + def set_DBInstanceId(self,DBInstanceId): + self.add_query_param('DBInstanceId',DBInstanceId) \ No newline at end of file diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/MigrateSecurityIPModeRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/MigrateSecurityIPModeRequest.py index 67d15a1481..85511540cc 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/MigrateSecurityIPModeRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/MigrateSecurityIPModeRequest.py @@ -21,7 +21,7 @@ class MigrateSecurityIPModeRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'MigrateSecurityIPMode','rds') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'MigrateSecurityIPMode') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -35,14 +35,14 @@ def get_ResourceOwnerAccount(self): def set_ResourceOwnerAccount(self,ResourceOwnerAccount): self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - def get_DBInstanceId(self): - return self.get_query_params().get('DBInstanceId') - - def set_DBInstanceId(self,DBInstanceId): - self.add_query_param('DBInstanceId',DBInstanceId) - def get_OwnerId(self): return self.get_query_params().get('OwnerId') def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) \ No newline at end of file + self.add_query_param('OwnerId',OwnerId) + + def get_DBInstanceId(self): + return self.get_query_params().get('DBInstanceId') + + def set_DBInstanceId(self,DBInstanceId): + self.add_query_param('DBInstanceId',DBInstanceId) \ No newline at end of file diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/MigrateToOtherRegionRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/MigrateToOtherRegionRequest.py index 860363bc02..8d7bf86916 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/MigrateToOtherRegionRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/MigrateToOtherRegionRequest.py @@ -21,7 +21,7 @@ class MigrateToOtherRegionRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'MigrateToOtherRegion','rds') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'MigrateToOtherRegion') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -29,30 +29,6 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_TargetVSwitchId(self): - return self.get_query_params().get('TargetVSwitchId') - - def set_TargetVSwitchId(self,TargetVSwitchId): - self.add_query_param('TargetVSwitchId',TargetVSwitchId) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - def get_TargetVpcId(self): return self.get_query_params().get('TargetVpcId') @@ -77,14 +53,38 @@ def get_DBInstanceId(self): def set_DBInstanceId(self,DBInstanceId): self.add_query_param('DBInstanceId',DBInstanceId) - def get_TargetRegionId(self): - return self.get_query_params().get('TargetRegionId') - - def set_TargetRegionId(self,TargetRegionId): - self.add_query_param('TargetRegionId',TargetRegionId) - def get_SwitchTime(self): return self.get_query_params().get('SwitchTime') def set_SwitchTime(self,SwitchTime): - self.add_query_param('SwitchTime',SwitchTime) \ No newline at end of file + self.add_query_param('SwitchTime',SwitchTime) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_TargetVSwitchId(self): + return self.get_query_params().get('TargetVSwitchId') + + def set_TargetVSwitchId(self,TargetVSwitchId): + self.add_query_param('TargetVSwitchId',TargetVSwitchId) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_TargetRegionId(self): + return self.get_query_params().get('TargetRegionId') + + def set_TargetRegionId(self,TargetRegionId): + self.add_query_param('TargetRegionId',TargetRegionId) \ No newline at end of file diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/MigrateToOtherZoneRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/MigrateToOtherZoneRequest.py index 7299bc26a2..c651febeef 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/MigrateToOtherZoneRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/MigrateToOtherZoneRequest.py @@ -21,7 +21,7 @@ class MigrateToOtherZoneRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'MigrateToOtherZone','rds') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'MigrateToOtherZone') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -29,18 +29,6 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - def get_ZoneIdSlave1(self): return self.get_query_params().get('ZoneIdSlave1') @@ -53,6 +41,30 @@ def get_ZoneIdSlave2(self): def set_ZoneIdSlave2(self,ZoneIdSlave2): self.add_query_param('ZoneIdSlave2',ZoneIdSlave2) + def get_EffectiveTime(self): + return self.get_query_params().get('EffectiveTime') + + def set_EffectiveTime(self,EffectiveTime): + self.add_query_param('EffectiveTime',EffectiveTime) + + def get_DBInstanceId(self): + return self.get_query_params().get('DBInstanceId') + + def set_DBInstanceId(self,DBInstanceId): + self.add_query_param('DBInstanceId',DBInstanceId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + def get_OwnerId(self): return self.get_query_params().get('OwnerId') @@ -65,12 +77,6 @@ def get_VSwitchId(self): def set_VSwitchId(self,VSwitchId): self.add_query_param('VSwitchId',VSwitchId) - def get_EffectiveTime(self): - return self.get_query_params().get('EffectiveTime') - - def set_EffectiveTime(self,EffectiveTime): - self.add_query_param('EffectiveTime',EffectiveTime) - def get_VPCId(self): return self.get_query_params().get('VPCId') @@ -83,12 +89,6 @@ def get_ZoneId(self): def set_ZoneId(self,ZoneId): self.add_query_param('ZoneId',ZoneId) - def get_DBInstanceId(self): - return self.get_query_params().get('DBInstanceId') - - def set_DBInstanceId(self,DBInstanceId): - self.add_query_param('DBInstanceId',DBInstanceId) - def get_Category(self): return self.get_query_params().get('Category') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyAccountDescriptionRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyAccountDescriptionRequest.py index 18ac9688f7..2425e77251 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyAccountDescriptionRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyAccountDescriptionRequest.py @@ -21,7 +21,7 @@ class ModifyAccountDescriptionRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'ModifyAccountDescription','rds') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'ModifyAccountDescription') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -29,12 +29,24 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) + def get_AccountDescription(self): + return self.get_query_params().get('AccountDescription') + + def set_AccountDescription(self,AccountDescription): + self.add_query_param('AccountDescription',AccountDescription) + def get_AccountName(self): return self.get_query_params().get('AccountName') def set_AccountName(self,AccountName): self.add_query_param('AccountName',AccountName) + def get_DBInstanceId(self): + return self.get_query_params().get('DBInstanceId') + + def set_DBInstanceId(self,DBInstanceId): + self.add_query_param('DBInstanceId',DBInstanceId) + def get_ResourceOwnerAccount(self): return self.get_query_params().get('ResourceOwnerAccount') @@ -47,20 +59,8 @@ def get_OwnerAccount(self): def set_OwnerAccount(self,OwnerAccount): self.add_query_param('OwnerAccount',OwnerAccount) - def get_DBInstanceId(self): - return self.get_query_params().get('DBInstanceId') - - def set_DBInstanceId(self,DBInstanceId): - self.add_query_param('DBInstanceId',DBInstanceId) - def get_OwnerId(self): return self.get_query_params().get('OwnerId') def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_AccountDescription(self): - return self.get_query_params().get('AccountDescription') - - def set_AccountDescription(self,AccountDescription): - self.add_query_param('AccountDescription',AccountDescription) \ No newline at end of file + self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyActiveOperationTaskRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyActiveOperationTaskRequest.py new file mode 100644 index 0000000000..37b5bb2211 --- /dev/null +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyActiveOperationTaskRequest.py @@ -0,0 +1,66 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class ModifyActiveOperationTaskRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'ModifyActiveOperationTask') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_SecurityToken(self): + return self.get_query_params().get('SecurityToken') + + def set_SecurityToken(self,SecurityToken): + self.add_query_param('SecurityToken',SecurityToken) + + def get_SwitchTime(self): + return self.get_query_params().get('SwitchTime') + + def set_SwitchTime(self,SwitchTime): + self.add_query_param('SwitchTime',SwitchTime) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_Ids(self): + return self.get_query_params().get('Ids') + + def set_Ids(self,Ids): + self.add_query_param('Ids',Ids) \ No newline at end of file diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyBackupPolicyRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyBackupPolicyRequest.py index 859e8789d0..ed908cfe77 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyBackupPolicyRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyBackupPolicyRequest.py @@ -21,13 +21,7 @@ class ModifyBackupPolicyRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'ModifyBackupPolicy','rds') - - def get_PreferredBackupPeriod(self): - return self.get_query_params().get('PreferredBackupPeriod') - - def set_PreferredBackupPeriod(self,PreferredBackupPeriod): - self.add_query_param('PreferredBackupPeriod',PreferredBackupPeriod) + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'ModifyBackupPolicy') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -35,42 +29,78 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - def get_LocalLogRetentionHours(self): return self.get_query_params().get('LocalLogRetentionHours') def set_LocalLogRetentionHours(self,LocalLogRetentionHours): self.add_query_param('LocalLogRetentionHours',LocalLogRetentionHours) - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - def get_LogBackupFrequency(self): return self.get_query_params().get('LogBackupFrequency') def set_LogBackupFrequency(self,LogBackupFrequency): self.add_query_param('LogBackupFrequency',LogBackupFrequency) - def get_CompressType(self): - return self.get_query_params().get('CompressType') - - def set_CompressType(self,CompressType): - self.add_query_param('CompressType',CompressType) - def get_BackupLog(self): return self.get_query_params().get('BackupLog') def set_BackupLog(self,BackupLog): self.add_query_param('BackupLog',BackupLog) + def get_DuplicationContent(self): + return self.get_query_params().get('DuplicationContent') + + def set_DuplicationContent(self,DuplicationContent): + self.add_query_param('DuplicationContent',DuplicationContent) + + def get_HighSpaceUsageProtection(self): + return self.get_query_params().get('HighSpaceUsageProtection') + + def set_HighSpaceUsageProtection(self,HighSpaceUsageProtection): + self.add_query_param('HighSpaceUsageProtection',HighSpaceUsageProtection) + + def get_DBInstanceId(self): + return self.get_query_params().get('DBInstanceId') + + def set_DBInstanceId(self,DBInstanceId): + self.add_query_param('DBInstanceId',DBInstanceId) + + def get_EnableBackupLog(self): + return self.get_query_params().get('EnableBackupLog') + + def set_EnableBackupLog(self,EnableBackupLog): + self.add_query_param('EnableBackupLog',EnableBackupLog) + + def get_BackupPolicyMode(self): + return self.get_query_params().get('BackupPolicyMode') + + def set_BackupPolicyMode(self,BackupPolicyMode): + self.add_query_param('BackupPolicyMode',BackupPolicyMode) + + def get_PreferredBackupPeriod(self): + return self.get_query_params().get('PreferredBackupPeriod') + + def set_PreferredBackupPeriod(self,PreferredBackupPeriod): + self.add_query_param('PreferredBackupPeriod',PreferredBackupPeriod) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_CompressType(self): + return self.get_query_params().get('CompressType') + + def set_CompressType(self,CompressType): + self.add_query_param('CompressType',CompressType) + def get_LocalLogRetentionSpace(self): return self.get_query_params().get('LocalLogRetentionSpace') @@ -101,24 +131,6 @@ def get_BackupRetentionPeriod(self): def set_BackupRetentionPeriod(self,BackupRetentionPeriod): self.add_query_param('BackupRetentionPeriod',BackupRetentionPeriod) - def get_DuplicationContent(self): - return self.get_query_params().get('DuplicationContent') - - def set_DuplicationContent(self,DuplicationContent): - self.add_query_param('DuplicationContent',DuplicationContent) - - def get_HighSpaceUsageProtection(self): - return self.get_query_params().get('HighSpaceUsageProtection') - - def set_HighSpaceUsageProtection(self,HighSpaceUsageProtection): - self.add_query_param('HighSpaceUsageProtection',HighSpaceUsageProtection) - - def get_DBInstanceId(self): - return self.get_query_params().get('DBInstanceId') - - def set_DBInstanceId(self,DBInstanceId): - self.add_query_param('DBInstanceId',DBInstanceId) - def get_DuplicationLocation(self): return self.get_query_params().get('DuplicationLocation') @@ -129,16 +141,4 @@ def get_LogBackupRetentionPeriod(self): return self.get_query_params().get('LogBackupRetentionPeriod') def set_LogBackupRetentionPeriod(self,LogBackupRetentionPeriod): - self.add_query_param('LogBackupRetentionPeriod',LogBackupRetentionPeriod) - - def get_EnableBackupLog(self): - return self.get_query_params().get('EnableBackupLog') - - def set_EnableBackupLog(self,EnableBackupLog): - self.add_query_param('EnableBackupLog',EnableBackupLog) - - def get_BackupPolicyMode(self): - return self.get_query_params().get('BackupPolicyMode') - - def set_BackupPolicyMode(self,BackupPolicyMode): - self.add_query_param('BackupPolicyMode',BackupPolicyMode) \ No newline at end of file + self.add_query_param('LogBackupRetentionPeriod',LogBackupRetentionPeriod) \ No newline at end of file diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyCollationTimeZoneRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyCollationTimeZoneRequest.py index 4adebdfdb7..9645718818 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyCollationTimeZoneRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyCollationTimeZoneRequest.py @@ -21,7 +21,7 @@ class ModifyCollationTimeZoneRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'ModifyCollationTimeZone','rds') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'ModifyCollationTimeZone') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -41,6 +41,12 @@ def get_Timezone(self): def set_Timezone(self,Timezone): self.add_query_param('Timezone',Timezone) + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + def get_DBInstanceId(self): return self.get_query_params().get('DBInstanceId') @@ -51,10 +57,4 @@ def get_Collation(self): return self.get_query_params().get('Collation') def set_Collation(self,Collation): - self.add_query_param('Collation',Collation) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) \ No newline at end of file + self.add_query_param('Collation',Collation) \ No newline at end of file diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyCommodityRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyCommodityRequest.py new file mode 100644 index 0000000000..5b01a14bf6 --- /dev/null +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyCommodityRequest.py @@ -0,0 +1,54 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class ModifyCommodityRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'ModifyCommodity') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_ClientToken(self): + return self.get_query_params().get('ClientToken') + + def set_ClientToken(self,ClientToken): + self.add_query_param('ClientToken',ClientToken) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_DBInstanceId(self): + return self.get_query_params().get('DBInstanceId') + + def set_DBInstanceId(self,DBInstanceId): + self.add_query_param('DBInstanceId',DBInstanceId) \ No newline at end of file diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyDBDescriptionRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyDBDescriptionRequest.py index fda09cb3d1..721fc5e0c5 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyDBDescriptionRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyDBDescriptionRequest.py @@ -21,7 +21,7 @@ class ModifyDBDescriptionRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'ModifyDBDescription','rds') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'ModifyDBDescription') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -29,11 +29,17 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) - def get_DBName(self): - return self.get_query_params().get('DBName') + def get_DBInstanceId(self): + return self.get_query_params().get('DBInstanceId') - def set_DBName(self,DBName): - self.add_query_param('DBName',DBName) + def set_DBInstanceId(self,DBInstanceId): + self.add_query_param('DBInstanceId',DBInstanceId) + + def get_DBDescription(self): + return self.get_query_params().get('DBDescription') + + def set_DBDescription(self,DBDescription): + self.add_query_param('DBDescription',DBDescription) def get_ResourceOwnerAccount(self): return self.get_query_params().get('ResourceOwnerAccount') @@ -47,20 +53,14 @@ def get_OwnerAccount(self): def set_OwnerAccount(self,OwnerAccount): self.add_query_param('OwnerAccount',OwnerAccount) - def get_DBInstanceId(self): - return self.get_query_params().get('DBInstanceId') - - def set_DBInstanceId(self,DBInstanceId): - self.add_query_param('DBInstanceId',DBInstanceId) - - def get_DBDescription(self): - return self.get_query_params().get('DBDescription') - - def set_DBDescription(self,DBDescription): - self.add_query_param('DBDescription',DBDescription) - def get_OwnerId(self): return self.get_query_params().get('OwnerId') def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) \ No newline at end of file + self.add_query_param('OwnerId',OwnerId) + + def get_DBName(self): + return self.get_query_params().get('DBName') + + def set_DBName(self,DBName): + self.add_query_param('DBName',DBName) \ No newline at end of file diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyDBInstanceChargeTypeForJuShiTaRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyDBInstanceChargeTypeForJuShiTaRequest.py new file mode 100644 index 0000000000..4ab1ee1d97 --- /dev/null +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyDBInstanceChargeTypeForJuShiTaRequest.py @@ -0,0 +1,60 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class ModifyDBInstanceChargeTypeForJuShiTaRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'ModifyDBInstanceChargeTypeForJuShiTa') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_JuShiTaInstanceUid(self): + return self.get_query_params().get('JuShiTaInstanceUid') + + def set_JuShiTaInstanceUid(self,JuShiTaInstanceUid): + self.add_query_param('JuShiTaInstanceUid',JuShiTaInstanceUid) + + def get_DBInstanceId(self): + return self.get_query_params().get('DBInstanceId') + + def set_DBInstanceId(self,DBInstanceId): + self.add_query_param('DBInstanceId',DBInstanceId) + + def get_ChargeType(self): + return self.get_query_params().get('ChargeType') + + def set_ChargeType(self,ChargeType): + self.add_query_param('ChargeType',ChargeType) \ No newline at end of file diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyDBInstanceConnectionModeRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyDBInstanceConnectionModeRequest.py index 823213f00c..2c769285c9 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyDBInstanceConnectionModeRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyDBInstanceConnectionModeRequest.py @@ -21,7 +21,7 @@ class ModifyDBInstanceConnectionModeRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'ModifyDBInstanceConnectionMode','rds') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'ModifyDBInstanceConnectionMode') def get_ConnectionMode(self): return self.get_query_params().get('ConnectionMode') @@ -47,14 +47,14 @@ def get_OwnerAccount(self): def set_OwnerAccount(self,OwnerAccount): self.add_query_param('OwnerAccount',OwnerAccount) - def get_DBInstanceId(self): - return self.get_query_params().get('DBInstanceId') - - def set_DBInstanceId(self,DBInstanceId): - self.add_query_param('DBInstanceId',DBInstanceId) - def get_OwnerId(self): return self.get_query_params().get('OwnerId') def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) \ No newline at end of file + self.add_query_param('OwnerId',OwnerId) + + def get_DBInstanceId(self): + return self.get_query_params().get('DBInstanceId') + + def set_DBInstanceId(self,DBInstanceId): + self.add_query_param('DBInstanceId',DBInstanceId) \ No newline at end of file diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyDBInstanceConnectionStringRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyDBInstanceConnectionStringRequest.py index 63f9782247..5441ec3686 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyDBInstanceConnectionStringRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyDBInstanceConnectionStringRequest.py @@ -21,7 +21,7 @@ class ModifyDBInstanceConnectionStringRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'ModifyDBInstanceConnectionString','rds') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'ModifyDBInstanceConnectionString') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -35,30 +35,24 @@ def get_ConnectionStringPrefix(self): def set_ConnectionStringPrefix(self,ConnectionStringPrefix): self.add_query_param('ConnectionStringPrefix',ConnectionStringPrefix) + def get_DBInstanceId(self): + return self.get_query_params().get('DBInstanceId') + + def set_DBInstanceId(self,DBInstanceId): + self.add_query_param('DBInstanceId',DBInstanceId) + def get_ResourceOwnerAccount(self): return self.get_query_params().get('ResourceOwnerAccount') def set_ResourceOwnerAccount(self,ResourceOwnerAccount): self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - def get_Port(self): - return self.get_query_params().get('Port') - - def set_Port(self,Port): - self.add_query_param('Port',Port) - def get_OwnerAccount(self): return self.get_query_params().get('OwnerAccount') def set_OwnerAccount(self,OwnerAccount): self.add_query_param('OwnerAccount',OwnerAccount) - def get_DBInstanceId(self): - return self.get_query_params().get('DBInstanceId') - - def set_DBInstanceId(self,DBInstanceId): - self.add_query_param('DBInstanceId',DBInstanceId) - def get_OwnerId(self): return self.get_query_params().get('OwnerId') @@ -69,4 +63,10 @@ def get_CurrentConnectionString(self): return self.get_query_params().get('CurrentConnectionString') def set_CurrentConnectionString(self,CurrentConnectionString): - self.add_query_param('CurrentConnectionString',CurrentConnectionString) \ No newline at end of file + self.add_query_param('CurrentConnectionString',CurrentConnectionString) + + def get_Port(self): + return self.get_query_params().get('Port') + + def set_Port(self,Port): + self.add_query_param('Port',Port) \ No newline at end of file diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyDBInstanceDelayReplicationTimeRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyDBInstanceDelayReplicationTimeRequest.py new file mode 100644 index 0000000000..1e8efc0366 --- /dev/null +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyDBInstanceDelayReplicationTimeRequest.py @@ -0,0 +1,54 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class ModifyDBInstanceDelayReplicationTimeRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'ModifyDBInstanceDelayReplicationTime') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_ReadSQLReplicationTime(self): + return self.get_query_params().get('ReadSQLReplicationTime') + + def set_ReadSQLReplicationTime(self,ReadSQLReplicationTime): + self.add_query_param('ReadSQLReplicationTime',ReadSQLReplicationTime) + + def get_DBInstanceId(self): + return self.get_query_params().get('DBInstanceId') + + def set_DBInstanceId(self,DBInstanceId): + self.add_query_param('DBInstanceId',DBInstanceId) \ No newline at end of file diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyDBInstanceDelayedReplicationTimeRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyDBInstanceDelayedReplicationTimeRequest.py new file mode 100644 index 0000000000..dfba6bdc70 --- /dev/null +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyDBInstanceDelayedReplicationTimeRequest.py @@ -0,0 +1,54 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class ModifyDBInstanceDelayedReplicationTimeRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'ModifyDBInstanceDelayedReplicationTime') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_ReadSQLReplicationTime(self): + return self.get_query_params().get('ReadSQLReplicationTime') + + def set_ReadSQLReplicationTime(self,ReadSQLReplicationTime): + self.add_query_param('ReadSQLReplicationTime',ReadSQLReplicationTime) + + def get_DBInstanceId(self): + return self.get_query_params().get('DBInstanceId') + + def set_DBInstanceId(self,DBInstanceId): + self.add_query_param('DBInstanceId',DBInstanceId) \ No newline at end of file diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyDBInstanceDescriptionRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyDBInstanceDescriptionRequest.py index 99b999efc3..b9df7253b8 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyDBInstanceDescriptionRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyDBInstanceDescriptionRequest.py @@ -21,7 +21,7 @@ class ModifyDBInstanceDescriptionRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'ModifyDBInstanceDescription','rds') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'ModifyDBInstanceDescription') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -29,24 +29,12 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - def get_ClientToken(self): return self.get_query_params().get('ClientToken') def set_ClientToken(self,ClientToken): self.add_query_param('ClientToken',ClientToken) - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - def get_DBInstanceId(self): return self.get_query_params().get('DBInstanceId') @@ -59,6 +47,18 @@ def get_DBInstanceDescription(self): def set_DBInstanceDescription(self,DBInstanceDescription): self.add_query_param('DBInstanceDescription',DBInstanceDescription) + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + def get_OwnerId(self): return self.get_query_params().get('OwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyDBInstanceECSSGRelationRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyDBInstanceECSSGRelationRequest.py new file mode 100644 index 0000000000..24dcd41d56 --- /dev/null +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyDBInstanceECSSGRelationRequest.py @@ -0,0 +1,54 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class ModifyDBInstanceECSSGRelationRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'ModifyDBInstanceECSSGRelation') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_SecurityGroupId(self): + return self.get_query_params().get('SecurityGroupId') + + def set_SecurityGroupId(self,SecurityGroupId): + self.add_query_param('SecurityGroupId',SecurityGroupId) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_DBInstanceId(self): + return self.get_query_params().get('DBInstanceId') + + def set_DBInstanceId(self,DBInstanceId): + self.add_query_param('DBInstanceId',DBInstanceId) \ No newline at end of file diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyDBInstanceHAConfigRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyDBInstanceHAConfigRequest.py index 5fd3cd4d78..dda0601b51 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyDBInstanceHAConfigRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyDBInstanceHAConfigRequest.py @@ -21,7 +21,7 @@ class ModifyDBInstanceHAConfigRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'ModifyDBInstanceHAConfig','rds') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'ModifyDBInstanceHAConfig') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -29,6 +29,18 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) + def get_DbInstanceId(self): + return self.get_query_params().get('DbInstanceId') + + def set_DbInstanceId(self,DbInstanceId): + self.add_query_param('DbInstanceId',DbInstanceId) + + def get_HAMode(self): + return self.get_query_params().get('HAMode') + + def set_HAMode(self,HAMode): + self.add_query_param('HAMode',HAMode) + def get_ResourceOwnerAccount(self): return self.get_query_params().get('ResourceOwnerAccount') @@ -47,20 +59,8 @@ def get_SyncMode(self): def set_SyncMode(self,SyncMode): self.add_query_param('SyncMode',SyncMode) - def get_DbInstanceId(self): - return self.get_query_params().get('DbInstanceId') - - def set_DbInstanceId(self,DbInstanceId): - self.add_query_param('DbInstanceId',DbInstanceId) - def get_OwnerId(self): return self.get_query_params().get('OwnerId') def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_HAMode(self): - return self.get_query_params().get('HAMode') - - def set_HAMode(self,HAMode): - self.add_query_param('HAMode',HAMode) \ No newline at end of file + self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyDBInstanceMaintainTimeRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyDBInstanceMaintainTimeRequest.py index c3e7687b8f..f3d0eac92b 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyDBInstanceMaintainTimeRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyDBInstanceMaintainTimeRequest.py @@ -21,13 +21,7 @@ class ModifyDBInstanceMaintainTimeRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'ModifyDBInstanceMaintainTime','rds') - - def get_MaintainTime(self): - return self.get_query_params().get('MaintainTime') - - def set_MaintainTime(self,MaintainTime): - self.add_query_param('MaintainTime',MaintainTime) + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'ModifyDBInstanceMaintainTime') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -35,23 +29,17 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - def get_ClientToken(self): return self.get_query_params().get('ClientToken') def set_ClientToken(self,ClientToken): self.add_query_param('ClientToken',ClientToken) - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') + def get_MaintainTime(self): + return self.get_query_params().get('MaintainTime') - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) + def set_MaintainTime(self,MaintainTime): + self.add_query_param('MaintainTime',MaintainTime) def get_DBInstanceId(self): return self.get_query_params().get('DBInstanceId') @@ -59,6 +47,18 @@ def get_DBInstanceId(self): def set_DBInstanceId(self,DBInstanceId): self.add_query_param('DBInstanceId',DBInstanceId) + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + def get_OwnerId(self): return self.get_query_params().get('OwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyDBInstanceMonitorRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyDBInstanceMonitorRequest.py index 6ce7517e06..53e4819436 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyDBInstanceMonitorRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyDBInstanceMonitorRequest.py @@ -21,7 +21,7 @@ class ModifyDBInstanceMonitorRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'ModifyDBInstanceMonitor','rds') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'ModifyDBInstanceMonitor') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -53,14 +53,14 @@ def get_OwnerAccount(self): def set_OwnerAccount(self,OwnerAccount): self.add_query_param('OwnerAccount',OwnerAccount) - def get_DBInstanceId(self): - return self.get_query_params().get('DBInstanceId') - - def set_DBInstanceId(self,DBInstanceId): - self.add_query_param('DBInstanceId',DBInstanceId) - def get_OwnerId(self): return self.get_query_params().get('OwnerId') def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) \ No newline at end of file + self.add_query_param('OwnerId',OwnerId) + + def get_DBInstanceId(self): + return self.get_query_params().get('DBInstanceId') + + def set_DBInstanceId(self,DBInstanceId): + self.add_query_param('DBInstanceId',DBInstanceId) \ No newline at end of file diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyDBInstanceNetExpireTimeRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyDBInstanceNetExpireTimeRequest.py new file mode 100644 index 0000000000..f326a36037 --- /dev/null +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyDBInstanceNetExpireTimeRequest.py @@ -0,0 +1,66 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class ModifyDBInstanceNetExpireTimeRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'ModifyDBInstanceNetExpireTime') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_ConnectionString(self): + return self.get_query_params().get('ConnectionString') + + def set_ConnectionString(self,ConnectionString): + self.add_query_param('ConnectionString',ConnectionString) + + def get_ClassicExpiredDays(self): + return self.get_query_params().get('ClassicExpiredDays') + + def set_ClassicExpiredDays(self,ClassicExpiredDays): + self.add_query_param('ClassicExpiredDays',ClassicExpiredDays) + + def get_DBInstanceId(self): + return self.get_query_params().get('DBInstanceId') + + def set_DBInstanceId(self,DBInstanceId): + self.add_query_param('DBInstanceId',DBInstanceId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyDBInstanceNetworkExpireTimeRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyDBInstanceNetworkExpireTimeRequest.py index f686afe348..120d1f89be 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyDBInstanceNetworkExpireTimeRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyDBInstanceNetworkExpireTimeRequest.py @@ -21,7 +21,7 @@ class ModifyDBInstanceNetworkExpireTimeRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'ModifyDBInstanceNetworkExpireTime','rds') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'ModifyDBInstanceNetworkExpireTime') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -29,12 +29,6 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - def get_ConnectionString(self): return self.get_query_params().get('ConnectionString') @@ -47,18 +41,24 @@ def get_ClassicExpiredDays(self): def set_ClassicExpiredDays(self,ClassicExpiredDays): self.add_query_param('ClassicExpiredDays',ClassicExpiredDays) - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - def get_DBInstanceId(self): return self.get_query_params().get('DBInstanceId') def set_DBInstanceId(self,DBInstanceId): self.add_query_param('DBInstanceId',DBInstanceId) + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + def get_OwnerId(self): return self.get_query_params().get('OwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyDBInstanceNetworkTypeRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyDBInstanceNetworkTypeRequest.py index a25bae736e..3c888436a8 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyDBInstanceNetworkTypeRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyDBInstanceNetworkTypeRequest.py @@ -21,7 +21,7 @@ class ModifyDBInstanceNetworkTypeRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'ModifyDBInstanceNetworkType','rds') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'ModifyDBInstanceNetworkType') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -29,6 +29,24 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) + def get_ClassicExpiredDays(self): + return self.get_query_params().get('ClassicExpiredDays') + + def set_ClassicExpiredDays(self,ClassicExpiredDays): + self.add_query_param('ClassicExpiredDays',ClassicExpiredDays) + + def get_DBInstanceId(self): + return self.get_query_params().get('DBInstanceId') + + def set_DBInstanceId(self,DBInstanceId): + self.add_query_param('DBInstanceId',DBInstanceId) + + def get_ReadWriteSplittingPrivateIpAddress(self): + return self.get_query_params().get('ReadWriteSplittingPrivateIpAddress') + + def set_ReadWriteSplittingPrivateIpAddress(self,ReadWriteSplittingPrivateIpAddress): + self.add_query_param('ReadWriteSplittingPrivateIpAddress',ReadWriteSplittingPrivateIpAddress) + def get_ResourceOwnerAccount(self): return self.get_query_params().get('ResourceOwnerAccount') @@ -65,30 +83,12 @@ def get_RetainClassic(self): def set_RetainClassic(self,RetainClassic): self.add_query_param('RetainClassic',RetainClassic) - def get_ClassicExpiredDays(self): - return self.get_query_params().get('ClassicExpiredDays') - - def set_ClassicExpiredDays(self,ClassicExpiredDays): - self.add_query_param('ClassicExpiredDays',ClassicExpiredDays) - def get_VPCId(self): return self.get_query_params().get('VPCId') def set_VPCId(self,VPCId): self.add_query_param('VPCId',VPCId) - def get_DBInstanceId(self): - return self.get_query_params().get('DBInstanceId') - - def set_DBInstanceId(self,DBInstanceId): - self.add_query_param('DBInstanceId',DBInstanceId) - - def get_ReadWriteSplittingPrivateIpAddress(self): - return self.get_query_params().get('ReadWriteSplittingPrivateIpAddress') - - def set_ReadWriteSplittingPrivateIpAddress(self,ReadWriteSplittingPrivateIpAddress): - self.add_query_param('ReadWriteSplittingPrivateIpAddress',ReadWriteSplittingPrivateIpAddress) - def get_InstanceNetworkType(self): return self.get_query_params().get('InstanceNetworkType') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyDBInstanceOwnerRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyDBInstanceOwnerRequest.py new file mode 100644 index 0000000000..acb3f8d726 --- /dev/null +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyDBInstanceOwnerRequest.py @@ -0,0 +1,54 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class ModifyDBInstanceOwnerRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'ModifyDBInstanceOwner') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_NewUID(self): + return self.get_query_params().get('NewUID') + + def set_NewUID(self,NewUID): + self.add_query_param('NewUID',NewUID) + + def get_DBInstanceId(self): + return self.get_query_params().get('DBInstanceId') + + def set_DBInstanceId(self,DBInstanceId): + self.add_query_param('DBInstanceId',DBInstanceId) \ No newline at end of file diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyDBInstancePayTypeRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyDBInstancePayTypeRequest.py new file mode 100644 index 0000000000..0a055a3e8d --- /dev/null +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyDBInstancePayTypeRequest.py @@ -0,0 +1,102 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class ModifyDBInstancePayTypeRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'ModifyDBInstancePayType') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_ClientToken(self): + return self.get_query_params().get('ClientToken') + + def set_ClientToken(self,ClientToken): + self.add_query_param('ClientToken',ClientToken) + + def get_DBInstanceId(self): + return self.get_query_params().get('DBInstanceId') + + def set_DBInstanceId(self,DBInstanceId): + self.add_query_param('DBInstanceId',DBInstanceId) + + def get_BusinessInfo(self): + return self.get_query_params().get('BusinessInfo') + + def set_BusinessInfo(self,BusinessInfo): + self.add_query_param('BusinessInfo',BusinessInfo) + + def get_Period(self): + return self.get_query_params().get('Period') + + def set_Period(self,Period): + self.add_query_param('Period',Period) + + def get_AgentId(self): + return self.get_query_params().get('AgentId') + + def set_AgentId(self,AgentId): + self.add_query_param('AgentId',AgentId) + + def get_AutoPay(self): + return self.get_query_params().get('AutoPay') + + def set_AutoPay(self,AutoPay): + self.add_query_param('AutoPay',AutoPay) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_Resource(self): + return self.get_query_params().get('Resource') + + def set_Resource(self,Resource): + self.add_query_param('Resource',Resource) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_UsedTime(self): + return self.get_query_params().get('UsedTime') + + def set_UsedTime(self,UsedTime): + self.add_query_param('UsedTime',UsedTime) + + def get_PayType(self): + return self.get_query_params().get('PayType') + + def set_PayType(self,PayType): + self.add_query_param('PayType',PayType) \ No newline at end of file diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyDBInstanceProxyConfigurationRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyDBInstanceProxyConfigurationRequest.py index cf46e202fa..fe4a4fb229 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyDBInstanceProxyConfigurationRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyDBInstanceProxyConfigurationRequest.py @@ -21,7 +21,7 @@ class ModifyDBInstanceProxyConfigurationRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'ModifyDBInstanceProxyConfiguration','rds') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'ModifyDBInstanceProxyConfiguration') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -35,26 +35,26 @@ def get_ResourceOwnerAccount(self): def set_ResourceOwnerAccount(self,ResourceOwnerAccount): self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - def get_ProxyConfigurationKey(self): - return self.get_query_params().get('ProxyConfigurationKey') - - def set_ProxyConfigurationKey(self,ProxyConfigurationKey): - self.add_query_param('ProxyConfigurationKey',ProxyConfigurationKey) - def get_ProxyConfigurationValue(self): return self.get_query_params().get('ProxyConfigurationValue') def set_ProxyConfigurationValue(self,ProxyConfigurationValue): self.add_query_param('ProxyConfigurationValue',ProxyConfigurationValue) - def get_DBInstanceId(self): - return self.get_query_params().get('DBInstanceId') - - def set_DBInstanceId(self,DBInstanceId): - self.add_query_param('DBInstanceId',DBInstanceId) - def get_OwnerId(self): return self.get_query_params().get('OwnerId') def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) \ No newline at end of file + self.add_query_param('OwnerId',OwnerId) + + def get_ProxyConfigurationKey(self): + return self.get_query_params().get('ProxyConfigurationKey') + + def set_ProxyConfigurationKey(self,ProxyConfigurationKey): + self.add_query_param('ProxyConfigurationKey',ProxyConfigurationKey) + + def get_DBInstanceId(self): + return self.get_query_params().get('DBInstanceId') + + def set_DBInstanceId(self,DBInstanceId): + self.add_query_param('DBInstanceId',DBInstanceId) \ No newline at end of file diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyDBInstanceSSLRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyDBInstanceSSLRequest.py index e79d9557b5..11a3cd00e8 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyDBInstanceSSLRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyDBInstanceSSLRequest.py @@ -21,7 +21,7 @@ class ModifyDBInstanceSSLRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'ModifyDBInstanceSSL','rds') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'ModifyDBInstanceSSL') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -47,14 +47,14 @@ def get_OwnerAccount(self): def set_OwnerAccount(self,OwnerAccount): self.add_query_param('OwnerAccount',OwnerAccount) - def get_DBInstanceId(self): - return self.get_query_params().get('DBInstanceId') - - def set_DBInstanceId(self,DBInstanceId): - self.add_query_param('DBInstanceId',DBInstanceId) - def get_OwnerId(self): return self.get_query_params().get('OwnerId') def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) \ No newline at end of file + self.add_query_param('OwnerId',OwnerId) + + def get_DBInstanceId(self): + return self.get_query_params().get('DBInstanceId') + + def set_DBInstanceId(self,DBInstanceId): + self.add_query_param('DBInstanceId',DBInstanceId) \ No newline at end of file diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyDBInstanceSpecRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyDBInstanceSpecRequest.py index 5723d72143..83c8bdfe11 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyDBInstanceSpecRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyDBInstanceSpecRequest.py @@ -21,7 +21,7 @@ class ModifyDBInstanceSpecRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'ModifyDBInstanceSpec','rds') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'ModifyDBInstanceSpec') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -35,42 +35,18 @@ def get_DBInstanceStorage(self): def set_DBInstanceStorage(self,DBInstanceStorage): self.add_query_param('DBInstanceStorage',DBInstanceStorage) - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - def get_ClientToken(self): return self.get_query_params().get('ClientToken') def set_ClientToken(self,ClientToken): self.add_query_param('ClientToken',ClientToken) - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - def get_EngineVersion(self): return self.get_query_params().get('EngineVersion') def set_EngineVersion(self,EngineVersion): self.add_query_param('EngineVersion',EngineVersion) - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_DBInstanceClass(self): - return self.get_query_params().get('DBInstanceClass') - - def set_DBInstanceClass(self,DBInstanceClass): - self.add_query_param('DBInstanceClass',DBInstanceClass) - def get_EffectiveTime(self): return self.get_query_params().get('EffectiveTime') @@ -83,6 +59,30 @@ def get_DBInstanceId(self): def set_DBInstanceId(self,DBInstanceId): self.add_query_param('DBInstanceId',DBInstanceId) + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_DBInstanceClass(self): + return self.get_query_params().get('DBInstanceClass') + + def set_DBInstanceClass(self,DBInstanceClass): + self.add_query_param('DBInstanceClass',DBInstanceClass) + def get_PayType(self): return self.get_query_params().get('PayType') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyDBInstanceTDERequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyDBInstanceTDERequest.py index b34f3b89c2..6eefb91b74 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyDBInstanceTDERequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyDBInstanceTDERequest.py @@ -21,7 +21,7 @@ class ModifyDBInstanceTDERequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'ModifyDBInstanceTDE','rds') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'ModifyDBInstanceTDE') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -29,11 +29,11 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) - def get_DBName(self): - return self.get_query_params().get('DBName') + def get_DBInstanceId(self): + return self.get_query_params().get('DBInstanceId') - def set_DBName(self,DBName): - self.add_query_param('DBName',DBName) + def set_DBInstanceId(self,DBInstanceId): + self.add_query_param('DBInstanceId',DBInstanceId) def get_ResourceOwnerAccount(self): return self.get_query_params().get('ResourceOwnerAccount') @@ -41,24 +41,12 @@ def get_ResourceOwnerAccount(self): def set_ResourceOwnerAccount(self,ResourceOwnerAccount): self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - def get_RoleArn(self): - return self.get_query_params().get('RoleArn') - - def set_RoleArn(self,RoleArn): - self.add_query_param('RoleArn',RoleArn) - def get_OwnerAccount(self): return self.get_query_params().get('OwnerAccount') def set_OwnerAccount(self,OwnerAccount): self.add_query_param('OwnerAccount',OwnerAccount) - def get_DBInstanceId(self): - return self.get_query_params().get('DBInstanceId') - - def set_DBInstanceId(self,DBInstanceId): - self.add_query_param('DBInstanceId',DBInstanceId) - def get_EncryptionKey(self): return self.get_query_params().get('EncryptionKey') @@ -71,6 +59,18 @@ def get_OwnerId(self): def set_OwnerId(self,OwnerId): self.add_query_param('OwnerId',OwnerId) + def get_DBName(self): + return self.get_query_params().get('DBName') + + def set_DBName(self,DBName): + self.add_query_param('DBName',DBName) + + def get_RoleArn(self): + return self.get_query_params().get('RoleArn') + + def set_RoleArn(self,RoleArn): + self.add_query_param('RoleArn',RoleArn) + def get_TDEStatus(self): return self.get_query_params().get('TDEStatus') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyDampPolicyRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyDampPolicyRequest.py new file mode 100644 index 0000000000..af80f224fc --- /dev/null +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyDampPolicyRequest.py @@ -0,0 +1,90 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class ModifyDampPolicyRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'ModifyDampPolicy') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_SecurityToken(self): + return self.get_query_params().get('SecurityToken') + + def set_SecurityToken(self,SecurityToken): + self.add_query_param('SecurityToken',SecurityToken) + + def get_DBInstanceId(self): + return self.get_query_params().get('DBInstanceId') + + def set_DBInstanceId(self,DBInstanceId): + self.add_query_param('DBInstanceId',DBInstanceId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_TimeRules(self): + return self.get_query_params().get('TimeRules') + + def set_TimeRules(self,TimeRules): + self.add_query_param('TimeRules',TimeRules) + + def get_ActionRules(self): + return self.get_query_params().get('ActionRules') + + def set_ActionRules(self,ActionRules): + self.add_query_param('ActionRules',ActionRules) + + def get_Handlers(self): + return self.get_query_params().get('Handlers') + + def set_Handlers(self,Handlers): + self.add_query_param('Handlers',Handlers) + + def get_PolicyName(self): + return self.get_query_params().get('PolicyName') + + def set_PolicyName(self,PolicyName): + self.add_query_param('PolicyName',PolicyName) + + def get_SourceRules(self): + return self.get_query_params().get('SourceRules') + + def set_SourceRules(self,SourceRules): + self.add_query_param('SourceRules',SourceRules) \ No newline at end of file diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyDynamicModeRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyDynamicModeRequest.py new file mode 100644 index 0000000000..6f0fbcb129 --- /dev/null +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyDynamicModeRequest.py @@ -0,0 +1,66 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class ModifyDynamicModeRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'ModifyDynamicMode') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_DynamicMode(self): + return self.get_query_params().get('DynamicMode') + + def set_DynamicMode(self,DynamicMode): + self.add_query_param('DynamicMode',DynamicMode) + + def get_SecurityToken(self): + return self.get_query_params().get('SecurityToken') + + def set_SecurityToken(self,SecurityToken): + self.add_query_param('SecurityToken',SecurityToken) + + def get_ReplicaId(self): + return self.get_query_params().get('ReplicaId') + + def set_ReplicaId(self,ReplicaId): + self.add_query_param('ReplicaId',ReplicaId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyFCTriggerRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyFCTriggerRequest.py new file mode 100644 index 0000000000..5842cbd1ed --- /dev/null +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyFCTriggerRequest.py @@ -0,0 +1,104 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class ModifyFCTriggerRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'ModifyFCTrigger') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_TriggerId(self): + return self.get_query_params().get('TriggerId') + + def set_TriggerId(self,TriggerId): + self.add_query_param('TriggerId',TriggerId) + + def get_SubscriptionObjectss(self): + return self.get_query_params().get('SubscriptionObjectss') + + def set_SubscriptionObjectss(self,SubscriptionObjectss): + for i in range(len(SubscriptionObjectss)): + if SubscriptionObjectss[i] is not None: + self.add_query_param('SubscriptionObjects.' + str(i + 1) , SubscriptionObjectss[i]); + + def get_SecurityToken(self): + return self.get_query_params().get('SecurityToken') + + def set_SecurityToken(self,SecurityToken): + self.add_query_param('SecurityToken',SecurityToken) + + def get_EventFormat(self): + return self.get_query_params().get('EventFormat') + + def set_EventFormat(self,EventFormat): + self.add_query_param('EventFormat',EventFormat) + + def get_Retry(self): + return self.get_query_params().get('Retry') + + def set_Retry(self,Retry): + self.add_query_param('Retry',Retry) + + def get_TriggerArn(self): + return self.get_query_params().get('TriggerArn') + + def set_TriggerArn(self,TriggerArn): + self.add_query_param('TriggerArn',TriggerArn) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_Concurrency(self): + return self.get_query_params().get('Concurrency') + + def set_Concurrency(self,Concurrency): + self.add_query_param('Concurrency',Concurrency) + + def get_InvocationRoleArn(self): + return self.get_query_params().get('InvocationRoleArn') + + def set_InvocationRoleArn(self,InvocationRoleArn): + self.add_query_param('InvocationRoleArn',InvocationRoleArn) + + def get_FunctionArn(self): + return self.get_query_params().get('FunctionArn') + + def set_FunctionArn(self,FunctionArn): + self.add_query_param('FunctionArn',FunctionArn) \ No newline at end of file diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyGuardDomainModeRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyGuardDomainModeRequest.py new file mode 100644 index 0000000000..7f04898ec5 --- /dev/null +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyGuardDomainModeRequest.py @@ -0,0 +1,66 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class ModifyGuardDomainModeRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'ModifyGuardDomainMode') + + def get_DomainMode(self): + return self.get_query_params().get('DomainMode') + + def set_DomainMode(self,DomainMode): + self.add_query_param('DomainMode',DomainMode) + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_SecurityToken(self): + return self.get_query_params().get('SecurityToken') + + def set_SecurityToken(self,SecurityToken): + self.add_query_param('SecurityToken',SecurityToken) + + def get_ReplicaId(self): + return self.get_query_params().get('ReplicaId') + + def set_ReplicaId(self,ReplicaId): + self.add_query_param('ReplicaId',ReplicaId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyInstanceAutoRenewAttributeRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyInstanceAutoRenewAttributeRequest.py new file mode 100644 index 0000000000..6e25332d22 --- /dev/null +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyInstanceAutoRenewAttributeRequest.py @@ -0,0 +1,72 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class ModifyInstanceAutoRenewAttributeRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'ModifyInstanceAutoRenewAttribute') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_ClientToken(self): + return self.get_query_params().get('ClientToken') + + def set_ClientToken(self,ClientToken): + self.add_query_param('ClientToken',ClientToken) + + def get_Duration(self): + return self.get_query_params().get('Duration') + + def set_Duration(self,Duration): + self.add_query_param('Duration',Duration) + + def get_DBInstanceId(self): + return self.get_query_params().get('DBInstanceId') + + def set_DBInstanceId(self,DBInstanceId): + self.add_query_param('DBInstanceId',DBInstanceId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_AutoRenew(self): + return self.get_query_params().get('AutoRenew') + + def set_AutoRenew(self,AutoRenew): + self.add_query_param('AutoRenew',AutoRenew) \ No newline at end of file diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyInstanceAutoRenewalAttributeRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyInstanceAutoRenewalAttributeRequest.py index e4a2831f63..58622117bf 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyInstanceAutoRenewalAttributeRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyInstanceAutoRenewalAttributeRequest.py @@ -21,13 +21,7 @@ class ModifyInstanceAutoRenewalAttributeRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'ModifyInstanceAutoRenewalAttribute','rds') - - def get_Duration(self): - return self.get_query_params().get('Duration') - - def set_Duration(self,Duration): - self.add_query_param('Duration',Duration) + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'ModifyInstanceAutoRenewalAttribute') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -35,29 +29,17 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) - def get_AutoRenew(self): - return self.get_query_params().get('AutoRenew') - - def set_AutoRenew(self,AutoRenew): - self.add_query_param('AutoRenew',AutoRenew) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - def get_ClientToken(self): return self.get_query_params().get('ClientToken') def set_ClientToken(self,ClientToken): self.add_query_param('ClientToken',ClientToken) - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') + def get_Duration(self): + return self.get_query_params().get('Duration') - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) + def set_Duration(self,Duration): + self.add_query_param('Duration',Duration) def get_DBInstanceId(self): return self.get_query_params().get('DBInstanceId') @@ -65,8 +47,26 @@ def get_DBInstanceId(self): def set_DBInstanceId(self,DBInstanceId): self.add_query_param('DBInstanceId',DBInstanceId) + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + def get_OwnerId(self): return self.get_query_params().get('OwnerId') def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) \ No newline at end of file + self.add_query_param('OwnerId',OwnerId) + + def get_AutoRenew(self): + return self.get_query_params().get('AutoRenew') + + def set_AutoRenew(self,AutoRenew): + self.add_query_param('AutoRenew',AutoRenew) \ No newline at end of file diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyMySQLDBInstanceDelayRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyMySQLDBInstanceDelayRequest.py index 79ad4ea971..7c661e7274 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyMySQLDBInstanceDelayRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyMySQLDBInstanceDelayRequest.py @@ -21,7 +21,7 @@ class ModifyMySQLDBInstanceDelayRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'ModifyMySQLDBInstanceDelay','rds') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'ModifyMySQLDBInstanceDelay') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -35,6 +35,12 @@ def get_ResourceOwnerAccount(self): def set_ResourceOwnerAccount(self,ResourceOwnerAccount): self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + def get_SqlDelay(self): return self.get_query_params().get('SqlDelay') @@ -45,10 +51,4 @@ def get_DBInstanceId(self): return self.get_query_params().get('DBInstanceId') def set_DBInstanceId(self,DBInstanceId): - self.add_query_param('DBInstanceId',DBInstanceId) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) \ No newline at end of file + self.add_query_param('DBInstanceId',DBInstanceId) \ No newline at end of file diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyOpenSearchDBInstanceRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyOpenSearchDBInstanceRequest.py new file mode 100644 index 0000000000..c7fea6b6e5 --- /dev/null +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyOpenSearchDBInstanceRequest.py @@ -0,0 +1,72 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class ModifyOpenSearchDBInstanceRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'ModifyOpenSearchDBInstance') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_LcuQuota(self): + return self.get_query_params().get('LcuQuota') + + def set_LcuQuota(self,LcuQuota): + self.add_query_param('LcuQuota',LcuQuota) + + def get_SearchType(self): + return self.get_query_params().get('SearchType') + + def set_SearchType(self,SearchType): + self.add_query_param('SearchType',SearchType) + + def get_DBInstanceId(self): + return self.get_query_params().get('DBInstanceId') + + def set_DBInstanceId(self,DBInstanceId): + self.add_query_param('DBInstanceId',DBInstanceId) + + def get_StorageQuota(self): + return self.get_query_params().get('StorageQuota') + + def set_StorageQuota(self,StorageQuota): + self.add_query_param('StorageQuota',StorageQuota) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_SpecQuota(self): + return self.get_query_params().get('SpecQuota') + + def set_SpecQuota(self,SpecQuota): + self.add_query_param('SpecQuota',SpecQuota) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyParameterGroupRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyParameterGroupRequest.py new file mode 100644 index 0000000000..d60e2d30f1 --- /dev/null +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyParameterGroupRequest.py @@ -0,0 +1,66 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class ModifyParameterGroupRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'ModifyParameterGroup') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_ParameterGroupId(self): + return self.get_query_params().get('ParameterGroupId') + + def set_ParameterGroupId(self,ParameterGroupId): + self.add_query_param('ParameterGroupId',ParameterGroupId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_ParameterGroupName(self): + return self.get_query_params().get('ParameterGroupName') + + def set_ParameterGroupName(self,ParameterGroupName): + self.add_query_param('ParameterGroupName',ParameterGroupName) + + def get_Parameters(self): + return self.get_query_params().get('Parameters') + + def set_Parameters(self,Parameters): + self.add_query_param('Parameters',Parameters) + + def get_ParameterGroupDesc(self): + return self.get_query_params().get('ParameterGroupDesc') + + def set_ParameterGroupDesc(self,ParameterGroupDesc): + self.add_query_param('ParameterGroupDesc',ParameterGroupDesc) \ No newline at end of file diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyParameterRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyParameterRequest.py index a8769584a3..23cd1e1787 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyParameterRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyParameterRequest.py @@ -21,7 +21,7 @@ class ModifyParameterRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'ModifyParameter','rds') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'ModifyParameter') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -29,24 +29,12 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - def get_ClientToken(self): return self.get_query_params().get('ClientToken') def set_ClientToken(self,ClientToken): self.add_query_param('ClientToken',ClientToken) - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - def get_DBInstanceId(self): return self.get_query_params().get('DBInstanceId') @@ -59,6 +47,18 @@ def get_Forcerestart(self): def set_Forcerestart(self,Forcerestart): self.add_query_param('Forcerestart',Forcerestart) + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + def get_OwnerId(self): return self.get_query_params().get('OwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyPostpaidDBInstanceSpecRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyPostpaidDBInstanceSpecRequest.py new file mode 100644 index 0000000000..0edeaea793 --- /dev/null +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyPostpaidDBInstanceSpecRequest.py @@ -0,0 +1,72 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class ModifyPostpaidDBInstanceSpecRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'ModifyPostpaidDBInstanceSpec') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_DBInstanceStorage(self): + return self.get_query_params().get('DBInstanceStorage') + + def set_DBInstanceStorage(self,DBInstanceStorage): + self.add_query_param('DBInstanceStorage',DBInstanceStorage) + + def get_ClientToken(self): + return self.get_query_params().get('ClientToken') + + def set_ClientToken(self,ClientToken): + self.add_query_param('ClientToken',ClientToken) + + def get_DBInstanceId(self): + return self.get_query_params().get('DBInstanceId') + + def set_DBInstanceId(self,DBInstanceId): + self.add_query_param('DBInstanceId',DBInstanceId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_DBInstanceClass(self): + return self.get_query_params().get('DBInstanceClass') + + def set_DBInstanceClass(self,DBInstanceClass): + self.add_query_param('DBInstanceClass',DBInstanceClass) \ No newline at end of file diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyReadWriteSplittingConnectionRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyReadWriteSplittingConnectionRequest.py index b060142f0c..88ca06ff81 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyReadWriteSplittingConnectionRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyReadWriteSplittingConnectionRequest.py @@ -21,7 +21,7 @@ class ModifyReadWriteSplittingConnectionRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'ModifyReadWriteSplittingConnection','rds') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'ModifyReadWriteSplittingConnection') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -35,24 +35,24 @@ def get_ConnectionStringPrefix(self): def set_ConnectionStringPrefix(self,ConnectionStringPrefix): self.add_query_param('ConnectionStringPrefix',ConnectionStringPrefix) - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_Port(self): - return self.get_query_params().get('Port') - - def set_Port(self,Port): - self.add_query_param('Port',Port) - def get_DistributionType(self): return self.get_query_params().get('DistributionType') def set_DistributionType(self,DistributionType): self.add_query_param('DistributionType',DistributionType) + def get_DBInstanceId(self): + return self.get_query_params().get('DBInstanceId') + + def set_DBInstanceId(self,DBInstanceId): + self.add_query_param('DBInstanceId',DBInstanceId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + def get_OwnerAccount(self): return self.get_query_params().get('OwnerAccount') @@ -65,18 +65,18 @@ def get_Weight(self): def set_Weight(self,Weight): self.add_query_param('Weight',Weight) - def get_DBInstanceId(self): - return self.get_query_params().get('DBInstanceId') - - def set_DBInstanceId(self,DBInstanceId): - self.add_query_param('DBInstanceId',DBInstanceId) - def get_OwnerId(self): return self.get_query_params().get('OwnerId') def set_OwnerId(self,OwnerId): self.add_query_param('OwnerId',OwnerId) + def get_Port(self): + return self.get_query_params().get('Port') + + def set_Port(self,Port): + self.add_query_param('Port',Port) + def get_MaxDelayTime(self): return self.get_query_params().get('MaxDelayTime') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyReadonlyInstanceDelayReplicationTimeRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyReadonlyInstanceDelayReplicationTimeRequest.py index 3e94991827..65eed28723 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyReadonlyInstanceDelayReplicationTimeRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyReadonlyInstanceDelayReplicationTimeRequest.py @@ -21,7 +21,7 @@ class ModifyReadonlyInstanceDelayReplicationTimeRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'ModifyReadonlyInstanceDelayReplicationTime','rds') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'ModifyReadonlyInstanceDelayReplicationTime') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -29,26 +29,26 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) - def get_ReadSQLReplicationTime(self): - return self.get_query_params().get('ReadSQLReplicationTime') - - def set_ReadSQLReplicationTime(self,ReadSQLReplicationTime): - self.add_query_param('ReadSQLReplicationTime',ReadSQLReplicationTime) - def get_ResourceOwnerAccount(self): return self.get_query_params().get('ResourceOwnerAccount') def set_ResourceOwnerAccount(self,ResourceOwnerAccount): self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - def get_DBInstanceId(self): - return self.get_query_params().get('DBInstanceId') - - def set_DBInstanceId(self,DBInstanceId): - self.add_query_param('DBInstanceId',DBInstanceId) - def get_OwnerId(self): return self.get_query_params().get('OwnerId') def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) \ No newline at end of file + self.add_query_param('OwnerId',OwnerId) + + def get_ReadSQLReplicationTime(self): + return self.get_query_params().get('ReadSQLReplicationTime') + + def set_ReadSQLReplicationTime(self,ReadSQLReplicationTime): + self.add_query_param('ReadSQLReplicationTime',ReadSQLReplicationTime) + + def get_DBInstanceId(self): + return self.get_query_params().get('DBInstanceId') + + def set_DBInstanceId(self,DBInstanceId): + self.add_query_param('DBInstanceId',DBInstanceId) \ No newline at end of file diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyReplicaDescriptionRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyReplicaDescriptionRequest.py index 900e0aab18..670ec9a693 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyReplicaDescriptionRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyReplicaDescriptionRequest.py @@ -21,7 +21,7 @@ class ModifyReplicaDescriptionRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'ModifyReplicaDescription','rds') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'ModifyReplicaDescription') def get_ReplicaDescription(self): return self.get_query_params().get('ReplicaDescription') @@ -41,6 +41,12 @@ def get_SecurityToken(self): def set_SecurityToken(self,SecurityToken): self.add_query_param('SecurityToken',SecurityToken) + def get_ReplicaId(self): + return self.get_query_params().get('ReplicaId') + + def set_ReplicaId(self,ReplicaId): + self.add_query_param('ReplicaId',ReplicaId) + def get_ResourceOwnerAccount(self): return self.get_query_params().get('ResourceOwnerAccount') @@ -53,12 +59,6 @@ def get_OwnerAccount(self): def set_OwnerAccount(self,OwnerAccount): self.add_query_param('OwnerAccount',OwnerAccount) - def get_ReplicaId(self): - return self.get_query_params().get('ReplicaId') - - def set_ReplicaId(self,ReplicaId): - self.add_query_param('ReplicaId',ReplicaId) - def get_OwnerId(self): return self.get_query_params().get('OwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyReplicaDynamicModeRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyReplicaDynamicModeRequest.py new file mode 100644 index 0000000000..45c42c25ab --- /dev/null +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyReplicaDynamicModeRequest.py @@ -0,0 +1,66 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class ModifyReplicaDynamicModeRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'ModifyReplicaDynamicMode') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_DynamicMode(self): + return self.get_query_params().get('DynamicMode') + + def set_DynamicMode(self,DynamicMode): + self.add_query_param('DynamicMode',DynamicMode) + + def get_SecurityToken(self): + return self.get_query_params().get('SecurityToken') + + def set_SecurityToken(self,SecurityToken): + self.add_query_param('SecurityToken',SecurityToken) + + def get_ReplicaId(self): + return self.get_query_params().get('ReplicaId') + + def set_ReplicaId(self,ReplicaId): + self.add_query_param('ReplicaId',ReplicaId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyReplicaFilterModeRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyReplicaFilterModeRequest.py new file mode 100644 index 0000000000..49ac6ded1f --- /dev/null +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyReplicaFilterModeRequest.py @@ -0,0 +1,66 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class ModifyReplicaFilterModeRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'ModifyReplicaFilterMode') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_FillterDDL(self): + return self.get_query_params().get('FillterDDL') + + def set_FillterDDL(self,FillterDDL): + self.add_query_param('FillterDDL',FillterDDL) + + def get_SecurityToken(self): + return self.get_query_params().get('SecurityToken') + + def set_SecurityToken(self,SecurityToken): + self.add_query_param('SecurityToken',SecurityToken) + + def get_ReplicaId(self): + return self.get_query_params().get('ReplicaId') + + def set_ReplicaId(self,ReplicaId): + self.add_query_param('ReplicaId',ReplicaId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyReplicaModeRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyReplicaModeRequest.py new file mode 100644 index 0000000000..0655db55eb --- /dev/null +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyReplicaModeRequest.py @@ -0,0 +1,78 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class ModifyReplicaModeRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'ModifyReplicaMode') + + def get_DomainMode(self): + return self.get_query_params().get('DomainMode') + + def set_DomainMode(self,DomainMode): + self.add_query_param('DomainMode',DomainMode) + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_SecurityToken(self): + return self.get_query_params().get('SecurityToken') + + def set_SecurityToken(self,SecurityToken): + self.add_query_param('SecurityToken',SecurityToken) + + def get_ReplicaId(self): + return self.get_query_params().get('ReplicaId') + + def set_ReplicaId(self,ReplicaId): + self.add_query_param('ReplicaId',ReplicaId) + + def get_PrimaryInstanceId(self): + return self.get_query_params().get('PrimaryInstanceId') + + def set_PrimaryInstanceId(self,PrimaryInstanceId): + self.add_query_param('PrimaryInstanceId',PrimaryInstanceId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_ReplicaMode(self): + return self.get_query_params().get('ReplicaMode') + + def set_ReplicaMode(self,ReplicaMode): + self.add_query_param('ReplicaMode',ReplicaMode) \ No newline at end of file diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyReplicaRecoverModeRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyReplicaRecoverModeRequest.py new file mode 100644 index 0000000000..fb4b875133 --- /dev/null +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyReplicaRecoverModeRequest.py @@ -0,0 +1,66 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class ModifyReplicaRecoverModeRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'ModifyReplicaRecoverMode') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_SecurityToken(self): + return self.get_query_params().get('SecurityToken') + + def set_SecurityToken(self,SecurityToken): + self.add_query_param('SecurityToken',SecurityToken) + + def get_ReplicaId(self): + return self.get_query_params().get('ReplicaId') + + def set_ReplicaId(self,ReplicaId): + self.add_query_param('ReplicaId',ReplicaId) + + def get_RecoverMode(self): + return self.get_query_params().get('RecoverMode') + + def set_RecoverMode(self,RecoverMode): + self.add_query_param('RecoverMode',RecoverMode) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyReplicaRecoveryModeRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyReplicaRecoveryModeRequest.py new file mode 100644 index 0000000000..47179e0668 --- /dev/null +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyReplicaRecoveryModeRequest.py @@ -0,0 +1,66 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class ModifyReplicaRecoveryModeRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'ModifyReplicaRecoveryMode') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_SecurityToken(self): + return self.get_query_params().get('SecurityToken') + + def set_SecurityToken(self,SecurityToken): + self.add_query_param('SecurityToken',SecurityToken) + + def get_RecoveryMode(self): + return self.get_query_params().get('RecoveryMode') + + def set_RecoveryMode(self,RecoveryMode): + self.add_query_param('RecoveryMode',RecoveryMode) + + def get_ReplicaId(self): + return self.get_query_params().get('ReplicaId') + + def set_ReplicaId(self,ReplicaId): + self.add_query_param('ReplicaId',ReplicaId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyReplicaRelationRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyReplicaRelationRequest.py new file mode 100644 index 0000000000..a42da05bfd --- /dev/null +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyReplicaRelationRequest.py @@ -0,0 +1,60 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class ModifyReplicaRelationRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'ModifyReplicaRelation') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_SecurityToken(self): + return self.get_query_params().get('SecurityToken') + + def set_SecurityToken(self,SecurityToken): + self.add_query_param('SecurityToken',SecurityToken) + + def get_ReplicaId(self): + return self.get_query_params().get('ReplicaId') + + def set_ReplicaId(self,ReplicaId): + self.add_query_param('ReplicaId',ReplicaId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyReplicaVerificationModeRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyReplicaVerificationModeRequest.py new file mode 100644 index 0000000000..40595a477f --- /dev/null +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyReplicaVerificationModeRequest.py @@ -0,0 +1,66 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class ModifyReplicaVerificationModeRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'ModifyReplicaVerificationMode') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_SecurityToken(self): + return self.get_query_params().get('SecurityToken') + + def set_SecurityToken(self,SecurityToken): + self.add_query_param('SecurityToken',SecurityToken) + + def get_ReplicaId(self): + return self.get_query_params().get('ReplicaId') + + def set_ReplicaId(self,ReplicaId): + self.add_query_param('ReplicaId',ReplicaId) + + def get_VerificationMode(self): + return self.get_query_params().get('VerificationMode') + + def set_VerificationMode(self,VerificationMode): + self.add_query_param('VerificationMode',VerificationMode) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyResourceGroupRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyResourceGroupRequest.py index f05bc8450c..8199bf8847 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyResourceGroupRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyResourceGroupRequest.py @@ -21,13 +21,7 @@ class ModifyResourceGroupRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'ModifyResourceGroup','rds') - - def get_ResourceGroupId(self): - return self.get_query_params().get('ResourceGroupId') - - def set_ResourceGroupId(self,ResourceGroupId): - self.add_query_param('ResourceGroupId',ResourceGroupId) + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'ModifyResourceGroup') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -35,23 +29,17 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - def get_ClientToken(self): return self.get_query_params().get('ClientToken') def set_ClientToken(self,ClientToken): self.add_query_param('ClientToken',ClientToken) - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') + def get_ResourceGroupId(self): + return self.get_query_params().get('ResourceGroupId') - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) + def set_ResourceGroupId(self,ResourceGroupId): + self.add_query_param('ResourceGroupId',ResourceGroupId) def get_DBInstanceId(self): return self.get_query_params().get('DBInstanceId') @@ -59,6 +47,18 @@ def get_DBInstanceId(self): def set_DBInstanceId(self,DBInstanceId): self.add_query_param('DBInstanceId',DBInstanceId) + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + def get_OwnerId(self): return self.get_query_params().get('OwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifySQLCollectorPolicyRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifySQLCollectorPolicyRequest.py index 2379574208..7d9d7a3a36 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifySQLCollectorPolicyRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifySQLCollectorPolicyRequest.py @@ -21,7 +21,7 @@ class ModifySQLCollectorPolicyRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'ModifySQLCollectorPolicy','rds') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'ModifySQLCollectorPolicy') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -35,12 +35,6 @@ def get_StoragePeriod(self): def set_StoragePeriod(self,StoragePeriod): self.add_query_param('StoragePeriod',StoragePeriod) - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - def get_ClientToken(self): return self.get_query_params().get('ClientToken') @@ -53,18 +47,24 @@ def get_SQLCollectorStatus(self): def set_SQLCollectorStatus(self,SQLCollectorStatus): self.add_query_param('SQLCollectorStatus',SQLCollectorStatus) - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - def get_DBInstanceId(self): return self.get_query_params().get('DBInstanceId') def set_DBInstanceId(self,DBInstanceId): self.add_query_param('DBInstanceId',DBInstanceId) + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + def get_OwnerId(self): return self.get_query_params().get('OwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifySQLCollectorRetentionRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifySQLCollectorRetentionRequest.py new file mode 100644 index 0000000000..275701a03b --- /dev/null +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifySQLCollectorRetentionRequest.py @@ -0,0 +1,66 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class ModifySQLCollectorRetentionRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'ModifySQLCollectorRetention') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_SecurityToken(self): + return self.get_query_params().get('SecurityToken') + + def set_SecurityToken(self,SecurityToken): + self.add_query_param('SecurityToken',SecurityToken) + + def get_DBInstanceId(self): + return self.get_query_params().get('DBInstanceId') + + def set_DBInstanceId(self,DBInstanceId): + self.add_query_param('DBInstanceId',DBInstanceId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_ConfigValue(self): + return self.get_query_params().get('ConfigValue') + + def set_ConfigValue(self,ConfigValue): + self.add_query_param('ConfigValue',ConfigValue) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifySecurityGroupConfigurationRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifySecurityGroupConfigurationRequest.py index 5ab19f5f86..fa2cedf1d5 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifySecurityGroupConfigurationRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifySecurityGroupConfigurationRequest.py @@ -21,7 +21,7 @@ class ModifySecurityGroupConfigurationRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'ModifySecurityGroupConfiguration','rds') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'ModifySecurityGroupConfiguration') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -41,14 +41,14 @@ def get_SecurityGroupId(self): def set_SecurityGroupId(self,SecurityGroupId): self.add_query_param('SecurityGroupId',SecurityGroupId) - def get_DBInstanceId(self): - return self.get_query_params().get('DBInstanceId') - - def set_DBInstanceId(self,DBInstanceId): - self.add_query_param('DBInstanceId',DBInstanceId) - def get_OwnerId(self): return self.get_query_params().get('OwnerId') def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) \ No newline at end of file + self.add_query_param('OwnerId',OwnerId) + + def get_DBInstanceId(self): + return self.get_query_params().get('DBInstanceId') + + def set_DBInstanceId(self,DBInstanceId): + self.add_query_param('DBInstanceId',DBInstanceId) \ No newline at end of file diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifySecurityIpsForChannelRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifySecurityIpsForChannelRequest.py new file mode 100644 index 0000000000..ce33d0f7eb --- /dev/null +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifySecurityIpsForChannelRequest.py @@ -0,0 +1,102 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class ModifySecurityIpsForChannelRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'ModifySecurityIpsForChannel') + + def get_DBInstanceIPArrayName(self): + return self.get_query_params().get('DBInstanceIPArrayName') + + def set_DBInstanceIPArrayName(self,DBInstanceIPArrayName): + self.add_query_param('DBInstanceIPArrayName',DBInstanceIPArrayName) + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_ClientToken(self): + return self.get_query_params().get('ClientToken') + + def set_ClientToken(self,ClientToken): + self.add_query_param('ClientToken',ClientToken) + + def get_SecurityIps(self): + return self.get_query_params().get('SecurityIps') + + def set_SecurityIps(self,SecurityIps): + self.add_query_param('SecurityIps',SecurityIps) + + def get_SecurityGroupId(self): + return self.get_query_params().get('SecurityGroupId') + + def set_SecurityGroupId(self,SecurityGroupId): + self.add_query_param('SecurityGroupId',SecurityGroupId) + + def get_WhitelistNetworkType(self): + return self.get_query_params().get('WhitelistNetworkType') + + def set_WhitelistNetworkType(self,WhitelistNetworkType): + self.add_query_param('WhitelistNetworkType',WhitelistNetworkType) + + def get_SecurityIPType(self): + return self.get_query_params().get('SecurityIPType') + + def set_SecurityIPType(self,SecurityIPType): + self.add_query_param('SecurityIPType',SecurityIPType) + + def get_DBInstanceId(self): + return self.get_query_params().get('DBInstanceId') + + def set_DBInstanceId(self,DBInstanceId): + self.add_query_param('DBInstanceId',DBInstanceId) + + def get_ModifyMode(self): + return self.get_query_params().get('ModifyMode') + + def set_ModifyMode(self,ModifyMode): + self.add_query_param('ModifyMode',ModifyMode) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_DBInstanceIPArrayAttribute(self): + return self.get_query_params().get('DBInstanceIPArrayAttribute') + + def set_DBInstanceIPArrayAttribute(self,DBInstanceIPArrayAttribute): + self.add_query_param('DBInstanceIPArrayAttribute',DBInstanceIPArrayAttribute) \ No newline at end of file diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifySecurityIpsRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifySecurityIpsRequest.py index 050f4e33e7..e3145ce6c7 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifySecurityIpsRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifySecurityIpsRequest.py @@ -21,7 +21,7 @@ class ModifySecurityIpsRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'ModifySecurityIps','rds') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'ModifySecurityIps') def get_DBInstanceIPArrayName(self): return self.get_query_params().get('DBInstanceIPArrayName') @@ -35,30 +35,12 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) - def get_ModifyMode(self): - return self.get_query_params().get('ModifyMode') - - def set_ModifyMode(self,ModifyMode): - self.add_query_param('ModifyMode',ModifyMode) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - def get_ClientToken(self): return self.get_query_params().get('ClientToken') def set_ClientToken(self,ClientToken): self.add_query_param('ClientToken',ClientToken) - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - def get_SecurityIps(self): return self.get_query_params().get('SecurityIps') @@ -71,24 +53,12 @@ def get_SecurityGroupId(self): def set_SecurityGroupId(self,SecurityGroupId): self.add_query_param('SecurityGroupId',SecurityGroupId) - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - def get_WhitelistNetworkType(self): return self.get_query_params().get('WhitelistNetworkType') def set_WhitelistNetworkType(self,WhitelistNetworkType): self.add_query_param('WhitelistNetworkType',WhitelistNetworkType) - def get_DBInstanceIPArrayAttribute(self): - return self.get_query_params().get('DBInstanceIPArrayAttribute') - - def set_DBInstanceIPArrayAttribute(self,DBInstanceIPArrayAttribute): - self.add_query_param('DBInstanceIPArrayAttribute',DBInstanceIPArrayAttribute) - def get_SecurityIPType(self): return self.get_query_params().get('SecurityIPType') @@ -99,4 +69,34 @@ def get_DBInstanceId(self): return self.get_query_params().get('DBInstanceId') def set_DBInstanceId(self,DBInstanceId): - self.add_query_param('DBInstanceId',DBInstanceId) \ No newline at end of file + self.add_query_param('DBInstanceId',DBInstanceId) + + def get_ModifyMode(self): + return self.get_query_params().get('ModifyMode') + + def set_ModifyMode(self,ModifyMode): + self.add_query_param('ModifyMode',ModifyMode) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_DBInstanceIPArrayAttribute(self): + return self.get_query_params().get('DBInstanceIPArrayAttribute') + + def set_DBInstanceIPArrayAttribute(self,DBInstanceIPArrayAttribute): + self.add_query_param('DBInstanceIPArrayAttribute',DBInstanceIPArrayAttribute) \ No newline at end of file diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/PreCheckBeforeImportDataRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/PreCheckBeforeImportDataRequest.py new file mode 100644 index 0000000000..92c37ffdd8 --- /dev/null +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/PreCheckBeforeImportDataRequest.py @@ -0,0 +1,96 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class PreCheckBeforeImportDataRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'PreCheckBeforeImportData') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_ImportDataType(self): + return self.get_query_params().get('ImportDataType') + + def set_ImportDataType(self,ImportDataType): + self.add_query_param('ImportDataType',ImportDataType) + + def get_ClientToken(self): + return self.get_query_params().get('ClientToken') + + def set_ClientToken(self,ClientToken): + self.add_query_param('ClientToken',ClientToken) + + def get_SourceDatabaseDBNames(self): + return self.get_query_params().get('SourceDatabaseDBNames') + + def set_SourceDatabaseDBNames(self,SourceDatabaseDBNames): + self.add_query_param('SourceDatabaseDBNames',SourceDatabaseDBNames) + + def get_SourceDatabaseIp(self): + return self.get_query_params().get('SourceDatabaseIp') + + def set_SourceDatabaseIp(self,SourceDatabaseIp): + self.add_query_param('SourceDatabaseIp',SourceDatabaseIp) + + def get_SourceDatabaseUserName(self): + return self.get_query_params().get('SourceDatabaseUserName') + + def set_SourceDatabaseUserName(self,SourceDatabaseUserName): + self.add_query_param('SourceDatabaseUserName',SourceDatabaseUserName) + + def get_DBInstanceId(self): + return self.get_query_params().get('DBInstanceId') + + def set_DBInstanceId(self,DBInstanceId): + self.add_query_param('DBInstanceId',DBInstanceId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_SourceDatabasePassword(self): + return self.get_query_params().get('SourceDatabasePassword') + + def set_SourceDatabasePassword(self,SourceDatabasePassword): + self.add_query_param('SourceDatabasePassword',SourceDatabasePassword) + + def get_SourceDatabasePort(self): + return self.get_query_params().get('SourceDatabasePort') + + def set_SourceDatabasePort(self,SourceDatabasePort): + self.add_query_param('SourceDatabasePort',SourceDatabasePort) \ No newline at end of file diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/PurgeDBInstanceLogRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/PurgeDBInstanceLogRequest.py index a31d1f954a..1bd08b19a4 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/PurgeDBInstanceLogRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/PurgeDBInstanceLogRequest.py @@ -21,7 +21,7 @@ class PurgeDBInstanceLogRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'PurgeDBInstanceLog','rds') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'PurgeDBInstanceLog') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -47,14 +47,14 @@ def get_OwnerAccount(self): def set_OwnerAccount(self,OwnerAccount): self.add_query_param('OwnerAccount',OwnerAccount) - def get_DBInstanceId(self): - return self.get_query_params().get('DBInstanceId') - - def set_DBInstanceId(self,DBInstanceId): - self.add_query_param('DBInstanceId',DBInstanceId) - def get_OwnerId(self): return self.get_query_params().get('OwnerId') def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) \ No newline at end of file + self.add_query_param('OwnerId',OwnerId) + + def get_DBInstanceId(self): + return self.get_query_params().get('DBInstanceId') + + def set_DBInstanceId(self,DBInstanceId): + self.add_query_param('DBInstanceId',DBInstanceId) \ No newline at end of file diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/QueryOssBucketsRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/QueryOssBucketsRequest.py new file mode 100644 index 0000000000..88b3a06005 --- /dev/null +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/QueryOssBucketsRequest.py @@ -0,0 +1,60 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class QueryOssBucketsRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'QueryOssBuckets') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_SecurityToken(self): + return self.get_query_params().get('SecurityToken') + + def set_SecurityToken(self,SecurityToken): + self.add_query_param('SecurityToken',SecurityToken) + + def get_DBInstanceId(self): + return self.get_query_params().get('DBInstanceId') + + def set_DBInstanceId(self,DBInstanceId): + self.add_query_param('DBInstanceId',DBInstanceId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/QueryPriceForBuyRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/QueryPriceForBuyRequest.py new file mode 100644 index 0000000000..d5b4a29fe2 --- /dev/null +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/QueryPriceForBuyRequest.py @@ -0,0 +1,126 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class QueryPriceForBuyRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'QueryPriceForBuy') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_DBInstanceStorage(self): + return self.get_query_params().get('DBInstanceStorage') + + def set_DBInstanceStorage(self,DBInstanceStorage): + self.add_query_param('DBInstanceStorage',DBInstanceStorage) + + def get_ClientToken(self): + return self.get_query_params().get('ClientToken') + + def set_ClientToken(self,ClientToken): + self.add_query_param('ClientToken',ClientToken) + + def get_EngineVersion(self): + return self.get_query_params().get('EngineVersion') + + def set_EngineVersion(self,EngineVersion): + self.add_query_param('EngineVersion',EngineVersion) + + def get_Engine(self): + return self.get_query_params().get('Engine') + + def set_Engine(self,Engine): + self.add_query_param('Engine',Engine) + + def get_Quantity(self): + return self.get_query_params().get('Quantity') + + def set_Quantity(self,Quantity): + self.add_query_param('Quantity',Quantity) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_CommodityCode(self): + return self.get_query_params().get('CommodityCode') + + def set_CommodityCode(self,CommodityCode): + self.add_query_param('CommodityCode',CommodityCode) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_UsedTime(self): + return self.get_query_params().get('UsedTime') + + def set_UsedTime(self,UsedTime): + self.add_query_param('UsedTime',UsedTime) + + def get_DBInstanceClass(self): + return self.get_query_params().get('DBInstanceClass') + + def set_DBInstanceClass(self,DBInstanceClass): + self.add_query_param('DBInstanceClass',DBInstanceClass) + + def get_InstanceUsedType(self): + return self.get_query_params().get('InstanceUsedType') + + def set_InstanceUsedType(self,InstanceUsedType): + self.add_query_param('InstanceUsedType',InstanceUsedType) + + def get_ZoneId(self): + return self.get_query_params().get('ZoneId') + + def set_ZoneId(self,ZoneId): + self.add_query_param('ZoneId',ZoneId) + + def get_TimeType(self): + return self.get_query_params().get('TimeType') + + def set_TimeType(self,TimeType): + self.add_query_param('TimeType',TimeType) + + def get_PayType(self): + return self.get_query_params().get('PayType') + + def set_PayType(self,PayType): + self.add_query_param('PayType',PayType) + + def get_OrderType(self): + return self.get_query_params().get('OrderType') + + def set_OrderType(self,OrderType): + self.add_query_param('OrderType',OrderType) \ No newline at end of file diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/QueryPriceForRefundRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/QueryPriceForRefundRequest.py new file mode 100644 index 0000000000..dd0c0b4209 --- /dev/null +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/QueryPriceForRefundRequest.py @@ -0,0 +1,90 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class QueryPriceForRefundRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'QueryPriceForRefund') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_ClientToken(self): + return self.get_query_params().get('ClientToken') + + def set_ClientToken(self,ClientToken): + self.add_query_param('ClientToken',ClientToken) + + def get_CountryCode(self): + return self.get_query_params().get('CountryCode') + + def set_CountryCode(self,CountryCode): + self.add_query_param('CountryCode',CountryCode) + + def get_CurrencyCode(self): + return self.get_query_params().get('CurrencyCode') + + def set_CurrencyCode(self,CurrencyCode): + self.add_query_param('CurrencyCode',CurrencyCode) + + def get_DBInstanceId(self): + return self.get_query_params().get('DBInstanceId') + + def set_DBInstanceId(self,DBInstanceId): + self.add_query_param('DBInstanceId',DBInstanceId) + + def get_BusinessInfo(self): + return self.get_query_params().get('BusinessInfo') + + def set_BusinessInfo(self,BusinessInfo): + self.add_query_param('BusinessInfo',BusinessInfo) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_CommodityCode(self): + return self.get_query_params().get('CommodityCode') + + def set_CommodityCode(self,CommodityCode): + self.add_query_param('CommodityCode',CommodityCode) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_PromotionCode(self): + return self.get_query_params().get('PromotionCode') + + def set_PromotionCode(self,PromotionCode): + self.add_query_param('PromotionCode',PromotionCode) + + def get_OrderType(self): + return self.get_query_params().get('OrderType') + + def set_OrderType(self,OrderType): + self.add_query_param('OrderType',OrderType) \ No newline at end of file diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/QueryPriceForTempUpgradeRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/QueryPriceForTempUpgradeRequest.py new file mode 100644 index 0000000000..f3c8c7b672 --- /dev/null +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/QueryPriceForTempUpgradeRequest.py @@ -0,0 +1,102 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class QueryPriceForTempUpgradeRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'QueryPriceForTempUpgrade') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_ClientToken(self): + return self.get_query_params().get('ClientToken') + + def set_ClientToken(self,ClientToken): + self.add_query_param('ClientToken',ClientToken) + + def get_CountryCode(self): + return self.get_query_params().get('CountryCode') + + def set_CountryCode(self,CountryCode): + self.add_query_param('CountryCode',CountryCode) + + def get_CurrencyCode(self): + return self.get_query_params().get('CurrencyCode') + + def set_CurrencyCode(self,CurrencyCode): + self.add_query_param('CurrencyCode',CurrencyCode) + + def get_DBInstanceId(self): + return self.get_query_params().get('DBInstanceId') + + def set_DBInstanceId(self,DBInstanceId): + self.add_query_param('DBInstanceId',DBInstanceId) + + def get_BusinessInfo(self): + return self.get_query_params().get('BusinessInfo') + + def set_BusinessInfo(self,BusinessInfo): + self.add_query_param('BusinessInfo',BusinessInfo) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_CommodityCode(self): + return self.get_query_params().get('CommodityCode') + + def set_CommodityCode(self,CommodityCode): + self.add_query_param('CommodityCode',CommodityCode) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_UsedTime(self): + return self.get_query_params().get('UsedTime') + + def set_UsedTime(self,UsedTime): + self.add_query_param('UsedTime',UsedTime) + + def get_DBInstanceClass(self): + return self.get_query_params().get('DBInstanceClass') + + def set_DBInstanceClass(self,DBInstanceClass): + self.add_query_param('DBInstanceClass',DBInstanceClass) + + def get_PromotionCode(self): + return self.get_query_params().get('PromotionCode') + + def set_PromotionCode(self,PromotionCode): + self.add_query_param('PromotionCode',PromotionCode) + + def get_OrderType(self): + return self.get_query_params().get('OrderType') + + def set_OrderType(self,OrderType): + self.add_query_param('OrderType',OrderType) \ No newline at end of file diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/QueryPriceMultiForDeferRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/QueryPriceMultiForDeferRequest.py new file mode 100644 index 0000000000..59836fd230 --- /dev/null +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/QueryPriceMultiForDeferRequest.py @@ -0,0 +1,72 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class QueryPriceMultiForDeferRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'QueryPriceMultiForDefer') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_DBInstanceId(self): + return self.get_query_params().get('DBInstanceId') + + def set_DBInstanceId(self,DBInstanceId): + self.add_query_param('DBInstanceId',DBInstanceId) + + def get_BusinessInfo(self): + return self.get_query_params().get('BusinessInfo') + + def set_BusinessInfo(self,BusinessInfo): + self.add_query_param('BusinessInfo',BusinessInfo) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_Resource(self): + return self.get_query_params().get('Resource') + + def set_Resource(self,Resource): + self.add_query_param('Resource',Resource) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_PromotionCode(self): + return self.get_query_params().get('PromotionCode') + + def set_PromotionCode(self,PromotionCode): + self.add_query_param('PromotionCode',PromotionCode) \ No newline at end of file diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/QueryPriceMultiRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/QueryPriceMultiRequest.py new file mode 100644 index 0000000000..180375bde0 --- /dev/null +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/QueryPriceMultiRequest.py @@ -0,0 +1,60 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class QueryPriceMultiRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'QueryPriceMulti') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_ClientToken(self): + return self.get_query_params().get('ClientToken') + + def set_ClientToken(self,ClientToken): + self.add_query_param('ClientToken',ClientToken) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_Param(self): + return self.get_query_params().get('Param') + + def set_Param(self,Param): + self.add_query_param('Param',Param) + + def get_OrderType(self): + return self.get_query_params().get('OrderType') + + def set_OrderType(self,OrderType): + self.add_query_param('OrderType',OrderType) \ No newline at end of file diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/QueryPriceRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/QueryPriceRequest.py new file mode 100644 index 0000000000..aefa4617d3 --- /dev/null +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/QueryPriceRequest.py @@ -0,0 +1,234 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class QueryPriceRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'QueryPrice') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_DBInstanceStorage(self): + return self.get_query_params().get('DBInstanceStorage') + + def set_DBInstanceStorage(self,DBInstanceStorage): + self.add_query_param('DBInstanceStorage',DBInstanceStorage) + + def get_SystemDBCharset(self): + return self.get_query_params().get('SystemDBCharset') + + def set_SystemDBCharset(self,SystemDBCharset): + self.add_query_param('SystemDBCharset',SystemDBCharset) + + def get_CountryCode(self): + return self.get_query_params().get('CountryCode') + + def set_CountryCode(self,CountryCode): + self.add_query_param('CountryCode',CountryCode) + + def get_EngineVersion(self): + return self.get_query_params().get('EngineVersion') + + def set_EngineVersion(self,EngineVersion): + self.add_query_param('EngineVersion',EngineVersion) + + def get_CurrencyCode(self): + return self.get_query_params().get('CurrencyCode') + + def set_CurrencyCode(self,CurrencyCode): + self.add_query_param('CurrencyCode',CurrencyCode) + + def get_DBInstanceDescription(self): + return self.get_query_params().get('DBInstanceDescription') + + def set_DBInstanceDescription(self,DBInstanceDescription): + self.add_query_param('DBInstanceDescription',DBInstanceDescription) + + def get_BusinessInfo(self): + return self.get_query_params().get('BusinessInfo') + + def set_BusinessInfo(self,BusinessInfo): + self.add_query_param('BusinessInfo',BusinessInfo) + + def get_Resource(self): + return self.get_query_params().get('Resource') + + def set_Resource(self,Resource): + self.add_query_param('Resource',Resource) + + def get_CommodityCode(self): + return self.get_query_params().get('CommodityCode') + + def set_CommodityCode(self,CommodityCode): + self.add_query_param('CommodityCode',CommodityCode) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_DBInstanceClass(self): + return self.get_query_params().get('DBInstanceClass') + + def set_DBInstanceClass(self,DBInstanceClass): + self.add_query_param('DBInstanceClass',DBInstanceClass) + + def get_SecurityIPList(self): + return self.get_query_params().get('SecurityIPList') + + def set_SecurityIPList(self,SecurityIPList): + self.add_query_param('SecurityIPList',SecurityIPList) + + def get_VSwitchId(self): + return self.get_query_params().get('VSwitchId') + + def set_VSwitchId(self,VSwitchId): + self.add_query_param('VSwitchId',VSwitchId) + + def get_PrivateIpAddress(self): + return self.get_query_params().get('PrivateIpAddress') + + def set_PrivateIpAddress(self,PrivateIpAddress): + self.add_query_param('PrivateIpAddress',PrivateIpAddress) + + def get_PromotionCode(self): + return self.get_query_params().get('PromotionCode') + + def set_PromotionCode(self,PromotionCode): + self.add_query_param('PromotionCode',PromotionCode) + + def get_ZoneId(self): + return self.get_query_params().get('ZoneId') + + def set_ZoneId(self,ZoneId): + self.add_query_param('ZoneId',ZoneId) + + def get_TimeType(self): + return self.get_query_params().get('TimeType') + + def set_TimeType(self,TimeType): + self.add_query_param('TimeType',TimeType) + + def get_InstanceNetworkType(self): + return self.get_query_params().get('InstanceNetworkType') + + def set_InstanceNetworkType(self,InstanceNetworkType): + self.add_query_param('InstanceNetworkType',InstanceNetworkType) + + def get_OrderType(self): + return self.get_query_params().get('OrderType') + + def set_OrderType(self,OrderType): + self.add_query_param('OrderType',OrderType) + + def get_ConnectionMode(self): + return self.get_query_params().get('ConnectionMode') + + def set_ConnectionMode(self,ConnectionMode): + self.add_query_param('ConnectionMode',ConnectionMode) + + def get_ClientToken(self): + return self.get_query_params().get('ClientToken') + + def set_ClientToken(self,ClientToken): + self.add_query_param('ClientToken',ClientToken) + + def get_Engine(self): + return self.get_query_params().get('Engine') + + def set_Engine(self,Engine): + self.add_query_param('Engine',Engine) + + def get_DBInstanceId(self): + return self.get_query_params().get('DBInstanceId') + + def set_DBInstanceId(self,DBInstanceId): + self.add_query_param('DBInstanceId',DBInstanceId) + + def get_DBInstanceStorageType(self): + return self.get_query_params().get('DBInstanceStorageType') + + def set_DBInstanceStorageType(self,DBInstanceStorageType): + self.add_query_param('DBInstanceStorageType',DBInstanceStorageType) + + def get_DBInstanceNetType(self): + return self.get_query_params().get('DBInstanceNetType') + + def set_DBInstanceNetType(self,DBInstanceNetType): + self.add_query_param('DBInstanceNetType',DBInstanceNetType) + + def get_Quantity(self): + return self.get_query_params().get('Quantity') + + def set_Quantity(self,Quantity): + self.add_query_param('Quantity',Quantity) + + def get_AutoPay(self): + return self.get_query_params().get('AutoPay') + + def set_AutoPay(self,AutoPay): + self.add_query_param('AutoPay',AutoPay) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OrderParamOut(self): + return self.get_query_params().get('OrderParamOut') + + def set_OrderParamOut(self,OrderParamOut): + self.add_query_param('OrderParamOut',OrderParamOut) + + def get_UsedTime(self): + return self.get_query_params().get('UsedTime') + + def set_UsedTime(self,UsedTime): + self.add_query_param('UsedTime',UsedTime) + + def get_InstanceUsedType(self): + return self.get_query_params().get('InstanceUsedType') + + def set_InstanceUsedType(self,InstanceUsedType): + self.add_query_param('InstanceUsedType',InstanceUsedType) + + def get_VPCId(self): + return self.get_query_params().get('VPCId') + + def set_VPCId(self,VPCId): + self.add_query_param('VPCId',VPCId) + + def get_PayType(self): + return self.get_query_params().get('PayType') + + def set_PayType(self,PayType): + self.add_query_param('PayType',PayType) \ No newline at end of file diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ReceiveDBInstanceRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ReceiveDBInstanceRequest.py new file mode 100644 index 0000000000..cf2d472ccf --- /dev/null +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ReceiveDBInstanceRequest.py @@ -0,0 +1,60 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class ReceiveDBInstanceRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'ReceiveDBInstance') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_DBInstanceId(self): + return self.get_query_params().get('DBInstanceId') + + def set_DBInstanceId(self,DBInstanceId): + self.add_query_param('DBInstanceId',DBInstanceId) + + def get_GuardDBInstanceId(self): + return self.get_query_params().get('GuardDBInstanceId') + + def set_GuardDBInstanceId(self,GuardDBInstanceId): + self.add_query_param('GuardDBInstanceId',GuardDBInstanceId) \ No newline at end of file diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/RecoveryDBInstanceRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/RecoveryDBInstanceRequest.py index 6fc5185f72..edadd1b975 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/RecoveryDBInstanceRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/RecoveryDBInstanceRequest.py @@ -21,7 +21,7 @@ class RecoveryDBInstanceRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'RecoveryDBInstance','rds') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'RecoveryDBInstance') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -29,6 +29,36 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) + def get_DBInstanceStorage(self): + return self.get_query_params().get('DBInstanceStorage') + + def set_DBInstanceStorage(self,DBInstanceStorage): + self.add_query_param('DBInstanceStorage',DBInstanceStorage) + + def get_ClientToken(self): + return self.get_query_params().get('ClientToken') + + def set_ClientToken(self,ClientToken): + self.add_query_param('ClientToken',ClientToken) + + def get_ResourceGroupId(self): + return self.get_query_params().get('ResourceGroupId') + + def set_ResourceGroupId(self,ResourceGroupId): + self.add_query_param('ResourceGroupId',ResourceGroupId) + + def get_DBInstanceDescription(self): + return self.get_query_params().get('DBInstanceDescription') + + def set_DBInstanceDescription(self,DBInstanceDescription): + self.add_query_param('DBInstanceDescription',DBInstanceDescription) + + def get_DBInstanceId(self): + return self.get_query_params().get('DBInstanceId') + + def set_DBInstanceId(self,DBInstanceId): + self.add_query_param('DBInstanceId',DBInstanceId) + def get_RestoreTime(self): return self.get_query_params().get('RestoreTime') @@ -41,24 +71,12 @@ def get_Period(self): def set_Period(self,Period): self.add_query_param('Period',Period) - def get_DBInstanceStorage(self): - return self.get_query_params().get('DBInstanceStorage') - - def set_DBInstanceStorage(self,DBInstanceStorage): - self.add_query_param('DBInstanceStorage',DBInstanceStorage) - def get_ResourceOwnerAccount(self): return self.get_query_params().get('ResourceOwnerAccount') def set_ResourceOwnerAccount(self,ResourceOwnerAccount): self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - def get_ClientToken(self): - return self.get_query_params().get('ClientToken') - - def set_ClientToken(self,ClientToken): - self.add_query_param('ClientToken',ClientToken) - def get_BackupId(self): return self.get_query_params().get('BackupId') @@ -107,12 +125,6 @@ def get_PrivateIpAddress(self): def set_PrivateIpAddress(self,PrivateIpAddress): self.add_query_param('PrivateIpAddress',PrivateIpAddress) - def get_ResourceGroupId(self): - return self.get_query_params().get('ResourceGroupId') - - def set_ResourceGroupId(self,ResourceGroupId): - self.add_query_param('ResourceGroupId',ResourceGroupId) - def get_TargetDBInstanceId(self): return self.get_query_params().get('TargetDBInstanceId') @@ -125,18 +137,6 @@ def get_VPCId(self): def set_VPCId(self,VPCId): self.add_query_param('VPCId',VPCId) - def get_DBInstanceDescription(self): - return self.get_query_params().get('DBInstanceDescription') - - def set_DBInstanceDescription(self,DBInstanceDescription): - self.add_query_param('DBInstanceDescription',DBInstanceDescription) - - def get_DBInstanceId(self): - return self.get_query_params().get('DBInstanceId') - - def set_DBInstanceId(self,DBInstanceId): - self.add_query_param('DBInstanceId',DBInstanceId) - def get_PayType(self): return self.get_query_params().get('PayType') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ReleaseInstancePublicConnectionRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ReleaseInstancePublicConnectionRequest.py index 9c6eabfd41..355533662b 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ReleaseInstancePublicConnectionRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ReleaseInstancePublicConnectionRequest.py @@ -21,7 +21,7 @@ class ReleaseInstancePublicConnectionRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'ReleaseInstancePublicConnection','rds') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'ReleaseInstancePublicConnection') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -41,12 +41,6 @@ def get_OwnerAccount(self): def set_OwnerAccount(self,OwnerAccount): self.add_query_param('OwnerAccount',OwnerAccount) - def get_DBInstanceId(self): - return self.get_query_params().get('DBInstanceId') - - def set_DBInstanceId(self,DBInstanceId): - self.add_query_param('DBInstanceId',DBInstanceId) - def get_OwnerId(self): return self.get_query_params().get('OwnerId') @@ -57,4 +51,10 @@ def get_CurrentConnectionString(self): return self.get_query_params().get('CurrentConnectionString') def set_CurrentConnectionString(self,CurrentConnectionString): - self.add_query_param('CurrentConnectionString',CurrentConnectionString) \ No newline at end of file + self.add_query_param('CurrentConnectionString',CurrentConnectionString) + + def get_DBInstanceId(self): + return self.get_query_params().get('DBInstanceId') + + def set_DBInstanceId(self,DBInstanceId): + self.add_query_param('DBInstanceId',DBInstanceId) \ No newline at end of file diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ReleaseReadWriteSplittingConnectionRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ReleaseReadWriteSplittingConnectionRequest.py index c2c22239ad..28a3313aa5 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ReleaseReadWriteSplittingConnectionRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ReleaseReadWriteSplittingConnectionRequest.py @@ -21,7 +21,7 @@ class ReleaseReadWriteSplittingConnectionRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'ReleaseReadWriteSplittingConnection','rds') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'ReleaseReadWriteSplittingConnection') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -41,14 +41,14 @@ def get_OwnerAccount(self): def set_OwnerAccount(self,OwnerAccount): self.add_query_param('OwnerAccount',OwnerAccount) - def get_DBInstanceId(self): - return self.get_query_params().get('DBInstanceId') - - def set_DBInstanceId(self,DBInstanceId): - self.add_query_param('DBInstanceId',DBInstanceId) - def get_OwnerId(self): return self.get_query_params().get('OwnerId') def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) \ No newline at end of file + self.add_query_param('OwnerId',OwnerId) + + def get_DBInstanceId(self): + return self.get_query_params().get('DBInstanceId') + + def set_DBInstanceId(self,DBInstanceId): + self.add_query_param('DBInstanceId',DBInstanceId) \ No newline at end of file diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ReleaseReplicaRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ReleaseReplicaRequest.py new file mode 100644 index 0000000000..c4947b9770 --- /dev/null +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ReleaseReplicaRequest.py @@ -0,0 +1,60 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class ReleaseReplicaRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'ReleaseReplica') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_SecurityToken(self): + return self.get_query_params().get('SecurityToken') + + def set_SecurityToken(self,SecurityToken): + self.add_query_param('SecurityToken',SecurityToken) + + def get_ReplicaId(self): + return self.get_query_params().get('ReplicaId') + + def set_ReplicaId(self,ReplicaId): + self.add_query_param('ReplicaId',ReplicaId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/RemoveTagsFromResourceRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/RemoveTagsFromResourceRequest.py index 0a820842f0..b4109d00b3 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/RemoveTagsFromResourceRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/RemoveTagsFromResourceRequest.py @@ -21,7 +21,7 @@ class RemoveTagsFromResourceRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'RemoveTagsFromResource','rds') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'RemoveTagsFromResource') def get_Tag4value(self): return self.get_query_params().get('Tag.4.value') @@ -41,6 +41,42 @@ def get_Tag2key(self): def set_Tag2key(self,Tag2key): self.add_query_param('Tag.2.key',Tag2key) + def get_ClientToken(self): + return self.get_query_params().get('ClientToken') + + def set_ClientToken(self,ClientToken): + self.add_query_param('ClientToken',ClientToken) + + def get_Tag3key(self): + return self.get_query_params().get('Tag.3.key') + + def set_Tag3key(self,Tag3key): + self.add_query_param('Tag.3.key',Tag3key) + + def get_Tag1value(self): + return self.get_query_params().get('Tag.1.value') + + def set_Tag1value(self,Tag1value): + self.add_query_param('Tag.1.value',Tag1value) + + def get_DBInstanceId(self): + return self.get_query_params().get('DBInstanceId') + + def set_DBInstanceId(self,DBInstanceId): + self.add_query_param('DBInstanceId',DBInstanceId) + + def get_Tag3value(self): + return self.get_query_params().get('Tag.3.value') + + def set_Tag3value(self,Tag3value): + self.add_query_param('Tag.3.value',Tag3value) + + def get_proxyId(self): + return self.get_query_params().get('proxyId') + + def set_proxyId(self,proxyId): + self.add_query_param('proxyId',proxyId) + def get_Tag5key(self): return self.get_query_params().get('Tag.5.key') @@ -53,24 +89,12 @@ def get_ResourceOwnerAccount(self): def set_ResourceOwnerAccount(self,ResourceOwnerAccount): self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - def get_ClientToken(self): - return self.get_query_params().get('ClientToken') - - def set_ClientToken(self,ClientToken): - self.add_query_param('ClientToken',ClientToken) - def get_OwnerAccount(self): return self.get_query_params().get('OwnerAccount') def set_OwnerAccount(self,OwnerAccount): self.add_query_param('OwnerAccount',OwnerAccount) - def get_Tag3key(self): - return self.get_query_params().get('Tag.3.key') - - def set_Tag3key(self,Tag3key): - self.add_query_param('Tag.3.key',Tag3key) - def get_OwnerId(self): return self.get_query_params().get('OwnerId') @@ -95,12 +119,6 @@ def get_Tag1key(self): def set_Tag1key(self,Tag1key): self.add_query_param('Tag.1.key',Tag1key) - def get_Tag1value(self): - return self.get_query_params().get('Tag.1.value') - - def set_Tag1value(self,Tag1value): - self.add_query_param('Tag.1.value',Tag1value) - def get_Tag2value(self): return self.get_query_params().get('Tag.2.value') @@ -111,22 +129,4 @@ def get_Tag4key(self): return self.get_query_params().get('Tag.4.key') def set_Tag4key(self,Tag4key): - self.add_query_param('Tag.4.key',Tag4key) - - def get_DBInstanceId(self): - return self.get_query_params().get('DBInstanceId') - - def set_DBInstanceId(self,DBInstanceId): - self.add_query_param('DBInstanceId',DBInstanceId) - - def get_Tag3value(self): - return self.get_query_params().get('Tag.3.value') - - def set_Tag3value(self,Tag3value): - self.add_query_param('Tag.3.value',Tag3value) - - def get_proxyId(self): - return self.get_query_params().get('proxyId') - - def set_proxyId(self,proxyId): - self.add_query_param('proxyId',proxyId) \ No newline at end of file + self.add_query_param('Tag.4.key',Tag4key) \ No newline at end of file diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/RenewDBInstanceRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/RenewDBInstanceRequest.py new file mode 100644 index 0000000000..fcdd945154 --- /dev/null +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/RenewDBInstanceRequest.py @@ -0,0 +1,66 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class RenewDBInstanceRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'RenewDBInstance') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_ClientToken(self): + return self.get_query_params().get('ClientToken') + + def set_ClientToken(self,ClientToken): + self.add_query_param('ClientToken',ClientToken) + + def get_DBInstanceId(self): + return self.get_query_params().get('DBInstanceId') + + def set_DBInstanceId(self,DBInstanceId): + self.add_query_param('DBInstanceId',DBInstanceId) + + def get_Period(self): + return self.get_query_params().get('Period') + + def set_Period(self,Period): + self.add_query_param('Period',Period) + + def get_AutoPay(self): + return self.get_query_params().get('AutoPay') + + def set_AutoPay(self,AutoPay): + self.add_query_param('AutoPay',AutoPay) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/RenewInstanceRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/RenewInstanceRequest.py index 4cef1c771d..50cab1cc7b 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/RenewInstanceRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/RenewInstanceRequest.py @@ -21,7 +21,7 @@ class RenewInstanceRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'RenewInstance','rds') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'RenewInstance') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -29,6 +29,24 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) + def get_ClientToken(self): + return self.get_query_params().get('ClientToken') + + def set_ClientToken(self,ClientToken): + self.add_query_param('ClientToken',ClientToken) + + def get_DBInstanceId(self): + return self.get_query_params().get('DBInstanceId') + + def set_DBInstanceId(self,DBInstanceId): + self.add_query_param('DBInstanceId',DBInstanceId) + + def get_BusinessInfo(self): + return self.get_query_params().get('BusinessInfo') + + def set_BusinessInfo(self,BusinessInfo): + self.add_query_param('BusinessInfo',BusinessInfo) + def get_Period(self): return self.get_query_params().get('Period') @@ -47,26 +65,8 @@ def get_ResourceOwnerAccount(self): def set_ResourceOwnerAccount(self,ResourceOwnerAccount): self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - def get_ClientToken(self): - return self.get_query_params().get('ClientToken') - - def set_ClientToken(self,ClientToken): - self.add_query_param('ClientToken',ClientToken) - - def get_DBInstanceId(self): - return self.get_query_params().get('DBInstanceId') - - def set_DBInstanceId(self,DBInstanceId): - self.add_query_param('DBInstanceId',DBInstanceId) - def get_OwnerId(self): return self.get_query_params().get('OwnerId') def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_BusinessInfo(self): - return self.get_query_params().get('BusinessInfo') - - def set_BusinessInfo(self,BusinessInfo): - self.add_query_param('BusinessInfo',BusinessInfo) \ No newline at end of file + self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/RequestServiceOfCloudDBARequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/RequestServiceOfCloudDBARequest.py new file mode 100644 index 0000000000..ee45dc2361 --- /dev/null +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/RequestServiceOfCloudDBARequest.py @@ -0,0 +1,42 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class RequestServiceOfCloudDBARequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'RequestServiceOfCloudDBA') + + def get_ServiceRequestType(self): + return self.get_query_params().get('ServiceRequestType') + + def set_ServiceRequestType(self,ServiceRequestType): + self.add_query_param('ServiceRequestType',ServiceRequestType) + + def get_ServiceRequestParam(self): + return self.get_query_params().get('ServiceRequestParam') + + def set_ServiceRequestParam(self,ServiceRequestParam): + self.add_query_param('ServiceRequestParam',ServiceRequestParam) + + def get_DBInstanceId(self): + return self.get_query_params().get('DBInstanceId') + + def set_DBInstanceId(self,DBInstanceId): + self.add_query_param('DBInstanceId',DBInstanceId) \ No newline at end of file diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/RequestServiceOfCloudDBExpertRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/RequestServiceOfCloudDBExpertRequest.py index 083881dfdc..fab80be8c5 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/RequestServiceOfCloudDBExpertRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/RequestServiceOfCloudDBExpertRequest.py @@ -21,7 +21,13 @@ class RequestServiceOfCloudDBExpertRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'RequestServiceOfCloudDBExpert','rds') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'RequestServiceOfCloudDBExpert') + + def get_ServiceRequestType(self): + return self.get_query_params().get('ServiceRequestType') + + def set_ServiceRequestType(self,ServiceRequestType): + self.add_query_param('ServiceRequestType',ServiceRequestType) def get_ServiceRequestParam(self): return self.get_query_params().get('ServiceRequestParam') @@ -33,10 +39,4 @@ def get_DBInstanceId(self): return self.get_query_params().get('DBInstanceId') def set_DBInstanceId(self,DBInstanceId): - self.add_query_param('DBInstanceId',DBInstanceId) - - def get_ServiceRequestType(self): - return self.get_query_params().get('ServiceRequestType') - - def set_ServiceRequestType(self,ServiceRequestType): - self.add_query_param('ServiceRequestType',ServiceRequestType) \ No newline at end of file + self.add_query_param('DBInstanceId',DBInstanceId) \ No newline at end of file diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ResetAccountForPGRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ResetAccountForPGRequest.py index d14210b99d..4d9bee4083 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ResetAccountForPGRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ResetAccountForPGRequest.py @@ -21,7 +21,7 @@ class ResetAccountForPGRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'ResetAccountForPG','rds') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'ResetAccountForPG') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -29,18 +29,18 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) - def get_AccountPassword(self): - return self.get_query_params().get('AccountPassword') - - def set_AccountPassword(self,AccountPassword): - self.add_query_param('AccountPassword',AccountPassword) - def get_AccountName(self): return self.get_query_params().get('AccountName') def set_AccountName(self,AccountName): self.add_query_param('AccountName',AccountName) + def get_DBInstanceId(self): + return self.get_query_params().get('DBInstanceId') + + def set_DBInstanceId(self,DBInstanceId): + self.add_query_param('DBInstanceId',DBInstanceId) + def get_ResourceOwnerAccount(self): return self.get_query_params().get('ResourceOwnerAccount') @@ -53,14 +53,14 @@ def get_OwnerAccount(self): def set_OwnerAccount(self,OwnerAccount): self.add_query_param('OwnerAccount',OwnerAccount) - def get_DBInstanceId(self): - return self.get_query_params().get('DBInstanceId') - - def set_DBInstanceId(self,DBInstanceId): - self.add_query_param('DBInstanceId',DBInstanceId) - def get_OwnerId(self): return self.get_query_params().get('OwnerId') def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) \ No newline at end of file + self.add_query_param('OwnerId',OwnerId) + + def get_AccountPassword(self): + return self.get_query_params().get('AccountPassword') + + def set_AccountPassword(self,AccountPassword): + self.add_query_param('AccountPassword',AccountPassword) \ No newline at end of file diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ResetAccountPasswordRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ResetAccountPasswordRequest.py index 2ea7cf92e5..543b9f2592 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ResetAccountPasswordRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ResetAccountPasswordRequest.py @@ -21,7 +21,7 @@ class ResetAccountPasswordRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'ResetAccountPassword','rds') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'ResetAccountPassword') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -29,18 +29,18 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) - def get_AccountPassword(self): - return self.get_query_params().get('AccountPassword') - - def set_AccountPassword(self,AccountPassword): - self.add_query_param('AccountPassword',AccountPassword) - def get_AccountName(self): return self.get_query_params().get('AccountName') def set_AccountName(self,AccountName): self.add_query_param('AccountName',AccountName) + def get_DBInstanceId(self): + return self.get_query_params().get('DBInstanceId') + + def set_DBInstanceId(self,DBInstanceId): + self.add_query_param('DBInstanceId',DBInstanceId) + def get_ResourceOwnerAccount(self): return self.get_query_params().get('ResourceOwnerAccount') @@ -53,14 +53,14 @@ def get_OwnerAccount(self): def set_OwnerAccount(self,OwnerAccount): self.add_query_param('OwnerAccount',OwnerAccount) - def get_DBInstanceId(self): - return self.get_query_params().get('DBInstanceId') - - def set_DBInstanceId(self,DBInstanceId): - self.add_query_param('DBInstanceId',DBInstanceId) - def get_OwnerId(self): return self.get_query_params().get('OwnerId') def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) \ No newline at end of file + self.add_query_param('OwnerId',OwnerId) + + def get_AccountPassword(self): + return self.get_query_params().get('AccountPassword') + + def set_AccountPassword(self,AccountPassword): + self.add_query_param('AccountPassword',AccountPassword) \ No newline at end of file diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ResetAccountRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ResetAccountRequest.py index 1947f748fc..204e87f813 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ResetAccountRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ResetAccountRequest.py @@ -21,7 +21,7 @@ class ResetAccountRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'ResetAccount','rds') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'ResetAccount') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -29,18 +29,18 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) - def get_AccountPassword(self): - return self.get_query_params().get('AccountPassword') - - def set_AccountPassword(self,AccountPassword): - self.add_query_param('AccountPassword',AccountPassword) - def get_AccountName(self): return self.get_query_params().get('AccountName') def set_AccountName(self,AccountName): self.add_query_param('AccountName',AccountName) + def get_DBInstanceId(self): + return self.get_query_params().get('DBInstanceId') + + def set_DBInstanceId(self,DBInstanceId): + self.add_query_param('DBInstanceId',DBInstanceId) + def get_ResourceOwnerAccount(self): return self.get_query_params().get('ResourceOwnerAccount') @@ -53,14 +53,14 @@ def get_OwnerAccount(self): def set_OwnerAccount(self,OwnerAccount): self.add_query_param('OwnerAccount',OwnerAccount) - def get_DBInstanceId(self): - return self.get_query_params().get('DBInstanceId') - - def set_DBInstanceId(self,DBInstanceId): - self.add_query_param('DBInstanceId',DBInstanceId) - def get_OwnerId(self): return self.get_query_params().get('OwnerId') def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) \ No newline at end of file + self.add_query_param('OwnerId',OwnerId) + + def get_AccountPassword(self): + return self.get_query_params().get('AccountPassword') + + def set_AccountPassword(self,AccountPassword): + self.add_query_param('AccountPassword',AccountPassword) \ No newline at end of file diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ResetAdminAccountPasswordRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ResetAdminAccountPasswordRequest.py new file mode 100644 index 0000000000..6c843311d8 --- /dev/null +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ResetAdminAccountPasswordRequest.py @@ -0,0 +1,66 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class ResetAdminAccountPasswordRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'ResetAdminAccountPassword') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_AccountName(self): + return self.get_query_params().get('AccountName') + + def set_AccountName(self,AccountName): + self.add_query_param('AccountName',AccountName) + + def get_DBInstanceId(self): + return self.get_query_params().get('DBInstanceId') + + def set_DBInstanceId(self,DBInstanceId): + self.add_query_param('DBInstanceId',DBInstanceId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_AccountPassword(self): + return self.get_query_params().get('AccountPassword') + + def set_AccountPassword(self,AccountPassword): + self.add_query_param('AccountPassword',AccountPassword) \ No newline at end of file diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/RestartDBInstanceRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/RestartDBInstanceRequest.py index 2649da323c..8312bf2576 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/RestartDBInstanceRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/RestartDBInstanceRequest.py @@ -21,7 +21,7 @@ class RestartDBInstanceRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'RestartDBInstance','rds') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'RestartDBInstance') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -47,14 +47,14 @@ def get_OwnerAccount(self): def set_OwnerAccount(self,OwnerAccount): self.add_query_param('OwnerAccount',OwnerAccount) - def get_DBInstanceId(self): - return self.get_query_params().get('DBInstanceId') - - def set_DBInstanceId(self,DBInstanceId): - self.add_query_param('DBInstanceId',DBInstanceId) - def get_OwnerId(self): return self.get_query_params().get('OwnerId') def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) \ No newline at end of file + self.add_query_param('OwnerId',OwnerId) + + def get_DBInstanceId(self): + return self.get_query_params().get('DBInstanceId') + + def set_DBInstanceId(self,DBInstanceId): + self.add_query_param('DBInstanceId',DBInstanceId) \ No newline at end of file diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/RestoreDBInstanceRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/RestoreDBInstanceRequest.py index 81becec8c9..803406a5b3 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/RestoreDBInstanceRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/RestoreDBInstanceRequest.py @@ -21,7 +21,7 @@ class RestoreDBInstanceRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'RestoreDBInstance','rds') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'RestoreDBInstance') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -29,6 +29,18 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) + def get_ClientToken(self): + return self.get_query_params().get('ClientToken') + + def set_ClientToken(self,ClientToken): + self.add_query_param('ClientToken',ClientToken) + + def get_DBInstanceId(self): + return self.get_query_params().get('DBInstanceId') + + def set_DBInstanceId(self,DBInstanceId): + self.add_query_param('DBInstanceId',DBInstanceId) + def get_RestoreTime(self): return self.get_query_params().get('RestoreTime') @@ -41,12 +53,6 @@ def get_ResourceOwnerAccount(self): def set_ResourceOwnerAccount(self,ResourceOwnerAccount): self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - def get_ClientToken(self): - return self.get_query_params().get('ClientToken') - - def set_ClientToken(self,ClientToken): - self.add_query_param('ClientToken',ClientToken) - def get_BackupId(self): return self.get_query_params().get('BackupId') @@ -59,12 +65,6 @@ def get_OwnerAccount(self): def set_OwnerAccount(self,OwnerAccount): self.add_query_param('OwnerAccount',OwnerAccount) - def get_DBInstanceId(self): - return self.get_query_params().get('DBInstanceId') - - def set_DBInstanceId(self,DBInstanceId): - self.add_query_param('DBInstanceId',DBInstanceId) - def get_OwnerId(self): return self.get_query_params().get('OwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/RestoreTableRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/RestoreTableRequest.py index 47d1fcc8b5..f3085ef5b4 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/RestoreTableRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/RestoreTableRequest.py @@ -21,7 +21,7 @@ class RestoreTableRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'RestoreTable','rds') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'RestoreTable') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -29,6 +29,24 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) + def get_ClientToken(self): + return self.get_query_params().get('ClientToken') + + def set_ClientToken(self,ClientToken): + self.add_query_param('ClientToken',ClientToken) + + def get_TableMeta(self): + return self.get_query_params().get('TableMeta') + + def set_TableMeta(self,TableMeta): + self.add_query_param('TableMeta',TableMeta) + + def get_DBInstanceId(self): + return self.get_query_params().get('DBInstanceId') + + def set_DBInstanceId(self,DBInstanceId): + self.add_query_param('DBInstanceId',DBInstanceId) + def get_RestoreTime(self): return self.get_query_params().get('RestoreTime') @@ -41,12 +59,6 @@ def get_ResourceOwnerAccount(self): def set_ResourceOwnerAccount(self,ResourceOwnerAccount): self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - def get_ClientToken(self): - return self.get_query_params().get('ClientToken') - - def set_ClientToken(self,ClientToken): - self.add_query_param('ClientToken',ClientToken) - def get_BackupId(self): return self.get_query_params().get('BackupId') @@ -59,18 +71,6 @@ def get_OwnerAccount(self): def set_OwnerAccount(self,OwnerAccount): self.add_query_param('OwnerAccount',OwnerAccount) - def get_TableMeta(self): - return self.get_query_params().get('TableMeta') - - def set_TableMeta(self,TableMeta): - self.add_query_param('TableMeta',TableMeta) - - def get_DBInstanceId(self): - return self.get_query_params().get('DBInstanceId') - - def set_DBInstanceId(self,DBInstanceId): - self.add_query_param('DBInstanceId',DBInstanceId) - def get_OwnerId(self): return self.get_query_params().get('OwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/RevokeAccountPrivilegeRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/RevokeAccountPrivilegeRequest.py index 4c5d4e208b..02b55504af 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/RevokeAccountPrivilegeRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/RevokeAccountPrivilegeRequest.py @@ -21,7 +21,7 @@ class RevokeAccountPrivilegeRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'RevokeAccountPrivilege','rds') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'RevokeAccountPrivilege') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -35,11 +35,11 @@ def get_AccountName(self): def set_AccountName(self,AccountName): self.add_query_param('AccountName',AccountName) - def get_DBName(self): - return self.get_query_params().get('DBName') + def get_DBInstanceId(self): + return self.get_query_params().get('DBInstanceId') - def set_DBName(self,DBName): - self.add_query_param('DBName',DBName) + def set_DBInstanceId(self,DBInstanceId): + self.add_query_param('DBInstanceId',DBInstanceId) def get_ResourceOwnerAccount(self): return self.get_query_params().get('ResourceOwnerAccount') @@ -53,14 +53,14 @@ def get_OwnerAccount(self): def set_OwnerAccount(self,OwnerAccount): self.add_query_param('OwnerAccount',OwnerAccount) - def get_DBInstanceId(self): - return self.get_query_params().get('DBInstanceId') - - def set_DBInstanceId(self,DBInstanceId): - self.add_query_param('DBInstanceId',DBInstanceId) - def get_OwnerId(self): return self.get_query_params().get('OwnerId') def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) \ No newline at end of file + self.add_query_param('OwnerId',OwnerId) + + def get_DBName(self): + return self.get_query_params().get('DBName') + + def set_DBName(self,DBName): + self.add_query_param('DBName',DBName) \ No newline at end of file diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/RevokeOperatorPermissionRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/RevokeOperatorPermissionRequest.py index ffa0c30f9d..d1ed2c67fe 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/RevokeOperatorPermissionRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/RevokeOperatorPermissionRequest.py @@ -21,7 +21,7 @@ class RevokeOperatorPermissionRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'RevokeOperatorPermission','rds') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'RevokeOperatorPermission') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -41,14 +41,14 @@ def get_OwnerAccount(self): def set_OwnerAccount(self,OwnerAccount): self.add_query_param('OwnerAccount',OwnerAccount) - def get_DBInstanceId(self): - return self.get_query_params().get('DBInstanceId') - - def set_DBInstanceId(self,DBInstanceId): - self.add_query_param('DBInstanceId',DBInstanceId) - def get_OwnerId(self): return self.get_query_params().get('OwnerId') def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) \ No newline at end of file + self.add_query_param('OwnerId',OwnerId) + + def get_DBInstanceId(self): + return self.get_query_params().get('DBInstanceId') + + def set_DBInstanceId(self,DBInstanceId): + self.add_query_param('DBInstanceId',DBInstanceId) \ No newline at end of file diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/StartArchiveSQLLogRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/StartArchiveSQLLogRequest.py new file mode 100644 index 0000000000..02ac8fbdee --- /dev/null +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/StartArchiveSQLLogRequest.py @@ -0,0 +1,84 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class StartArchiveSQLLogRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'StartArchiveSQLLog') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_StartTime(self): + return self.get_query_params().get('StartTime') + + def set_StartTime(self,StartTime): + self.add_query_param('StartTime',StartTime) + + def get_QueryKeywords(self): + return self.get_query_params().get('QueryKeywords') + + def set_QueryKeywords(self,QueryKeywords): + self.add_query_param('QueryKeywords',QueryKeywords) + + def get_Database(self): + return self.get_query_params().get('Database') + + def set_Database(self,Database): + self.add_query_param('Database',Database) + + def get_DBInstanceId(self): + return self.get_query_params().get('DBInstanceId') + + def set_DBInstanceId(self,DBInstanceId): + self.add_query_param('DBInstanceId',DBInstanceId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_EndTime(self): + return self.get_query_params().get('EndTime') + + def set_EndTime(self,EndTime): + self.add_query_param('EndTime',EndTime) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_User(self): + return self.get_query_params().get('User') + + def set_User(self,User): + self.add_query_param('User',User) \ No newline at end of file diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/StartDBInstanceDiagnoseRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/StartDBInstanceDiagnoseRequest.py new file mode 100644 index 0000000000..6091d8044e --- /dev/null +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/StartDBInstanceDiagnoseRequest.py @@ -0,0 +1,66 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class StartDBInstanceDiagnoseRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'StartDBInstanceDiagnose') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_ClientToken(self): + return self.get_query_params().get('ClientToken') + + def set_ClientToken(self,ClientToken): + self.add_query_param('ClientToken',ClientToken) + + def get_DBInstanceId(self): + return self.get_query_params().get('DBInstanceId') + + def set_DBInstanceId(self,DBInstanceId): + self.add_query_param('DBInstanceId',DBInstanceId) + + def get_proxyId(self): + return self.get_query_params().get('proxyId') + + def set_proxyId(self,proxyId): + self.add_query_param('proxyId',proxyId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/StartSqlLogDetailArchiveRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/StartSqlLogDetailArchiveRequest.py new file mode 100644 index 0000000000..d5f22edd2a --- /dev/null +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/StartSqlLogDetailArchiveRequest.py @@ -0,0 +1,150 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class StartSqlLogDetailArchiveRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'StartSqlLogDetailArchive') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_Columns(self): + return self.get_query_params().get('Columns') + + def set_Columns(self,Columns): + self.add_query_param('Columns',Columns) + + def get_MinScanRows(self): + return self.get_query_params().get('MinScanRows') + + def set_MinScanRows(self,MinScanRows): + self.add_query_param('MinScanRows',MinScanRows) + + def get_StartTime(self): + return self.get_query_params().get('StartTime') + + def set_StartTime(self,StartTime): + self.add_query_param('StartTime',StartTime) + + def get_HostAddress(self): + return self.get_query_params().get('HostAddress') + + def set_HostAddress(self,HostAddress): + self.add_query_param('HostAddress',HostAddress) + + def get_AccountName(self): + return self.get_query_params().get('AccountName') + + def set_AccountName(self,AccountName): + self.add_query_param('AccountName',AccountName) + + def get_SecurityToken(self): + return self.get_query_params().get('SecurityToken') + + def set_SecurityToken(self,SecurityToken): + self.add_query_param('SecurityToken',SecurityToken) + + def get_DBInstanceId(self): + return self.get_query_params().get('DBInstanceId') + + def set_DBInstanceId(self,DBInstanceId): + self.add_query_param('DBInstanceId',DBInstanceId) + + def get_State(self): + return self.get_query_params().get('State') + + def set_State(self,State): + self.add_query_param('State',State) + + def get_TableName(self): + return self.get_query_params().get('TableName') + + def set_TableName(self,TableName): + self.add_query_param('TableName',TableName) + + def get_SqlType(self): + return self.get_query_params().get('SqlType') + + def set_SqlType(self,SqlType): + self.add_query_param('SqlType',SqlType) + + def get_MinConsume(self): + return self.get_query_params().get('MinConsume') + + def set_MinConsume(self,MinConsume): + self.add_query_param('MinConsume',MinConsume) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_QueryKeyword(self): + return self.get_query_params().get('QueryKeyword') + + def set_QueryKeyword(self,QueryKeyword): + self.add_query_param('QueryKeyword',QueryKeyword) + + def get_EndTime(self): + return self.get_query_params().get('EndTime') + + def set_EndTime(self,EndTime): + self.add_query_param('EndTime',EndTime) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_MaxConsume(self): + return self.get_query_params().get('MaxConsume') + + def set_MaxConsume(self,MaxConsume): + self.add_query_param('MaxConsume',MaxConsume) + + def get_ThreadID(self): + return self.get_query_params().get('ThreadID') + + def set_ThreadID(self,ThreadID): + self.add_query_param('ThreadID',ThreadID) + + def get_DBName(self): + return self.get_query_params().get('DBName') + + def set_DBName(self,DBName): + self.add_query_param('DBName',DBName) + + def get_MaxScanRows(self): + return self.get_query_params().get('MaxScanRows') + + def set_MaxScanRows(self,MaxScanRows): + self.add_query_param('MaxScanRows',MaxScanRows) \ No newline at end of file diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/StartSqlLogDumpRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/StartSqlLogDumpRequest.py new file mode 100644 index 0000000000..a0905c5a8b --- /dev/null +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/StartSqlLogDumpRequest.py @@ -0,0 +1,72 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class StartSqlLogDumpRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'StartSqlLogDump') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_SecurityToken(self): + return self.get_query_params().get('SecurityToken') + + def set_SecurityToken(self,SecurityToken): + self.add_query_param('SecurityToken',SecurityToken) + + def get_DBInstanceId(self): + return self.get_query_params().get('DBInstanceId') + + def set_DBInstanceId(self,DBInstanceId): + self.add_query_param('DBInstanceId',DBInstanceId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_ConfigValue(self): + return self.get_query_params().get('ConfigValue') + + def set_ConfigValue(self,ConfigValue): + self.add_query_param('ConfigValue',ConfigValue) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_Bucket(self): + return self.get_query_params().get('Bucket') + + def set_Bucket(self,Bucket): + self.add_query_param('Bucket',Bucket) \ No newline at end of file diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/StartSqlLogTrailRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/StartSqlLogTrailRequest.py new file mode 100644 index 0000000000..5f1f080211 --- /dev/null +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/StartSqlLogTrailRequest.py @@ -0,0 +1,60 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class StartSqlLogTrailRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'StartSqlLogTrail') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_SecurityToken(self): + return self.get_query_params().get('SecurityToken') + + def set_SecurityToken(self,SecurityToken): + self.add_query_param('SecurityToken',SecurityToken) + + def get_DBInstanceId(self): + return self.get_query_params().get('DBInstanceId') + + def set_DBInstanceId(self,DBInstanceId): + self.add_query_param('DBInstanceId',DBInstanceId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/StopSyncingRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/StopSyncingRequest.py new file mode 100644 index 0000000000..2345191b2a --- /dev/null +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/StopSyncingRequest.py @@ -0,0 +1,66 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class StopSyncingRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'StopSyncing') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_ClientToken(self): + return self.get_query_params().get('ClientToken') + + def set_ClientToken(self,ClientToken): + self.add_query_param('ClientToken',ClientToken) + + def get_ImportId(self): + return self.get_query_params().get('ImportId') + + def set_ImportId(self,ImportId): + self.add_query_param('ImportId',ImportId) + + def get_DBInstanceId(self): + return self.get_query_params().get('DBInstanceId') + + def set_DBInstanceId(self,DBInstanceId): + self.add_query_param('DBInstanceId',DBInstanceId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/SwitchDBInstanceChargeTypeRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/SwitchDBInstanceChargeTypeRequest.py new file mode 100644 index 0000000000..9b2b4b992c --- /dev/null +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/SwitchDBInstanceChargeTypeRequest.py @@ -0,0 +1,54 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class SwitchDBInstanceChargeTypeRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'SwitchDBInstanceChargeType') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_DBInstanceId(self): + return self.get_query_params().get('DBInstanceId') + + def set_DBInstanceId(self,DBInstanceId): + self.add_query_param('DBInstanceId',DBInstanceId) \ No newline at end of file diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/SwitchDBInstanceHARequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/SwitchDBInstanceHARequest.py index 6928566e18..609d5837b0 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/SwitchDBInstanceHARequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/SwitchDBInstanceHARequest.py @@ -21,7 +21,7 @@ class SwitchDBInstanceHARequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'SwitchDBInstanceHA','rds') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'SwitchDBInstanceHA') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -35,18 +35,24 @@ def get_ResourceOwnerAccount(self): def set_ResourceOwnerAccount(self,ResourceOwnerAccount): self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - def get_EffectiveTime(self): - return self.get_query_params().get('EffectiveTime') - - def set_EffectiveTime(self,EffectiveTime): - self.add_query_param('EffectiveTime',EffectiveTime) - def get_OwnerAccount(self): return self.get_query_params().get('OwnerAccount') def set_OwnerAccount(self,OwnerAccount): self.add_query_param('OwnerAccount',OwnerAccount) + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_EffectiveTime(self): + return self.get_query_params().get('EffectiveTime') + + def set_EffectiveTime(self,EffectiveTime): + self.add_query_param('EffectiveTime',EffectiveTime) + def get_DBInstanceId(self): return self.get_query_params().get('DBInstanceId') @@ -59,12 +65,6 @@ def get_Force(self): def set_Force(self,Force): self.add_query_param('Force',Force) - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - def get_NodeId(self): return self.get_query_params().get('NodeId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/SwitchDBInstanceNetTypeRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/SwitchDBInstanceNetTypeRequest.py index e3b8ba957a..0e0a3d4356 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/SwitchDBInstanceNetTypeRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/SwitchDBInstanceNetTypeRequest.py @@ -21,7 +21,7 @@ class SwitchDBInstanceNetTypeRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'SwitchDBInstanceNetType','rds') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'SwitchDBInstanceNetType') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -35,29 +35,23 @@ def get_ConnectionStringPrefix(self): def set_ConnectionStringPrefix(self,ConnectionStringPrefix): self.add_query_param('ConnectionStringPrefix',ConnectionStringPrefix) - def get_ConnectionStringType(self): - return self.get_query_params().get('ConnectionStringType') - - def set_ConnectionStringType(self,ConnectionStringType): - self.add_query_param('ConnectionStringType',ConnectionStringType) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - def get_ClientToken(self): return self.get_query_params().get('ClientToken') def set_ClientToken(self,ClientToken): self.add_query_param('ClientToken',ClientToken) - def get_Port(self): - return self.get_query_params().get('Port') + def get_DBInstanceId(self): + return self.get_query_params().get('DBInstanceId') - def set_Port(self,Port): - self.add_query_param('Port',Port) + def set_DBInstanceId(self,DBInstanceId): + self.add_query_param('DBInstanceId',DBInstanceId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) def get_OwnerAccount(self): return self.get_query_params().get('OwnerAccount') @@ -65,14 +59,20 @@ def get_OwnerAccount(self): def set_OwnerAccount(self,OwnerAccount): self.add_query_param('OwnerAccount',OwnerAccount) - def get_DBInstanceId(self): - return self.get_query_params().get('DBInstanceId') - - def set_DBInstanceId(self,DBInstanceId): - self.add_query_param('DBInstanceId',DBInstanceId) - def get_OwnerId(self): return self.get_query_params().get('OwnerId') def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) \ No newline at end of file + self.add_query_param('OwnerId',OwnerId) + + def get_ConnectionStringType(self): + return self.get_query_params().get('ConnectionStringType') + + def set_ConnectionStringType(self,ConnectionStringType): + self.add_query_param('ConnectionStringType',ConnectionStringType) + + def get_Port(self): + return self.get_query_params().get('Port') + + def set_Port(self,Port): + self.add_query_param('Port',Port) \ No newline at end of file diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/SwitchDBInstanceVpcRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/SwitchDBInstanceVpcRequest.py index 6e9ebfe7ed..5575ddfd8c 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/SwitchDBInstanceVpcRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/SwitchDBInstanceVpcRequest.py @@ -21,19 +21,7 @@ class SwitchDBInstanceVpcRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'SwitchDBInstanceVpc','rds') - - def get_VSwitchId(self): - return self.get_query_params().get('VSwitchId') - - def set_VSwitchId(self,VSwitchId): - self.add_query_param('VSwitchId',VSwitchId) - - def get_PrivateIpAddress(self): - return self.get_query_params().get('PrivateIpAddress') - - def set_PrivateIpAddress(self,PrivateIpAddress): - self.add_query_param('PrivateIpAddress',PrivateIpAddress) + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'SwitchDBInstanceVpc') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -41,32 +29,44 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) + def get_DBInstanceId(self): + return self.get_query_params().get('DBInstanceId') + + def set_DBInstanceId(self,DBInstanceId): + self.add_query_param('DBInstanceId',DBInstanceId) + def get_ResourceOwnerAccount(self): return self.get_query_params().get('ResourceOwnerAccount') def set_ResourceOwnerAccount(self,ResourceOwnerAccount): self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - def get_VPCId(self): - return self.get_query_params().get('VPCId') - - def set_VPCId(self,VPCId): - self.add_query_param('VPCId',VPCId) - def get_OwnerAccount(self): return self.get_query_params().get('OwnerAccount') def set_OwnerAccount(self,OwnerAccount): self.add_query_param('OwnerAccount',OwnerAccount) - def get_DBInstanceId(self): - return self.get_query_params().get('DBInstanceId') - - def set_DBInstanceId(self,DBInstanceId): - self.add_query_param('DBInstanceId',DBInstanceId) - def get_OwnerId(self): return self.get_query_params().get('OwnerId') def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) \ No newline at end of file + self.add_query_param('OwnerId',OwnerId) + + def get_VSwitchId(self): + return self.get_query_params().get('VSwitchId') + + def set_VSwitchId(self,VSwitchId): + self.add_query_param('VSwitchId',VSwitchId) + + def get_PrivateIpAddress(self): + return self.get_query_params().get('PrivateIpAddress') + + def set_PrivateIpAddress(self,PrivateIpAddress): + self.add_query_param('PrivateIpAddress',PrivateIpAddress) + + def get_VPCId(self): + return self.get_query_params().get('VPCId') + + def set_VPCId(self,VPCId): + self.add_query_param('VPCId',VPCId) \ No newline at end of file diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/SwitchGuardToMasterInstanceRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/SwitchGuardToMasterInstanceRequest.py new file mode 100644 index 0000000000..f75398ef4d --- /dev/null +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/SwitchGuardToMasterInstanceRequest.py @@ -0,0 +1,54 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class SwitchGuardToMasterInstanceRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'SwitchGuardToMasterInstance') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_DBInstanceId(self): + return self.get_query_params().get('DBInstanceId') + + def set_DBInstanceId(self,DBInstanceId): + self.add_query_param('DBInstanceId',DBInstanceId) \ No newline at end of file diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/SwitchOverRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/SwitchOverRequest.py new file mode 100644 index 0000000000..22c240391a --- /dev/null +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/SwitchOverRequest.py @@ -0,0 +1,66 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class SwitchOverRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'SwitchOver') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_SecurityToken(self): + return self.get_query_params().get('SecurityToken') + + def set_SecurityToken(self,SecurityToken): + self.add_query_param('SecurityToken',SecurityToken) + + def get_ReplicaId(self): + return self.get_query_params().get('ReplicaId') + + def set_ReplicaId(self,ReplicaId): + self.add_query_param('ReplicaId',ReplicaId) + + def get_PrimaryInstanceId(self): + return self.get_query_params().get('PrimaryInstanceId') + + def set_PrimaryInstanceId(self,PrimaryInstanceId): + self.add_query_param('PrimaryInstanceId',PrimaryInstanceId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/UnlockDBInstanceRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/UnlockDBInstanceRequest.py new file mode 100644 index 0000000000..ecf23c5d6c --- /dev/null +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/UnlockDBInstanceRequest.py @@ -0,0 +1,54 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class UnlockDBInstanceRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'UnlockDBInstance') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_DBInstanceId(self): + return self.get_query_params().get('DBInstanceId') + + def set_DBInstanceId(self,DBInstanceId): + self.add_query_param('DBInstanceId',DBInstanceId) \ No newline at end of file diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/UpgradeDBInstanceEngineVersionRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/UpgradeDBInstanceEngineVersionRequest.py index 4f7bb7fae9..b9224704b5 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/UpgradeDBInstanceEngineVersionRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/UpgradeDBInstanceEngineVersionRequest.py @@ -21,7 +21,7 @@ class UpgradeDBInstanceEngineVersionRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'UpgradeDBInstanceEngineVersion','rds') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'UpgradeDBInstanceEngineVersion') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -29,41 +29,41 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - def get_ClientToken(self): return self.get_query_params().get('ClientToken') def set_ClientToken(self,ClientToken): self.add_query_param('ClientToken',ClientToken) + def get_EngineVersion(self): + return self.get_query_params().get('EngineVersion') + + def set_EngineVersion(self,EngineVersion): + self.add_query_param('EngineVersion',EngineVersion) + def get_EffectiveTime(self): return self.get_query_params().get('EffectiveTime') def set_EffectiveTime(self,EffectiveTime): self.add_query_param('EffectiveTime',EffectiveTime) - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - def get_DBInstanceId(self): return self.get_query_params().get('DBInstanceId') def set_DBInstanceId(self,DBInstanceId): self.add_query_param('DBInstanceId',DBInstanceId) - def get_EngineVersion(self): - return self.get_query_params().get('EngineVersion') + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') - def set_EngineVersion(self,EngineVersion): - self.add_query_param('EngineVersion',EngineVersion) + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) def get_OwnerId(self): return self.get_query_params().get('OwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/UpgradeDBInstanceKernelVersionRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/UpgradeDBInstanceKernelVersionRequest.py index c8eaa8a97c..9ab1161596 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/UpgradeDBInstanceKernelVersionRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/UpgradeDBInstanceKernelVersionRequest.py @@ -21,7 +21,7 @@ class UpgradeDBInstanceKernelVersionRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'UpgradeDBInstanceKernelVersion','rds') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'UpgradeDBInstanceKernelVersion') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -35,6 +35,12 @@ def get_ResourceOwnerAccount(self): def set_ResourceOwnerAccount(self,ResourceOwnerAccount): self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + def get_UpgradeTime(self): return self.get_query_params().get('UpgradeTime') @@ -51,10 +57,4 @@ def get_SwitchTime(self): return self.get_query_params().get('SwitchTime') def set_SwitchTime(self,SwitchTime): - self.add_query_param('SwitchTime',SwitchTime) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) \ No newline at end of file + self.add_query_param('SwitchTime',SwitchTime) \ No newline at end of file diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/UpgradeDBInstanceNetWorkInfoRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/UpgradeDBInstanceNetWorkInfoRequest.py new file mode 100644 index 0000000000..fb94e070c6 --- /dev/null +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/UpgradeDBInstanceNetWorkInfoRequest.py @@ -0,0 +1,54 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class UpgradeDBInstanceNetWorkInfoRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'UpgradeDBInstanceNetWorkInfo') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_ConnectionString(self): + return self.get_query_params().get('ConnectionString') + + def set_ConnectionString(self,ConnectionString): + self.add_query_param('ConnectionString',ConnectionString) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_DBInstanceId(self): + return self.get_query_params().get('DBInstanceId') + + def set_DBInstanceId(self,DBInstanceId): + self.add_query_param('DBInstanceId',DBInstanceId) \ No newline at end of file diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/UpgradeDBInstanceNetworkRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/UpgradeDBInstanceNetworkRequest.py new file mode 100644 index 0000000000..f36c74290d --- /dev/null +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/UpgradeDBInstanceNetworkRequest.py @@ -0,0 +1,60 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class UpgradeDBInstanceNetworkRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'UpgradeDBInstanceNetwork') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_ConnectionString(self): + return self.get_query_params().get('ConnectionString') + + def set_ConnectionString(self,ConnectionString): + self.add_query_param('ConnectionString',ConnectionString) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_DBInstanceId(self): + return self.get_query_params().get('DBInstanceId') + + def set_DBInstanceId(self,DBInstanceId): + self.add_query_param('DBInstanceId',DBInstanceId) \ No newline at end of file From e1625e8aefce27f8c7a87074645e153048206e76 Mon Sep 17 00:00:00 2001 From: admin Date: Fri, 17 May 2019 14:33:56 +0800 Subject: [PATCH 012/282] Generated 2014-05-26, 2016-03-14 for Ecs --- aliyun-python-sdk-ecs/ChangeLog.txt | 3 +++ aliyun-python-sdk-ecs/aliyunsdkecs/__init__.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/aliyun-python-sdk-ecs/ChangeLog.txt b/aliyun-python-sdk-ecs/ChangeLog.txt index 5fe3fae13c..4185eb1f46 100644 --- a/aliyun-python-sdk-ecs/ChangeLog.txt +++ b/aliyun-python-sdk-ecs/ChangeLog.txt @@ -1,3 +1,6 @@ +2019-05-17 Version: 1.80.3 +- Generated 2014-05-26, 2016-03-14 for `Ecs` + 2019-05-17 Version: 1.80.1 - Generated 2014-05-26, 2016-03-14 for `Ecs` diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/__init__.py b/aliyun-python-sdk-ecs/aliyunsdkecs/__init__.py index fb7b5b37fb..6ae10fd77a 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/__init__.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/__init__.py @@ -1 +1 @@ -__version__ = '1.80.1' \ No newline at end of file +__version__ = '1.80.3' \ No newline at end of file From 5fde0a8184e57aa0eb48e699e498e246346750d8 Mon Sep 17 00:00:00 2001 From: Alibaba Cloud SDK Date: Fri, 17 May 2019 15:50:02 +0800 Subject: [PATCH 013/282] Generated 2014-07-14 for Bss --- aliyun-python-sdk-bss/ChangeLog.txt | 3 +++ aliyun-python-sdk-bss/aliyunsdkbss/__init__.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/aliyun-python-sdk-bss/ChangeLog.txt b/aliyun-python-sdk-bss/ChangeLog.txt index 91da368182..7acd63a1a4 100644 --- a/aliyun-python-sdk-bss/ChangeLog.txt +++ b/aliyun-python-sdk-bss/ChangeLog.txt @@ -1,3 +1,6 @@ +2019-05-17 Version: 1.10.2 +- Generated 2014-07-14 for `Bss` + 2019-05-17 Version: 1.50.1 - Generated 2014-07-14 for `Bss` diff --git a/aliyun-python-sdk-bss/aliyunsdkbss/__init__.py b/aliyun-python-sdk-bss/aliyunsdkbss/__init__.py index 9f562304b7..fd5dad847d 100644 --- a/aliyun-python-sdk-bss/aliyunsdkbss/__init__.py +++ b/aliyun-python-sdk-bss/aliyunsdkbss/__init__.py @@ -1 +1 @@ -__version__ = '1.50.1' \ No newline at end of file +__version__ = '1.10.2' \ No newline at end of file From e62103e42b2aba8c4dd8d124585eab0f7550e0c9 Mon Sep 17 00:00:00 2001 From: Alibaba Cloud SDK Date: Fri, 17 May 2019 16:01:39 +0800 Subject: [PATCH 014/282] Generated 2014-07-14 for Bss --- aliyun-python-sdk-bss/ChangeLog.txt | 3 +++ aliyun-python-sdk-bss/aliyunsdkbss/__init__.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/aliyun-python-sdk-bss/ChangeLog.txt b/aliyun-python-sdk-bss/ChangeLog.txt index 7acd63a1a4..9fbfa787bf 100644 --- a/aliyun-python-sdk-bss/ChangeLog.txt +++ b/aliyun-python-sdk-bss/ChangeLog.txt @@ -1,3 +1,6 @@ +2019-05-17 Version: 1.10.3 +- Generated 2014-07-14 for `Bss` + 2019-05-17 Version: 1.10.2 - Generated 2014-07-14 for `Bss` diff --git a/aliyun-python-sdk-bss/aliyunsdkbss/__init__.py b/aliyun-python-sdk-bss/aliyunsdkbss/__init__.py index fd5dad847d..dd367c7b14 100644 --- a/aliyun-python-sdk-bss/aliyunsdkbss/__init__.py +++ b/aliyun-python-sdk-bss/aliyunsdkbss/__init__.py @@ -1 +1 @@ -__version__ = '1.10.2' \ No newline at end of file +__version__ = '1.10.3' \ No newline at end of file From 0a1085d0e72dc5bb7c6aedcad465296c40c43821 Mon Sep 17 00:00:00 2001 From: admin Date: Fri, 17 May 2019 16:02:52 +0800 Subject: [PATCH 015/282] Generated 2014-07-14 for Bss --- aliyun-python-sdk-bss/ChangeLog.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/aliyun-python-sdk-bss/ChangeLog.txt b/aliyun-python-sdk-bss/ChangeLog.txt index 9fbfa787bf..42e533ef72 100644 --- a/aliyun-python-sdk-bss/ChangeLog.txt +++ b/aliyun-python-sdk-bss/ChangeLog.txt @@ -1,6 +1,9 @@ 2019-05-17 Version: 1.10.3 - Generated 2014-07-14 for `Bss` +2019-05-17 Version: 1.10.3 +- Generated 2014-07-14 for `Bss` + 2019-05-17 Version: 1.10.2 - Generated 2014-07-14 for `Bss` From 414b01d89b3dd60896649b43851950bba602a50b Mon Sep 17 00:00:00 2001 From: admin Date: Fri, 17 May 2019 16:04:37 +0800 Subject: [PATCH 016/282] Generated 2015-07-01 for Aas --- aliyun-python-sdk-aas/ChangeLog.txt | 3 ++ .../aliyunsdkaas/__init__.py | 2 +- .../CreateAccessKeyForAccountRequest.py | 26 ++++++------ .../v20150701/CreateAliyunAccountRequest.py | 12 +++--- .../CreateAliyunAccountWithBindHidRequest.py | 30 +++++++++++++ .../CreateIntlAliyunAccountRequest.py | 30 +++++++++++++ ...eateShortTermAccessKeyForAccountRequest.py | 42 +++++++++++++++++++ .../DeleteAccessKeyForAccountRequest.py | 26 ++++++------ .../GenerateAccountLoginTokenRequest.py | 30 +++++++++++++ .../GetAccountKinshipInfoByPKRequest.py | 30 +++++++++++++ .../GetAliyunAccountWithBindHidRequest.py | 30 +++++++++++++ ...etAliyunAccountWithBindTaobaoHidRequest.py | 30 +++++++++++++ .../GetBasicAccountInfoByHavanaIdRequest.py | 30 +++++++++++++ .../GetBasicAccountInfoByPkRequest.py | 30 +++++++++++++ .../GetBasicInfoForAccountRequest.py | 12 +++--- .../GetLoginConfigInfoByPKRequest.py | 30 +++++++++++++ .../GetSessionInfoByMiniTicketRequest.py | 30 +++++++++++++ ...SessionInfoByMiniTicketWithRouteRequest.py | 30 +++++++++++++ ...onInfoByMiniTicketWithRouteSGPRORequest.py | 30 +++++++++++++ ...ionInfoByMiniTicketWithRouteSHRORequest.py | 30 +++++++++++++ .../GetSessionInfoByTicketRequest.py | 30 +++++++++++++ .../GetSessionInfoByTicketWithRouteRequest.py | 30 +++++++++++++ ...essionInfoByTicketWithRouteSGPRORequest.py | 30 +++++++++++++ ...SessionInfoByTicketWithRouteSHRORequest.py | 30 +++++++++++++ .../GetShortTermAccessKeyForAccountRequest.py | 42 +++++++++++++++++++ .../request/v20150701/IsBindMfaByPkRequest.py | 30 +++++++++++++ .../ListAccessKeysForAccountRequest.py | 38 ++++++++--------- .../v20150701/ListAliyunAccountRequest.py | 36 ++++++++++++++++ .../UpdateAccessKeyStatusForAccountRequest.py | 38 ++++++++--------- .../UpdatePasswordForAccountRequest.py | 24 +++++------ .../UpdateStatusForAccountRequest.py | 36 ++++++++++++++++ .../VerifyAccountLoginTokenRequest.py | 30 +++++++++++++ aliyun-python-sdk-aas/setup.py | 13 ++---- 33 files changed, 821 insertions(+), 99 deletions(-) create mode 100644 aliyun-python-sdk-aas/ChangeLog.txt create mode 100644 aliyun-python-sdk-aas/aliyunsdkaas/request/v20150701/CreateAliyunAccountWithBindHidRequest.py create mode 100644 aliyun-python-sdk-aas/aliyunsdkaas/request/v20150701/CreateIntlAliyunAccountRequest.py create mode 100644 aliyun-python-sdk-aas/aliyunsdkaas/request/v20150701/CreateShortTermAccessKeyForAccountRequest.py create mode 100644 aliyun-python-sdk-aas/aliyunsdkaas/request/v20150701/GenerateAccountLoginTokenRequest.py create mode 100644 aliyun-python-sdk-aas/aliyunsdkaas/request/v20150701/GetAccountKinshipInfoByPKRequest.py create mode 100644 aliyun-python-sdk-aas/aliyunsdkaas/request/v20150701/GetAliyunAccountWithBindHidRequest.py create mode 100644 aliyun-python-sdk-aas/aliyunsdkaas/request/v20150701/GetAliyunAccountWithBindTaobaoHidRequest.py create mode 100644 aliyun-python-sdk-aas/aliyunsdkaas/request/v20150701/GetBasicAccountInfoByHavanaIdRequest.py create mode 100644 aliyun-python-sdk-aas/aliyunsdkaas/request/v20150701/GetBasicAccountInfoByPkRequest.py create mode 100644 aliyun-python-sdk-aas/aliyunsdkaas/request/v20150701/GetLoginConfigInfoByPKRequest.py create mode 100644 aliyun-python-sdk-aas/aliyunsdkaas/request/v20150701/GetSessionInfoByMiniTicketRequest.py create mode 100644 aliyun-python-sdk-aas/aliyunsdkaas/request/v20150701/GetSessionInfoByMiniTicketWithRouteRequest.py create mode 100644 aliyun-python-sdk-aas/aliyunsdkaas/request/v20150701/GetSessionInfoByMiniTicketWithRouteSGPRORequest.py create mode 100644 aliyun-python-sdk-aas/aliyunsdkaas/request/v20150701/GetSessionInfoByMiniTicketWithRouteSHRORequest.py create mode 100644 aliyun-python-sdk-aas/aliyunsdkaas/request/v20150701/GetSessionInfoByTicketRequest.py create mode 100644 aliyun-python-sdk-aas/aliyunsdkaas/request/v20150701/GetSessionInfoByTicketWithRouteRequest.py create mode 100644 aliyun-python-sdk-aas/aliyunsdkaas/request/v20150701/GetSessionInfoByTicketWithRouteSGPRORequest.py create mode 100644 aliyun-python-sdk-aas/aliyunsdkaas/request/v20150701/GetSessionInfoByTicketWithRouteSHRORequest.py create mode 100644 aliyun-python-sdk-aas/aliyunsdkaas/request/v20150701/GetShortTermAccessKeyForAccountRequest.py create mode 100644 aliyun-python-sdk-aas/aliyunsdkaas/request/v20150701/IsBindMfaByPkRequest.py create mode 100644 aliyun-python-sdk-aas/aliyunsdkaas/request/v20150701/ListAliyunAccountRequest.py create mode 100644 aliyun-python-sdk-aas/aliyunsdkaas/request/v20150701/UpdateStatusForAccountRequest.py create mode 100644 aliyun-python-sdk-aas/aliyunsdkaas/request/v20150701/VerifyAccountLoginTokenRequest.py diff --git a/aliyun-python-sdk-aas/ChangeLog.txt b/aliyun-python-sdk-aas/ChangeLog.txt new file mode 100644 index 0000000000..53e6b90a0b --- /dev/null +++ b/aliyun-python-sdk-aas/ChangeLog.txt @@ -0,0 +1,3 @@ +2019-05-17 Version: 1.10.1 +- Generated 2015-07-01 for `Aas` + diff --git a/aliyun-python-sdk-aas/aliyunsdkaas/__init__.py b/aliyun-python-sdk-aas/aliyunsdkaas/__init__.py index 9d909dcc3c..c9ca5331be 100644 --- a/aliyun-python-sdk-aas/aliyunsdkaas/__init__.py +++ b/aliyun-python-sdk-aas/aliyunsdkaas/__init__.py @@ -1 +1 @@ -__version__ = '2.0.1' \ No newline at end of file +__version__ = '1.10.1' \ No newline at end of file diff --git a/aliyun-python-sdk-aas/aliyunsdkaas/request/v20150701/CreateAccessKeyForAccountRequest.py b/aliyun-python-sdk-aas/aliyunsdkaas/request/v20150701/CreateAccessKeyForAccountRequest.py index bc8b092933..ba20071646 100755 --- a/aliyun-python-sdk-aas/aliyunsdkaas/request/v20150701/CreateAccessKeyForAccountRequest.py +++ b/aliyun-python-sdk-aas/aliyunsdkaas/request/v20150701/CreateAccessKeyForAccountRequest.py @@ -21,16 +21,16 @@ class CreateAccessKeyForAccountRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Aas', '2015-07-01', 'CreateAccessKeyForAccount') - - def get_PK(self): - return self.get_query_params().get('PK') - - def set_PK(self,PK): - self.add_query_param('PK',PK) - - def get_AKSecret(self): - return self.get_query_params().get('AKSecret') - - def set_AKSecret(self,AKSecret): - self.add_query_param('AKSecret',AKSecret) \ No newline at end of file + RpcRequest.__init__(self, 'Aas', '2015-07-01', 'CreateAccessKeyForAccount') + + def get_AKSecret(self): + return self.get_query_params().get('AKSecret') + + def set_AKSecret(self,AKSecret): + self.add_query_param('AKSecret',AKSecret) + + def get_PK(self): + return self.get_query_params().get('PK') + + def set_PK(self,PK): + self.add_query_param('PK',PK) \ No newline at end of file diff --git a/aliyun-python-sdk-aas/aliyunsdkaas/request/v20150701/CreateAliyunAccountRequest.py b/aliyun-python-sdk-aas/aliyunsdkaas/request/v20150701/CreateAliyunAccountRequest.py index df5e8d3f2a..1cb2b8000d 100755 --- a/aliyun-python-sdk-aas/aliyunsdkaas/request/v20150701/CreateAliyunAccountRequest.py +++ b/aliyun-python-sdk-aas/aliyunsdkaas/request/v20150701/CreateAliyunAccountRequest.py @@ -21,10 +21,10 @@ class CreateAliyunAccountRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Aas', '2015-07-01', 'CreateAliyunAccount') - - def get_AliyunId(self): - return self.get_query_params().get('AliyunId') - - def set_AliyunId(self,AliyunId): + RpcRequest.__init__(self, 'Aas', '2015-07-01', 'CreateAliyunAccount') + + def get_AliyunId(self): + return self.get_query_params().get('AliyunId') + + def set_AliyunId(self,AliyunId): self.add_query_param('AliyunId',AliyunId) \ No newline at end of file diff --git a/aliyun-python-sdk-aas/aliyunsdkaas/request/v20150701/CreateAliyunAccountWithBindHidRequest.py b/aliyun-python-sdk-aas/aliyunsdkaas/request/v20150701/CreateAliyunAccountWithBindHidRequest.py new file mode 100644 index 0000000000..6cc483631f --- /dev/null +++ b/aliyun-python-sdk-aas/aliyunsdkaas/request/v20150701/CreateAliyunAccountWithBindHidRequest.py @@ -0,0 +1,30 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class CreateAliyunAccountWithBindHidRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Aas', '2015-07-01', 'CreateAliyunAccountWithBindHid') + + def get_InnerAccountHid(self): + return self.get_query_params().get('InnerAccountHid') + + def set_InnerAccountHid(self,InnerAccountHid): + self.add_query_param('InnerAccountHid',InnerAccountHid) \ No newline at end of file diff --git a/aliyun-python-sdk-aas/aliyunsdkaas/request/v20150701/CreateIntlAliyunAccountRequest.py b/aliyun-python-sdk-aas/aliyunsdkaas/request/v20150701/CreateIntlAliyunAccountRequest.py new file mode 100644 index 0000000000..7b4aefcd0c --- /dev/null +++ b/aliyun-python-sdk-aas/aliyunsdkaas/request/v20150701/CreateIntlAliyunAccountRequest.py @@ -0,0 +1,30 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class CreateIntlAliyunAccountRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Aas', '2015-07-01', 'CreateIntlAliyunAccount') + + def get_NationalityCode(self): + return self.get_query_params().get('NationalityCode') + + def set_NationalityCode(self,NationalityCode): + self.add_query_param('NationalityCode',NationalityCode) \ No newline at end of file diff --git a/aliyun-python-sdk-aas/aliyunsdkaas/request/v20150701/CreateShortTermAccessKeyForAccountRequest.py b/aliyun-python-sdk-aas/aliyunsdkaas/request/v20150701/CreateShortTermAccessKeyForAccountRequest.py new file mode 100644 index 0000000000..265b62ec38 --- /dev/null +++ b/aliyun-python-sdk-aas/aliyunsdkaas/request/v20150701/CreateShortTermAccessKeyForAccountRequest.py @@ -0,0 +1,42 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class CreateShortTermAccessKeyForAccountRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Aas', '2015-07-01', 'CreateShortTermAccessKeyForAccount') + + def get_ExpireTime(self): + return self.get_query_params().get('ExpireTime') + + def set_ExpireTime(self,ExpireTime): + self.add_query_param('ExpireTime',ExpireTime) + + def get_IsMfaPresent(self): + return self.get_query_params().get('IsMfaPresent') + + def set_IsMfaPresent(self,IsMfaPresent): + self.add_query_param('IsMfaPresent',IsMfaPresent) + + def get_PK(self): + return self.get_query_params().get('PK') + + def set_PK(self,PK): + self.add_query_param('PK',PK) \ No newline at end of file diff --git a/aliyun-python-sdk-aas/aliyunsdkaas/request/v20150701/DeleteAccessKeyForAccountRequest.py b/aliyun-python-sdk-aas/aliyunsdkaas/request/v20150701/DeleteAccessKeyForAccountRequest.py index 2d069ded3a..44b4acc42d 100755 --- a/aliyun-python-sdk-aas/aliyunsdkaas/request/v20150701/DeleteAccessKeyForAccountRequest.py +++ b/aliyun-python-sdk-aas/aliyunsdkaas/request/v20150701/DeleteAccessKeyForAccountRequest.py @@ -21,16 +21,16 @@ class DeleteAccessKeyForAccountRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Aas', '2015-07-01', 'DeleteAccessKeyForAccount') - - def get_PK(self): - return self.get_query_params().get('PK') - - def set_PK(self,PK): - self.add_query_param('PK',PK) - - def get_AKId(self): - return self.get_query_params().get('AKId') - - def set_AKId(self,AKId): - self.add_query_param('AKId',AKId) \ No newline at end of file + RpcRequest.__init__(self, 'Aas', '2015-07-01', 'DeleteAccessKeyForAccount') + + def get_AKId(self): + return self.get_query_params().get('AKId') + + def set_AKId(self,AKId): + self.add_query_param('AKId',AKId) + + def get_PK(self): + return self.get_query_params().get('PK') + + def set_PK(self,PK): + self.add_query_param('PK',PK) \ No newline at end of file diff --git a/aliyun-python-sdk-aas/aliyunsdkaas/request/v20150701/GenerateAccountLoginTokenRequest.py b/aliyun-python-sdk-aas/aliyunsdkaas/request/v20150701/GenerateAccountLoginTokenRequest.py new file mode 100644 index 0000000000..5795b66b5d --- /dev/null +++ b/aliyun-python-sdk-aas/aliyunsdkaas/request/v20150701/GenerateAccountLoginTokenRequest.py @@ -0,0 +1,30 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class GenerateAccountLoginTokenRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Aas', '2015-07-01', 'GenerateAccountLoginToken') + + def get_TargetPk(self): + return self.get_query_params().get('TargetPk') + + def set_TargetPk(self,TargetPk): + self.add_query_param('TargetPk',TargetPk) \ No newline at end of file diff --git a/aliyun-python-sdk-aas/aliyunsdkaas/request/v20150701/GetAccountKinshipInfoByPKRequest.py b/aliyun-python-sdk-aas/aliyunsdkaas/request/v20150701/GetAccountKinshipInfoByPKRequest.py new file mode 100644 index 0000000000..6a6cbf3448 --- /dev/null +++ b/aliyun-python-sdk-aas/aliyunsdkaas/request/v20150701/GetAccountKinshipInfoByPKRequest.py @@ -0,0 +1,30 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class GetAccountKinshipInfoByPKRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Aas', '2015-07-01', 'GetAccountKinshipInfoByPK') + + def get_PK(self): + return self.get_query_params().get('PK') + + def set_PK(self,PK): + self.add_query_param('PK',PK) \ No newline at end of file diff --git a/aliyun-python-sdk-aas/aliyunsdkaas/request/v20150701/GetAliyunAccountWithBindHidRequest.py b/aliyun-python-sdk-aas/aliyunsdkaas/request/v20150701/GetAliyunAccountWithBindHidRequest.py new file mode 100644 index 0000000000..642cec3dd1 --- /dev/null +++ b/aliyun-python-sdk-aas/aliyunsdkaas/request/v20150701/GetAliyunAccountWithBindHidRequest.py @@ -0,0 +1,30 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class GetAliyunAccountWithBindHidRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Aas', '2015-07-01', 'GetAliyunAccountWithBindHid') + + def get_InnerAccountHid(self): + return self.get_query_params().get('InnerAccountHid') + + def set_InnerAccountHid(self,InnerAccountHid): + self.add_query_param('InnerAccountHid',InnerAccountHid) \ No newline at end of file diff --git a/aliyun-python-sdk-aas/aliyunsdkaas/request/v20150701/GetAliyunAccountWithBindTaobaoHidRequest.py b/aliyun-python-sdk-aas/aliyunsdkaas/request/v20150701/GetAliyunAccountWithBindTaobaoHidRequest.py new file mode 100644 index 0000000000..81ab9e37f0 --- /dev/null +++ b/aliyun-python-sdk-aas/aliyunsdkaas/request/v20150701/GetAliyunAccountWithBindTaobaoHidRequest.py @@ -0,0 +1,30 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class GetAliyunAccountWithBindTaobaoHidRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Aas', '2015-07-01', 'GetAliyunAccountWithBindTaobaoHid') + + def get_HavanaId(self): + return self.get_query_params().get('HavanaId') + + def set_HavanaId(self,HavanaId): + self.add_query_param('HavanaId',HavanaId) \ No newline at end of file diff --git a/aliyun-python-sdk-aas/aliyunsdkaas/request/v20150701/GetBasicAccountInfoByHavanaIdRequest.py b/aliyun-python-sdk-aas/aliyunsdkaas/request/v20150701/GetBasicAccountInfoByHavanaIdRequest.py new file mode 100644 index 0000000000..73cb3cc0f5 --- /dev/null +++ b/aliyun-python-sdk-aas/aliyunsdkaas/request/v20150701/GetBasicAccountInfoByHavanaIdRequest.py @@ -0,0 +1,30 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class GetBasicAccountInfoByHavanaIdRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Aas', '2015-07-01', 'GetBasicAccountInfoByHavanaId') + + def get_HavanaId(self): + return self.get_query_params().get('HavanaId') + + def set_HavanaId(self,HavanaId): + self.add_query_param('HavanaId',HavanaId) \ No newline at end of file diff --git a/aliyun-python-sdk-aas/aliyunsdkaas/request/v20150701/GetBasicAccountInfoByPkRequest.py b/aliyun-python-sdk-aas/aliyunsdkaas/request/v20150701/GetBasicAccountInfoByPkRequest.py new file mode 100644 index 0000000000..9d04e9d85f --- /dev/null +++ b/aliyun-python-sdk-aas/aliyunsdkaas/request/v20150701/GetBasicAccountInfoByPkRequest.py @@ -0,0 +1,30 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class GetBasicAccountInfoByPkRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Aas', '2015-07-01', 'GetBasicAccountInfoByPk') + + def get_PK(self): + return self.get_query_params().get('PK') + + def set_PK(self,PK): + self.add_query_param('PK',PK) \ No newline at end of file diff --git a/aliyun-python-sdk-aas/aliyunsdkaas/request/v20150701/GetBasicInfoForAccountRequest.py b/aliyun-python-sdk-aas/aliyunsdkaas/request/v20150701/GetBasicInfoForAccountRequest.py index 1f750cc497..87fbbe19aa 100755 --- a/aliyun-python-sdk-aas/aliyunsdkaas/request/v20150701/GetBasicInfoForAccountRequest.py +++ b/aliyun-python-sdk-aas/aliyunsdkaas/request/v20150701/GetBasicInfoForAccountRequest.py @@ -21,10 +21,10 @@ class GetBasicInfoForAccountRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Aas', '2015-07-01', 'GetBasicInfoForAccount') - - def get_AliyunId(self): - return self.get_query_params().get('AliyunId') - - def set_AliyunId(self,AliyunId): + RpcRequest.__init__(self, 'Aas', '2015-07-01', 'GetBasicInfoForAccount') + + def get_AliyunId(self): + return self.get_query_params().get('AliyunId') + + def set_AliyunId(self,AliyunId): self.add_query_param('AliyunId',AliyunId) \ No newline at end of file diff --git a/aliyun-python-sdk-aas/aliyunsdkaas/request/v20150701/GetLoginConfigInfoByPKRequest.py b/aliyun-python-sdk-aas/aliyunsdkaas/request/v20150701/GetLoginConfigInfoByPKRequest.py new file mode 100644 index 0000000000..c3ef5f6f68 --- /dev/null +++ b/aliyun-python-sdk-aas/aliyunsdkaas/request/v20150701/GetLoginConfigInfoByPKRequest.py @@ -0,0 +1,30 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class GetLoginConfigInfoByPKRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Aas', '2015-07-01', 'GetLoginConfigInfoByPK') + + def get_PK(self): + return self.get_query_params().get('PK') + + def set_PK(self,PK): + self.add_query_param('PK',PK) \ No newline at end of file diff --git a/aliyun-python-sdk-aas/aliyunsdkaas/request/v20150701/GetSessionInfoByMiniTicketRequest.py b/aliyun-python-sdk-aas/aliyunsdkaas/request/v20150701/GetSessionInfoByMiniTicketRequest.py new file mode 100644 index 0000000000..dba3df091c --- /dev/null +++ b/aliyun-python-sdk-aas/aliyunsdkaas/request/v20150701/GetSessionInfoByMiniTicketRequest.py @@ -0,0 +1,30 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class GetSessionInfoByMiniTicketRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Aas', '2015-07-01', 'GetSessionInfoByMiniTicket') + + def get_Ticket(self): + return self.get_query_params().get('Ticket') + + def set_Ticket(self,Ticket): + self.add_query_param('Ticket',Ticket) \ No newline at end of file diff --git a/aliyun-python-sdk-aas/aliyunsdkaas/request/v20150701/GetSessionInfoByMiniTicketWithRouteRequest.py b/aliyun-python-sdk-aas/aliyunsdkaas/request/v20150701/GetSessionInfoByMiniTicketWithRouteRequest.py new file mode 100644 index 0000000000..04f98d0036 --- /dev/null +++ b/aliyun-python-sdk-aas/aliyunsdkaas/request/v20150701/GetSessionInfoByMiniTicketWithRouteRequest.py @@ -0,0 +1,30 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class GetSessionInfoByMiniTicketWithRouteRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Aas', '2015-07-01', 'GetSessionInfoByMiniTicketWithRoute') + + def get_Ticket(self): + return self.get_query_params().get('Ticket') + + def set_Ticket(self,Ticket): + self.add_query_param('Ticket',Ticket) \ No newline at end of file diff --git a/aliyun-python-sdk-aas/aliyunsdkaas/request/v20150701/GetSessionInfoByMiniTicketWithRouteSGPRORequest.py b/aliyun-python-sdk-aas/aliyunsdkaas/request/v20150701/GetSessionInfoByMiniTicketWithRouteSGPRORequest.py new file mode 100644 index 0000000000..34082f295b --- /dev/null +++ b/aliyun-python-sdk-aas/aliyunsdkaas/request/v20150701/GetSessionInfoByMiniTicketWithRouteSGPRORequest.py @@ -0,0 +1,30 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class GetSessionInfoByMiniTicketWithRouteSGPRORequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Aas', '2015-07-01', 'GetSessionInfoByMiniTicketWithRouteSGPRO') + + def get_Ticket(self): + return self.get_query_params().get('Ticket') + + def set_Ticket(self,Ticket): + self.add_query_param('Ticket',Ticket) \ No newline at end of file diff --git a/aliyun-python-sdk-aas/aliyunsdkaas/request/v20150701/GetSessionInfoByMiniTicketWithRouteSHRORequest.py b/aliyun-python-sdk-aas/aliyunsdkaas/request/v20150701/GetSessionInfoByMiniTicketWithRouteSHRORequest.py new file mode 100644 index 0000000000..dd6fd80dae --- /dev/null +++ b/aliyun-python-sdk-aas/aliyunsdkaas/request/v20150701/GetSessionInfoByMiniTicketWithRouteSHRORequest.py @@ -0,0 +1,30 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class GetSessionInfoByMiniTicketWithRouteSHRORequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Aas', '2015-07-01', 'GetSessionInfoByMiniTicketWithRouteSHRO') + + def get_Ticket(self): + return self.get_query_params().get('Ticket') + + def set_Ticket(self,Ticket): + self.add_query_param('Ticket',Ticket) \ No newline at end of file diff --git a/aliyun-python-sdk-aas/aliyunsdkaas/request/v20150701/GetSessionInfoByTicketRequest.py b/aliyun-python-sdk-aas/aliyunsdkaas/request/v20150701/GetSessionInfoByTicketRequest.py new file mode 100644 index 0000000000..531fa836ad --- /dev/null +++ b/aliyun-python-sdk-aas/aliyunsdkaas/request/v20150701/GetSessionInfoByTicketRequest.py @@ -0,0 +1,30 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class GetSessionInfoByTicketRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Aas', '2015-07-01', 'GetSessionInfoByTicket') + + def get_Ticket(self): + return self.get_query_params().get('Ticket') + + def set_Ticket(self,Ticket): + self.add_query_param('Ticket',Ticket) \ No newline at end of file diff --git a/aliyun-python-sdk-aas/aliyunsdkaas/request/v20150701/GetSessionInfoByTicketWithRouteRequest.py b/aliyun-python-sdk-aas/aliyunsdkaas/request/v20150701/GetSessionInfoByTicketWithRouteRequest.py new file mode 100644 index 0000000000..5a40759c42 --- /dev/null +++ b/aliyun-python-sdk-aas/aliyunsdkaas/request/v20150701/GetSessionInfoByTicketWithRouteRequest.py @@ -0,0 +1,30 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class GetSessionInfoByTicketWithRouteRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Aas', '2015-07-01', 'GetSessionInfoByTicketWithRoute') + + def get_Ticket(self): + return self.get_query_params().get('Ticket') + + def set_Ticket(self,Ticket): + self.add_query_param('Ticket',Ticket) \ No newline at end of file diff --git a/aliyun-python-sdk-aas/aliyunsdkaas/request/v20150701/GetSessionInfoByTicketWithRouteSGPRORequest.py b/aliyun-python-sdk-aas/aliyunsdkaas/request/v20150701/GetSessionInfoByTicketWithRouteSGPRORequest.py new file mode 100644 index 0000000000..f0a98e5033 --- /dev/null +++ b/aliyun-python-sdk-aas/aliyunsdkaas/request/v20150701/GetSessionInfoByTicketWithRouteSGPRORequest.py @@ -0,0 +1,30 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class GetSessionInfoByTicketWithRouteSGPRORequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Aas', '2015-07-01', 'GetSessionInfoByTicketWithRouteSGPRO') + + def get_Ticket(self): + return self.get_query_params().get('Ticket') + + def set_Ticket(self,Ticket): + self.add_query_param('Ticket',Ticket) \ No newline at end of file diff --git a/aliyun-python-sdk-aas/aliyunsdkaas/request/v20150701/GetSessionInfoByTicketWithRouteSHRORequest.py b/aliyun-python-sdk-aas/aliyunsdkaas/request/v20150701/GetSessionInfoByTicketWithRouteSHRORequest.py new file mode 100644 index 0000000000..0dc9dfc8fa --- /dev/null +++ b/aliyun-python-sdk-aas/aliyunsdkaas/request/v20150701/GetSessionInfoByTicketWithRouteSHRORequest.py @@ -0,0 +1,30 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class GetSessionInfoByTicketWithRouteSHRORequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Aas', '2015-07-01', 'GetSessionInfoByTicketWithRouteSHRO') + + def get_Ticket(self): + return self.get_query_params().get('Ticket') + + def set_Ticket(self,Ticket): + self.add_query_param('Ticket',Ticket) \ No newline at end of file diff --git a/aliyun-python-sdk-aas/aliyunsdkaas/request/v20150701/GetShortTermAccessKeyForAccountRequest.py b/aliyun-python-sdk-aas/aliyunsdkaas/request/v20150701/GetShortTermAccessKeyForAccountRequest.py new file mode 100644 index 0000000000..8bbf9fcee0 --- /dev/null +++ b/aliyun-python-sdk-aas/aliyunsdkaas/request/v20150701/GetShortTermAccessKeyForAccountRequest.py @@ -0,0 +1,42 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class GetShortTermAccessKeyForAccountRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Aas', '2015-07-01', 'GetShortTermAccessKeyForAccount') + + def get_ExpireTime(self): + return self.get_query_params().get('ExpireTime') + + def set_ExpireTime(self,ExpireTime): + self.add_query_param('ExpireTime',ExpireTime) + + def get_IsMfaPresent(self): + return self.get_query_params().get('IsMfaPresent') + + def set_IsMfaPresent(self,IsMfaPresent): + self.add_query_param('IsMfaPresent',IsMfaPresent) + + def get_PK(self): + return self.get_query_params().get('PK') + + def set_PK(self,PK): + self.add_query_param('PK',PK) \ No newline at end of file diff --git a/aliyun-python-sdk-aas/aliyunsdkaas/request/v20150701/IsBindMfaByPkRequest.py b/aliyun-python-sdk-aas/aliyunsdkaas/request/v20150701/IsBindMfaByPkRequest.py new file mode 100644 index 0000000000..a090f879d2 --- /dev/null +++ b/aliyun-python-sdk-aas/aliyunsdkaas/request/v20150701/IsBindMfaByPkRequest.py @@ -0,0 +1,30 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class IsBindMfaByPkRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Aas', '2015-07-01', 'IsBindMfaByPk') + + def get_PK(self): + return self.get_query_params().get('PK') + + def set_PK(self,PK): + self.add_query_param('PK',PK) \ No newline at end of file diff --git a/aliyun-python-sdk-aas/aliyunsdkaas/request/v20150701/ListAccessKeysForAccountRequest.py b/aliyun-python-sdk-aas/aliyunsdkaas/request/v20150701/ListAccessKeysForAccountRequest.py index 074b5bda61..b280f63fda 100755 --- a/aliyun-python-sdk-aas/aliyunsdkaas/request/v20150701/ListAccessKeysForAccountRequest.py +++ b/aliyun-python-sdk-aas/aliyunsdkaas/request/v20150701/ListAccessKeysForAccountRequest.py @@ -21,22 +21,22 @@ class ListAccessKeysForAccountRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Aas', '2015-07-01', 'ListAccessKeysForAccount') - - def get_PK(self): - return self.get_query_params().get('PK') - - def set_PK(self,PK): - self.add_query_param('PK',PK) - - def get_AKStatus(self): - return self.get_query_params().get('AKStatus') - - def set_AKStatus(self,AKStatus): - self.add_query_param('AKStatus',AKStatus) - - def get_AKType(self): - return self.get_query_params().get('AKType') - - def set_AKType(self,AKType): - self.add_query_param('AKType',AKType) \ No newline at end of file + RpcRequest.__init__(self, 'Aas', '2015-07-01', 'ListAccessKeysForAccount') + + def get_AKType(self): + return self.get_query_params().get('AKType') + + def set_AKType(self,AKType): + self.add_query_param('AKType',AKType) + + def get_AKStatus(self): + return self.get_query_params().get('AKStatus') + + def set_AKStatus(self,AKStatus): + self.add_query_param('AKStatus',AKStatus) + + def get_PK(self): + return self.get_query_params().get('PK') + + def set_PK(self,PK): + self.add_query_param('PK',PK) \ No newline at end of file diff --git a/aliyun-python-sdk-aas/aliyunsdkaas/request/v20150701/ListAliyunAccountRequest.py b/aliyun-python-sdk-aas/aliyunsdkaas/request/v20150701/ListAliyunAccountRequest.py new file mode 100644 index 0000000000..5fbdc0bc39 --- /dev/null +++ b/aliyun-python-sdk-aas/aliyunsdkaas/request/v20150701/ListAliyunAccountRequest.py @@ -0,0 +1,36 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class ListAliyunAccountRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Aas', '2015-07-01', 'ListAliyunAccount') + + def get_Marker(self): + return self.get_query_params().get('Marker') + + def set_Marker(self,Marker): + self.add_query_param('Marker',Marker) + + def get_MaxItems(self): + return self.get_query_params().get('MaxItems') + + def set_MaxItems(self,MaxItems): + self.add_query_param('MaxItems',MaxItems) \ No newline at end of file diff --git a/aliyun-python-sdk-aas/aliyunsdkaas/request/v20150701/UpdateAccessKeyStatusForAccountRequest.py b/aliyun-python-sdk-aas/aliyunsdkaas/request/v20150701/UpdateAccessKeyStatusForAccountRequest.py index 9f0d7974bd..d84f730257 100755 --- a/aliyun-python-sdk-aas/aliyunsdkaas/request/v20150701/UpdateAccessKeyStatusForAccountRequest.py +++ b/aliyun-python-sdk-aas/aliyunsdkaas/request/v20150701/UpdateAccessKeyStatusForAccountRequest.py @@ -21,22 +21,22 @@ class UpdateAccessKeyStatusForAccountRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Aas', '2015-07-01', 'UpdateAccessKeyStatusForAccount') - - def get_PK(self): - return self.get_query_params().get('PK') - - def set_PK(self,PK): - self.add_query_param('PK',PK) - - def get_AKId(self): - return self.get_query_params().get('AKId') - - def set_AKId(self,AKId): - self.add_query_param('AKId',AKId) - - def get_AKStatus(self): - return self.get_query_params().get('AKStatus') - - def set_AKStatus(self,AKStatus): - self.add_query_param('AKStatus',AKStatus) \ No newline at end of file + RpcRequest.__init__(self, 'Aas', '2015-07-01', 'UpdateAccessKeyStatusForAccount') + + def get_AKStatus(self): + return self.get_query_params().get('AKStatus') + + def set_AKStatus(self,AKStatus): + self.add_query_param('AKStatus',AKStatus) + + def get_AKId(self): + return self.get_query_params().get('AKId') + + def set_AKId(self,AKId): + self.add_query_param('AKId',AKId) + + def get_PK(self): + return self.get_query_params().get('PK') + + def set_PK(self,PK): + self.add_query_param('PK',PK) \ No newline at end of file diff --git a/aliyun-python-sdk-aas/aliyunsdkaas/request/v20150701/UpdatePasswordForAccountRequest.py b/aliyun-python-sdk-aas/aliyunsdkaas/request/v20150701/UpdatePasswordForAccountRequest.py index d18c5797fc..d95ca75fd8 100755 --- a/aliyun-python-sdk-aas/aliyunsdkaas/request/v20150701/UpdatePasswordForAccountRequest.py +++ b/aliyun-python-sdk-aas/aliyunsdkaas/request/v20150701/UpdatePasswordForAccountRequest.py @@ -21,16 +21,16 @@ class UpdatePasswordForAccountRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Aas', '2015-07-01', 'UpdatePasswordForAccount') - - def get_PK(self): - return self.get_query_params().get('PK') - - def set_PK(self,PK): - self.add_query_param('PK',PK) - - def get_NewPassword(self): - return self.get_query_params().get('NewPassword') - - def set_NewPassword(self,NewPassword): + RpcRequest.__init__(self, 'Aas', '2015-07-01', 'UpdatePasswordForAccount') + + def get_PK(self): + return self.get_query_params().get('PK') + + def set_PK(self,PK): + self.add_query_param('PK',PK) + + def get_NewPassword(self): + return self.get_query_params().get('NewPassword') + + def set_NewPassword(self,NewPassword): self.add_query_param('NewPassword',NewPassword) \ No newline at end of file diff --git a/aliyun-python-sdk-aas/aliyunsdkaas/request/v20150701/UpdateStatusForAccountRequest.py b/aliyun-python-sdk-aas/aliyunsdkaas/request/v20150701/UpdateStatusForAccountRequest.py new file mode 100644 index 0000000000..47ee80fb34 --- /dev/null +++ b/aliyun-python-sdk-aas/aliyunsdkaas/request/v20150701/UpdateStatusForAccountRequest.py @@ -0,0 +1,36 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class UpdateStatusForAccountRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Aas', '2015-07-01', 'UpdateStatusForAccount') + + def get_AccountStatus(self): + return self.get_query_params().get('AccountStatus') + + def set_AccountStatus(self,AccountStatus): + self.add_query_param('AccountStatus',AccountStatus) + + def get_PK(self): + return self.get_query_params().get('PK') + + def set_PK(self,PK): + self.add_query_param('PK',PK) \ No newline at end of file diff --git a/aliyun-python-sdk-aas/aliyunsdkaas/request/v20150701/VerifyAccountLoginTokenRequest.py b/aliyun-python-sdk-aas/aliyunsdkaas/request/v20150701/VerifyAccountLoginTokenRequest.py new file mode 100644 index 0000000000..b7adc3831d --- /dev/null +++ b/aliyun-python-sdk-aas/aliyunsdkaas/request/v20150701/VerifyAccountLoginTokenRequest.py @@ -0,0 +1,30 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class VerifyAccountLoginTokenRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Aas', '2015-07-01', 'VerifyAccountLoginToken') + + def get_LoginToken(self): + return self.get_query_params().get('LoginToken') + + def set_LoginToken(self,LoginToken): + self.add_query_param('LoginToken',LoginToken) \ No newline at end of file diff --git a/aliyun-python-sdk-aas/setup.py b/aliyun-python-sdk-aas/setup.py index 231c37207c..d7d253e27c 100644 --- a/aliyun-python-sdk-aas/setup.py +++ b/aliyun-python-sdk-aas/setup.py @@ -25,9 +25,9 @@ """ setup module for aas. -Created on 27/9/2017 +Created on 7/3/2015 -@author: wenyang +@author: alex """ PACKAGE = "aliyunsdkaas" @@ -46,13 +46,6 @@ finally: desc_file.close() -requires = [] - -if sys.version_info < (3, 3): - requires.append("aliyun-python-sdk-core>=2.0.2") -else: - requires.append("aliyun-python-sdk-core-v3>=2.3.5") - setup( name=NAME, version=VERSION, @@ -66,7 +59,7 @@ packages=find_packages(exclude=["tests*"]), include_package_data=True, platforms="any", - install_requires=requires, + install_requires=["aliyun-python-sdk-core>=2.11.5",], classifiers=( "Development Status :: 4 - Beta", "Intended Audience :: Developers", From fe430d52733e562b67c835942d1cd60828cb69f3 Mon Sep 17 00:00:00 2001 From: Alibaba Cloud SDK Date: Mon, 20 May 2019 10:20:02 +0800 Subject: [PATCH 017/282] Generated 2015-07-01 for Aas --- aliyun-python-sdk-aas/ChangeLog.txt | 3 +++ aliyun-python-sdk-aas/aliyunsdkaas/__init__.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/aliyun-python-sdk-aas/ChangeLog.txt b/aliyun-python-sdk-aas/ChangeLog.txt index 53e6b90a0b..173235395e 100644 --- a/aliyun-python-sdk-aas/ChangeLog.txt +++ b/aliyun-python-sdk-aas/ChangeLog.txt @@ -1,3 +1,6 @@ +2019-05-20 Version: 1.10.3 +- Generated 2015-07-01 for `Aas` + 2019-05-17 Version: 1.10.1 - Generated 2015-07-01 for `Aas` diff --git a/aliyun-python-sdk-aas/aliyunsdkaas/__init__.py b/aliyun-python-sdk-aas/aliyunsdkaas/__init__.py index c9ca5331be..dd367c7b14 100644 --- a/aliyun-python-sdk-aas/aliyunsdkaas/__init__.py +++ b/aliyun-python-sdk-aas/aliyunsdkaas/__init__.py @@ -1 +1 @@ -__version__ = '1.10.1' \ No newline at end of file +__version__ = '1.10.3' \ No newline at end of file From 401f8ee97ff361f552152b627450d6e996ba3441 Mon Sep 17 00:00:00 2001 From: Alibaba Cloud SDK Date: Mon, 20 May 2019 10:26:46 +0800 Subject: [PATCH 018/282] Generated 2014-07-14 for Bss --- aliyun-python-sdk-bss/ChangeLog.txt | 3 +++ aliyun-python-sdk-bss/aliyunsdkbss/__init__.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/aliyun-python-sdk-bss/ChangeLog.txt b/aliyun-python-sdk-bss/ChangeLog.txt index 42e533ef72..94c1bff81f 100644 --- a/aliyun-python-sdk-bss/ChangeLog.txt +++ b/aliyun-python-sdk-bss/ChangeLog.txt @@ -1,3 +1,6 @@ +2019-05-20 Version: 1.90.1 +- Generated 2014-07-14 for `Bss` + 2019-05-17 Version: 1.10.3 - Generated 2014-07-14 for `Bss` diff --git a/aliyun-python-sdk-bss/aliyunsdkbss/__init__.py b/aliyun-python-sdk-bss/aliyunsdkbss/__init__.py index dd367c7b14..acd0f47fbb 100644 --- a/aliyun-python-sdk-bss/aliyunsdkbss/__init__.py +++ b/aliyun-python-sdk-bss/aliyunsdkbss/__init__.py @@ -1 +1 @@ -__version__ = '1.10.3' \ No newline at end of file +__version__ = '1.90.1' \ No newline at end of file From abc0fef42461eab9790534f8f79481760158694e Mon Sep 17 00:00:00 2001 From: Alibaba Cloud SDK Date: Mon, 20 May 2019 10:47:27 +0800 Subject: [PATCH 019/282] Generated 2014-07-14 for Bss --- aliyun-python-sdk-bss/ChangeLog.txt | 3 +++ aliyun-python-sdk-bss/aliyunsdkbss/__init__.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/aliyun-python-sdk-bss/ChangeLog.txt b/aliyun-python-sdk-bss/ChangeLog.txt index 94c1bff81f..3401a928a3 100644 --- a/aliyun-python-sdk-bss/ChangeLog.txt +++ b/aliyun-python-sdk-bss/ChangeLog.txt @@ -1,3 +1,6 @@ +2019-05-20 Version: 1.90.2 +- Generated 2014-07-14 for `Bss` + 2019-05-20 Version: 1.90.1 - Generated 2014-07-14 for `Bss` diff --git a/aliyun-python-sdk-bss/aliyunsdkbss/__init__.py b/aliyun-python-sdk-bss/aliyunsdkbss/__init__.py index acd0f47fbb..8e0225f192 100644 --- a/aliyun-python-sdk-bss/aliyunsdkbss/__init__.py +++ b/aliyun-python-sdk-bss/aliyunsdkbss/__init__.py @@ -1 +1 @@ -__version__ = '1.90.1' \ No newline at end of file +__version__ = '1.90.2' \ No newline at end of file From 9547b571309d83bb493f3e7eb804fbfd432c276a Mon Sep 17 00:00:00 2001 From: admin Date: Mon, 20 May 2019 15:38:48 +0800 Subject: [PATCH 020/282] Generated 2014-05-26, 2016-03-14 for Ecs --- aliyun-python-sdk-ecs/ChangeLog.txt | 3 + .../aliyunsdkecs/__init__.py | 2 +- .../AcceptInquiredSystemEventRequest.py | 2 +- .../ActivateRouterInterfaceRequest.py | 2 +- .../AddBandwidthPackageIpsRequest.py | 2 +- .../request/v20140526/AddIpRangeRequest.py | 2 +- .../request/v20140526/AddTagsRequest.py | 2 +- .../v20140526/AddTags_GatedLaunchRequest.py | 2 +- .../AllocateDedicatedHostsRequest.py | 2 +- .../v20140526/AllocateEipAddressRequest.py | 2 +- .../AllocatePublicIpAddressRequest.py | 2 +- ...ocatePublicIpAddress_GatedLaunchRequest.py | 2 +- .../ApplyAutoSnapshotPolicyRequest.py | 2 +- ...lyAutoSnapshotPolicy_GatedLaunchRequest.py | 2 +- .../v20140526/AssignIpv6AddressesRequest.py | 2 +- .../AssignPrivateIpAddressesRequest.py | 2 +- .../v20140526/AssociateEipAddressRequest.py | 2 +- .../v20140526/AssociateHaVipRequest.py | 2 +- .../v20140526/AttachClassicLinkVpcRequest.py | 2 +- .../request/v20140526/AttachDiskRequest.py | 2 +- .../AttachDisk_GatedLaunchRequest.py | 2 +- .../v20140526/AttachInstanceRamRoleRequest.py | 2 +- .../request/v20140526/AttachKeyPairRequest.py | 2 +- .../AttachNetworkInterfaceRequest.py | 2 +- .../request/v20140526/AttachVolumeRequest.py | 2 +- .../AttachVolume_GatedLaunchRequest.py | 2 +- .../AuthorizeSecurityGroupEgressRequest.py | 2 +- ...eSecurityGroupEgress_GatedLaunchRequest.py | 2 +- .../AuthorizeSecurityGroupRequest.py | 2 +- ...thorizeSecurityGroup_GatedLaunchRequest.py | 2 +- .../request/v20140526/BindIpRangeRequest.py | 2 +- .../BindIpRange_GatedLaunchRequest.py | 2 +- .../v20140526/CancelAgreementRequest.py | 2 +- .../CancelAutoSnapshotPolicyRequest.py | 2 +- ...elAutoSnapshotPolicy_GatedLaunchRequest.py | 2 +- .../v20140526/CancelCopyImageRequest.py | 2 +- .../CancelCopyImage_GatedLaunchRequest.py | 2 +- .../CancelPhysicalConnectionRequest.py | 2 +- .../CancelSimulatedSystemEventsRequest.py | 2 +- .../request/v20140526/CancelTaskRequest.py | 2 +- .../CancelTask_GatedLaunchRequest.py | 2 +- .../v20140526/CancelUserEventRequest.py | 2 +- .../CheckAutoSnapshotPolicyRequest.py | 2 +- ...ckAutoSnapshotPolicy_GatedLaunchRequest.py | 2 +- ...DiskEnableAutoSnapshotValidationRequest.py | 2 +- ...toSnapshotValidation_GatedLaunchRequest.py | 2 +- .../ConnectRouterInterfaceRequest.py | 2 +- .../ConvertNatPublicIpToEipRequest.py | 2 +- .../request/v20140526/CopyImageRequest.py | 2 +- .../v20140526/CopyImage_GatedLaunchRequest.py | 2 +- .../CreateAutoSnapshotPolicyRequest.py | 2 +- ...teAutoSnapshotPolicy_GatedLaunchRequest.py | 2 +- .../request/v20140526/CreateCommandRequest.py | 2 +- .../v20140526/CreateDeploymentSetRequest.py | 2 +- .../request/v20140526/CreateDiskRequest.py | 2 +- .../CreateDisk_GatedLaunchRequest.py | 2 +- .../request/v20140526/CreateFleetRequest.py | 2 +- .../v20140526/CreateForwardEntryRequest.py | 2 +- .../request/v20140526/CreateHaVipRequest.py | 2 +- .../v20140526/CreateHpcClusterRequest.py | 2 +- .../request/v20140526/CreateImageRequest.py | 2 +- .../CreateImage_GatedLaunchRequest.py | 2 +- .../v20140526/CreateInstanceRequest.py | 2 +- .../CreateInstance_GatedLaunchRequest.py | 2 +- .../request/v20140526/CreateKeyPairRequest.py | 2 +- .../v20140526/CreateLaunchTemplateRequest.py | 2 +- .../CreateLaunchTemplateVersionRequest.py | 2 +- .../v20140526/CreateNatGatewayRequest.py | 2 +- ...CreateNetworkInterfacePermissionRequest.py | 2 +- .../CreateNetworkInterfaceRequest.py | 2 +- .../CreatePhysicalConnectionRequest.py | 2 +- .../v20140526/CreateRouteEntryRequest.py | 2 +- .../v20140526/CreateRouterInterfaceRequest.py | 2 +- .../v20140526/CreateSecurityGroupRequest.py | 2 +- .../CreateSecurityGroup_GatedLaunchRequest.py | 2 +- .../CreateSimulatedSystemEventsRequest.py | 2 +- .../v20140526/CreateSnapshotRequest.py | 2 +- .../CreateSnapshot_GatedLaunchRequest.py | 2 +- .../v20140526/CreateUserEventRequest.py | 2 +- .../request/v20140526/CreateVSwitchRequest.py | 2 +- .../CreateVirtualBorderRouterRequest.py | 2 +- .../request/v20140526/CreateVolumeRequest.py | 2 +- .../CreateVolume_GatedLaunchRequest.py | 2 +- .../request/v20140526/CreateVpcRequest.py | 2 +- .../DeactivateRouterInterfaceRequest.py | 2 +- .../DeleteAutoSnapshotPolicyRequest.py | 2 +- ...teAutoSnapshotPolicy_GatedLaunchRequest.py | 2 +- .../DeleteBandwidthPackageRequest.py | 2 +- .../request/v20140526/DeleteCommandRequest.py | 2 +- .../v20140526/DeleteDeploymentSetRequest.py | 2 +- .../request/v20140526/DeleteDiskRequest.py | 2 +- .../DeleteDisk_GatedLaunchRequest.py | 2 +- .../request/v20140526/DeleteFleetRequest.py | 2 +- .../v20140526/DeleteForwardEntryRequest.py | 2 +- .../request/v20140526/DeleteHaVipRequest.py | 2 +- .../v20140526/DeleteHpcClusterRequest.py | 2 +- .../request/v20140526/DeleteImageRequest.py | 2 +- .../DeleteImage_GatedLaunchRequest.py | 2 +- .../v20140526/DeleteInstanceRequest.py | 2 +- .../DeleteInstance_GatedLaunchRequest.py | 2 +- .../v20140526/DeleteKeyPairsRequest.py | 2 +- .../v20140526/DeleteLaunchTemplateRequest.py | 2 +- .../DeleteLaunchTemplateVersionRequest.py | 2 +- .../v20140526/DeleteNatGatewayRequest.py | 2 +- ...DeleteNetworkInterfacePermissionRequest.py | 2 +- .../DeleteNetworkInterfaceRequest.py | 2 +- .../DeletePhysicalConnectionRequest.py | 2 +- .../v20140526/DeleteRecycleBinRequest.py | 2 +- .../v20140526/DeleteRouteEntryRequest.py | 2 +- .../v20140526/DeleteRouterInterfaceRequest.py | 2 +- .../v20140526/DeleteSecurityGroupRequest.py | 2 +- .../DeleteSecurityGroup_GatedLaunchRequest.py | 2 +- .../v20140526/DeleteSnapshotRequest.py | 2 +- .../DeleteSnapshot_GatedLaunchRequest.py | 2 +- .../request/v20140526/DeleteVSwitchRequest.py | 2 +- .../DeleteVirtualBorderRouterRequest.py | 2 +- .../request/v20140526/DeleteVolumeRequest.py | 2 +- .../DeleteVolume_GatedLaunchRequest.py | 2 +- .../request/v20140526/DeleteVpcRequest.py | 2 +- .../v20140526/DescribeAccessPointsRequest.py | 2 +- .../DescribeAccountAttributesRequest.py | 2 +- .../DescribeAutoSnapshotPolicyExRequest.py | 2 +- .../DescribeAutoSnapshotPolicyRequest.py | 2 +- .../DescribeAvailableResourceRequest.py | 2 +- .../DescribeBandwidthLimitationRequest.py | 2 +- .../DescribeBandwidthPackagesRequest.py | 2 +- .../DescribeClassicLinkInstancesRequest.py | 2 +- .../DescribeCloudAssistantStatusRequest.py | 2 +- .../v20140526/DescribeClustersRequest.py | 2 +- .../v20140526/DescribeCommandsRequest.py | 2 +- .../DescribeDedicatedHostAutoRenewRequest.py | 2 +- .../DescribeDedicatedHostTypesRequest.py | 2 +- .../DescribeDedicatedHostsRequest.py | 2 +- .../v20140526/DescribeDemandsRequest.py | 2 +- .../DescribeDeploymentSetTopologyRequest.py | 2 +- .../DescribeDeploymentSetsRequest.py | 2 +- .../DescribeDiskMonitorDataRequest.py | 2 +- .../DescribeDisksFullStatusRequest.py | 2 +- .../request/v20140526/DescribeDisksRequest.py | 2 +- .../v20140526/DescribeEipAddressesRequest.py | 2 +- .../DescribeEipMonitorDataRequest.py | 2 +- .../DescribeEniMonitorDataRequest.py | 2 +- .../v20140526/DescribeEventDetailRequest.py | 2 +- .../v20140526/DescribeEventsRequest.py | 2 +- .../v20140526/DescribeFleetHistoryRequest.py | 2 +- .../DescribeFleetInstancesRequest.py | 2 +- .../v20140526/DescribeFleetsRequest.py | 2 +- .../DescribeForwardTableEntriesRequest.py | 2 +- .../v20140526/DescribeHaVipsRequest.py | 2 +- .../v20140526/DescribeHpcClustersRequest.py | 2 +- .../DescribeImageSharePermissionRequest.py | 2 +- ...escribeImageSupportInstanceTypesRequest.py | 2 +- .../v20140526/DescribeImagesRequest.py | 2 +- .../DescribeInstanceAttributeRequest.py | 2 +- ...scribeInstanceAutoRenewAttributeRequest.py | 2 +- .../DescribeInstanceHistoryEventsRequest.py | 2 +- .../DescribeInstanceMonitorDataRequest.py | 2 +- ...escribeInstancePhysicalAttributeRequest.py | 2 +- ...ncePhysicalAttribute_GatedLaunchRequest.py | 2 +- .../DescribeInstanceRamRoleRequest.py | 2 +- .../DescribeInstanceStatusRequest.py | 2 +- .../DescribeInstanceTopologyRequest.py | 2 +- .../DescribeInstanceTypeFamiliesRequest.py | 2 +- .../v20140526/DescribeInstanceTypesRequest.py | 2 +- .../DescribeInstanceVncPasswdRequest.py | 2 +- ...ibeInstanceVncPasswd_GatedLaunchRequest.py | 2 +- .../DescribeInstanceVncUrlRequest.py | 2 +- ...scribeInstanceVncUrl_GatedLaunchRequest.py | 2 +- .../DescribeInstancesFullStatusRequest.py | 2 +- .../v20140526/DescribeInstancesRequest.py | 2 +- .../DescribeIntranetAttributeKbRequest.py | 2 +- ...eIntranetAttributeKb_GatedLaunchRequest.py | 2 +- .../DescribeInvocationResultsRequest.py | 2 +- .../v20140526/DescribeInvocationsRequest.py | 2 +- .../v20140526/DescribeIpRangesRequest.py | 2 +- .../v20140526/DescribeKeyPairsRequest.py | 2 +- .../DescribeLaunchTemplateVersionsRequest.py | 2 +- .../DescribeLaunchTemplatesRequest.py | 2 +- .../v20140526/DescribeLimitationRequest.py | 2 +- .../DescribeLimitation_GatedLaunchRequest.py | 2 +- .../v20140526/DescribeNatGatewaysRequest.py | 2 +- ...cribeNetworkInterfacePermissionsRequest.py | 2 +- .../DescribeNetworkInterfacesRequest.py | 2 +- ...DescribeNewProjectEipMonitorDataRequest.py | 2 +- .../DescribePhysicalConnectionsRequest.py | 2 +- .../request/v20140526/DescribePriceRequest.py | 2 +- .../DescribeRecommendInstanceTypeRequest.py | 2 +- .../v20140526/DescribeRecycleBinRequest.py | 2 +- .../v20140526/DescribeRegionsRequest.py | 2 +- .../v20140526/DescribeRenewalPriceRequest.py | 2 +- .../DescribeReservedInstancesRequest.py | 2 +- .../DescribeResourceByTagsRequest.py | 2 +- .../DescribeResourcesModificationRequest.py | 2 +- .../v20140526/DescribeRouteTablesRequest.py | 2 +- .../DescribeRouterInterfacesRequest.py | 2 +- .../DescribeSecurityGroupAttributeRequest.py | 2 +- .../DescribeSecurityGroupReferencesRequest.py | 2 +- .../DescribeSecurityGroupsRequest.py | 2 +- .../v20140526/DescribeSnapshotLinksRequest.py | 2 +- .../DescribeSnapshotMonitorDataRequest.py | 2 +- .../DescribeSnapshotPackageRequest.py | 2 +- .../v20140526/DescribeSnapshotsRequest.py | 2 +- .../DescribeSnapshotsUsageRequest.py | 2 +- .../DescribeSpotPriceHistoryRequest.py | 2 +- .../v20140526/DescribeTagKeysRequest.py | 2 +- .../DescribeTagKeys_GatedLaunchRequest.py | 2 +- .../request/v20140526/DescribeTagsRequest.py | 2 +- .../v20140526/DescribeTaskAttributeRequest.py | 2 +- .../request/v20140526/DescribeTasksRequest.py | 2 +- .../DescribeUserBusinessBehaviorRequest.py | 2 +- .../v20140526/DescribeUserDataRequest.py | 2 +- .../DescribeUserData_GatedLaunchRequest.py | 2 +- .../v20140526/DescribeVRoutersRequest.py | 2 +- .../v20140526/DescribeVSwitchesRequest.py | 2 +- ...rderRoutersForPhysicalConnectionRequest.py | 2 +- .../DescribeVirtualBorderRoutersRequest.py | 2 +- .../v20140526/DescribeVolumesRequest.py | 2 +- .../request/v20140526/DescribeVpcsRequest.py | 2 +- .../request/v20140526/DescribeZonesRequest.py | 2 +- .../v20140526/DetachClassicLinkVpcRequest.py | 2 +- .../request/v20140526/DetachDiskRequest.py | 2 +- .../DetachDisk_GatedLaunchRequest.py | 2 +- .../v20140526/DetachInstanceRamRoleRequest.py | 2 +- .../request/v20140526/DetachKeyPairRequest.py | 2 +- .../DetachNetworkInterfaceRequest.py | 2 +- .../request/v20140526/DetachVolumeRequest.py | 2 +- .../DetachVolume_GatedLaunchRequest.py | 2 +- .../request/v20140526/EipFillParamsRequest.py | 2 +- .../v20140526/EipFillProductRequest.py | 2 +- .../request/v20140526/EipNotifyPaidRequest.py | 2 +- .../EnablePhysicalConnectionRequest.py | 2 +- .../request/v20140526/ExportImageRequest.py | 2 +- .../ExportImage_GatedLaunchRequest.py | 2 +- .../v20140526/ExportSnapshotRequest.py | 2 +- .../GetInstanceConsoleOutputRequest.py | 2 +- .../v20140526/GetInstanceScreenshotRequest.py | 2 +- .../request/v20140526/ImportImageRequest.py | 2 +- .../ImportImage_GatedLaunchRequest.py | 2 +- .../request/v20140526/ImportKeyPairRequest.py | 2 +- .../v20140526/ImportSnapshotRequest.py | 2 +- .../v20140526/InstallCloudAssistantRequest.py | 2 +- .../request/v20140526/InvokeCommandRequest.py | 2 +- .../v20140526/JoinResourceGroupRequest.py | 2 +- .../v20140526/JoinSecurityGroupRequest.py | 2 +- .../JoinSecurityGroup_GatedLaunchRequest.py | 2 +- .../v20140526/LeaveSecurityGroupRequest.py | 2 +- .../LeaveSecurityGroup_GatedLaunchRequest.py | 2 +- .../v20140526/ListTagResourcesRequest.py | 2 +- .../ModifyAutoSnapshotPolicyExRequest.py | 2 +- ...AutoSnapshotPolicyEx_GatedLaunchRequest.py | 2 +- .../ModifyAutoSnapshotPolicyRequest.py | 2 +- ...fyAutoSnapshotPolicy_GatedLaunchRequest.py | 2 +- .../ModifyBandwidthPackageSpecRequest.py | 2 +- .../request/v20140526/ModifyCommandRequest.py | 2 +- .../ModifyDedicatedHostAttributeRequest.py | 2 +- ...difyDedicatedHostAutoReleaseTimeRequest.py | 2 +- ...yDedicatedHostAutoRenewAttributeRequest.py | 2 +- .../ModifyDeploymentSetAttributeRequest.py | 2 +- .../v20140526/ModifyDiskAttributeRequest.py | 2 +- .../ModifyDiskAttribute_GatedLaunchRequest.py | 2 +- .../v20140526/ModifyDiskChargeTypeRequest.py | 2 +- .../ModifyEipAddressAttributeRequest.py | 2 +- .../request/v20140526/ModifyFleetRequest.py | 2 +- .../v20140526/ModifyForwardEntryRequest.py | 2 +- .../v20140526/ModifyHaVipAttributeRequest.py | 2 +- .../ModifyHpcClusterAttributeRequest.py | 2 +- .../v20140526/ModifyImageAttributeRequest.py | 2 +- ...ModifyImageAttribute_GatedLaunchRequest.py | 2 +- .../ModifyImageShareGroupPermissionRequest.py | 2 +- ...ShareGroupPermission_GatedLaunchRequest.py | 2 +- .../ModifyImageSharePermissionRequest.py | 2 +- ...ImageSharePermission_GatedLaunchRequest.py | 2 +- .../ModifyInstanceAttributeRequest.py | 2 +- ...ifyInstanceAttribute_GatedLaunchRequest.py | 2 +- .../ModifyInstanceAutoReleaseTimeRequest.py | 2 +- ...ModifyInstanceAutoRenewAttributeRequest.py | 2 +- ...ceAutoRenewAttribute_GatedLaunchRequest.py | 2 +- .../ModifyInstanceChargeTypeRequest.py | 2 +- .../ModifyInstanceDeploymentRequest.py | 2 +- .../ModifyInstanceNetworkSpecRequest.py | 2 +- ...yInstanceNetworkSpec_GatedLaunchRequest.py | 2 +- .../v20140526/ModifyInstanceSpecRequest.py | 2 +- .../ModifyInstanceSpec_GatedLaunchRequest.py | 2 +- .../ModifyInstanceVncPasswdRequest.py | 2 +- ...ifyInstanceVncPasswd_GatedLaunchRequest.py | 2 +- .../ModifyInstanceVpcAttributeRequest.py | 2 +- ...InstanceVpcAttribute_GatedLaunchRequest.py | 2 +- .../ModifyIntranetBandwidthKbRequest.py | 2 +- ...yIntranetBandwidthKb_GatedLaunchRequest.py | 2 +- ...difyLaunchTemplateDefaultVersionRequest.py | 2 +- .../ModifyNetworkInterfaceAttributeRequest.py | 2 +- ...odifyPhysicalConnectionAttributeRequest.py | 2 +- .../ModifyPrepayInstanceSpecRequest.py | 2 +- .../ModifyReservedInstanceAttributeRequest.py | 2 +- .../ModifyReservedInstancesRequest.py | 2 +- .../ModifyRouterInterfaceAttributeRequest.py | 2 +- .../ModifyRouterInterfaceSpecRequest.py | 2 +- .../ModifySecurityGroupAttributeRequest.py | 2 +- ...curityGroupAttribute_GatedLaunchRequest.py | 2 +- .../ModifySecurityGroupEgressRuleRequest.py | 2 +- .../ModifySecurityGroupPolicyRequest.py | 2 +- .../ModifySecurityGroupRuleRequest.py | 2 +- .../ModifySnapshotAttributeRequest.py | 2 +- ...ifySnapshotAttribute_GatedLaunchRequest.py | 2 +- .../ModifyUserBusinessBehaviorRequest.py | 2 +- .../ModifyUserEventAttributeRequest.py | 2 +- .../ModifyVRouterAttributeRequest.py | 2 +- .../ModifyVSwitchAttributeRequest.py | 2 +- ...difyVirtualBorderRouterAttributeRequest.py | 2 +- .../v20140526/ModifyVolumeAttributeRequest.py | 2 +- ...odifyVolumeAttribute_GatedLaunchRequest.py | 2 +- .../v20140526/ModifyVpcAttributeRequest.py | 2 +- ...urchaseReservedInstancesOfferingRequest.py | 2 +- .../v20140526/ReActivateInstancesRequest.py | 2 +- .../request/v20140526/ReInitDiskRequest.py | 2 +- .../ReInitDisk_GatedLaunchRequest.py | 2 +- .../request/v20140526/ReInitVolumeRequest.py | 2 +- .../ReInitVolume_GatedLaunchRequest.py | 2 +- .../v20140526/RebootInstanceRequest.py | 2 +- .../RebootInstance_GatedLaunchRequest.py | 2 +- .../RecoverVirtualBorderRouterRequest.py | 2 +- .../v20140526/RedeployInstanceRequest.py | 2 +- .../v20140526/ReleaseDedicatedHostRequest.py | 2 +- .../v20140526/ReleaseEipAddressRequest.py | 2 +- .../ReleasePublicIpAddressRequest.py | 2 +- ...leasePublicIpAddress_GatedLaunchRequest.py | 2 +- .../RemoveBandwidthPackageIpsRequest.py | 2 +- .../request/v20140526/RemoveTagsRequest.py | 2 +- .../RemoveTags_GatedLaunchRequest.py | 2 +- .../v20140526/RenewDedicatedHostsRequest.py | 2 +- .../request/v20140526/RenewInstanceRequest.py | 2 +- .../RenewInstance_GatedLaunchRequest.py | 2 +- .../v20140526/ReplaceSystemDiskRequest.py | 2 +- .../ReplaceSystemDisk_GatedLaunchRequest.py | 2 +- .../v20140526/ReportInstancesStatusRequest.py | 96 +++++++++++++++++++ .../request/v20140526/ResetDiskRequest.py | 2 +- .../v20140526/ResetDisk_GatedLaunchRequest.py | 2 +- .../request/v20140526/ResizeDiskRequest.py | 2 +- .../ResizeDisk_GatedLaunchRequest.py | 2 +- .../request/v20140526/ResizeVolumeRequest.py | 2 +- .../ResizeVolume_GatedLaunchRequest.py | 2 +- .../RevokeSecurityGroupEgressRequest.py | 2 +- ...eSecurityGroupEgress_GatedLaunchRequest.py | 2 +- .../v20140526/RevokeSecurityGroupRequest.py | 2 +- .../RevokeSecurityGroup_GatedLaunchRequest.py | 2 +- .../v20140526/RollbackVolumeRequest.py | 2 +- .../RollbackVolume_GatedLaunchRequest.py | 2 +- .../request/v20140526/RunInstancesRequest.py | 2 +- .../request/v20140526/SignAgreementRequest.py | 2 +- .../request/v20140526/StartInstanceRequest.py | 2 +- .../StartInstance_GatedLaunchRequest.py | 2 +- .../request/v20140526/StopInstanceRequest.py | 2 +- .../StopInstance_GatedLaunchRequest.py | 2 +- .../v20140526/StopInvocationRequest.py | 2 +- .../request/v20140526/TagResourcesRequest.py | 2 +- .../TerminatePhysicalConnectionRequest.py | 2 +- .../TerminateVirtualBorderRouterRequest.py | 2 +- .../v20140526/UnassignIpv6AddressesRequest.py | 2 +- .../UnassignPrivateIpAddressesRequest.py | 2 +- .../v20140526/UnassociateEipAddressRequest.py | 2 +- .../v20140526/UnassociateHaVipRequest.py | 2 +- .../request/v20140526/UnbindIpRangeRequest.py | 2 +- .../UnbindIpRange_GatedLaunchRequest.py | 2 +- .../v20140526/UntagResourcesRequest.py | 2 +- .../v20140526/ValidateSecurityGroupRequest.py | 2 +- .../AllocateDedicatedHostsRequest.py | 2 +- .../CreateCapacityReservationRequest.py | 2 +- .../CreateConfigLogSubscriptionsRequest.py | 2 +- .../request/v20160314/CreateDisksRequest.py | 2 +- .../CreateDisks_GatedLaunchRequest.py | 2 +- .../v20160314/CreateEniQosGroupRequest.py | 2 +- .../request/v20160314/CreateOrderRequest.py | 2 +- .../request/v20160314/CreateVolumesRequest.py | 2 +- .../CreateVolumes_GatedLaunchRequest.py | 2 +- .../DeleteConfigLogSubscriptionsRequest.py | 2 +- .../v20160314/DeleteEniQosGroupRequest.py | 2 +- .../DescribeAccountAttributesRequest.py | 2 +- .../v20160314/DescribeAccountLimitsRequest.py | 2 +- .../DescribeBandwidthPriceRequest.py | 2 +- .../DescribeCapacityReservationsRequest.py | 2 +- .../DescribeConfigLogHistoryRequest.py | 2 +- .../DescribeConfigLogSubscriptionRequest.py | 2 +- .../DescribeDedicatedHostAutoRenewRequest.py | 2 +- .../DescribeDedicatedHostTypesRequest.py | 2 +- .../DescribeDedicatedHostsRequest.py | 2 +- .../DescribeEniQosGroupInfoRequest.py | 2 +- .../DescribeInstanceAutoRebootTimeRequest.py | 2 +- .../DescribeInstanceNeedRebootRequest.py | 2 +- .../DescribeKMSKeyAttributeRequest.py | 2 +- .../v20160314/DescribeKMSKeysRequest.py | 2 +- .../v20160314/DescribeLinkedKMSKeysRequest.py | 2 +- .../request/v20160314/DescribePriceRequest.py | 2 +- .../DescribeReservedInstancePriceRequest.py | 2 +- .../DescribeReservedInstancesRequest.py | 2 +- ...DescribeResourceFilterAttributesRequest.py | 2 +- ...DescribeResourceRecommendFiltersRequest.py | 2 +- .../v20160314/DescribeResourcesRequest.py | 2 +- .../v20160314/GetLaunchTemplateDataRequest.py | 2 +- .../v20160314/JoinEniQosGroupRequest.py | 2 +- .../v20160314/LeaveEniQosGroupRequest.py | 2 +- .../ModifyCapacityReservationRequest.py | 2 +- .../ModifyDedicatedHostAttributeRequest.py | 2 +- ...difyDedicatedHostAutoReleaseTimeRequest.py | 2 +- ...yDedicatedHostAutoRenewAttributeRequest.py | 2 +- .../v20160314/ModifyEniQosGroupRequest.py | 2 +- .../ModifyInstanceAutoRebootTimeRequest.py | 2 +- ...nceCapacityReservationAttributesRequest.py | 2 +- .../ModifyInstanceDeploymentRequest.py | 2 +- .../ModifyReservedInstanceAttributeRequest.py | 2 +- .../ModifyReservedInstancesRequest.py | 2 +- ...urchaseReservedInstancesOfferingRequest.py | 2 +- .../v20160314/QueryEniQosGroupByEniRequest.py | 2 +- .../QueryEniQosGroupByInstanceRequest.py | 2 +- .../ReleaseCapacityReservationRequest.py | 2 +- .../v20160314/ReleaseDedicatedHostRequest.py | 2 +- .../v20160314/RenewDedicatedHostsRequest.py | 2 +- .../request/v20160314/RunInstancesRequest.py | 2 +- .../RunInstances_GatedLaunchRequest.py | 2 +- .../SetInstanceAutoReleaseTimeRequest.py | 2 +- 419 files changed, 516 insertions(+), 417 deletions(-) create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ReportInstancesStatusRequest.py diff --git a/aliyun-python-sdk-ecs/ChangeLog.txt b/aliyun-python-sdk-ecs/ChangeLog.txt index 4185eb1f46..4a8d8ef799 100644 --- a/aliyun-python-sdk-ecs/ChangeLog.txt +++ b/aliyun-python-sdk-ecs/ChangeLog.txt @@ -1,3 +1,6 @@ +2019-05-20 Version: 1.60.4 +- Generated 2014-05-26, 2016-03-14 for `Ecs` + 2019-05-17 Version: 1.80.3 - Generated 2014-05-26, 2016-03-14 for `Ecs` diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/__init__.py b/aliyun-python-sdk-ecs/aliyunsdkecs/__init__.py index 6ae10fd77a..6f018cfc29 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/__init__.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/__init__.py @@ -1 +1 @@ -__version__ = '1.80.3' \ No newline at end of file +__version__ = '1.60.4' \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AcceptInquiredSystemEventRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AcceptInquiredSystemEventRequest.py index 8da75a32a7..5de2961bea 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AcceptInquiredSystemEventRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AcceptInquiredSystemEventRequest.py @@ -21,7 +21,7 @@ class AcceptInquiredSystemEventRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'AcceptInquiredSystemEvent') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'AcceptInquiredSystemEvent','ecs') def get_EventId(self): return self.get_query_params().get('EventId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ActivateRouterInterfaceRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ActivateRouterInterfaceRequest.py index 63d488884e..0f86a17a7e 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ActivateRouterInterfaceRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ActivateRouterInterfaceRequest.py @@ -21,7 +21,7 @@ class ActivateRouterInterfaceRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ActivateRouterInterface') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ActivateRouterInterface','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AddBandwidthPackageIpsRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AddBandwidthPackageIpsRequest.py index 5d3c9700c0..b1a1e7237f 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AddBandwidthPackageIpsRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AddBandwidthPackageIpsRequest.py @@ -21,7 +21,7 @@ class AddBandwidthPackageIpsRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'AddBandwidthPackageIps') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'AddBandwidthPackageIps','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AddIpRangeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AddIpRangeRequest.py index 6a4605b4fc..26312618ce 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AddIpRangeRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AddIpRangeRequest.py @@ -21,7 +21,7 @@ class AddIpRangeRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'AddIpRange') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'AddIpRange','ecs') def get_IpAddress(self): return self.get_query_params().get('IpAddress') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AddTagsRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AddTagsRequest.py index b7d7de54ab..e9fe50001f 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AddTagsRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AddTagsRequest.py @@ -21,7 +21,7 @@ class AddTagsRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'AddTags') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'AddTags','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AddTags_GatedLaunchRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AddTags_GatedLaunchRequest.py index c5caffb6bd..a6343ba6ed 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AddTags_GatedLaunchRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AddTags_GatedLaunchRequest.py @@ -21,7 +21,7 @@ class AddTags_GatedLaunchRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'AddTags_GatedLaunch') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'AddTags_GatedLaunch','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AllocateDedicatedHostsRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AllocateDedicatedHostsRequest.py index 0e08a27380..ff035b7e19 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AllocateDedicatedHostsRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AllocateDedicatedHostsRequest.py @@ -21,7 +21,7 @@ class AllocateDedicatedHostsRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'AllocateDedicatedHosts') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'AllocateDedicatedHosts','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AllocateEipAddressRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AllocateEipAddressRequest.py index 9c1611ff48..34cbfa9656 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AllocateEipAddressRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AllocateEipAddressRequest.py @@ -21,7 +21,7 @@ class AllocateEipAddressRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'AllocateEipAddress') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'AllocateEipAddress','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AllocatePublicIpAddressRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AllocatePublicIpAddressRequest.py index 882c1e3dc4..b662d0fea3 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AllocatePublicIpAddressRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AllocatePublicIpAddressRequest.py @@ -21,7 +21,7 @@ class AllocatePublicIpAddressRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'AllocatePublicIpAddress') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'AllocatePublicIpAddress','ecs') def get_IpAddress(self): return self.get_query_params().get('IpAddress') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AllocatePublicIpAddress_GatedLaunchRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AllocatePublicIpAddress_GatedLaunchRequest.py index 0ce0217325..426d64e05e 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AllocatePublicIpAddress_GatedLaunchRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AllocatePublicIpAddress_GatedLaunchRequest.py @@ -21,7 +21,7 @@ class AllocatePublicIpAddress_GatedLaunchRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'AllocatePublicIpAddress_GatedLaunch') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'AllocatePublicIpAddress_GatedLaunch','ecs') def get_IpAddress(self): return self.get_query_params().get('IpAddress') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ApplyAutoSnapshotPolicyRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ApplyAutoSnapshotPolicyRequest.py index feb169e592..1baa164371 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ApplyAutoSnapshotPolicyRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ApplyAutoSnapshotPolicyRequest.py @@ -21,7 +21,7 @@ class ApplyAutoSnapshotPolicyRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ApplyAutoSnapshotPolicy') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ApplyAutoSnapshotPolicy','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ApplyAutoSnapshotPolicy_GatedLaunchRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ApplyAutoSnapshotPolicy_GatedLaunchRequest.py index 91537e294f..fe56d2cbb4 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ApplyAutoSnapshotPolicy_GatedLaunchRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ApplyAutoSnapshotPolicy_GatedLaunchRequest.py @@ -21,7 +21,7 @@ class ApplyAutoSnapshotPolicy_GatedLaunchRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ApplyAutoSnapshotPolicy_GatedLaunch') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ApplyAutoSnapshotPolicy_GatedLaunch','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AssignIpv6AddressesRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AssignIpv6AddressesRequest.py index 700541d632..5f33a220eb 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AssignIpv6AddressesRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AssignIpv6AddressesRequest.py @@ -21,7 +21,7 @@ class AssignIpv6AddressesRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'AssignIpv6Addresses') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'AssignIpv6Addresses','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AssignPrivateIpAddressesRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AssignPrivateIpAddressesRequest.py index ba0dc1f1fa..3ceca11713 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AssignPrivateIpAddressesRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AssignPrivateIpAddressesRequest.py @@ -21,7 +21,7 @@ class AssignPrivateIpAddressesRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'AssignPrivateIpAddresses') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'AssignPrivateIpAddresses','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AssociateEipAddressRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AssociateEipAddressRequest.py index 147322b66b..7a59aca3a1 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AssociateEipAddressRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AssociateEipAddressRequest.py @@ -21,7 +21,7 @@ class AssociateEipAddressRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'AssociateEipAddress') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'AssociateEipAddress','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AssociateHaVipRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AssociateHaVipRequest.py index 479273c628..b697833a3a 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AssociateHaVipRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AssociateHaVipRequest.py @@ -21,7 +21,7 @@ class AssociateHaVipRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'AssociateHaVip') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'AssociateHaVip','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AttachClassicLinkVpcRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AttachClassicLinkVpcRequest.py index 83ca938f33..734984b215 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AttachClassicLinkVpcRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AttachClassicLinkVpcRequest.py @@ -21,7 +21,7 @@ class AttachClassicLinkVpcRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'AttachClassicLinkVpc') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'AttachClassicLinkVpc','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AttachDiskRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AttachDiskRequest.py index 3ff0ecccee..9e3704ed57 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AttachDiskRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AttachDiskRequest.py @@ -21,7 +21,7 @@ class AttachDiskRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'AttachDisk') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'AttachDisk','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AttachDisk_GatedLaunchRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AttachDisk_GatedLaunchRequest.py index 8f131c95b7..b648dc6019 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AttachDisk_GatedLaunchRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AttachDisk_GatedLaunchRequest.py @@ -21,7 +21,7 @@ class AttachDisk_GatedLaunchRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'AttachDisk_GatedLaunch') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'AttachDisk_GatedLaunch','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AttachInstanceRamRoleRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AttachInstanceRamRoleRequest.py index 413d219d98..31ee73ad46 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AttachInstanceRamRoleRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AttachInstanceRamRoleRequest.py @@ -21,7 +21,7 @@ class AttachInstanceRamRoleRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'AttachInstanceRamRole') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'AttachInstanceRamRole','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AttachKeyPairRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AttachKeyPairRequest.py index 4119640d7a..2d2f52bc9c 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AttachKeyPairRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AttachKeyPairRequest.py @@ -21,7 +21,7 @@ class AttachKeyPairRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'AttachKeyPair') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'AttachKeyPair','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AttachNetworkInterfaceRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AttachNetworkInterfaceRequest.py index 6afd14eac5..9dbe0d680c 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AttachNetworkInterfaceRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AttachNetworkInterfaceRequest.py @@ -21,7 +21,7 @@ class AttachNetworkInterfaceRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'AttachNetworkInterface') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'AttachNetworkInterface','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AttachVolumeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AttachVolumeRequest.py index cee5d7865d..8572ea8d71 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AttachVolumeRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AttachVolumeRequest.py @@ -21,7 +21,7 @@ class AttachVolumeRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'AttachVolume') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'AttachVolume','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AttachVolume_GatedLaunchRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AttachVolume_GatedLaunchRequest.py index 31cc2d900e..50d7502f57 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AttachVolume_GatedLaunchRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AttachVolume_GatedLaunchRequest.py @@ -21,7 +21,7 @@ class AttachVolume_GatedLaunchRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'AttachVolume_GatedLaunch') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'AttachVolume_GatedLaunch','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AuthorizeSecurityGroupEgressRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AuthorizeSecurityGroupEgressRequest.py index 37f8798977..4eb1d3c4f3 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AuthorizeSecurityGroupEgressRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AuthorizeSecurityGroupEgressRequest.py @@ -21,7 +21,7 @@ class AuthorizeSecurityGroupEgressRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'AuthorizeSecurityGroupEgress') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'AuthorizeSecurityGroupEgress','ecs') def get_NicType(self): return self.get_query_params().get('NicType') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AuthorizeSecurityGroupEgress_GatedLaunchRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AuthorizeSecurityGroupEgress_GatedLaunchRequest.py index fd133c0336..bcbe24fba5 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AuthorizeSecurityGroupEgress_GatedLaunchRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AuthorizeSecurityGroupEgress_GatedLaunchRequest.py @@ -21,7 +21,7 @@ class AuthorizeSecurityGroupEgress_GatedLaunchRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'AuthorizeSecurityGroupEgress_GatedLaunch') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'AuthorizeSecurityGroupEgress_GatedLaunch','ecs') def get_NicType(self): return self.get_query_params().get('NicType') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AuthorizeSecurityGroupRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AuthorizeSecurityGroupRequest.py index 9e4a1d72e0..b40e694dff 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AuthorizeSecurityGroupRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AuthorizeSecurityGroupRequest.py @@ -21,7 +21,7 @@ class AuthorizeSecurityGroupRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'AuthorizeSecurityGroup') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'AuthorizeSecurityGroup','ecs') def get_NicType(self): return self.get_query_params().get('NicType') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AuthorizeSecurityGroup_GatedLaunchRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AuthorizeSecurityGroup_GatedLaunchRequest.py index 86d0021d3e..7555fc05ec 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AuthorizeSecurityGroup_GatedLaunchRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AuthorizeSecurityGroup_GatedLaunchRequest.py @@ -21,7 +21,7 @@ class AuthorizeSecurityGroup_GatedLaunchRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'AuthorizeSecurityGroup_GatedLaunch') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'AuthorizeSecurityGroup_GatedLaunch','ecs') def get_NicType(self): return self.get_query_params().get('NicType') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/BindIpRangeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/BindIpRangeRequest.py index 23b1cdef81..1affac6ccc 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/BindIpRangeRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/BindIpRangeRequest.py @@ -21,7 +21,7 @@ class BindIpRangeRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'BindIpRange') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'BindIpRange','ecs') def get_IpAddress(self): return self.get_query_params().get('IpAddress') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/BindIpRange_GatedLaunchRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/BindIpRange_GatedLaunchRequest.py index 3d6a7a51e9..9a89531127 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/BindIpRange_GatedLaunchRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/BindIpRange_GatedLaunchRequest.py @@ -21,7 +21,7 @@ class BindIpRange_GatedLaunchRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'BindIpRange_GatedLaunch') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'BindIpRange_GatedLaunch','ecs') def get_IpAddress(self): return self.get_query_params().get('IpAddress') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CancelAgreementRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CancelAgreementRequest.py index 28e2f86701..939a388c4f 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CancelAgreementRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CancelAgreementRequest.py @@ -21,7 +21,7 @@ class CancelAgreementRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CancelAgreement') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CancelAgreement','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CancelAutoSnapshotPolicyRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CancelAutoSnapshotPolicyRequest.py index 691ee67a56..944490cfe5 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CancelAutoSnapshotPolicyRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CancelAutoSnapshotPolicyRequest.py @@ -21,7 +21,7 @@ class CancelAutoSnapshotPolicyRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CancelAutoSnapshotPolicy') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CancelAutoSnapshotPolicy','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CancelAutoSnapshotPolicy_GatedLaunchRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CancelAutoSnapshotPolicy_GatedLaunchRequest.py index 417b756462..f6074bbc6f 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CancelAutoSnapshotPolicy_GatedLaunchRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CancelAutoSnapshotPolicy_GatedLaunchRequest.py @@ -21,7 +21,7 @@ class CancelAutoSnapshotPolicy_GatedLaunchRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CancelAutoSnapshotPolicy_GatedLaunch') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CancelAutoSnapshotPolicy_GatedLaunch','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CancelCopyImageRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CancelCopyImageRequest.py index 352106816f..f39b90f183 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CancelCopyImageRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CancelCopyImageRequest.py @@ -21,7 +21,7 @@ class CancelCopyImageRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CancelCopyImage') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CancelCopyImage','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CancelCopyImage_GatedLaunchRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CancelCopyImage_GatedLaunchRequest.py index b8baecbee3..6e5e000fc2 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CancelCopyImage_GatedLaunchRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CancelCopyImage_GatedLaunchRequest.py @@ -21,7 +21,7 @@ class CancelCopyImage_GatedLaunchRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CancelCopyImage_GatedLaunch') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CancelCopyImage_GatedLaunch','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CancelPhysicalConnectionRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CancelPhysicalConnectionRequest.py index 8e425cc352..d277687e1f 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CancelPhysicalConnectionRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CancelPhysicalConnectionRequest.py @@ -21,7 +21,7 @@ class CancelPhysicalConnectionRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CancelPhysicalConnection') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CancelPhysicalConnection','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CancelSimulatedSystemEventsRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CancelSimulatedSystemEventsRequest.py index 09c1a8b420..8afc172e4b 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CancelSimulatedSystemEventsRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CancelSimulatedSystemEventsRequest.py @@ -21,7 +21,7 @@ class CancelSimulatedSystemEventsRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CancelSimulatedSystemEvents') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CancelSimulatedSystemEvents','ecs') def get_EventIds(self): return self.get_query_params().get('EventIds') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CancelTaskRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CancelTaskRequest.py index bc78b7dcad..ff1e625700 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CancelTaskRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CancelTaskRequest.py @@ -21,7 +21,7 @@ class CancelTaskRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CancelTask') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CancelTask','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CancelTask_GatedLaunchRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CancelTask_GatedLaunchRequest.py index 5bae9a6fcc..ddf35c616d 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CancelTask_GatedLaunchRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CancelTask_GatedLaunchRequest.py @@ -21,7 +21,7 @@ class CancelTask_GatedLaunchRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CancelTask_GatedLaunch') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CancelTask_GatedLaunch','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CancelUserEventRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CancelUserEventRequest.py index d85272aa52..461d79edb5 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CancelUserEventRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CancelUserEventRequest.py @@ -21,7 +21,7 @@ class CancelUserEventRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CancelUserEvent') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CancelUserEvent','ecs') def get_EventId(self): return self.get_query_params().get('EventId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CheckAutoSnapshotPolicyRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CheckAutoSnapshotPolicyRequest.py index 01686dbf67..a70b06a3e6 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CheckAutoSnapshotPolicyRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CheckAutoSnapshotPolicyRequest.py @@ -21,7 +21,7 @@ class CheckAutoSnapshotPolicyRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CheckAutoSnapshotPolicy') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CheckAutoSnapshotPolicy','ecs') def get_DataDiskPolicyEnabled(self): return self.get_query_params().get('DataDiskPolicyEnabled') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CheckAutoSnapshotPolicy_GatedLaunchRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CheckAutoSnapshotPolicy_GatedLaunchRequest.py index d73fc9edf5..fc1a36e742 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CheckAutoSnapshotPolicy_GatedLaunchRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CheckAutoSnapshotPolicy_GatedLaunchRequest.py @@ -21,7 +21,7 @@ class CheckAutoSnapshotPolicy_GatedLaunchRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CheckAutoSnapshotPolicy_GatedLaunch') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CheckAutoSnapshotPolicy_GatedLaunch','ecs') def get_DataDiskPolicyEnabled(self): return self.get_query_params().get('DataDiskPolicyEnabled') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CheckDiskEnableAutoSnapshotValidationRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CheckDiskEnableAutoSnapshotValidationRequest.py index c604b23445..edc28ffe35 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CheckDiskEnableAutoSnapshotValidationRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CheckDiskEnableAutoSnapshotValidationRequest.py @@ -21,7 +21,7 @@ class CheckDiskEnableAutoSnapshotValidationRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CheckDiskEnableAutoSnapshotValidation') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CheckDiskEnableAutoSnapshotValidation','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CheckDiskEnableAutoSnapshotValidation_GatedLaunchRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CheckDiskEnableAutoSnapshotValidation_GatedLaunchRequest.py index 4fe0b19540..d05a303eaa 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CheckDiskEnableAutoSnapshotValidation_GatedLaunchRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CheckDiskEnableAutoSnapshotValidation_GatedLaunchRequest.py @@ -21,7 +21,7 @@ class CheckDiskEnableAutoSnapshotValidation_GatedLaunchRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CheckDiskEnableAutoSnapshotValidation_GatedLaunch') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CheckDiskEnableAutoSnapshotValidation_GatedLaunch','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ConnectRouterInterfaceRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ConnectRouterInterfaceRequest.py index 232384559f..7f1a460b62 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ConnectRouterInterfaceRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ConnectRouterInterfaceRequest.py @@ -21,7 +21,7 @@ class ConnectRouterInterfaceRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ConnectRouterInterface') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ConnectRouterInterface','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ConvertNatPublicIpToEipRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ConvertNatPublicIpToEipRequest.py index ee790d3b09..a3eb37047b 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ConvertNatPublicIpToEipRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ConvertNatPublicIpToEipRequest.py @@ -21,7 +21,7 @@ class ConvertNatPublicIpToEipRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ConvertNatPublicIpToEip') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ConvertNatPublicIpToEip','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CopyImageRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CopyImageRequest.py index 1235e81af3..bc6dea5951 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CopyImageRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CopyImageRequest.py @@ -21,7 +21,7 @@ class CopyImageRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CopyImage') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CopyImage','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CopyImage_GatedLaunchRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CopyImage_GatedLaunchRequest.py index ac1fb7914f..73b91f850a 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CopyImage_GatedLaunchRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CopyImage_GatedLaunchRequest.py @@ -21,7 +21,7 @@ class CopyImage_GatedLaunchRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CopyImage_GatedLaunch') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CopyImage_GatedLaunch','ecs') def get_Tag4Value(self): return self.get_query_params().get('Tag.4.Value') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateAutoSnapshotPolicyRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateAutoSnapshotPolicyRequest.py index a0655eb994..4d2f03dbfb 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateAutoSnapshotPolicyRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateAutoSnapshotPolicyRequest.py @@ -21,7 +21,7 @@ class CreateAutoSnapshotPolicyRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateAutoSnapshotPolicy') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateAutoSnapshotPolicy','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateAutoSnapshotPolicy_GatedLaunchRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateAutoSnapshotPolicy_GatedLaunchRequest.py index 1ab0a3ff54..6767bf7e4b 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateAutoSnapshotPolicy_GatedLaunchRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateAutoSnapshotPolicy_GatedLaunchRequest.py @@ -21,7 +21,7 @@ class CreateAutoSnapshotPolicy_GatedLaunchRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateAutoSnapshotPolicy_GatedLaunch') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateAutoSnapshotPolicy_GatedLaunch','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateCommandRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateCommandRequest.py index 6729c33f26..0c3f2ecd70 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateCommandRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateCommandRequest.py @@ -21,7 +21,7 @@ class CreateCommandRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateCommand') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateCommand','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateDeploymentSetRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateDeploymentSetRequest.py index ef6b19e9f4..4f41375d58 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateDeploymentSetRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateDeploymentSetRequest.py @@ -21,7 +21,7 @@ class CreateDeploymentSetRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateDeploymentSet') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateDeploymentSet','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateDiskRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateDiskRequest.py index 36199a27c1..bced50d831 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateDiskRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateDiskRequest.py @@ -21,7 +21,7 @@ class CreateDiskRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateDisk') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateDisk','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateDisk_GatedLaunchRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateDisk_GatedLaunchRequest.py index fef1790da7..591114dd8e 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateDisk_GatedLaunchRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateDisk_GatedLaunchRequest.py @@ -21,7 +21,7 @@ class CreateDisk_GatedLaunchRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateDisk_GatedLaunch') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateDisk_GatedLaunch','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateFleetRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateFleetRequest.py index e3a241ef82..b9dee62d14 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateFleetRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateFleetRequest.py @@ -21,7 +21,7 @@ class CreateFleetRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateFleet') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateFleet','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateForwardEntryRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateForwardEntryRequest.py index ea55b5cafc..1ae7ead824 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateForwardEntryRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateForwardEntryRequest.py @@ -21,7 +21,7 @@ class CreateForwardEntryRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateForwardEntry') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateForwardEntry','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateHaVipRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateHaVipRequest.py index ce45e7ef5f..69a2fd47db 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateHaVipRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateHaVipRequest.py @@ -21,7 +21,7 @@ class CreateHaVipRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateHaVip') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateHaVip','ecs') def get_IpAddress(self): return self.get_query_params().get('IpAddress') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateHpcClusterRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateHpcClusterRequest.py index 4141d58c5d..44d7388d6b 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateHpcClusterRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateHpcClusterRequest.py @@ -21,7 +21,7 @@ class CreateHpcClusterRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateHpcCluster') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateHpcCluster','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateImageRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateImageRequest.py index d07cf438b4..7aa53ce2e7 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateImageRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateImageRequest.py @@ -21,7 +21,7 @@ class CreateImageRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateImage') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateImage','ecs') def get_DiskDeviceMappings(self): return self.get_query_params().get('DiskDeviceMappings') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateImage_GatedLaunchRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateImage_GatedLaunchRequest.py index e4b1405489..e8f5540d00 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateImage_GatedLaunchRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateImage_GatedLaunchRequest.py @@ -21,7 +21,7 @@ class CreateImage_GatedLaunchRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateImage_GatedLaunch') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateImage_GatedLaunch','ecs') def get_DiskDeviceMappings(self): return self.get_query_params().get('DiskDeviceMappings') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateInstanceRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateInstanceRequest.py index 8dbf67b010..20c8368569 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateInstanceRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateInstanceRequest.py @@ -21,7 +21,7 @@ class CreateInstanceRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateInstance') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateInstance','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateInstance_GatedLaunchRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateInstance_GatedLaunchRequest.py index ba0829ad24..5145e99cfe 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateInstance_GatedLaunchRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateInstance_GatedLaunchRequest.py @@ -21,7 +21,7 @@ class CreateInstance_GatedLaunchRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateInstance_GatedLaunch') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateInstance_GatedLaunch','ecs') def get_DataDisk3Size(self): return self.get_query_params().get('DataDisk.3.Size') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateKeyPairRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateKeyPairRequest.py index d709dbe7f8..95c34f2b57 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateKeyPairRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateKeyPairRequest.py @@ -21,7 +21,7 @@ class CreateKeyPairRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateKeyPair') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateKeyPair','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateLaunchTemplateRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateLaunchTemplateRequest.py index 715c131ceb..e39fe90879 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateLaunchTemplateRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateLaunchTemplateRequest.py @@ -21,7 +21,7 @@ class CreateLaunchTemplateRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateLaunchTemplate') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateLaunchTemplate','ecs') def get_LaunchTemplateName(self): return self.get_query_params().get('LaunchTemplateName') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateLaunchTemplateVersionRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateLaunchTemplateVersionRequest.py index 6512842dcb..2991696d59 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateLaunchTemplateVersionRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateLaunchTemplateVersionRequest.py @@ -21,7 +21,7 @@ class CreateLaunchTemplateVersionRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateLaunchTemplateVersion') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateLaunchTemplateVersion','ecs') def get_LaunchTemplateName(self): return self.get_query_params().get('LaunchTemplateName') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateNatGatewayRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateNatGatewayRequest.py index fa583e2fd0..69532294c3 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateNatGatewayRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateNatGatewayRequest.py @@ -21,7 +21,7 @@ class CreateNatGatewayRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateNatGateway') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateNatGateway','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateNetworkInterfacePermissionRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateNetworkInterfacePermissionRequest.py index 1c1becaf46..0fc7c7635d 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateNetworkInterfacePermissionRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateNetworkInterfacePermissionRequest.py @@ -21,7 +21,7 @@ class CreateNetworkInterfacePermissionRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateNetworkInterfacePermission') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateNetworkInterfacePermission','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateNetworkInterfaceRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateNetworkInterfaceRequest.py index 01a8ca4ad0..395b9c70db 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateNetworkInterfaceRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateNetworkInterfaceRequest.py @@ -21,7 +21,7 @@ class CreateNetworkInterfaceRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateNetworkInterface') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateNetworkInterface','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreatePhysicalConnectionRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreatePhysicalConnectionRequest.py index e1c121ef17..8d60a56b0f 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreatePhysicalConnectionRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreatePhysicalConnectionRequest.py @@ -21,7 +21,7 @@ class CreatePhysicalConnectionRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreatePhysicalConnection') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreatePhysicalConnection','ecs') def get_AccessPointId(self): return self.get_query_params().get('AccessPointId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateRouteEntryRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateRouteEntryRequest.py index 34adecb7cf..2b33095874 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateRouteEntryRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateRouteEntryRequest.py @@ -21,7 +21,7 @@ class CreateRouteEntryRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateRouteEntry') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateRouteEntry','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateRouterInterfaceRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateRouterInterfaceRequest.py index 53767a96ad..7a3a6ed07e 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateRouterInterfaceRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateRouterInterfaceRequest.py @@ -21,7 +21,7 @@ class CreateRouterInterfaceRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateRouterInterface') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateRouterInterface','ecs') def get_AccessPointId(self): return self.get_query_params().get('AccessPointId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateSecurityGroupRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateSecurityGroupRequest.py index a82b731876..6dd8b80fe0 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateSecurityGroupRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateSecurityGroupRequest.py @@ -21,7 +21,7 @@ class CreateSecurityGroupRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateSecurityGroup') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateSecurityGroup','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateSecurityGroup_GatedLaunchRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateSecurityGroup_GatedLaunchRequest.py index 31e44c865f..c23a6e9de6 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateSecurityGroup_GatedLaunchRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateSecurityGroup_GatedLaunchRequest.py @@ -21,7 +21,7 @@ class CreateSecurityGroup_GatedLaunchRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateSecurityGroup_GatedLaunch') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateSecurityGroup_GatedLaunch','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateSimulatedSystemEventsRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateSimulatedSystemEventsRequest.py index dcd8d83a4b..8b6585d95f 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateSimulatedSystemEventsRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateSimulatedSystemEventsRequest.py @@ -21,7 +21,7 @@ class CreateSimulatedSystemEventsRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateSimulatedSystemEvents') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateSimulatedSystemEvents','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateSnapshotRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateSnapshotRequest.py index 9078a9d542..586edd05a9 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateSnapshotRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateSnapshotRequest.py @@ -21,7 +21,7 @@ class CreateSnapshotRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateSnapshot') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateSnapshot','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateSnapshot_GatedLaunchRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateSnapshot_GatedLaunchRequest.py index cfa4d331f6..21e684b94a 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateSnapshot_GatedLaunchRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateSnapshot_GatedLaunchRequest.py @@ -21,7 +21,7 @@ class CreateSnapshot_GatedLaunchRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateSnapshot_GatedLaunch') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateSnapshot_GatedLaunch','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateUserEventRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateUserEventRequest.py index 5222fef2ee..c41e8511dd 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateUserEventRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateUserEventRequest.py @@ -21,7 +21,7 @@ class CreateUserEventRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateUserEvent') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateUserEvent','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateVSwitchRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateVSwitchRequest.py index 7b9c76e08d..6e9ee890a7 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateVSwitchRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateVSwitchRequest.py @@ -21,7 +21,7 @@ class CreateVSwitchRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateVSwitch') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateVSwitch','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateVirtualBorderRouterRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateVirtualBorderRouterRequest.py index 41f4ffdd55..e020c123f4 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateVirtualBorderRouterRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateVirtualBorderRouterRequest.py @@ -21,7 +21,7 @@ class CreateVirtualBorderRouterRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateVirtualBorderRouter') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateVirtualBorderRouter','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateVolumeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateVolumeRequest.py index 080af1748b..e10a4e3207 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateVolumeRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateVolumeRequest.py @@ -21,7 +21,7 @@ class CreateVolumeRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateVolume') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateVolume','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateVolume_GatedLaunchRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateVolume_GatedLaunchRequest.py index dc6187406a..6c32ffa57f 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateVolume_GatedLaunchRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateVolume_GatedLaunchRequest.py @@ -21,7 +21,7 @@ class CreateVolume_GatedLaunchRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateVolume_GatedLaunch') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateVolume_GatedLaunch','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateVpcRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateVpcRequest.py index e11efa93b5..ab82618cf4 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateVpcRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateVpcRequest.py @@ -21,7 +21,7 @@ class CreateVpcRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateVpc') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateVpc','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeactivateRouterInterfaceRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeactivateRouterInterfaceRequest.py index 51caf072f9..fc41805e1c 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeactivateRouterInterfaceRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeactivateRouterInterfaceRequest.py @@ -21,7 +21,7 @@ class DeactivateRouterInterfaceRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeactivateRouterInterface') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeactivateRouterInterface','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteAutoSnapshotPolicyRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteAutoSnapshotPolicyRequest.py index e5f8562c3b..2bf3119e97 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteAutoSnapshotPolicyRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteAutoSnapshotPolicyRequest.py @@ -21,7 +21,7 @@ class DeleteAutoSnapshotPolicyRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteAutoSnapshotPolicy') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteAutoSnapshotPolicy','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteAutoSnapshotPolicy_GatedLaunchRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteAutoSnapshotPolicy_GatedLaunchRequest.py index 5554c578e3..84c709b287 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteAutoSnapshotPolicy_GatedLaunchRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteAutoSnapshotPolicy_GatedLaunchRequest.py @@ -21,7 +21,7 @@ class DeleteAutoSnapshotPolicy_GatedLaunchRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteAutoSnapshotPolicy_GatedLaunch') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteAutoSnapshotPolicy_GatedLaunch','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteBandwidthPackageRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteBandwidthPackageRequest.py index 2742d176ce..12feed649a 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteBandwidthPackageRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteBandwidthPackageRequest.py @@ -21,7 +21,7 @@ class DeleteBandwidthPackageRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteBandwidthPackage') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteBandwidthPackage','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteCommandRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteCommandRequest.py index 2fce599949..492f34a91d 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteCommandRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteCommandRequest.py @@ -21,7 +21,7 @@ class DeleteCommandRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteCommand') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteCommand','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteDeploymentSetRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteDeploymentSetRequest.py index beb4133ec0..ef9aa26f04 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteDeploymentSetRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteDeploymentSetRequest.py @@ -21,7 +21,7 @@ class DeleteDeploymentSetRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteDeploymentSet') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteDeploymentSet','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteDiskRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteDiskRequest.py index 84af84891c..93616ee621 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteDiskRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteDiskRequest.py @@ -21,7 +21,7 @@ class DeleteDiskRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteDisk') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteDisk','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteDisk_GatedLaunchRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteDisk_GatedLaunchRequest.py index 72227fbffb..2f7afb941a 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteDisk_GatedLaunchRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteDisk_GatedLaunchRequest.py @@ -21,7 +21,7 @@ class DeleteDisk_GatedLaunchRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteDisk_GatedLaunch') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteDisk_GatedLaunch','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteFleetRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteFleetRequest.py index d3008f158a..7f23d6093c 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteFleetRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteFleetRequest.py @@ -21,7 +21,7 @@ class DeleteFleetRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteFleet') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteFleet','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteForwardEntryRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteForwardEntryRequest.py index 16f211051a..2f0bad38ca 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteForwardEntryRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteForwardEntryRequest.py @@ -21,7 +21,7 @@ class DeleteForwardEntryRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteForwardEntry') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteForwardEntry','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteHaVipRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteHaVipRequest.py index a3e180303a..6548d65a06 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteHaVipRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteHaVipRequest.py @@ -21,7 +21,7 @@ class DeleteHaVipRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteHaVip') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteHaVip','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteHpcClusterRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteHpcClusterRequest.py index 4932552a25..9656fe33dd 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteHpcClusterRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteHpcClusterRequest.py @@ -21,7 +21,7 @@ class DeleteHpcClusterRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteHpcCluster') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteHpcCluster','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteImageRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteImageRequest.py index 54e18b9b0a..0369bea181 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteImageRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteImageRequest.py @@ -21,7 +21,7 @@ class DeleteImageRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteImage') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteImage','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteImage_GatedLaunchRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteImage_GatedLaunchRequest.py index c0536860ad..7303722740 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteImage_GatedLaunchRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteImage_GatedLaunchRequest.py @@ -21,7 +21,7 @@ class DeleteImage_GatedLaunchRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteImage_GatedLaunch') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteImage_GatedLaunch','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteInstanceRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteInstanceRequest.py index 1e82ba8ac2..ca6174d263 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteInstanceRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteInstanceRequest.py @@ -21,7 +21,7 @@ class DeleteInstanceRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteInstance') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteInstance','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteInstance_GatedLaunchRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteInstance_GatedLaunchRequest.py index abda759590..fa9da9da59 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteInstance_GatedLaunchRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteInstance_GatedLaunchRequest.py @@ -21,7 +21,7 @@ class DeleteInstance_GatedLaunchRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteInstance_GatedLaunch') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteInstance_GatedLaunch','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteKeyPairsRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteKeyPairsRequest.py index 645c1bfeba..ebee81d6d2 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteKeyPairsRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteKeyPairsRequest.py @@ -21,7 +21,7 @@ class DeleteKeyPairsRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteKeyPairs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteKeyPairs','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteLaunchTemplateRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteLaunchTemplateRequest.py index d04feccd94..c28e08d249 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteLaunchTemplateRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteLaunchTemplateRequest.py @@ -21,7 +21,7 @@ class DeleteLaunchTemplateRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteLaunchTemplate') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteLaunchTemplate','ecs') def get_LaunchTemplateName(self): return self.get_query_params().get('LaunchTemplateName') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteLaunchTemplateVersionRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteLaunchTemplateVersionRequest.py index 9361877e9c..934aeacb1c 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteLaunchTemplateVersionRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteLaunchTemplateVersionRequest.py @@ -21,7 +21,7 @@ class DeleteLaunchTemplateVersionRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteLaunchTemplateVersion') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteLaunchTemplateVersion','ecs') def get_LaunchTemplateName(self): return self.get_query_params().get('LaunchTemplateName') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteNatGatewayRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteNatGatewayRequest.py index a6c03e3c38..5008b3c609 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteNatGatewayRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteNatGatewayRequest.py @@ -21,7 +21,7 @@ class DeleteNatGatewayRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteNatGateway') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteNatGateway','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteNetworkInterfacePermissionRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteNetworkInterfacePermissionRequest.py index 91d914fb51..73f6579f8d 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteNetworkInterfacePermissionRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteNetworkInterfacePermissionRequest.py @@ -21,7 +21,7 @@ class DeleteNetworkInterfacePermissionRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteNetworkInterfacePermission') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteNetworkInterfacePermission','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteNetworkInterfaceRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteNetworkInterfaceRequest.py index 4e85b9f378..29da5bb46c 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteNetworkInterfaceRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteNetworkInterfaceRequest.py @@ -21,7 +21,7 @@ class DeleteNetworkInterfaceRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteNetworkInterface') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteNetworkInterface','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeletePhysicalConnectionRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeletePhysicalConnectionRequest.py index 081418b498..95c48a4331 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeletePhysicalConnectionRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeletePhysicalConnectionRequest.py @@ -21,7 +21,7 @@ class DeletePhysicalConnectionRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeletePhysicalConnection') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeletePhysicalConnection','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteRecycleBinRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteRecycleBinRequest.py index e0c63c90de..0406da99cd 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteRecycleBinRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteRecycleBinRequest.py @@ -21,7 +21,7 @@ class DeleteRecycleBinRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteRecycleBin') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteRecycleBin','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteRouteEntryRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteRouteEntryRequest.py index 489d863160..033d8a4044 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteRouteEntryRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteRouteEntryRequest.py @@ -21,7 +21,7 @@ class DeleteRouteEntryRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteRouteEntry') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteRouteEntry','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteRouterInterfaceRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteRouterInterfaceRequest.py index 51c0f0b222..4a46204d22 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteRouterInterfaceRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteRouterInterfaceRequest.py @@ -21,7 +21,7 @@ class DeleteRouterInterfaceRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteRouterInterface') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteRouterInterface','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteSecurityGroupRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteSecurityGroupRequest.py index a56a0ff8ef..725fc663f9 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteSecurityGroupRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteSecurityGroupRequest.py @@ -21,7 +21,7 @@ class DeleteSecurityGroupRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteSecurityGroup') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteSecurityGroup','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteSecurityGroup_GatedLaunchRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteSecurityGroup_GatedLaunchRequest.py index 1efeff9a20..7440e183ab 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteSecurityGroup_GatedLaunchRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteSecurityGroup_GatedLaunchRequest.py @@ -21,7 +21,7 @@ class DeleteSecurityGroup_GatedLaunchRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteSecurityGroup_GatedLaunch') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteSecurityGroup_GatedLaunch','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteSnapshotRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteSnapshotRequest.py index 57e25e00a7..8a04f814bd 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteSnapshotRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteSnapshotRequest.py @@ -21,7 +21,7 @@ class DeleteSnapshotRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteSnapshot') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteSnapshot','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteSnapshot_GatedLaunchRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteSnapshot_GatedLaunchRequest.py index 4d3a6a9180..e45a7ccf60 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteSnapshot_GatedLaunchRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteSnapshot_GatedLaunchRequest.py @@ -21,7 +21,7 @@ class DeleteSnapshot_GatedLaunchRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteSnapshot_GatedLaunch') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteSnapshot_GatedLaunch','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteVSwitchRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteVSwitchRequest.py index 57dd772555..df49108ea4 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteVSwitchRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteVSwitchRequest.py @@ -21,7 +21,7 @@ class DeleteVSwitchRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteVSwitch') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteVSwitch','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteVirtualBorderRouterRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteVirtualBorderRouterRequest.py index f3e589f41b..8d82b89b62 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteVirtualBorderRouterRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteVirtualBorderRouterRequest.py @@ -21,7 +21,7 @@ class DeleteVirtualBorderRouterRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteVirtualBorderRouter') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteVirtualBorderRouter','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteVolumeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteVolumeRequest.py index a71968b750..d6b0226ff1 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteVolumeRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteVolumeRequest.py @@ -21,7 +21,7 @@ class DeleteVolumeRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteVolume') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteVolume','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteVolume_GatedLaunchRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteVolume_GatedLaunchRequest.py index 530bdf3f4d..caae2cdf72 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteVolume_GatedLaunchRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteVolume_GatedLaunchRequest.py @@ -21,7 +21,7 @@ class DeleteVolume_GatedLaunchRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteVolume_GatedLaunch') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteVolume_GatedLaunch','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteVpcRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteVpcRequest.py index c6f75ee071..98bd989557 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteVpcRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteVpcRequest.py @@ -21,7 +21,7 @@ class DeleteVpcRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteVpc') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteVpc','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeAccessPointsRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeAccessPointsRequest.py index bd61470714..e3c126b4bc 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeAccessPointsRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeAccessPointsRequest.py @@ -21,7 +21,7 @@ class DescribeAccessPointsRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeAccessPoints') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeAccessPoints','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeAccountAttributesRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeAccountAttributesRequest.py index bb228f4ceb..24dc068f1d 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeAccountAttributesRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeAccountAttributesRequest.py @@ -21,7 +21,7 @@ class DescribeAccountAttributesRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeAccountAttributes') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeAccountAttributes','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeAutoSnapshotPolicyExRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeAutoSnapshotPolicyExRequest.py index 06c52e4f8d..4bba261118 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeAutoSnapshotPolicyExRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeAutoSnapshotPolicyExRequest.py @@ -21,7 +21,7 @@ class DescribeAutoSnapshotPolicyExRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeAutoSnapshotPolicyEx') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeAutoSnapshotPolicyEx','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeAutoSnapshotPolicyRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeAutoSnapshotPolicyRequest.py index f474827600..fab921a1c2 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeAutoSnapshotPolicyRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeAutoSnapshotPolicyRequest.py @@ -21,7 +21,7 @@ class DescribeAutoSnapshotPolicyRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeAutoSnapshotPolicy') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeAutoSnapshotPolicy','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeAvailableResourceRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeAvailableResourceRequest.py index 46d1c2a264..edc34066eb 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeAvailableResourceRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeAvailableResourceRequest.py @@ -21,7 +21,7 @@ class DescribeAvailableResourceRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeAvailableResource') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeAvailableResource','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeBandwidthLimitationRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeBandwidthLimitationRequest.py index d5d1684638..5b5e43785c 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeBandwidthLimitationRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeBandwidthLimitationRequest.py @@ -21,7 +21,7 @@ class DescribeBandwidthLimitationRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeBandwidthLimitation') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeBandwidthLimitation','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeBandwidthPackagesRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeBandwidthPackagesRequest.py index 203f721ee7..3cdb11c44c 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeBandwidthPackagesRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeBandwidthPackagesRequest.py @@ -21,7 +21,7 @@ class DescribeBandwidthPackagesRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeBandwidthPackages') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeBandwidthPackages','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeClassicLinkInstancesRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeClassicLinkInstancesRequest.py index a4608caa93..db9f67e8e6 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeClassicLinkInstancesRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeClassicLinkInstancesRequest.py @@ -21,7 +21,7 @@ class DescribeClassicLinkInstancesRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeClassicLinkInstances') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeClassicLinkInstances','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeCloudAssistantStatusRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeCloudAssistantStatusRequest.py index b29c2d0f07..060f9ff3a0 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeCloudAssistantStatusRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeCloudAssistantStatusRequest.py @@ -21,7 +21,7 @@ class DescribeCloudAssistantStatusRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeCloudAssistantStatus') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeCloudAssistantStatus','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeClustersRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeClustersRequest.py index 008104249f..4bc19f64cc 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeClustersRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeClustersRequest.py @@ -21,7 +21,7 @@ class DescribeClustersRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeClusters') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeClusters','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeCommandsRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeCommandsRequest.py index f31ac021cc..a86d403bfe 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeCommandsRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeCommandsRequest.py @@ -21,7 +21,7 @@ class DescribeCommandsRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeCommands') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeCommands','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeDedicatedHostAutoRenewRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeDedicatedHostAutoRenewRequest.py index 11c4b9592e..025d35aa8a 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeDedicatedHostAutoRenewRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeDedicatedHostAutoRenewRequest.py @@ -21,7 +21,7 @@ class DescribeDedicatedHostAutoRenewRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeDedicatedHostAutoRenew') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeDedicatedHostAutoRenew','ecs') def get_DedicatedHostIds(self): return self.get_query_params().get('DedicatedHostIds') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeDedicatedHostTypesRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeDedicatedHostTypesRequest.py index 8f256a47d4..ce7773e82c 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeDedicatedHostTypesRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeDedicatedHostTypesRequest.py @@ -21,7 +21,7 @@ class DescribeDedicatedHostTypesRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeDedicatedHostTypes') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeDedicatedHostTypes','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeDedicatedHostsRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeDedicatedHostsRequest.py index cee522dd45..3e130cfb7d 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeDedicatedHostsRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeDedicatedHostsRequest.py @@ -21,7 +21,7 @@ class DescribeDedicatedHostsRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeDedicatedHosts') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeDedicatedHosts','ecs') def get_DedicatedHostIds(self): return self.get_query_params().get('DedicatedHostIds') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeDemandsRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeDemandsRequest.py index d8907763f6..a6da417673 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeDemandsRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeDemandsRequest.py @@ -21,7 +21,7 @@ class DescribeDemandsRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeDemands') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeDemands','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeDeploymentSetTopologyRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeDeploymentSetTopologyRequest.py index 3dfdb66fae..66cc8a0301 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeDeploymentSetTopologyRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeDeploymentSetTopologyRequest.py @@ -21,7 +21,7 @@ class DescribeDeploymentSetTopologyRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeDeploymentSetTopology') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeDeploymentSetTopology','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeDeploymentSetsRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeDeploymentSetsRequest.py index c72f17e9b6..52568db630 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeDeploymentSetsRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeDeploymentSetsRequest.py @@ -21,7 +21,7 @@ class DescribeDeploymentSetsRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeDeploymentSets') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeDeploymentSets','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeDiskMonitorDataRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeDiskMonitorDataRequest.py index 6a18a03628..03834911d9 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeDiskMonitorDataRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeDiskMonitorDataRequest.py @@ -21,7 +21,7 @@ class DescribeDiskMonitorDataRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeDiskMonitorData') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeDiskMonitorData','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeDisksFullStatusRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeDisksFullStatusRequest.py index c729d1f701..7d06691181 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeDisksFullStatusRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeDisksFullStatusRequest.py @@ -21,7 +21,7 @@ class DescribeDisksFullStatusRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeDisksFullStatus') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeDisksFullStatus','ecs') def get_EventIds(self): return self.get_query_params().get('EventIds') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeDisksRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeDisksRequest.py index 04405a459b..68373765ac 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeDisksRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeDisksRequest.py @@ -21,7 +21,7 @@ class DescribeDisksRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeDisks') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeDisks','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeEipAddressesRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeEipAddressesRequest.py index 5000c07066..2ca395fabe 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeEipAddressesRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeEipAddressesRequest.py @@ -21,7 +21,7 @@ class DescribeEipAddressesRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeEipAddresses') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeEipAddresses','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeEipMonitorDataRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeEipMonitorDataRequest.py index cb681876fd..8250b835b9 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeEipMonitorDataRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeEipMonitorDataRequest.py @@ -21,7 +21,7 @@ class DescribeEipMonitorDataRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeEipMonitorData') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeEipMonitorData','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeEniMonitorDataRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeEniMonitorDataRequest.py index dc14f1839f..afe7750ccc 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeEniMonitorDataRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeEniMonitorDataRequest.py @@ -21,7 +21,7 @@ class DescribeEniMonitorDataRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeEniMonitorData') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeEniMonitorData','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeEventDetailRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeEventDetailRequest.py index 82acaefeb5..62ff404e07 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeEventDetailRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeEventDetailRequest.py @@ -21,7 +21,7 @@ class DescribeEventDetailRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeEventDetail') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeEventDetail','ecs') def get_EventId(self): return self.get_query_params().get('EventId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeEventsRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeEventsRequest.py index fdbb08b61d..4c673efa49 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeEventsRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeEventsRequest.py @@ -21,7 +21,7 @@ class DescribeEventsRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeEvents') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeEvents','ecs') def get_EventId(self): return self.get_query_params().get('EventId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeFleetHistoryRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeFleetHistoryRequest.py index 516b56e3cc..8eb74eadbe 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeFleetHistoryRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeFleetHistoryRequest.py @@ -21,7 +21,7 @@ class DescribeFleetHistoryRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeFleetHistory') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeFleetHistory','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeFleetInstancesRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeFleetInstancesRequest.py index 09d3ad6c7c..39068aa9e1 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeFleetInstancesRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeFleetInstancesRequest.py @@ -21,7 +21,7 @@ class DescribeFleetInstancesRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeFleetInstances') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeFleetInstances','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeFleetsRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeFleetsRequest.py index 3b683418e2..b9b41479ae 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeFleetsRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeFleetsRequest.py @@ -21,7 +21,7 @@ class DescribeFleetsRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeFleets') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeFleets','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeForwardTableEntriesRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeForwardTableEntriesRequest.py index cab4f01e0d..cdb27d1601 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeForwardTableEntriesRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeForwardTableEntriesRequest.py @@ -21,7 +21,7 @@ class DescribeForwardTableEntriesRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeForwardTableEntries') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeForwardTableEntries','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeHaVipsRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeHaVipsRequest.py index 4d517356bf..0377f3f0b8 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeHaVipsRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeHaVipsRequest.py @@ -21,7 +21,7 @@ class DescribeHaVipsRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeHaVips') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeHaVips','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeHpcClustersRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeHpcClustersRequest.py index ee1e0890a3..58257fb3f4 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeHpcClustersRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeHpcClustersRequest.py @@ -21,7 +21,7 @@ class DescribeHpcClustersRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeHpcClusters') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeHpcClusters','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeImageSharePermissionRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeImageSharePermissionRequest.py index b45dca32f6..20ce5d9dd5 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeImageSharePermissionRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeImageSharePermissionRequest.py @@ -21,7 +21,7 @@ class DescribeImageSharePermissionRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeImageSharePermission') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeImageSharePermission','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeImageSupportInstanceTypesRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeImageSupportInstanceTypesRequest.py index 66f6e11685..501dd596c4 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeImageSupportInstanceTypesRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeImageSupportInstanceTypesRequest.py @@ -21,7 +21,7 @@ class DescribeImageSupportInstanceTypesRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeImageSupportInstanceTypes') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeImageSupportInstanceTypes','ecs') def get_ActionType(self): return self.get_query_params().get('ActionType') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeImagesRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeImagesRequest.py index fee80d9670..9d15322c25 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeImagesRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeImagesRequest.py @@ -21,7 +21,7 @@ class DescribeImagesRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeImages') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeImages','ecs') def get_ActionType(self): return self.get_query_params().get('ActionType') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceAttributeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceAttributeRequest.py index 1b6ddda7e4..78eefaccd1 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceAttributeRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceAttributeRequest.py @@ -21,7 +21,7 @@ class DescribeInstanceAttributeRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeInstanceAttribute') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeInstanceAttribute','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceAutoRenewAttributeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceAutoRenewAttributeRequest.py index 373e8b7c97..e65bb6c86e 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceAutoRenewAttributeRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceAutoRenewAttributeRequest.py @@ -21,7 +21,7 @@ class DescribeInstanceAutoRenewAttributeRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeInstanceAutoRenewAttribute') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeInstanceAutoRenewAttribute','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceHistoryEventsRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceHistoryEventsRequest.py index 483873de94..6c3d5272c8 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceHistoryEventsRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceHistoryEventsRequest.py @@ -21,7 +21,7 @@ class DescribeInstanceHistoryEventsRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeInstanceHistoryEvents') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeInstanceHistoryEvents','ecs') def get_EventIds(self): return self.get_query_params().get('EventIds') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceMonitorDataRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceMonitorDataRequest.py index 59b750387a..bcf8c030ce 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceMonitorDataRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceMonitorDataRequest.py @@ -21,7 +21,7 @@ class DescribeInstanceMonitorDataRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeInstanceMonitorData') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeInstanceMonitorData','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstancePhysicalAttributeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstancePhysicalAttributeRequest.py index 49e6f0f991..a87af8e93e 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstancePhysicalAttributeRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstancePhysicalAttributeRequest.py @@ -21,7 +21,7 @@ class DescribeInstancePhysicalAttributeRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeInstancePhysicalAttribute') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeInstancePhysicalAttribute','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstancePhysicalAttribute_GatedLaunchRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstancePhysicalAttribute_GatedLaunchRequest.py index 0c5ea59dbe..d146f65e1b 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstancePhysicalAttribute_GatedLaunchRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstancePhysicalAttribute_GatedLaunchRequest.py @@ -21,7 +21,7 @@ class DescribeInstancePhysicalAttribute_GatedLaunchRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeInstancePhysicalAttribute_GatedLaunch') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeInstancePhysicalAttribute_GatedLaunch','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceRamRoleRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceRamRoleRequest.py index 31d21538d1..f61b2ccc3b 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceRamRoleRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceRamRoleRequest.py @@ -21,7 +21,7 @@ class DescribeInstanceRamRoleRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeInstanceRamRole') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeInstanceRamRole','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceStatusRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceStatusRequest.py index 93eb7a0882..bae9e44e0e 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceStatusRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceStatusRequest.py @@ -21,7 +21,7 @@ class DescribeInstanceStatusRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeInstanceStatus') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeInstanceStatus','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceTopologyRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceTopologyRequest.py index 65bd9e7704..423b1ddad8 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceTopologyRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceTopologyRequest.py @@ -21,7 +21,7 @@ class DescribeInstanceTopologyRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeInstanceTopology') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeInstanceTopology','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceTypeFamiliesRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceTypeFamiliesRequest.py index aba5a11d18..f34a1a7db5 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceTypeFamiliesRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceTypeFamiliesRequest.py @@ -21,7 +21,7 @@ class DescribeInstanceTypeFamiliesRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeInstanceTypeFamilies') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeInstanceTypeFamilies','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceTypesRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceTypesRequest.py index 1145929f36..f9b5920bff 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceTypesRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceTypesRequest.py @@ -21,7 +21,7 @@ class DescribeInstanceTypesRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeInstanceTypes') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeInstanceTypes','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceVncPasswdRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceVncPasswdRequest.py index 959fe8335f..58445431fc 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceVncPasswdRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceVncPasswdRequest.py @@ -21,7 +21,7 @@ class DescribeInstanceVncPasswdRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeInstanceVncPasswd') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeInstanceVncPasswd','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceVncPasswd_GatedLaunchRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceVncPasswd_GatedLaunchRequest.py index 0a7fa76bd3..5b44a20f73 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceVncPasswd_GatedLaunchRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceVncPasswd_GatedLaunchRequest.py @@ -21,7 +21,7 @@ class DescribeInstanceVncPasswd_GatedLaunchRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeInstanceVncPasswd_GatedLaunch') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeInstanceVncPasswd_GatedLaunch','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceVncUrlRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceVncUrlRequest.py index 2fc5750ca0..5addb304f6 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceVncUrlRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceVncUrlRequest.py @@ -21,7 +21,7 @@ class DescribeInstanceVncUrlRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeInstanceVncUrl') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeInstanceVncUrl','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceVncUrl_GatedLaunchRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceVncUrl_GatedLaunchRequest.py index 40085e9b98..b5c649541a 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceVncUrl_GatedLaunchRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceVncUrl_GatedLaunchRequest.py @@ -21,7 +21,7 @@ class DescribeInstanceVncUrl_GatedLaunchRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeInstanceVncUrl_GatedLaunch') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeInstanceVncUrl_GatedLaunch','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstancesFullStatusRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstancesFullStatusRequest.py index ba41fad059..217a7ec48b 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstancesFullStatusRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstancesFullStatusRequest.py @@ -21,7 +21,7 @@ class DescribeInstancesFullStatusRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeInstancesFullStatus') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeInstancesFullStatus','ecs') def get_EventIds(self): return self.get_query_params().get('EventIds') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstancesRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstancesRequest.py index d6b902a28d..acff774db7 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstancesRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstancesRequest.py @@ -21,7 +21,7 @@ class DescribeInstancesRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeInstances') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeInstances','ecs') def get_InnerIpAddresses(self): return self.get_query_params().get('InnerIpAddresses') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeIntranetAttributeKbRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeIntranetAttributeKbRequest.py index 38e10a7914..84c97d5425 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeIntranetAttributeKbRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeIntranetAttributeKbRequest.py @@ -21,7 +21,7 @@ class DescribeIntranetAttributeKbRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeIntranetAttributeKb') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeIntranetAttributeKb','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeIntranetAttributeKb_GatedLaunchRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeIntranetAttributeKb_GatedLaunchRequest.py index ad1509c895..2af569fa76 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeIntranetAttributeKb_GatedLaunchRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeIntranetAttributeKb_GatedLaunchRequest.py @@ -21,7 +21,7 @@ class DescribeIntranetAttributeKb_GatedLaunchRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeIntranetAttributeKb_GatedLaunch') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeIntranetAttributeKb_GatedLaunch','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInvocationResultsRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInvocationResultsRequest.py index a4702b35c8..092aabcd62 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInvocationResultsRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInvocationResultsRequest.py @@ -21,7 +21,7 @@ class DescribeInvocationResultsRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeInvocationResults') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeInvocationResults','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInvocationsRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInvocationsRequest.py index 31ffba6e90..a058b53329 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInvocationsRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInvocationsRequest.py @@ -21,7 +21,7 @@ class DescribeInvocationsRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeInvocations') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeInvocations','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeIpRangesRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeIpRangesRequest.py index d60fe94284..ffa4ef931d 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeIpRangesRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeIpRangesRequest.py @@ -21,7 +21,7 @@ class DescribeIpRangesRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeIpRanges') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeIpRanges','ecs') def get_NicType(self): return self.get_query_params().get('NicType') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeKeyPairsRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeKeyPairsRequest.py index 5ca8e508d5..ae9c596bb9 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeKeyPairsRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeKeyPairsRequest.py @@ -21,7 +21,7 @@ class DescribeKeyPairsRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeKeyPairs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeKeyPairs','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeLaunchTemplateVersionsRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeLaunchTemplateVersionsRequest.py index f1356b2f27..6a61dd8ea9 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeLaunchTemplateVersionsRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeLaunchTemplateVersionsRequest.py @@ -21,7 +21,7 @@ class DescribeLaunchTemplateVersionsRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeLaunchTemplateVersions') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeLaunchTemplateVersions','ecs') def get_LaunchTemplateName(self): return self.get_query_params().get('LaunchTemplateName') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeLaunchTemplatesRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeLaunchTemplatesRequest.py index 4b0b31af43..ad9c60d8b3 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeLaunchTemplatesRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeLaunchTemplatesRequest.py @@ -21,7 +21,7 @@ class DescribeLaunchTemplatesRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeLaunchTemplates') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeLaunchTemplates','ecs') def get_LaunchTemplateNames(self): return self.get_query_params().get('LaunchTemplateNames') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeLimitationRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeLimitationRequest.py index 3774ddedc3..b49a91735c 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeLimitationRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeLimitationRequest.py @@ -21,7 +21,7 @@ class DescribeLimitationRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeLimitation') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeLimitation','ecs') def get_Limitation(self): return self.get_query_params().get('Limitation') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeLimitation_GatedLaunchRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeLimitation_GatedLaunchRequest.py index 52203892ea..7733045cd0 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeLimitation_GatedLaunchRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeLimitation_GatedLaunchRequest.py @@ -21,7 +21,7 @@ class DescribeLimitation_GatedLaunchRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeLimitation_GatedLaunch') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeLimitation_GatedLaunch','ecs') def get_Limitation(self): return self.get_query_params().get('Limitation') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeNatGatewaysRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeNatGatewaysRequest.py index 056ed68eca..1d1f90095d 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeNatGatewaysRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeNatGatewaysRequest.py @@ -21,7 +21,7 @@ class DescribeNatGatewaysRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeNatGateways') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeNatGateways','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeNetworkInterfacePermissionsRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeNetworkInterfacePermissionsRequest.py index 26fed9d278..10ec05ee86 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeNetworkInterfacePermissionsRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeNetworkInterfacePermissionsRequest.py @@ -21,7 +21,7 @@ class DescribeNetworkInterfacePermissionsRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeNetworkInterfacePermissions') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeNetworkInterfacePermissions','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeNetworkInterfacesRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeNetworkInterfacesRequest.py index 44b021266d..1747f405a1 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeNetworkInterfacesRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeNetworkInterfacesRequest.py @@ -21,7 +21,7 @@ class DescribeNetworkInterfacesRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeNetworkInterfaces') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeNetworkInterfaces','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeNewProjectEipMonitorDataRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeNewProjectEipMonitorDataRequest.py index afb405d83b..5461af3a88 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeNewProjectEipMonitorDataRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeNewProjectEipMonitorDataRequest.py @@ -21,7 +21,7 @@ class DescribeNewProjectEipMonitorDataRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeNewProjectEipMonitorData') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeNewProjectEipMonitorData','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribePhysicalConnectionsRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribePhysicalConnectionsRequest.py index 1c21f484c2..babc03e5a2 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribePhysicalConnectionsRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribePhysicalConnectionsRequest.py @@ -21,7 +21,7 @@ class DescribePhysicalConnectionsRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribePhysicalConnections') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribePhysicalConnections','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribePriceRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribePriceRequest.py index 92fcd0f667..32d61a8b49 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribePriceRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribePriceRequest.py @@ -21,7 +21,7 @@ class DescribePriceRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribePrice') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribePrice','ecs') def get_DataDisk3Size(self): return self.get_query_params().get('DataDisk.3.Size') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeRecommendInstanceTypeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeRecommendInstanceTypeRequest.py index 45e88cc17c..125b1ddff8 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeRecommendInstanceTypeRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeRecommendInstanceTypeRequest.py @@ -21,7 +21,7 @@ class DescribeRecommendInstanceTypeRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeRecommendInstanceType') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeRecommendInstanceType','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeRecycleBinRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeRecycleBinRequest.py index 23fda8d5cf..3be5aac032 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeRecycleBinRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeRecycleBinRequest.py @@ -21,7 +21,7 @@ class DescribeRecycleBinRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeRecycleBin') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeRecycleBin','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeRegionsRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeRegionsRequest.py index bc69400112..61365ba6d0 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeRegionsRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeRegionsRequest.py @@ -21,7 +21,7 @@ class DescribeRegionsRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeRegions') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeRegions','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeRenewalPriceRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeRenewalPriceRequest.py index e637f97198..52edb9c8ec 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeRenewalPriceRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeRenewalPriceRequest.py @@ -21,7 +21,7 @@ class DescribeRenewalPriceRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeRenewalPrice') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeRenewalPrice','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeReservedInstancesRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeReservedInstancesRequest.py index 29f111f056..1ccd929363 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeReservedInstancesRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeReservedInstancesRequest.py @@ -21,7 +21,7 @@ class DescribeReservedInstancesRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeReservedInstances') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeReservedInstances','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeResourceByTagsRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeResourceByTagsRequest.py index e5252a261c..b8a156695c 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeResourceByTagsRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeResourceByTagsRequest.py @@ -21,7 +21,7 @@ class DescribeResourceByTagsRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeResourceByTags') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeResourceByTags','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeResourcesModificationRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeResourcesModificationRequest.py index ac4306be5b..50425d18dd 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeResourcesModificationRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeResourcesModificationRequest.py @@ -21,7 +21,7 @@ class DescribeResourcesModificationRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeResourcesModification') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeResourcesModification','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeRouteTablesRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeRouteTablesRequest.py index 6a93b98336..e2577aab8c 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeRouteTablesRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeRouteTablesRequest.py @@ -21,7 +21,7 @@ class DescribeRouteTablesRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeRouteTables') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeRouteTables','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeRouterInterfacesRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeRouterInterfacesRequest.py index 82cf493808..7100138d33 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeRouterInterfacesRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeRouterInterfacesRequest.py @@ -21,7 +21,7 @@ class DescribeRouterInterfacesRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeRouterInterfaces') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeRouterInterfaces','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeSecurityGroupAttributeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeSecurityGroupAttributeRequest.py index 726bbf2092..ad5fe7e7ce 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeSecurityGroupAttributeRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeSecurityGroupAttributeRequest.py @@ -21,7 +21,7 @@ class DescribeSecurityGroupAttributeRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeSecurityGroupAttribute') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeSecurityGroupAttribute','ecs') def get_NicType(self): return self.get_query_params().get('NicType') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeSecurityGroupReferencesRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeSecurityGroupReferencesRequest.py index 5eedba0f8c..b4f8b52ba4 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeSecurityGroupReferencesRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeSecurityGroupReferencesRequest.py @@ -21,7 +21,7 @@ class DescribeSecurityGroupReferencesRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeSecurityGroupReferences') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeSecurityGroupReferences','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeSecurityGroupsRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeSecurityGroupsRequest.py index ffec9f67a2..3f0e9d6f04 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeSecurityGroupsRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeSecurityGroupsRequest.py @@ -21,7 +21,7 @@ class DescribeSecurityGroupsRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeSecurityGroups') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeSecurityGroups','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeSnapshotLinksRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeSnapshotLinksRequest.py index d00b21e60b..4f5347596f 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeSnapshotLinksRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeSnapshotLinksRequest.py @@ -21,7 +21,7 @@ class DescribeSnapshotLinksRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeSnapshotLinks') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeSnapshotLinks','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeSnapshotMonitorDataRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeSnapshotMonitorDataRequest.py index 6eabb51722..7c03a6f94f 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeSnapshotMonitorDataRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeSnapshotMonitorDataRequest.py @@ -21,7 +21,7 @@ class DescribeSnapshotMonitorDataRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeSnapshotMonitorData') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeSnapshotMonitorData','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeSnapshotPackageRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeSnapshotPackageRequest.py index 46ef75f8c9..52cdf62fdc 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeSnapshotPackageRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeSnapshotPackageRequest.py @@ -21,7 +21,7 @@ class DescribeSnapshotPackageRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeSnapshotPackage') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeSnapshotPackage','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeSnapshotsRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeSnapshotsRequest.py index a9e64da90e..33baa55722 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeSnapshotsRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeSnapshotsRequest.py @@ -21,7 +21,7 @@ class DescribeSnapshotsRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeSnapshots') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeSnapshots','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeSnapshotsUsageRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeSnapshotsUsageRequest.py index 1a51ab7ed0..c25c062f34 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeSnapshotsUsageRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeSnapshotsUsageRequest.py @@ -21,7 +21,7 @@ class DescribeSnapshotsUsageRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeSnapshotsUsage') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeSnapshotsUsage','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeSpotPriceHistoryRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeSpotPriceHistoryRequest.py index 08734f8596..d6e354ed62 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeSpotPriceHistoryRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeSpotPriceHistoryRequest.py @@ -21,7 +21,7 @@ class DescribeSpotPriceHistoryRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeSpotPriceHistory') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeSpotPriceHistory','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeTagKeysRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeTagKeysRequest.py index 88d0f5b820..28fbbbf0b3 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeTagKeysRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeTagKeysRequest.py @@ -21,7 +21,7 @@ class DescribeTagKeysRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeTagKeys') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeTagKeys','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeTagKeys_GatedLaunchRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeTagKeys_GatedLaunchRequest.py index 19bcbeab74..2758a45e05 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeTagKeys_GatedLaunchRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeTagKeys_GatedLaunchRequest.py @@ -21,7 +21,7 @@ class DescribeTagKeys_GatedLaunchRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeTagKeys_GatedLaunch') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeTagKeys_GatedLaunch','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeTagsRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeTagsRequest.py index 2e595c1b52..d0b2772894 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeTagsRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeTagsRequest.py @@ -21,7 +21,7 @@ class DescribeTagsRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeTags') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeTags','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeTaskAttributeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeTaskAttributeRequest.py index a92e19dde5..cd4db52d55 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeTaskAttributeRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeTaskAttributeRequest.py @@ -21,7 +21,7 @@ class DescribeTaskAttributeRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeTaskAttribute') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeTaskAttribute','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeTasksRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeTasksRequest.py index c38c27b62a..48d4446c6e 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeTasksRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeTasksRequest.py @@ -21,7 +21,7 @@ class DescribeTasksRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeTasks') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeTasks','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeUserBusinessBehaviorRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeUserBusinessBehaviorRequest.py index da36edf605..fb60dd885c 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeUserBusinessBehaviorRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeUserBusinessBehaviorRequest.py @@ -21,7 +21,7 @@ class DescribeUserBusinessBehaviorRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeUserBusinessBehavior') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeUserBusinessBehavior','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeUserDataRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeUserDataRequest.py index e88b21059c..f81d4cef6d 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeUserDataRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeUserDataRequest.py @@ -21,7 +21,7 @@ class DescribeUserDataRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeUserData') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeUserData','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeUserData_GatedLaunchRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeUserData_GatedLaunchRequest.py index 3f59d46c0d..718284dd6f 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeUserData_GatedLaunchRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeUserData_GatedLaunchRequest.py @@ -21,7 +21,7 @@ class DescribeUserData_GatedLaunchRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeUserData_GatedLaunch') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeUserData_GatedLaunch','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeVRoutersRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeVRoutersRequest.py index 4268080f66..b5cc6f7e3e 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeVRoutersRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeVRoutersRequest.py @@ -21,7 +21,7 @@ class DescribeVRoutersRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeVRouters') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeVRouters','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeVSwitchesRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeVSwitchesRequest.py index 29535918f9..69a92c17ba 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeVSwitchesRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeVSwitchesRequest.py @@ -21,7 +21,7 @@ class DescribeVSwitchesRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeVSwitches') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeVSwitches','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeVirtualBorderRoutersForPhysicalConnectionRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeVirtualBorderRoutersForPhysicalConnectionRequest.py index 4115949774..fb44aa2638 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeVirtualBorderRoutersForPhysicalConnectionRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeVirtualBorderRoutersForPhysicalConnectionRequest.py @@ -21,7 +21,7 @@ class DescribeVirtualBorderRoutersForPhysicalConnectionRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeVirtualBorderRoutersForPhysicalConnection') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeVirtualBorderRoutersForPhysicalConnection','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeVirtualBorderRoutersRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeVirtualBorderRoutersRequest.py index 1972907a13..8e86300e33 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeVirtualBorderRoutersRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeVirtualBorderRoutersRequest.py @@ -21,7 +21,7 @@ class DescribeVirtualBorderRoutersRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeVirtualBorderRouters') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeVirtualBorderRouters','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeVolumesRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeVolumesRequest.py index 6ce534e3c4..a8c3be996d 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeVolumesRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeVolumesRequest.py @@ -21,7 +21,7 @@ class DescribeVolumesRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeVolumes') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeVolumes','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeVpcsRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeVpcsRequest.py index 443a233a0f..34354c59b6 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeVpcsRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeVpcsRequest.py @@ -21,7 +21,7 @@ class DescribeVpcsRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeVpcs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeVpcs','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeZonesRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeZonesRequest.py index 0775ecffec..1ebba6f901 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeZonesRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeZonesRequest.py @@ -21,7 +21,7 @@ class DescribeZonesRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeZones') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeZones','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DetachClassicLinkVpcRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DetachClassicLinkVpcRequest.py index 650a75ba29..d567f43377 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DetachClassicLinkVpcRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DetachClassicLinkVpcRequest.py @@ -21,7 +21,7 @@ class DetachClassicLinkVpcRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DetachClassicLinkVpc') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DetachClassicLinkVpc','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DetachDiskRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DetachDiskRequest.py index 71b21f4adb..5eebba43d6 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DetachDiskRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DetachDiskRequest.py @@ -21,7 +21,7 @@ class DetachDiskRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DetachDisk') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DetachDisk','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DetachDisk_GatedLaunchRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DetachDisk_GatedLaunchRequest.py index 4155dca5ab..c193e4022d 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DetachDisk_GatedLaunchRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DetachDisk_GatedLaunchRequest.py @@ -21,7 +21,7 @@ class DetachDisk_GatedLaunchRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DetachDisk_GatedLaunch') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DetachDisk_GatedLaunch','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DetachInstanceRamRoleRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DetachInstanceRamRoleRequest.py index dca5c80c94..c791955249 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DetachInstanceRamRoleRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DetachInstanceRamRoleRequest.py @@ -21,7 +21,7 @@ class DetachInstanceRamRoleRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DetachInstanceRamRole') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DetachInstanceRamRole','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DetachKeyPairRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DetachKeyPairRequest.py index eee399e119..15c336e69a 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DetachKeyPairRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DetachKeyPairRequest.py @@ -21,7 +21,7 @@ class DetachKeyPairRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DetachKeyPair') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DetachKeyPair','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DetachNetworkInterfaceRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DetachNetworkInterfaceRequest.py index d901e757c5..858b18acf7 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DetachNetworkInterfaceRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DetachNetworkInterfaceRequest.py @@ -21,7 +21,7 @@ class DetachNetworkInterfaceRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DetachNetworkInterface') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DetachNetworkInterface','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DetachVolumeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DetachVolumeRequest.py index fe96c98d34..d9406a7e9a 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DetachVolumeRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DetachVolumeRequest.py @@ -21,7 +21,7 @@ class DetachVolumeRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DetachVolume') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DetachVolume','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DetachVolume_GatedLaunchRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DetachVolume_GatedLaunchRequest.py index e7894c639e..5de7663ec4 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DetachVolume_GatedLaunchRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DetachVolume_GatedLaunchRequest.py @@ -21,7 +21,7 @@ class DetachVolume_GatedLaunchRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DetachVolume_GatedLaunch') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DetachVolume_GatedLaunch','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/EipFillParamsRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/EipFillParamsRequest.py index 38bc2f0f1b..0ee12edd79 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/EipFillParamsRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/EipFillParamsRequest.py @@ -21,7 +21,7 @@ class EipFillParamsRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'EipFillParams') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'EipFillParams','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/EipFillProductRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/EipFillProductRequest.py index fab220ef51..ffa541ee47 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/EipFillProductRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/EipFillProductRequest.py @@ -21,7 +21,7 @@ class EipFillProductRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'EipFillProduct') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'EipFillProduct','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/EipNotifyPaidRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/EipNotifyPaidRequest.py index df42de9762..ef877ff94e 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/EipNotifyPaidRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/EipNotifyPaidRequest.py @@ -21,7 +21,7 @@ class EipNotifyPaidRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'EipNotifyPaid') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'EipNotifyPaid','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/EnablePhysicalConnectionRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/EnablePhysicalConnectionRequest.py index 1cf7e25d65..0755504ddd 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/EnablePhysicalConnectionRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/EnablePhysicalConnectionRequest.py @@ -21,7 +21,7 @@ class EnablePhysicalConnectionRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'EnablePhysicalConnection') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'EnablePhysicalConnection','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ExportImageRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ExportImageRequest.py index d23cc93415..1510e97d10 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ExportImageRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ExportImageRequest.py @@ -21,7 +21,7 @@ class ExportImageRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ExportImage') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ExportImage','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ExportImage_GatedLaunchRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ExportImage_GatedLaunchRequest.py index 0b40d9e3dc..196e34e1b7 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ExportImage_GatedLaunchRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ExportImage_GatedLaunchRequest.py @@ -21,7 +21,7 @@ class ExportImage_GatedLaunchRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ExportImage_GatedLaunch') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ExportImage_GatedLaunch','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ExportSnapshotRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ExportSnapshotRequest.py index 400c729a9b..2bf3142274 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ExportSnapshotRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ExportSnapshotRequest.py @@ -21,7 +21,7 @@ class ExportSnapshotRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ExportSnapshot') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ExportSnapshot','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/GetInstanceConsoleOutputRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/GetInstanceConsoleOutputRequest.py index 3e5f7e1e21..313ca42128 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/GetInstanceConsoleOutputRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/GetInstanceConsoleOutputRequest.py @@ -21,7 +21,7 @@ class GetInstanceConsoleOutputRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'GetInstanceConsoleOutput') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'GetInstanceConsoleOutput','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/GetInstanceScreenshotRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/GetInstanceScreenshotRequest.py index 9174b37d76..53c3c9e744 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/GetInstanceScreenshotRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/GetInstanceScreenshotRequest.py @@ -21,7 +21,7 @@ class GetInstanceScreenshotRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'GetInstanceScreenshot') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'GetInstanceScreenshot','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ImportImageRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ImportImageRequest.py index ed1e40aae9..ddfb0f3dfd 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ImportImageRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ImportImageRequest.py @@ -21,7 +21,7 @@ class ImportImageRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ImportImage') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ImportImage','ecs') def get_DiskDeviceMappings(self): return self.get_query_params().get('DiskDeviceMappings') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ImportImage_GatedLaunchRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ImportImage_GatedLaunchRequest.py index fdf5eca836..f11ec257e3 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ImportImage_GatedLaunchRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ImportImage_GatedLaunchRequest.py @@ -21,7 +21,7 @@ class ImportImage_GatedLaunchRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ImportImage_GatedLaunch') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ImportImage_GatedLaunch','ecs') def get_DiskDeviceMappings(self): return self.get_query_params().get('DiskDeviceMappings') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ImportKeyPairRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ImportKeyPairRequest.py index 7dba8c6465..71f14f48b9 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ImportKeyPairRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ImportKeyPairRequest.py @@ -21,7 +21,7 @@ class ImportKeyPairRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ImportKeyPair') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ImportKeyPair','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ImportSnapshotRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ImportSnapshotRequest.py index 9f41be97ae..8eb3105453 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ImportSnapshotRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ImportSnapshotRequest.py @@ -21,7 +21,7 @@ class ImportSnapshotRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ImportSnapshot') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ImportSnapshot','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/InstallCloudAssistantRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/InstallCloudAssistantRequest.py index 8426c74a59..e4977d87a5 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/InstallCloudAssistantRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/InstallCloudAssistantRequest.py @@ -21,7 +21,7 @@ class InstallCloudAssistantRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'InstallCloudAssistant') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'InstallCloudAssistant','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/InvokeCommandRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/InvokeCommandRequest.py index b444c4a8ef..65392a498e 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/InvokeCommandRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/InvokeCommandRequest.py @@ -21,7 +21,7 @@ class InvokeCommandRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'InvokeCommand') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'InvokeCommand','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/JoinResourceGroupRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/JoinResourceGroupRequest.py index 25814defe4..9e394d3d35 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/JoinResourceGroupRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/JoinResourceGroupRequest.py @@ -21,7 +21,7 @@ class JoinResourceGroupRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'JoinResourceGroup') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'JoinResourceGroup','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/JoinSecurityGroupRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/JoinSecurityGroupRequest.py index 57337f8aa7..fa146a0399 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/JoinSecurityGroupRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/JoinSecurityGroupRequest.py @@ -21,7 +21,7 @@ class JoinSecurityGroupRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'JoinSecurityGroup') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'JoinSecurityGroup','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/JoinSecurityGroup_GatedLaunchRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/JoinSecurityGroup_GatedLaunchRequest.py index aa4aa3112b..6bb321f28a 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/JoinSecurityGroup_GatedLaunchRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/JoinSecurityGroup_GatedLaunchRequest.py @@ -21,7 +21,7 @@ class JoinSecurityGroup_GatedLaunchRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'JoinSecurityGroup_GatedLaunch') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'JoinSecurityGroup_GatedLaunch','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/LeaveSecurityGroupRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/LeaveSecurityGroupRequest.py index d2d5cad58d..54e684413a 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/LeaveSecurityGroupRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/LeaveSecurityGroupRequest.py @@ -21,7 +21,7 @@ class LeaveSecurityGroupRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'LeaveSecurityGroup') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'LeaveSecurityGroup','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/LeaveSecurityGroup_GatedLaunchRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/LeaveSecurityGroup_GatedLaunchRequest.py index e64ed5895f..93ddc59ec3 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/LeaveSecurityGroup_GatedLaunchRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/LeaveSecurityGroup_GatedLaunchRequest.py @@ -21,7 +21,7 @@ class LeaveSecurityGroup_GatedLaunchRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'LeaveSecurityGroup_GatedLaunch') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'LeaveSecurityGroup_GatedLaunch','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ListTagResourcesRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ListTagResourcesRequest.py index 7b184a48e4..90255e42cf 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ListTagResourcesRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ListTagResourcesRequest.py @@ -21,7 +21,7 @@ class ListTagResourcesRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ListTagResources') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ListTagResources','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyAutoSnapshotPolicyExRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyAutoSnapshotPolicyExRequest.py index 84d0dd53b0..ada31a4368 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyAutoSnapshotPolicyExRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyAutoSnapshotPolicyExRequest.py @@ -21,7 +21,7 @@ class ModifyAutoSnapshotPolicyExRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyAutoSnapshotPolicyEx') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyAutoSnapshotPolicyEx','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyAutoSnapshotPolicyEx_GatedLaunchRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyAutoSnapshotPolicyEx_GatedLaunchRequest.py index c91a3c4175..588fcd8234 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyAutoSnapshotPolicyEx_GatedLaunchRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyAutoSnapshotPolicyEx_GatedLaunchRequest.py @@ -21,7 +21,7 @@ class ModifyAutoSnapshotPolicyEx_GatedLaunchRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyAutoSnapshotPolicyEx_GatedLaunch') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyAutoSnapshotPolicyEx_GatedLaunch','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyAutoSnapshotPolicyRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyAutoSnapshotPolicyRequest.py index 20fe37e3c2..b412872071 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyAutoSnapshotPolicyRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyAutoSnapshotPolicyRequest.py @@ -21,7 +21,7 @@ class ModifyAutoSnapshotPolicyRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyAutoSnapshotPolicy') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyAutoSnapshotPolicy','ecs') def get_DataDiskPolicyEnabled(self): return self.get_query_params().get('DataDiskPolicyEnabled') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyAutoSnapshotPolicy_GatedLaunchRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyAutoSnapshotPolicy_GatedLaunchRequest.py index 404e13f62e..ca506ce447 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyAutoSnapshotPolicy_GatedLaunchRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyAutoSnapshotPolicy_GatedLaunchRequest.py @@ -21,7 +21,7 @@ class ModifyAutoSnapshotPolicy_GatedLaunchRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyAutoSnapshotPolicy_GatedLaunch') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyAutoSnapshotPolicy_GatedLaunch','ecs') def get_DataDiskPolicyEnabled(self): return self.get_query_params().get('DataDiskPolicyEnabled') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyBandwidthPackageSpecRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyBandwidthPackageSpecRequest.py index 826d067c85..a5183eff44 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyBandwidthPackageSpecRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyBandwidthPackageSpecRequest.py @@ -21,7 +21,7 @@ class ModifyBandwidthPackageSpecRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyBandwidthPackageSpec') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyBandwidthPackageSpec','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyCommandRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyCommandRequest.py index bba53a4c0f..a2749777de 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyCommandRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyCommandRequest.py @@ -21,7 +21,7 @@ class ModifyCommandRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyCommand') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyCommand','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyDedicatedHostAttributeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyDedicatedHostAttributeRequest.py index 5aa79e4ea1..950d5acc0e 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyDedicatedHostAttributeRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyDedicatedHostAttributeRequest.py @@ -21,7 +21,7 @@ class ModifyDedicatedHostAttributeRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyDedicatedHostAttribute') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyDedicatedHostAttribute','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyDedicatedHostAutoReleaseTimeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyDedicatedHostAutoReleaseTimeRequest.py index 83685191fb..a02a638131 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyDedicatedHostAutoReleaseTimeRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyDedicatedHostAutoReleaseTimeRequest.py @@ -21,7 +21,7 @@ class ModifyDedicatedHostAutoReleaseTimeRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyDedicatedHostAutoReleaseTime') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyDedicatedHostAutoReleaseTime','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyDedicatedHostAutoRenewAttributeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyDedicatedHostAutoRenewAttributeRequest.py index 2b7a5bcca3..c52c61e98e 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyDedicatedHostAutoRenewAttributeRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyDedicatedHostAutoRenewAttributeRequest.py @@ -21,7 +21,7 @@ class ModifyDedicatedHostAutoRenewAttributeRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyDedicatedHostAutoRenewAttribute') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyDedicatedHostAutoRenewAttribute','ecs') def get_DedicatedHostIds(self): return self.get_query_params().get('DedicatedHostIds') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyDeploymentSetAttributeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyDeploymentSetAttributeRequest.py index b9032e7d7b..b7b4ca18b0 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyDeploymentSetAttributeRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyDeploymentSetAttributeRequest.py @@ -21,7 +21,7 @@ class ModifyDeploymentSetAttributeRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyDeploymentSetAttribute') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyDeploymentSetAttribute','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyDiskAttributeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyDiskAttributeRequest.py index 8995580986..a9a6f4be54 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyDiskAttributeRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyDiskAttributeRequest.py @@ -21,7 +21,7 @@ class ModifyDiskAttributeRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyDiskAttribute') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyDiskAttribute','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyDiskAttribute_GatedLaunchRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyDiskAttribute_GatedLaunchRequest.py index da9da53130..6d132a37a4 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyDiskAttribute_GatedLaunchRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyDiskAttribute_GatedLaunchRequest.py @@ -21,7 +21,7 @@ class ModifyDiskAttribute_GatedLaunchRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyDiskAttribute_GatedLaunch') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyDiskAttribute_GatedLaunch','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyDiskChargeTypeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyDiskChargeTypeRequest.py index d413ecf675..bdc33b3d15 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyDiskChargeTypeRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyDiskChargeTypeRequest.py @@ -21,7 +21,7 @@ class ModifyDiskChargeTypeRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyDiskChargeType') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyDiskChargeType','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyEipAddressAttributeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyEipAddressAttributeRequest.py index 8a8b5c0968..84ff54478a 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyEipAddressAttributeRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyEipAddressAttributeRequest.py @@ -21,7 +21,7 @@ class ModifyEipAddressAttributeRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyEipAddressAttribute') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyEipAddressAttribute','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyFleetRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyFleetRequest.py index 3940e4e3a0..4c1d362e1d 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyFleetRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyFleetRequest.py @@ -21,7 +21,7 @@ class ModifyFleetRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyFleet') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyFleet','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyForwardEntryRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyForwardEntryRequest.py index a687f76ae2..878a78429b 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyForwardEntryRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyForwardEntryRequest.py @@ -21,7 +21,7 @@ class ModifyForwardEntryRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyForwardEntry') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyForwardEntry','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyHaVipAttributeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyHaVipAttributeRequest.py index 86bb886545..0a441a167b 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyHaVipAttributeRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyHaVipAttributeRequest.py @@ -21,7 +21,7 @@ class ModifyHaVipAttributeRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyHaVipAttribute') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyHaVipAttribute','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyHpcClusterAttributeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyHpcClusterAttributeRequest.py index 667e39b1e6..4af5f0eab6 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyHpcClusterAttributeRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyHpcClusterAttributeRequest.py @@ -21,7 +21,7 @@ class ModifyHpcClusterAttributeRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyHpcClusterAttribute') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyHpcClusterAttribute','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyImageAttributeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyImageAttributeRequest.py index 53e9b32cd2..8e97fdb724 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyImageAttributeRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyImageAttributeRequest.py @@ -21,7 +21,7 @@ class ModifyImageAttributeRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyImageAttribute') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyImageAttribute','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyImageAttribute_GatedLaunchRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyImageAttribute_GatedLaunchRequest.py index 8d6837f764..abd368d03e 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyImageAttribute_GatedLaunchRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyImageAttribute_GatedLaunchRequest.py @@ -21,7 +21,7 @@ class ModifyImageAttribute_GatedLaunchRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyImageAttribute_GatedLaunch') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyImageAttribute_GatedLaunch','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyImageShareGroupPermissionRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyImageShareGroupPermissionRequest.py index 913f005e71..b780bdee25 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyImageShareGroupPermissionRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyImageShareGroupPermissionRequest.py @@ -21,7 +21,7 @@ class ModifyImageShareGroupPermissionRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyImageShareGroupPermission') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyImageShareGroupPermission','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyImageShareGroupPermission_GatedLaunchRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyImageShareGroupPermission_GatedLaunchRequest.py index 0ef1551942..a03c879404 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyImageShareGroupPermission_GatedLaunchRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyImageShareGroupPermission_GatedLaunchRequest.py @@ -21,7 +21,7 @@ class ModifyImageShareGroupPermission_GatedLaunchRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyImageShareGroupPermission_GatedLaunch') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyImageShareGroupPermission_GatedLaunch','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyImageSharePermissionRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyImageSharePermissionRequest.py index fad62a9e52..7b2fca108d 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyImageSharePermissionRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyImageSharePermissionRequest.py @@ -21,7 +21,7 @@ class ModifyImageSharePermissionRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyImageSharePermission') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyImageSharePermission','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyImageSharePermission_GatedLaunchRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyImageSharePermission_GatedLaunchRequest.py index ec6588ac8e..386ee5b366 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyImageSharePermission_GatedLaunchRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyImageSharePermission_GatedLaunchRequest.py @@ -21,7 +21,7 @@ class ModifyImageSharePermission_GatedLaunchRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyImageSharePermission_GatedLaunch') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyImageSharePermission_GatedLaunch','ecs') def get_AddAccount1(self): return self.get_query_params().get('AddAccount.1') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceAttributeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceAttributeRequest.py index 421625b4b8..7aca2be0d3 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceAttributeRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceAttributeRequest.py @@ -21,7 +21,7 @@ class ModifyInstanceAttributeRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyInstanceAttribute') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyInstanceAttribute','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceAttribute_GatedLaunchRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceAttribute_GatedLaunchRequest.py index 9c0d984ac8..74f4b74934 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceAttribute_GatedLaunchRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceAttribute_GatedLaunchRequest.py @@ -21,7 +21,7 @@ class ModifyInstanceAttribute_GatedLaunchRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyInstanceAttribute_GatedLaunch') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyInstanceAttribute_GatedLaunch','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceAutoReleaseTimeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceAutoReleaseTimeRequest.py index 6d3968d565..660cdf1c64 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceAutoReleaseTimeRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceAutoReleaseTimeRequest.py @@ -21,7 +21,7 @@ class ModifyInstanceAutoReleaseTimeRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyInstanceAutoReleaseTime') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyInstanceAutoReleaseTime','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceAutoRenewAttributeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceAutoRenewAttributeRequest.py index 3842ed7559..07e7ebebb4 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceAutoRenewAttributeRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceAutoRenewAttributeRequest.py @@ -21,7 +21,7 @@ class ModifyInstanceAutoRenewAttributeRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyInstanceAutoRenewAttribute') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyInstanceAutoRenewAttribute','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceAutoRenewAttribute_GatedLaunchRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceAutoRenewAttribute_GatedLaunchRequest.py index d8c60ef4af..8ed7c48b4d 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceAutoRenewAttribute_GatedLaunchRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceAutoRenewAttribute_GatedLaunchRequest.py @@ -21,7 +21,7 @@ class ModifyInstanceAutoRenewAttribute_GatedLaunchRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyInstanceAutoRenewAttribute_GatedLaunch') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyInstanceAutoRenewAttribute_GatedLaunch','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceChargeTypeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceChargeTypeRequest.py index 25c21a4960..30cb854f55 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceChargeTypeRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceChargeTypeRequest.py @@ -21,7 +21,7 @@ class ModifyInstanceChargeTypeRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyInstanceChargeType') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyInstanceChargeType','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceDeploymentRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceDeploymentRequest.py index 72479b3f4b..355515de66 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceDeploymentRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceDeploymentRequest.py @@ -21,7 +21,7 @@ class ModifyInstanceDeploymentRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyInstanceDeployment') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyInstanceDeployment','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceNetworkSpecRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceNetworkSpecRequest.py index 572e56a5a1..b3ee00bedb 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceNetworkSpecRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceNetworkSpecRequest.py @@ -21,7 +21,7 @@ class ModifyInstanceNetworkSpecRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyInstanceNetworkSpec') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyInstanceNetworkSpec','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceNetworkSpec_GatedLaunchRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceNetworkSpec_GatedLaunchRequest.py index a49b15587b..a57739086e 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceNetworkSpec_GatedLaunchRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceNetworkSpec_GatedLaunchRequest.py @@ -21,7 +21,7 @@ class ModifyInstanceNetworkSpec_GatedLaunchRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyInstanceNetworkSpec_GatedLaunch') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyInstanceNetworkSpec_GatedLaunch','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceSpecRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceSpecRequest.py index b2c8081b51..e07ae541b4 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceSpecRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceSpecRequest.py @@ -21,7 +21,7 @@ class ModifyInstanceSpecRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyInstanceSpec') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyInstanceSpec','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceSpec_GatedLaunchRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceSpec_GatedLaunchRequest.py index 35b3f84e15..9cee88f30c 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceSpec_GatedLaunchRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceSpec_GatedLaunchRequest.py @@ -21,7 +21,7 @@ class ModifyInstanceSpec_GatedLaunchRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyInstanceSpec_GatedLaunch') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyInstanceSpec_GatedLaunch','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceVncPasswdRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceVncPasswdRequest.py index 1f7bc00bc3..0ea1d7dfeb 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceVncPasswdRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceVncPasswdRequest.py @@ -21,7 +21,7 @@ class ModifyInstanceVncPasswdRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyInstanceVncPasswd') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyInstanceVncPasswd','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceVncPasswd_GatedLaunchRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceVncPasswd_GatedLaunchRequest.py index d6b7820d92..b07a2957d8 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceVncPasswd_GatedLaunchRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceVncPasswd_GatedLaunchRequest.py @@ -21,7 +21,7 @@ class ModifyInstanceVncPasswd_GatedLaunchRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyInstanceVncPasswd_GatedLaunch') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyInstanceVncPasswd_GatedLaunch','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceVpcAttributeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceVpcAttributeRequest.py index dab105b7c7..bfd9cd0de1 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceVpcAttributeRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceVpcAttributeRequest.py @@ -21,7 +21,7 @@ class ModifyInstanceVpcAttributeRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyInstanceVpcAttribute') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyInstanceVpcAttribute','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceVpcAttribute_GatedLaunchRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceVpcAttribute_GatedLaunchRequest.py index 5c7fc708ba..f12277b593 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceVpcAttribute_GatedLaunchRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceVpcAttribute_GatedLaunchRequest.py @@ -21,7 +21,7 @@ class ModifyInstanceVpcAttribute_GatedLaunchRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyInstanceVpcAttribute_GatedLaunch') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyInstanceVpcAttribute_GatedLaunch','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyIntranetBandwidthKbRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyIntranetBandwidthKbRequest.py index 026792eaf4..7475f721c1 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyIntranetBandwidthKbRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyIntranetBandwidthKbRequest.py @@ -21,7 +21,7 @@ class ModifyIntranetBandwidthKbRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyIntranetBandwidthKb') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyIntranetBandwidthKb','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyIntranetBandwidthKb_GatedLaunchRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyIntranetBandwidthKb_GatedLaunchRequest.py index c6b4a3d4ea..bacaa206e7 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyIntranetBandwidthKb_GatedLaunchRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyIntranetBandwidthKb_GatedLaunchRequest.py @@ -21,7 +21,7 @@ class ModifyIntranetBandwidthKb_GatedLaunchRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyIntranetBandwidthKb_GatedLaunch') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyIntranetBandwidthKb_GatedLaunch','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyLaunchTemplateDefaultVersionRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyLaunchTemplateDefaultVersionRequest.py index 5d3eb5f4bb..6691266fb4 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyLaunchTemplateDefaultVersionRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyLaunchTemplateDefaultVersionRequest.py @@ -21,7 +21,7 @@ class ModifyLaunchTemplateDefaultVersionRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyLaunchTemplateDefaultVersion') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyLaunchTemplateDefaultVersion','ecs') def get_LaunchTemplateName(self): return self.get_query_params().get('LaunchTemplateName') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyNetworkInterfaceAttributeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyNetworkInterfaceAttributeRequest.py index afd5089ef4..cd3e523dd0 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyNetworkInterfaceAttributeRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyNetworkInterfaceAttributeRequest.py @@ -21,7 +21,7 @@ class ModifyNetworkInterfaceAttributeRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyNetworkInterfaceAttribute') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyNetworkInterfaceAttribute','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyPhysicalConnectionAttributeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyPhysicalConnectionAttributeRequest.py index f4043af477..7d18368fc8 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyPhysicalConnectionAttributeRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyPhysicalConnectionAttributeRequest.py @@ -21,7 +21,7 @@ class ModifyPhysicalConnectionAttributeRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyPhysicalConnectionAttribute') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyPhysicalConnectionAttribute','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyPrepayInstanceSpecRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyPrepayInstanceSpecRequest.py index be53956120..587c59962b 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyPrepayInstanceSpecRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyPrepayInstanceSpecRequest.py @@ -21,7 +21,7 @@ class ModifyPrepayInstanceSpecRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyPrepayInstanceSpec') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyPrepayInstanceSpec','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyReservedInstanceAttributeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyReservedInstanceAttributeRequest.py index 4552ca8598..eff017225e 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyReservedInstanceAttributeRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyReservedInstanceAttributeRequest.py @@ -21,7 +21,7 @@ class ModifyReservedInstanceAttributeRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyReservedInstanceAttribute') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyReservedInstanceAttribute','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyReservedInstancesRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyReservedInstancesRequest.py index aa675647c1..3414b1e4b8 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyReservedInstancesRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyReservedInstancesRequest.py @@ -21,7 +21,7 @@ class ModifyReservedInstancesRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyReservedInstances') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyReservedInstances','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyRouterInterfaceAttributeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyRouterInterfaceAttributeRequest.py index 01dde0fe03..8b5f0fc827 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyRouterInterfaceAttributeRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyRouterInterfaceAttributeRequest.py @@ -21,7 +21,7 @@ class ModifyRouterInterfaceAttributeRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyRouterInterfaceAttribute') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyRouterInterfaceAttribute','ecs') def get_OppositeRouterId(self): return self.get_query_params().get('OppositeRouterId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyRouterInterfaceSpecRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyRouterInterfaceSpecRequest.py index e1c0cd7d0f..eb1d451dfb 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyRouterInterfaceSpecRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyRouterInterfaceSpecRequest.py @@ -21,7 +21,7 @@ class ModifyRouterInterfaceSpecRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyRouterInterfaceSpec') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyRouterInterfaceSpec','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifySecurityGroupAttributeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifySecurityGroupAttributeRequest.py index 13d5c528af..b87eaa54bb 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifySecurityGroupAttributeRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifySecurityGroupAttributeRequest.py @@ -21,7 +21,7 @@ class ModifySecurityGroupAttributeRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifySecurityGroupAttribute') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifySecurityGroupAttribute','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifySecurityGroupAttribute_GatedLaunchRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifySecurityGroupAttribute_GatedLaunchRequest.py index e31de252f6..bd230bc2e0 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifySecurityGroupAttribute_GatedLaunchRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifySecurityGroupAttribute_GatedLaunchRequest.py @@ -21,7 +21,7 @@ class ModifySecurityGroupAttribute_GatedLaunchRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifySecurityGroupAttribute_GatedLaunch') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifySecurityGroupAttribute_GatedLaunch','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifySecurityGroupEgressRuleRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifySecurityGroupEgressRuleRequest.py index b6f3b163c9..5cb281033a 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifySecurityGroupEgressRuleRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifySecurityGroupEgressRuleRequest.py @@ -21,7 +21,7 @@ class ModifySecurityGroupEgressRuleRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifySecurityGroupEgressRule') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifySecurityGroupEgressRule','ecs') def get_NicType(self): return self.get_query_params().get('NicType') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifySecurityGroupPolicyRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifySecurityGroupPolicyRequest.py index 319fabf9cf..e3bc8b072f 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifySecurityGroupPolicyRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifySecurityGroupPolicyRequest.py @@ -21,7 +21,7 @@ class ModifySecurityGroupPolicyRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifySecurityGroupPolicy') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifySecurityGroupPolicy','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifySecurityGroupRuleRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifySecurityGroupRuleRequest.py index 01a4adfd30..7470bffe22 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifySecurityGroupRuleRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifySecurityGroupRuleRequest.py @@ -21,7 +21,7 @@ class ModifySecurityGroupRuleRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifySecurityGroupRule') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifySecurityGroupRule','ecs') def get_NicType(self): return self.get_query_params().get('NicType') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifySnapshotAttributeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifySnapshotAttributeRequest.py index efc996d5e6..4cd72642a4 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifySnapshotAttributeRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifySnapshotAttributeRequest.py @@ -21,7 +21,7 @@ class ModifySnapshotAttributeRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifySnapshotAttribute') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifySnapshotAttribute','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifySnapshotAttribute_GatedLaunchRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifySnapshotAttribute_GatedLaunchRequest.py index 09a0cd6f7c..e838bee72b 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifySnapshotAttribute_GatedLaunchRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifySnapshotAttribute_GatedLaunchRequest.py @@ -21,7 +21,7 @@ class ModifySnapshotAttribute_GatedLaunchRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifySnapshotAttribute_GatedLaunch') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifySnapshotAttribute_GatedLaunch','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyUserBusinessBehaviorRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyUserBusinessBehaviorRequest.py index 7f6118751e..0eeea39f81 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyUserBusinessBehaviorRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyUserBusinessBehaviorRequest.py @@ -21,7 +21,7 @@ class ModifyUserBusinessBehaviorRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyUserBusinessBehavior') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyUserBusinessBehavior','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyUserEventAttributeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyUserEventAttributeRequest.py index 24ae60f42e..f7463ee097 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyUserEventAttributeRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyUserEventAttributeRequest.py @@ -21,7 +21,7 @@ class ModifyUserEventAttributeRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyUserEventAttribute') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyUserEventAttribute','ecs') def get_EventId(self): return self.get_query_params().get('EventId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyVRouterAttributeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyVRouterAttributeRequest.py index 77c6e65db4..bca2a1f0c5 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyVRouterAttributeRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyVRouterAttributeRequest.py @@ -21,7 +21,7 @@ class ModifyVRouterAttributeRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyVRouterAttribute') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyVRouterAttribute','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyVSwitchAttributeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyVSwitchAttributeRequest.py index e6431614ce..73aa264202 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyVSwitchAttributeRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyVSwitchAttributeRequest.py @@ -21,7 +21,7 @@ class ModifyVSwitchAttributeRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyVSwitchAttribute') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyVSwitchAttribute','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyVirtualBorderRouterAttributeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyVirtualBorderRouterAttributeRequest.py index 8ed15b4b5f..9d630beacb 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyVirtualBorderRouterAttributeRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyVirtualBorderRouterAttributeRequest.py @@ -21,7 +21,7 @@ class ModifyVirtualBorderRouterAttributeRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyVirtualBorderRouterAttribute') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyVirtualBorderRouterAttribute','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyVolumeAttributeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyVolumeAttributeRequest.py index c1f31a65cc..faac94952b 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyVolumeAttributeRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyVolumeAttributeRequest.py @@ -21,7 +21,7 @@ class ModifyVolumeAttributeRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyVolumeAttribute') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyVolumeAttribute','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyVolumeAttribute_GatedLaunchRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyVolumeAttribute_GatedLaunchRequest.py index 111606bd43..a5bf964993 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyVolumeAttribute_GatedLaunchRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyVolumeAttribute_GatedLaunchRequest.py @@ -21,7 +21,7 @@ class ModifyVolumeAttribute_GatedLaunchRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyVolumeAttribute_GatedLaunch') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyVolumeAttribute_GatedLaunch','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyVpcAttributeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyVpcAttributeRequest.py index 2169414652..d30a9c3da0 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyVpcAttributeRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyVpcAttributeRequest.py @@ -21,7 +21,7 @@ class ModifyVpcAttributeRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyVpcAttribute') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyVpcAttribute','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/PurchaseReservedInstancesOfferingRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/PurchaseReservedInstancesOfferingRequest.py index d0100e7028..dcaea4bc62 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/PurchaseReservedInstancesOfferingRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/PurchaseReservedInstancesOfferingRequest.py @@ -21,7 +21,7 @@ class PurchaseReservedInstancesOfferingRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'PurchaseReservedInstancesOffering') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'PurchaseReservedInstancesOffering','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ReActivateInstancesRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ReActivateInstancesRequest.py index cb91453ffb..a46f220b01 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ReActivateInstancesRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ReActivateInstancesRequest.py @@ -21,7 +21,7 @@ class ReActivateInstancesRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ReActivateInstances') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ReActivateInstances','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ReInitDiskRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ReInitDiskRequest.py index 973c28188c..13d2e7eb77 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ReInitDiskRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ReInitDiskRequest.py @@ -21,7 +21,7 @@ class ReInitDiskRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ReInitDisk') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ReInitDisk','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ReInitDisk_GatedLaunchRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ReInitDisk_GatedLaunchRequest.py index f2f3eb0443..88cc07c4fb 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ReInitDisk_GatedLaunchRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ReInitDisk_GatedLaunchRequest.py @@ -21,7 +21,7 @@ class ReInitDisk_GatedLaunchRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ReInitDisk_GatedLaunch') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ReInitDisk_GatedLaunch','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ReInitVolumeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ReInitVolumeRequest.py index 6417807f23..bfbee11736 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ReInitVolumeRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ReInitVolumeRequest.py @@ -21,7 +21,7 @@ class ReInitVolumeRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ReInitVolume') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ReInitVolume','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ReInitVolume_GatedLaunchRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ReInitVolume_GatedLaunchRequest.py index 42580c4a78..73de2f28fc 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ReInitVolume_GatedLaunchRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ReInitVolume_GatedLaunchRequest.py @@ -21,7 +21,7 @@ class ReInitVolume_GatedLaunchRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ReInitVolume_GatedLaunch') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ReInitVolume_GatedLaunch','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RebootInstanceRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RebootInstanceRequest.py index 4421d964cf..5d8744ffb1 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RebootInstanceRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RebootInstanceRequest.py @@ -21,7 +21,7 @@ class RebootInstanceRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'RebootInstance') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'RebootInstance','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RebootInstance_GatedLaunchRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RebootInstance_GatedLaunchRequest.py index dbafd19dee..5eaea24ad4 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RebootInstance_GatedLaunchRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RebootInstance_GatedLaunchRequest.py @@ -21,7 +21,7 @@ class RebootInstance_GatedLaunchRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'RebootInstance_GatedLaunch') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'RebootInstance_GatedLaunch','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RecoverVirtualBorderRouterRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RecoverVirtualBorderRouterRequest.py index 4e71ea134a..50a81a511b 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RecoverVirtualBorderRouterRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RecoverVirtualBorderRouterRequest.py @@ -21,7 +21,7 @@ class RecoverVirtualBorderRouterRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'RecoverVirtualBorderRouter') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'RecoverVirtualBorderRouter','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RedeployInstanceRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RedeployInstanceRequest.py index 1c40cc934b..0067ab5c81 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RedeployInstanceRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RedeployInstanceRequest.py @@ -21,7 +21,7 @@ class RedeployInstanceRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'RedeployInstance') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'RedeployInstance','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ReleaseDedicatedHostRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ReleaseDedicatedHostRequest.py index fd79fcc17e..5cbbf1a25c 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ReleaseDedicatedHostRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ReleaseDedicatedHostRequest.py @@ -21,7 +21,7 @@ class ReleaseDedicatedHostRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ReleaseDedicatedHost') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ReleaseDedicatedHost','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ReleaseEipAddressRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ReleaseEipAddressRequest.py index ac291f4a2a..7c40737fb3 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ReleaseEipAddressRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ReleaseEipAddressRequest.py @@ -21,7 +21,7 @@ class ReleaseEipAddressRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ReleaseEipAddress') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ReleaseEipAddress','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ReleasePublicIpAddressRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ReleasePublicIpAddressRequest.py index a697ebd215..8d230ecb31 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ReleasePublicIpAddressRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ReleasePublicIpAddressRequest.py @@ -21,7 +21,7 @@ class ReleasePublicIpAddressRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ReleasePublicIpAddress') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ReleasePublicIpAddress','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ReleasePublicIpAddress_GatedLaunchRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ReleasePublicIpAddress_GatedLaunchRequest.py index fc06132b26..8102707183 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ReleasePublicIpAddress_GatedLaunchRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ReleasePublicIpAddress_GatedLaunchRequest.py @@ -21,7 +21,7 @@ class ReleasePublicIpAddress_GatedLaunchRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ReleasePublicIpAddress_GatedLaunch') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ReleasePublicIpAddress_GatedLaunch','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RemoveBandwidthPackageIpsRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RemoveBandwidthPackageIpsRequest.py index 01e9b0d119..29b4f92883 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RemoveBandwidthPackageIpsRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RemoveBandwidthPackageIpsRequest.py @@ -21,7 +21,7 @@ class RemoveBandwidthPackageIpsRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'RemoveBandwidthPackageIps') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'RemoveBandwidthPackageIps','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RemoveTagsRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RemoveTagsRequest.py index 436a3c44b0..4120d418a9 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RemoveTagsRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RemoveTagsRequest.py @@ -21,7 +21,7 @@ class RemoveTagsRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'RemoveTags') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'RemoveTags','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RemoveTags_GatedLaunchRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RemoveTags_GatedLaunchRequest.py index fb4e4835e8..a878ff1a9a 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RemoveTags_GatedLaunchRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RemoveTags_GatedLaunchRequest.py @@ -21,7 +21,7 @@ class RemoveTags_GatedLaunchRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'RemoveTags_GatedLaunch') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'RemoveTags_GatedLaunch','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RenewDedicatedHostsRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RenewDedicatedHostsRequest.py index 90b77763cf..0baf401ec8 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RenewDedicatedHostsRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RenewDedicatedHostsRequest.py @@ -21,7 +21,7 @@ class RenewDedicatedHostsRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'RenewDedicatedHosts') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'RenewDedicatedHosts','ecs') def get_DedicatedHostIds(self): return self.get_query_params().get('DedicatedHostIds') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RenewInstanceRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RenewInstanceRequest.py index 5609841755..d8c30092c6 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RenewInstanceRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RenewInstanceRequest.py @@ -21,7 +21,7 @@ class RenewInstanceRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'RenewInstance') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'RenewInstance','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RenewInstance_GatedLaunchRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RenewInstance_GatedLaunchRequest.py index 3a77e6b421..95aaad174d 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RenewInstance_GatedLaunchRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RenewInstance_GatedLaunchRequest.py @@ -21,7 +21,7 @@ class RenewInstance_GatedLaunchRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'RenewInstance_GatedLaunch') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'RenewInstance_GatedLaunch','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ReplaceSystemDiskRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ReplaceSystemDiskRequest.py index 3fa801d489..f735d067e3 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ReplaceSystemDiskRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ReplaceSystemDiskRequest.py @@ -21,7 +21,7 @@ class ReplaceSystemDiskRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ReplaceSystemDisk') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ReplaceSystemDisk','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ReplaceSystemDisk_GatedLaunchRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ReplaceSystemDisk_GatedLaunchRequest.py index 38b8fc7791..4cd6f1d8c2 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ReplaceSystemDisk_GatedLaunchRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ReplaceSystemDisk_GatedLaunchRequest.py @@ -21,7 +21,7 @@ class ReplaceSystemDisk_GatedLaunchRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ReplaceSystemDisk_GatedLaunch') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ReplaceSystemDisk_GatedLaunch','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ReportInstancesStatusRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ReportInstancesStatusRequest.py new file mode 100644 index 0000000000..6aa63ebe49 --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ReportInstancesStatusRequest.py @@ -0,0 +1,96 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class ReportInstancesStatusRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ReportInstancesStatus','ecs') + + def get_Reason(self): + return self.get_query_params().get('Reason') + + def set_Reason(self,Reason): + self.add_query_param('Reason',Reason) + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_Description(self): + return self.get_query_params().get('Description') + + def set_Description(self,Description): + self.add_query_param('Description',Description) + + def get_StartTime(self): + return self.get_query_params().get('StartTime') + + def set_StartTime(self,StartTime): + self.add_query_param('StartTime',StartTime) + + def get_DiskIds(self): + return self.get_query_params().get('DiskIds') + + def set_DiskIds(self,DiskIds): + for i in range(len(DiskIds)): + if DiskIds[i] is not None: + self.add_query_param('DiskId.' + str(i + 1) , DiskIds[i]); + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_EndTime(self): + return self.get_query_params().get('EndTime') + + def set_EndTime(self,EndTime): + self.add_query_param('EndTime',EndTime) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_InstanceIds(self): + return self.get_query_params().get('InstanceIds') + + def set_InstanceIds(self,InstanceIds): + for i in range(len(InstanceIds)): + if InstanceIds[i] is not None: + self.add_query_param('InstanceId.' + str(i + 1) , InstanceIds[i]); + + def get_Devices(self): + return self.get_query_params().get('Devices') + + def set_Devices(self,Devices): + for i in range(len(Devices)): + if Devices[i] is not None: + self.add_query_param('Device.' + str(i + 1) , Devices[i]); \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ResetDiskRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ResetDiskRequest.py index 6ce8469bd8..3197fcbdb1 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ResetDiskRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ResetDiskRequest.py @@ -21,7 +21,7 @@ class ResetDiskRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ResetDisk') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ResetDisk','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ResetDisk_GatedLaunchRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ResetDisk_GatedLaunchRequest.py index d03ab430ad..a62b0115c8 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ResetDisk_GatedLaunchRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ResetDisk_GatedLaunchRequest.py @@ -21,7 +21,7 @@ class ResetDisk_GatedLaunchRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ResetDisk_GatedLaunch') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ResetDisk_GatedLaunch','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ResizeDiskRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ResizeDiskRequest.py index e525c79687..704b0e5e9d 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ResizeDiskRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ResizeDiskRequest.py @@ -21,7 +21,7 @@ class ResizeDiskRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ResizeDisk') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ResizeDisk','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ResizeDisk_GatedLaunchRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ResizeDisk_GatedLaunchRequest.py index 6ea1ea300d..caaa278168 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ResizeDisk_GatedLaunchRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ResizeDisk_GatedLaunchRequest.py @@ -21,7 +21,7 @@ class ResizeDisk_GatedLaunchRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ResizeDisk_GatedLaunch') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ResizeDisk_GatedLaunch','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ResizeVolumeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ResizeVolumeRequest.py index de48035a2f..ac1366d756 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ResizeVolumeRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ResizeVolumeRequest.py @@ -21,7 +21,7 @@ class ResizeVolumeRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ResizeVolume') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ResizeVolume','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ResizeVolume_GatedLaunchRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ResizeVolume_GatedLaunchRequest.py index c53a0acf9d..c4527bf14f 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ResizeVolume_GatedLaunchRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ResizeVolume_GatedLaunchRequest.py @@ -21,7 +21,7 @@ class ResizeVolume_GatedLaunchRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ResizeVolume_GatedLaunch') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ResizeVolume_GatedLaunch','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RevokeSecurityGroupEgressRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RevokeSecurityGroupEgressRequest.py index d5d3fd4306..c892f70e62 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RevokeSecurityGroupEgressRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RevokeSecurityGroupEgressRequest.py @@ -21,7 +21,7 @@ class RevokeSecurityGroupEgressRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'RevokeSecurityGroupEgress') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'RevokeSecurityGroupEgress','ecs') def get_NicType(self): return self.get_query_params().get('NicType') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RevokeSecurityGroupEgress_GatedLaunchRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RevokeSecurityGroupEgress_GatedLaunchRequest.py index 8d8a519644..49580ebe97 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RevokeSecurityGroupEgress_GatedLaunchRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RevokeSecurityGroupEgress_GatedLaunchRequest.py @@ -21,7 +21,7 @@ class RevokeSecurityGroupEgress_GatedLaunchRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'RevokeSecurityGroupEgress_GatedLaunch') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'RevokeSecurityGroupEgress_GatedLaunch','ecs') def get_NicType(self): return self.get_query_params().get('NicType') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RevokeSecurityGroupRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RevokeSecurityGroupRequest.py index ff415a7127..64334d17f4 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RevokeSecurityGroupRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RevokeSecurityGroupRequest.py @@ -21,7 +21,7 @@ class RevokeSecurityGroupRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'RevokeSecurityGroup') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'RevokeSecurityGroup','ecs') def get_NicType(self): return self.get_query_params().get('NicType') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RevokeSecurityGroup_GatedLaunchRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RevokeSecurityGroup_GatedLaunchRequest.py index ddabac2ff7..8d4c904bbb 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RevokeSecurityGroup_GatedLaunchRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RevokeSecurityGroup_GatedLaunchRequest.py @@ -21,7 +21,7 @@ class RevokeSecurityGroup_GatedLaunchRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'RevokeSecurityGroup_GatedLaunch') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'RevokeSecurityGroup_GatedLaunch','ecs') def get_NicType(self): return self.get_query_params().get('NicType') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RollbackVolumeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RollbackVolumeRequest.py index d9a9a92780..29349e15d3 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RollbackVolumeRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RollbackVolumeRequest.py @@ -21,7 +21,7 @@ class RollbackVolumeRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'RollbackVolume') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'RollbackVolume','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RollbackVolume_GatedLaunchRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RollbackVolume_GatedLaunchRequest.py index c041c2e9c8..cc6cdfcad0 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RollbackVolume_GatedLaunchRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RollbackVolume_GatedLaunchRequest.py @@ -21,7 +21,7 @@ class RollbackVolume_GatedLaunchRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'RollbackVolume_GatedLaunch') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'RollbackVolume_GatedLaunch','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RunInstancesRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RunInstancesRequest.py index 170c8d5d8d..e25677b6d5 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RunInstancesRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RunInstancesRequest.py @@ -21,7 +21,7 @@ class RunInstancesRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'RunInstances') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'RunInstances','ecs') def get_LaunchTemplateName(self): return self.get_query_params().get('LaunchTemplateName') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/SignAgreementRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/SignAgreementRequest.py index 24c0ac23db..4532e83533 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/SignAgreementRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/SignAgreementRequest.py @@ -21,7 +21,7 @@ class SignAgreementRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'SignAgreement') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'SignAgreement','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/StartInstanceRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/StartInstanceRequest.py index cbd0c4c815..8b40e4a881 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/StartInstanceRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/StartInstanceRequest.py @@ -21,7 +21,7 @@ class StartInstanceRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'StartInstance') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'StartInstance','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/StartInstance_GatedLaunchRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/StartInstance_GatedLaunchRequest.py index 5140017ae3..53256c2380 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/StartInstance_GatedLaunchRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/StartInstance_GatedLaunchRequest.py @@ -21,7 +21,7 @@ class StartInstance_GatedLaunchRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'StartInstance_GatedLaunch') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'StartInstance_GatedLaunch','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/StopInstanceRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/StopInstanceRequest.py index 6b4291b196..b2988171c2 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/StopInstanceRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/StopInstanceRequest.py @@ -21,7 +21,7 @@ class StopInstanceRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'StopInstance') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'StopInstance','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/StopInstance_GatedLaunchRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/StopInstance_GatedLaunchRequest.py index 44c723e798..e08536d775 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/StopInstance_GatedLaunchRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/StopInstance_GatedLaunchRequest.py @@ -21,7 +21,7 @@ class StopInstance_GatedLaunchRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'StopInstance_GatedLaunch') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'StopInstance_GatedLaunch','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/StopInvocationRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/StopInvocationRequest.py index 347d0a9fc4..0914b5f8f0 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/StopInvocationRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/StopInvocationRequest.py @@ -21,7 +21,7 @@ class StopInvocationRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'StopInvocation') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'StopInvocation','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/TagResourcesRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/TagResourcesRequest.py index 6c86c47796..9861965049 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/TagResourcesRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/TagResourcesRequest.py @@ -21,7 +21,7 @@ class TagResourcesRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'TagResources') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'TagResources','ecs') def get_Tags(self): return self.get_query_params().get('Tags') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/TerminatePhysicalConnectionRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/TerminatePhysicalConnectionRequest.py index 406b453469..6e1f8967f7 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/TerminatePhysicalConnectionRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/TerminatePhysicalConnectionRequest.py @@ -21,7 +21,7 @@ class TerminatePhysicalConnectionRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'TerminatePhysicalConnection') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'TerminatePhysicalConnection','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/TerminateVirtualBorderRouterRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/TerminateVirtualBorderRouterRequest.py index 5653fb7b5a..145efd22da 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/TerminateVirtualBorderRouterRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/TerminateVirtualBorderRouterRequest.py @@ -21,7 +21,7 @@ class TerminateVirtualBorderRouterRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'TerminateVirtualBorderRouter') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'TerminateVirtualBorderRouter','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/UnassignIpv6AddressesRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/UnassignIpv6AddressesRequest.py index f0a264061e..5db17895bb 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/UnassignIpv6AddressesRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/UnassignIpv6AddressesRequest.py @@ -21,7 +21,7 @@ class UnassignIpv6AddressesRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'UnassignIpv6Addresses') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'UnassignIpv6Addresses','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/UnassignPrivateIpAddressesRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/UnassignPrivateIpAddressesRequest.py index f5cfd62c2f..081edaceac 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/UnassignPrivateIpAddressesRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/UnassignPrivateIpAddressesRequest.py @@ -21,7 +21,7 @@ class UnassignPrivateIpAddressesRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'UnassignPrivateIpAddresses') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'UnassignPrivateIpAddresses','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/UnassociateEipAddressRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/UnassociateEipAddressRequest.py index ee20f3d5a0..b07b18eaf7 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/UnassociateEipAddressRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/UnassociateEipAddressRequest.py @@ -21,7 +21,7 @@ class UnassociateEipAddressRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'UnassociateEipAddress') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'UnassociateEipAddress','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/UnassociateHaVipRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/UnassociateHaVipRequest.py index 3a1729019a..87bd2591e3 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/UnassociateHaVipRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/UnassociateHaVipRequest.py @@ -21,7 +21,7 @@ class UnassociateHaVipRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'UnassociateHaVip') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'UnassociateHaVip','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/UnbindIpRangeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/UnbindIpRangeRequest.py index e347c3c7c9..48d817afcd 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/UnbindIpRangeRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/UnbindIpRangeRequest.py @@ -21,7 +21,7 @@ class UnbindIpRangeRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'UnbindIpRange') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'UnbindIpRange','ecs') def get_IpAddress(self): return self.get_query_params().get('IpAddress') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/UnbindIpRange_GatedLaunchRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/UnbindIpRange_GatedLaunchRequest.py index 3ba34f485e..5dfdbca9af 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/UnbindIpRange_GatedLaunchRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/UnbindIpRange_GatedLaunchRequest.py @@ -21,7 +21,7 @@ class UnbindIpRange_GatedLaunchRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'UnbindIpRange_GatedLaunch') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'UnbindIpRange_GatedLaunch','ecs') def get_IpAddress(self): return self.get_query_params().get('IpAddress') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/UntagResourcesRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/UntagResourcesRequest.py index fe579af016..0925998a9b 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/UntagResourcesRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/UntagResourcesRequest.py @@ -21,7 +21,7 @@ class UntagResourcesRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'UntagResources') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'UntagResources','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ValidateSecurityGroupRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ValidateSecurityGroupRequest.py index fdfdd23c5f..824eb79c44 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ValidateSecurityGroupRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ValidateSecurityGroupRequest.py @@ -21,7 +21,7 @@ class ValidateSecurityGroupRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ValidateSecurityGroup') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ValidateSecurityGroup','ecs') def get_NicType(self): return self.get_query_params().get('NicType') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/AllocateDedicatedHostsRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/AllocateDedicatedHostsRequest.py index df7ad8443f..e1f43c0ea6 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/AllocateDedicatedHostsRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/AllocateDedicatedHostsRequest.py @@ -21,7 +21,7 @@ class AllocateDedicatedHostsRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2016-03-14', 'AllocateDedicatedHosts') + RpcRequest.__init__(self, 'Ecs', '2016-03-14', 'AllocateDedicatedHosts','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/CreateCapacityReservationRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/CreateCapacityReservationRequest.py index 449b4e91be..6cefdb38d7 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/CreateCapacityReservationRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/CreateCapacityReservationRequest.py @@ -21,7 +21,7 @@ class CreateCapacityReservationRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2016-03-14', 'CreateCapacityReservation') + RpcRequest.__init__(self, 'Ecs', '2016-03-14', 'CreateCapacityReservation','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/CreateConfigLogSubscriptionsRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/CreateConfigLogSubscriptionsRequest.py index 0b05e71de3..1fd872c02c 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/CreateConfigLogSubscriptionsRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/CreateConfigLogSubscriptionsRequest.py @@ -21,7 +21,7 @@ class CreateConfigLogSubscriptionsRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2016-03-14', 'CreateConfigLogSubscriptions') + RpcRequest.__init__(self, 'Ecs', '2016-03-14', 'CreateConfigLogSubscriptions','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/CreateDisksRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/CreateDisksRequest.py index d5375a41d2..d5cfe2069e 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/CreateDisksRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/CreateDisksRequest.py @@ -21,7 +21,7 @@ class CreateDisksRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2016-03-14', 'CreateDisks') + RpcRequest.__init__(self, 'Ecs', '2016-03-14', 'CreateDisks','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/CreateDisks_GatedLaunchRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/CreateDisks_GatedLaunchRequest.py index 3374f0e3f2..6ea1693364 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/CreateDisks_GatedLaunchRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/CreateDisks_GatedLaunchRequest.py @@ -21,7 +21,7 @@ class CreateDisks_GatedLaunchRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2016-03-14', 'CreateDisks_GatedLaunch') + RpcRequest.__init__(self, 'Ecs', '2016-03-14', 'CreateDisks_GatedLaunch','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/CreateEniQosGroupRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/CreateEniQosGroupRequest.py index fa64627da8..e1d0695fcd 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/CreateEniQosGroupRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/CreateEniQosGroupRequest.py @@ -21,7 +21,7 @@ class CreateEniQosGroupRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2016-03-14', 'CreateEniQosGroup') + RpcRequest.__init__(self, 'Ecs', '2016-03-14', 'CreateEniQosGroup','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/CreateOrderRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/CreateOrderRequest.py index 803d41ef90..9c91d6f734 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/CreateOrderRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/CreateOrderRequest.py @@ -21,7 +21,7 @@ class CreateOrderRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2016-03-14', 'CreateOrder') + RpcRequest.__init__(self, 'Ecs', '2016-03-14', 'CreateOrder','ecs') def get_Commodity(self): return self.get_query_params().get('Commodity') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/CreateVolumesRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/CreateVolumesRequest.py index 763a062ea0..027ee9b365 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/CreateVolumesRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/CreateVolumesRequest.py @@ -21,7 +21,7 @@ class CreateVolumesRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2016-03-14', 'CreateVolumes') + RpcRequest.__init__(self, 'Ecs', '2016-03-14', 'CreateVolumes','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/CreateVolumes_GatedLaunchRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/CreateVolumes_GatedLaunchRequest.py index 98802892fa..a607d3a984 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/CreateVolumes_GatedLaunchRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/CreateVolumes_GatedLaunchRequest.py @@ -21,7 +21,7 @@ class CreateVolumes_GatedLaunchRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2016-03-14', 'CreateVolumes_GatedLaunch') + RpcRequest.__init__(self, 'Ecs', '2016-03-14', 'CreateVolumes_GatedLaunch','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DeleteConfigLogSubscriptionsRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DeleteConfigLogSubscriptionsRequest.py index b41fa5f883..06f0a0035e 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DeleteConfigLogSubscriptionsRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DeleteConfigLogSubscriptionsRequest.py @@ -21,7 +21,7 @@ class DeleteConfigLogSubscriptionsRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2016-03-14', 'DeleteConfigLogSubscriptions') + RpcRequest.__init__(self, 'Ecs', '2016-03-14', 'DeleteConfigLogSubscriptions','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DeleteEniQosGroupRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DeleteEniQosGroupRequest.py index ecad052730..b700c70e50 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DeleteEniQosGroupRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DeleteEniQosGroupRequest.py @@ -21,7 +21,7 @@ class DeleteEniQosGroupRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2016-03-14', 'DeleteEniQosGroup') + RpcRequest.__init__(self, 'Ecs', '2016-03-14', 'DeleteEniQosGroup','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DescribeAccountAttributesRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DescribeAccountAttributesRequest.py index a35789c251..0f22c85cea 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DescribeAccountAttributesRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DescribeAccountAttributesRequest.py @@ -21,7 +21,7 @@ class DescribeAccountAttributesRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2016-03-14', 'DescribeAccountAttributes') + RpcRequest.__init__(self, 'Ecs', '2016-03-14', 'DescribeAccountAttributes','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DescribeAccountLimitsRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DescribeAccountLimitsRequest.py index aff08d4672..029a0ac91a 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DescribeAccountLimitsRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DescribeAccountLimitsRequest.py @@ -21,7 +21,7 @@ class DescribeAccountLimitsRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2016-03-14', 'DescribeAccountLimits') + RpcRequest.__init__(self, 'Ecs', '2016-03-14', 'DescribeAccountLimits','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DescribeBandwidthPriceRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DescribeBandwidthPriceRequest.py index dd8732f8e8..07eb16bd15 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DescribeBandwidthPriceRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DescribeBandwidthPriceRequest.py @@ -21,7 +21,7 @@ class DescribeBandwidthPriceRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2016-03-14', 'DescribeBandwidthPrice') + RpcRequest.__init__(self, 'Ecs', '2016-03-14', 'DescribeBandwidthPrice','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DescribeCapacityReservationsRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DescribeCapacityReservationsRequest.py index dcaa78418f..75d8ccac77 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DescribeCapacityReservationsRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DescribeCapacityReservationsRequest.py @@ -21,7 +21,7 @@ class DescribeCapacityReservationsRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2016-03-14', 'DescribeCapacityReservations') + RpcRequest.__init__(self, 'Ecs', '2016-03-14', 'DescribeCapacityReservations','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DescribeConfigLogHistoryRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DescribeConfigLogHistoryRequest.py index acbd1821b0..51e264900a 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DescribeConfigLogHistoryRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DescribeConfigLogHistoryRequest.py @@ -21,7 +21,7 @@ class DescribeConfigLogHistoryRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2016-03-14', 'DescribeConfigLogHistory') + RpcRequest.__init__(self, 'Ecs', '2016-03-14', 'DescribeConfigLogHistory','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DescribeConfigLogSubscriptionRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DescribeConfigLogSubscriptionRequest.py index ad1db0d2e9..fb3f7eb064 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DescribeConfigLogSubscriptionRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DescribeConfigLogSubscriptionRequest.py @@ -21,7 +21,7 @@ class DescribeConfigLogSubscriptionRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2016-03-14', 'DescribeConfigLogSubscription') + RpcRequest.__init__(self, 'Ecs', '2016-03-14', 'DescribeConfigLogSubscription','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DescribeDedicatedHostAutoRenewRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DescribeDedicatedHostAutoRenewRequest.py index e1df3d41d3..5c7ec77828 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DescribeDedicatedHostAutoRenewRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DescribeDedicatedHostAutoRenewRequest.py @@ -21,7 +21,7 @@ class DescribeDedicatedHostAutoRenewRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2016-03-14', 'DescribeDedicatedHostAutoRenew') + RpcRequest.__init__(self, 'Ecs', '2016-03-14', 'DescribeDedicatedHostAutoRenew','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DescribeDedicatedHostTypesRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DescribeDedicatedHostTypesRequest.py index b2877a8a5a..e80f79112a 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DescribeDedicatedHostTypesRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DescribeDedicatedHostTypesRequest.py @@ -21,7 +21,7 @@ class DescribeDedicatedHostTypesRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2016-03-14', 'DescribeDedicatedHostTypes') + RpcRequest.__init__(self, 'Ecs', '2016-03-14', 'DescribeDedicatedHostTypes','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DescribeDedicatedHostsRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DescribeDedicatedHostsRequest.py index 484bf5d93a..6508663399 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DescribeDedicatedHostsRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DescribeDedicatedHostsRequest.py @@ -21,7 +21,7 @@ class DescribeDedicatedHostsRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2016-03-14', 'DescribeDedicatedHosts') + RpcRequest.__init__(self, 'Ecs', '2016-03-14', 'DescribeDedicatedHosts','ecs') def get_DedicatedHostIds(self): return self.get_query_params().get('DedicatedHostIds') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DescribeEniQosGroupInfoRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DescribeEniQosGroupInfoRequest.py index 2f44e2859a..3a233352e3 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DescribeEniQosGroupInfoRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DescribeEniQosGroupInfoRequest.py @@ -21,7 +21,7 @@ class DescribeEniQosGroupInfoRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2016-03-14', 'DescribeEniQosGroupInfo') + RpcRequest.__init__(self, 'Ecs', '2016-03-14', 'DescribeEniQosGroupInfo','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DescribeInstanceAutoRebootTimeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DescribeInstanceAutoRebootTimeRequest.py index 66960cfdca..a8d78fd8cf 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DescribeInstanceAutoRebootTimeRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DescribeInstanceAutoRebootTimeRequest.py @@ -21,7 +21,7 @@ class DescribeInstanceAutoRebootTimeRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2016-03-14', 'DescribeInstanceAutoRebootTime') + RpcRequest.__init__(self, 'Ecs', '2016-03-14', 'DescribeInstanceAutoRebootTime','ecs') def get_AutoRebootTimeTo(self): return self.get_query_params().get('AutoRebootTimeTo') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DescribeInstanceNeedRebootRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DescribeInstanceNeedRebootRequest.py index 06116b9770..416749e766 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DescribeInstanceNeedRebootRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DescribeInstanceNeedRebootRequest.py @@ -21,7 +21,7 @@ class DescribeInstanceNeedRebootRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2016-03-14', 'DescribeInstanceNeedReboot') + RpcRequest.__init__(self, 'Ecs', '2016-03-14', 'DescribeInstanceNeedReboot','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DescribeKMSKeyAttributeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DescribeKMSKeyAttributeRequest.py index 96211080e9..35641daa9f 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DescribeKMSKeyAttributeRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DescribeKMSKeyAttributeRequest.py @@ -21,7 +21,7 @@ class DescribeKMSKeyAttributeRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2016-03-14', 'DescribeKMSKeyAttribute') + RpcRequest.__init__(self, 'Ecs', '2016-03-14', 'DescribeKMSKeyAttribute','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DescribeKMSKeysRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DescribeKMSKeysRequest.py index 7e0940aad1..0f9d1aa2af 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DescribeKMSKeysRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DescribeKMSKeysRequest.py @@ -21,7 +21,7 @@ class DescribeKMSKeysRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2016-03-14', 'DescribeKMSKeys') + RpcRequest.__init__(self, 'Ecs', '2016-03-14', 'DescribeKMSKeys','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DescribeLinkedKMSKeysRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DescribeLinkedKMSKeysRequest.py index f9ff0882f2..5e498cb996 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DescribeLinkedKMSKeysRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DescribeLinkedKMSKeysRequest.py @@ -21,7 +21,7 @@ class DescribeLinkedKMSKeysRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2016-03-14', 'DescribeLinkedKMSKeys') + RpcRequest.__init__(self, 'Ecs', '2016-03-14', 'DescribeLinkedKMSKeys','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DescribePriceRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DescribePriceRequest.py index 098433a76b..ea4fb41d6c 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DescribePriceRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DescribePriceRequest.py @@ -21,7 +21,7 @@ class DescribePriceRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2016-03-14', 'DescribePrice') + RpcRequest.__init__(self, 'Ecs', '2016-03-14', 'DescribePrice','ecs') def get_Commodity(self): return self.get_query_params().get('Commodity') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DescribeReservedInstancePriceRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DescribeReservedInstancePriceRequest.py index e633fb0633..e499489807 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DescribeReservedInstancePriceRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DescribeReservedInstancePriceRequest.py @@ -21,7 +21,7 @@ class DescribeReservedInstancePriceRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2016-03-14', 'DescribeReservedInstancePrice') + RpcRequest.__init__(self, 'Ecs', '2016-03-14', 'DescribeReservedInstancePrice','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DescribeReservedInstancesRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DescribeReservedInstancesRequest.py index 796f60ec75..92149e5cf0 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DescribeReservedInstancesRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DescribeReservedInstancesRequest.py @@ -21,7 +21,7 @@ class DescribeReservedInstancesRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2016-03-14', 'DescribeReservedInstances') + RpcRequest.__init__(self, 'Ecs', '2016-03-14', 'DescribeReservedInstances','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DescribeResourceFilterAttributesRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DescribeResourceFilterAttributesRequest.py index 9906b20cae..ef132e57ef 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DescribeResourceFilterAttributesRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DescribeResourceFilterAttributesRequest.py @@ -21,7 +21,7 @@ class DescribeResourceFilterAttributesRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2016-03-14', 'DescribeResourceFilterAttributes') + RpcRequest.__init__(self, 'Ecs', '2016-03-14', 'DescribeResourceFilterAttributes','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DescribeResourceRecommendFiltersRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DescribeResourceRecommendFiltersRequest.py index 0596db0667..3175d31b42 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DescribeResourceRecommendFiltersRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DescribeResourceRecommendFiltersRequest.py @@ -21,7 +21,7 @@ class DescribeResourceRecommendFiltersRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2016-03-14', 'DescribeResourceRecommendFilters') + RpcRequest.__init__(self, 'Ecs', '2016-03-14', 'DescribeResourceRecommendFilters','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DescribeResourcesRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DescribeResourcesRequest.py index 339f3026a0..6bf42647db 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DescribeResourcesRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DescribeResourcesRequest.py @@ -21,7 +21,7 @@ class DescribeResourcesRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2016-03-14', 'DescribeResources') + RpcRequest.__init__(self, 'Ecs', '2016-03-14', 'DescribeResources','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/GetLaunchTemplateDataRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/GetLaunchTemplateDataRequest.py index 6151e5fa2c..8048970d8d 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/GetLaunchTemplateDataRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/GetLaunchTemplateDataRequest.py @@ -21,7 +21,7 @@ class GetLaunchTemplateDataRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2016-03-14', 'GetLaunchTemplateData') + RpcRequest.__init__(self, 'Ecs', '2016-03-14', 'GetLaunchTemplateData','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/JoinEniQosGroupRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/JoinEniQosGroupRequest.py index 438085134e..ea1719118f 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/JoinEniQosGroupRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/JoinEniQosGroupRequest.py @@ -21,7 +21,7 @@ class JoinEniQosGroupRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2016-03-14', 'JoinEniQosGroup') + RpcRequest.__init__(self, 'Ecs', '2016-03-14', 'JoinEniQosGroup','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/LeaveEniQosGroupRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/LeaveEniQosGroupRequest.py index 90fd85da53..68948a134c 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/LeaveEniQosGroupRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/LeaveEniQosGroupRequest.py @@ -21,7 +21,7 @@ class LeaveEniQosGroupRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2016-03-14', 'LeaveEniQosGroup') + RpcRequest.__init__(self, 'Ecs', '2016-03-14', 'LeaveEniQosGroup','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/ModifyCapacityReservationRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/ModifyCapacityReservationRequest.py index f344893ff9..4bbd50cbf4 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/ModifyCapacityReservationRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/ModifyCapacityReservationRequest.py @@ -21,7 +21,7 @@ class ModifyCapacityReservationRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2016-03-14', 'ModifyCapacityReservation') + RpcRequest.__init__(self, 'Ecs', '2016-03-14', 'ModifyCapacityReservation','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/ModifyDedicatedHostAttributeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/ModifyDedicatedHostAttributeRequest.py index 5cde4c6ee2..b2f91efe09 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/ModifyDedicatedHostAttributeRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/ModifyDedicatedHostAttributeRequest.py @@ -21,7 +21,7 @@ class ModifyDedicatedHostAttributeRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2016-03-14', 'ModifyDedicatedHostAttribute') + RpcRequest.__init__(self, 'Ecs', '2016-03-14', 'ModifyDedicatedHostAttribute','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/ModifyDedicatedHostAutoReleaseTimeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/ModifyDedicatedHostAutoReleaseTimeRequest.py index b294600615..9c02f0bd70 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/ModifyDedicatedHostAutoReleaseTimeRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/ModifyDedicatedHostAutoReleaseTimeRequest.py @@ -21,7 +21,7 @@ class ModifyDedicatedHostAutoReleaseTimeRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2016-03-14', 'ModifyDedicatedHostAutoReleaseTime') + RpcRequest.__init__(self, 'Ecs', '2016-03-14', 'ModifyDedicatedHostAutoReleaseTime','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/ModifyDedicatedHostAutoRenewAttributeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/ModifyDedicatedHostAutoRenewAttributeRequest.py index 6127c7ddb3..c7c14bf1f2 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/ModifyDedicatedHostAutoRenewAttributeRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/ModifyDedicatedHostAutoRenewAttributeRequest.py @@ -21,7 +21,7 @@ class ModifyDedicatedHostAutoRenewAttributeRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2016-03-14', 'ModifyDedicatedHostAutoRenewAttribute') + RpcRequest.__init__(self, 'Ecs', '2016-03-14', 'ModifyDedicatedHostAutoRenewAttribute','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/ModifyEniQosGroupRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/ModifyEniQosGroupRequest.py index cb8915045a..fa1a11c71c 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/ModifyEniQosGroupRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/ModifyEniQosGroupRequest.py @@ -21,7 +21,7 @@ class ModifyEniQosGroupRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2016-03-14', 'ModifyEniQosGroup') + RpcRequest.__init__(self, 'Ecs', '2016-03-14', 'ModifyEniQosGroup','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/ModifyInstanceAutoRebootTimeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/ModifyInstanceAutoRebootTimeRequest.py index 594571438c..4805338b42 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/ModifyInstanceAutoRebootTimeRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/ModifyInstanceAutoRebootTimeRequest.py @@ -21,7 +21,7 @@ class ModifyInstanceAutoRebootTimeRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2016-03-14', 'ModifyInstanceAutoRebootTime') + RpcRequest.__init__(self, 'Ecs', '2016-03-14', 'ModifyInstanceAutoRebootTime','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/ModifyInstanceCapacityReservationAttributesRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/ModifyInstanceCapacityReservationAttributesRequest.py index 8891f82281..8adebbb710 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/ModifyInstanceCapacityReservationAttributesRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/ModifyInstanceCapacityReservationAttributesRequest.py @@ -21,7 +21,7 @@ class ModifyInstanceCapacityReservationAttributesRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2016-03-14', 'ModifyInstanceCapacityReservationAttributes') + RpcRequest.__init__(self, 'Ecs', '2016-03-14', 'ModifyInstanceCapacityReservationAttributes','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/ModifyInstanceDeploymentRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/ModifyInstanceDeploymentRequest.py index 4ce324fffe..4ba10046c8 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/ModifyInstanceDeploymentRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/ModifyInstanceDeploymentRequest.py @@ -21,7 +21,7 @@ class ModifyInstanceDeploymentRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2016-03-14', 'ModifyInstanceDeployment') + RpcRequest.__init__(self, 'Ecs', '2016-03-14', 'ModifyInstanceDeployment','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/ModifyReservedInstanceAttributeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/ModifyReservedInstanceAttributeRequest.py index 2f524334eb..e1a265cb42 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/ModifyReservedInstanceAttributeRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/ModifyReservedInstanceAttributeRequest.py @@ -21,7 +21,7 @@ class ModifyReservedInstanceAttributeRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2016-03-14', 'ModifyReservedInstanceAttribute') + RpcRequest.__init__(self, 'Ecs', '2016-03-14', 'ModifyReservedInstanceAttribute','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/ModifyReservedInstancesRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/ModifyReservedInstancesRequest.py index d10d599707..7e924eaa58 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/ModifyReservedInstancesRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/ModifyReservedInstancesRequest.py @@ -21,7 +21,7 @@ class ModifyReservedInstancesRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2016-03-14', 'ModifyReservedInstances') + RpcRequest.__init__(self, 'Ecs', '2016-03-14', 'ModifyReservedInstances','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/PurchaseReservedInstancesOfferingRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/PurchaseReservedInstancesOfferingRequest.py index 9d431d406c..0ff989182d 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/PurchaseReservedInstancesOfferingRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/PurchaseReservedInstancesOfferingRequest.py @@ -21,7 +21,7 @@ class PurchaseReservedInstancesOfferingRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2016-03-14', 'PurchaseReservedInstancesOffering') + RpcRequest.__init__(self, 'Ecs', '2016-03-14', 'PurchaseReservedInstancesOffering','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/QueryEniQosGroupByEniRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/QueryEniQosGroupByEniRequest.py index 4878b7a8f3..976d626acf 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/QueryEniQosGroupByEniRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/QueryEniQosGroupByEniRequest.py @@ -21,7 +21,7 @@ class QueryEniQosGroupByEniRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2016-03-14', 'QueryEniQosGroupByEni') + RpcRequest.__init__(self, 'Ecs', '2016-03-14', 'QueryEniQosGroupByEni','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/QueryEniQosGroupByInstanceRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/QueryEniQosGroupByInstanceRequest.py index c579a09ee8..ae35111d29 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/QueryEniQosGroupByInstanceRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/QueryEniQosGroupByInstanceRequest.py @@ -21,7 +21,7 @@ class QueryEniQosGroupByInstanceRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2016-03-14', 'QueryEniQosGroupByInstance') + RpcRequest.__init__(self, 'Ecs', '2016-03-14', 'QueryEniQosGroupByInstance','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/ReleaseCapacityReservationRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/ReleaseCapacityReservationRequest.py index d0b7fac229..6601bd8d1f 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/ReleaseCapacityReservationRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/ReleaseCapacityReservationRequest.py @@ -21,7 +21,7 @@ class ReleaseCapacityReservationRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2016-03-14', 'ReleaseCapacityReservation') + RpcRequest.__init__(self, 'Ecs', '2016-03-14', 'ReleaseCapacityReservation','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/ReleaseDedicatedHostRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/ReleaseDedicatedHostRequest.py index f407cbdb63..ec390dcd0d 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/ReleaseDedicatedHostRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/ReleaseDedicatedHostRequest.py @@ -21,7 +21,7 @@ class ReleaseDedicatedHostRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2016-03-14', 'ReleaseDedicatedHost') + RpcRequest.__init__(self, 'Ecs', '2016-03-14', 'ReleaseDedicatedHost','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/RenewDedicatedHostsRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/RenewDedicatedHostsRequest.py index 0622a1a3d7..91b8adde4d 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/RenewDedicatedHostsRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/RenewDedicatedHostsRequest.py @@ -21,7 +21,7 @@ class RenewDedicatedHostsRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2016-03-14', 'RenewDedicatedHosts') + RpcRequest.__init__(self, 'Ecs', '2016-03-14', 'RenewDedicatedHosts','ecs') def get_DedicatedHostIds(self): return self.get_query_params().get('DedicatedHostIds') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/RunInstancesRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/RunInstancesRequest.py index bab98dfd48..85d2f3ddb8 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/RunInstancesRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/RunInstancesRequest.py @@ -21,7 +21,7 @@ class RunInstancesRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2016-03-14', 'RunInstances') + RpcRequest.__init__(self, 'Ecs', '2016-03-14', 'RunInstances','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/RunInstances_GatedLaunchRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/RunInstances_GatedLaunchRequest.py index 0950d2ecfe..fd487c37fa 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/RunInstances_GatedLaunchRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/RunInstances_GatedLaunchRequest.py @@ -21,7 +21,7 @@ class RunInstances_GatedLaunchRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2016-03-14', 'RunInstances_GatedLaunch') + RpcRequest.__init__(self, 'Ecs', '2016-03-14', 'RunInstances_GatedLaunch','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/SetInstanceAutoReleaseTimeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/SetInstanceAutoReleaseTimeRequest.py index 2364f59f41..ca057cd3e0 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/SetInstanceAutoReleaseTimeRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/SetInstanceAutoReleaseTimeRequest.py @@ -21,7 +21,7 @@ class SetInstanceAutoReleaseTimeRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2016-03-14', 'SetInstanceAutoReleaseTime') + RpcRequest.__init__(self, 'Ecs', '2016-03-14', 'SetInstanceAutoReleaseTime','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') From a479f291a23fa038efc6e82185a678aa50d66a30 Mon Sep 17 00:00:00 2001 From: Alibaba Cloud SDK Date: Mon, 20 May 2019 15:42:32 +0800 Subject: [PATCH 021/282] Generated 2015-07-01 for Aas --- aliyun-python-sdk-aas/ChangeLog.txt | 3 +++ aliyun-python-sdk-aas/aliyunsdkaas/__init__.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/aliyun-python-sdk-aas/ChangeLog.txt b/aliyun-python-sdk-aas/ChangeLog.txt index 173235395e..6053b01128 100644 --- a/aliyun-python-sdk-aas/ChangeLog.txt +++ b/aliyun-python-sdk-aas/ChangeLog.txt @@ -1,3 +1,6 @@ +2019-05-20 Version: 2.0.0 +- Generated 2015-07-01 for `Aas` + 2019-05-20 Version: 1.10.3 - Generated 2015-07-01 for `Aas` diff --git a/aliyun-python-sdk-aas/aliyunsdkaas/__init__.py b/aliyun-python-sdk-aas/aliyunsdkaas/__init__.py index dd367c7b14..d97070a2a7 100644 --- a/aliyun-python-sdk-aas/aliyunsdkaas/__init__.py +++ b/aliyun-python-sdk-aas/aliyunsdkaas/__init__.py @@ -1 +1 @@ -__version__ = '1.10.3' \ No newline at end of file +__version__ = '2.0.0' \ No newline at end of file From 198b112ff0d4b81eef58e857902607199e4eecc1 Mon Sep 17 00:00:00 2001 From: Alibaba Cloud SDK Date: Mon, 20 May 2019 16:17:37 +0800 Subject: [PATCH 022/282] Generated 2015-07-01 for Aas --- aliyun-python-sdk-aas/ChangeLog.txt | 3 +++ aliyun-python-sdk-aas/aliyunsdkaas/__init__.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/aliyun-python-sdk-aas/ChangeLog.txt b/aliyun-python-sdk-aas/ChangeLog.txt index 6053b01128..b1a181e44a 100644 --- a/aliyun-python-sdk-aas/ChangeLog.txt +++ b/aliyun-python-sdk-aas/ChangeLog.txt @@ -1,3 +1,6 @@ +2019-05-20 Version: 2.0.1 +- Generated 2015-07-01 for `Aas` + 2019-05-20 Version: 2.0.0 - Generated 2015-07-01 for `Aas` diff --git a/aliyun-python-sdk-aas/aliyunsdkaas/__init__.py b/aliyun-python-sdk-aas/aliyunsdkaas/__init__.py index d97070a2a7..9d909dcc3c 100644 --- a/aliyun-python-sdk-aas/aliyunsdkaas/__init__.py +++ b/aliyun-python-sdk-aas/aliyunsdkaas/__init__.py @@ -1 +1 @@ -__version__ = '2.0.0' \ No newline at end of file +__version__ = '2.0.1' \ No newline at end of file From ed971bb6341a193b54582fc86f34733f936382fe Mon Sep 17 00:00:00 2001 From: Alibaba Cloud SDK Date: Mon, 20 May 2019 16:25:11 +0800 Subject: [PATCH 023/282] Generated 2015-07-01 for Aas --- aliyun-python-sdk-aas/ChangeLog.txt | 3 +++ aliyun-python-sdk-aas/aliyunsdkaas/__init__.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/aliyun-python-sdk-aas/ChangeLog.txt b/aliyun-python-sdk-aas/ChangeLog.txt index b1a181e44a..3664d4bd18 100644 --- a/aliyun-python-sdk-aas/ChangeLog.txt +++ b/aliyun-python-sdk-aas/ChangeLog.txt @@ -1,3 +1,6 @@ +2019-05-20 Version: 1.0.0 +- Generated 2015-07-01 for `Aas` + 2019-05-20 Version: 2.0.1 - Generated 2015-07-01 for `Aas` diff --git a/aliyun-python-sdk-aas/aliyunsdkaas/__init__.py b/aliyun-python-sdk-aas/aliyunsdkaas/__init__.py index 9d909dcc3c..75977e6f41 100644 --- a/aliyun-python-sdk-aas/aliyunsdkaas/__init__.py +++ b/aliyun-python-sdk-aas/aliyunsdkaas/__init__.py @@ -1 +1 @@ -__version__ = '2.0.1' \ No newline at end of file +__version__ = '1.0.0' \ No newline at end of file From e87fbeddbb3367dd67116b07eb3d1c4a45ddf92d Mon Sep 17 00:00:00 2001 From: Alibaba Cloud SDK Date: Mon, 20 May 2019 16:26:44 +0800 Subject: [PATCH 024/282] Generated 2015-07-01 for Aas --- aliyun-python-sdk-aas/ChangeLog.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/aliyun-python-sdk-aas/ChangeLog.txt b/aliyun-python-sdk-aas/ChangeLog.txt index 3664d4bd18..a1bd27e60d 100644 --- a/aliyun-python-sdk-aas/ChangeLog.txt +++ b/aliyun-python-sdk-aas/ChangeLog.txt @@ -1,6 +1,9 @@ 2019-05-20 Version: 1.0.0 - Generated 2015-07-01 for `Aas` +2019-05-20 Version: 1.0.0 +- Generated 2015-07-01 for `Aas` + 2019-05-20 Version: 2.0.1 - Generated 2015-07-01 for `Aas` From fa893cb3d93703891a2a859406cf73e09d904828 Mon Sep 17 00:00:00 2001 From: Alibaba Cloud SDK Date: Mon, 20 May 2019 16:28:13 +0800 Subject: [PATCH 025/282] Generated 2015-07-01 for Aas --- aliyun-python-sdk-aas/ChangeLog.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/aliyun-python-sdk-aas/ChangeLog.txt b/aliyun-python-sdk-aas/ChangeLog.txt index a1bd27e60d..123037b36d 100644 --- a/aliyun-python-sdk-aas/ChangeLog.txt +++ b/aliyun-python-sdk-aas/ChangeLog.txt @@ -4,6 +4,9 @@ 2019-05-20 Version: 1.0.0 - Generated 2015-07-01 for `Aas` +2019-05-20 Version: 1.0.0 +- Generated 2015-07-01 for `Aas` + 2019-05-20 Version: 2.0.1 - Generated 2015-07-01 for `Aas` From a61932b174c4a17b2c8f7b1874caebf64c96f27e Mon Sep 17 00:00:00 2001 From: Alibaba Cloud SDK Date: Mon, 20 May 2019 16:28:34 +0800 Subject: [PATCH 026/282] Generated 2015-07-01 for Aas --- aliyun-python-sdk-aas/ChangeLog.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/aliyun-python-sdk-aas/ChangeLog.txt b/aliyun-python-sdk-aas/ChangeLog.txt index 123037b36d..2f5768aaac 100644 --- a/aliyun-python-sdk-aas/ChangeLog.txt +++ b/aliyun-python-sdk-aas/ChangeLog.txt @@ -7,6 +7,9 @@ 2019-05-20 Version: 1.0.0 - Generated 2015-07-01 for `Aas` +2019-05-20 Version: 1.0.0 +- Generated 2015-07-01 for `Aas` + 2019-05-20 Version: 2.0.1 - Generated 2015-07-01 for `Aas` From bc0c5d42e01c071b783c7c242ff63cb497814a8e Mon Sep 17 00:00:00 2001 From: Alibaba Cloud SDK Date: Mon, 20 May 2019 16:28:51 +0800 Subject: [PATCH 027/282] Generated 2015-07-01 for Aas --- aliyun-python-sdk-aas/ChangeLog.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/aliyun-python-sdk-aas/ChangeLog.txt b/aliyun-python-sdk-aas/ChangeLog.txt index 2f5768aaac..7d690b200f 100644 --- a/aliyun-python-sdk-aas/ChangeLog.txt +++ b/aliyun-python-sdk-aas/ChangeLog.txt @@ -10,6 +10,9 @@ 2019-05-20 Version: 1.0.0 - Generated 2015-07-01 for `Aas` +2019-05-20 Version: 1.0.0 +- Generated 2015-07-01 for `Aas` + 2019-05-20 Version: 2.0.1 - Generated 2015-07-01 for `Aas` From 06ed95dba2ed07d117e39e313d2d21b1e70fea00 Mon Sep 17 00:00:00 2001 From: Alibaba Cloud SDK Date: Mon, 20 May 2019 16:30:27 +0800 Subject: [PATCH 028/282] Generated 2015-07-01 for Aas --- aliyun-python-sdk-aas/ChangeLog.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/aliyun-python-sdk-aas/ChangeLog.txt b/aliyun-python-sdk-aas/ChangeLog.txt index 7d690b200f..1721d11d1d 100644 --- a/aliyun-python-sdk-aas/ChangeLog.txt +++ b/aliyun-python-sdk-aas/ChangeLog.txt @@ -13,6 +13,9 @@ 2019-05-20 Version: 1.0.0 - Generated 2015-07-01 for `Aas` +2019-05-20 Version: 1.0.0 +- Generated 2015-07-01 for `Aas` + 2019-05-20 Version: 2.0.1 - Generated 2015-07-01 for `Aas` From d229f3f83a3c5d587e0da5df0ba0abe5ecfcf342 Mon Sep 17 00:00:00 2001 From: Alibaba Cloud SDK Date: Mon, 20 May 2019 16:31:53 +0800 Subject: [PATCH 029/282] Generated 2015-07-01 for Aas --- aliyun-python-sdk-aas/ChangeLog.txt | 3 ++ .../aliyun_python_sdk_aas.egg-info/PKG-INFO | 33 +++++++++++++++++++ .../requires.txt | 1 + .../aliyunsdkaas/__init__.py | 2 +- 4 files changed, 38 insertions(+), 1 deletion(-) create mode 100644 aliyun-python-sdk-aas/aliyun_python_sdk_aas.egg-info/PKG-INFO create mode 100644 aliyun-python-sdk-aas/aliyun_python_sdk_aas.egg-info/requires.txt diff --git a/aliyun-python-sdk-aas/ChangeLog.txt b/aliyun-python-sdk-aas/ChangeLog.txt index 1721d11d1d..c807bf07c3 100644 --- a/aliyun-python-sdk-aas/ChangeLog.txt +++ b/aliyun-python-sdk-aas/ChangeLog.txt @@ -1,3 +1,6 @@ +2019-05-20 Version: 1.0.1 +- Generated 2015-07-01 for `Aas` + 2019-05-20 Version: 1.0.0 - Generated 2015-07-01 for `Aas` diff --git a/aliyun-python-sdk-aas/aliyun_python_sdk_aas.egg-info/PKG-INFO b/aliyun-python-sdk-aas/aliyun_python_sdk_aas.egg-info/PKG-INFO new file mode 100644 index 0000000000..075f0b1e6a --- /dev/null +++ b/aliyun-python-sdk-aas/aliyun_python_sdk_aas.egg-info/PKG-INFO @@ -0,0 +1,33 @@ +Metadata-Version: 1.1 +Name: aliyun-python-sdk-aas +Version: 1.0.1 +Summary: The aas module of Aliyun Python sdk. +Home-page: http://develop.aliyun.com/sdk/python +Author: Aliyun +Author-email: aliyun-developers-efficiency@list.alibaba-inc.com +License: Apache +Description: aliyun-python-sdk-aas + This is the aas module of Aliyun Python SDK. + + Aliyun Python SDK is the official software development kit. It makes things easy to integrate your Python application, library, or script with Aliyun services. + + This module works on Python versions: + + 2.6.5 and greater + Documentation: + + Please visit http://develop.aliyun.com/sdk/python +Keywords: aliyun,sdk,aas +Platform: any +Classifier: Development Status :: 4 - Beta +Classifier: Intended Audience :: Developers +Classifier: License :: OSI Approved :: Apache Software License +Classifier: Programming Language :: Python +Classifier: Programming Language :: Python :: 2.6 +Classifier: Programming Language :: Python :: 2.7 +Classifier: Programming Language :: Python :: 3 +Classifier: Programming Language :: Python :: 3.3 +Classifier: Programming Language :: Python :: 3.4 +Classifier: Programming Language :: Python :: 3.5 +Classifier: Programming Language :: Python :: 3.6 +Classifier: Topic :: Software Development diff --git a/aliyun-python-sdk-aas/aliyun_python_sdk_aas.egg-info/requires.txt b/aliyun-python-sdk-aas/aliyun_python_sdk_aas.egg-info/requires.txt new file mode 100644 index 0000000000..b85f7cd94d --- /dev/null +++ b/aliyun-python-sdk-aas/aliyun_python_sdk_aas.egg-info/requires.txt @@ -0,0 +1 @@ +aliyun-python-sdk-core>=2.11.5 diff --git a/aliyun-python-sdk-aas/aliyunsdkaas/__init__.py b/aliyun-python-sdk-aas/aliyunsdkaas/__init__.py index 75977e6f41..6c4c011435 100644 --- a/aliyun-python-sdk-aas/aliyunsdkaas/__init__.py +++ b/aliyun-python-sdk-aas/aliyunsdkaas/__init__.py @@ -1 +1 @@ -__version__ = '1.0.0' \ No newline at end of file +__version__ = '1.0.1' \ No newline at end of file From 435b4131ee3c4d1c7cd92ae2bca979b101c991cb Mon Sep 17 00:00:00 2001 From: Alibaba Cloud SDK Date: Mon, 20 May 2019 16:35:00 +0800 Subject: [PATCH 030/282] Generated 2015-07-01 for Aas --- aliyun-python-sdk-aas/ChangeLog.txt | 3 +++ aliyun-python-sdk-aas/aliyunsdkaas/__init__.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/aliyun-python-sdk-aas/ChangeLog.txt b/aliyun-python-sdk-aas/ChangeLog.txt index c807bf07c3..a587805751 100644 --- a/aliyun-python-sdk-aas/ChangeLog.txt +++ b/aliyun-python-sdk-aas/ChangeLog.txt @@ -1,3 +1,6 @@ +2019-05-20 Version: 1.0.2 +- Generated 2015-07-01 for `Aas` + 2019-05-20 Version: 1.0.1 - Generated 2015-07-01 for `Aas` diff --git a/aliyun-python-sdk-aas/aliyunsdkaas/__init__.py b/aliyun-python-sdk-aas/aliyunsdkaas/__init__.py index 6c4c011435..34c1db36a1 100644 --- a/aliyun-python-sdk-aas/aliyunsdkaas/__init__.py +++ b/aliyun-python-sdk-aas/aliyunsdkaas/__init__.py @@ -1 +1 @@ -__version__ = '1.0.1' \ No newline at end of file +__version__ = '1.0.2' \ No newline at end of file From d474a8ec5dd5f4fb6d309c94aeb87dd67dd6897e Mon Sep 17 00:00:00 2001 From: Alibaba Cloud SDK Date: Mon, 20 May 2019 16:44:30 +0800 Subject: [PATCH 031/282] Generated 2015-07-01 for Aas --- aliyun-python-sdk-aas/ChangeLog.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/aliyun-python-sdk-aas/ChangeLog.txt b/aliyun-python-sdk-aas/ChangeLog.txt index a587805751..4b40c998aa 100644 --- a/aliyun-python-sdk-aas/ChangeLog.txt +++ b/aliyun-python-sdk-aas/ChangeLog.txt @@ -1,6 +1,9 @@ 2019-05-20 Version: 1.0.2 - Generated 2015-07-01 for `Aas` +2019-05-20 Version: 1.0.2 +- Generated 2015-07-01 for `Aas` + 2019-05-20 Version: 1.0.1 - Generated 2015-07-01 for `Aas` From d5ab363c8ec3cd23c6d9e96c0263fd1913742a4d Mon Sep 17 00:00:00 2001 From: Alibaba Cloud SDK Date: Mon, 20 May 2019 16:50:24 +0800 Subject: [PATCH 032/282] Generated 2015-07-01 for Aas --- aliyun-python-sdk-aas/ChangeLog.txt | 3 ++ .../aliyun_python_sdk_aas.egg-info/PKG-INFO | 2 +- .../SOURCES.txt | 41 +++++++++++++++++++ .../dependency_links.txt | 1 + .../top_level.txt | 1 + .../aliyunsdkaas/__init__.py | 2 +- 6 files changed, 48 insertions(+), 2 deletions(-) create mode 100644 aliyun-python-sdk-aas/aliyun_python_sdk_aas.egg-info/SOURCES.txt create mode 100644 aliyun-python-sdk-aas/aliyun_python_sdk_aas.egg-info/dependency_links.txt create mode 100644 aliyun-python-sdk-aas/aliyun_python_sdk_aas.egg-info/top_level.txt diff --git a/aliyun-python-sdk-aas/ChangeLog.txt b/aliyun-python-sdk-aas/ChangeLog.txt index 4b40c998aa..e97f9847e5 100644 --- a/aliyun-python-sdk-aas/ChangeLog.txt +++ b/aliyun-python-sdk-aas/ChangeLog.txt @@ -1,3 +1,6 @@ +2019-05-20 Version: 1.0.3 +- Generated 2015-07-01 for `Aas` + 2019-05-20 Version: 1.0.2 - Generated 2015-07-01 for `Aas` diff --git a/aliyun-python-sdk-aas/aliyun_python_sdk_aas.egg-info/PKG-INFO b/aliyun-python-sdk-aas/aliyun_python_sdk_aas.egg-info/PKG-INFO index 075f0b1e6a..4a0b4c4829 100644 --- a/aliyun-python-sdk-aas/aliyun_python_sdk_aas.egg-info/PKG-INFO +++ b/aliyun-python-sdk-aas/aliyun_python_sdk_aas.egg-info/PKG-INFO @@ -1,6 +1,6 @@ Metadata-Version: 1.1 Name: aliyun-python-sdk-aas -Version: 1.0.1 +Version: 1.0.3 Summary: The aas module of Aliyun Python sdk. Home-page: http://develop.aliyun.com/sdk/python Author: Aliyun diff --git a/aliyun-python-sdk-aas/aliyun_python_sdk_aas.egg-info/SOURCES.txt b/aliyun-python-sdk-aas/aliyun_python_sdk_aas.egg-info/SOURCES.txt new file mode 100644 index 0000000000..502ab28f93 --- /dev/null +++ b/aliyun-python-sdk-aas/aliyun_python_sdk_aas.egg-info/SOURCES.txt @@ -0,0 +1,41 @@ +MANIFEST.in +README.rst +setup.py +aliyun_python_sdk_aas.egg-info/PKG-INFO +aliyun_python_sdk_aas.egg-info/SOURCES.txt +aliyun_python_sdk_aas.egg-info/dependency_links.txt +aliyun_python_sdk_aas.egg-info/requires.txt +aliyun_python_sdk_aas.egg-info/top_level.txt +aliyunsdkaas/__init__.py +aliyunsdkaas/request/__init__.py +aliyunsdkaas/request/v20150701/CreateAccessKeyForAccountRequest.py +aliyunsdkaas/request/v20150701/CreateAliyunAccountRequest.py +aliyunsdkaas/request/v20150701/CreateAliyunAccountWithBindHidRequest.py +aliyunsdkaas/request/v20150701/CreateIntlAliyunAccountRequest.py +aliyunsdkaas/request/v20150701/CreateShortTermAccessKeyForAccountRequest.py +aliyunsdkaas/request/v20150701/DeleteAccessKeyForAccountRequest.py +aliyunsdkaas/request/v20150701/GenerateAccountLoginTokenRequest.py +aliyunsdkaas/request/v20150701/GetAccountKinshipInfoByPKRequest.py +aliyunsdkaas/request/v20150701/GetAliyunAccountWithBindHidRequest.py +aliyunsdkaas/request/v20150701/GetAliyunAccountWithBindTaobaoHidRequest.py +aliyunsdkaas/request/v20150701/GetBasicAccountInfoByHavanaIdRequest.py +aliyunsdkaas/request/v20150701/GetBasicAccountInfoByPkRequest.py +aliyunsdkaas/request/v20150701/GetBasicInfoForAccountRequest.py +aliyunsdkaas/request/v20150701/GetLoginConfigInfoByPKRequest.py +aliyunsdkaas/request/v20150701/GetSessionInfoByMiniTicketRequest.py +aliyunsdkaas/request/v20150701/GetSessionInfoByMiniTicketWithRouteRequest.py +aliyunsdkaas/request/v20150701/GetSessionInfoByMiniTicketWithRouteSGPRORequest.py +aliyunsdkaas/request/v20150701/GetSessionInfoByMiniTicketWithRouteSHRORequest.py +aliyunsdkaas/request/v20150701/GetSessionInfoByTicketRequest.py +aliyunsdkaas/request/v20150701/GetSessionInfoByTicketWithRouteRequest.py +aliyunsdkaas/request/v20150701/GetSessionInfoByTicketWithRouteSGPRORequest.py +aliyunsdkaas/request/v20150701/GetSessionInfoByTicketWithRouteSHRORequest.py +aliyunsdkaas/request/v20150701/GetShortTermAccessKeyForAccountRequest.py +aliyunsdkaas/request/v20150701/IsBindMfaByPkRequest.py +aliyunsdkaas/request/v20150701/ListAccessKeysForAccountRequest.py +aliyunsdkaas/request/v20150701/ListAliyunAccountRequest.py +aliyunsdkaas/request/v20150701/UpdateAccessKeyStatusForAccountRequest.py +aliyunsdkaas/request/v20150701/UpdatePasswordForAccountRequest.py +aliyunsdkaas/request/v20150701/UpdateStatusForAccountRequest.py +aliyunsdkaas/request/v20150701/VerifyAccountLoginTokenRequest.py +aliyunsdkaas/request/v20150701/__init__.py \ No newline at end of file diff --git a/aliyun-python-sdk-aas/aliyun_python_sdk_aas.egg-info/dependency_links.txt b/aliyun-python-sdk-aas/aliyun_python_sdk_aas.egg-info/dependency_links.txt new file mode 100644 index 0000000000..8b13789179 --- /dev/null +++ b/aliyun-python-sdk-aas/aliyun_python_sdk_aas.egg-info/dependency_links.txt @@ -0,0 +1 @@ + diff --git a/aliyun-python-sdk-aas/aliyun_python_sdk_aas.egg-info/top_level.txt b/aliyun-python-sdk-aas/aliyun_python_sdk_aas.egg-info/top_level.txt new file mode 100644 index 0000000000..1b60c27e29 --- /dev/null +++ b/aliyun-python-sdk-aas/aliyun_python_sdk_aas.egg-info/top_level.txt @@ -0,0 +1 @@ +aliyunsdkaas diff --git a/aliyun-python-sdk-aas/aliyunsdkaas/__init__.py b/aliyun-python-sdk-aas/aliyunsdkaas/__init__.py index 34c1db36a1..77139f6ade 100644 --- a/aliyun-python-sdk-aas/aliyunsdkaas/__init__.py +++ b/aliyun-python-sdk-aas/aliyunsdkaas/__init__.py @@ -1 +1 @@ -__version__ = '1.0.2' \ No newline at end of file +__version__ = '1.0.3' \ No newline at end of file From ff6ef391f69aad991ed89eda61d637dc30abf5a4 Mon Sep 17 00:00:00 2001 From: Alibaba Cloud SDK Date: Mon, 20 May 2019 16:55:13 +0800 Subject: [PATCH 033/282] Generated 2015-07-01 for Aas --- aliyun-python-sdk-aas/ChangeLog.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/aliyun-python-sdk-aas/ChangeLog.txt b/aliyun-python-sdk-aas/ChangeLog.txt index e97f9847e5..19a1413b1e 100644 --- a/aliyun-python-sdk-aas/ChangeLog.txt +++ b/aliyun-python-sdk-aas/ChangeLog.txt @@ -1,6 +1,9 @@ 2019-05-20 Version: 1.0.3 - Generated 2015-07-01 for `Aas` +2019-05-20 Version: 1.0.3 +- Generated 2015-07-01 for `Aas` + 2019-05-20 Version: 1.0.2 - Generated 2015-07-01 for `Aas` From 66a0b5d1ca15bb34f4d4d55da29f05bee48edde1 Mon Sep 17 00:00:00 2001 From: Alibaba Cloud SDK Date: Mon, 20 May 2019 17:01:15 +0800 Subject: [PATCH 034/282] Generated 2015-07-01 for Aas --- aliyun-python-sdk-aas/ChangeLog.txt | 3 +++ aliyun-python-sdk-aas/aliyunsdkaas/__init__.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/aliyun-python-sdk-aas/ChangeLog.txt b/aliyun-python-sdk-aas/ChangeLog.txt index 19a1413b1e..f248474074 100644 --- a/aliyun-python-sdk-aas/ChangeLog.txt +++ b/aliyun-python-sdk-aas/ChangeLog.txt @@ -1,3 +1,6 @@ +2019-05-20 Version: 1.0.4 +- Generated 2015-07-01 for `Aas` + 2019-05-20 Version: 1.0.3 - Generated 2015-07-01 for `Aas` diff --git a/aliyun-python-sdk-aas/aliyunsdkaas/__init__.py b/aliyun-python-sdk-aas/aliyunsdkaas/__init__.py index 77139f6ade..7ce86c962b 100644 --- a/aliyun-python-sdk-aas/aliyunsdkaas/__init__.py +++ b/aliyun-python-sdk-aas/aliyunsdkaas/__init__.py @@ -1 +1 @@ -__version__ = '1.0.3' \ No newline at end of file +__version__ = '1.0.4' \ No newline at end of file From deadec9c3e8f23fa657a71ab45278fcea8eab271 Mon Sep 17 00:00:00 2001 From: Alibaba Cloud SDK Date: Mon, 20 May 2019 18:12:51 +0800 Subject: [PATCH 035/282] Generated 2015-07-01 for Aas --- aliyun-python-sdk-aas/ChangeLog.txt | 3 +++ aliyun-python-sdk-aas/aliyunsdkaas/__init__.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/aliyun-python-sdk-aas/ChangeLog.txt b/aliyun-python-sdk-aas/ChangeLog.txt index f248474074..0101694fff 100644 --- a/aliyun-python-sdk-aas/ChangeLog.txt +++ b/aliyun-python-sdk-aas/ChangeLog.txt @@ -1,3 +1,6 @@ +2019-05-20 Version: 1.0.3 +- Generated 2015-07-01 for `Aas` + 2019-05-20 Version: 1.0.4 - Generated 2015-07-01 for `Aas` diff --git a/aliyun-python-sdk-aas/aliyunsdkaas/__init__.py b/aliyun-python-sdk-aas/aliyunsdkaas/__init__.py index 7ce86c962b..77139f6ade 100644 --- a/aliyun-python-sdk-aas/aliyunsdkaas/__init__.py +++ b/aliyun-python-sdk-aas/aliyunsdkaas/__init__.py @@ -1 +1 @@ -__version__ = '1.0.4' \ No newline at end of file +__version__ = '1.0.3' \ No newline at end of file From 4f7c935f0294e37cca57fd740e4ea32bf5929740 Mon Sep 17 00:00:00 2001 From: Alibaba Cloud SDK Date: Mon, 20 May 2019 18:28:48 +0800 Subject: [PATCH 036/282] Generated 2015-07-01 for Aas --- aliyun-python-sdk-aas/ChangeLog.txt | 3 +++ aliyun-python-sdk-aas/aliyunsdkaas/__init__.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/aliyun-python-sdk-aas/ChangeLog.txt b/aliyun-python-sdk-aas/ChangeLog.txt index 0101694fff..44e6e2bc59 100644 --- a/aliyun-python-sdk-aas/ChangeLog.txt +++ b/aliyun-python-sdk-aas/ChangeLog.txt @@ -1,3 +1,6 @@ +2019-05-20 Version: 1.0.5 +- Generated 2015-07-01 for `Aas` + 2019-05-20 Version: 1.0.3 - Generated 2015-07-01 for `Aas` diff --git a/aliyun-python-sdk-aas/aliyunsdkaas/__init__.py b/aliyun-python-sdk-aas/aliyunsdkaas/__init__.py index 77139f6ade..8412cb146d 100644 --- a/aliyun-python-sdk-aas/aliyunsdkaas/__init__.py +++ b/aliyun-python-sdk-aas/aliyunsdkaas/__init__.py @@ -1 +1 @@ -__version__ = '1.0.3' \ No newline at end of file +__version__ = '1.0.5' \ No newline at end of file From f08974f22bed51fea161790f0790afe4a2259459 Mon Sep 17 00:00:00 2001 From: Alibaba Cloud SDK Date: Mon, 20 May 2019 19:03:05 +0800 Subject: [PATCH 037/282] Generated 2015-07-01 for Aas --- aliyun-python-sdk-aas/ChangeLog.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/aliyun-python-sdk-aas/ChangeLog.txt b/aliyun-python-sdk-aas/ChangeLog.txt index 44e6e2bc59..723369acb9 100644 --- a/aliyun-python-sdk-aas/ChangeLog.txt +++ b/aliyun-python-sdk-aas/ChangeLog.txt @@ -1,6 +1,9 @@ 2019-05-20 Version: 1.0.5 - Generated 2015-07-01 for `Aas` +2019-05-20 Version: 1.0.5 +- Generated 2015-07-01 for `Aas` + 2019-05-20 Version: 1.0.3 - Generated 2015-07-01 for `Aas` From 63e31d0c8203e6c4359261e8bc14171d70078ac5 Mon Sep 17 00:00:00 2001 From: Alibaba Cloud SDK Date: Mon, 20 May 2019 19:05:37 +0800 Subject: [PATCH 038/282] Generated 2015-07-01 for Aas --- aliyun-python-sdk-aas/ChangeLog.txt | 3 +++ aliyun-python-sdk-aas/aliyunsdkaas/__init__.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/aliyun-python-sdk-aas/ChangeLog.txt b/aliyun-python-sdk-aas/ChangeLog.txt index 723369acb9..46a0bcf391 100644 --- a/aliyun-python-sdk-aas/ChangeLog.txt +++ b/aliyun-python-sdk-aas/ChangeLog.txt @@ -1,3 +1,6 @@ +2019-05-20 Version: 1.0.6 +- Generated 2015-07-01 for `Aas` + 2019-05-20 Version: 1.0.5 - Generated 2015-07-01 for `Aas` diff --git a/aliyun-python-sdk-aas/aliyunsdkaas/__init__.py b/aliyun-python-sdk-aas/aliyunsdkaas/__init__.py index 8412cb146d..d163f4720a 100644 --- a/aliyun-python-sdk-aas/aliyunsdkaas/__init__.py +++ b/aliyun-python-sdk-aas/aliyunsdkaas/__init__.py @@ -1 +1 @@ -__version__ = '1.0.5' \ No newline at end of file +__version__ = '1.0.6' \ No newline at end of file From 7a17ea1c3f37ba9ec48f3a826536e6897254e790 Mon Sep 17 00:00:00 2001 From: Alibaba Cloud SDK Date: Mon, 20 May 2019 19:10:16 +0800 Subject: [PATCH 039/282] Generated 2015-07-01 for Aas --- aliyun-python-sdk-aas/ChangeLog.txt | 3 +++ aliyun-python-sdk-aas/aliyunsdkaas/__init__.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/aliyun-python-sdk-aas/ChangeLog.txt b/aliyun-python-sdk-aas/ChangeLog.txt index 46a0bcf391..5dc35c222d 100644 --- a/aliyun-python-sdk-aas/ChangeLog.txt +++ b/aliyun-python-sdk-aas/ChangeLog.txt @@ -1,3 +1,6 @@ +2019-05-20 Version: 1.0.7 +- Generated 2015-07-01 for `Aas` + 2019-05-20 Version: 1.0.6 - Generated 2015-07-01 for `Aas` diff --git a/aliyun-python-sdk-aas/aliyunsdkaas/__init__.py b/aliyun-python-sdk-aas/aliyunsdkaas/__init__.py index d163f4720a..8eb8a7b70f 100644 --- a/aliyun-python-sdk-aas/aliyunsdkaas/__init__.py +++ b/aliyun-python-sdk-aas/aliyunsdkaas/__init__.py @@ -1 +1 @@ -__version__ = '1.0.6' \ No newline at end of file +__version__ = '1.0.7' \ No newline at end of file From fd457c699364999384d1be0decb535c2d4174abd Mon Sep 17 00:00:00 2001 From: Alibaba Cloud SDK Date: Mon, 20 May 2019 19:13:28 +0800 Subject: [PATCH 040/282] Generated 2015-07-01 for Aas --- aliyun-python-sdk-aas/ChangeLog.txt | 3 +++ aliyun-python-sdk-aas/aliyunsdkaas/__init__.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/aliyun-python-sdk-aas/ChangeLog.txt b/aliyun-python-sdk-aas/ChangeLog.txt index 5dc35c222d..e25095b6d3 100644 --- a/aliyun-python-sdk-aas/ChangeLog.txt +++ b/aliyun-python-sdk-aas/ChangeLog.txt @@ -1,3 +1,6 @@ +2019-05-20 Version: 1.0.6 +- Generated 2015-07-01 for `Aas` + 2019-05-20 Version: 1.0.7 - Generated 2015-07-01 for `Aas` diff --git a/aliyun-python-sdk-aas/aliyunsdkaas/__init__.py b/aliyun-python-sdk-aas/aliyunsdkaas/__init__.py index 8eb8a7b70f..d163f4720a 100644 --- a/aliyun-python-sdk-aas/aliyunsdkaas/__init__.py +++ b/aliyun-python-sdk-aas/aliyunsdkaas/__init__.py @@ -1 +1 @@ -__version__ = '1.0.7' \ No newline at end of file +__version__ = '1.0.6' \ No newline at end of file From ebd40e307d1c2e7484cffff3507891ffe5bc96ca Mon Sep 17 00:00:00 2001 From: Alibaba Cloud SDK Date: Mon, 20 May 2019 19:18:17 +0800 Subject: [PATCH 041/282] Generated 2015-07-01 for Aas --- aliyun-python-sdk-aas/ChangeLog.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/aliyun-python-sdk-aas/ChangeLog.txt b/aliyun-python-sdk-aas/ChangeLog.txt index e25095b6d3..0a73406c9a 100644 --- a/aliyun-python-sdk-aas/ChangeLog.txt +++ b/aliyun-python-sdk-aas/ChangeLog.txt @@ -1,6 +1,9 @@ 2019-05-20 Version: 1.0.6 - Generated 2015-07-01 for `Aas` +2019-05-20 Version: 1.0.6 +- Generated 2015-07-01 for `Aas` + 2019-05-20 Version: 1.0.7 - Generated 2015-07-01 for `Aas` From 8949114a8e24e136445b37c438f1832652d1efe3 Mon Sep 17 00:00:00 2001 From: Alibaba Cloud SDK Date: Mon, 20 May 2019 19:18:49 +0800 Subject: [PATCH 042/282] Generated 2015-07-01 for Aas --- aliyun-python-sdk-aas/ChangeLog.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/aliyun-python-sdk-aas/ChangeLog.txt b/aliyun-python-sdk-aas/ChangeLog.txt index 0a73406c9a..aaf8892167 100644 --- a/aliyun-python-sdk-aas/ChangeLog.txt +++ b/aliyun-python-sdk-aas/ChangeLog.txt @@ -4,6 +4,9 @@ 2019-05-20 Version: 1.0.6 - Generated 2015-07-01 for `Aas` +2019-05-20 Version: 1.0.6 +- Generated 2015-07-01 for `Aas` + 2019-05-20 Version: 1.0.7 - Generated 2015-07-01 for `Aas` From 4ae350edc7855f4bce5c3db923d8a626ed3cd190 Mon Sep 17 00:00:00 2001 From: Alibaba Cloud SDK Date: Mon, 20 May 2019 19:19:23 +0800 Subject: [PATCH 043/282] Generated 2015-07-01 for Aas --- aliyun-python-sdk-aas/ChangeLog.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/aliyun-python-sdk-aas/ChangeLog.txt b/aliyun-python-sdk-aas/ChangeLog.txt index aaf8892167..7b6731f1b5 100644 --- a/aliyun-python-sdk-aas/ChangeLog.txt +++ b/aliyun-python-sdk-aas/ChangeLog.txt @@ -7,6 +7,9 @@ 2019-05-20 Version: 1.0.6 - Generated 2015-07-01 for `Aas` +2019-05-20 Version: 1.0.6 +- Generated 2015-07-01 for `Aas` + 2019-05-20 Version: 1.0.7 - Generated 2015-07-01 for `Aas` From ee9a620d3c481895662fd266a9086570771f8319 Mon Sep 17 00:00:00 2001 From: Alibaba Cloud SDK Date: Mon, 20 May 2019 19:19:51 +0800 Subject: [PATCH 044/282] Generated 2015-07-01 for Aas --- aliyun-python-sdk-aas/ChangeLog.txt | 3 +++ aliyun-python-sdk-aas/setup.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/aliyun-python-sdk-aas/ChangeLog.txt b/aliyun-python-sdk-aas/ChangeLog.txt index 7b6731f1b5..8414a723bd 100644 --- a/aliyun-python-sdk-aas/ChangeLog.txt +++ b/aliyun-python-sdk-aas/ChangeLog.txt @@ -10,6 +10,9 @@ 2019-05-20 Version: 1.0.6 - Generated 2015-07-01 for `Aas` +2019-05-20 Version: 1.0.6 +- Generated 2015-07-01 for `Aas` + 2019-05-20 Version: 1.0.7 - Generated 2015-07-01 for `Aas` diff --git a/aliyun-python-sdk-aas/setup.py b/aliyun-python-sdk-aas/setup.py index d7d253e27c..588b44920f 100644 --- a/aliyun-python-sdk-aas/setup.py +++ b/aliyun-python-sdk-aas/setup.py @@ -31,7 +31,7 @@ """ PACKAGE = "aliyunsdkaas" -NAME = "aliyun-python-sdk-aas" +NAME = "aliyun-python-sdk-aas-test" DESCRIPTION = "The aas module of Aliyun Python sdk." AUTHOR = "Aliyun" AUTHOR_EMAIL = "aliyun-developers-efficiency@list.alibaba-inc.com" From 3caad277c696323cdba9f6d90398fdbc176a5cfc Mon Sep 17 00:00:00 2001 From: Alibaba Cloud SDK Date: Mon, 20 May 2019 19:25:04 +0800 Subject: [PATCH 045/282] Generated 2015-07-01 for Aas --- aliyun-python-sdk-aas/ChangeLog.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/aliyun-python-sdk-aas/ChangeLog.txt b/aliyun-python-sdk-aas/ChangeLog.txt index 8414a723bd..6299b9e8c1 100644 --- a/aliyun-python-sdk-aas/ChangeLog.txt +++ b/aliyun-python-sdk-aas/ChangeLog.txt @@ -13,6 +13,9 @@ 2019-05-20 Version: 1.0.6 - Generated 2015-07-01 for `Aas` +2019-05-20 Version: 1.0.6 +- Generated 2015-07-01 for `Aas` + 2019-05-20 Version: 1.0.7 - Generated 2015-07-01 for `Aas` From b9447029cd6e9255fff18b1bfc07f3aae3c1753c Mon Sep 17 00:00:00 2001 From: Alibaba Cloud SDK Date: Mon, 20 May 2019 19:32:55 +0800 Subject: [PATCH 046/282] Generated 2014-08-15 for Rds --- aliyun-python-sdk-rds/ChangeLog.txt | 3 + .../aliyunsdkrds/__init__.py | 2 +- .../CheckCloudResourceAuthorizedRequest.py | 8 +- .../v20140815/CreateDBInstanceRequest.py | 18 ++++ .../request/v20140815/CreateOrderRequest.py | 12 +++ .../DescribeDBInstanceEncryptionKeyRequest.py | 14 +++- .../DescribeUserEncryptionKeyListRequest.py | 8 +- .../EvaluateSupportByokShowRequest.py | 84 +++++++++++++++++++ aliyun-python-sdk-rds/setup.py | 2 +- 9 files changed, 146 insertions(+), 5 deletions(-) create mode 100644 aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/EvaluateSupportByokShowRequest.py diff --git a/aliyun-python-sdk-rds/ChangeLog.txt b/aliyun-python-sdk-rds/ChangeLog.txt index 03c13d4dba..c40a860944 100644 --- a/aliyun-python-sdk-rds/ChangeLog.txt +++ b/aliyun-python-sdk-rds/ChangeLog.txt @@ -1,3 +1,6 @@ +2019-05-20 Version: 1.0.0 +- Generated 2014-08-15 for `Rds` + 2019-05-17 Version: 1.90.1 - Generated 2014-08-15, 2013-05-28, 2012-06-15 for `Rds` diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/__init__.py b/aliyun-python-sdk-rds/aliyunsdkrds/__init__.py index acd0f47fbb..75977e6f41 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/__init__.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/__init__.py @@ -1 +1 @@ -__version__ = '1.90.1' \ No newline at end of file +__version__ = '1.0.0' \ No newline at end of file diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CheckCloudResourceAuthorizedRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CheckCloudResourceAuthorizedRequest.py index b7fe25214b..6143bf542e 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CheckCloudResourceAuthorizedRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CheckCloudResourceAuthorizedRequest.py @@ -57,4 +57,10 @@ def get_OwnerId(self): return self.get_query_params().get('OwnerId') def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) \ No newline at end of file + self.add_query_param('OwnerId',OwnerId) + + def get_TargetRegionId(self): + return self.get_query_params().get('TargetRegionId') + + def set_TargetRegionId(self,TargetRegionId): + self.add_query_param('TargetRegionId',TargetRegionId) \ No newline at end of file diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CreateDBInstanceRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CreateDBInstanceRequest.py index 9f2037b2c6..a632d98938 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CreateDBInstanceRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CreateDBInstanceRequest.py @@ -65,6 +65,12 @@ def get_ResourceGroupId(self): def set_ResourceGroupId(self,ResourceGroupId): self.add_query_param('ResourceGroupId',ResourceGroupId) + def get_DdrInstance(self): + return self.get_query_params().get('DdrInstance') + + def set_DdrInstance(self,DdrInstance): + self.add_query_param('DdrInstance',DdrInstance) + def get_Engine(self): return self.get_query_params().get('Engine') @@ -113,6 +119,12 @@ def get_OwnerAccount(self): def set_OwnerAccount(self,OwnerAccount): self.add_query_param('OwnerAccount',OwnerAccount) + def get_EncryptionKey(self): + return self.get_query_params().get('EncryptionKey') + + def set_EncryptionKey(self,EncryptionKey): + self.add_query_param('EncryptionKey',EncryptionKey) + def get_OwnerId(self): return self.get_query_params().get('OwnerId') @@ -149,6 +161,12 @@ def get_PrivateIpAddress(self): def set_PrivateIpAddress(self,PrivateIpAddress): self.add_query_param('PrivateIpAddress',PrivateIpAddress) + def get_RoleARN(self): + return self.get_query_params().get('RoleARN') + + def set_RoleARN(self,RoleARN): + self.add_query_param('RoleARN',RoleARN) + def get_VPCId(self): return self.get_query_params().get('VPCId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CreateOrderRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CreateOrderRequest.py index 7127f20381..a3a73c779a 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CreateOrderRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CreateOrderRequest.py @@ -101,6 +101,12 @@ def get_CommodityCode(self): def set_CommodityCode(self,CommodityCode): self.add_query_param('CommodityCode',CommodityCode) + def get_EncryptionKey(self): + return self.get_query_params().get('EncryptionKey') + + def set_EncryptionKey(self,EncryptionKey): + self.add_query_param('EncryptionKey',EncryptionKey) + def get_OwnerId(self): return self.get_query_params().get('OwnerId') @@ -143,6 +149,12 @@ def get_PromotionCode(self): def set_PromotionCode(self,PromotionCode): self.add_query_param('PromotionCode',PromotionCode) + def get_RoleARN(self): + return self.get_query_params().get('RoleARN') + + def set_RoleARN(self,RoleARN): + self.add_query_param('RoleARN',RoleARN) + def get_ZoneId(self): return self.get_query_params().get('ZoneId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeDBInstanceEncryptionKeyRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeDBInstanceEncryptionKeyRequest.py index 02b03615d4..eb4ba3e434 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeDBInstanceEncryptionKeyRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeDBInstanceEncryptionKeyRequest.py @@ -53,8 +53,20 @@ def get_OwnerAccount(self): def set_OwnerAccount(self,OwnerAccount): self.add_query_param('OwnerAccount',OwnerAccount) + def get_EncryptionKey(self): + return self.get_query_params().get('EncryptionKey') + + def set_EncryptionKey(self,EncryptionKey): + self.add_query_param('EncryptionKey',EncryptionKey) + def get_OwnerId(self): return self.get_query_params().get('OwnerId') def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) \ No newline at end of file + self.add_query_param('OwnerId',OwnerId) + + def get_TargetRegionId(self): + return self.get_query_params().get('TargetRegionId') + + def set_TargetRegionId(self,TargetRegionId): + self.add_query_param('TargetRegionId',TargetRegionId) \ No newline at end of file diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeUserEncryptionKeyListRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeUserEncryptionKeyListRequest.py index 3ac0cd89af..03fb5e4fba 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeUserEncryptionKeyListRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeUserEncryptionKeyListRequest.py @@ -57,4 +57,10 @@ def get_OwnerId(self): return self.get_query_params().get('OwnerId') def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) \ No newline at end of file + self.add_query_param('OwnerId',OwnerId) + + def get_TargetRegionId(self): + return self.get_query_params().get('TargetRegionId') + + def set_TargetRegionId(self,TargetRegionId): + self.add_query_param('TargetRegionId',TargetRegionId) \ No newline at end of file diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/EvaluateSupportByokShowRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/EvaluateSupportByokShowRequest.py new file mode 100644 index 0000000000..c1037d8f8b --- /dev/null +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/EvaluateSupportByokShowRequest.py @@ -0,0 +1,84 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class EvaluateSupportByokShowRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'EvaluateSupportByokShow') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_NodeType(self): + return self.get_query_params().get('NodeType') + + def set_NodeType(self,NodeType): + self.add_query_param('NodeType',NodeType) + + def get_EngineVersion(self): + return self.get_query_params().get('EngineVersion') + + def set_EngineVersion(self,EngineVersion): + self.add_query_param('EngineVersion',EngineVersion) + + def get_SecurityToken(self): + return self.get_query_params().get('SecurityToken') + + def set_SecurityToken(self,SecurityToken): + self.add_query_param('SecurityToken',SecurityToken) + + def get_Engine(self): + return self.get_query_params().get('Engine') + + def set_Engine(self,Engine): + self.add_query_param('Engine',Engine) + + def get_DbInstanceStorageType(self): + return self.get_query_params().get('DbInstanceStorageType') + + def set_DbInstanceStorageType(self,DbInstanceStorageType): + self.add_query_param('DbInstanceStorageType',DbInstanceStorageType) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_TargetRegionId(self): + return self.get_query_params().get('TargetRegionId') + + def set_TargetRegionId(self,TargetRegionId): + self.add_query_param('TargetRegionId',TargetRegionId) \ No newline at end of file diff --git a/aliyun-python-sdk-rds/setup.py b/aliyun-python-sdk-rds/setup.py index 55d642fe38..2f47fa3e0f 100644 --- a/aliyun-python-sdk-rds/setup.py +++ b/aliyun-python-sdk-rds/setup.py @@ -31,7 +31,7 @@ """ PACKAGE = "aliyunsdkrds" -NAME = "aliyun-python-sdk-rds" +NAME = "aliyun-python-sdk-rds-test" DESCRIPTION = "The rds module of Aliyun Python sdk." AUTHOR = "Aliyun" AUTHOR_EMAIL = "aliyun-developers-efficiency@list.alibaba-inc.com" From 29ef641f4495b78d713ac1610b0f38ec5bae06af Mon Sep 17 00:00:00 2001 From: Alibaba Cloud SDK Date: Tue, 21 May 2019 19:02:09 +0800 Subject: [PATCH 047/282] Generated 2015-07-01 for Aas --- aliyun-python-sdk-aas/ChangeLog.txt | 3 +++ aliyun-python-sdk-aas/aliyunsdkaas/__init__.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/aliyun-python-sdk-aas/ChangeLog.txt b/aliyun-python-sdk-aas/ChangeLog.txt index 6299b9e8c1..4631e7362e 100644 --- a/aliyun-python-sdk-aas/ChangeLog.txt +++ b/aliyun-python-sdk-aas/ChangeLog.txt @@ -1,3 +1,6 @@ +2019-05-21 Version: 1.0.2 +- Generated 2015-07-01 for `Aas` + 2019-05-20 Version: 1.0.6 - Generated 2015-07-01 for `Aas` diff --git a/aliyun-python-sdk-aas/aliyunsdkaas/__init__.py b/aliyun-python-sdk-aas/aliyunsdkaas/__init__.py index d163f4720a..34c1db36a1 100644 --- a/aliyun-python-sdk-aas/aliyunsdkaas/__init__.py +++ b/aliyun-python-sdk-aas/aliyunsdkaas/__init__.py @@ -1 +1 @@ -__version__ = '1.0.6' \ No newline at end of file +__version__ = '1.0.2' \ No newline at end of file From aa0f7074499f8052a07d47ee8f0a60681abe392d Mon Sep 17 00:00:00 2001 From: Alibaba Cloud SDK Date: Tue, 21 May 2019 19:39:04 +0800 Subject: [PATCH 048/282] Generated 2015-07-01 for Aas --- aliyun-python-sdk-aas/ChangeLog.txt | 3 +++ aliyun-python-sdk-aas/aliyunsdkaas/__init__.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/aliyun-python-sdk-aas/ChangeLog.txt b/aliyun-python-sdk-aas/ChangeLog.txt index 4631e7362e..ed88f3edcb 100644 --- a/aliyun-python-sdk-aas/ChangeLog.txt +++ b/aliyun-python-sdk-aas/ChangeLog.txt @@ -1,3 +1,6 @@ +2019-05-21 Version: 1.0.5 +- Generated 2015-07-01 for `Aas` + 2019-05-21 Version: 1.0.2 - Generated 2015-07-01 for `Aas` diff --git a/aliyun-python-sdk-aas/aliyunsdkaas/__init__.py b/aliyun-python-sdk-aas/aliyunsdkaas/__init__.py index 34c1db36a1..8412cb146d 100644 --- a/aliyun-python-sdk-aas/aliyunsdkaas/__init__.py +++ b/aliyun-python-sdk-aas/aliyunsdkaas/__init__.py @@ -1 +1 @@ -__version__ = '1.0.2' \ No newline at end of file +__version__ = '1.0.5' \ No newline at end of file From 25fc32cfe16f7143cc132b1384a2f450740080f4 Mon Sep 17 00:00:00 2001 From: Alibaba Cloud SDK Date: Tue, 21 May 2019 19:41:21 +0800 Subject: [PATCH 049/282] Generated 2015-07-01 for Aas --- aliyun-python-sdk-aas/ChangeLog.txt | 3 +++ aliyun-python-sdk-aas/aliyunsdkaas/__init__.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/aliyun-python-sdk-aas/ChangeLog.txt b/aliyun-python-sdk-aas/ChangeLog.txt index ed88f3edcb..c856447591 100644 --- a/aliyun-python-sdk-aas/ChangeLog.txt +++ b/aliyun-python-sdk-aas/ChangeLog.txt @@ -1,3 +1,6 @@ +2019-05-21 Version: 1.0.7 +- Generated 2015-07-01 for `Aas` + 2019-05-21 Version: 1.0.5 - Generated 2015-07-01 for `Aas` diff --git a/aliyun-python-sdk-aas/aliyunsdkaas/__init__.py b/aliyun-python-sdk-aas/aliyunsdkaas/__init__.py index 8412cb146d..8eb8a7b70f 100644 --- a/aliyun-python-sdk-aas/aliyunsdkaas/__init__.py +++ b/aliyun-python-sdk-aas/aliyunsdkaas/__init__.py @@ -1 +1 @@ -__version__ = '1.0.5' \ No newline at end of file +__version__ = '1.0.7' \ No newline at end of file From e2e29189b6096f8b46e7c8f50ce8009a9194972a Mon Sep 17 00:00:00 2001 From: Alibaba Cloud SDK Date: Tue, 21 May 2019 19:42:41 +0800 Subject: [PATCH 050/282] Generated 2015-07-01 for Aas --- aliyun-python-sdk-aas/ChangeLog.txt | 3 +++ aliyun-python-sdk-aas/aliyunsdkaas/__init__.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/aliyun-python-sdk-aas/ChangeLog.txt b/aliyun-python-sdk-aas/ChangeLog.txt index c856447591..0013912870 100644 --- a/aliyun-python-sdk-aas/ChangeLog.txt +++ b/aliyun-python-sdk-aas/ChangeLog.txt @@ -1,3 +1,6 @@ +2019-05-21 Version: 1.0.8 +- Generated 2015-07-01 for `Aas` + 2019-05-21 Version: 1.0.7 - Generated 2015-07-01 for `Aas` diff --git a/aliyun-python-sdk-aas/aliyunsdkaas/__init__.py b/aliyun-python-sdk-aas/aliyunsdkaas/__init__.py index 8eb8a7b70f..5e2a317df7 100644 --- a/aliyun-python-sdk-aas/aliyunsdkaas/__init__.py +++ b/aliyun-python-sdk-aas/aliyunsdkaas/__init__.py @@ -1 +1 @@ -__version__ = '1.0.7' \ No newline at end of file +__version__ = '1.0.8' \ No newline at end of file From 0285a1374416bf8cf6ceec88e9994031b2ab6069 Mon Sep 17 00:00:00 2001 From: Alibaba Cloud SDK Date: Tue, 21 May 2019 19:43:23 +0800 Subject: [PATCH 051/282] Generated 2015-07-01 for Aas --- aliyun-python-sdk-aas/ChangeLog.txt | 3 +++ aliyun-python-sdk-aas/aliyunsdkaas/__init__.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/aliyun-python-sdk-aas/ChangeLog.txt b/aliyun-python-sdk-aas/ChangeLog.txt index 0013912870..fddeb9a61e 100644 --- a/aliyun-python-sdk-aas/ChangeLog.txt +++ b/aliyun-python-sdk-aas/ChangeLog.txt @@ -1,3 +1,6 @@ +2019-05-21 Version: 1.0.7 +- Generated 2015-07-01 for `Aas` + 2019-05-21 Version: 1.0.8 - Generated 2015-07-01 for `Aas` diff --git a/aliyun-python-sdk-aas/aliyunsdkaas/__init__.py b/aliyun-python-sdk-aas/aliyunsdkaas/__init__.py index 5e2a317df7..8eb8a7b70f 100644 --- a/aliyun-python-sdk-aas/aliyunsdkaas/__init__.py +++ b/aliyun-python-sdk-aas/aliyunsdkaas/__init__.py @@ -1 +1 @@ -__version__ = '1.0.8' \ No newline at end of file +__version__ = '1.0.7' \ No newline at end of file From abfe05aa690dbe7973aad90a79897322f0288339 Mon Sep 17 00:00:00 2001 From: Alibaba Cloud SDK Date: Tue, 21 May 2019 19:44:09 +0800 Subject: [PATCH 052/282] Generated 2015-07-01 for Aas --- aliyun-python-sdk-aas/ChangeLog.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/aliyun-python-sdk-aas/ChangeLog.txt b/aliyun-python-sdk-aas/ChangeLog.txt index fddeb9a61e..34c5ca4474 100644 --- a/aliyun-python-sdk-aas/ChangeLog.txt +++ b/aliyun-python-sdk-aas/ChangeLog.txt @@ -1,6 +1,9 @@ 2019-05-21 Version: 1.0.7 - Generated 2015-07-01 for `Aas` +2019-05-21 Version: 1.0.7 +- Generated 2015-07-01 for `Aas` + 2019-05-21 Version: 1.0.8 - Generated 2015-07-01 for `Aas` From b59bca4b7ed7f1aaeff76868e04587a2fa2c55a4 Mon Sep 17 00:00:00 2001 From: Alibaba Cloud SDK Date: Tue, 21 May 2019 19:46:05 +0800 Subject: [PATCH 053/282] Generated 2015-07-01 for Aas --- aliyun-python-sdk-aas/ChangeLog.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/aliyun-python-sdk-aas/ChangeLog.txt b/aliyun-python-sdk-aas/ChangeLog.txt index 34c5ca4474..b4551da70f 100644 --- a/aliyun-python-sdk-aas/ChangeLog.txt +++ b/aliyun-python-sdk-aas/ChangeLog.txt @@ -4,6 +4,9 @@ 2019-05-21 Version: 1.0.7 - Generated 2015-07-01 for `Aas` +2019-05-21 Version: 1.0.7 +- Generated 2015-07-01 for `Aas` + 2019-05-21 Version: 1.0.8 - Generated 2015-07-01 for `Aas` From 096ed39d9c3c66c663ea12317232c15aba6df02d Mon Sep 17 00:00:00 2001 From: Alibaba Cloud SDK Date: Tue, 21 May 2019 19:46:40 +0800 Subject: [PATCH 054/282] Generated 2015-07-01 for Aas --- aliyun-python-sdk-aas/ChangeLog.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/aliyun-python-sdk-aas/ChangeLog.txt b/aliyun-python-sdk-aas/ChangeLog.txt index b4551da70f..647abfa765 100644 --- a/aliyun-python-sdk-aas/ChangeLog.txt +++ b/aliyun-python-sdk-aas/ChangeLog.txt @@ -7,6 +7,9 @@ 2019-05-21 Version: 1.0.7 - Generated 2015-07-01 for `Aas` +2019-05-21 Version: 1.0.7 +- Generated 2015-07-01 for `Aas` + 2019-05-21 Version: 1.0.8 - Generated 2015-07-01 for `Aas` From e36a15907a27d04a4190e7ed91b3224ddeb1fb63 Mon Sep 17 00:00:00 2001 From: Alibaba Cloud SDK Date: Tue, 21 May 2019 19:48:17 +0800 Subject: [PATCH 055/282] Generated 2015-07-01 for Aas --- aliyun-python-sdk-aas/ChangeLog.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/aliyun-python-sdk-aas/ChangeLog.txt b/aliyun-python-sdk-aas/ChangeLog.txt index 647abfa765..c795e44be9 100644 --- a/aliyun-python-sdk-aas/ChangeLog.txt +++ b/aliyun-python-sdk-aas/ChangeLog.txt @@ -10,6 +10,9 @@ 2019-05-21 Version: 1.0.7 - Generated 2015-07-01 for `Aas` +2019-05-21 Version: 1.0.7 +- Generated 2015-07-01 for `Aas` + 2019-05-21 Version: 1.0.8 - Generated 2015-07-01 for `Aas` From e691bdf16bd0d50e801cc633d937a71456ab688b Mon Sep 17 00:00:00 2001 From: Alibaba Cloud SDK Date: Tue, 21 May 2019 19:58:37 +0800 Subject: [PATCH 056/282] Generated 2015-07-01 for Aas --- aliyun-python-sdk-aas/ChangeLog.txt | 3 ++ .../PKG-INFO | 33 +++++++++++++++ .../SOURCES.txt | 41 +++++++++++++++++++ .../dependency_links.txt | 1 + .../requires.txt | 1 + .../top_level.txt | 1 + 6 files changed, 80 insertions(+) create mode 100644 aliyun-python-sdk-aas/aliyun_python_sdk_aas_test.egg-info/PKG-INFO create mode 100644 aliyun-python-sdk-aas/aliyun_python_sdk_aas_test.egg-info/SOURCES.txt create mode 100644 aliyun-python-sdk-aas/aliyun_python_sdk_aas_test.egg-info/dependency_links.txt create mode 100644 aliyun-python-sdk-aas/aliyun_python_sdk_aas_test.egg-info/requires.txt create mode 100644 aliyun-python-sdk-aas/aliyun_python_sdk_aas_test.egg-info/top_level.txt diff --git a/aliyun-python-sdk-aas/ChangeLog.txt b/aliyun-python-sdk-aas/ChangeLog.txt index c795e44be9..56b9815973 100644 --- a/aliyun-python-sdk-aas/ChangeLog.txt +++ b/aliyun-python-sdk-aas/ChangeLog.txt @@ -13,6 +13,9 @@ 2019-05-21 Version: 1.0.7 - Generated 2015-07-01 for `Aas` +2019-05-21 Version: 1.0.7 +- Generated 2015-07-01 for `Aas` + 2019-05-21 Version: 1.0.8 - Generated 2015-07-01 for `Aas` diff --git a/aliyun-python-sdk-aas/aliyun_python_sdk_aas_test.egg-info/PKG-INFO b/aliyun-python-sdk-aas/aliyun_python_sdk_aas_test.egg-info/PKG-INFO new file mode 100644 index 0000000000..5a36cc55be --- /dev/null +++ b/aliyun-python-sdk-aas/aliyun_python_sdk_aas_test.egg-info/PKG-INFO @@ -0,0 +1,33 @@ +Metadata-Version: 1.1 +Name: aliyun-python-sdk-aas-test +Version: 1.0.7 +Summary: The aas module of Aliyun Python sdk. +Home-page: http://develop.aliyun.com/sdk/python +Author: Aliyun +Author-email: aliyun-developers-efficiency@list.alibaba-inc.com +License: Apache +Description: aliyun-python-sdk-aas + This is the aas module of Aliyun Python SDK. + + Aliyun Python SDK is the official software development kit. It makes things easy to integrate your Python application, library, or script with Aliyun services. + + This module works on Python versions: + + 2.6.5 and greater + Documentation: + + Please visit http://develop.aliyun.com/sdk/python +Keywords: aliyun,sdk,aas +Platform: any +Classifier: Development Status :: 4 - Beta +Classifier: Intended Audience :: Developers +Classifier: License :: OSI Approved :: Apache Software License +Classifier: Programming Language :: Python +Classifier: Programming Language :: Python :: 2.6 +Classifier: Programming Language :: Python :: 2.7 +Classifier: Programming Language :: Python :: 3 +Classifier: Programming Language :: Python :: 3.3 +Classifier: Programming Language :: Python :: 3.4 +Classifier: Programming Language :: Python :: 3.5 +Classifier: Programming Language :: Python :: 3.6 +Classifier: Topic :: Software Development diff --git a/aliyun-python-sdk-aas/aliyun_python_sdk_aas_test.egg-info/SOURCES.txt b/aliyun-python-sdk-aas/aliyun_python_sdk_aas_test.egg-info/SOURCES.txt new file mode 100644 index 0000000000..b0383375ac --- /dev/null +++ b/aliyun-python-sdk-aas/aliyun_python_sdk_aas_test.egg-info/SOURCES.txt @@ -0,0 +1,41 @@ +MANIFEST.in +README.rst +setup.py +aliyun_python_sdk_aas_test.egg-info/PKG-INFO +aliyun_python_sdk_aas_test.egg-info/SOURCES.txt +aliyun_python_sdk_aas_test.egg-info/dependency_links.txt +aliyun_python_sdk_aas_test.egg-info/requires.txt +aliyun_python_sdk_aas_test.egg-info/top_level.txt +aliyunsdkaas/__init__.py +aliyunsdkaas/request/__init__.py +aliyunsdkaas/request/v20150701/CreateAccessKeyForAccountRequest.py +aliyunsdkaas/request/v20150701/CreateAliyunAccountRequest.py +aliyunsdkaas/request/v20150701/CreateAliyunAccountWithBindHidRequest.py +aliyunsdkaas/request/v20150701/CreateIntlAliyunAccountRequest.py +aliyunsdkaas/request/v20150701/CreateShortTermAccessKeyForAccountRequest.py +aliyunsdkaas/request/v20150701/DeleteAccessKeyForAccountRequest.py +aliyunsdkaas/request/v20150701/GenerateAccountLoginTokenRequest.py +aliyunsdkaas/request/v20150701/GetAccountKinshipInfoByPKRequest.py +aliyunsdkaas/request/v20150701/GetAliyunAccountWithBindHidRequest.py +aliyunsdkaas/request/v20150701/GetAliyunAccountWithBindTaobaoHidRequest.py +aliyunsdkaas/request/v20150701/GetBasicAccountInfoByHavanaIdRequest.py +aliyunsdkaas/request/v20150701/GetBasicAccountInfoByPkRequest.py +aliyunsdkaas/request/v20150701/GetBasicInfoForAccountRequest.py +aliyunsdkaas/request/v20150701/GetLoginConfigInfoByPKRequest.py +aliyunsdkaas/request/v20150701/GetSessionInfoByMiniTicketRequest.py +aliyunsdkaas/request/v20150701/GetSessionInfoByMiniTicketWithRouteRequest.py +aliyunsdkaas/request/v20150701/GetSessionInfoByMiniTicketWithRouteSGPRORequest.py +aliyunsdkaas/request/v20150701/GetSessionInfoByMiniTicketWithRouteSHRORequest.py +aliyunsdkaas/request/v20150701/GetSessionInfoByTicketRequest.py +aliyunsdkaas/request/v20150701/GetSessionInfoByTicketWithRouteRequest.py +aliyunsdkaas/request/v20150701/GetSessionInfoByTicketWithRouteSGPRORequest.py +aliyunsdkaas/request/v20150701/GetSessionInfoByTicketWithRouteSHRORequest.py +aliyunsdkaas/request/v20150701/GetShortTermAccessKeyForAccountRequest.py +aliyunsdkaas/request/v20150701/IsBindMfaByPkRequest.py +aliyunsdkaas/request/v20150701/ListAccessKeysForAccountRequest.py +aliyunsdkaas/request/v20150701/ListAliyunAccountRequest.py +aliyunsdkaas/request/v20150701/UpdateAccessKeyStatusForAccountRequest.py +aliyunsdkaas/request/v20150701/UpdatePasswordForAccountRequest.py +aliyunsdkaas/request/v20150701/UpdateStatusForAccountRequest.py +aliyunsdkaas/request/v20150701/VerifyAccountLoginTokenRequest.py +aliyunsdkaas/request/v20150701/__init__.py \ No newline at end of file diff --git a/aliyun-python-sdk-aas/aliyun_python_sdk_aas_test.egg-info/dependency_links.txt b/aliyun-python-sdk-aas/aliyun_python_sdk_aas_test.egg-info/dependency_links.txt new file mode 100644 index 0000000000..8b13789179 --- /dev/null +++ b/aliyun-python-sdk-aas/aliyun_python_sdk_aas_test.egg-info/dependency_links.txt @@ -0,0 +1 @@ + diff --git a/aliyun-python-sdk-aas/aliyun_python_sdk_aas_test.egg-info/requires.txt b/aliyun-python-sdk-aas/aliyun_python_sdk_aas_test.egg-info/requires.txt new file mode 100644 index 0000000000..b85f7cd94d --- /dev/null +++ b/aliyun-python-sdk-aas/aliyun_python_sdk_aas_test.egg-info/requires.txt @@ -0,0 +1 @@ +aliyun-python-sdk-core>=2.11.5 diff --git a/aliyun-python-sdk-aas/aliyun_python_sdk_aas_test.egg-info/top_level.txt b/aliyun-python-sdk-aas/aliyun_python_sdk_aas_test.egg-info/top_level.txt new file mode 100644 index 0000000000..1b60c27e29 --- /dev/null +++ b/aliyun-python-sdk-aas/aliyun_python_sdk_aas_test.egg-info/top_level.txt @@ -0,0 +1 @@ +aliyunsdkaas From fdf36049db87007fff2619fa6f4e3a98aa0d446e Mon Sep 17 00:00:00 2001 From: Alibaba Cloud SDK Date: Tue, 21 May 2019 20:15:25 +0800 Subject: [PATCH 057/282] Generated 2015-07-01 for Aas --- aliyun-python-sdk-aas/ChangeLog.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/aliyun-python-sdk-aas/ChangeLog.txt b/aliyun-python-sdk-aas/ChangeLog.txt index 56b9815973..8c3778ca0e 100644 --- a/aliyun-python-sdk-aas/ChangeLog.txt +++ b/aliyun-python-sdk-aas/ChangeLog.txt @@ -16,6 +16,9 @@ 2019-05-21 Version: 1.0.7 - Generated 2015-07-01 for `Aas` +2019-05-21 Version: 1.0.7 +- Generated 2015-07-01 for `Aas` + 2019-05-21 Version: 1.0.8 - Generated 2015-07-01 for `Aas` From 8b39fdf1539333071d89add64d83fcb5ef05b20d Mon Sep 17 00:00:00 2001 From: Alibaba Cloud SDK Date: Tue, 21 May 2019 20:24:11 +0800 Subject: [PATCH 058/282] Generated 2015-07-01 for Aas --- aliyun-python-sdk-aas/ChangeLog.txt | 3 +++ aliyun-python-sdk-aas/aliyunsdkaas/__init__.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/aliyun-python-sdk-aas/ChangeLog.txt b/aliyun-python-sdk-aas/ChangeLog.txt index 8c3778ca0e..ed8142b707 100644 --- a/aliyun-python-sdk-aas/ChangeLog.txt +++ b/aliyun-python-sdk-aas/ChangeLog.txt @@ -1,3 +1,6 @@ +2019-05-21 Version: 1.0.9 +- Generated 2015-07-01 for `Aas` + 2019-05-21 Version: 1.0.7 - Generated 2015-07-01 for `Aas` diff --git a/aliyun-python-sdk-aas/aliyunsdkaas/__init__.py b/aliyun-python-sdk-aas/aliyunsdkaas/__init__.py index 8eb8a7b70f..c1a7902c3c 100644 --- a/aliyun-python-sdk-aas/aliyunsdkaas/__init__.py +++ b/aliyun-python-sdk-aas/aliyunsdkaas/__init__.py @@ -1 +1 @@ -__version__ = '1.0.7' \ No newline at end of file +__version__ = '1.0.9' \ No newline at end of file From d55eefb15972ed50248a6ca2709c369ff558856f Mon Sep 17 00:00:00 2001 From: Alibaba Cloud SDK Date: Wed, 22 May 2019 09:55:18 +0800 Subject: [PATCH 059/282] Generated 2015-07-01 for Aas --- aliyun-python-sdk-aas/ChangeLog.txt | 3 +++ aliyun-python-sdk-aas/aliyunsdkaas/__init__.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/aliyun-python-sdk-aas/ChangeLog.txt b/aliyun-python-sdk-aas/ChangeLog.txt index ed8142b707..276d2ea9e6 100644 --- a/aliyun-python-sdk-aas/ChangeLog.txt +++ b/aliyun-python-sdk-aas/ChangeLog.txt @@ -1,3 +1,6 @@ +2019-05-22 Version: 1.0.7 +- Generated 2015-07-01 for `Aas` + 2019-05-21 Version: 1.0.9 - Generated 2015-07-01 for `Aas` diff --git a/aliyun-python-sdk-aas/aliyunsdkaas/__init__.py b/aliyun-python-sdk-aas/aliyunsdkaas/__init__.py index c1a7902c3c..8eb8a7b70f 100644 --- a/aliyun-python-sdk-aas/aliyunsdkaas/__init__.py +++ b/aliyun-python-sdk-aas/aliyunsdkaas/__init__.py @@ -1 +1 @@ -__version__ = '1.0.9' \ No newline at end of file +__version__ = '1.0.7' \ No newline at end of file From 8396c3193e9fa14b6405fb950906ed1d59490aa5 Mon Sep 17 00:00:00 2001 From: Alibaba Cloud SDK Date: Wed, 22 May 2019 09:56:24 +0800 Subject: [PATCH 060/282] Generated 2015-07-01 for Aas --- aliyun-python-sdk-aas/ChangeLog.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/aliyun-python-sdk-aas/ChangeLog.txt b/aliyun-python-sdk-aas/ChangeLog.txt index 276d2ea9e6..d76bd8754d 100644 --- a/aliyun-python-sdk-aas/ChangeLog.txt +++ b/aliyun-python-sdk-aas/ChangeLog.txt @@ -1,6 +1,9 @@ 2019-05-22 Version: 1.0.7 - Generated 2015-07-01 for `Aas` +2019-05-22 Version: 1.0.7 +- Generated 2015-07-01 for `Aas` + 2019-05-21 Version: 1.0.9 - Generated 2015-07-01 for `Aas` From 20b3e8e258e2bdb76889774809c1264a64a0b185 Mon Sep 17 00:00:00 2001 From: Alibaba Cloud SDK Date: Wed, 22 May 2019 10:17:37 +0800 Subject: [PATCH 061/282] Generated 2014-07-14 for Bss --- aliyun-python-sdk-bss/ChangeLog.txt | 3 +++ aliyun-python-sdk-bss/aliyunsdkbss/__init__.py | 2 +- aliyun-python-sdk-bss/setup.py | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/aliyun-python-sdk-bss/ChangeLog.txt b/aliyun-python-sdk-bss/ChangeLog.txt index 3401a928a3..8f8e4e761e 100644 --- a/aliyun-python-sdk-bss/ChangeLog.txt +++ b/aliyun-python-sdk-bss/ChangeLog.txt @@ -1,3 +1,6 @@ +2019-05-22 Version: 1.0.0 +- Generated 2014-07-14 for `Bss` + 2019-05-20 Version: 1.90.2 - Generated 2014-07-14 for `Bss` diff --git a/aliyun-python-sdk-bss/aliyunsdkbss/__init__.py b/aliyun-python-sdk-bss/aliyunsdkbss/__init__.py index 8e0225f192..75977e6f41 100644 --- a/aliyun-python-sdk-bss/aliyunsdkbss/__init__.py +++ b/aliyun-python-sdk-bss/aliyunsdkbss/__init__.py @@ -1 +1 @@ -__version__ = '1.90.2' \ No newline at end of file +__version__ = '1.0.0' \ No newline at end of file diff --git a/aliyun-python-sdk-bss/setup.py b/aliyun-python-sdk-bss/setup.py index f98b19be81..c737564454 100644 --- a/aliyun-python-sdk-bss/setup.py +++ b/aliyun-python-sdk-bss/setup.py @@ -31,7 +31,7 @@ """ PACKAGE = "aliyunsdkbss" -NAME = "aliyun-python-sdk-bss" +NAME = "aliyun-python-sdk-bss-test" DESCRIPTION = "The bss module of Aliyun Python sdk." AUTHOR = "Aliyun" AUTHOR_EMAIL = "aliyun-developers-efficiency@list.alibaba-inc.com" From da5ae36b157bba39dd828666f706052448e184d5 Mon Sep 17 00:00:00 2001 From: Alibaba Cloud SDK Date: Wed, 22 May 2019 10:21:33 +0800 Subject: [PATCH 062/282] Generated 2014-07-14 for Bss --- aliyun-python-sdk-bss/ChangeLog.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/aliyun-python-sdk-bss/ChangeLog.txt b/aliyun-python-sdk-bss/ChangeLog.txt index 8f8e4e761e..9d1b4463c5 100644 --- a/aliyun-python-sdk-bss/ChangeLog.txt +++ b/aliyun-python-sdk-bss/ChangeLog.txt @@ -1,6 +1,9 @@ 2019-05-22 Version: 1.0.0 - Generated 2014-07-14 for `Bss` +2019-05-22 Version: 1.0.0 +- Generated 2014-07-14 for `Bss` + 2019-05-20 Version: 1.90.2 - Generated 2014-07-14 for `Bss` From b608f58029486112f786de4dfbe316b6e80822bf Mon Sep 17 00:00:00 2001 From: Alibaba Cloud SDK Date: Wed, 22 May 2019 10:56:00 +0800 Subject: [PATCH 063/282] Generated 2015-07-01 for Aas --- aliyun-python-sdk-aas/ChangeLog.txt | 3 +++ aliyun-python-sdk-aas/aliyunsdkaas/__init__.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/aliyun-python-sdk-aas/ChangeLog.txt b/aliyun-python-sdk-aas/ChangeLog.txt index d76bd8754d..614f712d67 100644 --- a/aliyun-python-sdk-aas/ChangeLog.txt +++ b/aliyun-python-sdk-aas/ChangeLog.txt @@ -1,3 +1,6 @@ +2019-05-22 Version: 1.0.1 +- Generated 2015-07-01 for `Aas` + 2019-05-22 Version: 1.0.7 - Generated 2015-07-01 for `Aas` diff --git a/aliyun-python-sdk-aas/aliyunsdkaas/__init__.py b/aliyun-python-sdk-aas/aliyunsdkaas/__init__.py index 8eb8a7b70f..6c4c011435 100644 --- a/aliyun-python-sdk-aas/aliyunsdkaas/__init__.py +++ b/aliyun-python-sdk-aas/aliyunsdkaas/__init__.py @@ -1 +1 @@ -__version__ = '1.0.7' \ No newline at end of file +__version__ = '1.0.1' \ No newline at end of file From b636309153ccbf156b848d105750127d0314670d Mon Sep 17 00:00:00 2001 From: Alibaba Cloud SDK Date: Wed, 22 May 2019 11:35:50 +0800 Subject: [PATCH 064/282] Generated 2014-05-26, 2016-03-14 for Ecs --- aliyun-python-sdk-ecs/ChangeLog.txt | 3 +++ aliyun-python-sdk-ecs/aliyunsdkecs/__init__.py | 2 +- .../v20140526/AcceptInquiredSystemEventRequest.py | 2 +- .../v20140526/ActivateRouterInterfaceRequest.py | 2 +- .../v20140526/AddBandwidthPackageIpsRequest.py | 2 +- .../request/v20140526/AddIpRangeRequest.py | 2 +- .../request/v20140526/AddTagsRequest.py | 2 +- .../v20140526/AllocateDedicatedHostsRequest.py | 2 +- .../request/v20140526/AllocateEipAddressRequest.py | 2 +- .../v20140526/AllocatePublicIpAddressRequest.py | 2 +- .../v20140526/ApplyAutoSnapshotPolicyRequest.py | 2 +- .../v20140526/AssignIpv6AddressesRequest.py | 2 +- .../v20140526/AssignPrivateIpAddressesRequest.py | 2 +- .../v20140526/AssociateEipAddressRequest.py | 2 +- .../request/v20140526/AssociateHaVipRequest.py | 2 +- .../v20140526/AttachClassicLinkVpcRequest.py | 2 +- .../request/v20140526/AttachDiskRequest.py | 2 +- .../v20140526/AttachInstanceRamRoleRequest.py | 2 +- .../request/v20140526/AttachKeyPairRequest.py | 2 +- .../v20140526/AttachNetworkInterfaceRequest.py | 2 +- .../request/v20140526/AttachVolumeRequest.py | 2 +- .../AuthorizeSecurityGroupEgressRequest.py | 2 +- .../v20140526/AuthorizeSecurityGroupRequest.py | 2 +- .../request/v20140526/BindIpRangeRequest.py | 2 +- .../request/v20140526/CancelAgreementRequest.py | 2 +- .../v20140526/CancelAutoSnapshotPolicyRequest.py | 2 +- .../request/v20140526/CancelCopyImageRequest.py | 2 +- .../v20140526/CancelPhysicalConnectionRequest.py | 2 +- .../CancelSimulatedSystemEventsRequest.py | 2 +- .../request/v20140526/CancelTaskRequest.py | 2 +- .../request/v20140526/CancelUserEventRequest.py | 2 +- .../v20140526/CheckAutoSnapshotPolicyRequest.py | 2 +- ...CheckDiskEnableAutoSnapshotValidationRequest.py | 2 +- .../v20140526/ConnectRouterInterfaceRequest.py | 2 +- .../v20140526/ConvertNatPublicIpToEipRequest.py | 2 +- .../request/v20140526/CopyImageRequest.py | 2 +- .../v20140526/CreateAutoSnapshotPolicyRequest.py | 2 +- .../request/v20140526/CreateCommandRequest.py | 2 +- .../v20140526/CreateDeploymentSetRequest.py | 2 +- .../request/v20140526/CreateDiskRequest.py | 2 +- .../request/v20140526/CreateFleetRequest.py | 2 +- .../request/v20140526/CreateForwardEntryRequest.py | 2 +- .../request/v20140526/CreateHaVipRequest.py | 2 +- .../request/v20140526/CreateHpcClusterRequest.py | 2 +- .../request/v20140526/CreateImageRequest.py | 2 +- .../request/v20140526/CreateInstanceRequest.py | 2 +- .../request/v20140526/CreateKeyPairRequest.py | 2 +- .../v20140526/CreateLaunchTemplateRequest.py | 2 +- .../CreateLaunchTemplateVersionRequest.py | 2 +- .../request/v20140526/CreateNatGatewayRequest.py | 2 +- .../CreateNetworkInterfacePermissionRequest.py | 2 +- .../v20140526/CreateNetworkInterfaceRequest.py | 2 +- .../v20140526/CreatePhysicalConnectionRequest.py | 2 +- .../request/v20140526/CreateRouteEntryRequest.py | 2 +- .../v20140526/CreateRouterInterfaceRequest.py | 2 +- .../v20140526/CreateSecurityGroupRequest.py | 2 +- .../CreateSimulatedSystemEventsRequest.py | 2 +- .../request/v20140526/CreateSnapshotRequest.py | 2 +- .../request/v20140526/CreateUserEventRequest.py | 2 +- .../request/v20140526/CreateVSwitchRequest.py | 2 +- .../v20140526/CreateVirtualBorderRouterRequest.py | 2 +- .../request/v20140526/CreateVolumeRequest.py | 2 +- .../request/v20140526/CreateVpcRequest.py | 2 +- .../v20140526/DeactivateRouterInterfaceRequest.py | 2 +- .../v20140526/DeleteAutoSnapshotPolicyRequest.py | 2 +- .../v20140526/DeleteBandwidthPackageRequest.py | 2 +- .../request/v20140526/DeleteCommandRequest.py | 2 +- .../v20140526/DeleteDeploymentSetRequest.py | 2 +- .../request/v20140526/DeleteDiskRequest.py | 2 +- .../request/v20140526/DeleteFleetRequest.py | 2 +- .../request/v20140526/DeleteForwardEntryRequest.py | 2 +- .../request/v20140526/DeleteHaVipRequest.py | 2 +- .../request/v20140526/DeleteHpcClusterRequest.py | 2 +- .../request/v20140526/DeleteImageRequest.py | 2 +- .../request/v20140526/DeleteInstanceRequest.py | 2 +- .../request/v20140526/DeleteKeyPairsRequest.py | 2 +- .../v20140526/DeleteLaunchTemplateRequest.py | 2 +- .../DeleteLaunchTemplateVersionRequest.py | 2 +- .../request/v20140526/DeleteNatGatewayRequest.py | 2 +- .../DeleteNetworkInterfacePermissionRequest.py | 2 +- .../v20140526/DeleteNetworkInterfaceRequest.py | 2 +- .../v20140526/DeletePhysicalConnectionRequest.py | 2 +- .../request/v20140526/DeleteRecycleBinRequest.py | 2 +- .../request/v20140526/DeleteRouteEntryRequest.py | 2 +- .../v20140526/DeleteRouterInterfaceRequest.py | 2 +- .../v20140526/DeleteSecurityGroupRequest.py | 2 +- .../request/v20140526/DeleteSnapshotRequest.py | 2 +- .../request/v20140526/DeleteVSwitchRequest.py | 2 +- .../v20140526/DeleteVirtualBorderRouterRequest.py | 2 +- .../request/v20140526/DeleteVolumeRequest.py | 2 +- .../request/v20140526/DeleteVpcRequest.py | 2 +- .../v20140526/DescribeAccessPointsRequest.py | 2 +- .../v20140526/DescribeAccountAttributesRequest.py | 2 +- .../DescribeAutoSnapshotPolicyExRequest.py | 2 +- .../v20140526/DescribeAutoSnapshotPolicyRequest.py | 2 +- .../v20140526/DescribeAvailableResourceRequest.py | 2 +- .../DescribeBandwidthLimitationRequest.py | 2 +- .../v20140526/DescribeBandwidthPackagesRequest.py | 2 +- .../DescribeClassicLinkInstancesRequest.py | 2 +- .../DescribeCloudAssistantStatusRequest.py | 2 +- .../request/v20140526/DescribeClustersRequest.py | 2 +- .../request/v20140526/DescribeCommandsRequest.py | 2 +- .../DescribeDedicatedHostAutoRenewRequest.py | 2 +- .../v20140526/DescribeDedicatedHostTypesRequest.py | 2 +- .../v20140526/DescribeDedicatedHostsRequest.py | 2 +- .../request/v20140526/DescribeDemandsRequest.py | 2 +- .../DescribeDeploymentSetTopologyRequest.py | 2 +- .../v20140526/DescribeDeploymentSetsRequest.py | 2 +- .../v20140526/DescribeDiskMonitorDataRequest.py | 2 +- .../v20140526/DescribeDisksFullStatusRequest.py | 2 +- .../request/v20140526/DescribeDisksRequest.py | 2 +- .../v20140526/DescribeEipAddressesRequest.py | 2 +- .../v20140526/DescribeEipMonitorDataRequest.py | 2 +- .../v20140526/DescribeEniMonitorDataRequest.py | 2 +- .../v20140526/DescribeEventDetailRequest.py | 2 +- .../request/v20140526/DescribeEventsRequest.py | 2 +- .../v20140526/DescribeFleetHistoryRequest.py | 2 +- .../v20140526/DescribeFleetInstancesRequest.py | 2 +- .../request/v20140526/DescribeFleetsRequest.py | 2 +- .../DescribeForwardTableEntriesRequest.py | 2 +- .../request/v20140526/DescribeHaVipsRequest.py | 2 +- .../v20140526/DescribeHpcClustersRequest.py | 2 +- .../DescribeImageSharePermissionRequest.py | 2 +- .../DescribeImageSupportInstanceTypesRequest.py | 2 +- .../request/v20140526/DescribeImagesRequest.py | 2 +- .../v20140526/DescribeInstanceAttributeRequest.py | 2 +- .../DescribeInstanceAutoRenewAttributeRequest.py | 2 +- .../DescribeInstanceHistoryEventsRequest.py | 2 +- .../DescribeInstanceMonitorDataRequest.py | 2 +- .../DescribeInstancePhysicalAttributeRequest.py | 2 +- .../v20140526/DescribeInstanceRamRoleRequest.py | 2 +- .../v20140526/DescribeInstanceStatusRequest.py | 2 +- .../v20140526/DescribeInstanceTopologyRequest.py | 2 +- .../DescribeInstanceTypeFamiliesRequest.py | 2 +- .../v20140526/DescribeInstanceTypesRequest.py | 2 +- .../v20140526/DescribeInstanceVncPasswdRequest.py | 2 +- .../v20140526/DescribeInstanceVncUrlRequest.py | 2 +- .../DescribeInstancesFullStatusRequest.py | 2 +- .../request/v20140526/DescribeInstancesRequest.py | 2 +- .../DescribeIntranetAttributeKbRequest.py | 2 +- .../v20140526/DescribeInvocationResultsRequest.py | 2 +- .../v20140526/DescribeInvocationsRequest.py | 2 +- .../request/v20140526/DescribeIpRangesRequest.py | 2 +- .../request/v20140526/DescribeKeyPairsRequest.py | 2 +- .../DescribeLaunchTemplateVersionsRequest.py | 2 +- .../v20140526/DescribeLaunchTemplatesRequest.py | 2 +- .../request/v20140526/DescribeLimitationRequest.py | 2 +- .../v20140526/DescribeNatGatewaysRequest.py | 2 +- .../DescribeNetworkInterfacePermissionsRequest.py | 2 +- .../v20140526/DescribeNetworkInterfacesRequest.py | 2 +- .../DescribeNewProjectEipMonitorDataRequest.py | 2 +- .../DescribePhysicalConnectionsRequest.py | 2 +- .../request/v20140526/DescribePriceRequest.py | 2 +- .../DescribeRecommendInstanceTypeRequest.py | 2 +- .../request/v20140526/DescribeRecycleBinRequest.py | 2 +- .../request/v20140526/DescribeRegionsRequest.py | 2 +- .../v20140526/DescribeRenewalPriceRequest.py | 2 +- .../v20140526/DescribeReservedInstancesRequest.py | 2 +- .../v20140526/DescribeResourceByTagsRequest.py | 2 +- .../DescribeResourcesModificationRequest.py | 2 +- .../v20140526/DescribeRouteTablesRequest.py | 2 +- .../v20140526/DescribeRouterInterfacesRequest.py | 2 +- .../DescribeSecurityGroupAttributeRequest.py | 2 +- .../DescribeSecurityGroupReferencesRequest.py | 2 +- .../v20140526/DescribeSecurityGroupsRequest.py | 2 +- .../v20140526/DescribeSnapshotLinksRequest.py | 2 +- .../DescribeSnapshotMonitorDataRequest.py | 2 +- .../v20140526/DescribeSnapshotPackageRequest.py | 2 +- .../request/v20140526/DescribeSnapshotsRequest.py | 2 +- .../v20140526/DescribeSnapshotsUsageRequest.py | 2 +- .../v20140526/DescribeSpotPriceHistoryRequest.py | 2 +- .../request/v20140526/DescribeTagKeysRequest.py | 10 ++++++++-- .../request/v20140526/DescribeTagsRequest.py | 10 ++++++++-- .../v20140526/DescribeTaskAttributeRequest.py | 2 +- .../request/v20140526/DescribeTasksRequest.py | 2 +- .../DescribeUserBusinessBehaviorRequest.py | 2 +- .../request/v20140526/DescribeUserDataRequest.py | 2 +- .../request/v20140526/DescribeVRoutersRequest.py | 2 +- .../request/v20140526/DescribeVSwitchesRequest.py | 2 +- ...ualBorderRoutersForPhysicalConnectionRequest.py | 2 +- .../DescribeVirtualBorderRoutersRequest.py | 2 +- .../request/v20140526/DescribeVolumesRequest.py | 2 +- .../request/v20140526/DescribeVpcsRequest.py | 2 +- .../request/v20140526/DescribeZonesRequest.py | 2 +- .../v20140526/DetachClassicLinkVpcRequest.py | 2 +- .../request/v20140526/DetachDiskRequest.py | 2 +- .../v20140526/DetachInstanceRamRoleRequest.py | 2 +- .../request/v20140526/DetachKeyPairRequest.py | 2 +- .../v20140526/DetachNetworkInterfaceRequest.py | 2 +- .../request/v20140526/DetachVolumeRequest.py | 2 +- .../request/v20140526/EipFillParamsRequest.py | 2 +- .../request/v20140526/EipFillProductRequest.py | 2 +- .../request/v20140526/EipNotifyPaidRequest.py | 2 +- .../v20140526/EnablePhysicalConnectionRequest.py | 2 +- .../request/v20140526/ExportImageRequest.py | 2 +- .../request/v20140526/ExportSnapshotRequest.py | 2 +- .../v20140526/GetInstanceConsoleOutputRequest.py | 2 +- .../v20140526/GetInstanceScreenshotRequest.py | 2 +- .../request/v20140526/ImportImageRequest.py | 2 +- .../request/v20140526/ImportKeyPairRequest.py | 2 +- .../request/v20140526/ImportSnapshotRequest.py | 2 +- .../v20140526/InstallCloudAssistantRequest.py | 2 +- .../request/v20140526/InvokeCommandRequest.py | 2 +- .../request/v20140526/JoinResourceGroupRequest.py | 2 +- .../request/v20140526/JoinSecurityGroupRequest.py | 2 +- .../request/v20140526/LeaveSecurityGroupRequest.py | 2 +- .../request/v20140526/ListTagResourcesRequest.py | 2 +- .../v20140526/ModifyAutoSnapshotPolicyExRequest.py | 2 +- .../v20140526/ModifyAutoSnapshotPolicyRequest.py | 2 +- .../v20140526/ModifyBandwidthPackageSpecRequest.py | 2 +- .../request/v20140526/ModifyCommandRequest.py | 2 +- .../ModifyDedicatedHostAttributeRequest.py | 2 +- .../ModifyDedicatedHostAutoReleaseTimeRequest.py | 2 +- ...ModifyDedicatedHostAutoRenewAttributeRequest.py | 2 +- .../ModifyDeploymentSetAttributeRequest.py | 2 +- .../v20140526/ModifyDiskAttributeRequest.py | 2 +- .../v20140526/ModifyDiskChargeTypeRequest.py | 2 +- .../v20140526/ModifyEipAddressAttributeRequest.py | 2 +- .../request/v20140526/ModifyFleetRequest.py | 2 +- .../request/v20140526/ModifyForwardEntryRequest.py | 2 +- .../v20140526/ModifyHaVipAttributeRequest.py | 2 +- .../v20140526/ModifyHpcClusterAttributeRequest.py | 2 +- .../v20140526/ModifyImageAttributeRequest.py | 2 +- .../ModifyImageShareGroupPermissionRequest.py | 2 +- .../v20140526/ModifyImageSharePermissionRequest.py | 2 +- .../v20140526/ModifyInstanceAttributeRequest.py | 2 +- .../ModifyInstanceAutoReleaseTimeRequest.py | 2 +- .../ModifyInstanceAutoRenewAttributeRequest.py | 2 +- .../v20140526/ModifyInstanceChargeTypeRequest.py | 2 +- .../v20140526/ModifyInstanceDeploymentRequest.py | 2 +- .../v20140526/ModifyInstanceNetworkSpecRequest.py | 2 +- .../request/v20140526/ModifyInstanceSpecRequest.py | 2 +- .../v20140526/ModifyInstanceVncPasswdRequest.py | 2 +- .../v20140526/ModifyInstanceVpcAttributeRequest.py | 2 +- .../v20140526/ModifyIntranetBandwidthKbRequest.py | 2 +- .../ModifyLaunchTemplateDefaultVersionRequest.py | 2 +- .../ModifyNetworkInterfaceAttributeRequest.py | 2 +- .../ModifyPhysicalConnectionAttributeRequest.py | 2 +- .../v20140526/ModifyPrepayInstanceSpecRequest.py | 14 +++++++++++++- .../ModifyReservedInstanceAttributeRequest.py | 2 +- .../v20140526/ModifyReservedInstancesRequest.py | 2 +- .../ModifyRouterInterfaceAttributeRequest.py | 2 +- .../v20140526/ModifyRouterInterfaceSpecRequest.py | 2 +- .../ModifySecurityGroupAttributeRequest.py | 2 +- .../ModifySecurityGroupEgressRuleRequest.py | 2 +- .../v20140526/ModifySecurityGroupPolicyRequest.py | 2 +- .../v20140526/ModifySecurityGroupRuleRequest.py | 2 +- .../v20140526/ModifySnapshotAttributeRequest.py | 2 +- .../v20140526/ModifyUserBusinessBehaviorRequest.py | 2 +- .../v20140526/ModifyUserEventAttributeRequest.py | 2 +- .../v20140526/ModifyVRouterAttributeRequest.py | 2 +- .../v20140526/ModifyVSwitchAttributeRequest.py | 2 +- .../ModifyVirtualBorderRouterAttributeRequest.py | 2 +- .../v20140526/ModifyVolumeAttributeRequest.py | 2 +- .../request/v20140526/ModifyVpcAttributeRequest.py | 2 +- .../PurchaseReservedInstancesOfferingRequest.py | 2 +- .../v20140526/ReActivateInstancesRequest.py | 2 +- .../request/v20140526/ReInitDiskRequest.py | 2 +- .../request/v20140526/ReInitVolumeRequest.py | 2 +- .../request/v20140526/RebootInstanceRequest.py | 2 +- .../v20140526/RecoverVirtualBorderRouterRequest.py | 2 +- .../request/v20140526/RedeployInstanceRequest.py | 2 +- .../v20140526/ReleaseDedicatedHostRequest.py | 2 +- .../request/v20140526/ReleaseEipAddressRequest.py | 2 +- .../v20140526/ReleasePublicIpAddressRequest.py | 2 +- .../v20140526/RemoveBandwidthPackageIpsRequest.py | 2 +- .../request/v20140526/RemoveTagsRequest.py | 2 +- .../v20140526/RenewDedicatedHostsRequest.py | 2 +- .../request/v20140526/RenewInstanceRequest.py | 2 +- .../request/v20140526/ReplaceSystemDiskRequest.py | 2 +- .../v20140526/ReportInstancesStatusRequest.py | 2 +- .../request/v20140526/ResetDiskRequest.py | 2 +- .../request/v20140526/ResizeDiskRequest.py | 2 +- .../request/v20140526/ResizeVolumeRequest.py | 2 +- .../v20140526/RevokeSecurityGroupEgressRequest.py | 2 +- .../v20140526/RevokeSecurityGroupRequest.py | 2 +- .../request/v20140526/RollbackVolumeRequest.py | 2 +- .../request/v20140526/RunInstancesRequest.py | 2 +- .../request/v20140526/SignAgreementRequest.py | 2 +- .../request/v20140526/StartInstanceRequest.py | 2 +- .../request/v20140526/StopInstanceRequest.py | 2 +- .../request/v20140526/StopInvocationRequest.py | 2 +- .../request/v20140526/TagResourcesRequest.py | 2 +- .../TerminatePhysicalConnectionRequest.py | 2 +- .../TerminateVirtualBorderRouterRequest.py | 2 +- .../v20140526/UnassignIpv6AddressesRequest.py | 2 +- .../v20140526/UnassignPrivateIpAddressesRequest.py | 2 +- .../v20140526/UnassociateEipAddressRequest.py | 2 +- .../request/v20140526/UnassociateHaVipRequest.py | 2 +- .../request/v20140526/UnbindIpRangeRequest.py | 2 +- .../request/v20140526/UntagResourcesRequest.py | 2 +- .../v20140526/ValidateSecurityGroupRequest.py | 2 +- .../v20160314/AllocateDedicatedHostsRequest.py | 2 +- .../v20160314/CreateCapacityReservationRequest.py | 2 +- .../CreateConfigLogSubscriptionsRequest.py | 2 +- .../request/v20160314/CreateDisksRequest.py | 2 +- .../request/v20160314/CreateEniQosGroupRequest.py | 2 +- .../request/v20160314/CreateOrderRequest.py | 2 +- .../request/v20160314/CreateVolumesRequest.py | 2 +- .../DeleteConfigLogSubscriptionsRequest.py | 2 +- .../request/v20160314/DeleteEniQosGroupRequest.py | 2 +- .../v20160314/DescribeAccountAttributesRequest.py | 2 +- .../v20160314/DescribeAccountLimitsRequest.py | 2 +- .../v20160314/DescribeBandwidthPriceRequest.py | 2 +- .../DescribeCapacityReservationsRequest.py | 2 +- .../v20160314/DescribeConfigLogHistoryRequest.py | 2 +- .../DescribeConfigLogSubscriptionRequest.py | 2 +- .../DescribeDedicatedHostAutoRenewRequest.py | 2 +- .../v20160314/DescribeDedicatedHostTypesRequest.py | 2 +- .../v20160314/DescribeDedicatedHostsRequest.py | 2 +- .../v20160314/DescribeEniQosGroupInfoRequest.py | 2 +- .../DescribeInstanceAutoRebootTimeRequest.py | 2 +- .../v20160314/DescribeInstanceNeedRebootRequest.py | 2 +- .../v20160314/DescribeKMSKeyAttributeRequest.py | 2 +- .../request/v20160314/DescribeKMSKeysRequest.py | 2 +- .../v20160314/DescribeLinkedKMSKeysRequest.py | 2 +- .../request/v20160314/DescribePriceRequest.py | 2 +- .../DescribeReservedInstancePriceRequest.py | 2 +- .../v20160314/DescribeReservedInstancesRequest.py | 2 +- .../DescribeResourceFilterAttributesRequest.py | 2 +- .../DescribeResourceRecommendFiltersRequest.py | 2 +- .../request/v20160314/DescribeResourcesRequest.py | 2 +- .../v20160314/GetLaunchTemplateDataRequest.py | 2 +- .../request/v20160314/JoinEniQosGroupRequest.py | 2 +- .../request/v20160314/LeaveEniQosGroupRequest.py | 2 +- .../v20160314/ModifyCapacityReservationRequest.py | 2 +- .../ModifyDedicatedHostAttributeRequest.py | 2 +- .../ModifyDedicatedHostAutoReleaseTimeRequest.py | 2 +- ...ModifyDedicatedHostAutoRenewAttributeRequest.py | 2 +- .../request/v20160314/ModifyEniQosGroupRequest.py | 2 +- .../ModifyInstanceAutoRebootTimeRequest.py | 2 +- ...InstanceCapacityReservationAttributesRequest.py | 2 +- .../v20160314/ModifyInstanceDeploymentRequest.py | 2 +- .../ModifyReservedInstanceAttributeRequest.py | 2 +- .../v20160314/ModifyReservedInstancesRequest.py | 2 +- .../PurchaseReservedInstancesOfferingRequest.py | 2 +- .../v20160314/QueryEniQosGroupByEniRequest.py | 2 +- .../v20160314/QueryEniQosGroupByInstanceRequest.py | 2 +- .../v20160314/ReleaseCapacityReservationRequest.py | 2 +- .../v20160314/ReleaseDedicatedHostRequest.py | 2 +- .../v20160314/RenewDedicatedHostsRequest.py | 2 +- .../request/v20160314/RunInstancesRequest.py | 2 +- .../v20160314/SetInstanceAutoReleaseTimeRequest.py | 2 +- aliyun-python-sdk-ecs/setup.py | 2 +- 344 files changed, 372 insertions(+), 345 deletions(-) diff --git a/aliyun-python-sdk-ecs/ChangeLog.txt b/aliyun-python-sdk-ecs/ChangeLog.txt index 4a8d8ef799..15383e42b1 100644 --- a/aliyun-python-sdk-ecs/ChangeLog.txt +++ b/aliyun-python-sdk-ecs/ChangeLog.txt @@ -1,3 +1,6 @@ +2019-05-22 Version: 2.0.0 +- Generated 2014-05-26, 2016-03-14 for `Ecs` + 2019-05-20 Version: 1.60.4 - Generated 2014-05-26, 2016-03-14 for `Ecs` diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/__init__.py b/aliyun-python-sdk-ecs/aliyunsdkecs/__init__.py index 6f018cfc29..d97070a2a7 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/__init__.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/__init__.py @@ -1 +1 @@ -__version__ = '1.60.4' \ No newline at end of file +__version__ = '2.0.0' \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AcceptInquiredSystemEventRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AcceptInquiredSystemEventRequest.py index 5de2961bea..8da75a32a7 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AcceptInquiredSystemEventRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AcceptInquiredSystemEventRequest.py @@ -21,7 +21,7 @@ class AcceptInquiredSystemEventRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'AcceptInquiredSystemEvent','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'AcceptInquiredSystemEvent') def get_EventId(self): return self.get_query_params().get('EventId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ActivateRouterInterfaceRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ActivateRouterInterfaceRequest.py index 0f86a17a7e..63d488884e 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ActivateRouterInterfaceRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ActivateRouterInterfaceRequest.py @@ -21,7 +21,7 @@ class ActivateRouterInterfaceRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ActivateRouterInterface','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ActivateRouterInterface') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AddBandwidthPackageIpsRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AddBandwidthPackageIpsRequest.py index b1a1e7237f..5d3c9700c0 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AddBandwidthPackageIpsRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AddBandwidthPackageIpsRequest.py @@ -21,7 +21,7 @@ class AddBandwidthPackageIpsRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'AddBandwidthPackageIps','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'AddBandwidthPackageIps') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AddIpRangeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AddIpRangeRequest.py index 26312618ce..6a4605b4fc 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AddIpRangeRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AddIpRangeRequest.py @@ -21,7 +21,7 @@ class AddIpRangeRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'AddIpRange','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'AddIpRange') def get_IpAddress(self): return self.get_query_params().get('IpAddress') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AddTagsRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AddTagsRequest.py index e9fe50001f..b7d7de54ab 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AddTagsRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AddTagsRequest.py @@ -21,7 +21,7 @@ class AddTagsRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'AddTags','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'AddTags') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AllocateDedicatedHostsRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AllocateDedicatedHostsRequest.py index ff035b7e19..0e08a27380 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AllocateDedicatedHostsRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AllocateDedicatedHostsRequest.py @@ -21,7 +21,7 @@ class AllocateDedicatedHostsRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'AllocateDedicatedHosts','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'AllocateDedicatedHosts') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AllocateEipAddressRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AllocateEipAddressRequest.py index 34cbfa9656..9c1611ff48 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AllocateEipAddressRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AllocateEipAddressRequest.py @@ -21,7 +21,7 @@ class AllocateEipAddressRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'AllocateEipAddress','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'AllocateEipAddress') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AllocatePublicIpAddressRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AllocatePublicIpAddressRequest.py index b662d0fea3..882c1e3dc4 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AllocatePublicIpAddressRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AllocatePublicIpAddressRequest.py @@ -21,7 +21,7 @@ class AllocatePublicIpAddressRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'AllocatePublicIpAddress','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'AllocatePublicIpAddress') def get_IpAddress(self): return self.get_query_params().get('IpAddress') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ApplyAutoSnapshotPolicyRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ApplyAutoSnapshotPolicyRequest.py index 1baa164371..feb169e592 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ApplyAutoSnapshotPolicyRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ApplyAutoSnapshotPolicyRequest.py @@ -21,7 +21,7 @@ class ApplyAutoSnapshotPolicyRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ApplyAutoSnapshotPolicy','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ApplyAutoSnapshotPolicy') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AssignIpv6AddressesRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AssignIpv6AddressesRequest.py index 5f33a220eb..700541d632 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AssignIpv6AddressesRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AssignIpv6AddressesRequest.py @@ -21,7 +21,7 @@ class AssignIpv6AddressesRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'AssignIpv6Addresses','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'AssignIpv6Addresses') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AssignPrivateIpAddressesRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AssignPrivateIpAddressesRequest.py index 3ceca11713..ba0dc1f1fa 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AssignPrivateIpAddressesRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AssignPrivateIpAddressesRequest.py @@ -21,7 +21,7 @@ class AssignPrivateIpAddressesRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'AssignPrivateIpAddresses','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'AssignPrivateIpAddresses') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AssociateEipAddressRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AssociateEipAddressRequest.py index 7a59aca3a1..147322b66b 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AssociateEipAddressRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AssociateEipAddressRequest.py @@ -21,7 +21,7 @@ class AssociateEipAddressRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'AssociateEipAddress','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'AssociateEipAddress') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AssociateHaVipRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AssociateHaVipRequest.py index b697833a3a..479273c628 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AssociateHaVipRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AssociateHaVipRequest.py @@ -21,7 +21,7 @@ class AssociateHaVipRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'AssociateHaVip','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'AssociateHaVip') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AttachClassicLinkVpcRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AttachClassicLinkVpcRequest.py index 734984b215..83ca938f33 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AttachClassicLinkVpcRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AttachClassicLinkVpcRequest.py @@ -21,7 +21,7 @@ class AttachClassicLinkVpcRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'AttachClassicLinkVpc','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'AttachClassicLinkVpc') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AttachDiskRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AttachDiskRequest.py index 9e3704ed57..3ff0ecccee 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AttachDiskRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AttachDiskRequest.py @@ -21,7 +21,7 @@ class AttachDiskRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'AttachDisk','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'AttachDisk') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AttachInstanceRamRoleRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AttachInstanceRamRoleRequest.py index 31ee73ad46..413d219d98 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AttachInstanceRamRoleRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AttachInstanceRamRoleRequest.py @@ -21,7 +21,7 @@ class AttachInstanceRamRoleRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'AttachInstanceRamRole','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'AttachInstanceRamRole') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AttachKeyPairRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AttachKeyPairRequest.py index 2d2f52bc9c..4119640d7a 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AttachKeyPairRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AttachKeyPairRequest.py @@ -21,7 +21,7 @@ class AttachKeyPairRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'AttachKeyPair','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'AttachKeyPair') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AttachNetworkInterfaceRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AttachNetworkInterfaceRequest.py index 9dbe0d680c..6afd14eac5 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AttachNetworkInterfaceRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AttachNetworkInterfaceRequest.py @@ -21,7 +21,7 @@ class AttachNetworkInterfaceRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'AttachNetworkInterface','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'AttachNetworkInterface') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AttachVolumeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AttachVolumeRequest.py index 8572ea8d71..cee5d7865d 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AttachVolumeRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AttachVolumeRequest.py @@ -21,7 +21,7 @@ class AttachVolumeRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'AttachVolume','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'AttachVolume') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AuthorizeSecurityGroupEgressRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AuthorizeSecurityGroupEgressRequest.py index 4eb1d3c4f3..37f8798977 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AuthorizeSecurityGroupEgressRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AuthorizeSecurityGroupEgressRequest.py @@ -21,7 +21,7 @@ class AuthorizeSecurityGroupEgressRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'AuthorizeSecurityGroupEgress','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'AuthorizeSecurityGroupEgress') def get_NicType(self): return self.get_query_params().get('NicType') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AuthorizeSecurityGroupRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AuthorizeSecurityGroupRequest.py index b40e694dff..9e4a1d72e0 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AuthorizeSecurityGroupRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AuthorizeSecurityGroupRequest.py @@ -21,7 +21,7 @@ class AuthorizeSecurityGroupRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'AuthorizeSecurityGroup','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'AuthorizeSecurityGroup') def get_NicType(self): return self.get_query_params().get('NicType') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/BindIpRangeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/BindIpRangeRequest.py index 1affac6ccc..23b1cdef81 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/BindIpRangeRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/BindIpRangeRequest.py @@ -21,7 +21,7 @@ class BindIpRangeRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'BindIpRange','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'BindIpRange') def get_IpAddress(self): return self.get_query_params().get('IpAddress') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CancelAgreementRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CancelAgreementRequest.py index 939a388c4f..28e2f86701 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CancelAgreementRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CancelAgreementRequest.py @@ -21,7 +21,7 @@ class CancelAgreementRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CancelAgreement','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CancelAgreement') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CancelAutoSnapshotPolicyRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CancelAutoSnapshotPolicyRequest.py index 944490cfe5..691ee67a56 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CancelAutoSnapshotPolicyRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CancelAutoSnapshotPolicyRequest.py @@ -21,7 +21,7 @@ class CancelAutoSnapshotPolicyRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CancelAutoSnapshotPolicy','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CancelAutoSnapshotPolicy') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CancelCopyImageRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CancelCopyImageRequest.py index f39b90f183..352106816f 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CancelCopyImageRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CancelCopyImageRequest.py @@ -21,7 +21,7 @@ class CancelCopyImageRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CancelCopyImage','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CancelCopyImage') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CancelPhysicalConnectionRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CancelPhysicalConnectionRequest.py index d277687e1f..8e425cc352 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CancelPhysicalConnectionRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CancelPhysicalConnectionRequest.py @@ -21,7 +21,7 @@ class CancelPhysicalConnectionRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CancelPhysicalConnection','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CancelPhysicalConnection') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CancelSimulatedSystemEventsRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CancelSimulatedSystemEventsRequest.py index 8afc172e4b..09c1a8b420 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CancelSimulatedSystemEventsRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CancelSimulatedSystemEventsRequest.py @@ -21,7 +21,7 @@ class CancelSimulatedSystemEventsRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CancelSimulatedSystemEvents','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CancelSimulatedSystemEvents') def get_EventIds(self): return self.get_query_params().get('EventIds') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CancelTaskRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CancelTaskRequest.py index ff1e625700..bc78b7dcad 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CancelTaskRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CancelTaskRequest.py @@ -21,7 +21,7 @@ class CancelTaskRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CancelTask','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CancelTask') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CancelUserEventRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CancelUserEventRequest.py index 461d79edb5..d85272aa52 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CancelUserEventRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CancelUserEventRequest.py @@ -21,7 +21,7 @@ class CancelUserEventRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CancelUserEvent','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CancelUserEvent') def get_EventId(self): return self.get_query_params().get('EventId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CheckAutoSnapshotPolicyRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CheckAutoSnapshotPolicyRequest.py index a70b06a3e6..01686dbf67 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CheckAutoSnapshotPolicyRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CheckAutoSnapshotPolicyRequest.py @@ -21,7 +21,7 @@ class CheckAutoSnapshotPolicyRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CheckAutoSnapshotPolicy','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CheckAutoSnapshotPolicy') def get_DataDiskPolicyEnabled(self): return self.get_query_params().get('DataDiskPolicyEnabled') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CheckDiskEnableAutoSnapshotValidationRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CheckDiskEnableAutoSnapshotValidationRequest.py index edc28ffe35..c604b23445 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CheckDiskEnableAutoSnapshotValidationRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CheckDiskEnableAutoSnapshotValidationRequest.py @@ -21,7 +21,7 @@ class CheckDiskEnableAutoSnapshotValidationRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CheckDiskEnableAutoSnapshotValidation','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CheckDiskEnableAutoSnapshotValidation') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ConnectRouterInterfaceRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ConnectRouterInterfaceRequest.py index 7f1a460b62..232384559f 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ConnectRouterInterfaceRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ConnectRouterInterfaceRequest.py @@ -21,7 +21,7 @@ class ConnectRouterInterfaceRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ConnectRouterInterface','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ConnectRouterInterface') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ConvertNatPublicIpToEipRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ConvertNatPublicIpToEipRequest.py index a3eb37047b..ee790d3b09 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ConvertNatPublicIpToEipRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ConvertNatPublicIpToEipRequest.py @@ -21,7 +21,7 @@ class ConvertNatPublicIpToEipRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ConvertNatPublicIpToEip','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ConvertNatPublicIpToEip') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CopyImageRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CopyImageRequest.py index bc6dea5951..1235e81af3 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CopyImageRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CopyImageRequest.py @@ -21,7 +21,7 @@ class CopyImageRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CopyImage','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CopyImage') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateAutoSnapshotPolicyRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateAutoSnapshotPolicyRequest.py index 4d2f03dbfb..a0655eb994 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateAutoSnapshotPolicyRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateAutoSnapshotPolicyRequest.py @@ -21,7 +21,7 @@ class CreateAutoSnapshotPolicyRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateAutoSnapshotPolicy','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateAutoSnapshotPolicy') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateCommandRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateCommandRequest.py index 0c3f2ecd70..6729c33f26 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateCommandRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateCommandRequest.py @@ -21,7 +21,7 @@ class CreateCommandRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateCommand','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateCommand') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateDeploymentSetRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateDeploymentSetRequest.py index 4f41375d58..ef6b19e9f4 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateDeploymentSetRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateDeploymentSetRequest.py @@ -21,7 +21,7 @@ class CreateDeploymentSetRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateDeploymentSet','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateDeploymentSet') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateDiskRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateDiskRequest.py index bced50d831..36199a27c1 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateDiskRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateDiskRequest.py @@ -21,7 +21,7 @@ class CreateDiskRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateDisk','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateDisk') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateFleetRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateFleetRequest.py index b9dee62d14..e3a241ef82 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateFleetRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateFleetRequest.py @@ -21,7 +21,7 @@ class CreateFleetRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateFleet','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateFleet') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateForwardEntryRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateForwardEntryRequest.py index 1ae7ead824..ea55b5cafc 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateForwardEntryRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateForwardEntryRequest.py @@ -21,7 +21,7 @@ class CreateForwardEntryRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateForwardEntry','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateForwardEntry') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateHaVipRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateHaVipRequest.py index 69a2fd47db..ce45e7ef5f 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateHaVipRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateHaVipRequest.py @@ -21,7 +21,7 @@ class CreateHaVipRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateHaVip','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateHaVip') def get_IpAddress(self): return self.get_query_params().get('IpAddress') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateHpcClusterRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateHpcClusterRequest.py index 44d7388d6b..4141d58c5d 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateHpcClusterRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateHpcClusterRequest.py @@ -21,7 +21,7 @@ class CreateHpcClusterRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateHpcCluster','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateHpcCluster') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateImageRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateImageRequest.py index 7aa53ce2e7..d07cf438b4 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateImageRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateImageRequest.py @@ -21,7 +21,7 @@ class CreateImageRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateImage','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateImage') def get_DiskDeviceMappings(self): return self.get_query_params().get('DiskDeviceMappings') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateInstanceRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateInstanceRequest.py index 20c8368569..8dbf67b010 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateInstanceRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateInstanceRequest.py @@ -21,7 +21,7 @@ class CreateInstanceRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateInstance','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateInstance') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateKeyPairRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateKeyPairRequest.py index 95c34f2b57..d709dbe7f8 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateKeyPairRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateKeyPairRequest.py @@ -21,7 +21,7 @@ class CreateKeyPairRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateKeyPair','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateKeyPair') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateLaunchTemplateRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateLaunchTemplateRequest.py index e39fe90879..715c131ceb 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateLaunchTemplateRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateLaunchTemplateRequest.py @@ -21,7 +21,7 @@ class CreateLaunchTemplateRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateLaunchTemplate','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateLaunchTemplate') def get_LaunchTemplateName(self): return self.get_query_params().get('LaunchTemplateName') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateLaunchTemplateVersionRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateLaunchTemplateVersionRequest.py index 2991696d59..6512842dcb 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateLaunchTemplateVersionRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateLaunchTemplateVersionRequest.py @@ -21,7 +21,7 @@ class CreateLaunchTemplateVersionRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateLaunchTemplateVersion','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateLaunchTemplateVersion') def get_LaunchTemplateName(self): return self.get_query_params().get('LaunchTemplateName') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateNatGatewayRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateNatGatewayRequest.py index 69532294c3..fa583e2fd0 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateNatGatewayRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateNatGatewayRequest.py @@ -21,7 +21,7 @@ class CreateNatGatewayRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateNatGateway','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateNatGateway') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateNetworkInterfacePermissionRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateNetworkInterfacePermissionRequest.py index 0fc7c7635d..1c1becaf46 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateNetworkInterfacePermissionRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateNetworkInterfacePermissionRequest.py @@ -21,7 +21,7 @@ class CreateNetworkInterfacePermissionRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateNetworkInterfacePermission','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateNetworkInterfacePermission') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateNetworkInterfaceRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateNetworkInterfaceRequest.py index 395b9c70db..01a8ca4ad0 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateNetworkInterfaceRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateNetworkInterfaceRequest.py @@ -21,7 +21,7 @@ class CreateNetworkInterfaceRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateNetworkInterface','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateNetworkInterface') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreatePhysicalConnectionRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreatePhysicalConnectionRequest.py index 8d60a56b0f..e1c121ef17 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreatePhysicalConnectionRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreatePhysicalConnectionRequest.py @@ -21,7 +21,7 @@ class CreatePhysicalConnectionRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreatePhysicalConnection','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreatePhysicalConnection') def get_AccessPointId(self): return self.get_query_params().get('AccessPointId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateRouteEntryRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateRouteEntryRequest.py index 2b33095874..34adecb7cf 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateRouteEntryRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateRouteEntryRequest.py @@ -21,7 +21,7 @@ class CreateRouteEntryRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateRouteEntry','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateRouteEntry') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateRouterInterfaceRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateRouterInterfaceRequest.py index 7a3a6ed07e..53767a96ad 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateRouterInterfaceRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateRouterInterfaceRequest.py @@ -21,7 +21,7 @@ class CreateRouterInterfaceRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateRouterInterface','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateRouterInterface') def get_AccessPointId(self): return self.get_query_params().get('AccessPointId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateSecurityGroupRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateSecurityGroupRequest.py index 6dd8b80fe0..a82b731876 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateSecurityGroupRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateSecurityGroupRequest.py @@ -21,7 +21,7 @@ class CreateSecurityGroupRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateSecurityGroup','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateSecurityGroup') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateSimulatedSystemEventsRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateSimulatedSystemEventsRequest.py index 8b6585d95f..dcd8d83a4b 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateSimulatedSystemEventsRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateSimulatedSystemEventsRequest.py @@ -21,7 +21,7 @@ class CreateSimulatedSystemEventsRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateSimulatedSystemEvents','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateSimulatedSystemEvents') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateSnapshotRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateSnapshotRequest.py index 586edd05a9..9078a9d542 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateSnapshotRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateSnapshotRequest.py @@ -21,7 +21,7 @@ class CreateSnapshotRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateSnapshot','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateSnapshot') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateUserEventRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateUserEventRequest.py index c41e8511dd..5222fef2ee 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateUserEventRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateUserEventRequest.py @@ -21,7 +21,7 @@ class CreateUserEventRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateUserEvent','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateUserEvent') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateVSwitchRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateVSwitchRequest.py index 6e9ee890a7..7b9c76e08d 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateVSwitchRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateVSwitchRequest.py @@ -21,7 +21,7 @@ class CreateVSwitchRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateVSwitch','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateVSwitch') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateVirtualBorderRouterRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateVirtualBorderRouterRequest.py index e020c123f4..41f4ffdd55 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateVirtualBorderRouterRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateVirtualBorderRouterRequest.py @@ -21,7 +21,7 @@ class CreateVirtualBorderRouterRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateVirtualBorderRouter','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateVirtualBorderRouter') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateVolumeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateVolumeRequest.py index e10a4e3207..080af1748b 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateVolumeRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateVolumeRequest.py @@ -21,7 +21,7 @@ class CreateVolumeRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateVolume','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateVolume') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateVpcRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateVpcRequest.py index ab82618cf4..e11efa93b5 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateVpcRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateVpcRequest.py @@ -21,7 +21,7 @@ class CreateVpcRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateVpc','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateVpc') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeactivateRouterInterfaceRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeactivateRouterInterfaceRequest.py index fc41805e1c..51caf072f9 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeactivateRouterInterfaceRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeactivateRouterInterfaceRequest.py @@ -21,7 +21,7 @@ class DeactivateRouterInterfaceRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeactivateRouterInterface','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeactivateRouterInterface') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteAutoSnapshotPolicyRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteAutoSnapshotPolicyRequest.py index 2bf3119e97..e5f8562c3b 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteAutoSnapshotPolicyRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteAutoSnapshotPolicyRequest.py @@ -21,7 +21,7 @@ class DeleteAutoSnapshotPolicyRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteAutoSnapshotPolicy','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteAutoSnapshotPolicy') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteBandwidthPackageRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteBandwidthPackageRequest.py index 12feed649a..2742d176ce 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteBandwidthPackageRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteBandwidthPackageRequest.py @@ -21,7 +21,7 @@ class DeleteBandwidthPackageRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteBandwidthPackage','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteBandwidthPackage') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteCommandRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteCommandRequest.py index 492f34a91d..2fce599949 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteCommandRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteCommandRequest.py @@ -21,7 +21,7 @@ class DeleteCommandRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteCommand','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteCommand') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteDeploymentSetRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteDeploymentSetRequest.py index ef9aa26f04..beb4133ec0 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteDeploymentSetRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteDeploymentSetRequest.py @@ -21,7 +21,7 @@ class DeleteDeploymentSetRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteDeploymentSet','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteDeploymentSet') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteDiskRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteDiskRequest.py index 93616ee621..84af84891c 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteDiskRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteDiskRequest.py @@ -21,7 +21,7 @@ class DeleteDiskRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteDisk','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteDisk') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteFleetRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteFleetRequest.py index 7f23d6093c..d3008f158a 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteFleetRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteFleetRequest.py @@ -21,7 +21,7 @@ class DeleteFleetRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteFleet','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteFleet') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteForwardEntryRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteForwardEntryRequest.py index 2f0bad38ca..16f211051a 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteForwardEntryRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteForwardEntryRequest.py @@ -21,7 +21,7 @@ class DeleteForwardEntryRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteForwardEntry','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteForwardEntry') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteHaVipRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteHaVipRequest.py index 6548d65a06..a3e180303a 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteHaVipRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteHaVipRequest.py @@ -21,7 +21,7 @@ class DeleteHaVipRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteHaVip','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteHaVip') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteHpcClusterRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteHpcClusterRequest.py index 9656fe33dd..4932552a25 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteHpcClusterRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteHpcClusterRequest.py @@ -21,7 +21,7 @@ class DeleteHpcClusterRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteHpcCluster','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteHpcCluster') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteImageRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteImageRequest.py index 0369bea181..54e18b9b0a 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteImageRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteImageRequest.py @@ -21,7 +21,7 @@ class DeleteImageRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteImage','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteImage') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteInstanceRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteInstanceRequest.py index ca6174d263..1e82ba8ac2 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteInstanceRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteInstanceRequest.py @@ -21,7 +21,7 @@ class DeleteInstanceRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteInstance','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteInstance') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteKeyPairsRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteKeyPairsRequest.py index ebee81d6d2..645c1bfeba 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteKeyPairsRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteKeyPairsRequest.py @@ -21,7 +21,7 @@ class DeleteKeyPairsRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteKeyPairs','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteKeyPairs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteLaunchTemplateRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteLaunchTemplateRequest.py index c28e08d249..d04feccd94 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteLaunchTemplateRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteLaunchTemplateRequest.py @@ -21,7 +21,7 @@ class DeleteLaunchTemplateRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteLaunchTemplate','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteLaunchTemplate') def get_LaunchTemplateName(self): return self.get_query_params().get('LaunchTemplateName') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteLaunchTemplateVersionRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteLaunchTemplateVersionRequest.py index 934aeacb1c..9361877e9c 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteLaunchTemplateVersionRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteLaunchTemplateVersionRequest.py @@ -21,7 +21,7 @@ class DeleteLaunchTemplateVersionRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteLaunchTemplateVersion','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteLaunchTemplateVersion') def get_LaunchTemplateName(self): return self.get_query_params().get('LaunchTemplateName') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteNatGatewayRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteNatGatewayRequest.py index 5008b3c609..a6c03e3c38 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteNatGatewayRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteNatGatewayRequest.py @@ -21,7 +21,7 @@ class DeleteNatGatewayRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteNatGateway','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteNatGateway') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteNetworkInterfacePermissionRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteNetworkInterfacePermissionRequest.py index 73f6579f8d..91d914fb51 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteNetworkInterfacePermissionRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteNetworkInterfacePermissionRequest.py @@ -21,7 +21,7 @@ class DeleteNetworkInterfacePermissionRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteNetworkInterfacePermission','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteNetworkInterfacePermission') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteNetworkInterfaceRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteNetworkInterfaceRequest.py index 29da5bb46c..4e85b9f378 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteNetworkInterfaceRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteNetworkInterfaceRequest.py @@ -21,7 +21,7 @@ class DeleteNetworkInterfaceRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteNetworkInterface','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteNetworkInterface') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeletePhysicalConnectionRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeletePhysicalConnectionRequest.py index 95c48a4331..081418b498 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeletePhysicalConnectionRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeletePhysicalConnectionRequest.py @@ -21,7 +21,7 @@ class DeletePhysicalConnectionRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeletePhysicalConnection','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeletePhysicalConnection') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteRecycleBinRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteRecycleBinRequest.py index 0406da99cd..e0c63c90de 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteRecycleBinRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteRecycleBinRequest.py @@ -21,7 +21,7 @@ class DeleteRecycleBinRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteRecycleBin','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteRecycleBin') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteRouteEntryRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteRouteEntryRequest.py index 033d8a4044..489d863160 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteRouteEntryRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteRouteEntryRequest.py @@ -21,7 +21,7 @@ class DeleteRouteEntryRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteRouteEntry','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteRouteEntry') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteRouterInterfaceRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteRouterInterfaceRequest.py index 4a46204d22..51c0f0b222 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteRouterInterfaceRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteRouterInterfaceRequest.py @@ -21,7 +21,7 @@ class DeleteRouterInterfaceRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteRouterInterface','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteRouterInterface') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteSecurityGroupRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteSecurityGroupRequest.py index 725fc663f9..a56a0ff8ef 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteSecurityGroupRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteSecurityGroupRequest.py @@ -21,7 +21,7 @@ class DeleteSecurityGroupRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteSecurityGroup','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteSecurityGroup') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteSnapshotRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteSnapshotRequest.py index 8a04f814bd..57e25e00a7 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteSnapshotRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteSnapshotRequest.py @@ -21,7 +21,7 @@ class DeleteSnapshotRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteSnapshot','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteSnapshot') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteVSwitchRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteVSwitchRequest.py index df49108ea4..57dd772555 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteVSwitchRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteVSwitchRequest.py @@ -21,7 +21,7 @@ class DeleteVSwitchRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteVSwitch','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteVSwitch') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteVirtualBorderRouterRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteVirtualBorderRouterRequest.py index 8d82b89b62..f3e589f41b 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteVirtualBorderRouterRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteVirtualBorderRouterRequest.py @@ -21,7 +21,7 @@ class DeleteVirtualBorderRouterRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteVirtualBorderRouter','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteVirtualBorderRouter') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteVolumeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteVolumeRequest.py index d6b0226ff1..a71968b750 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteVolumeRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteVolumeRequest.py @@ -21,7 +21,7 @@ class DeleteVolumeRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteVolume','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteVolume') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteVpcRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteVpcRequest.py index 98bd989557..c6f75ee071 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteVpcRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteVpcRequest.py @@ -21,7 +21,7 @@ class DeleteVpcRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteVpc','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteVpc') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeAccessPointsRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeAccessPointsRequest.py index e3c126b4bc..bd61470714 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeAccessPointsRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeAccessPointsRequest.py @@ -21,7 +21,7 @@ class DescribeAccessPointsRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeAccessPoints','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeAccessPoints') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeAccountAttributesRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeAccountAttributesRequest.py index 24dc068f1d..bb228f4ceb 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeAccountAttributesRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeAccountAttributesRequest.py @@ -21,7 +21,7 @@ class DescribeAccountAttributesRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeAccountAttributes','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeAccountAttributes') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeAutoSnapshotPolicyExRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeAutoSnapshotPolicyExRequest.py index 4bba261118..06c52e4f8d 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeAutoSnapshotPolicyExRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeAutoSnapshotPolicyExRequest.py @@ -21,7 +21,7 @@ class DescribeAutoSnapshotPolicyExRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeAutoSnapshotPolicyEx','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeAutoSnapshotPolicyEx') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeAutoSnapshotPolicyRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeAutoSnapshotPolicyRequest.py index fab921a1c2..f474827600 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeAutoSnapshotPolicyRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeAutoSnapshotPolicyRequest.py @@ -21,7 +21,7 @@ class DescribeAutoSnapshotPolicyRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeAutoSnapshotPolicy','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeAutoSnapshotPolicy') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeAvailableResourceRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeAvailableResourceRequest.py index edc34066eb..46d1c2a264 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeAvailableResourceRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeAvailableResourceRequest.py @@ -21,7 +21,7 @@ class DescribeAvailableResourceRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeAvailableResource','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeAvailableResource') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeBandwidthLimitationRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeBandwidthLimitationRequest.py index 5b5e43785c..d5d1684638 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeBandwidthLimitationRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeBandwidthLimitationRequest.py @@ -21,7 +21,7 @@ class DescribeBandwidthLimitationRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeBandwidthLimitation','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeBandwidthLimitation') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeBandwidthPackagesRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeBandwidthPackagesRequest.py index 3cdb11c44c..203f721ee7 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeBandwidthPackagesRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeBandwidthPackagesRequest.py @@ -21,7 +21,7 @@ class DescribeBandwidthPackagesRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeBandwidthPackages','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeBandwidthPackages') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeClassicLinkInstancesRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeClassicLinkInstancesRequest.py index db9f67e8e6..a4608caa93 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeClassicLinkInstancesRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeClassicLinkInstancesRequest.py @@ -21,7 +21,7 @@ class DescribeClassicLinkInstancesRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeClassicLinkInstances','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeClassicLinkInstances') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeCloudAssistantStatusRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeCloudAssistantStatusRequest.py index 060f9ff3a0..b29c2d0f07 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeCloudAssistantStatusRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeCloudAssistantStatusRequest.py @@ -21,7 +21,7 @@ class DescribeCloudAssistantStatusRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeCloudAssistantStatus','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeCloudAssistantStatus') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeClustersRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeClustersRequest.py index 4bc19f64cc..008104249f 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeClustersRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeClustersRequest.py @@ -21,7 +21,7 @@ class DescribeClustersRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeClusters','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeClusters') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeCommandsRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeCommandsRequest.py index a86d403bfe..f31ac021cc 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeCommandsRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeCommandsRequest.py @@ -21,7 +21,7 @@ class DescribeCommandsRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeCommands','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeCommands') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeDedicatedHostAutoRenewRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeDedicatedHostAutoRenewRequest.py index 025d35aa8a..11c4b9592e 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeDedicatedHostAutoRenewRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeDedicatedHostAutoRenewRequest.py @@ -21,7 +21,7 @@ class DescribeDedicatedHostAutoRenewRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeDedicatedHostAutoRenew','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeDedicatedHostAutoRenew') def get_DedicatedHostIds(self): return self.get_query_params().get('DedicatedHostIds') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeDedicatedHostTypesRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeDedicatedHostTypesRequest.py index ce7773e82c..8f256a47d4 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeDedicatedHostTypesRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeDedicatedHostTypesRequest.py @@ -21,7 +21,7 @@ class DescribeDedicatedHostTypesRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeDedicatedHostTypes','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeDedicatedHostTypes') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeDedicatedHostsRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeDedicatedHostsRequest.py index 3e130cfb7d..cee522dd45 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeDedicatedHostsRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeDedicatedHostsRequest.py @@ -21,7 +21,7 @@ class DescribeDedicatedHostsRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeDedicatedHosts','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeDedicatedHosts') def get_DedicatedHostIds(self): return self.get_query_params().get('DedicatedHostIds') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeDemandsRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeDemandsRequest.py index a6da417673..d8907763f6 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeDemandsRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeDemandsRequest.py @@ -21,7 +21,7 @@ class DescribeDemandsRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeDemands','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeDemands') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeDeploymentSetTopologyRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeDeploymentSetTopologyRequest.py index 66cc8a0301..3dfdb66fae 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeDeploymentSetTopologyRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeDeploymentSetTopologyRequest.py @@ -21,7 +21,7 @@ class DescribeDeploymentSetTopologyRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeDeploymentSetTopology','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeDeploymentSetTopology') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeDeploymentSetsRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeDeploymentSetsRequest.py index 52568db630..c72f17e9b6 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeDeploymentSetsRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeDeploymentSetsRequest.py @@ -21,7 +21,7 @@ class DescribeDeploymentSetsRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeDeploymentSets','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeDeploymentSets') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeDiskMonitorDataRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeDiskMonitorDataRequest.py index 03834911d9..6a18a03628 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeDiskMonitorDataRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeDiskMonitorDataRequest.py @@ -21,7 +21,7 @@ class DescribeDiskMonitorDataRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeDiskMonitorData','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeDiskMonitorData') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeDisksFullStatusRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeDisksFullStatusRequest.py index 7d06691181..c729d1f701 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeDisksFullStatusRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeDisksFullStatusRequest.py @@ -21,7 +21,7 @@ class DescribeDisksFullStatusRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeDisksFullStatus','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeDisksFullStatus') def get_EventIds(self): return self.get_query_params().get('EventIds') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeDisksRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeDisksRequest.py index 68373765ac..04405a459b 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeDisksRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeDisksRequest.py @@ -21,7 +21,7 @@ class DescribeDisksRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeDisks','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeDisks') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeEipAddressesRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeEipAddressesRequest.py index 2ca395fabe..5000c07066 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeEipAddressesRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeEipAddressesRequest.py @@ -21,7 +21,7 @@ class DescribeEipAddressesRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeEipAddresses','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeEipAddresses') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeEipMonitorDataRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeEipMonitorDataRequest.py index 8250b835b9..cb681876fd 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeEipMonitorDataRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeEipMonitorDataRequest.py @@ -21,7 +21,7 @@ class DescribeEipMonitorDataRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeEipMonitorData','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeEipMonitorData') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeEniMonitorDataRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeEniMonitorDataRequest.py index afe7750ccc..dc14f1839f 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeEniMonitorDataRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeEniMonitorDataRequest.py @@ -21,7 +21,7 @@ class DescribeEniMonitorDataRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeEniMonitorData','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeEniMonitorData') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeEventDetailRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeEventDetailRequest.py index 62ff404e07..82acaefeb5 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeEventDetailRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeEventDetailRequest.py @@ -21,7 +21,7 @@ class DescribeEventDetailRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeEventDetail','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeEventDetail') def get_EventId(self): return self.get_query_params().get('EventId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeEventsRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeEventsRequest.py index 4c673efa49..fdbb08b61d 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeEventsRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeEventsRequest.py @@ -21,7 +21,7 @@ class DescribeEventsRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeEvents','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeEvents') def get_EventId(self): return self.get_query_params().get('EventId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeFleetHistoryRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeFleetHistoryRequest.py index 8eb74eadbe..516b56e3cc 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeFleetHistoryRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeFleetHistoryRequest.py @@ -21,7 +21,7 @@ class DescribeFleetHistoryRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeFleetHistory','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeFleetHistory') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeFleetInstancesRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeFleetInstancesRequest.py index 39068aa9e1..09d3ad6c7c 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeFleetInstancesRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeFleetInstancesRequest.py @@ -21,7 +21,7 @@ class DescribeFleetInstancesRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeFleetInstances','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeFleetInstances') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeFleetsRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeFleetsRequest.py index b9b41479ae..3b683418e2 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeFleetsRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeFleetsRequest.py @@ -21,7 +21,7 @@ class DescribeFleetsRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeFleets','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeFleets') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeForwardTableEntriesRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeForwardTableEntriesRequest.py index cdb27d1601..cab4f01e0d 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeForwardTableEntriesRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeForwardTableEntriesRequest.py @@ -21,7 +21,7 @@ class DescribeForwardTableEntriesRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeForwardTableEntries','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeForwardTableEntries') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeHaVipsRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeHaVipsRequest.py index 0377f3f0b8..4d517356bf 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeHaVipsRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeHaVipsRequest.py @@ -21,7 +21,7 @@ class DescribeHaVipsRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeHaVips','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeHaVips') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeHpcClustersRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeHpcClustersRequest.py index 58257fb3f4..ee1e0890a3 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeHpcClustersRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeHpcClustersRequest.py @@ -21,7 +21,7 @@ class DescribeHpcClustersRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeHpcClusters','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeHpcClusters') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeImageSharePermissionRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeImageSharePermissionRequest.py index 20ce5d9dd5..b45dca32f6 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeImageSharePermissionRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeImageSharePermissionRequest.py @@ -21,7 +21,7 @@ class DescribeImageSharePermissionRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeImageSharePermission','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeImageSharePermission') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeImageSupportInstanceTypesRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeImageSupportInstanceTypesRequest.py index 501dd596c4..66f6e11685 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeImageSupportInstanceTypesRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeImageSupportInstanceTypesRequest.py @@ -21,7 +21,7 @@ class DescribeImageSupportInstanceTypesRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeImageSupportInstanceTypes','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeImageSupportInstanceTypes') def get_ActionType(self): return self.get_query_params().get('ActionType') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeImagesRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeImagesRequest.py index 9d15322c25..fee80d9670 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeImagesRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeImagesRequest.py @@ -21,7 +21,7 @@ class DescribeImagesRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeImages','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeImages') def get_ActionType(self): return self.get_query_params().get('ActionType') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceAttributeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceAttributeRequest.py index 78eefaccd1..1b6ddda7e4 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceAttributeRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceAttributeRequest.py @@ -21,7 +21,7 @@ class DescribeInstanceAttributeRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeInstanceAttribute','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeInstanceAttribute') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceAutoRenewAttributeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceAutoRenewAttributeRequest.py index e65bb6c86e..373e8b7c97 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceAutoRenewAttributeRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceAutoRenewAttributeRequest.py @@ -21,7 +21,7 @@ class DescribeInstanceAutoRenewAttributeRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeInstanceAutoRenewAttribute','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeInstanceAutoRenewAttribute') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceHistoryEventsRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceHistoryEventsRequest.py index 6c3d5272c8..483873de94 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceHistoryEventsRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceHistoryEventsRequest.py @@ -21,7 +21,7 @@ class DescribeInstanceHistoryEventsRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeInstanceHistoryEvents','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeInstanceHistoryEvents') def get_EventIds(self): return self.get_query_params().get('EventIds') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceMonitorDataRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceMonitorDataRequest.py index bcf8c030ce..59b750387a 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceMonitorDataRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceMonitorDataRequest.py @@ -21,7 +21,7 @@ class DescribeInstanceMonitorDataRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeInstanceMonitorData','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeInstanceMonitorData') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstancePhysicalAttributeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstancePhysicalAttributeRequest.py index a87af8e93e..49e6f0f991 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstancePhysicalAttributeRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstancePhysicalAttributeRequest.py @@ -21,7 +21,7 @@ class DescribeInstancePhysicalAttributeRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeInstancePhysicalAttribute','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeInstancePhysicalAttribute') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceRamRoleRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceRamRoleRequest.py index f61b2ccc3b..31d21538d1 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceRamRoleRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceRamRoleRequest.py @@ -21,7 +21,7 @@ class DescribeInstanceRamRoleRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeInstanceRamRole','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeInstanceRamRole') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceStatusRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceStatusRequest.py index bae9e44e0e..93eb7a0882 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceStatusRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceStatusRequest.py @@ -21,7 +21,7 @@ class DescribeInstanceStatusRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeInstanceStatus','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeInstanceStatus') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceTopologyRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceTopologyRequest.py index 423b1ddad8..65bd9e7704 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceTopologyRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceTopologyRequest.py @@ -21,7 +21,7 @@ class DescribeInstanceTopologyRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeInstanceTopology','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeInstanceTopology') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceTypeFamiliesRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceTypeFamiliesRequest.py index f34a1a7db5..aba5a11d18 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceTypeFamiliesRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceTypeFamiliesRequest.py @@ -21,7 +21,7 @@ class DescribeInstanceTypeFamiliesRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeInstanceTypeFamilies','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeInstanceTypeFamilies') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceTypesRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceTypesRequest.py index f9b5920bff..1145929f36 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceTypesRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceTypesRequest.py @@ -21,7 +21,7 @@ class DescribeInstanceTypesRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeInstanceTypes','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeInstanceTypes') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceVncPasswdRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceVncPasswdRequest.py index 58445431fc..959fe8335f 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceVncPasswdRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceVncPasswdRequest.py @@ -21,7 +21,7 @@ class DescribeInstanceVncPasswdRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeInstanceVncPasswd','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeInstanceVncPasswd') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceVncUrlRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceVncUrlRequest.py index 5addb304f6..2fc5750ca0 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceVncUrlRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceVncUrlRequest.py @@ -21,7 +21,7 @@ class DescribeInstanceVncUrlRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeInstanceVncUrl','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeInstanceVncUrl') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstancesFullStatusRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstancesFullStatusRequest.py index 217a7ec48b..ba41fad059 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstancesFullStatusRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstancesFullStatusRequest.py @@ -21,7 +21,7 @@ class DescribeInstancesFullStatusRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeInstancesFullStatus','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeInstancesFullStatus') def get_EventIds(self): return self.get_query_params().get('EventIds') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstancesRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstancesRequest.py index acff774db7..d6b902a28d 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstancesRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstancesRequest.py @@ -21,7 +21,7 @@ class DescribeInstancesRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeInstances','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeInstances') def get_InnerIpAddresses(self): return self.get_query_params().get('InnerIpAddresses') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeIntranetAttributeKbRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeIntranetAttributeKbRequest.py index 84c97d5425..38e10a7914 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeIntranetAttributeKbRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeIntranetAttributeKbRequest.py @@ -21,7 +21,7 @@ class DescribeIntranetAttributeKbRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeIntranetAttributeKb','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeIntranetAttributeKb') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInvocationResultsRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInvocationResultsRequest.py index 092aabcd62..a4702b35c8 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInvocationResultsRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInvocationResultsRequest.py @@ -21,7 +21,7 @@ class DescribeInvocationResultsRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeInvocationResults','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeInvocationResults') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInvocationsRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInvocationsRequest.py index a058b53329..31ffba6e90 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInvocationsRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInvocationsRequest.py @@ -21,7 +21,7 @@ class DescribeInvocationsRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeInvocations','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeInvocations') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeIpRangesRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeIpRangesRequest.py index ffa4ef931d..d60fe94284 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeIpRangesRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeIpRangesRequest.py @@ -21,7 +21,7 @@ class DescribeIpRangesRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeIpRanges','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeIpRanges') def get_NicType(self): return self.get_query_params().get('NicType') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeKeyPairsRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeKeyPairsRequest.py index ae9c596bb9..5ca8e508d5 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeKeyPairsRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeKeyPairsRequest.py @@ -21,7 +21,7 @@ class DescribeKeyPairsRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeKeyPairs','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeKeyPairs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeLaunchTemplateVersionsRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeLaunchTemplateVersionsRequest.py index 6a61dd8ea9..f1356b2f27 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeLaunchTemplateVersionsRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeLaunchTemplateVersionsRequest.py @@ -21,7 +21,7 @@ class DescribeLaunchTemplateVersionsRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeLaunchTemplateVersions','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeLaunchTemplateVersions') def get_LaunchTemplateName(self): return self.get_query_params().get('LaunchTemplateName') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeLaunchTemplatesRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeLaunchTemplatesRequest.py index ad9c60d8b3..4b0b31af43 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeLaunchTemplatesRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeLaunchTemplatesRequest.py @@ -21,7 +21,7 @@ class DescribeLaunchTemplatesRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeLaunchTemplates','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeLaunchTemplates') def get_LaunchTemplateNames(self): return self.get_query_params().get('LaunchTemplateNames') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeLimitationRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeLimitationRequest.py index b49a91735c..3774ddedc3 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeLimitationRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeLimitationRequest.py @@ -21,7 +21,7 @@ class DescribeLimitationRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeLimitation','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeLimitation') def get_Limitation(self): return self.get_query_params().get('Limitation') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeNatGatewaysRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeNatGatewaysRequest.py index 1d1f90095d..056ed68eca 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeNatGatewaysRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeNatGatewaysRequest.py @@ -21,7 +21,7 @@ class DescribeNatGatewaysRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeNatGateways','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeNatGateways') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeNetworkInterfacePermissionsRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeNetworkInterfacePermissionsRequest.py index 10ec05ee86..26fed9d278 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeNetworkInterfacePermissionsRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeNetworkInterfacePermissionsRequest.py @@ -21,7 +21,7 @@ class DescribeNetworkInterfacePermissionsRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeNetworkInterfacePermissions','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeNetworkInterfacePermissions') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeNetworkInterfacesRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeNetworkInterfacesRequest.py index 1747f405a1..44b021266d 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeNetworkInterfacesRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeNetworkInterfacesRequest.py @@ -21,7 +21,7 @@ class DescribeNetworkInterfacesRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeNetworkInterfaces','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeNetworkInterfaces') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeNewProjectEipMonitorDataRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeNewProjectEipMonitorDataRequest.py index 5461af3a88..afb405d83b 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeNewProjectEipMonitorDataRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeNewProjectEipMonitorDataRequest.py @@ -21,7 +21,7 @@ class DescribeNewProjectEipMonitorDataRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeNewProjectEipMonitorData','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeNewProjectEipMonitorData') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribePhysicalConnectionsRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribePhysicalConnectionsRequest.py index babc03e5a2..1c21f484c2 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribePhysicalConnectionsRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribePhysicalConnectionsRequest.py @@ -21,7 +21,7 @@ class DescribePhysicalConnectionsRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribePhysicalConnections','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribePhysicalConnections') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribePriceRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribePriceRequest.py index 32d61a8b49..92fcd0f667 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribePriceRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribePriceRequest.py @@ -21,7 +21,7 @@ class DescribePriceRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribePrice','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribePrice') def get_DataDisk3Size(self): return self.get_query_params().get('DataDisk.3.Size') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeRecommendInstanceTypeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeRecommendInstanceTypeRequest.py index 125b1ddff8..45e88cc17c 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeRecommendInstanceTypeRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeRecommendInstanceTypeRequest.py @@ -21,7 +21,7 @@ class DescribeRecommendInstanceTypeRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeRecommendInstanceType','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeRecommendInstanceType') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeRecycleBinRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeRecycleBinRequest.py index 3be5aac032..23fda8d5cf 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeRecycleBinRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeRecycleBinRequest.py @@ -21,7 +21,7 @@ class DescribeRecycleBinRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeRecycleBin','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeRecycleBin') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeRegionsRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeRegionsRequest.py index 61365ba6d0..bc69400112 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeRegionsRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeRegionsRequest.py @@ -21,7 +21,7 @@ class DescribeRegionsRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeRegions','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeRegions') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeRenewalPriceRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeRenewalPriceRequest.py index 52edb9c8ec..e637f97198 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeRenewalPriceRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeRenewalPriceRequest.py @@ -21,7 +21,7 @@ class DescribeRenewalPriceRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeRenewalPrice','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeRenewalPrice') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeReservedInstancesRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeReservedInstancesRequest.py index 1ccd929363..29f111f056 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeReservedInstancesRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeReservedInstancesRequest.py @@ -21,7 +21,7 @@ class DescribeReservedInstancesRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeReservedInstances','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeReservedInstances') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeResourceByTagsRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeResourceByTagsRequest.py index b8a156695c..e5252a261c 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeResourceByTagsRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeResourceByTagsRequest.py @@ -21,7 +21,7 @@ class DescribeResourceByTagsRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeResourceByTags','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeResourceByTags') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeResourcesModificationRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeResourcesModificationRequest.py index 50425d18dd..ac4306be5b 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeResourcesModificationRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeResourcesModificationRequest.py @@ -21,7 +21,7 @@ class DescribeResourcesModificationRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeResourcesModification','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeResourcesModification') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeRouteTablesRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeRouteTablesRequest.py index e2577aab8c..6a93b98336 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeRouteTablesRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeRouteTablesRequest.py @@ -21,7 +21,7 @@ class DescribeRouteTablesRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeRouteTables','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeRouteTables') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeRouterInterfacesRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeRouterInterfacesRequest.py index 7100138d33..82cf493808 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeRouterInterfacesRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeRouterInterfacesRequest.py @@ -21,7 +21,7 @@ class DescribeRouterInterfacesRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeRouterInterfaces','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeRouterInterfaces') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeSecurityGroupAttributeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeSecurityGroupAttributeRequest.py index ad5fe7e7ce..726bbf2092 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeSecurityGroupAttributeRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeSecurityGroupAttributeRequest.py @@ -21,7 +21,7 @@ class DescribeSecurityGroupAttributeRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeSecurityGroupAttribute','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeSecurityGroupAttribute') def get_NicType(self): return self.get_query_params().get('NicType') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeSecurityGroupReferencesRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeSecurityGroupReferencesRequest.py index b4f8b52ba4..5eedba0f8c 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeSecurityGroupReferencesRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeSecurityGroupReferencesRequest.py @@ -21,7 +21,7 @@ class DescribeSecurityGroupReferencesRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeSecurityGroupReferences','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeSecurityGroupReferences') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeSecurityGroupsRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeSecurityGroupsRequest.py index 3f0e9d6f04..ffec9f67a2 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeSecurityGroupsRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeSecurityGroupsRequest.py @@ -21,7 +21,7 @@ class DescribeSecurityGroupsRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeSecurityGroups','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeSecurityGroups') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeSnapshotLinksRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeSnapshotLinksRequest.py index 4f5347596f..d00b21e60b 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeSnapshotLinksRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeSnapshotLinksRequest.py @@ -21,7 +21,7 @@ class DescribeSnapshotLinksRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeSnapshotLinks','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeSnapshotLinks') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeSnapshotMonitorDataRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeSnapshotMonitorDataRequest.py index 7c03a6f94f..6eabb51722 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeSnapshotMonitorDataRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeSnapshotMonitorDataRequest.py @@ -21,7 +21,7 @@ class DescribeSnapshotMonitorDataRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeSnapshotMonitorData','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeSnapshotMonitorData') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeSnapshotPackageRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeSnapshotPackageRequest.py index 52cdf62fdc..46ef75f8c9 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeSnapshotPackageRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeSnapshotPackageRequest.py @@ -21,7 +21,7 @@ class DescribeSnapshotPackageRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeSnapshotPackage','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeSnapshotPackage') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeSnapshotsRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeSnapshotsRequest.py index 33baa55722..a9e64da90e 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeSnapshotsRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeSnapshotsRequest.py @@ -21,7 +21,7 @@ class DescribeSnapshotsRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeSnapshots','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeSnapshots') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeSnapshotsUsageRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeSnapshotsUsageRequest.py index c25c062f34..1a51ab7ed0 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeSnapshotsUsageRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeSnapshotsUsageRequest.py @@ -21,7 +21,7 @@ class DescribeSnapshotsUsageRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeSnapshotsUsage','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeSnapshotsUsage') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeSpotPriceHistoryRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeSpotPriceHistoryRequest.py index d6e354ed62..08734f8596 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeSpotPriceHistoryRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeSpotPriceHistoryRequest.py @@ -21,7 +21,7 @@ class DescribeSpotPriceHistoryRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeSpotPriceHistory','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeSpotPriceHistory') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeTagKeysRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeTagKeysRequest.py index 28fbbbf0b3..12a7196a09 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeTagKeysRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeTagKeysRequest.py @@ -21,7 +21,7 @@ class DescribeTagKeysRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeTagKeys','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeTagKeys') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -63,4 +63,10 @@ def get_ResourceType(self): return self.get_query_params().get('ResourceType') def set_ResourceType(self,ResourceType): - self.add_query_param('ResourceType',ResourceType) \ No newline at end of file + self.add_query_param('ResourceType',ResourceType) + + def get_Category(self): + return self.get_query_params().get('Category') + + def set_Category(self,Category): + self.add_query_param('Category',Category) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeTagsRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeTagsRequest.py index d0b2772894..ea7ace4a74 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeTagsRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeTagsRequest.py @@ -21,7 +21,7 @@ class DescribeTagsRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeTags','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeTags') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -74,4 +74,10 @@ def get_ResourceType(self): return self.get_query_params().get('ResourceType') def set_ResourceType(self,ResourceType): - self.add_query_param('ResourceType',ResourceType) \ No newline at end of file + self.add_query_param('ResourceType',ResourceType) + + def get_Category(self): + return self.get_query_params().get('Category') + + def set_Category(self,Category): + self.add_query_param('Category',Category) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeTaskAttributeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeTaskAttributeRequest.py index cd4db52d55..a92e19dde5 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeTaskAttributeRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeTaskAttributeRequest.py @@ -21,7 +21,7 @@ class DescribeTaskAttributeRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeTaskAttribute','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeTaskAttribute') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeTasksRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeTasksRequest.py index 48d4446c6e..c38c27b62a 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeTasksRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeTasksRequest.py @@ -21,7 +21,7 @@ class DescribeTasksRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeTasks','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeTasks') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeUserBusinessBehaviorRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeUserBusinessBehaviorRequest.py index fb60dd885c..da36edf605 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeUserBusinessBehaviorRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeUserBusinessBehaviorRequest.py @@ -21,7 +21,7 @@ class DescribeUserBusinessBehaviorRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeUserBusinessBehavior','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeUserBusinessBehavior') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeUserDataRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeUserDataRequest.py index f81d4cef6d..e88b21059c 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeUserDataRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeUserDataRequest.py @@ -21,7 +21,7 @@ class DescribeUserDataRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeUserData','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeUserData') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeVRoutersRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeVRoutersRequest.py index b5cc6f7e3e..4268080f66 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeVRoutersRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeVRoutersRequest.py @@ -21,7 +21,7 @@ class DescribeVRoutersRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeVRouters','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeVRouters') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeVSwitchesRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeVSwitchesRequest.py index 69a92c17ba..29535918f9 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeVSwitchesRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeVSwitchesRequest.py @@ -21,7 +21,7 @@ class DescribeVSwitchesRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeVSwitches','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeVSwitches') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeVirtualBorderRoutersForPhysicalConnectionRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeVirtualBorderRoutersForPhysicalConnectionRequest.py index fb44aa2638..4115949774 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeVirtualBorderRoutersForPhysicalConnectionRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeVirtualBorderRoutersForPhysicalConnectionRequest.py @@ -21,7 +21,7 @@ class DescribeVirtualBorderRoutersForPhysicalConnectionRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeVirtualBorderRoutersForPhysicalConnection','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeVirtualBorderRoutersForPhysicalConnection') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeVirtualBorderRoutersRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeVirtualBorderRoutersRequest.py index 8e86300e33..1972907a13 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeVirtualBorderRoutersRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeVirtualBorderRoutersRequest.py @@ -21,7 +21,7 @@ class DescribeVirtualBorderRoutersRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeVirtualBorderRouters','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeVirtualBorderRouters') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeVolumesRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeVolumesRequest.py index a8c3be996d..6ce534e3c4 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeVolumesRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeVolumesRequest.py @@ -21,7 +21,7 @@ class DescribeVolumesRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeVolumes','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeVolumes') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeVpcsRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeVpcsRequest.py index 34354c59b6..443a233a0f 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeVpcsRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeVpcsRequest.py @@ -21,7 +21,7 @@ class DescribeVpcsRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeVpcs','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeVpcs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeZonesRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeZonesRequest.py index 1ebba6f901..0775ecffec 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeZonesRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeZonesRequest.py @@ -21,7 +21,7 @@ class DescribeZonesRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeZones','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeZones') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DetachClassicLinkVpcRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DetachClassicLinkVpcRequest.py index d567f43377..650a75ba29 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DetachClassicLinkVpcRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DetachClassicLinkVpcRequest.py @@ -21,7 +21,7 @@ class DetachClassicLinkVpcRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DetachClassicLinkVpc','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DetachClassicLinkVpc') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DetachDiskRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DetachDiskRequest.py index 5eebba43d6..71b21f4adb 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DetachDiskRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DetachDiskRequest.py @@ -21,7 +21,7 @@ class DetachDiskRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DetachDisk','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DetachDisk') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DetachInstanceRamRoleRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DetachInstanceRamRoleRequest.py index c791955249..dca5c80c94 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DetachInstanceRamRoleRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DetachInstanceRamRoleRequest.py @@ -21,7 +21,7 @@ class DetachInstanceRamRoleRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DetachInstanceRamRole','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DetachInstanceRamRole') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DetachKeyPairRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DetachKeyPairRequest.py index 15c336e69a..eee399e119 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DetachKeyPairRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DetachKeyPairRequest.py @@ -21,7 +21,7 @@ class DetachKeyPairRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DetachKeyPair','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DetachKeyPair') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DetachNetworkInterfaceRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DetachNetworkInterfaceRequest.py index 858b18acf7..d901e757c5 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DetachNetworkInterfaceRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DetachNetworkInterfaceRequest.py @@ -21,7 +21,7 @@ class DetachNetworkInterfaceRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DetachNetworkInterface','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DetachNetworkInterface') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DetachVolumeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DetachVolumeRequest.py index d9406a7e9a..fe96c98d34 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DetachVolumeRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DetachVolumeRequest.py @@ -21,7 +21,7 @@ class DetachVolumeRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DetachVolume','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DetachVolume') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/EipFillParamsRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/EipFillParamsRequest.py index 0ee12edd79..38bc2f0f1b 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/EipFillParamsRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/EipFillParamsRequest.py @@ -21,7 +21,7 @@ class EipFillParamsRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'EipFillParams','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'EipFillParams') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/EipFillProductRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/EipFillProductRequest.py index ffa541ee47..fab220ef51 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/EipFillProductRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/EipFillProductRequest.py @@ -21,7 +21,7 @@ class EipFillProductRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'EipFillProduct','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'EipFillProduct') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/EipNotifyPaidRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/EipNotifyPaidRequest.py index ef877ff94e..df42de9762 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/EipNotifyPaidRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/EipNotifyPaidRequest.py @@ -21,7 +21,7 @@ class EipNotifyPaidRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'EipNotifyPaid','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'EipNotifyPaid') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/EnablePhysicalConnectionRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/EnablePhysicalConnectionRequest.py index 0755504ddd..1cf7e25d65 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/EnablePhysicalConnectionRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/EnablePhysicalConnectionRequest.py @@ -21,7 +21,7 @@ class EnablePhysicalConnectionRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'EnablePhysicalConnection','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'EnablePhysicalConnection') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ExportImageRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ExportImageRequest.py index 1510e97d10..d23cc93415 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ExportImageRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ExportImageRequest.py @@ -21,7 +21,7 @@ class ExportImageRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ExportImage','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ExportImage') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ExportSnapshotRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ExportSnapshotRequest.py index 2bf3142274..400c729a9b 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ExportSnapshotRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ExportSnapshotRequest.py @@ -21,7 +21,7 @@ class ExportSnapshotRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ExportSnapshot','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ExportSnapshot') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/GetInstanceConsoleOutputRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/GetInstanceConsoleOutputRequest.py index 313ca42128..3e5f7e1e21 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/GetInstanceConsoleOutputRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/GetInstanceConsoleOutputRequest.py @@ -21,7 +21,7 @@ class GetInstanceConsoleOutputRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'GetInstanceConsoleOutput','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'GetInstanceConsoleOutput') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/GetInstanceScreenshotRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/GetInstanceScreenshotRequest.py index 53c3c9e744..9174b37d76 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/GetInstanceScreenshotRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/GetInstanceScreenshotRequest.py @@ -21,7 +21,7 @@ class GetInstanceScreenshotRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'GetInstanceScreenshot','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'GetInstanceScreenshot') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ImportImageRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ImportImageRequest.py index ddfb0f3dfd..ed1e40aae9 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ImportImageRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ImportImageRequest.py @@ -21,7 +21,7 @@ class ImportImageRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ImportImage','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ImportImage') def get_DiskDeviceMappings(self): return self.get_query_params().get('DiskDeviceMappings') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ImportKeyPairRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ImportKeyPairRequest.py index 71f14f48b9..7dba8c6465 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ImportKeyPairRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ImportKeyPairRequest.py @@ -21,7 +21,7 @@ class ImportKeyPairRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ImportKeyPair','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ImportKeyPair') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ImportSnapshotRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ImportSnapshotRequest.py index 8eb3105453..9f41be97ae 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ImportSnapshotRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ImportSnapshotRequest.py @@ -21,7 +21,7 @@ class ImportSnapshotRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ImportSnapshot','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ImportSnapshot') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/InstallCloudAssistantRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/InstallCloudAssistantRequest.py index e4977d87a5..8426c74a59 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/InstallCloudAssistantRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/InstallCloudAssistantRequest.py @@ -21,7 +21,7 @@ class InstallCloudAssistantRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'InstallCloudAssistant','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'InstallCloudAssistant') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/InvokeCommandRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/InvokeCommandRequest.py index 65392a498e..b444c4a8ef 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/InvokeCommandRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/InvokeCommandRequest.py @@ -21,7 +21,7 @@ class InvokeCommandRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'InvokeCommand','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'InvokeCommand') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/JoinResourceGroupRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/JoinResourceGroupRequest.py index 9e394d3d35..25814defe4 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/JoinResourceGroupRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/JoinResourceGroupRequest.py @@ -21,7 +21,7 @@ class JoinResourceGroupRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'JoinResourceGroup','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'JoinResourceGroup') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/JoinSecurityGroupRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/JoinSecurityGroupRequest.py index fa146a0399..57337f8aa7 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/JoinSecurityGroupRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/JoinSecurityGroupRequest.py @@ -21,7 +21,7 @@ class JoinSecurityGroupRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'JoinSecurityGroup','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'JoinSecurityGroup') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/LeaveSecurityGroupRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/LeaveSecurityGroupRequest.py index 54e684413a..d2d5cad58d 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/LeaveSecurityGroupRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/LeaveSecurityGroupRequest.py @@ -21,7 +21,7 @@ class LeaveSecurityGroupRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'LeaveSecurityGroup','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'LeaveSecurityGroup') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ListTagResourcesRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ListTagResourcesRequest.py index 90255e42cf..7b184a48e4 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ListTagResourcesRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ListTagResourcesRequest.py @@ -21,7 +21,7 @@ class ListTagResourcesRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ListTagResources','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ListTagResources') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyAutoSnapshotPolicyExRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyAutoSnapshotPolicyExRequest.py index ada31a4368..84d0dd53b0 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyAutoSnapshotPolicyExRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyAutoSnapshotPolicyExRequest.py @@ -21,7 +21,7 @@ class ModifyAutoSnapshotPolicyExRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyAutoSnapshotPolicyEx','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyAutoSnapshotPolicyEx') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyAutoSnapshotPolicyRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyAutoSnapshotPolicyRequest.py index b412872071..20fe37e3c2 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyAutoSnapshotPolicyRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyAutoSnapshotPolicyRequest.py @@ -21,7 +21,7 @@ class ModifyAutoSnapshotPolicyRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyAutoSnapshotPolicy','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyAutoSnapshotPolicy') def get_DataDiskPolicyEnabled(self): return self.get_query_params().get('DataDiskPolicyEnabled') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyBandwidthPackageSpecRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyBandwidthPackageSpecRequest.py index a5183eff44..826d067c85 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyBandwidthPackageSpecRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyBandwidthPackageSpecRequest.py @@ -21,7 +21,7 @@ class ModifyBandwidthPackageSpecRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyBandwidthPackageSpec','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyBandwidthPackageSpec') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyCommandRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyCommandRequest.py index a2749777de..bba53a4c0f 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyCommandRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyCommandRequest.py @@ -21,7 +21,7 @@ class ModifyCommandRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyCommand','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyCommand') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyDedicatedHostAttributeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyDedicatedHostAttributeRequest.py index 950d5acc0e..5aa79e4ea1 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyDedicatedHostAttributeRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyDedicatedHostAttributeRequest.py @@ -21,7 +21,7 @@ class ModifyDedicatedHostAttributeRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyDedicatedHostAttribute','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyDedicatedHostAttribute') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyDedicatedHostAutoReleaseTimeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyDedicatedHostAutoReleaseTimeRequest.py index a02a638131..83685191fb 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyDedicatedHostAutoReleaseTimeRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyDedicatedHostAutoReleaseTimeRequest.py @@ -21,7 +21,7 @@ class ModifyDedicatedHostAutoReleaseTimeRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyDedicatedHostAutoReleaseTime','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyDedicatedHostAutoReleaseTime') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyDedicatedHostAutoRenewAttributeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyDedicatedHostAutoRenewAttributeRequest.py index c52c61e98e..2b7a5bcca3 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyDedicatedHostAutoRenewAttributeRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyDedicatedHostAutoRenewAttributeRequest.py @@ -21,7 +21,7 @@ class ModifyDedicatedHostAutoRenewAttributeRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyDedicatedHostAutoRenewAttribute','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyDedicatedHostAutoRenewAttribute') def get_DedicatedHostIds(self): return self.get_query_params().get('DedicatedHostIds') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyDeploymentSetAttributeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyDeploymentSetAttributeRequest.py index b7b4ca18b0..b9032e7d7b 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyDeploymentSetAttributeRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyDeploymentSetAttributeRequest.py @@ -21,7 +21,7 @@ class ModifyDeploymentSetAttributeRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyDeploymentSetAttribute','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyDeploymentSetAttribute') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyDiskAttributeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyDiskAttributeRequest.py index a9a6f4be54..8995580986 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyDiskAttributeRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyDiskAttributeRequest.py @@ -21,7 +21,7 @@ class ModifyDiskAttributeRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyDiskAttribute','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyDiskAttribute') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyDiskChargeTypeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyDiskChargeTypeRequest.py index bdc33b3d15..d413ecf675 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyDiskChargeTypeRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyDiskChargeTypeRequest.py @@ -21,7 +21,7 @@ class ModifyDiskChargeTypeRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyDiskChargeType','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyDiskChargeType') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyEipAddressAttributeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyEipAddressAttributeRequest.py index 84ff54478a..8a8b5c0968 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyEipAddressAttributeRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyEipAddressAttributeRequest.py @@ -21,7 +21,7 @@ class ModifyEipAddressAttributeRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyEipAddressAttribute','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyEipAddressAttribute') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyFleetRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyFleetRequest.py index 4c1d362e1d..3940e4e3a0 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyFleetRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyFleetRequest.py @@ -21,7 +21,7 @@ class ModifyFleetRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyFleet','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyFleet') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyForwardEntryRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyForwardEntryRequest.py index 878a78429b..a687f76ae2 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyForwardEntryRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyForwardEntryRequest.py @@ -21,7 +21,7 @@ class ModifyForwardEntryRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyForwardEntry','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyForwardEntry') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyHaVipAttributeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyHaVipAttributeRequest.py index 0a441a167b..86bb886545 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyHaVipAttributeRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyHaVipAttributeRequest.py @@ -21,7 +21,7 @@ class ModifyHaVipAttributeRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyHaVipAttribute','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyHaVipAttribute') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyHpcClusterAttributeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyHpcClusterAttributeRequest.py index 4af5f0eab6..667e39b1e6 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyHpcClusterAttributeRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyHpcClusterAttributeRequest.py @@ -21,7 +21,7 @@ class ModifyHpcClusterAttributeRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyHpcClusterAttribute','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyHpcClusterAttribute') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyImageAttributeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyImageAttributeRequest.py index 8e97fdb724..53e9b32cd2 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyImageAttributeRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyImageAttributeRequest.py @@ -21,7 +21,7 @@ class ModifyImageAttributeRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyImageAttribute','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyImageAttribute') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyImageShareGroupPermissionRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyImageShareGroupPermissionRequest.py index b780bdee25..913f005e71 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyImageShareGroupPermissionRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyImageShareGroupPermissionRequest.py @@ -21,7 +21,7 @@ class ModifyImageShareGroupPermissionRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyImageShareGroupPermission','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyImageShareGroupPermission') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyImageSharePermissionRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyImageSharePermissionRequest.py index 7b2fca108d..fad62a9e52 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyImageSharePermissionRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyImageSharePermissionRequest.py @@ -21,7 +21,7 @@ class ModifyImageSharePermissionRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyImageSharePermission','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyImageSharePermission') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceAttributeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceAttributeRequest.py index 7aca2be0d3..421625b4b8 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceAttributeRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceAttributeRequest.py @@ -21,7 +21,7 @@ class ModifyInstanceAttributeRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyInstanceAttribute','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyInstanceAttribute') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceAutoReleaseTimeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceAutoReleaseTimeRequest.py index 660cdf1c64..6d3968d565 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceAutoReleaseTimeRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceAutoReleaseTimeRequest.py @@ -21,7 +21,7 @@ class ModifyInstanceAutoReleaseTimeRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyInstanceAutoReleaseTime','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyInstanceAutoReleaseTime') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceAutoRenewAttributeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceAutoRenewAttributeRequest.py index 07e7ebebb4..3842ed7559 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceAutoRenewAttributeRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceAutoRenewAttributeRequest.py @@ -21,7 +21,7 @@ class ModifyInstanceAutoRenewAttributeRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyInstanceAutoRenewAttribute','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyInstanceAutoRenewAttribute') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceChargeTypeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceChargeTypeRequest.py index 30cb854f55..25c21a4960 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceChargeTypeRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceChargeTypeRequest.py @@ -21,7 +21,7 @@ class ModifyInstanceChargeTypeRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyInstanceChargeType','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyInstanceChargeType') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceDeploymentRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceDeploymentRequest.py index 355515de66..72479b3f4b 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceDeploymentRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceDeploymentRequest.py @@ -21,7 +21,7 @@ class ModifyInstanceDeploymentRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyInstanceDeployment','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyInstanceDeployment') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceNetworkSpecRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceNetworkSpecRequest.py index b3ee00bedb..572e56a5a1 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceNetworkSpecRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceNetworkSpecRequest.py @@ -21,7 +21,7 @@ class ModifyInstanceNetworkSpecRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyInstanceNetworkSpec','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyInstanceNetworkSpec') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceSpecRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceSpecRequest.py index e07ae541b4..b2c8081b51 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceSpecRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceSpecRequest.py @@ -21,7 +21,7 @@ class ModifyInstanceSpecRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyInstanceSpec','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyInstanceSpec') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceVncPasswdRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceVncPasswdRequest.py index 0ea1d7dfeb..1f7bc00bc3 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceVncPasswdRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceVncPasswdRequest.py @@ -21,7 +21,7 @@ class ModifyInstanceVncPasswdRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyInstanceVncPasswd','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyInstanceVncPasswd') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceVpcAttributeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceVpcAttributeRequest.py index bfd9cd0de1..dab105b7c7 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceVpcAttributeRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceVpcAttributeRequest.py @@ -21,7 +21,7 @@ class ModifyInstanceVpcAttributeRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyInstanceVpcAttribute','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyInstanceVpcAttribute') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyIntranetBandwidthKbRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyIntranetBandwidthKbRequest.py index 7475f721c1..026792eaf4 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyIntranetBandwidthKbRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyIntranetBandwidthKbRequest.py @@ -21,7 +21,7 @@ class ModifyIntranetBandwidthKbRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyIntranetBandwidthKb','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyIntranetBandwidthKb') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyLaunchTemplateDefaultVersionRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyLaunchTemplateDefaultVersionRequest.py index 6691266fb4..5d3eb5f4bb 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyLaunchTemplateDefaultVersionRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyLaunchTemplateDefaultVersionRequest.py @@ -21,7 +21,7 @@ class ModifyLaunchTemplateDefaultVersionRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyLaunchTemplateDefaultVersion','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyLaunchTemplateDefaultVersion') def get_LaunchTemplateName(self): return self.get_query_params().get('LaunchTemplateName') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyNetworkInterfaceAttributeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyNetworkInterfaceAttributeRequest.py index cd3e523dd0..afd5089ef4 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyNetworkInterfaceAttributeRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyNetworkInterfaceAttributeRequest.py @@ -21,7 +21,7 @@ class ModifyNetworkInterfaceAttributeRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyNetworkInterfaceAttribute','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyNetworkInterfaceAttribute') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyPhysicalConnectionAttributeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyPhysicalConnectionAttributeRequest.py index 7d18368fc8..f4043af477 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyPhysicalConnectionAttributeRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyPhysicalConnectionAttributeRequest.py @@ -21,7 +21,7 @@ class ModifyPhysicalConnectionAttributeRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyPhysicalConnectionAttribute','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyPhysicalConnectionAttribute') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyPrepayInstanceSpecRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyPrepayInstanceSpecRequest.py index 587c59962b..8ceb92c29a 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyPrepayInstanceSpecRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyPrepayInstanceSpecRequest.py @@ -21,7 +21,7 @@ class ModifyPrepayInstanceSpecRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyPrepayInstanceSpec','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyPrepayInstanceSpec') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -47,6 +47,12 @@ def get_SystemDiskCategory(self): def set_SystemDiskCategory(self,SystemDiskCategory): self.add_query_param('SystemDisk.Category',SystemDiskCategory) + def get_RebootTime(self): + return self.get_query_params().get('RebootTime') + + def set_RebootTime(self,RebootTime): + self.add_query_param('RebootTime',RebootTime) + def get_MigrateAcrossZone(self): return self.get_query_params().get('MigrateAcrossZone') @@ -77,6 +83,12 @@ def get_OwnerAccount(self): def set_OwnerAccount(self,OwnerAccount): self.add_query_param('OwnerAccount',OwnerAccount) + def get_EndTime(self): + return self.get_query_params().get('EndTime') + + def set_EndTime(self,EndTime): + self.add_query_param('EndTime',EndTime) + def get_OwnerId(self): return self.get_query_params().get('OwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyReservedInstanceAttributeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyReservedInstanceAttributeRequest.py index eff017225e..4552ca8598 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyReservedInstanceAttributeRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyReservedInstanceAttributeRequest.py @@ -21,7 +21,7 @@ class ModifyReservedInstanceAttributeRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyReservedInstanceAttribute','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyReservedInstanceAttribute') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyReservedInstancesRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyReservedInstancesRequest.py index 3414b1e4b8..aa675647c1 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyReservedInstancesRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyReservedInstancesRequest.py @@ -21,7 +21,7 @@ class ModifyReservedInstancesRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyReservedInstances','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyReservedInstances') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyRouterInterfaceAttributeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyRouterInterfaceAttributeRequest.py index 8b5f0fc827..01dde0fe03 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyRouterInterfaceAttributeRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyRouterInterfaceAttributeRequest.py @@ -21,7 +21,7 @@ class ModifyRouterInterfaceAttributeRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyRouterInterfaceAttribute','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyRouterInterfaceAttribute') def get_OppositeRouterId(self): return self.get_query_params().get('OppositeRouterId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyRouterInterfaceSpecRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyRouterInterfaceSpecRequest.py index eb1d451dfb..e1c0cd7d0f 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyRouterInterfaceSpecRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyRouterInterfaceSpecRequest.py @@ -21,7 +21,7 @@ class ModifyRouterInterfaceSpecRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyRouterInterfaceSpec','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyRouterInterfaceSpec') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifySecurityGroupAttributeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifySecurityGroupAttributeRequest.py index b87eaa54bb..13d5c528af 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifySecurityGroupAttributeRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifySecurityGroupAttributeRequest.py @@ -21,7 +21,7 @@ class ModifySecurityGroupAttributeRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifySecurityGroupAttribute','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifySecurityGroupAttribute') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifySecurityGroupEgressRuleRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifySecurityGroupEgressRuleRequest.py index 5cb281033a..b6f3b163c9 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifySecurityGroupEgressRuleRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifySecurityGroupEgressRuleRequest.py @@ -21,7 +21,7 @@ class ModifySecurityGroupEgressRuleRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifySecurityGroupEgressRule','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifySecurityGroupEgressRule') def get_NicType(self): return self.get_query_params().get('NicType') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifySecurityGroupPolicyRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifySecurityGroupPolicyRequest.py index e3bc8b072f..319fabf9cf 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifySecurityGroupPolicyRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifySecurityGroupPolicyRequest.py @@ -21,7 +21,7 @@ class ModifySecurityGroupPolicyRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifySecurityGroupPolicy','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifySecurityGroupPolicy') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifySecurityGroupRuleRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifySecurityGroupRuleRequest.py index 7470bffe22..01a4adfd30 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifySecurityGroupRuleRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifySecurityGroupRuleRequest.py @@ -21,7 +21,7 @@ class ModifySecurityGroupRuleRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifySecurityGroupRule','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifySecurityGroupRule') def get_NicType(self): return self.get_query_params().get('NicType') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifySnapshotAttributeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifySnapshotAttributeRequest.py index 4cd72642a4..efc996d5e6 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifySnapshotAttributeRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifySnapshotAttributeRequest.py @@ -21,7 +21,7 @@ class ModifySnapshotAttributeRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifySnapshotAttribute','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifySnapshotAttribute') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyUserBusinessBehaviorRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyUserBusinessBehaviorRequest.py index 0eeea39f81..7f6118751e 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyUserBusinessBehaviorRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyUserBusinessBehaviorRequest.py @@ -21,7 +21,7 @@ class ModifyUserBusinessBehaviorRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyUserBusinessBehavior','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyUserBusinessBehavior') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyUserEventAttributeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyUserEventAttributeRequest.py index f7463ee097..24ae60f42e 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyUserEventAttributeRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyUserEventAttributeRequest.py @@ -21,7 +21,7 @@ class ModifyUserEventAttributeRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyUserEventAttribute','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyUserEventAttribute') def get_EventId(self): return self.get_query_params().get('EventId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyVRouterAttributeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyVRouterAttributeRequest.py index bca2a1f0c5..77c6e65db4 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyVRouterAttributeRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyVRouterAttributeRequest.py @@ -21,7 +21,7 @@ class ModifyVRouterAttributeRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyVRouterAttribute','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyVRouterAttribute') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyVSwitchAttributeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyVSwitchAttributeRequest.py index 73aa264202..e6431614ce 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyVSwitchAttributeRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyVSwitchAttributeRequest.py @@ -21,7 +21,7 @@ class ModifyVSwitchAttributeRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyVSwitchAttribute','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyVSwitchAttribute') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyVirtualBorderRouterAttributeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyVirtualBorderRouterAttributeRequest.py index 9d630beacb..8ed15b4b5f 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyVirtualBorderRouterAttributeRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyVirtualBorderRouterAttributeRequest.py @@ -21,7 +21,7 @@ class ModifyVirtualBorderRouterAttributeRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyVirtualBorderRouterAttribute','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyVirtualBorderRouterAttribute') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyVolumeAttributeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyVolumeAttributeRequest.py index faac94952b..c1f31a65cc 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyVolumeAttributeRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyVolumeAttributeRequest.py @@ -21,7 +21,7 @@ class ModifyVolumeAttributeRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyVolumeAttribute','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyVolumeAttribute') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyVpcAttributeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyVpcAttributeRequest.py index d30a9c3da0..2169414652 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyVpcAttributeRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyVpcAttributeRequest.py @@ -21,7 +21,7 @@ class ModifyVpcAttributeRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyVpcAttribute','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyVpcAttribute') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/PurchaseReservedInstancesOfferingRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/PurchaseReservedInstancesOfferingRequest.py index dcaea4bc62..d0100e7028 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/PurchaseReservedInstancesOfferingRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/PurchaseReservedInstancesOfferingRequest.py @@ -21,7 +21,7 @@ class PurchaseReservedInstancesOfferingRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'PurchaseReservedInstancesOffering','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'PurchaseReservedInstancesOffering') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ReActivateInstancesRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ReActivateInstancesRequest.py index a46f220b01..cb91453ffb 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ReActivateInstancesRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ReActivateInstancesRequest.py @@ -21,7 +21,7 @@ class ReActivateInstancesRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ReActivateInstances','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ReActivateInstances') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ReInitDiskRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ReInitDiskRequest.py index 13d2e7eb77..973c28188c 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ReInitDiskRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ReInitDiskRequest.py @@ -21,7 +21,7 @@ class ReInitDiskRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ReInitDisk','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ReInitDisk') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ReInitVolumeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ReInitVolumeRequest.py index bfbee11736..6417807f23 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ReInitVolumeRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ReInitVolumeRequest.py @@ -21,7 +21,7 @@ class ReInitVolumeRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ReInitVolume','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ReInitVolume') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RebootInstanceRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RebootInstanceRequest.py index 5d8744ffb1..4421d964cf 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RebootInstanceRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RebootInstanceRequest.py @@ -21,7 +21,7 @@ class RebootInstanceRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'RebootInstance','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'RebootInstance') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RecoverVirtualBorderRouterRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RecoverVirtualBorderRouterRequest.py index 50a81a511b..4e71ea134a 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RecoverVirtualBorderRouterRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RecoverVirtualBorderRouterRequest.py @@ -21,7 +21,7 @@ class RecoverVirtualBorderRouterRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'RecoverVirtualBorderRouter','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'RecoverVirtualBorderRouter') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RedeployInstanceRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RedeployInstanceRequest.py index 0067ab5c81..1c40cc934b 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RedeployInstanceRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RedeployInstanceRequest.py @@ -21,7 +21,7 @@ class RedeployInstanceRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'RedeployInstance','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'RedeployInstance') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ReleaseDedicatedHostRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ReleaseDedicatedHostRequest.py index 5cbbf1a25c..fd79fcc17e 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ReleaseDedicatedHostRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ReleaseDedicatedHostRequest.py @@ -21,7 +21,7 @@ class ReleaseDedicatedHostRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ReleaseDedicatedHost','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ReleaseDedicatedHost') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ReleaseEipAddressRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ReleaseEipAddressRequest.py index 7c40737fb3..ac291f4a2a 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ReleaseEipAddressRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ReleaseEipAddressRequest.py @@ -21,7 +21,7 @@ class ReleaseEipAddressRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ReleaseEipAddress','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ReleaseEipAddress') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ReleasePublicIpAddressRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ReleasePublicIpAddressRequest.py index 8d230ecb31..a697ebd215 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ReleasePublicIpAddressRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ReleasePublicIpAddressRequest.py @@ -21,7 +21,7 @@ class ReleasePublicIpAddressRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ReleasePublicIpAddress','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ReleasePublicIpAddress') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RemoveBandwidthPackageIpsRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RemoveBandwidthPackageIpsRequest.py index 29b4f92883..01e9b0d119 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RemoveBandwidthPackageIpsRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RemoveBandwidthPackageIpsRequest.py @@ -21,7 +21,7 @@ class RemoveBandwidthPackageIpsRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'RemoveBandwidthPackageIps','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'RemoveBandwidthPackageIps') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RemoveTagsRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RemoveTagsRequest.py index 4120d418a9..436a3c44b0 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RemoveTagsRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RemoveTagsRequest.py @@ -21,7 +21,7 @@ class RemoveTagsRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'RemoveTags','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'RemoveTags') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RenewDedicatedHostsRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RenewDedicatedHostsRequest.py index 0baf401ec8..90b77763cf 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RenewDedicatedHostsRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RenewDedicatedHostsRequest.py @@ -21,7 +21,7 @@ class RenewDedicatedHostsRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'RenewDedicatedHosts','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'RenewDedicatedHosts') def get_DedicatedHostIds(self): return self.get_query_params().get('DedicatedHostIds') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RenewInstanceRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RenewInstanceRequest.py index d8c30092c6..5609841755 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RenewInstanceRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RenewInstanceRequest.py @@ -21,7 +21,7 @@ class RenewInstanceRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'RenewInstance','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'RenewInstance') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ReplaceSystemDiskRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ReplaceSystemDiskRequest.py index f735d067e3..3fa801d489 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ReplaceSystemDiskRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ReplaceSystemDiskRequest.py @@ -21,7 +21,7 @@ class ReplaceSystemDiskRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ReplaceSystemDisk','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ReplaceSystemDisk') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ReportInstancesStatusRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ReportInstancesStatusRequest.py index 6aa63ebe49..e18d52778d 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ReportInstancesStatusRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ReportInstancesStatusRequest.py @@ -21,7 +21,7 @@ class ReportInstancesStatusRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ReportInstancesStatus','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ReportInstancesStatus') def get_Reason(self): return self.get_query_params().get('Reason') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ResetDiskRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ResetDiskRequest.py index 3197fcbdb1..6ce8469bd8 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ResetDiskRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ResetDiskRequest.py @@ -21,7 +21,7 @@ class ResetDiskRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ResetDisk','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ResetDisk') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ResizeDiskRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ResizeDiskRequest.py index 704b0e5e9d..e525c79687 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ResizeDiskRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ResizeDiskRequest.py @@ -21,7 +21,7 @@ class ResizeDiskRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ResizeDisk','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ResizeDisk') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ResizeVolumeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ResizeVolumeRequest.py index ac1366d756..de48035a2f 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ResizeVolumeRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ResizeVolumeRequest.py @@ -21,7 +21,7 @@ class ResizeVolumeRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ResizeVolume','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ResizeVolume') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RevokeSecurityGroupEgressRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RevokeSecurityGroupEgressRequest.py index c892f70e62..d5d3fd4306 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RevokeSecurityGroupEgressRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RevokeSecurityGroupEgressRequest.py @@ -21,7 +21,7 @@ class RevokeSecurityGroupEgressRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'RevokeSecurityGroupEgress','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'RevokeSecurityGroupEgress') def get_NicType(self): return self.get_query_params().get('NicType') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RevokeSecurityGroupRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RevokeSecurityGroupRequest.py index 64334d17f4..ff415a7127 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RevokeSecurityGroupRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RevokeSecurityGroupRequest.py @@ -21,7 +21,7 @@ class RevokeSecurityGroupRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'RevokeSecurityGroup','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'RevokeSecurityGroup') def get_NicType(self): return self.get_query_params().get('NicType') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RollbackVolumeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RollbackVolumeRequest.py index 29349e15d3..d9a9a92780 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RollbackVolumeRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RollbackVolumeRequest.py @@ -21,7 +21,7 @@ class RollbackVolumeRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'RollbackVolume','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'RollbackVolume') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RunInstancesRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RunInstancesRequest.py index e25677b6d5..170c8d5d8d 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RunInstancesRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RunInstancesRequest.py @@ -21,7 +21,7 @@ class RunInstancesRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'RunInstances','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'RunInstances') def get_LaunchTemplateName(self): return self.get_query_params().get('LaunchTemplateName') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/SignAgreementRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/SignAgreementRequest.py index 4532e83533..24c0ac23db 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/SignAgreementRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/SignAgreementRequest.py @@ -21,7 +21,7 @@ class SignAgreementRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'SignAgreement','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'SignAgreement') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/StartInstanceRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/StartInstanceRequest.py index 8b40e4a881..cbd0c4c815 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/StartInstanceRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/StartInstanceRequest.py @@ -21,7 +21,7 @@ class StartInstanceRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'StartInstance','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'StartInstance') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/StopInstanceRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/StopInstanceRequest.py index b2988171c2..6b4291b196 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/StopInstanceRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/StopInstanceRequest.py @@ -21,7 +21,7 @@ class StopInstanceRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'StopInstance','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'StopInstance') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/StopInvocationRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/StopInvocationRequest.py index 0914b5f8f0..347d0a9fc4 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/StopInvocationRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/StopInvocationRequest.py @@ -21,7 +21,7 @@ class StopInvocationRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'StopInvocation','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'StopInvocation') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/TagResourcesRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/TagResourcesRequest.py index 9861965049..6c86c47796 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/TagResourcesRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/TagResourcesRequest.py @@ -21,7 +21,7 @@ class TagResourcesRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'TagResources','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'TagResources') def get_Tags(self): return self.get_query_params().get('Tags') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/TerminatePhysicalConnectionRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/TerminatePhysicalConnectionRequest.py index 6e1f8967f7..406b453469 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/TerminatePhysicalConnectionRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/TerminatePhysicalConnectionRequest.py @@ -21,7 +21,7 @@ class TerminatePhysicalConnectionRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'TerminatePhysicalConnection','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'TerminatePhysicalConnection') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/TerminateVirtualBorderRouterRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/TerminateVirtualBorderRouterRequest.py index 145efd22da..5653fb7b5a 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/TerminateVirtualBorderRouterRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/TerminateVirtualBorderRouterRequest.py @@ -21,7 +21,7 @@ class TerminateVirtualBorderRouterRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'TerminateVirtualBorderRouter','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'TerminateVirtualBorderRouter') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/UnassignIpv6AddressesRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/UnassignIpv6AddressesRequest.py index 5db17895bb..f0a264061e 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/UnassignIpv6AddressesRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/UnassignIpv6AddressesRequest.py @@ -21,7 +21,7 @@ class UnassignIpv6AddressesRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'UnassignIpv6Addresses','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'UnassignIpv6Addresses') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/UnassignPrivateIpAddressesRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/UnassignPrivateIpAddressesRequest.py index 081edaceac..f5cfd62c2f 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/UnassignPrivateIpAddressesRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/UnassignPrivateIpAddressesRequest.py @@ -21,7 +21,7 @@ class UnassignPrivateIpAddressesRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'UnassignPrivateIpAddresses','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'UnassignPrivateIpAddresses') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/UnassociateEipAddressRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/UnassociateEipAddressRequest.py index b07b18eaf7..ee20f3d5a0 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/UnassociateEipAddressRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/UnassociateEipAddressRequest.py @@ -21,7 +21,7 @@ class UnassociateEipAddressRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'UnassociateEipAddress','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'UnassociateEipAddress') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/UnassociateHaVipRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/UnassociateHaVipRequest.py index 87bd2591e3..3a1729019a 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/UnassociateHaVipRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/UnassociateHaVipRequest.py @@ -21,7 +21,7 @@ class UnassociateHaVipRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'UnassociateHaVip','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'UnassociateHaVip') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/UnbindIpRangeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/UnbindIpRangeRequest.py index 48d817afcd..e347c3c7c9 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/UnbindIpRangeRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/UnbindIpRangeRequest.py @@ -21,7 +21,7 @@ class UnbindIpRangeRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'UnbindIpRange','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'UnbindIpRange') def get_IpAddress(self): return self.get_query_params().get('IpAddress') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/UntagResourcesRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/UntagResourcesRequest.py index 0925998a9b..fe579af016 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/UntagResourcesRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/UntagResourcesRequest.py @@ -21,7 +21,7 @@ class UntagResourcesRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'UntagResources','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'UntagResources') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ValidateSecurityGroupRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ValidateSecurityGroupRequest.py index 824eb79c44..fdfdd23c5f 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ValidateSecurityGroupRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ValidateSecurityGroupRequest.py @@ -21,7 +21,7 @@ class ValidateSecurityGroupRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ValidateSecurityGroup','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ValidateSecurityGroup') def get_NicType(self): return self.get_query_params().get('NicType') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/AllocateDedicatedHostsRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/AllocateDedicatedHostsRequest.py index e1f43c0ea6..df7ad8443f 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/AllocateDedicatedHostsRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/AllocateDedicatedHostsRequest.py @@ -21,7 +21,7 @@ class AllocateDedicatedHostsRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2016-03-14', 'AllocateDedicatedHosts','ecs') + RpcRequest.__init__(self, 'Ecs', '2016-03-14', 'AllocateDedicatedHosts') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/CreateCapacityReservationRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/CreateCapacityReservationRequest.py index 6cefdb38d7..449b4e91be 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/CreateCapacityReservationRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/CreateCapacityReservationRequest.py @@ -21,7 +21,7 @@ class CreateCapacityReservationRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2016-03-14', 'CreateCapacityReservation','ecs') + RpcRequest.__init__(self, 'Ecs', '2016-03-14', 'CreateCapacityReservation') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/CreateConfigLogSubscriptionsRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/CreateConfigLogSubscriptionsRequest.py index 1fd872c02c..0b05e71de3 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/CreateConfigLogSubscriptionsRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/CreateConfigLogSubscriptionsRequest.py @@ -21,7 +21,7 @@ class CreateConfigLogSubscriptionsRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2016-03-14', 'CreateConfigLogSubscriptions','ecs') + RpcRequest.__init__(self, 'Ecs', '2016-03-14', 'CreateConfigLogSubscriptions') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/CreateDisksRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/CreateDisksRequest.py index d5cfe2069e..d5375a41d2 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/CreateDisksRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/CreateDisksRequest.py @@ -21,7 +21,7 @@ class CreateDisksRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2016-03-14', 'CreateDisks','ecs') + RpcRequest.__init__(self, 'Ecs', '2016-03-14', 'CreateDisks') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/CreateEniQosGroupRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/CreateEniQosGroupRequest.py index e1d0695fcd..fa64627da8 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/CreateEniQosGroupRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/CreateEniQosGroupRequest.py @@ -21,7 +21,7 @@ class CreateEniQosGroupRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2016-03-14', 'CreateEniQosGroup','ecs') + RpcRequest.__init__(self, 'Ecs', '2016-03-14', 'CreateEniQosGroup') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/CreateOrderRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/CreateOrderRequest.py index 9c91d6f734..803d41ef90 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/CreateOrderRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/CreateOrderRequest.py @@ -21,7 +21,7 @@ class CreateOrderRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2016-03-14', 'CreateOrder','ecs') + RpcRequest.__init__(self, 'Ecs', '2016-03-14', 'CreateOrder') def get_Commodity(self): return self.get_query_params().get('Commodity') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/CreateVolumesRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/CreateVolumesRequest.py index 027ee9b365..763a062ea0 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/CreateVolumesRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/CreateVolumesRequest.py @@ -21,7 +21,7 @@ class CreateVolumesRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2016-03-14', 'CreateVolumes','ecs') + RpcRequest.__init__(self, 'Ecs', '2016-03-14', 'CreateVolumes') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DeleteConfigLogSubscriptionsRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DeleteConfigLogSubscriptionsRequest.py index 06f0a0035e..b41fa5f883 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DeleteConfigLogSubscriptionsRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DeleteConfigLogSubscriptionsRequest.py @@ -21,7 +21,7 @@ class DeleteConfigLogSubscriptionsRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2016-03-14', 'DeleteConfigLogSubscriptions','ecs') + RpcRequest.__init__(self, 'Ecs', '2016-03-14', 'DeleteConfigLogSubscriptions') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DeleteEniQosGroupRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DeleteEniQosGroupRequest.py index b700c70e50..ecad052730 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DeleteEniQosGroupRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DeleteEniQosGroupRequest.py @@ -21,7 +21,7 @@ class DeleteEniQosGroupRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2016-03-14', 'DeleteEniQosGroup','ecs') + RpcRequest.__init__(self, 'Ecs', '2016-03-14', 'DeleteEniQosGroup') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DescribeAccountAttributesRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DescribeAccountAttributesRequest.py index 0f22c85cea..a35789c251 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DescribeAccountAttributesRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DescribeAccountAttributesRequest.py @@ -21,7 +21,7 @@ class DescribeAccountAttributesRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2016-03-14', 'DescribeAccountAttributes','ecs') + RpcRequest.__init__(self, 'Ecs', '2016-03-14', 'DescribeAccountAttributes') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DescribeAccountLimitsRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DescribeAccountLimitsRequest.py index 029a0ac91a..aff08d4672 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DescribeAccountLimitsRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DescribeAccountLimitsRequest.py @@ -21,7 +21,7 @@ class DescribeAccountLimitsRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2016-03-14', 'DescribeAccountLimits','ecs') + RpcRequest.__init__(self, 'Ecs', '2016-03-14', 'DescribeAccountLimits') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DescribeBandwidthPriceRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DescribeBandwidthPriceRequest.py index 07eb16bd15..dd8732f8e8 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DescribeBandwidthPriceRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DescribeBandwidthPriceRequest.py @@ -21,7 +21,7 @@ class DescribeBandwidthPriceRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2016-03-14', 'DescribeBandwidthPrice','ecs') + RpcRequest.__init__(self, 'Ecs', '2016-03-14', 'DescribeBandwidthPrice') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DescribeCapacityReservationsRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DescribeCapacityReservationsRequest.py index 75d8ccac77..dcaa78418f 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DescribeCapacityReservationsRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DescribeCapacityReservationsRequest.py @@ -21,7 +21,7 @@ class DescribeCapacityReservationsRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2016-03-14', 'DescribeCapacityReservations','ecs') + RpcRequest.__init__(self, 'Ecs', '2016-03-14', 'DescribeCapacityReservations') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DescribeConfigLogHistoryRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DescribeConfigLogHistoryRequest.py index 51e264900a..acbd1821b0 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DescribeConfigLogHistoryRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DescribeConfigLogHistoryRequest.py @@ -21,7 +21,7 @@ class DescribeConfigLogHistoryRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2016-03-14', 'DescribeConfigLogHistory','ecs') + RpcRequest.__init__(self, 'Ecs', '2016-03-14', 'DescribeConfigLogHistory') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DescribeConfigLogSubscriptionRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DescribeConfigLogSubscriptionRequest.py index fb3f7eb064..ad1db0d2e9 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DescribeConfigLogSubscriptionRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DescribeConfigLogSubscriptionRequest.py @@ -21,7 +21,7 @@ class DescribeConfigLogSubscriptionRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2016-03-14', 'DescribeConfigLogSubscription','ecs') + RpcRequest.__init__(self, 'Ecs', '2016-03-14', 'DescribeConfigLogSubscription') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DescribeDedicatedHostAutoRenewRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DescribeDedicatedHostAutoRenewRequest.py index 5c7ec77828..e1df3d41d3 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DescribeDedicatedHostAutoRenewRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DescribeDedicatedHostAutoRenewRequest.py @@ -21,7 +21,7 @@ class DescribeDedicatedHostAutoRenewRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2016-03-14', 'DescribeDedicatedHostAutoRenew','ecs') + RpcRequest.__init__(self, 'Ecs', '2016-03-14', 'DescribeDedicatedHostAutoRenew') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DescribeDedicatedHostTypesRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DescribeDedicatedHostTypesRequest.py index e80f79112a..b2877a8a5a 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DescribeDedicatedHostTypesRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DescribeDedicatedHostTypesRequest.py @@ -21,7 +21,7 @@ class DescribeDedicatedHostTypesRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2016-03-14', 'DescribeDedicatedHostTypes','ecs') + RpcRequest.__init__(self, 'Ecs', '2016-03-14', 'DescribeDedicatedHostTypes') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DescribeDedicatedHostsRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DescribeDedicatedHostsRequest.py index 6508663399..484bf5d93a 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DescribeDedicatedHostsRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DescribeDedicatedHostsRequest.py @@ -21,7 +21,7 @@ class DescribeDedicatedHostsRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2016-03-14', 'DescribeDedicatedHosts','ecs') + RpcRequest.__init__(self, 'Ecs', '2016-03-14', 'DescribeDedicatedHosts') def get_DedicatedHostIds(self): return self.get_query_params().get('DedicatedHostIds') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DescribeEniQosGroupInfoRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DescribeEniQosGroupInfoRequest.py index 3a233352e3..2f44e2859a 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DescribeEniQosGroupInfoRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DescribeEniQosGroupInfoRequest.py @@ -21,7 +21,7 @@ class DescribeEniQosGroupInfoRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2016-03-14', 'DescribeEniQosGroupInfo','ecs') + RpcRequest.__init__(self, 'Ecs', '2016-03-14', 'DescribeEniQosGroupInfo') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DescribeInstanceAutoRebootTimeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DescribeInstanceAutoRebootTimeRequest.py index a8d78fd8cf..66960cfdca 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DescribeInstanceAutoRebootTimeRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DescribeInstanceAutoRebootTimeRequest.py @@ -21,7 +21,7 @@ class DescribeInstanceAutoRebootTimeRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2016-03-14', 'DescribeInstanceAutoRebootTime','ecs') + RpcRequest.__init__(self, 'Ecs', '2016-03-14', 'DescribeInstanceAutoRebootTime') def get_AutoRebootTimeTo(self): return self.get_query_params().get('AutoRebootTimeTo') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DescribeInstanceNeedRebootRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DescribeInstanceNeedRebootRequest.py index 416749e766..06116b9770 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DescribeInstanceNeedRebootRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DescribeInstanceNeedRebootRequest.py @@ -21,7 +21,7 @@ class DescribeInstanceNeedRebootRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2016-03-14', 'DescribeInstanceNeedReboot','ecs') + RpcRequest.__init__(self, 'Ecs', '2016-03-14', 'DescribeInstanceNeedReboot') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DescribeKMSKeyAttributeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DescribeKMSKeyAttributeRequest.py index 35641daa9f..96211080e9 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DescribeKMSKeyAttributeRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DescribeKMSKeyAttributeRequest.py @@ -21,7 +21,7 @@ class DescribeKMSKeyAttributeRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2016-03-14', 'DescribeKMSKeyAttribute','ecs') + RpcRequest.__init__(self, 'Ecs', '2016-03-14', 'DescribeKMSKeyAttribute') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DescribeKMSKeysRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DescribeKMSKeysRequest.py index 0f9d1aa2af..7e0940aad1 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DescribeKMSKeysRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DescribeKMSKeysRequest.py @@ -21,7 +21,7 @@ class DescribeKMSKeysRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2016-03-14', 'DescribeKMSKeys','ecs') + RpcRequest.__init__(self, 'Ecs', '2016-03-14', 'DescribeKMSKeys') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DescribeLinkedKMSKeysRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DescribeLinkedKMSKeysRequest.py index 5e498cb996..f9ff0882f2 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DescribeLinkedKMSKeysRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DescribeLinkedKMSKeysRequest.py @@ -21,7 +21,7 @@ class DescribeLinkedKMSKeysRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2016-03-14', 'DescribeLinkedKMSKeys','ecs') + RpcRequest.__init__(self, 'Ecs', '2016-03-14', 'DescribeLinkedKMSKeys') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DescribePriceRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DescribePriceRequest.py index ea4fb41d6c..098433a76b 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DescribePriceRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DescribePriceRequest.py @@ -21,7 +21,7 @@ class DescribePriceRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2016-03-14', 'DescribePrice','ecs') + RpcRequest.__init__(self, 'Ecs', '2016-03-14', 'DescribePrice') def get_Commodity(self): return self.get_query_params().get('Commodity') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DescribeReservedInstancePriceRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DescribeReservedInstancePriceRequest.py index e499489807..e633fb0633 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DescribeReservedInstancePriceRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DescribeReservedInstancePriceRequest.py @@ -21,7 +21,7 @@ class DescribeReservedInstancePriceRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2016-03-14', 'DescribeReservedInstancePrice','ecs') + RpcRequest.__init__(self, 'Ecs', '2016-03-14', 'DescribeReservedInstancePrice') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DescribeReservedInstancesRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DescribeReservedInstancesRequest.py index 92149e5cf0..796f60ec75 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DescribeReservedInstancesRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DescribeReservedInstancesRequest.py @@ -21,7 +21,7 @@ class DescribeReservedInstancesRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2016-03-14', 'DescribeReservedInstances','ecs') + RpcRequest.__init__(self, 'Ecs', '2016-03-14', 'DescribeReservedInstances') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DescribeResourceFilterAttributesRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DescribeResourceFilterAttributesRequest.py index ef132e57ef..9906b20cae 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DescribeResourceFilterAttributesRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DescribeResourceFilterAttributesRequest.py @@ -21,7 +21,7 @@ class DescribeResourceFilterAttributesRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2016-03-14', 'DescribeResourceFilterAttributes','ecs') + RpcRequest.__init__(self, 'Ecs', '2016-03-14', 'DescribeResourceFilterAttributes') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DescribeResourceRecommendFiltersRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DescribeResourceRecommendFiltersRequest.py index 3175d31b42..0596db0667 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DescribeResourceRecommendFiltersRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DescribeResourceRecommendFiltersRequest.py @@ -21,7 +21,7 @@ class DescribeResourceRecommendFiltersRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2016-03-14', 'DescribeResourceRecommendFilters','ecs') + RpcRequest.__init__(self, 'Ecs', '2016-03-14', 'DescribeResourceRecommendFilters') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DescribeResourcesRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DescribeResourcesRequest.py index 6bf42647db..339f3026a0 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DescribeResourcesRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DescribeResourcesRequest.py @@ -21,7 +21,7 @@ class DescribeResourcesRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2016-03-14', 'DescribeResources','ecs') + RpcRequest.__init__(self, 'Ecs', '2016-03-14', 'DescribeResources') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/GetLaunchTemplateDataRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/GetLaunchTemplateDataRequest.py index 8048970d8d..6151e5fa2c 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/GetLaunchTemplateDataRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/GetLaunchTemplateDataRequest.py @@ -21,7 +21,7 @@ class GetLaunchTemplateDataRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2016-03-14', 'GetLaunchTemplateData','ecs') + RpcRequest.__init__(self, 'Ecs', '2016-03-14', 'GetLaunchTemplateData') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/JoinEniQosGroupRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/JoinEniQosGroupRequest.py index ea1719118f..438085134e 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/JoinEniQosGroupRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/JoinEniQosGroupRequest.py @@ -21,7 +21,7 @@ class JoinEniQosGroupRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2016-03-14', 'JoinEniQosGroup','ecs') + RpcRequest.__init__(self, 'Ecs', '2016-03-14', 'JoinEniQosGroup') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/LeaveEniQosGroupRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/LeaveEniQosGroupRequest.py index 68948a134c..90fd85da53 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/LeaveEniQosGroupRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/LeaveEniQosGroupRequest.py @@ -21,7 +21,7 @@ class LeaveEniQosGroupRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2016-03-14', 'LeaveEniQosGroup','ecs') + RpcRequest.__init__(self, 'Ecs', '2016-03-14', 'LeaveEniQosGroup') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/ModifyCapacityReservationRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/ModifyCapacityReservationRequest.py index 4bbd50cbf4..f344893ff9 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/ModifyCapacityReservationRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/ModifyCapacityReservationRequest.py @@ -21,7 +21,7 @@ class ModifyCapacityReservationRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2016-03-14', 'ModifyCapacityReservation','ecs') + RpcRequest.__init__(self, 'Ecs', '2016-03-14', 'ModifyCapacityReservation') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/ModifyDedicatedHostAttributeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/ModifyDedicatedHostAttributeRequest.py index b2f91efe09..5cde4c6ee2 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/ModifyDedicatedHostAttributeRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/ModifyDedicatedHostAttributeRequest.py @@ -21,7 +21,7 @@ class ModifyDedicatedHostAttributeRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2016-03-14', 'ModifyDedicatedHostAttribute','ecs') + RpcRequest.__init__(self, 'Ecs', '2016-03-14', 'ModifyDedicatedHostAttribute') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/ModifyDedicatedHostAutoReleaseTimeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/ModifyDedicatedHostAutoReleaseTimeRequest.py index 9c02f0bd70..b294600615 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/ModifyDedicatedHostAutoReleaseTimeRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/ModifyDedicatedHostAutoReleaseTimeRequest.py @@ -21,7 +21,7 @@ class ModifyDedicatedHostAutoReleaseTimeRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2016-03-14', 'ModifyDedicatedHostAutoReleaseTime','ecs') + RpcRequest.__init__(self, 'Ecs', '2016-03-14', 'ModifyDedicatedHostAutoReleaseTime') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/ModifyDedicatedHostAutoRenewAttributeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/ModifyDedicatedHostAutoRenewAttributeRequest.py index c7c14bf1f2..6127c7ddb3 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/ModifyDedicatedHostAutoRenewAttributeRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/ModifyDedicatedHostAutoRenewAttributeRequest.py @@ -21,7 +21,7 @@ class ModifyDedicatedHostAutoRenewAttributeRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2016-03-14', 'ModifyDedicatedHostAutoRenewAttribute','ecs') + RpcRequest.__init__(self, 'Ecs', '2016-03-14', 'ModifyDedicatedHostAutoRenewAttribute') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/ModifyEniQosGroupRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/ModifyEniQosGroupRequest.py index fa1a11c71c..cb8915045a 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/ModifyEniQosGroupRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/ModifyEniQosGroupRequest.py @@ -21,7 +21,7 @@ class ModifyEniQosGroupRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2016-03-14', 'ModifyEniQosGroup','ecs') + RpcRequest.__init__(self, 'Ecs', '2016-03-14', 'ModifyEniQosGroup') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/ModifyInstanceAutoRebootTimeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/ModifyInstanceAutoRebootTimeRequest.py index 4805338b42..594571438c 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/ModifyInstanceAutoRebootTimeRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/ModifyInstanceAutoRebootTimeRequest.py @@ -21,7 +21,7 @@ class ModifyInstanceAutoRebootTimeRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2016-03-14', 'ModifyInstanceAutoRebootTime','ecs') + RpcRequest.__init__(self, 'Ecs', '2016-03-14', 'ModifyInstanceAutoRebootTime') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/ModifyInstanceCapacityReservationAttributesRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/ModifyInstanceCapacityReservationAttributesRequest.py index 8adebbb710..8891f82281 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/ModifyInstanceCapacityReservationAttributesRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/ModifyInstanceCapacityReservationAttributesRequest.py @@ -21,7 +21,7 @@ class ModifyInstanceCapacityReservationAttributesRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2016-03-14', 'ModifyInstanceCapacityReservationAttributes','ecs') + RpcRequest.__init__(self, 'Ecs', '2016-03-14', 'ModifyInstanceCapacityReservationAttributes') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/ModifyInstanceDeploymentRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/ModifyInstanceDeploymentRequest.py index 4ba10046c8..4ce324fffe 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/ModifyInstanceDeploymentRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/ModifyInstanceDeploymentRequest.py @@ -21,7 +21,7 @@ class ModifyInstanceDeploymentRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2016-03-14', 'ModifyInstanceDeployment','ecs') + RpcRequest.__init__(self, 'Ecs', '2016-03-14', 'ModifyInstanceDeployment') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/ModifyReservedInstanceAttributeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/ModifyReservedInstanceAttributeRequest.py index e1a265cb42..2f524334eb 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/ModifyReservedInstanceAttributeRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/ModifyReservedInstanceAttributeRequest.py @@ -21,7 +21,7 @@ class ModifyReservedInstanceAttributeRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2016-03-14', 'ModifyReservedInstanceAttribute','ecs') + RpcRequest.__init__(self, 'Ecs', '2016-03-14', 'ModifyReservedInstanceAttribute') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/ModifyReservedInstancesRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/ModifyReservedInstancesRequest.py index 7e924eaa58..d10d599707 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/ModifyReservedInstancesRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/ModifyReservedInstancesRequest.py @@ -21,7 +21,7 @@ class ModifyReservedInstancesRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2016-03-14', 'ModifyReservedInstances','ecs') + RpcRequest.__init__(self, 'Ecs', '2016-03-14', 'ModifyReservedInstances') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/PurchaseReservedInstancesOfferingRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/PurchaseReservedInstancesOfferingRequest.py index 0ff989182d..9d431d406c 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/PurchaseReservedInstancesOfferingRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/PurchaseReservedInstancesOfferingRequest.py @@ -21,7 +21,7 @@ class PurchaseReservedInstancesOfferingRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2016-03-14', 'PurchaseReservedInstancesOffering','ecs') + RpcRequest.__init__(self, 'Ecs', '2016-03-14', 'PurchaseReservedInstancesOffering') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/QueryEniQosGroupByEniRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/QueryEniQosGroupByEniRequest.py index 976d626acf..4878b7a8f3 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/QueryEniQosGroupByEniRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/QueryEniQosGroupByEniRequest.py @@ -21,7 +21,7 @@ class QueryEniQosGroupByEniRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2016-03-14', 'QueryEniQosGroupByEni','ecs') + RpcRequest.__init__(self, 'Ecs', '2016-03-14', 'QueryEniQosGroupByEni') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/QueryEniQosGroupByInstanceRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/QueryEniQosGroupByInstanceRequest.py index ae35111d29..c579a09ee8 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/QueryEniQosGroupByInstanceRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/QueryEniQosGroupByInstanceRequest.py @@ -21,7 +21,7 @@ class QueryEniQosGroupByInstanceRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2016-03-14', 'QueryEniQosGroupByInstance','ecs') + RpcRequest.__init__(self, 'Ecs', '2016-03-14', 'QueryEniQosGroupByInstance') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/ReleaseCapacityReservationRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/ReleaseCapacityReservationRequest.py index 6601bd8d1f..d0b7fac229 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/ReleaseCapacityReservationRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/ReleaseCapacityReservationRequest.py @@ -21,7 +21,7 @@ class ReleaseCapacityReservationRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2016-03-14', 'ReleaseCapacityReservation','ecs') + RpcRequest.__init__(self, 'Ecs', '2016-03-14', 'ReleaseCapacityReservation') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/ReleaseDedicatedHostRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/ReleaseDedicatedHostRequest.py index ec390dcd0d..f407cbdb63 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/ReleaseDedicatedHostRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/ReleaseDedicatedHostRequest.py @@ -21,7 +21,7 @@ class ReleaseDedicatedHostRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2016-03-14', 'ReleaseDedicatedHost','ecs') + RpcRequest.__init__(self, 'Ecs', '2016-03-14', 'ReleaseDedicatedHost') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/RenewDedicatedHostsRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/RenewDedicatedHostsRequest.py index 91b8adde4d..0622a1a3d7 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/RenewDedicatedHostsRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/RenewDedicatedHostsRequest.py @@ -21,7 +21,7 @@ class RenewDedicatedHostsRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2016-03-14', 'RenewDedicatedHosts','ecs') + RpcRequest.__init__(self, 'Ecs', '2016-03-14', 'RenewDedicatedHosts') def get_DedicatedHostIds(self): return self.get_query_params().get('DedicatedHostIds') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/RunInstancesRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/RunInstancesRequest.py index 85d2f3ddb8..bab98dfd48 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/RunInstancesRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/RunInstancesRequest.py @@ -21,7 +21,7 @@ class RunInstancesRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2016-03-14', 'RunInstances','ecs') + RpcRequest.__init__(self, 'Ecs', '2016-03-14', 'RunInstances') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/SetInstanceAutoReleaseTimeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/SetInstanceAutoReleaseTimeRequest.py index ca057cd3e0..2364f59f41 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/SetInstanceAutoReleaseTimeRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/SetInstanceAutoReleaseTimeRequest.py @@ -21,7 +21,7 @@ class SetInstanceAutoReleaseTimeRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2016-03-14', 'SetInstanceAutoReleaseTime','ecs') + RpcRequest.__init__(self, 'Ecs', '2016-03-14', 'SetInstanceAutoReleaseTime') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/setup.py b/aliyun-python-sdk-ecs/setup.py index 6f69a940a2..dff47b1829 100644 --- a/aliyun-python-sdk-ecs/setup.py +++ b/aliyun-python-sdk-ecs/setup.py @@ -31,7 +31,7 @@ """ PACKAGE = "aliyunsdkecs" -NAME = "aliyun-python-sdk-ecs" +NAME = "aliyun-python-sdk-ecs-test" DESCRIPTION = "The ecs module of Aliyun Python sdk." AUTHOR = "Aliyun" AUTHOR_EMAIL = "aliyun-developers-efficiency@list.alibaba-inc.com" From f79065a7f52ad98a5123915a39ef644d240a4d9c Mon Sep 17 00:00:00 2001 From: Alibaba Cloud SDK Date: Wed, 22 May 2019 13:44:21 +0800 Subject: [PATCH 065/282] =?UTF-8?q?1.=20=E6=B5=8B=E8=AF=95=E5=8F=91?= =?UTF-8?q?=E5=B8=83=20Arms=20=E5=85=A8=E9=83=A8=E8=AF=AD=E8=A8=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- aliyun-python-sdk-arms/ChangeLog.txt | 4 ++ .../aliyunsdkarms/__init__.py | 2 +- .../v20160804/ArmsQueryDataSetRequest.py | 72 +++++++++++++++++++ .../request/v20160804/__init__.py | 0 aliyun-python-sdk-arms/setup.py | 11 +-- 5 files changed, 79 insertions(+), 10 deletions(-) create mode 100644 aliyun-python-sdk-arms/aliyunsdkarms/request/v20160804/ArmsQueryDataSetRequest.py create mode 100644 aliyun-python-sdk-arms/aliyunsdkarms/request/v20160804/__init__.py diff --git a/aliyun-python-sdk-arms/ChangeLog.txt b/aliyun-python-sdk-arms/ChangeLog.txt index 8fddfa58d5..62ed0d7a22 100644 --- a/aliyun-python-sdk-arms/ChangeLog.txt +++ b/aliyun-python-sdk-arms/ChangeLog.txt @@ -1,3 +1,7 @@ +2019-05-22 Version: 1.0.0 +1. 测试发布 Arms 全部语言 +2. 查看发布是否成功 + 2018-12-21 Version: 2.3.0 1, ARMS SDK 2018-12-19 go sdk upload diff --git a/aliyun-python-sdk-arms/aliyunsdkarms/__init__.py b/aliyun-python-sdk-arms/aliyunsdkarms/__init__.py index 59124ba3ed..75977e6f41 100644 --- a/aliyun-python-sdk-arms/aliyunsdkarms/__init__.py +++ b/aliyun-python-sdk-arms/aliyunsdkarms/__init__.py @@ -1 +1 @@ -__version__ = "2.3.0" \ No newline at end of file +__version__ = '1.0.0' \ No newline at end of file diff --git a/aliyun-python-sdk-arms/aliyunsdkarms/request/v20160804/ArmsQueryDataSetRequest.py b/aliyun-python-sdk-arms/aliyunsdkarms/request/v20160804/ArmsQueryDataSetRequest.py new file mode 100644 index 0000000000..d16e174da4 --- /dev/null +++ b/aliyun-python-sdk-arms/aliyunsdkarms/request/v20160804/ArmsQueryDataSetRequest.py @@ -0,0 +1,72 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class ArmsQueryDataSetRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'ARMS', '2016-08-04', 'ArmsQueryDataSet') + + def get_DateStr(self): + return self.get_query_params().get('DateStr') + + def set_DateStr(self,DateStr): + self.add_query_param('DateStr',DateStr) + + def get_MinTime(self): + return self.get_query_params().get('MinTime') + + def set_MinTime(self,MinTime): + self.add_query_param('MinTime',MinTime) + + def get_MaxTime(self): + return self.get_query_params().get('MaxTime') + + def set_MaxTime(self,MaxTime): + self.add_query_param('MaxTime',MaxTime) + + def get_Measuress(self): + return self.get_query_params().get('Measuress') + + def set_Measuress(self,Measuress): + for i in range(len(Measuress)): + if Measuress[i] is not None: + self.add_query_param('Measures.' + str(i + 1) , Measuress[i]); + + def get_IntervalInSec(self): + return self.get_query_params().get('IntervalInSec') + + def set_IntervalInSec(self,IntervalInSec): + self.add_query_param('IntervalInSec',IntervalInSec) + + def get_DatasetId(self): + return self.get_query_params().get('DatasetId') + + def set_DatasetId(self,DatasetId): + self.add_query_param('DatasetId',DatasetId) + + def get_Dimensionss(self): + return self.get_query_params().get('Dimensionss') + + def set_Dimensionss(self,Dimensionss): + for i in range(len(Dimensionss)): + if Dimensionss[i].get('Value') is not None: + self.add_query_param('Dimensions.' + str(i + 1) + '.Value' , Dimensionss[i].get('Value')) + if Dimensionss[i].get('Key') is not None: + self.add_query_param('Dimensions.' + str(i + 1) + '.Key' , Dimensionss[i].get('Key')) diff --git a/aliyun-python-sdk-arms/aliyunsdkarms/request/v20160804/__init__.py b/aliyun-python-sdk-arms/aliyunsdkarms/request/v20160804/__init__.py new file mode 100644 index 0000000000..e69de29bb2 diff --git a/aliyun-python-sdk-arms/setup.py b/aliyun-python-sdk-arms/setup.py index 3d52bd39bb..eeeac0cc97 100644 --- a/aliyun-python-sdk-arms/setup.py +++ b/aliyun-python-sdk-arms/setup.py @@ -31,7 +31,7 @@ """ PACKAGE = "aliyunsdkarms" -NAME = "aliyun-python-sdk-arms" +NAME = "aliyun-python-sdk-arms-test" DESCRIPTION = "The arms module of Aliyun Python sdk." AUTHOR = "Aliyun" AUTHOR_EMAIL = "aliyun-developers-efficiency@list.alibaba-inc.com" @@ -46,13 +46,6 @@ finally: desc_file.close() -requires = [] - -if sys.version_info < (3, 3): - requires.append("aliyun-python-sdk-core>=2.0.2") -else: - requires.append("aliyun-python-sdk-core-v3>=2.3.5") - setup( name=NAME, version=VERSION, @@ -66,7 +59,7 @@ packages=find_packages(exclude=["tests*"]), include_package_data=True, platforms="any", - install_requires=requires, + install_requires=["aliyun-python-sdk-core>=2.11.5",], classifiers=( "Development Status :: 4 - Beta", "Intended Audience :: Developers", From 1ca48deb3cdf8aee3a60018daa01dc12f2e7447b Mon Sep 17 00:00:00 2001 From: Alibaba Cloud SDK Date: Wed, 22 May 2019 13:55:21 +0800 Subject: [PATCH 066/282] =?UTF-8?q?1.=20=E6=B5=8B=E8=AF=95=20github=20?= =?UTF-8?q?=E5=8F=91=E5=B8=83=203=20=E5=A4=A7=E5=AE=B6=E5=BF=AB=E6=9D=A5?= =?UTF-8?q?=E7=9C=8B=E7=9C=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- aliyun-python-sdk-arms/ChangeLog.txt | 3 +++ aliyun-python-sdk-arms/aliyunsdkarms/__init__.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/aliyun-python-sdk-arms/ChangeLog.txt b/aliyun-python-sdk-arms/ChangeLog.txt index 62ed0d7a22..a56e548ef1 100644 --- a/aliyun-python-sdk-arms/ChangeLog.txt +++ b/aliyun-python-sdk-arms/ChangeLog.txt @@ -1,3 +1,6 @@ +2019-05-22 Version: 1.0.1 +1. 测试 github 发布 3 大家快来看看 + 2019-05-22 Version: 1.0.0 1. 测试发布 Arms 全部语言 2. 查看发布是否成功 diff --git a/aliyun-python-sdk-arms/aliyunsdkarms/__init__.py b/aliyun-python-sdk-arms/aliyunsdkarms/__init__.py index 75977e6f41..6c4c011435 100644 --- a/aliyun-python-sdk-arms/aliyunsdkarms/__init__.py +++ b/aliyun-python-sdk-arms/aliyunsdkarms/__init__.py @@ -1 +1 @@ -__version__ = '1.0.0' \ No newline at end of file +__version__ = '1.0.1' \ No newline at end of file From 181f981622c9db1b36bb581d0b1919b0634a22d4 Mon Sep 17 00:00:00 2001 From: Alibaba Cloud SDK Date: Wed, 22 May 2019 14:15:32 +0800 Subject: [PATCH 067/282] =?UTF-8?q?1.=20=E6=B5=8B=E8=AF=95=E5=8F=91?= =?UTF-8?q?=E5=B8=83=20Ecs=202.0.1=20=E7=9A=84=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- aliyun-python-sdk-ecs/ChangeLog.txt | 5 + .../PKG-INFO | 33 ++ .../SOURCES.txt | 429 ++++++++++++++++++ .../dependency_links.txt | 1 + .../requires.txt | 1 + .../top_level.txt | 1 + .../aliyunsdkecs/__init__.py | 2 +- 7 files changed, 471 insertions(+), 1 deletion(-) create mode 100644 aliyun-python-sdk-ecs/aliyun_python_sdk_ecs_test.egg-info/PKG-INFO create mode 100644 aliyun-python-sdk-ecs/aliyun_python_sdk_ecs_test.egg-info/SOURCES.txt create mode 100644 aliyun-python-sdk-ecs/aliyun_python_sdk_ecs_test.egg-info/dependency_links.txt create mode 100644 aliyun-python-sdk-ecs/aliyun_python_sdk_ecs_test.egg-info/requires.txt create mode 100644 aliyun-python-sdk-ecs/aliyun_python_sdk_ecs_test.egg-info/top_level.txt diff --git a/aliyun-python-sdk-ecs/ChangeLog.txt b/aliyun-python-sdk-ecs/ChangeLog.txt index 15383e42b1..8dac4ccea4 100644 --- a/aliyun-python-sdk-ecs/ChangeLog.txt +++ b/aliyun-python-sdk-ecs/ChangeLog.txt @@ -1,3 +1,8 @@ +2019-05-22 Version: 2.0.1 +1. 测试发布 Ecs 2.0.1 的代码 +2. 看看换行行不行 +3. 继续看看换行行不行 + 2019-05-22 Version: 2.0.0 - Generated 2014-05-26, 2016-03-14 for `Ecs` diff --git a/aliyun-python-sdk-ecs/aliyun_python_sdk_ecs_test.egg-info/PKG-INFO b/aliyun-python-sdk-ecs/aliyun_python_sdk_ecs_test.egg-info/PKG-INFO new file mode 100644 index 0000000000..2c2df042f9 --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyun_python_sdk_ecs_test.egg-info/PKG-INFO @@ -0,0 +1,33 @@ +Metadata-Version: 1.1 +Name: aliyun-python-sdk-ecs-test +Version: 2.0.1 +Summary: The ecs module of Aliyun Python sdk. +Home-page: http://develop.aliyun.com/sdk/python +Author: Aliyun +Author-email: aliyun-developers-efficiency@list.alibaba-inc.com +License: Apache +Description: aliyun-python-sdk-ecs + This is the ecs module of Aliyun Python SDK. + + Aliyun Python SDK is the official software development kit. It makes things easy to integrate your Python application, library, or script with Aliyun services. + + This module works on Python versions: + + 2.6.5 and greater + Documentation: + + Please visit http://develop.aliyun.com/sdk/python +Keywords: aliyun,sdk,ecs +Platform: any +Classifier: Development Status :: 4 - Beta +Classifier: Intended Audience :: Developers +Classifier: License :: OSI Approved :: Apache Software License +Classifier: Programming Language :: Python +Classifier: Programming Language :: Python :: 2.6 +Classifier: Programming Language :: Python :: 2.7 +Classifier: Programming Language :: Python :: 3 +Classifier: Programming Language :: Python :: 3.3 +Classifier: Programming Language :: Python :: 3.4 +Classifier: Programming Language :: Python :: 3.5 +Classifier: Programming Language :: Python :: 3.6 +Classifier: Topic :: Software Development diff --git a/aliyun-python-sdk-ecs/aliyun_python_sdk_ecs_test.egg-info/SOURCES.txt b/aliyun-python-sdk-ecs/aliyun_python_sdk_ecs_test.egg-info/SOURCES.txt new file mode 100644 index 0000000000..d6469746d9 --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyun_python_sdk_ecs_test.egg-info/SOURCES.txt @@ -0,0 +1,429 @@ +MANIFEST.in +README.rst +setup.py +aliyun_python_sdk_ecs_test.egg-info/PKG-INFO +aliyun_python_sdk_ecs_test.egg-info/SOURCES.txt +aliyun_python_sdk_ecs_test.egg-info/dependency_links.txt +aliyun_python_sdk_ecs_test.egg-info/requires.txt +aliyun_python_sdk_ecs_test.egg-info/top_level.txt +aliyunsdkecs/__init__.py +aliyunsdkecs/request/__init__.py +aliyunsdkecs/request/v20140526/AcceptInquiredSystemEventRequest.py +aliyunsdkecs/request/v20140526/ActivateRouterInterfaceRequest.py +aliyunsdkecs/request/v20140526/AddBandwidthPackageIpsRequest.py +aliyunsdkecs/request/v20140526/AddIpRangeRequest.py +aliyunsdkecs/request/v20140526/AddTagsRequest.py +aliyunsdkecs/request/v20140526/AddTags_GatedLaunchRequest.py +aliyunsdkecs/request/v20140526/AllocateDedicatedHostsRequest.py +aliyunsdkecs/request/v20140526/AllocateEipAddressRequest.py +aliyunsdkecs/request/v20140526/AllocatePublicIpAddressRequest.py +aliyunsdkecs/request/v20140526/AllocatePublicIpAddress_GatedLaunchRequest.py +aliyunsdkecs/request/v20140526/ApplyAutoSnapshotPolicyRequest.py +aliyunsdkecs/request/v20140526/ApplyAutoSnapshotPolicy_GatedLaunchRequest.py +aliyunsdkecs/request/v20140526/AssignIpv6AddressesRequest.py +aliyunsdkecs/request/v20140526/AssignPrivateIpAddressesRequest.py +aliyunsdkecs/request/v20140526/AssociateEipAddressRequest.py +aliyunsdkecs/request/v20140526/AssociateHaVipRequest.py +aliyunsdkecs/request/v20140526/AttachClassicLinkVpcRequest.py +aliyunsdkecs/request/v20140526/AttachDiskRequest.py +aliyunsdkecs/request/v20140526/AttachDisk_GatedLaunchRequest.py +aliyunsdkecs/request/v20140526/AttachInstanceRamRoleRequest.py +aliyunsdkecs/request/v20140526/AttachKeyPairRequest.py +aliyunsdkecs/request/v20140526/AttachNetworkInterfaceRequest.py +aliyunsdkecs/request/v20140526/AttachVolumeRequest.py +aliyunsdkecs/request/v20140526/AttachVolume_GatedLaunchRequest.py +aliyunsdkecs/request/v20140526/AuthorizeSecurityGroupEgressRequest.py +aliyunsdkecs/request/v20140526/AuthorizeSecurityGroupEgress_GatedLaunchRequest.py +aliyunsdkecs/request/v20140526/AuthorizeSecurityGroupRequest.py +aliyunsdkecs/request/v20140526/AuthorizeSecurityGroup_GatedLaunchRequest.py +aliyunsdkecs/request/v20140526/BindIpRangeRequest.py +aliyunsdkecs/request/v20140526/BindIpRange_GatedLaunchRequest.py +aliyunsdkecs/request/v20140526/CancelAgreementRequest.py +aliyunsdkecs/request/v20140526/CancelAutoSnapshotPolicyRequest.py +aliyunsdkecs/request/v20140526/CancelAutoSnapshotPolicy_GatedLaunchRequest.py +aliyunsdkecs/request/v20140526/CancelCopyImageRequest.py +aliyunsdkecs/request/v20140526/CancelCopyImage_GatedLaunchRequest.py +aliyunsdkecs/request/v20140526/CancelPhysicalConnectionRequest.py +aliyunsdkecs/request/v20140526/CancelSimulatedSystemEventsRequest.py +aliyunsdkecs/request/v20140526/CancelTaskRequest.py +aliyunsdkecs/request/v20140526/CancelTask_GatedLaunchRequest.py +aliyunsdkecs/request/v20140526/CancelUserEventRequest.py +aliyunsdkecs/request/v20140526/CheckAutoSnapshotPolicyRequest.py +aliyunsdkecs/request/v20140526/CheckAutoSnapshotPolicy_GatedLaunchRequest.py +aliyunsdkecs/request/v20140526/CheckDiskEnableAutoSnapshotValidationRequest.py +aliyunsdkecs/request/v20140526/CheckDiskEnableAutoSnapshotValidation_GatedLaunchRequest.py +aliyunsdkecs/request/v20140526/ConnectRouterInterfaceRequest.py +aliyunsdkecs/request/v20140526/ConvertNatPublicIpToEipRequest.py +aliyunsdkecs/request/v20140526/CopyImageRequest.py +aliyunsdkecs/request/v20140526/CopyImage_GatedLaunchRequest.py +aliyunsdkecs/request/v20140526/CreateAutoSnapshotPolicyRequest.py +aliyunsdkecs/request/v20140526/CreateAutoSnapshotPolicy_GatedLaunchRequest.py +aliyunsdkecs/request/v20140526/CreateCommandRequest.py +aliyunsdkecs/request/v20140526/CreateDeploymentSetRequest.py +aliyunsdkecs/request/v20140526/CreateDiskRequest.py +aliyunsdkecs/request/v20140526/CreateDisk_GatedLaunchRequest.py +aliyunsdkecs/request/v20140526/CreateFleetRequest.py +aliyunsdkecs/request/v20140526/CreateForwardEntryRequest.py +aliyunsdkecs/request/v20140526/CreateHaVipRequest.py +aliyunsdkecs/request/v20140526/CreateHpcClusterRequest.py +aliyunsdkecs/request/v20140526/CreateImageRequest.py +aliyunsdkecs/request/v20140526/CreateImage_GatedLaunchRequest.py +aliyunsdkecs/request/v20140526/CreateInstanceRequest.py +aliyunsdkecs/request/v20140526/CreateInstance_GatedLaunchRequest.py +aliyunsdkecs/request/v20140526/CreateKeyPairRequest.py +aliyunsdkecs/request/v20140526/CreateLaunchTemplateRequest.py +aliyunsdkecs/request/v20140526/CreateLaunchTemplateVersionRequest.py +aliyunsdkecs/request/v20140526/CreateNatGatewayRequest.py +aliyunsdkecs/request/v20140526/CreateNetworkInterfacePermissionRequest.py +aliyunsdkecs/request/v20140526/CreateNetworkInterfaceRequest.py +aliyunsdkecs/request/v20140526/CreatePhysicalConnectionRequest.py +aliyunsdkecs/request/v20140526/CreateRouteEntryRequest.py +aliyunsdkecs/request/v20140526/CreateRouterInterfaceRequest.py +aliyunsdkecs/request/v20140526/CreateSecurityGroupRequest.py +aliyunsdkecs/request/v20140526/CreateSecurityGroup_GatedLaunchRequest.py +aliyunsdkecs/request/v20140526/CreateSimulatedSystemEventsRequest.py +aliyunsdkecs/request/v20140526/CreateSnapshotRequest.py +aliyunsdkecs/request/v20140526/CreateSnapshot_GatedLaunchRequest.py +aliyunsdkecs/request/v20140526/CreateUserEventRequest.py +aliyunsdkecs/request/v20140526/CreateVSwitchRequest.py +aliyunsdkecs/request/v20140526/CreateVirtualBorderRouterRequest.py +aliyunsdkecs/request/v20140526/CreateVolumeRequest.py +aliyunsdkecs/request/v20140526/CreateVolume_GatedLaunchRequest.py +aliyunsdkecs/request/v20140526/CreateVpcRequest.py +aliyunsdkecs/request/v20140526/DeactivateRouterInterfaceRequest.py +aliyunsdkecs/request/v20140526/DeleteAutoSnapshotPolicyRequest.py +aliyunsdkecs/request/v20140526/DeleteAutoSnapshotPolicy_GatedLaunchRequest.py +aliyunsdkecs/request/v20140526/DeleteBandwidthPackageRequest.py +aliyunsdkecs/request/v20140526/DeleteCommandRequest.py +aliyunsdkecs/request/v20140526/DeleteDeploymentSetRequest.py +aliyunsdkecs/request/v20140526/DeleteDiskRequest.py +aliyunsdkecs/request/v20140526/DeleteDisk_GatedLaunchRequest.py +aliyunsdkecs/request/v20140526/DeleteFleetRequest.py +aliyunsdkecs/request/v20140526/DeleteForwardEntryRequest.py +aliyunsdkecs/request/v20140526/DeleteHaVipRequest.py +aliyunsdkecs/request/v20140526/DeleteHpcClusterRequest.py +aliyunsdkecs/request/v20140526/DeleteImageRequest.py +aliyunsdkecs/request/v20140526/DeleteImage_GatedLaunchRequest.py +aliyunsdkecs/request/v20140526/DeleteInstanceRequest.py +aliyunsdkecs/request/v20140526/DeleteInstance_GatedLaunchRequest.py +aliyunsdkecs/request/v20140526/DeleteKeyPairsRequest.py +aliyunsdkecs/request/v20140526/DeleteLaunchTemplateRequest.py +aliyunsdkecs/request/v20140526/DeleteLaunchTemplateVersionRequest.py +aliyunsdkecs/request/v20140526/DeleteNatGatewayRequest.py +aliyunsdkecs/request/v20140526/DeleteNetworkInterfacePermissionRequest.py +aliyunsdkecs/request/v20140526/DeleteNetworkInterfaceRequest.py +aliyunsdkecs/request/v20140526/DeletePhysicalConnectionRequest.py +aliyunsdkecs/request/v20140526/DeleteRecycleBinRequest.py +aliyunsdkecs/request/v20140526/DeleteRouteEntryRequest.py +aliyunsdkecs/request/v20140526/DeleteRouterInterfaceRequest.py +aliyunsdkecs/request/v20140526/DeleteSecurityGroupRequest.py +aliyunsdkecs/request/v20140526/DeleteSecurityGroup_GatedLaunchRequest.py +aliyunsdkecs/request/v20140526/DeleteSnapshotRequest.py +aliyunsdkecs/request/v20140526/DeleteSnapshot_GatedLaunchRequest.py +aliyunsdkecs/request/v20140526/DeleteVSwitchRequest.py +aliyunsdkecs/request/v20140526/DeleteVirtualBorderRouterRequest.py +aliyunsdkecs/request/v20140526/DeleteVolumeRequest.py +aliyunsdkecs/request/v20140526/DeleteVolume_GatedLaunchRequest.py +aliyunsdkecs/request/v20140526/DeleteVpcRequest.py +aliyunsdkecs/request/v20140526/DescribeAccessPointsRequest.py +aliyunsdkecs/request/v20140526/DescribeAccountAttributesRequest.py +aliyunsdkecs/request/v20140526/DescribeAutoSnapshotPolicyExRequest.py +aliyunsdkecs/request/v20140526/DescribeAutoSnapshotPolicyRequest.py +aliyunsdkecs/request/v20140526/DescribeAvailableResourceRequest.py +aliyunsdkecs/request/v20140526/DescribeBandwidthLimitationRequest.py +aliyunsdkecs/request/v20140526/DescribeBandwidthPackagesRequest.py +aliyunsdkecs/request/v20140526/DescribeClassicLinkInstancesRequest.py +aliyunsdkecs/request/v20140526/DescribeCloudAssistantStatusRequest.py +aliyunsdkecs/request/v20140526/DescribeClustersRequest.py +aliyunsdkecs/request/v20140526/DescribeCommandsRequest.py +aliyunsdkecs/request/v20140526/DescribeDedicatedHostAutoRenewRequest.py +aliyunsdkecs/request/v20140526/DescribeDedicatedHostTypesRequest.py +aliyunsdkecs/request/v20140526/DescribeDedicatedHostsRequest.py +aliyunsdkecs/request/v20140526/DescribeDemandsRequest.py +aliyunsdkecs/request/v20140526/DescribeDeploymentSetTopologyRequest.py +aliyunsdkecs/request/v20140526/DescribeDeploymentSetsRequest.py +aliyunsdkecs/request/v20140526/DescribeDiskMonitorDataRequest.py +aliyunsdkecs/request/v20140526/DescribeDisksFullStatusRequest.py +aliyunsdkecs/request/v20140526/DescribeDisksRequest.py +aliyunsdkecs/request/v20140526/DescribeEipAddressesRequest.py +aliyunsdkecs/request/v20140526/DescribeEipMonitorDataRequest.py +aliyunsdkecs/request/v20140526/DescribeEniMonitorDataRequest.py +aliyunsdkecs/request/v20140526/DescribeEventDetailRequest.py +aliyunsdkecs/request/v20140526/DescribeEventsRequest.py +aliyunsdkecs/request/v20140526/DescribeFleetHistoryRequest.py +aliyunsdkecs/request/v20140526/DescribeFleetInstancesRequest.py +aliyunsdkecs/request/v20140526/DescribeFleetsRequest.py +aliyunsdkecs/request/v20140526/DescribeForwardTableEntriesRequest.py +aliyunsdkecs/request/v20140526/DescribeHaVipsRequest.py +aliyunsdkecs/request/v20140526/DescribeHpcClustersRequest.py +aliyunsdkecs/request/v20140526/DescribeImageSharePermissionRequest.py +aliyunsdkecs/request/v20140526/DescribeImageSupportInstanceTypesRequest.py +aliyunsdkecs/request/v20140526/DescribeImagesRequest.py +aliyunsdkecs/request/v20140526/DescribeInstanceAttributeRequest.py +aliyunsdkecs/request/v20140526/DescribeInstanceAutoRenewAttributeRequest.py +aliyunsdkecs/request/v20140526/DescribeInstanceHistoryEventsRequest.py +aliyunsdkecs/request/v20140526/DescribeInstanceMonitorDataRequest.py +aliyunsdkecs/request/v20140526/DescribeInstancePhysicalAttributeRequest.py +aliyunsdkecs/request/v20140526/DescribeInstancePhysicalAttribute_GatedLaunchRequest.py +aliyunsdkecs/request/v20140526/DescribeInstanceRamRoleRequest.py +aliyunsdkecs/request/v20140526/DescribeInstanceStatusRequest.py +aliyunsdkecs/request/v20140526/DescribeInstanceTopologyRequest.py +aliyunsdkecs/request/v20140526/DescribeInstanceTypeFamiliesRequest.py +aliyunsdkecs/request/v20140526/DescribeInstanceTypesRequest.py +aliyunsdkecs/request/v20140526/DescribeInstanceVncPasswdRequest.py +aliyunsdkecs/request/v20140526/DescribeInstanceVncPasswd_GatedLaunchRequest.py +aliyunsdkecs/request/v20140526/DescribeInstanceVncUrlRequest.py +aliyunsdkecs/request/v20140526/DescribeInstanceVncUrl_GatedLaunchRequest.py +aliyunsdkecs/request/v20140526/DescribeInstancesFullStatusRequest.py +aliyunsdkecs/request/v20140526/DescribeInstancesRequest.py +aliyunsdkecs/request/v20140526/DescribeIntranetAttributeKbRequest.py +aliyunsdkecs/request/v20140526/DescribeIntranetAttributeKb_GatedLaunchRequest.py +aliyunsdkecs/request/v20140526/DescribeInvocationResultsRequest.py +aliyunsdkecs/request/v20140526/DescribeInvocationsRequest.py +aliyunsdkecs/request/v20140526/DescribeIpRangesRequest.py +aliyunsdkecs/request/v20140526/DescribeKeyPairsRequest.py +aliyunsdkecs/request/v20140526/DescribeLaunchTemplateVersionsRequest.py +aliyunsdkecs/request/v20140526/DescribeLaunchTemplatesRequest.py +aliyunsdkecs/request/v20140526/DescribeLimitationRequest.py +aliyunsdkecs/request/v20140526/DescribeLimitation_GatedLaunchRequest.py +aliyunsdkecs/request/v20140526/DescribeNatGatewaysRequest.py +aliyunsdkecs/request/v20140526/DescribeNetworkInterfacePermissionsRequest.py +aliyunsdkecs/request/v20140526/DescribeNetworkInterfacesRequest.py +aliyunsdkecs/request/v20140526/DescribeNewProjectEipMonitorDataRequest.py +aliyunsdkecs/request/v20140526/DescribePhysicalConnectionsRequest.py +aliyunsdkecs/request/v20140526/DescribePriceRequest.py +aliyunsdkecs/request/v20140526/DescribeRecommendInstanceTypeRequest.py +aliyunsdkecs/request/v20140526/DescribeRecycleBinRequest.py +aliyunsdkecs/request/v20140526/DescribeRegionsRequest.py +aliyunsdkecs/request/v20140526/DescribeRenewalPriceRequest.py +aliyunsdkecs/request/v20140526/DescribeReservedInstancesRequest.py +aliyunsdkecs/request/v20140526/DescribeResourceByTagsRequest.py +aliyunsdkecs/request/v20140526/DescribeResourcesModificationRequest.py +aliyunsdkecs/request/v20140526/DescribeRouteTablesRequest.py +aliyunsdkecs/request/v20140526/DescribeRouterInterfacesRequest.py +aliyunsdkecs/request/v20140526/DescribeSecurityGroupAttributeRequest.py +aliyunsdkecs/request/v20140526/DescribeSecurityGroupReferencesRequest.py +aliyunsdkecs/request/v20140526/DescribeSecurityGroupsRequest.py +aliyunsdkecs/request/v20140526/DescribeSnapshotLinksRequest.py +aliyunsdkecs/request/v20140526/DescribeSnapshotMonitorDataRequest.py +aliyunsdkecs/request/v20140526/DescribeSnapshotPackageRequest.py +aliyunsdkecs/request/v20140526/DescribeSnapshotsRequest.py +aliyunsdkecs/request/v20140526/DescribeSnapshotsUsageRequest.py +aliyunsdkecs/request/v20140526/DescribeSpotPriceHistoryRequest.py +aliyunsdkecs/request/v20140526/DescribeTagKeysRequest.py +aliyunsdkecs/request/v20140526/DescribeTagKeys_GatedLaunchRequest.py +aliyunsdkecs/request/v20140526/DescribeTagsRequest.py +aliyunsdkecs/request/v20140526/DescribeTaskAttributeRequest.py +aliyunsdkecs/request/v20140526/DescribeTasksRequest.py +aliyunsdkecs/request/v20140526/DescribeUserBusinessBehaviorRequest.py +aliyunsdkecs/request/v20140526/DescribeUserDataRequest.py +aliyunsdkecs/request/v20140526/DescribeUserData_GatedLaunchRequest.py +aliyunsdkecs/request/v20140526/DescribeVRoutersRequest.py +aliyunsdkecs/request/v20140526/DescribeVSwitchesRequest.py +aliyunsdkecs/request/v20140526/DescribeVirtualBorderRoutersForPhysicalConnectionRequest.py +aliyunsdkecs/request/v20140526/DescribeVirtualBorderRoutersRequest.py +aliyunsdkecs/request/v20140526/DescribeVolumesRequest.py +aliyunsdkecs/request/v20140526/DescribeVpcsRequest.py +aliyunsdkecs/request/v20140526/DescribeZonesRequest.py +aliyunsdkecs/request/v20140526/DetachClassicLinkVpcRequest.py +aliyunsdkecs/request/v20140526/DetachDiskRequest.py +aliyunsdkecs/request/v20140526/DetachDisk_GatedLaunchRequest.py +aliyunsdkecs/request/v20140526/DetachInstanceRamRoleRequest.py +aliyunsdkecs/request/v20140526/DetachKeyPairRequest.py +aliyunsdkecs/request/v20140526/DetachNetworkInterfaceRequest.py +aliyunsdkecs/request/v20140526/DetachVolumeRequest.py +aliyunsdkecs/request/v20140526/DetachVolume_GatedLaunchRequest.py +aliyunsdkecs/request/v20140526/EipFillParamsRequest.py +aliyunsdkecs/request/v20140526/EipFillProductRequest.py +aliyunsdkecs/request/v20140526/EipNotifyPaidRequest.py +aliyunsdkecs/request/v20140526/EnablePhysicalConnectionRequest.py +aliyunsdkecs/request/v20140526/ExportImageRequest.py +aliyunsdkecs/request/v20140526/ExportImage_GatedLaunchRequest.py +aliyunsdkecs/request/v20140526/ExportSnapshotRequest.py +aliyunsdkecs/request/v20140526/GetInstanceConsoleOutputRequest.py +aliyunsdkecs/request/v20140526/GetInstanceScreenshotRequest.py +aliyunsdkecs/request/v20140526/ImportImageRequest.py +aliyunsdkecs/request/v20140526/ImportImage_GatedLaunchRequest.py +aliyunsdkecs/request/v20140526/ImportKeyPairRequest.py +aliyunsdkecs/request/v20140526/ImportSnapshotRequest.py +aliyunsdkecs/request/v20140526/InstallCloudAssistantRequest.py +aliyunsdkecs/request/v20140526/InvokeCommandRequest.py +aliyunsdkecs/request/v20140526/JoinResourceGroupRequest.py +aliyunsdkecs/request/v20140526/JoinSecurityGroupRequest.py +aliyunsdkecs/request/v20140526/JoinSecurityGroup_GatedLaunchRequest.py +aliyunsdkecs/request/v20140526/LeaveSecurityGroupRequest.py +aliyunsdkecs/request/v20140526/LeaveSecurityGroup_GatedLaunchRequest.py +aliyunsdkecs/request/v20140526/ListTagResourcesRequest.py +aliyunsdkecs/request/v20140526/ModifyAutoSnapshotPolicyExRequest.py +aliyunsdkecs/request/v20140526/ModifyAutoSnapshotPolicyEx_GatedLaunchRequest.py +aliyunsdkecs/request/v20140526/ModifyAutoSnapshotPolicyRequest.py +aliyunsdkecs/request/v20140526/ModifyAutoSnapshotPolicy_GatedLaunchRequest.py +aliyunsdkecs/request/v20140526/ModifyBandwidthPackageSpecRequest.py +aliyunsdkecs/request/v20140526/ModifyCommandRequest.py +aliyunsdkecs/request/v20140526/ModifyDedicatedHostAttributeRequest.py +aliyunsdkecs/request/v20140526/ModifyDedicatedHostAutoReleaseTimeRequest.py +aliyunsdkecs/request/v20140526/ModifyDedicatedHostAutoRenewAttributeRequest.py +aliyunsdkecs/request/v20140526/ModifyDeploymentSetAttributeRequest.py +aliyunsdkecs/request/v20140526/ModifyDiskAttributeRequest.py +aliyunsdkecs/request/v20140526/ModifyDiskAttribute_GatedLaunchRequest.py +aliyunsdkecs/request/v20140526/ModifyDiskChargeTypeRequest.py +aliyunsdkecs/request/v20140526/ModifyEipAddressAttributeRequest.py +aliyunsdkecs/request/v20140526/ModifyFleetRequest.py +aliyunsdkecs/request/v20140526/ModifyForwardEntryRequest.py +aliyunsdkecs/request/v20140526/ModifyHaVipAttributeRequest.py +aliyunsdkecs/request/v20140526/ModifyHpcClusterAttributeRequest.py +aliyunsdkecs/request/v20140526/ModifyImageAttributeRequest.py +aliyunsdkecs/request/v20140526/ModifyImageAttribute_GatedLaunchRequest.py +aliyunsdkecs/request/v20140526/ModifyImageShareGroupPermissionRequest.py +aliyunsdkecs/request/v20140526/ModifyImageShareGroupPermission_GatedLaunchRequest.py +aliyunsdkecs/request/v20140526/ModifyImageSharePermissionRequest.py +aliyunsdkecs/request/v20140526/ModifyImageSharePermission_GatedLaunchRequest.py +aliyunsdkecs/request/v20140526/ModifyInstanceAttributeRequest.py +aliyunsdkecs/request/v20140526/ModifyInstanceAttribute_GatedLaunchRequest.py +aliyunsdkecs/request/v20140526/ModifyInstanceAutoReleaseTimeRequest.py +aliyunsdkecs/request/v20140526/ModifyInstanceAutoRenewAttributeRequest.py +aliyunsdkecs/request/v20140526/ModifyInstanceAutoRenewAttribute_GatedLaunchRequest.py +aliyunsdkecs/request/v20140526/ModifyInstanceChargeTypeRequest.py +aliyunsdkecs/request/v20140526/ModifyInstanceDeploymentRequest.py +aliyunsdkecs/request/v20140526/ModifyInstanceNetworkSpecRequest.py +aliyunsdkecs/request/v20140526/ModifyInstanceNetworkSpec_GatedLaunchRequest.py +aliyunsdkecs/request/v20140526/ModifyInstanceSpecRequest.py +aliyunsdkecs/request/v20140526/ModifyInstanceSpec_GatedLaunchRequest.py +aliyunsdkecs/request/v20140526/ModifyInstanceVncPasswdRequest.py +aliyunsdkecs/request/v20140526/ModifyInstanceVncPasswd_GatedLaunchRequest.py +aliyunsdkecs/request/v20140526/ModifyInstanceVpcAttributeRequest.py +aliyunsdkecs/request/v20140526/ModifyInstanceVpcAttribute_GatedLaunchRequest.py +aliyunsdkecs/request/v20140526/ModifyIntranetBandwidthKbRequest.py +aliyunsdkecs/request/v20140526/ModifyIntranetBandwidthKb_GatedLaunchRequest.py +aliyunsdkecs/request/v20140526/ModifyLaunchTemplateDefaultVersionRequest.py +aliyunsdkecs/request/v20140526/ModifyNetworkInterfaceAttributeRequest.py +aliyunsdkecs/request/v20140526/ModifyPhysicalConnectionAttributeRequest.py +aliyunsdkecs/request/v20140526/ModifyPrepayInstanceSpecRequest.py +aliyunsdkecs/request/v20140526/ModifyReservedInstanceAttributeRequest.py +aliyunsdkecs/request/v20140526/ModifyReservedInstancesRequest.py +aliyunsdkecs/request/v20140526/ModifyRouterInterfaceAttributeRequest.py +aliyunsdkecs/request/v20140526/ModifyRouterInterfaceSpecRequest.py +aliyunsdkecs/request/v20140526/ModifySecurityGroupAttributeRequest.py +aliyunsdkecs/request/v20140526/ModifySecurityGroupAttribute_GatedLaunchRequest.py +aliyunsdkecs/request/v20140526/ModifySecurityGroupEgressRuleRequest.py +aliyunsdkecs/request/v20140526/ModifySecurityGroupPolicyRequest.py +aliyunsdkecs/request/v20140526/ModifySecurityGroupRuleRequest.py +aliyunsdkecs/request/v20140526/ModifySnapshotAttributeRequest.py +aliyunsdkecs/request/v20140526/ModifySnapshotAttribute_GatedLaunchRequest.py +aliyunsdkecs/request/v20140526/ModifyUserBusinessBehaviorRequest.py +aliyunsdkecs/request/v20140526/ModifyUserEventAttributeRequest.py +aliyunsdkecs/request/v20140526/ModifyVRouterAttributeRequest.py +aliyunsdkecs/request/v20140526/ModifyVSwitchAttributeRequest.py +aliyunsdkecs/request/v20140526/ModifyVirtualBorderRouterAttributeRequest.py +aliyunsdkecs/request/v20140526/ModifyVolumeAttributeRequest.py +aliyunsdkecs/request/v20140526/ModifyVolumeAttribute_GatedLaunchRequest.py +aliyunsdkecs/request/v20140526/ModifyVpcAttributeRequest.py +aliyunsdkecs/request/v20140526/PurchaseReservedInstancesOfferingRequest.py +aliyunsdkecs/request/v20140526/ReActivateInstancesRequest.py +aliyunsdkecs/request/v20140526/ReInitDiskRequest.py +aliyunsdkecs/request/v20140526/ReInitDisk_GatedLaunchRequest.py +aliyunsdkecs/request/v20140526/ReInitVolumeRequest.py +aliyunsdkecs/request/v20140526/ReInitVolume_GatedLaunchRequest.py +aliyunsdkecs/request/v20140526/RebootInstanceRequest.py +aliyunsdkecs/request/v20140526/RebootInstance_GatedLaunchRequest.py +aliyunsdkecs/request/v20140526/RecoverVirtualBorderRouterRequest.py +aliyunsdkecs/request/v20140526/RedeployInstanceRequest.py +aliyunsdkecs/request/v20140526/ReleaseDedicatedHostRequest.py +aliyunsdkecs/request/v20140526/ReleaseEipAddressRequest.py +aliyunsdkecs/request/v20140526/ReleasePublicIpAddressRequest.py +aliyunsdkecs/request/v20140526/ReleasePublicIpAddress_GatedLaunchRequest.py +aliyunsdkecs/request/v20140526/RemoveBandwidthPackageIpsRequest.py +aliyunsdkecs/request/v20140526/RemoveTagsRequest.py +aliyunsdkecs/request/v20140526/RemoveTags_GatedLaunchRequest.py +aliyunsdkecs/request/v20140526/RenewDedicatedHostsRequest.py +aliyunsdkecs/request/v20140526/RenewInstanceRequest.py +aliyunsdkecs/request/v20140526/RenewInstance_GatedLaunchRequest.py +aliyunsdkecs/request/v20140526/ReplaceSystemDiskRequest.py +aliyunsdkecs/request/v20140526/ReplaceSystemDisk_GatedLaunchRequest.py +aliyunsdkecs/request/v20140526/ReportInstancesStatusRequest.py +aliyunsdkecs/request/v20140526/ResetDiskRequest.py +aliyunsdkecs/request/v20140526/ResetDisk_GatedLaunchRequest.py +aliyunsdkecs/request/v20140526/ResizeDiskRequest.py +aliyunsdkecs/request/v20140526/ResizeDisk_GatedLaunchRequest.py +aliyunsdkecs/request/v20140526/ResizeVolumeRequest.py +aliyunsdkecs/request/v20140526/ResizeVolume_GatedLaunchRequest.py +aliyunsdkecs/request/v20140526/RevokeSecurityGroupEgressRequest.py +aliyunsdkecs/request/v20140526/RevokeSecurityGroupEgress_GatedLaunchRequest.py +aliyunsdkecs/request/v20140526/RevokeSecurityGroupRequest.py +aliyunsdkecs/request/v20140526/RevokeSecurityGroup_GatedLaunchRequest.py +aliyunsdkecs/request/v20140526/RollbackVolumeRequest.py +aliyunsdkecs/request/v20140526/RollbackVolume_GatedLaunchRequest.py +aliyunsdkecs/request/v20140526/RunInstancesRequest.py +aliyunsdkecs/request/v20140526/SignAgreementRequest.py +aliyunsdkecs/request/v20140526/StartInstanceRequest.py +aliyunsdkecs/request/v20140526/StartInstance_GatedLaunchRequest.py +aliyunsdkecs/request/v20140526/StopInstanceRequest.py +aliyunsdkecs/request/v20140526/StopInstance_GatedLaunchRequest.py +aliyunsdkecs/request/v20140526/StopInvocationRequest.py +aliyunsdkecs/request/v20140526/TagResourcesRequest.py +aliyunsdkecs/request/v20140526/TerminatePhysicalConnectionRequest.py +aliyunsdkecs/request/v20140526/TerminateVirtualBorderRouterRequest.py +aliyunsdkecs/request/v20140526/UnassignIpv6AddressesRequest.py +aliyunsdkecs/request/v20140526/UnassignPrivateIpAddressesRequest.py +aliyunsdkecs/request/v20140526/UnassociateEipAddressRequest.py +aliyunsdkecs/request/v20140526/UnassociateHaVipRequest.py +aliyunsdkecs/request/v20140526/UnbindIpRangeRequest.py +aliyunsdkecs/request/v20140526/UnbindIpRange_GatedLaunchRequest.py +aliyunsdkecs/request/v20140526/UntagResourcesRequest.py +aliyunsdkecs/request/v20140526/ValidateSecurityGroupRequest.py +aliyunsdkecs/request/v20140526/__init__.py +aliyunsdkecs/request/v20160314/AllocateDedicatedHostsRequest.py +aliyunsdkecs/request/v20160314/CreateCapacityReservationRequest.py +aliyunsdkecs/request/v20160314/CreateConfigLogSubscriptionsRequest.py +aliyunsdkecs/request/v20160314/CreateDisksRequest.py +aliyunsdkecs/request/v20160314/CreateDisks_GatedLaunchRequest.py +aliyunsdkecs/request/v20160314/CreateEniQosGroupRequest.py +aliyunsdkecs/request/v20160314/CreateOrderRequest.py +aliyunsdkecs/request/v20160314/CreateVolumesRequest.py +aliyunsdkecs/request/v20160314/CreateVolumes_GatedLaunchRequest.py +aliyunsdkecs/request/v20160314/DeleteConfigLogSubscriptionsRequest.py +aliyunsdkecs/request/v20160314/DeleteEniQosGroupRequest.py +aliyunsdkecs/request/v20160314/DescribeAccountAttributesRequest.py +aliyunsdkecs/request/v20160314/DescribeAccountLimitsRequest.py +aliyunsdkecs/request/v20160314/DescribeBandwidthPriceRequest.py +aliyunsdkecs/request/v20160314/DescribeCapacityReservationsRequest.py +aliyunsdkecs/request/v20160314/DescribeConfigLogHistoryRequest.py +aliyunsdkecs/request/v20160314/DescribeConfigLogSubscriptionRequest.py +aliyunsdkecs/request/v20160314/DescribeDedicatedHostAutoRenewRequest.py +aliyunsdkecs/request/v20160314/DescribeDedicatedHostTypesRequest.py +aliyunsdkecs/request/v20160314/DescribeDedicatedHostsRequest.py +aliyunsdkecs/request/v20160314/DescribeEniQosGroupInfoRequest.py +aliyunsdkecs/request/v20160314/DescribeInstanceAutoRebootTimeRequest.py +aliyunsdkecs/request/v20160314/DescribeInstanceNeedRebootRequest.py +aliyunsdkecs/request/v20160314/DescribeKMSKeyAttributeRequest.py +aliyunsdkecs/request/v20160314/DescribeKMSKeysRequest.py +aliyunsdkecs/request/v20160314/DescribeLinkedKMSKeysRequest.py +aliyunsdkecs/request/v20160314/DescribePriceRequest.py +aliyunsdkecs/request/v20160314/DescribeReservedInstancePriceRequest.py +aliyunsdkecs/request/v20160314/DescribeReservedInstancesRequest.py +aliyunsdkecs/request/v20160314/DescribeResourceFilterAttributesRequest.py +aliyunsdkecs/request/v20160314/DescribeResourceRecommendFiltersRequest.py +aliyunsdkecs/request/v20160314/DescribeResourcesRequest.py +aliyunsdkecs/request/v20160314/GetLaunchTemplateDataRequest.py +aliyunsdkecs/request/v20160314/JoinEniQosGroupRequest.py +aliyunsdkecs/request/v20160314/LeaveEniQosGroupRequest.py +aliyunsdkecs/request/v20160314/ModifyCapacityReservationRequest.py +aliyunsdkecs/request/v20160314/ModifyDedicatedHostAttributeRequest.py +aliyunsdkecs/request/v20160314/ModifyDedicatedHostAutoReleaseTimeRequest.py +aliyunsdkecs/request/v20160314/ModifyDedicatedHostAutoRenewAttributeRequest.py +aliyunsdkecs/request/v20160314/ModifyEniQosGroupRequest.py +aliyunsdkecs/request/v20160314/ModifyInstanceAutoRebootTimeRequest.py +aliyunsdkecs/request/v20160314/ModifyInstanceCapacityReservationAttributesRequest.py +aliyunsdkecs/request/v20160314/ModifyInstanceDeploymentRequest.py +aliyunsdkecs/request/v20160314/ModifyReservedInstanceAttributeRequest.py +aliyunsdkecs/request/v20160314/ModifyReservedInstancesRequest.py +aliyunsdkecs/request/v20160314/PurchaseReservedInstancesOfferingRequest.py +aliyunsdkecs/request/v20160314/QueryEniQosGroupByEniRequest.py +aliyunsdkecs/request/v20160314/QueryEniQosGroupByInstanceRequest.py +aliyunsdkecs/request/v20160314/ReleaseCapacityReservationRequest.py +aliyunsdkecs/request/v20160314/ReleaseDedicatedHostRequest.py +aliyunsdkecs/request/v20160314/RenewDedicatedHostsRequest.py +aliyunsdkecs/request/v20160314/RunInstancesRequest.py +aliyunsdkecs/request/v20160314/RunInstances_GatedLaunchRequest.py +aliyunsdkecs/request/v20160314/SetInstanceAutoReleaseTimeRequest.py +aliyunsdkecs/request/v20160314/__init__.py \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyun_python_sdk_ecs_test.egg-info/dependency_links.txt b/aliyun-python-sdk-ecs/aliyun_python_sdk_ecs_test.egg-info/dependency_links.txt new file mode 100644 index 0000000000..8b13789179 --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyun_python_sdk_ecs_test.egg-info/dependency_links.txt @@ -0,0 +1 @@ + diff --git a/aliyun-python-sdk-ecs/aliyun_python_sdk_ecs_test.egg-info/requires.txt b/aliyun-python-sdk-ecs/aliyun_python_sdk_ecs_test.egg-info/requires.txt new file mode 100644 index 0000000000..b85f7cd94d --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyun_python_sdk_ecs_test.egg-info/requires.txt @@ -0,0 +1 @@ +aliyun-python-sdk-core>=2.11.5 diff --git a/aliyun-python-sdk-ecs/aliyun_python_sdk_ecs_test.egg-info/top_level.txt b/aliyun-python-sdk-ecs/aliyun_python_sdk_ecs_test.egg-info/top_level.txt new file mode 100644 index 0000000000..829d80e06f --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyun_python_sdk_ecs_test.egg-info/top_level.txt @@ -0,0 +1 @@ +aliyunsdkecs diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/__init__.py b/aliyun-python-sdk-ecs/aliyunsdkecs/__init__.py index d97070a2a7..9d909dcc3c 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/__init__.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/__init__.py @@ -1 +1 @@ -__version__ = '2.0.0' \ No newline at end of file +__version__ = '2.0.1' \ No newline at end of file From 59fd47fb734b2a9a3dadab46b5843e9f91afe674 Mon Sep 17 00:00:00 2001 From: admin Date: Wed, 22 May 2019 14:52:12 +0800 Subject: [PATCH 068/282] =?UTF-8?q?1.=20=E6=B5=8B=E8=AF=95=E5=8F=91?= =?UTF-8?q?=E5=B8=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- aliyun-python-sdk-aas/ChangeLog.txt | 3 +++ aliyun-python-sdk-aas/aliyunsdkaas/__init__.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/aliyun-python-sdk-aas/ChangeLog.txt b/aliyun-python-sdk-aas/ChangeLog.txt index 614f712d67..571fe42f44 100644 --- a/aliyun-python-sdk-aas/ChangeLog.txt +++ b/aliyun-python-sdk-aas/ChangeLog.txt @@ -1,3 +1,6 @@ +2019-05-22 Version: 2.0.0 +1. 测试发布 + 2019-05-22 Version: 1.0.1 - Generated 2015-07-01 for `Aas` diff --git a/aliyun-python-sdk-aas/aliyunsdkaas/__init__.py b/aliyun-python-sdk-aas/aliyunsdkaas/__init__.py index 6c4c011435..d97070a2a7 100644 --- a/aliyun-python-sdk-aas/aliyunsdkaas/__init__.py +++ b/aliyun-python-sdk-aas/aliyunsdkaas/__init__.py @@ -1 +1 @@ -__version__ = '1.0.1' \ No newline at end of file +__version__ = '2.0.0' \ No newline at end of file From 685737206a9c15208f61e17a98148077eafcf7ad Mon Sep 17 00:00:00 2001 From: Alibaba Cloud SDK Date: Wed, 22 May 2019 17:50:48 +0800 Subject: [PATCH 069/282] =?UTF-8?q?1.=20=E6=B5=8B=E8=AF=95=E5=8F=91?= =?UTF-8?q?=E5=B8=83=20Aas=20Java/Python/C#=20SDK?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- aliyun-python-sdk-aas/ChangeLog.txt | 3 +++ aliyun-python-sdk-aas/aliyunsdkaas/__init__.py | 2 +- aliyun-python-sdk-aas/setup.py | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/aliyun-python-sdk-aas/ChangeLog.txt b/aliyun-python-sdk-aas/ChangeLog.txt index 571fe42f44..006d11954a 100644 --- a/aliyun-python-sdk-aas/ChangeLog.txt +++ b/aliyun-python-sdk-aas/ChangeLog.txt @@ -1,3 +1,6 @@ +2019-05-22 Version: 1.10.5 +1. 测试发布 Aas Java/Python/C# SDK + 2019-05-22 Version: 2.0.0 1. 测试发布 diff --git a/aliyun-python-sdk-aas/aliyunsdkaas/__init__.py b/aliyun-python-sdk-aas/aliyunsdkaas/__init__.py index d97070a2a7..18e40d6555 100644 --- a/aliyun-python-sdk-aas/aliyunsdkaas/__init__.py +++ b/aliyun-python-sdk-aas/aliyunsdkaas/__init__.py @@ -1 +1 @@ -__version__ = '2.0.0' \ No newline at end of file +__version__ = '1.10.5' \ No newline at end of file diff --git a/aliyun-python-sdk-aas/setup.py b/aliyun-python-sdk-aas/setup.py index 588b44920f..d7d253e27c 100644 --- a/aliyun-python-sdk-aas/setup.py +++ b/aliyun-python-sdk-aas/setup.py @@ -31,7 +31,7 @@ """ PACKAGE = "aliyunsdkaas" -NAME = "aliyun-python-sdk-aas-test" +NAME = "aliyun-python-sdk-aas" DESCRIPTION = "The aas module of Aliyun Python sdk." AUTHOR = "Aliyun" AUTHOR_EMAIL = "aliyun-developers-efficiency@list.alibaba-inc.com" From f7e384d2fe365391df8a71ed00be9c966cc4f923 Mon Sep 17 00:00:00 2001 From: Alibaba Cloud SDK Date: Wed, 22 May 2019 18:00:59 +0800 Subject: [PATCH 070/282] =?UTF-8?q?1.=20=E7=BB=A7=E7=BB=AD=E6=B5=8B?= =?UTF-8?q?=E8=AF=95=E9=87=8D=E5=A4=8D=E5=8F=91=E5=B8=83=201.10.5=20?= =?UTF-8?q?=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- aliyun-python-sdk-aas/ChangeLog.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/aliyun-python-sdk-aas/ChangeLog.txt b/aliyun-python-sdk-aas/ChangeLog.txt index 006d11954a..5c2ab8e9b3 100644 --- a/aliyun-python-sdk-aas/ChangeLog.txt +++ b/aliyun-python-sdk-aas/ChangeLog.txt @@ -1,3 +1,6 @@ +2019-05-22 Version: 1.10.5 +1. 继续测试重复发布 1.10.5 版本 + 2019-05-22 Version: 1.10.5 1. 测试发布 Aas Java/Python/C# SDK From 2b5698b014d781d2799920e2b26804b28d1633d8 Mon Sep 17 00:00:00 2001 From: Alibaba Cloud SDK Date: Wed, 22 May 2019 18:02:24 +0800 Subject: [PATCH 071/282] =?UTF-8?q?1.=20=E7=BB=A7=E7=BB=AD=E6=B5=8B?= =?UTF-8?q?=E8=AF=95=E9=87=8D=E5=A4=8D=E5=8F=91=E5=B8=83=201.10.6=20?= =?UTF-8?q?=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- aliyun-python-sdk-aas/ChangeLog.txt | 3 +++ aliyun-python-sdk-aas/aliyunsdkaas/__init__.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/aliyun-python-sdk-aas/ChangeLog.txt b/aliyun-python-sdk-aas/ChangeLog.txt index 5c2ab8e9b3..7c57e51009 100644 --- a/aliyun-python-sdk-aas/ChangeLog.txt +++ b/aliyun-python-sdk-aas/ChangeLog.txt @@ -1,3 +1,6 @@ +2019-05-22 Version: 1.10.6 +1. 继续测试重复发布 1.10.6 版本 + 2019-05-22 Version: 1.10.5 1. 继续测试重复发布 1.10.5 版本 diff --git a/aliyun-python-sdk-aas/aliyunsdkaas/__init__.py b/aliyun-python-sdk-aas/aliyunsdkaas/__init__.py index 18e40d6555..565fa91781 100644 --- a/aliyun-python-sdk-aas/aliyunsdkaas/__init__.py +++ b/aliyun-python-sdk-aas/aliyunsdkaas/__init__.py @@ -1 +1 @@ -__version__ = '1.10.5' \ No newline at end of file +__version__ = '1.10.6' \ No newline at end of file From b6237c93c16055143fa277d40e76dfe5913b32d6 Mon Sep 17 00:00:00 2001 From: admin Date: Wed, 22 May 2019 19:18:40 +0800 Subject: [PATCH 072/282] Generated 2015-07-01 for Aas --- aliyun-python-sdk-aas/ChangeLog.txt | 3 +++ aliyun-python-sdk-aas/aliyunsdkaas/__init__.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/aliyun-python-sdk-aas/ChangeLog.txt b/aliyun-python-sdk-aas/ChangeLog.txt index 7c57e51009..0827d17b55 100644 --- a/aliyun-python-sdk-aas/ChangeLog.txt +++ b/aliyun-python-sdk-aas/ChangeLog.txt @@ -1,3 +1,6 @@ +2019-05-22 Version: 1.10.8 +- Generated 2015-07-01 for `Aas` + 2019-05-22 Version: 1.10.6 1. 继续测试重复发布 1.10.6 版本 diff --git a/aliyun-python-sdk-aas/aliyunsdkaas/__init__.py b/aliyun-python-sdk-aas/aliyunsdkaas/__init__.py index 565fa91781..98c1426551 100644 --- a/aliyun-python-sdk-aas/aliyunsdkaas/__init__.py +++ b/aliyun-python-sdk-aas/aliyunsdkaas/__init__.py @@ -1 +1 @@ -__version__ = '1.10.6' \ No newline at end of file +__version__ = '1.10.8' \ No newline at end of file From 81dbab3a5d73b2431a882a05ff6541d089cfa836 Mon Sep 17 00:00:00 2001 From: admin Date: Wed, 22 May 2019 19:25:59 +0800 Subject: [PATCH 073/282] Generated 2015-07-01 for Aas --- aliyun-python-sdk-aas/ChangeLog.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/aliyun-python-sdk-aas/ChangeLog.txt b/aliyun-python-sdk-aas/ChangeLog.txt index 0827d17b55..791a6120aa 100644 --- a/aliyun-python-sdk-aas/ChangeLog.txt +++ b/aliyun-python-sdk-aas/ChangeLog.txt @@ -1,6 +1,9 @@ 2019-05-22 Version: 1.10.8 - Generated 2015-07-01 for `Aas` +2019-05-22 Version: 1.10.8 +- Generated 2015-07-01 for `Aas` + 2019-05-22 Version: 1.10.6 1. 继续测试重复发布 1.10.6 版本 From 5cf0d7ed59d0481d72297a107a3fef8f6c13b632 Mon Sep 17 00:00:00 2001 From: Alibaba Cloud SDK Date: Wed, 22 May 2019 19:43:16 +0800 Subject: [PATCH 074/282] Generated 2015-07-01 for Aas --- aliyun-python-sdk-aas/ChangeLog.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/aliyun-python-sdk-aas/ChangeLog.txt b/aliyun-python-sdk-aas/ChangeLog.txt index 791a6120aa..63f44c33d7 100644 --- a/aliyun-python-sdk-aas/ChangeLog.txt +++ b/aliyun-python-sdk-aas/ChangeLog.txt @@ -4,6 +4,9 @@ 2019-05-22 Version: 1.10.8 - Generated 2015-07-01 for `Aas` +2019-05-22 Version: 1.10.8 +- Generated 2015-07-01 for `Aas` + 2019-05-22 Version: 1.10.6 1. 继续测试重复发布 1.10.6 版本 From 817e2b5565ca29c03b4a76785cf5b2a0b80cfa8c Mon Sep 17 00:00:00 2001 From: Alibaba Cloud SDK Date: Wed, 22 May 2019 19:47:15 +0800 Subject: [PATCH 075/282] Generated 2015-07-01 for Aas --- aliyun-python-sdk-aas/ChangeLog.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/aliyun-python-sdk-aas/ChangeLog.txt b/aliyun-python-sdk-aas/ChangeLog.txt index 63f44c33d7..df346f83b1 100644 --- a/aliyun-python-sdk-aas/ChangeLog.txt +++ b/aliyun-python-sdk-aas/ChangeLog.txt @@ -7,6 +7,9 @@ 2019-05-22 Version: 1.10.8 - Generated 2015-07-01 for `Aas` +2019-05-22 Version: 1.10.8 +- Generated 2015-07-01 for `Aas` + 2019-05-22 Version: 1.10.6 1. 继续测试重复发布 1.10.6 版本 From cdf298c0ea03ff1cbfcdfd2af4efe1737485a670 Mon Sep 17 00:00:00 2001 From: admin Date: Wed, 22 May 2019 20:03:02 +0800 Subject: [PATCH 076/282] Generated 2015-07-01 for Aas --- aliyun-python-sdk-aas/ChangeLog.txt | 3 +++ aliyun-python-sdk-aas/aliyunsdkaas/__init__.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/aliyun-python-sdk-aas/ChangeLog.txt b/aliyun-python-sdk-aas/ChangeLog.txt index df346f83b1..9cead34daf 100644 --- a/aliyun-python-sdk-aas/ChangeLog.txt +++ b/aliyun-python-sdk-aas/ChangeLog.txt @@ -1,3 +1,6 @@ +2019-05-22 Version: 1.10.9 +- Generated 2015-07-01 for `Aas` + 2019-05-22 Version: 1.10.8 - Generated 2015-07-01 for `Aas` diff --git a/aliyun-python-sdk-aas/aliyunsdkaas/__init__.py b/aliyun-python-sdk-aas/aliyunsdkaas/__init__.py index 98c1426551..d2417f47e2 100644 --- a/aliyun-python-sdk-aas/aliyunsdkaas/__init__.py +++ b/aliyun-python-sdk-aas/aliyunsdkaas/__init__.py @@ -1 +1 @@ -__version__ = '1.10.8' \ No newline at end of file +__version__ = '1.10.9' \ No newline at end of file From 90900ccac02f78720587f132dc5d2fa528bec7a2 Mon Sep 17 00:00:00 2001 From: admin Date: Wed, 22 May 2019 20:19:40 +0800 Subject: [PATCH 077/282] =?UTF-8?q?1.=20=E6=B5=8B=E8=AF=95=E5=8F=91?= =?UTF-8?q?=E5=B8=83=20C#=20=E9=99=A4=E4=BA=86=20Java=20=E4=BB=A5=E5=A4=96?= =?UTF-8?q?=E7=9A=84=E6=89=80=E6=9C=89=20SDK?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- aliyun-python-sdk-ecs/ChangeLog.txt | 3 +++ aliyun-python-sdk-ecs/aliyunsdkecs/__init__.py | 2 +- aliyun-python-sdk-ecs/setup.py | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/aliyun-python-sdk-ecs/ChangeLog.txt b/aliyun-python-sdk-ecs/ChangeLog.txt index 8dac4ccea4..b93986555b 100644 --- a/aliyun-python-sdk-ecs/ChangeLog.txt +++ b/aliyun-python-sdk-ecs/ChangeLog.txt @@ -1,3 +1,6 @@ +2019-05-22 Version: 1.10.10 +1. 测试发布 C# 除了 Java 以外的所有 SDK + 2019-05-22 Version: 2.0.1 1. 测试发布 Ecs 2.0.1 的代码 2. 看看换行行不行 diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/__init__.py b/aliyun-python-sdk-ecs/aliyunsdkecs/__init__.py index 9d909dcc3c..74a7234e97 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/__init__.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/__init__.py @@ -1 +1 @@ -__version__ = '2.0.1' \ No newline at end of file +__version__ = '1.10.10' \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/setup.py b/aliyun-python-sdk-ecs/setup.py index dff47b1829..6f69a940a2 100644 --- a/aliyun-python-sdk-ecs/setup.py +++ b/aliyun-python-sdk-ecs/setup.py @@ -31,7 +31,7 @@ """ PACKAGE = "aliyunsdkecs" -NAME = "aliyun-python-sdk-ecs-test" +NAME = "aliyun-python-sdk-ecs" DESCRIPTION = "The ecs module of Aliyun Python sdk." AUTHOR = "Aliyun" AUTHOR_EMAIL = "aliyun-developers-efficiency@list.alibaba-inc.com" From 4c22752c115c519061a1c026b5bdc1058fbc50f3 Mon Sep 17 00:00:00 2001 From: admin Date: Thu, 23 May 2019 11:41:25 +0800 Subject: [PATCH 078/282] =?UTF-8?q?=E6=B5=8B=E8=AF=95=E5=8F=91=E5=B8=83?= =?UTF-8?q?=E5=90=84=E8=AF=AD=E8=A8=80=20ECS=20SDK=20=E7=9A=84=202.0.5=20?= =?UTF-8?q?=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- aliyun-python-sdk-ecs/ChangeLog.txt | 3 +++ aliyun-python-sdk-ecs/aliyunsdkecs/__init__.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/aliyun-python-sdk-ecs/ChangeLog.txt b/aliyun-python-sdk-ecs/ChangeLog.txt index b93986555b..2a97a702a3 100644 --- a/aliyun-python-sdk-ecs/ChangeLog.txt +++ b/aliyun-python-sdk-ecs/ChangeLog.txt @@ -1,3 +1,6 @@ +2019-05-23 Version: 2.0.5 +测试发布各语言 ECS SDK 的 2.0.5 版本 + 2019-05-22 Version: 1.10.10 1. 测试发布 C# 除了 Java 以外的所有 SDK diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/__init__.py b/aliyun-python-sdk-ecs/aliyunsdkecs/__init__.py index 74a7234e97..d8972c55c9 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/__init__.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/__init__.py @@ -1 +1 @@ -__version__ = '1.10.10' \ No newline at end of file +__version__ = '2.0.5' \ No newline at end of file From 55bc0f7dd968d969de440fe9767f15e7896059f0 Mon Sep 17 00:00:00 2001 From: Alibaba Cloud SDK Date: Thu, 23 May 2019 15:30:23 +0800 Subject: [PATCH 079/282] Generated 2015-07-01 for Aas --- aliyun-python-sdk-aas/ChangeLog.txt | 3 +++ aliyun-python-sdk-aas/aliyunsdkaas/__init__.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/aliyun-python-sdk-aas/ChangeLog.txt b/aliyun-python-sdk-aas/ChangeLog.txt index 9cead34daf..9183cbd1c6 100644 --- a/aliyun-python-sdk-aas/ChangeLog.txt +++ b/aliyun-python-sdk-aas/ChangeLog.txt @@ -1,3 +1,6 @@ +2019-05-23 Version: 1.0.8 +- Generated 2015-07-01 for `Aas` + 2019-05-22 Version: 1.10.9 - Generated 2015-07-01 for `Aas` diff --git a/aliyun-python-sdk-aas/aliyunsdkaas/__init__.py b/aliyun-python-sdk-aas/aliyunsdkaas/__init__.py index d2417f47e2..5e2a317df7 100644 --- a/aliyun-python-sdk-aas/aliyunsdkaas/__init__.py +++ b/aliyun-python-sdk-aas/aliyunsdkaas/__init__.py @@ -1 +1 @@ -__version__ = '1.10.9' \ No newline at end of file +__version__ = '1.0.8' \ No newline at end of file From d6e4e741b74833fe01ebd0ea86fbbf33bf9a14da Mon Sep 17 00:00:00 2001 From: Alibaba Cloud SDK Date: Thu, 23 May 2019 15:31:16 +0800 Subject: [PATCH 080/282] Generated 2015-07-01 for Aas --- aliyun-python-sdk-aas/ChangeLog.txt | 3 +++ aliyun-python-sdk-aas/aliyunsdkaas/__init__.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/aliyun-python-sdk-aas/ChangeLog.txt b/aliyun-python-sdk-aas/ChangeLog.txt index 9183cbd1c6..d1963229e2 100644 --- a/aliyun-python-sdk-aas/ChangeLog.txt +++ b/aliyun-python-sdk-aas/ChangeLog.txt @@ -1,3 +1,6 @@ +2019-05-23 Version: 1.0.10 +- Generated 2015-07-01 for `Aas` + 2019-05-23 Version: 1.0.8 - Generated 2015-07-01 for `Aas` diff --git a/aliyun-python-sdk-aas/aliyunsdkaas/__init__.py b/aliyun-python-sdk-aas/aliyunsdkaas/__init__.py index 5e2a317df7..36f0696a56 100644 --- a/aliyun-python-sdk-aas/aliyunsdkaas/__init__.py +++ b/aliyun-python-sdk-aas/aliyunsdkaas/__init__.py @@ -1 +1 @@ -__version__ = '1.0.8' \ No newline at end of file +__version__ = '1.0.10' \ No newline at end of file From f5f8ba465b3b2c7d99c469243efe23c90bca9c7c Mon Sep 17 00:00:00 2001 From: admin Date: Thu, 23 May 2019 15:54:29 +0800 Subject: [PATCH 081/282] =?UTF-8?q?=E6=B5=8B=E8=AF=95=E5=8F=91=E5=B8=83=20?= =?UTF-8?q?ECS=202.0.6=20=E5=90=84=E8=AF=AD=E8=A8=80=E6=89=80=E6=9C=89?= =?UTF-8?q?=E7=9A=84=20API=20=E7=9A=84=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- aliyun-python-sdk-ecs/ChangeLog.txt | 3 +++ aliyun-python-sdk-ecs/aliyunsdkecs/__init__.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/aliyun-python-sdk-ecs/ChangeLog.txt b/aliyun-python-sdk-ecs/ChangeLog.txt index 2a97a702a3..edfa3d3ec2 100644 --- a/aliyun-python-sdk-ecs/ChangeLog.txt +++ b/aliyun-python-sdk-ecs/ChangeLog.txt @@ -1,3 +1,6 @@ +2019-05-23 Version: 2.0.6 +测试发布 ECS 2.0.6 各语言所有的 API 的版本 + 2019-05-23 Version: 2.0.5 测试发布各语言 ECS SDK 的 2.0.5 版本 diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/__init__.py b/aliyun-python-sdk-ecs/aliyunsdkecs/__init__.py index d8972c55c9..3435a04f25 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/__init__.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/__init__.py @@ -1 +1 @@ -__version__ = '2.0.5' \ No newline at end of file +__version__ = '2.0.6' \ No newline at end of file From 1882fe4ad6eac119f07b1b6f8db78e74546b3848 Mon Sep 17 00:00:00 2001 From: admin Date: Thu, 23 May 2019 16:35:45 +0800 Subject: [PATCH 082/282] =?UTF-8?q?=E6=B5=8B=E8=AF=95=20Aas=20=E5=8F=91?= =?UTF-8?q?=E5=B8=83=201.0.16=20=E7=89=88=E6=9C=AC=E5=90=84=E4=B8=AA?= =?UTF-8?q?=E8=AF=AD=E8=A8=80=E7=9A=84=20SDK=EF=BC=8C=E5=BF=AB=20github=20?= =?UTF-8?q?=E5=8E=8B=E4=B8=8D=E4=BD=8F=E4=BA=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- aliyun-python-sdk-aas/ChangeLog.txt | 3 +++ aliyun-python-sdk-aas/aliyunsdkaas/__init__.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/aliyun-python-sdk-aas/ChangeLog.txt b/aliyun-python-sdk-aas/ChangeLog.txt index d1963229e2..9956880a6c 100644 --- a/aliyun-python-sdk-aas/ChangeLog.txt +++ b/aliyun-python-sdk-aas/ChangeLog.txt @@ -1,3 +1,6 @@ +2019-05-23 Version: 1.0.16 +测试 Aas 发布 1.0.16 版本各个语言的 SDK,快 github 压不住了 + 2019-05-23 Version: 1.0.10 - Generated 2015-07-01 for `Aas` diff --git a/aliyun-python-sdk-aas/aliyunsdkaas/__init__.py b/aliyun-python-sdk-aas/aliyunsdkaas/__init__.py index 36f0696a56..98bf3c3c76 100644 --- a/aliyun-python-sdk-aas/aliyunsdkaas/__init__.py +++ b/aliyun-python-sdk-aas/aliyunsdkaas/__init__.py @@ -1 +1 @@ -__version__ = '1.0.10' \ No newline at end of file +__version__ = '1.0.16' \ No newline at end of file From f67c1b3709dd59ecb6744440aa7d470688e67c39 Mon Sep 17 00:00:00 2001 From: sdk-team Date: Tue, 28 May 2019 14:17:31 +0800 Subject: [PATCH 083/282] =?UTF-8?q?=E6=B5=8B=E8=AF=95=E5=8F=91=E5=B8=83?= =?UTF-8?q?=E4=BA=91=E7=9B=BE=201.0.0=20=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- aliyun-python-sdk-yundun/ChangeLog.txt | 3 + .../aliyunsdkyundun/__init__.py | 2 +- .../request/v20150416/AddCNameWafRequest.py | 42 +++++++++++ .../request/v20150416/BruteforceLogRequest.py | 54 ++++++++++++++ .../v20150416/CloseCCProtectRequest.py | 36 ++++++++++ .../request/v20150416/ClosePortScanRequest.py | 30 ++++++++ .../request/v20150416/CloseVulScanRequest.py | 30 ++++++++ .../request/v20150416/ConfigDdosRequest.py | 54 ++++++++++++++ .../request/v20150416/ConfirmLoginRequest.py | 42 +++++++++++ .../request/v20150416/DdosFlowGraphRequest.py | 36 ++++++++++ .../request/v20150416/DdosLogRequest.py | 54 ++++++++++++++ .../v20150416/DeleteBackDoorFileRequest.py | 42 +++++++++++ .../v20150416/DeleteCNameWafRequest.py | 48 +++++++++++++ .../request/v20150416/DetectVulByIdRequest.py | 36 ++++++++++ .../request/v20150416/DetectVulByIpRequest.py | 36 ++++++++++ .../v20150416/GetDdosConfigOptionsRequest.py | 24 +++++++ .../v20150416/ListInstanceInfosRequest.py | 72 +++++++++++++++++++ .../request/v20150416/LogineventLogRequest.py | 54 ++++++++++++++ .../request/v20150416/OpenCCProtectRequest.py | 36 ++++++++++ .../request/v20150416/OpenPortScanRequest.py | 30 ++++++++ .../request/v20150416/OpenVulScanRequest.py | 30 ++++++++ .../v20150416/QueryDdosConfigRequest.py | 36 ++++++++++ .../request/v20150416/SecureCheckRequest.py | 36 ++++++++++ .../request/v20150416/ServiceStatusRequest.py | 30 ++++++++ .../request/v20150416/SetDdosAutoRequest.py | 36 ++++++++++ .../request/v20150416/SetDdosQpsRequest.py | 48 +++++++++++++ .../request/v20150416/SummaryRequest.py | 36 ++++++++++ .../request/v20150416/VulScanLogRequest.py | 54 ++++++++++++++ .../request/v20150416/WafInfoRequest.py | 36 ++++++++++ .../request/v20150416/WafLogRequest.py | 54 ++++++++++++++ .../request/v20150416/WebshellLogRequest.py | 54 ++++++++++++++ .../request/v20150416/__init__.py | 0 32 files changed, 1210 insertions(+), 1 deletion(-) create mode 100644 aliyun-python-sdk-yundun/aliyunsdkyundun/request/v20150416/AddCNameWafRequest.py create mode 100644 aliyun-python-sdk-yundun/aliyunsdkyundun/request/v20150416/BruteforceLogRequest.py create mode 100644 aliyun-python-sdk-yundun/aliyunsdkyundun/request/v20150416/CloseCCProtectRequest.py create mode 100644 aliyun-python-sdk-yundun/aliyunsdkyundun/request/v20150416/ClosePortScanRequest.py create mode 100644 aliyun-python-sdk-yundun/aliyunsdkyundun/request/v20150416/CloseVulScanRequest.py create mode 100644 aliyun-python-sdk-yundun/aliyunsdkyundun/request/v20150416/ConfigDdosRequest.py create mode 100644 aliyun-python-sdk-yundun/aliyunsdkyundun/request/v20150416/ConfirmLoginRequest.py create mode 100644 aliyun-python-sdk-yundun/aliyunsdkyundun/request/v20150416/DdosFlowGraphRequest.py create mode 100644 aliyun-python-sdk-yundun/aliyunsdkyundun/request/v20150416/DdosLogRequest.py create mode 100644 aliyun-python-sdk-yundun/aliyunsdkyundun/request/v20150416/DeleteBackDoorFileRequest.py create mode 100644 aliyun-python-sdk-yundun/aliyunsdkyundun/request/v20150416/DeleteCNameWafRequest.py create mode 100644 aliyun-python-sdk-yundun/aliyunsdkyundun/request/v20150416/DetectVulByIdRequest.py create mode 100644 aliyun-python-sdk-yundun/aliyunsdkyundun/request/v20150416/DetectVulByIpRequest.py create mode 100644 aliyun-python-sdk-yundun/aliyunsdkyundun/request/v20150416/GetDdosConfigOptionsRequest.py create mode 100644 aliyun-python-sdk-yundun/aliyunsdkyundun/request/v20150416/ListInstanceInfosRequest.py create mode 100644 aliyun-python-sdk-yundun/aliyunsdkyundun/request/v20150416/LogineventLogRequest.py create mode 100644 aliyun-python-sdk-yundun/aliyunsdkyundun/request/v20150416/OpenCCProtectRequest.py create mode 100644 aliyun-python-sdk-yundun/aliyunsdkyundun/request/v20150416/OpenPortScanRequest.py create mode 100644 aliyun-python-sdk-yundun/aliyunsdkyundun/request/v20150416/OpenVulScanRequest.py create mode 100644 aliyun-python-sdk-yundun/aliyunsdkyundun/request/v20150416/QueryDdosConfigRequest.py create mode 100644 aliyun-python-sdk-yundun/aliyunsdkyundun/request/v20150416/SecureCheckRequest.py create mode 100644 aliyun-python-sdk-yundun/aliyunsdkyundun/request/v20150416/ServiceStatusRequest.py create mode 100644 aliyun-python-sdk-yundun/aliyunsdkyundun/request/v20150416/SetDdosAutoRequest.py create mode 100644 aliyun-python-sdk-yundun/aliyunsdkyundun/request/v20150416/SetDdosQpsRequest.py create mode 100644 aliyun-python-sdk-yundun/aliyunsdkyundun/request/v20150416/SummaryRequest.py create mode 100644 aliyun-python-sdk-yundun/aliyunsdkyundun/request/v20150416/VulScanLogRequest.py create mode 100644 aliyun-python-sdk-yundun/aliyunsdkyundun/request/v20150416/WafInfoRequest.py create mode 100644 aliyun-python-sdk-yundun/aliyunsdkyundun/request/v20150416/WafLogRequest.py create mode 100644 aliyun-python-sdk-yundun/aliyunsdkyundun/request/v20150416/WebshellLogRequest.py create mode 100644 aliyun-python-sdk-yundun/aliyunsdkyundun/request/v20150416/__init__.py diff --git a/aliyun-python-sdk-yundun/ChangeLog.txt b/aliyun-python-sdk-yundun/ChangeLog.txt index 2fd5dc25c1..46fe630554 100644 --- a/aliyun-python-sdk-yundun/ChangeLog.txt +++ b/aliyun-python-sdk-yundun/ChangeLog.txt @@ -1,3 +1,6 @@ +2019-05-28 Version: 1.0.0 +测试发布云盾 1.0.0 版本 + 2019-03-15 Version: 2.1.4 1, Update Dependency diff --git a/aliyun-python-sdk-yundun/aliyunsdkyundun/__init__.py b/aliyun-python-sdk-yundun/aliyunsdkyundun/__init__.py index 9e07a2e6d7..75977e6f41 100644 --- a/aliyun-python-sdk-yundun/aliyunsdkyundun/__init__.py +++ b/aliyun-python-sdk-yundun/aliyunsdkyundun/__init__.py @@ -1 +1 @@ -__version__ = "2.1.4" \ No newline at end of file +__version__ = '1.0.0' \ No newline at end of file diff --git a/aliyun-python-sdk-yundun/aliyunsdkyundun/request/v20150416/AddCNameWafRequest.py b/aliyun-python-sdk-yundun/aliyunsdkyundun/request/v20150416/AddCNameWafRequest.py new file mode 100644 index 0000000000..3b7aa4d00f --- /dev/null +++ b/aliyun-python-sdk-yundun/aliyunsdkyundun/request/v20150416/AddCNameWafRequest.py @@ -0,0 +1,42 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class AddCNameWafRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Yundun', '2015-04-16', 'AddCNameWaf','yundun') + + def get_InstanceId(self): + return self.get_query_params().get('InstanceId') + + def set_InstanceId(self,InstanceId): + self.add_query_param('InstanceId',InstanceId) + + def get_Domain(self): + return self.get_query_params().get('Domain') + + def set_Domain(self,Domain): + self.add_query_param('Domain',Domain) + + def get_InstanceType(self): + return self.get_query_params().get('InstanceType') + + def set_InstanceType(self,InstanceType): + self.add_query_param('InstanceType',InstanceType) \ No newline at end of file diff --git a/aliyun-python-sdk-yundun/aliyunsdkyundun/request/v20150416/BruteforceLogRequest.py b/aliyun-python-sdk-yundun/aliyunsdkyundun/request/v20150416/BruteforceLogRequest.py new file mode 100644 index 0000000000..fb9f502328 --- /dev/null +++ b/aliyun-python-sdk-yundun/aliyunsdkyundun/request/v20150416/BruteforceLogRequest.py @@ -0,0 +1,54 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class BruteforceLogRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Yundun', '2015-04-16', 'BruteforceLog','yundun') + + def get_JstOwnerId(self): + return self.get_query_params().get('JstOwnerId') + + def set_JstOwnerId(self,JstOwnerId): + self.add_query_param('JstOwnerId',JstOwnerId) + + def get_InstanceId(self): + return self.get_query_params().get('InstanceId') + + def set_InstanceId(self,InstanceId): + self.add_query_param('InstanceId',InstanceId) + + def get_RecordType(self): + return self.get_query_params().get('RecordType') + + def set_RecordType(self,RecordType): + self.add_query_param('RecordType',RecordType) + + def get_PageSize(self): + return self.get_query_params().get('PageSize') + + def set_PageSize(self,PageSize): + self.add_query_param('PageSize',PageSize) + + def get_PageNumber(self): + return self.get_query_params().get('PageNumber') + + def set_PageNumber(self,PageNumber): + self.add_query_param('PageNumber',PageNumber) \ No newline at end of file diff --git a/aliyun-python-sdk-yundun/aliyunsdkyundun/request/v20150416/CloseCCProtectRequest.py b/aliyun-python-sdk-yundun/aliyunsdkyundun/request/v20150416/CloseCCProtectRequest.py new file mode 100644 index 0000000000..4b805408aa --- /dev/null +++ b/aliyun-python-sdk-yundun/aliyunsdkyundun/request/v20150416/CloseCCProtectRequest.py @@ -0,0 +1,36 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class CloseCCProtectRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Yundun', '2015-04-16', 'CloseCCProtect','yundun') + + def get_InstanceId(self): + return self.get_query_params().get('InstanceId') + + def set_InstanceId(self,InstanceId): + self.add_query_param('InstanceId',InstanceId) + + def get_InstanceType(self): + return self.get_query_params().get('InstanceType') + + def set_InstanceType(self,InstanceType): + self.add_query_param('InstanceType',InstanceType) \ No newline at end of file diff --git a/aliyun-python-sdk-yundun/aliyunsdkyundun/request/v20150416/ClosePortScanRequest.py b/aliyun-python-sdk-yundun/aliyunsdkyundun/request/v20150416/ClosePortScanRequest.py new file mode 100644 index 0000000000..7fee297437 --- /dev/null +++ b/aliyun-python-sdk-yundun/aliyunsdkyundun/request/v20150416/ClosePortScanRequest.py @@ -0,0 +1,30 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class ClosePortScanRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Yundun', '2015-04-16', 'ClosePortScan','yundun') + + def get_InstanceId(self): + return self.get_query_params().get('InstanceId') + + def set_InstanceId(self,InstanceId): + self.add_query_param('InstanceId',InstanceId) \ No newline at end of file diff --git a/aliyun-python-sdk-yundun/aliyunsdkyundun/request/v20150416/CloseVulScanRequest.py b/aliyun-python-sdk-yundun/aliyunsdkyundun/request/v20150416/CloseVulScanRequest.py new file mode 100644 index 0000000000..47ba732691 --- /dev/null +++ b/aliyun-python-sdk-yundun/aliyunsdkyundun/request/v20150416/CloseVulScanRequest.py @@ -0,0 +1,30 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class CloseVulScanRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Yundun', '2015-04-16', 'CloseVulScan','yundun') + + def get_InstanceId(self): + return self.get_query_params().get('InstanceId') + + def set_InstanceId(self,InstanceId): + self.add_query_param('InstanceId',InstanceId) \ No newline at end of file diff --git a/aliyun-python-sdk-yundun/aliyunsdkyundun/request/v20150416/ConfigDdosRequest.py b/aliyun-python-sdk-yundun/aliyunsdkyundun/request/v20150416/ConfigDdosRequest.py new file mode 100644 index 0000000000..135ed3b7ff --- /dev/null +++ b/aliyun-python-sdk-yundun/aliyunsdkyundun/request/v20150416/ConfigDdosRequest.py @@ -0,0 +1,54 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class ConfigDdosRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Yundun', '2015-04-16', 'ConfigDdos','yundun') + + def get_StrategyPosition(self): + return self.get_query_params().get('StrategyPosition') + + def set_StrategyPosition(self,StrategyPosition): + self.add_query_param('StrategyPosition',StrategyPosition) + + def get_InstanceId(self): + return self.get_query_params().get('InstanceId') + + def set_InstanceId(self,InstanceId): + self.add_query_param('InstanceId',InstanceId) + + def get_Level(self): + return self.get_query_params().get('Level') + + def set_Level(self,Level): + self.add_query_param('Level',Level) + + def get_InstanceType(self): + return self.get_query_params().get('InstanceType') + + def set_InstanceType(self,InstanceType): + self.add_query_param('InstanceType',InstanceType) + + def get_FlowPosition(self): + return self.get_query_params().get('FlowPosition') + + def set_FlowPosition(self,FlowPosition): + self.add_query_param('FlowPosition',FlowPosition) \ No newline at end of file diff --git a/aliyun-python-sdk-yundun/aliyunsdkyundun/request/v20150416/ConfirmLoginRequest.py b/aliyun-python-sdk-yundun/aliyunsdkyundun/request/v20150416/ConfirmLoginRequest.py new file mode 100644 index 0000000000..e1ce06fb98 --- /dev/null +++ b/aliyun-python-sdk-yundun/aliyunsdkyundun/request/v20150416/ConfirmLoginRequest.py @@ -0,0 +1,42 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class ConfirmLoginRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Yundun', '2015-04-16', 'ConfirmLogin','yundun') + + def get_InstanceId(self): + return self.get_query_params().get('InstanceId') + + def set_InstanceId(self,InstanceId): + self.add_query_param('InstanceId',InstanceId) + + def get_SourceIp(self): + return self.get_query_params().get('SourceIp') + + def set_SourceIp(self,SourceIp): + self.add_query_param('SourceIp',SourceIp) + + def get_Time(self): + return self.get_query_params().get('Time') + + def set_Time(self,Time): + self.add_query_param('Time',Time) \ No newline at end of file diff --git a/aliyun-python-sdk-yundun/aliyunsdkyundun/request/v20150416/DdosFlowGraphRequest.py b/aliyun-python-sdk-yundun/aliyunsdkyundun/request/v20150416/DdosFlowGraphRequest.py new file mode 100644 index 0000000000..5296860eed --- /dev/null +++ b/aliyun-python-sdk-yundun/aliyunsdkyundun/request/v20150416/DdosFlowGraphRequest.py @@ -0,0 +1,36 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class DdosFlowGraphRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Yundun', '2015-04-16', 'DdosFlowGraph','yundun') + + def get_InstanceId(self): + return self.get_query_params().get('InstanceId') + + def set_InstanceId(self,InstanceId): + self.add_query_param('InstanceId',InstanceId) + + def get_InstanceType(self): + return self.get_query_params().get('InstanceType') + + def set_InstanceType(self,InstanceType): + self.add_query_param('InstanceType',InstanceType) \ No newline at end of file diff --git a/aliyun-python-sdk-yundun/aliyunsdkyundun/request/v20150416/DdosLogRequest.py b/aliyun-python-sdk-yundun/aliyunsdkyundun/request/v20150416/DdosLogRequest.py new file mode 100644 index 0000000000..ddb0a2d1a4 --- /dev/null +++ b/aliyun-python-sdk-yundun/aliyunsdkyundun/request/v20150416/DdosLogRequest.py @@ -0,0 +1,54 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class DdosLogRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Yundun', '2015-04-16', 'DdosLog','yundun') + + def get_JstOwnerId(self): + return self.get_query_params().get('JstOwnerId') + + def set_JstOwnerId(self,JstOwnerId): + self.add_query_param('JstOwnerId',JstOwnerId) + + def get_InstanceId(self): + return self.get_query_params().get('InstanceId') + + def set_InstanceId(self,InstanceId): + self.add_query_param('InstanceId',InstanceId) + + def get_PageSize(self): + return self.get_query_params().get('PageSize') + + def set_PageSize(self,PageSize): + self.add_query_param('PageSize',PageSize) + + def get_InstanceType(self): + return self.get_query_params().get('InstanceType') + + def set_InstanceType(self,InstanceType): + self.add_query_param('InstanceType',InstanceType) + + def get_PageNumber(self): + return self.get_query_params().get('PageNumber') + + def set_PageNumber(self,PageNumber): + self.add_query_param('PageNumber',PageNumber) \ No newline at end of file diff --git a/aliyun-python-sdk-yundun/aliyunsdkyundun/request/v20150416/DeleteBackDoorFileRequest.py b/aliyun-python-sdk-yundun/aliyunsdkyundun/request/v20150416/DeleteBackDoorFileRequest.py new file mode 100644 index 0000000000..24c12ddeb7 --- /dev/null +++ b/aliyun-python-sdk-yundun/aliyunsdkyundun/request/v20150416/DeleteBackDoorFileRequest.py @@ -0,0 +1,42 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class DeleteBackDoorFileRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Yundun', '2015-04-16', 'DeleteBackDoorFile','yundun') + + def get_Path(self): + return self.get_query_params().get('Path') + + def set_Path(self,Path): + self.add_query_param('Path',Path) + + def get_JstOwnerId(self): + return self.get_query_params().get('JstOwnerId') + + def set_JstOwnerId(self,JstOwnerId): + self.add_query_param('JstOwnerId',JstOwnerId) + + def get_InstanceId(self): + return self.get_query_params().get('InstanceId') + + def set_InstanceId(self,InstanceId): + self.add_query_param('InstanceId',InstanceId) \ No newline at end of file diff --git a/aliyun-python-sdk-yundun/aliyunsdkyundun/request/v20150416/DeleteCNameWafRequest.py b/aliyun-python-sdk-yundun/aliyunsdkyundun/request/v20150416/DeleteCNameWafRequest.py new file mode 100644 index 0000000000..1b8e75fb6d --- /dev/null +++ b/aliyun-python-sdk-yundun/aliyunsdkyundun/request/v20150416/DeleteCNameWafRequest.py @@ -0,0 +1,48 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class DeleteCNameWafRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Yundun', '2015-04-16', 'DeleteCNameWaf','yundun') + + def get_InstanceId(self): + return self.get_query_params().get('InstanceId') + + def set_InstanceId(self,InstanceId): + self.add_query_param('InstanceId',InstanceId) + + def get_Domain(self): + return self.get_query_params().get('Domain') + + def set_Domain(self,Domain): + self.add_query_param('Domain',Domain) + + def get_InstanceType(self): + return self.get_query_params().get('InstanceType') + + def set_InstanceType(self,InstanceType): + self.add_query_param('InstanceType',InstanceType) + + def get_CnameId(self): + return self.get_query_params().get('CnameId') + + def set_CnameId(self,CnameId): + self.add_query_param('CnameId',CnameId) \ No newline at end of file diff --git a/aliyun-python-sdk-yundun/aliyunsdkyundun/request/v20150416/DetectVulByIdRequest.py b/aliyun-python-sdk-yundun/aliyunsdkyundun/request/v20150416/DetectVulByIdRequest.py new file mode 100644 index 0000000000..4f67bc6acd --- /dev/null +++ b/aliyun-python-sdk-yundun/aliyunsdkyundun/request/v20150416/DetectVulByIdRequest.py @@ -0,0 +1,36 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class DetectVulByIdRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Yundun', '2015-04-16', 'DetectVulById','yundun') + + def get_InstanceId(self): + return self.get_query_params().get('InstanceId') + + def set_InstanceId(self,InstanceId): + self.add_query_param('InstanceId',InstanceId) + + def get_VulId(self): + return self.get_query_params().get('VulId') + + def set_VulId(self,VulId): + self.add_query_param('VulId',VulId) \ No newline at end of file diff --git a/aliyun-python-sdk-yundun/aliyunsdkyundun/request/v20150416/DetectVulByIpRequest.py b/aliyun-python-sdk-yundun/aliyunsdkyundun/request/v20150416/DetectVulByIpRequest.py new file mode 100644 index 0000000000..dc34f971fb --- /dev/null +++ b/aliyun-python-sdk-yundun/aliyunsdkyundun/request/v20150416/DetectVulByIpRequest.py @@ -0,0 +1,36 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class DetectVulByIpRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Yundun', '2015-04-16', 'DetectVulByIp','yundun') + + def get_VulIp(self): + return self.get_query_params().get('VulIp') + + def set_VulIp(self,VulIp): + self.add_query_param('VulIp',VulIp) + + def get_InstanceId(self): + return self.get_query_params().get('InstanceId') + + def set_InstanceId(self,InstanceId): + self.add_query_param('InstanceId',InstanceId) \ No newline at end of file diff --git a/aliyun-python-sdk-yundun/aliyunsdkyundun/request/v20150416/GetDdosConfigOptionsRequest.py b/aliyun-python-sdk-yundun/aliyunsdkyundun/request/v20150416/GetDdosConfigOptionsRequest.py new file mode 100644 index 0000000000..09a7d38927 --- /dev/null +++ b/aliyun-python-sdk-yundun/aliyunsdkyundun/request/v20150416/GetDdosConfigOptionsRequest.py @@ -0,0 +1,24 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class GetDdosConfigOptionsRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Yundun', '2015-04-16', 'GetDdosConfigOptions','yundun') \ No newline at end of file diff --git a/aliyun-python-sdk-yundun/aliyunsdkyundun/request/v20150416/ListInstanceInfosRequest.py b/aliyun-python-sdk-yundun/aliyunsdkyundun/request/v20150416/ListInstanceInfosRequest.py new file mode 100644 index 0000000000..55f65a75b8 --- /dev/null +++ b/aliyun-python-sdk-yundun/aliyunsdkyundun/request/v20150416/ListInstanceInfosRequest.py @@ -0,0 +1,72 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class ListInstanceInfosRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Yundun', '2015-04-16', 'ListInstanceInfos','yundun') + + def get_JstOwnerId(self): + return self.get_query_params().get('JstOwnerId') + + def set_JstOwnerId(self,JstOwnerId): + self.add_query_param('JstOwnerId',JstOwnerId) + + def get_InstanceName(self): + return self.get_query_params().get('InstanceName') + + def set_InstanceName(self,InstanceName): + self.add_query_param('InstanceName',InstanceName) + + def get_InstanceIds(self): + return self.get_query_params().get('InstanceIds') + + def set_InstanceIds(self,InstanceIds): + self.add_query_param('InstanceIds',InstanceIds) + + def get_PageSize(self): + return self.get_query_params().get('PageSize') + + def set_PageSize(self,PageSize): + self.add_query_param('PageSize',PageSize) + + def get_InstanceType(self): + return self.get_query_params().get('InstanceType') + + def set_InstanceType(self,InstanceType): + self.add_query_param('InstanceType',InstanceType) + + def get_EventType(self): + return self.get_query_params().get('EventType') + + def set_EventType(self,EventType): + self.add_query_param('EventType',EventType) + + def get_Region(self): + return self.get_query_params().get('Region') + + def set_Region(self,Region): + self.add_query_param('Region',Region) + + def get_PageNumber(self): + return self.get_query_params().get('PageNumber') + + def set_PageNumber(self,PageNumber): + self.add_query_param('PageNumber',PageNumber) \ No newline at end of file diff --git a/aliyun-python-sdk-yundun/aliyunsdkyundun/request/v20150416/LogineventLogRequest.py b/aliyun-python-sdk-yundun/aliyunsdkyundun/request/v20150416/LogineventLogRequest.py new file mode 100644 index 0000000000..3a4141e050 --- /dev/null +++ b/aliyun-python-sdk-yundun/aliyunsdkyundun/request/v20150416/LogineventLogRequest.py @@ -0,0 +1,54 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class LogineventLogRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Yundun', '2015-04-16', 'LogineventLog','yundun') + + def get_JstOwnerId(self): + return self.get_query_params().get('JstOwnerId') + + def set_JstOwnerId(self,JstOwnerId): + self.add_query_param('JstOwnerId',JstOwnerId) + + def get_InstanceId(self): + return self.get_query_params().get('InstanceId') + + def set_InstanceId(self,InstanceId): + self.add_query_param('InstanceId',InstanceId) + + def get_RecordType(self): + return self.get_query_params().get('RecordType') + + def set_RecordType(self,RecordType): + self.add_query_param('RecordType',RecordType) + + def get_PageSize(self): + return self.get_query_params().get('PageSize') + + def set_PageSize(self,PageSize): + self.add_query_param('PageSize',PageSize) + + def get_PageNumber(self): + return self.get_query_params().get('PageNumber') + + def set_PageNumber(self,PageNumber): + self.add_query_param('PageNumber',PageNumber) \ No newline at end of file diff --git a/aliyun-python-sdk-yundun/aliyunsdkyundun/request/v20150416/OpenCCProtectRequest.py b/aliyun-python-sdk-yundun/aliyunsdkyundun/request/v20150416/OpenCCProtectRequest.py new file mode 100644 index 0000000000..47dcf2ba74 --- /dev/null +++ b/aliyun-python-sdk-yundun/aliyunsdkyundun/request/v20150416/OpenCCProtectRequest.py @@ -0,0 +1,36 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class OpenCCProtectRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Yundun', '2015-04-16', 'OpenCCProtect','yundun') + + def get_InstanceId(self): + return self.get_query_params().get('InstanceId') + + def set_InstanceId(self,InstanceId): + self.add_query_param('InstanceId',InstanceId) + + def get_InstanceType(self): + return self.get_query_params().get('InstanceType') + + def set_InstanceType(self,InstanceType): + self.add_query_param('InstanceType',InstanceType) \ No newline at end of file diff --git a/aliyun-python-sdk-yundun/aliyunsdkyundun/request/v20150416/OpenPortScanRequest.py b/aliyun-python-sdk-yundun/aliyunsdkyundun/request/v20150416/OpenPortScanRequest.py new file mode 100644 index 0000000000..d36de59a7b --- /dev/null +++ b/aliyun-python-sdk-yundun/aliyunsdkyundun/request/v20150416/OpenPortScanRequest.py @@ -0,0 +1,30 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class OpenPortScanRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Yundun', '2015-04-16', 'OpenPortScan','yundun') + + def get_InstanceId(self): + return self.get_query_params().get('InstanceId') + + def set_InstanceId(self,InstanceId): + self.add_query_param('InstanceId',InstanceId) \ No newline at end of file diff --git a/aliyun-python-sdk-yundun/aliyunsdkyundun/request/v20150416/OpenVulScanRequest.py b/aliyun-python-sdk-yundun/aliyunsdkyundun/request/v20150416/OpenVulScanRequest.py new file mode 100644 index 0000000000..01539ae929 --- /dev/null +++ b/aliyun-python-sdk-yundun/aliyunsdkyundun/request/v20150416/OpenVulScanRequest.py @@ -0,0 +1,30 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class OpenVulScanRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Yundun', '2015-04-16', 'OpenVulScan','yundun') + + def get_InstanceId(self): + return self.get_query_params().get('InstanceId') + + def set_InstanceId(self,InstanceId): + self.add_query_param('InstanceId',InstanceId) \ No newline at end of file diff --git a/aliyun-python-sdk-yundun/aliyunsdkyundun/request/v20150416/QueryDdosConfigRequest.py b/aliyun-python-sdk-yundun/aliyunsdkyundun/request/v20150416/QueryDdosConfigRequest.py new file mode 100644 index 0000000000..eefe706076 --- /dev/null +++ b/aliyun-python-sdk-yundun/aliyunsdkyundun/request/v20150416/QueryDdosConfigRequest.py @@ -0,0 +1,36 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class QueryDdosConfigRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Yundun', '2015-04-16', 'QueryDdosConfig','yundun') + + def get_InstanceId(self): + return self.get_query_params().get('InstanceId') + + def set_InstanceId(self,InstanceId): + self.add_query_param('InstanceId',InstanceId) + + def get_InstanceType(self): + return self.get_query_params().get('InstanceType') + + def set_InstanceType(self,InstanceType): + self.add_query_param('InstanceType',InstanceType) \ No newline at end of file diff --git a/aliyun-python-sdk-yundun/aliyunsdkyundun/request/v20150416/SecureCheckRequest.py b/aliyun-python-sdk-yundun/aliyunsdkyundun/request/v20150416/SecureCheckRequest.py new file mode 100644 index 0000000000..7fcdd66978 --- /dev/null +++ b/aliyun-python-sdk-yundun/aliyunsdkyundun/request/v20150416/SecureCheckRequest.py @@ -0,0 +1,36 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class SecureCheckRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Yundun', '2015-04-16', 'SecureCheck','yundun') + + def get_JstOwnerId(self): + return self.get_query_params().get('JstOwnerId') + + def set_JstOwnerId(self,JstOwnerId): + self.add_query_param('JstOwnerId',JstOwnerId) + + def get_InstanceIds(self): + return self.get_query_params().get('InstanceIds') + + def set_InstanceIds(self,InstanceIds): + self.add_query_param('InstanceIds',InstanceIds) \ No newline at end of file diff --git a/aliyun-python-sdk-yundun/aliyunsdkyundun/request/v20150416/ServiceStatusRequest.py b/aliyun-python-sdk-yundun/aliyunsdkyundun/request/v20150416/ServiceStatusRequest.py new file mode 100644 index 0000000000..0ad7b9ba5f --- /dev/null +++ b/aliyun-python-sdk-yundun/aliyunsdkyundun/request/v20150416/ServiceStatusRequest.py @@ -0,0 +1,30 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class ServiceStatusRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Yundun', '2015-04-16', 'ServiceStatus','yundun') + + def get_InstanceId(self): + return self.get_query_params().get('InstanceId') + + def set_InstanceId(self,InstanceId): + self.add_query_param('InstanceId',InstanceId) \ No newline at end of file diff --git a/aliyun-python-sdk-yundun/aliyunsdkyundun/request/v20150416/SetDdosAutoRequest.py b/aliyun-python-sdk-yundun/aliyunsdkyundun/request/v20150416/SetDdosAutoRequest.py new file mode 100644 index 0000000000..f7836d58d3 --- /dev/null +++ b/aliyun-python-sdk-yundun/aliyunsdkyundun/request/v20150416/SetDdosAutoRequest.py @@ -0,0 +1,36 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class SetDdosAutoRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Yundun', '2015-04-16', 'SetDdosAuto','yundun') + + def get_InstanceId(self): + return self.get_query_params().get('InstanceId') + + def set_InstanceId(self,InstanceId): + self.add_query_param('InstanceId',InstanceId) + + def get_InstanceType(self): + return self.get_query_params().get('InstanceType') + + def set_InstanceType(self,InstanceType): + self.add_query_param('InstanceType',InstanceType) \ No newline at end of file diff --git a/aliyun-python-sdk-yundun/aliyunsdkyundun/request/v20150416/SetDdosQpsRequest.py b/aliyun-python-sdk-yundun/aliyunsdkyundun/request/v20150416/SetDdosQpsRequest.py new file mode 100644 index 0000000000..94959a5c99 --- /dev/null +++ b/aliyun-python-sdk-yundun/aliyunsdkyundun/request/v20150416/SetDdosQpsRequest.py @@ -0,0 +1,48 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class SetDdosQpsRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Yundun', '2015-04-16', 'SetDdosQps','yundun') + + def get_InstanceId(self): + return self.get_query_params().get('InstanceId') + + def set_InstanceId(self,InstanceId): + self.add_query_param('InstanceId',InstanceId) + + def get_Level(self): + return self.get_query_params().get('Level') + + def set_Level(self,Level): + self.add_query_param('Level',Level) + + def get_InstanceType(self): + return self.get_query_params().get('InstanceType') + + def set_InstanceType(self,InstanceType): + self.add_query_param('InstanceType',InstanceType) + + def get_QpsPosition(self): + return self.get_query_params().get('QpsPosition') + + def set_QpsPosition(self,QpsPosition): + self.add_query_param('QpsPosition',QpsPosition) \ No newline at end of file diff --git a/aliyun-python-sdk-yundun/aliyunsdkyundun/request/v20150416/SummaryRequest.py b/aliyun-python-sdk-yundun/aliyunsdkyundun/request/v20150416/SummaryRequest.py new file mode 100644 index 0000000000..50e48fa1fd --- /dev/null +++ b/aliyun-python-sdk-yundun/aliyunsdkyundun/request/v20150416/SummaryRequest.py @@ -0,0 +1,36 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class SummaryRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Yundun', '2015-04-16', 'Summary','yundun') + + def get_JstOwnerId(self): + return self.get_query_params().get('JstOwnerId') + + def set_JstOwnerId(self,JstOwnerId): + self.add_query_param('JstOwnerId',JstOwnerId) + + def get_InstanceIds(self): + return self.get_query_params().get('InstanceIds') + + def set_InstanceIds(self,InstanceIds): + self.add_query_param('InstanceIds',InstanceIds) \ No newline at end of file diff --git a/aliyun-python-sdk-yundun/aliyunsdkyundun/request/v20150416/VulScanLogRequest.py b/aliyun-python-sdk-yundun/aliyunsdkyundun/request/v20150416/VulScanLogRequest.py new file mode 100644 index 0000000000..26aae1cc20 --- /dev/null +++ b/aliyun-python-sdk-yundun/aliyunsdkyundun/request/v20150416/VulScanLogRequest.py @@ -0,0 +1,54 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class VulScanLogRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Yundun', '2015-04-16', 'VulScanLog','yundun') + + def get_JstOwnerId(self): + return self.get_query_params().get('JstOwnerId') + + def set_JstOwnerId(self,JstOwnerId): + self.add_query_param('JstOwnerId',JstOwnerId) + + def get_InstanceId(self): + return self.get_query_params().get('InstanceId') + + def set_InstanceId(self,InstanceId): + self.add_query_param('InstanceId',InstanceId) + + def get_PageSize(self): + return self.get_query_params().get('PageSize') + + def set_PageSize(self,PageSize): + self.add_query_param('PageSize',PageSize) + + def get_VulStatus(self): + return self.get_query_params().get('VulStatus') + + def set_VulStatus(self,VulStatus): + self.add_query_param('VulStatus',VulStatus) + + def get_PageNumber(self): + return self.get_query_params().get('PageNumber') + + def set_PageNumber(self,PageNumber): + self.add_query_param('PageNumber',PageNumber) \ No newline at end of file diff --git a/aliyun-python-sdk-yundun/aliyunsdkyundun/request/v20150416/WafInfoRequest.py b/aliyun-python-sdk-yundun/aliyunsdkyundun/request/v20150416/WafInfoRequest.py new file mode 100644 index 0000000000..cf4c50f6c0 --- /dev/null +++ b/aliyun-python-sdk-yundun/aliyunsdkyundun/request/v20150416/WafInfoRequest.py @@ -0,0 +1,36 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class WafInfoRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Yundun', '2015-04-16', 'WafInfo','yundun') + + def get_InstanceId(self): + return self.get_query_params().get('InstanceId') + + def set_InstanceId(self,InstanceId): + self.add_query_param('InstanceId',InstanceId) + + def get_InstanceType(self): + return self.get_query_params().get('InstanceType') + + def set_InstanceType(self,InstanceType): + self.add_query_param('InstanceType',InstanceType) \ No newline at end of file diff --git a/aliyun-python-sdk-yundun/aliyunsdkyundun/request/v20150416/WafLogRequest.py b/aliyun-python-sdk-yundun/aliyunsdkyundun/request/v20150416/WafLogRequest.py new file mode 100644 index 0000000000..7f1eea43ea --- /dev/null +++ b/aliyun-python-sdk-yundun/aliyunsdkyundun/request/v20150416/WafLogRequest.py @@ -0,0 +1,54 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class WafLogRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Yundun', '2015-04-16', 'WafLog','yundun') + + def get_JstOwnerId(self): + return self.get_query_params().get('JstOwnerId') + + def set_JstOwnerId(self,JstOwnerId): + self.add_query_param('JstOwnerId',JstOwnerId) + + def get_InstanceId(self): + return self.get_query_params().get('InstanceId') + + def set_InstanceId(self,InstanceId): + self.add_query_param('InstanceId',InstanceId) + + def get_PageSize(self): + return self.get_query_params().get('PageSize') + + def set_PageSize(self,PageSize): + self.add_query_param('PageSize',PageSize) + + def get_InstanceType(self): + return self.get_query_params().get('InstanceType') + + def set_InstanceType(self,InstanceType): + self.add_query_param('InstanceType',InstanceType) + + def get_PageNumber(self): + return self.get_query_params().get('PageNumber') + + def set_PageNumber(self,PageNumber): + self.add_query_param('PageNumber',PageNumber) \ No newline at end of file diff --git a/aliyun-python-sdk-yundun/aliyunsdkyundun/request/v20150416/WebshellLogRequest.py b/aliyun-python-sdk-yundun/aliyunsdkyundun/request/v20150416/WebshellLogRequest.py new file mode 100644 index 0000000000..6f2e04513e --- /dev/null +++ b/aliyun-python-sdk-yundun/aliyunsdkyundun/request/v20150416/WebshellLogRequest.py @@ -0,0 +1,54 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class WebshellLogRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Yundun', '2015-04-16', 'WebshellLog','yundun') + + def get_JstOwnerId(self): + return self.get_query_params().get('JstOwnerId') + + def set_JstOwnerId(self,JstOwnerId): + self.add_query_param('JstOwnerId',JstOwnerId) + + def get_InstanceId(self): + return self.get_query_params().get('InstanceId') + + def set_InstanceId(self,InstanceId): + self.add_query_param('InstanceId',InstanceId) + + def get_RecordType(self): + return self.get_query_params().get('RecordType') + + def set_RecordType(self,RecordType): + self.add_query_param('RecordType',RecordType) + + def get_PageSize(self): + return self.get_query_params().get('PageSize') + + def set_PageSize(self,PageSize): + self.add_query_param('PageSize',PageSize) + + def get_PageNumber(self): + return self.get_query_params().get('PageNumber') + + def set_PageNumber(self,PageNumber): + self.add_query_param('PageNumber',PageNumber) \ No newline at end of file diff --git a/aliyun-python-sdk-yundun/aliyunsdkyundun/request/v20150416/__init__.py b/aliyun-python-sdk-yundun/aliyunsdkyundun/request/v20150416/__init__.py new file mode 100644 index 0000000000..e69de29bb2 From 2f3db291986f757c13886075525614b0074fd5b5 Mon Sep 17 00:00:00 2001 From: sdk-team Date: Tue, 28 May 2019 14:18:38 +0800 Subject: [PATCH 084/282] Generated 2015-01-01 for R-kvstore --- aliyun-python-sdk-r-kvstore/ChangeLog.txt | 3 + .../aliyunsdkr_kvstore/__init__.py | 2 +- .../v20150101/ActivateInstanceRequest.py | 60 ++++++++ ...AllocateInstancePublicConnectionRequest.py | 28 ++-- .../v20150101/AppendReplicaInstanceRequest.py | 108 +++++++++++++ .../request/v20150101/CreateAccountRequest.py | 64 ++++---- .../request/v20150101/CreateBackupRequest.py | 16 +- .../CreateCacheAnalysisTaskRequest.py | 16 +- .../v20150101/CreateInstanceReplicaRequest.py | 144 ++++++++++++++++++ .../v20150101/CreateInstanceRequest.py | 2 +- .../v20150101/CreateInstancesRequest.py | 114 ++++++++++++++ .../v20150101/CreateSnapshotRequest.py | 2 +- .../CreateStaticVerificationRequest.py | 36 ++--- .../v20150101/CreateTempInstanceRequest.py | 2 +- .../request/v20150101/DataOperateRequest.py | 66 ++++++++ .../v20150101/DeactivateInstanceRequest.py | 60 ++++++++ .../request/v20150101/DeleteAccountRequest.py | 16 +- .../v20150101/DeleteInstanceRequest.py | 28 ++-- .../v20150101/DeleteSnapshotRequest.py | 2 +- .../DeleteSnapshotSettingsRequest.py | 2 +- .../v20150101/DeleteTempInstanceRequest.py | 2 +- .../v20150101/DescribeAccountsRequest.py | 16 +- ...DescribeActiveOperationTaskCountRequest.py | 2 +- ...escribeActiveOperationTaskRegionRequest.py | 14 +- .../DescribeActiveOperationTaskRequest.py | 50 +++--- .../DescribeActiveOperationTaskTypeRequest.py | 2 +- .../v20150101/DescribeAuditRecordsRequest.py | 76 ++++----- .../DescribeAvailableResourceRequest.py | 72 +++++++++ .../v20150101/DescribeBackupsRequest.py | 52 +++---- .../DescribeCacheAnalysisReportListRequest.py | 52 +++---- .../DescribeCacheAnalysisReportRequest.py | 52 +++---- .../v20150101/DescribeCertificationRequest.py | 14 +- .../DescribeConnectionDomainRequest.py | 60 ++++++++ .../DescribeDBInstanceMonitorRequest.py | 14 +- .../DescribeDBInstanceNetInfoRequest.py | 16 +- .../v20150101/DescribeEngineVersionRequest.py | 66 ++++++++ .../DescribeErrorLogRecordsRequest.py | 88 +++++------ .../DescribeHistoryMonitorValuesRequest.py | 50 +++--- .../DescribeInstanceAttributeRequest.py | 16 +- ...ribeInstanceAutoRenewalAttributeRequest.py | 46 +++--- .../DescribeInstanceConfigRequest.py | 16 +- .../v20150101/DescribeInstanceCountRequest.py | 54 +++++++ .../v20150101/DescribeInstanceSSLRequest.py | 16 +- .../DescribeInstanceVPCAuthRequest.py | 60 ++++++++ .../DescribeInstancesByExpireTimeRequest.py | 52 +++---- .../v20150101/DescribeInstancesRequest.py | 109 ++++++------- .../DescribeIntranetAttributeRequest.py | 16 +- .../DescribeLogicInstanceTopologyRequest.py | 16 +- .../v20150101/DescribeMonitorItemsRequest.py | 16 +- .../v20150101/DescribeMonitorValuesRequest.py | 66 ++++++++ ...scribeMonthlyServiceStatusDetailRequest.py | 28 ++-- .../DescribeMonthlyServiceStatusRequest.py | 28 ++-- ...ribeParameterModificationHistoryRequest.py | 40 ++--- .../DescribeParameterTemplatesRequest.py | 26 ++-- .../v20150101/DescribeParametersRequest.py | 28 ++-- .../request/v20150101/DescribePriceRequest.py | 138 +++++++++++++++++ .../v20150101/DescribeRdsVSwitchsRequest.py | 16 +- .../v20150101/DescribeRdsVpcsRequest.py | 16 +- .../v20150101/DescribeRegionsRequest.py | 16 +- .../DescribeReplicaConflictInfoRequest.py | 52 +++---- ...escribeReplicaInitializeProgressRequest.py | 14 +- .../DescribeReplicaPerformanceRequest.py | 52 +++---- .../v20150101/DescribeReplicaUsageRequest.py | 36 ++--- .../v20150101/DescribeReplicasRequest.py | 40 ++--- .../DescribeRunningLogRecordsRequest.py | 88 +++++------ .../v20150101/DescribeSecurityIpsRequest.py | 16 +- .../DescribeSlowLogRecordsRequest.py | 76 ++++----- .../v20150101/DescribeSnapshotsRequest.py | 2 +- .../DescribeStaticVerificationListRequest.py | 36 ++--- .../v20150101/DescribeStrategyRequest.py | 14 +- .../request/v20150101/DescribeTagsRequest.py | 60 ++++++++ .../v20150101/DescribeTempInstanceRequest.py | 2 +- .../v20150101/DescribeUserInfoRequest.py | 54 +++++++ .../DescribeVerificationListRequest.py | 52 +++---- .../request/v20150101/DescribeZonesRequest.py | 16 +- .../v20150101/DestroyInstanceRequest.py | 16 +- .../EvaluateFailOverSwitchRequest.py | 14 +- .../request/v20150101/FlushInstanceRequest.py | 28 ++-- .../v20150101/GetSnapshotSettingsRequest.py | 16 +- .../v20150101/GrantAccountPrivilegeRequest.py | 18 +-- .../v20150101/ListTagResourcesRequest.py | 36 ++--- .../v20150101/MigrateToOtherZoneRequest.py | 50 +++--- .../ModifyAccountDescriptionRequest.py | 18 +-- .../ModifyActiveOperationTaskRequest.py | 28 ++-- .../v20150101/ModifyAuditLogConfigRequest.py | 34 ++--- .../v20150101/ModifyBackupPolicyRequest.py | 40 ++--- .../v20150101/ModifyCertificationRequest.py | 22 +-- ...ModifyDBInstanceConnectionStringRequest.py | 28 ++-- .../ModifyDBInstanceMonitorRequest.py | 24 +-- .../v20150101/ModifyGuardDomainModeRequest.py | 14 +- .../ModifyInstanceAttributeRequest.py | 28 ++-- ...difyInstanceAutoRenewalAttributeRequest.py | 36 ++--- .../v20150101/ModifyInstanceConfigRequest.py | 14 +- .../ModifyInstanceMaintainTimeRequest.py | 28 ++-- .../ModifyInstanceMajorVersionRequest.py | 30 ++-- .../ModifyInstanceMinorVersionRequest.py | 18 +-- .../ModifyInstanceNetExpireTimeRequest.py | 36 ++--- .../v20150101/ModifyInstanceSSLRequest.py | 14 +- .../v20150101/ModifyInstanceSpecRequest.py | 64 ++++---- .../v20150101/ModifyInstanceVPCAuthRequest.py | 66 ++++++++ .../ModifyInstanceVpcAuthModeRequest.py | 28 ++-- .../ModifyIntranetAttributeRequest.py | 16 +- .../ModifyReplicaDescriptionRequest.py | 14 +- .../v20150101/ModifyReplicaModeRequest.py | 40 ++--- .../ModifyReplicaRecoveryModeRequest.py | 26 ++-- .../v20150101/ModifyReplicaRelationRequest.py | 14 +- .../ModifyReplicaVerificationModeRequest.py | 26 ++-- .../v20150101/ModifySecurityIpsRequest.py | 38 ++--- .../request/v20150101/QueryTaskRequest.py | 2 +- .../ReleaseInstancePublicConnectionRequest.py | 16 +- .../v20150101/ReleaseReplicaRequest.py | 14 +- .../request/v20150101/RenewInstanceRequest.py | 64 ++++---- .../v20150101/RenewMultiInstanceRequest.py | 40 ++--- .../v20150101/ResetAccountPasswordRequest.py | 28 ++-- .../request/v20150101/ResetAccountRequest.py | 28 ++-- .../v20150101/RestartInstanceRequest.py | 28 ++-- .../v20150101/RestoreInstanceRequest.py | 16 +- .../v20150101/RestoreSnapshotRequest.py | 2 +- .../RevokeAccountPrivilegeRequest.py | 16 +- .../v20150101/SetSnapshotSettingsRequest.py | 2 +- .../request/v20150101/SwitchNetworkRequest.py | 26 ++-- .../v20150101/SwitchTempInstanceRequest.py | 2 +- .../request/v20150101/TagResourcesRequest.py | 24 +-- .../v20150101/TransformToPrePaidRequest.py | 28 ++-- .../v20150101/UnlinkReplicaInstanceRequest.py | 28 ++-- .../v20150101/UntagResourcesRequest.py | 28 ++-- .../v20150101/VerifyPasswordRequest.py | 16 +- 127 files changed, 2740 insertions(+), 1488 deletions(-) create mode 100644 aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/ActivateInstanceRequest.py create mode 100644 aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/AppendReplicaInstanceRequest.py create mode 100644 aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/CreateInstanceReplicaRequest.py create mode 100644 aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/CreateInstancesRequest.py create mode 100644 aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DataOperateRequest.py create mode 100644 aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DeactivateInstanceRequest.py create mode 100644 aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeAvailableResourceRequest.py create mode 100644 aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeConnectionDomainRequest.py create mode 100644 aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeEngineVersionRequest.py create mode 100644 aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeInstanceCountRequest.py create mode 100644 aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeInstanceVPCAuthRequest.py create mode 100644 aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeMonitorValuesRequest.py create mode 100644 aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribePriceRequest.py create mode 100644 aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeTagsRequest.py create mode 100644 aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeUserInfoRequest.py create mode 100644 aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/ModifyInstanceVPCAuthRequest.py diff --git a/aliyun-python-sdk-r-kvstore/ChangeLog.txt b/aliyun-python-sdk-r-kvstore/ChangeLog.txt index e90cf47dcd..a31fc2f6a6 100644 --- a/aliyun-python-sdk-r-kvstore/ChangeLog.txt +++ b/aliyun-python-sdk-r-kvstore/ChangeLog.txt @@ -1,3 +1,6 @@ +2019-05-28 Version: 3.0.0 +- Generated 2015-01-01 for `R-kvstore` + 2019-04-18 Version: 2.0.7 1, CreateCacheAnalysisTask prop modify diff --git a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/__init__.py b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/__init__.py index 6ff6d626e7..e931652ef4 100644 --- a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/__init__.py +++ b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/__init__.py @@ -1 +1 @@ -__version__ = "2.0.7" \ No newline at end of file +__version__ = '3.0.0' \ No newline at end of file diff --git a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/ActivateInstanceRequest.py b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/ActivateInstanceRequest.py new file mode 100644 index 0000000000..a208ae73af --- /dev/null +++ b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/ActivateInstanceRequest.py @@ -0,0 +1,60 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class ActivateInstanceRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'ActivateInstance','kvstore') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_SecurityToken(self): + return self.get_query_params().get('SecurityToken') + + def set_SecurityToken(self,SecurityToken): + self.add_query_param('SecurityToken',SecurityToken) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_InstanceId(self): + return self.get_query_params().get('InstanceId') + + def set_InstanceId(self,InstanceId): + self.add_query_param('InstanceId',InstanceId) \ No newline at end of file diff --git a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/AllocateInstancePublicConnectionRequest.py b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/AllocateInstancePublicConnectionRequest.py index a58a3d9865..8b602a15a8 100644 --- a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/AllocateInstancePublicConnectionRequest.py +++ b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/AllocateInstancePublicConnectionRequest.py @@ -21,7 +21,7 @@ class AllocateInstancePublicConnectionRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'AllocateInstancePublicConnection','redisa') + RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'AllocateInstancePublicConnection','kvstore') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -35,12 +35,6 @@ def get_ConnectionStringPrefix(self): def set_ConnectionStringPrefix(self,ConnectionStringPrefix): self.add_query_param('ConnectionStringPrefix',ConnectionStringPrefix) - def get_InstanceId(self): - return self.get_query_params().get('InstanceId') - - def set_InstanceId(self,InstanceId): - self.add_query_param('InstanceId',InstanceId) - def get_SecurityToken(self): return self.get_query_params().get('SecurityToken') @@ -53,12 +47,6 @@ def get_ResourceOwnerAccount(self): def set_ResourceOwnerAccount(self,ResourceOwnerAccount): self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - def get_Port(self): - return self.get_query_params().get('Port') - - def set_Port(self,Port): - self.add_query_param('Port',Port) - def get_OwnerAccount(self): return self.get_query_params().get('OwnerAccount') @@ -69,4 +57,16 @@ def get_OwnerId(self): return self.get_query_params().get('OwnerId') def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) \ No newline at end of file + self.add_query_param('OwnerId',OwnerId) + + def get_InstanceId(self): + return self.get_query_params().get('InstanceId') + + def set_InstanceId(self,InstanceId): + self.add_query_param('InstanceId',InstanceId) + + def get_Port(self): + return self.get_query_params().get('Port') + + def set_Port(self,Port): + self.add_query_param('Port',Port) \ No newline at end of file diff --git a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/AppendReplicaInstanceRequest.py b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/AppendReplicaInstanceRequest.py new file mode 100644 index 0000000000..2533e382e6 --- /dev/null +++ b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/AppendReplicaInstanceRequest.py @@ -0,0 +1,108 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class AppendReplicaInstanceRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'AppendReplicaInstance','kvstore') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_ClientToken(self): + return self.get_query_params().get('ClientToken') + + def set_ClientToken(self,ClientToken): + self.add_query_param('ClientToken',ClientToken) + + def get_NetworkType(self): + return self.get_query_params().get('NetworkType') + + def set_NetworkType(self,NetworkType): + self.add_query_param('NetworkType',NetworkType) + + def get_SecurityToken(self): + return self.get_query_params().get('SecurityToken') + + def set_SecurityToken(self,SecurityToken): + self.add_query_param('SecurityToken',SecurityToken) + + def get_ReplicaId(self): + return self.get_query_params().get('ReplicaId') + + def set_ReplicaId(self,ReplicaId): + self.add_query_param('ReplicaId',ReplicaId) + + def get_Period(self): + return self.get_query_params().get('Period') + + def set_Period(self,Period): + self.add_query_param('Period',Period) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_VSwitchId(self): + return self.get_query_params().get('VSwitchId') + + def set_VSwitchId(self,VSwitchId): + self.add_query_param('VSwitchId',VSwitchId) + + def get_InstanceName(self): + return self.get_query_params().get('InstanceName') + + def set_InstanceName(self,InstanceName): + self.add_query_param('InstanceName',InstanceName) + + def get_VpcId(self): + return self.get_query_params().get('VpcId') + + def set_VpcId(self,VpcId): + self.add_query_param('VpcId',VpcId) + + def get_ZoneId(self): + return self.get_query_params().get('ZoneId') + + def set_ZoneId(self,ZoneId): + self.add_query_param('ZoneId',ZoneId) + + def get_ChargeType(self): + return self.get_query_params().get('ChargeType') + + def set_ChargeType(self,ChargeType): + self.add_query_param('ChargeType',ChargeType) \ No newline at end of file diff --git a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/CreateAccountRequest.py b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/CreateAccountRequest.py index cd68395b6b..fabf3588c8 100644 --- a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/CreateAccountRequest.py +++ b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/CreateAccountRequest.py @@ -21,7 +21,7 @@ class CreateAccountRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'CreateAccount','redisa') + RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'CreateAccount','kvstore') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -29,30 +29,12 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - def get_AccountType(self): return self.get_query_params().get('AccountType') def set_AccountType(self,AccountType): self.add_query_param('AccountType',AccountType) - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - def get_AccountDescription(self): return self.get_query_params().get('AccountDescription') @@ -65,18 +47,6 @@ def get_AccountPrivilege(self): def set_AccountPrivilege(self,AccountPrivilege): self.add_query_param('AccountPrivilege',AccountPrivilege) - def get_AccountPassword(self): - return self.get_query_params().get('AccountPassword') - - def set_AccountPassword(self,AccountPassword): - self.add_query_param('AccountPassword',AccountPassword) - - def get_InstanceId(self): - return self.get_query_params().get('InstanceId') - - def set_InstanceId(self,InstanceId): - self.add_query_param('InstanceId',InstanceId) - def get_AccountName(self): return self.get_query_params().get('AccountName') @@ -87,4 +57,34 @@ def get_SecurityToken(self): return self.get_query_params().get('SecurityToken') def set_SecurityToken(self,SecurityToken): - self.add_query_param('SecurityToken',SecurityToken) \ No newline at end of file + self.add_query_param('SecurityToken',SecurityToken) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_AccountPassword(self): + return self.get_query_params().get('AccountPassword') + + def set_AccountPassword(self,AccountPassword): + self.add_query_param('AccountPassword',AccountPassword) + + def get_InstanceId(self): + return self.get_query_params().get('InstanceId') + + def set_InstanceId(self,InstanceId): + self.add_query_param('InstanceId',InstanceId) \ No newline at end of file diff --git a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/CreateBackupRequest.py b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/CreateBackupRequest.py index ec9662cd2b..e77904afa1 100644 --- a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/CreateBackupRequest.py +++ b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/CreateBackupRequest.py @@ -21,7 +21,7 @@ class CreateBackupRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'CreateBackup','redisa') + RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'CreateBackup','kvstore') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -29,12 +29,6 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) - def get_InstanceId(self): - return self.get_query_params().get('InstanceId') - - def set_InstanceId(self,InstanceId): - self.add_query_param('InstanceId',InstanceId) - def get_SecurityToken(self): return self.get_query_params().get('SecurityToken') @@ -57,4 +51,10 @@ def get_OwnerId(self): return self.get_query_params().get('OwnerId') def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) \ No newline at end of file + self.add_query_param('OwnerId',OwnerId) + + def get_InstanceId(self): + return self.get_query_params().get('InstanceId') + + def set_InstanceId(self,InstanceId): + self.add_query_param('InstanceId',InstanceId) \ No newline at end of file diff --git a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/CreateCacheAnalysisTaskRequest.py b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/CreateCacheAnalysisTaskRequest.py index 7a3177bcb3..4f0e4c24bd 100644 --- a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/CreateCacheAnalysisTaskRequest.py +++ b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/CreateCacheAnalysisTaskRequest.py @@ -21,7 +21,7 @@ class CreateCacheAnalysisTaskRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'CreateCacheAnalysisTask','redisa') + RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'CreateCacheAnalysisTask','kvstore') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -29,12 +29,6 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) - def get_InstanceId(self): - return self.get_query_params().get('InstanceId') - - def set_InstanceId(self,InstanceId): - self.add_query_param('InstanceId',InstanceId) - def get_SecurityToken(self): return self.get_query_params().get('SecurityToken') @@ -57,4 +51,10 @@ def get_OwnerId(self): return self.get_query_params().get('OwnerId') def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) \ No newline at end of file + self.add_query_param('OwnerId',OwnerId) + + def get_InstanceId(self): + return self.get_query_params().get('InstanceId') + + def set_InstanceId(self,InstanceId): + self.add_query_param('InstanceId',InstanceId) \ No newline at end of file diff --git a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/CreateInstanceReplicaRequest.py b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/CreateInstanceReplicaRequest.py new file mode 100644 index 0000000000..47e1af5c80 --- /dev/null +++ b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/CreateInstanceReplicaRequest.py @@ -0,0 +1,144 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class CreateInstanceReplicaRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'CreateInstanceReplica','kvstore') + + def get_DomainMode(self): + return self.get_query_params().get('DomainMode') + + def set_DomainMode(self,DomainMode): + self.add_query_param('DomainMode',DomainMode) + + def get_ReplicaDescription(self): + return self.get_query_params().get('ReplicaDescription') + + def set_ReplicaDescription(self,ReplicaDescription): + self.add_query_param('ReplicaDescription',ReplicaDescription) + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_ClientToken(self): + return self.get_query_params().get('ClientToken') + + def set_ClientToken(self,ClientToken): + self.add_query_param('ClientToken',ClientToken) + + def get_NetworkType(self): + return self.get_query_params().get('NetworkType') + + def set_NetworkType(self,NetworkType): + self.add_query_param('NetworkType',NetworkType) + + def get_SecurityToken(self): + return self.get_query_params().get('SecurityToken') + + def set_SecurityToken(self,SecurityToken): + self.add_query_param('SecurityToken',SecurityToken) + + def get_DBInstanceDescription(self): + return self.get_query_params().get('DBInstanceDescription') + + def set_DBInstanceDescription(self,DBInstanceDescription): + self.add_query_param('DBInstanceDescription',DBInstanceDescription) + + def get_Period(self): + return self.get_query_params().get('Period') + + def set_Period(self,Period): + self.add_query_param('Period',Period) + + def get_AutoPay(self): + return self.get_query_params().get('AutoPay') + + def set_AutoPay(self,AutoPay): + self.add_query_param('AutoPay',AutoPay) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_SecurityIPList(self): + return self.get_query_params().get('SecurityIPList') + + def set_SecurityIPList(self,SecurityIPList): + self.add_query_param('SecurityIPList',SecurityIPList) + + def get_VSwitchId(self): + return self.get_query_params().get('VSwitchId') + + def set_VSwitchId(self,VSwitchId): + self.add_query_param('VSwitchId',VSwitchId) + + def get_AccountPassword(self): + return self.get_query_params().get('AccountPassword') + + def set_AccountPassword(self,AccountPassword): + self.add_query_param('AccountPassword',AccountPassword) + + def get_SourceDBInstanceId(self): + return self.get_query_params().get('SourceDBInstanceId') + + def set_SourceDBInstanceId(self,SourceDBInstanceId): + self.add_query_param('SourceDBInstanceId',SourceDBInstanceId) + + def get_ReplicaMode(self): + return self.get_query_params().get('ReplicaMode') + + def set_ReplicaMode(self,ReplicaMode): + self.add_query_param('ReplicaMode',ReplicaMode) + + def get_VpcId(self): + return self.get_query_params().get('VpcId') + + def set_VpcId(self,VpcId): + self.add_query_param('VpcId',VpcId) + + def get_ZoneId(self): + return self.get_query_params().get('ZoneId') + + def set_ZoneId(self,ZoneId): + self.add_query_param('ZoneId',ZoneId) + + def get_ChargeType(self): + return self.get_query_params().get('ChargeType') + + def set_ChargeType(self,ChargeType): + self.add_query_param('ChargeType',ChargeType) \ No newline at end of file diff --git a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/CreateInstanceRequest.py b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/CreateInstanceRequest.py index 669b7be0ca..d8d0bc4380 100644 --- a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/CreateInstanceRequest.py +++ b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/CreateInstanceRequest.py @@ -21,7 +21,7 @@ class CreateInstanceRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'CreateInstance','redisa') + RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'CreateInstance','kvstore') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/CreateInstancesRequest.py b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/CreateInstancesRequest.py new file mode 100644 index 0000000000..b8496d873d --- /dev/null +++ b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/CreateInstancesRequest.py @@ -0,0 +1,114 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class CreateInstancesRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'CreateInstances','kvstore') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_Instances(self): + return self.get_query_params().get('Instances') + + def set_Instances(self,Instances): + self.add_query_param('Instances',Instances) + + def get_CouponNo(self): + return self.get_query_params().get('CouponNo') + + def set_CouponNo(self,CouponNo): + self.add_query_param('CouponNo',CouponNo) + + def get_EngineVersion(self): + return self.get_query_params().get('EngineVersion') + + def set_EngineVersion(self,EngineVersion): + self.add_query_param('EngineVersion',EngineVersion) + + def get_SecurityToken(self): + return self.get_query_params().get('SecurityToken') + + def set_SecurityToken(self,SecurityToken): + self.add_query_param('SecurityToken',SecurityToken) + + def get_RebuildInstance(self): + return self.get_query_params().get('RebuildInstance') + + def set_RebuildInstance(self,RebuildInstance): + self.add_query_param('RebuildInstance',RebuildInstance) + + def get_BusinessInfo(self): + return self.get_query_params().get('BusinessInfo') + + def set_BusinessInfo(self,BusinessInfo): + self.add_query_param('BusinessInfo',BusinessInfo) + + def get_AgentId(self): + return self.get_query_params().get('AgentId') + + def set_AgentId(self,AgentId): + self.add_query_param('AgentId',AgentId) + + def get_AutoPay(self): + return self.get_query_params().get('AutoPay') + + def set_AutoPay(self,AutoPay): + self.add_query_param('AutoPay',AutoPay) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_Token(self): + return self.get_query_params().get('Token') + + def set_Token(self,Token): + self.add_query_param('Token',Token) + + def get_PrivateIpAddress(self): + return self.get_query_params().get('PrivateIpAddress') + + def set_PrivateIpAddress(self,PrivateIpAddress): + self.add_query_param('PrivateIpAddress',PrivateIpAddress) + + def get_AutoRenew(self): + return self.get_query_params().get('AutoRenew') + + def set_AutoRenew(self,AutoRenew): + self.add_query_param('AutoRenew',AutoRenew) \ No newline at end of file diff --git a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/CreateSnapshotRequest.py b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/CreateSnapshotRequest.py index 71cd8db53a..ca2d3006a4 100644 --- a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/CreateSnapshotRequest.py +++ b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/CreateSnapshotRequest.py @@ -21,7 +21,7 @@ class CreateSnapshotRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'CreateSnapshot','redisa') + RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'CreateSnapshot','kvstore') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/CreateStaticVerificationRequest.py b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/CreateStaticVerificationRequest.py index 186f507f2c..1efd40f378 100644 --- a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/CreateStaticVerificationRequest.py +++ b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/CreateStaticVerificationRequest.py @@ -21,7 +21,7 @@ class CreateStaticVerificationRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'CreateStaticVerification','redisa') + RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'CreateStaticVerification','kvstore') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -35,6 +35,18 @@ def get_SecurityToken(self): def set_SecurityToken(self,SecurityToken): self.add_query_param('SecurityToken',SecurityToken) + def get_ReplicaId(self): + return self.get_query_params().get('ReplicaId') + + def set_ReplicaId(self,ReplicaId): + self.add_query_param('ReplicaId',ReplicaId) + + def get_SourceInstanceId(self): + return self.get_query_params().get('SourceInstanceId') + + def set_SourceInstanceId(self,SourceInstanceId): + self.add_query_param('SourceInstanceId',SourceInstanceId) + def get_ResourceOwnerAccount(self): return self.get_query_params().get('ResourceOwnerAccount') @@ -47,26 +59,14 @@ def get_OwnerAccount(self): def set_OwnerAccount(self,OwnerAccount): self.add_query_param('OwnerAccount',OwnerAccount) - def get_ReplicaId(self): - return self.get_query_params().get('ReplicaId') + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') - def set_ReplicaId(self,ReplicaId): - self.add_query_param('ReplicaId',ReplicaId) + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) def get_DestinationInstanceId(self): return self.get_query_params().get('DestinationInstanceId') def set_DestinationInstanceId(self,DestinationInstanceId): - self.add_query_param('DestinationInstanceId',DestinationInstanceId) - - def get_SourceInstanceId(self): - return self.get_query_params().get('SourceInstanceId') - - def set_SourceInstanceId(self,SourceInstanceId): - self.add_query_param('SourceInstanceId',SourceInstanceId) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) \ No newline at end of file + self.add_query_param('DestinationInstanceId',DestinationInstanceId) \ No newline at end of file diff --git a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/CreateTempInstanceRequest.py b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/CreateTempInstanceRequest.py index c158db04d4..dffeb7b18a 100644 --- a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/CreateTempInstanceRequest.py +++ b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/CreateTempInstanceRequest.py @@ -21,7 +21,7 @@ class CreateTempInstanceRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'CreateTempInstance','redisa') + RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'CreateTempInstance','kvstore') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DataOperateRequest.py b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DataOperateRequest.py new file mode 100644 index 0000000000..14c2e3e68e --- /dev/null +++ b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DataOperateRequest.py @@ -0,0 +1,66 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class DataOperateRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'DataOperate','kvstore') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_SecurityToken(self): + return self.get_query_params().get('SecurityToken') + + def set_SecurityToken(self,SecurityToken): + self.add_query_param('SecurityToken',SecurityToken) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_Command(self): + return self.get_query_params().get('Command') + + def set_Command(self,Command): + self.add_query_param('Command',Command) + + def get_InstanceId(self): + return self.get_query_params().get('InstanceId') + + def set_InstanceId(self,InstanceId): + self.add_query_param('InstanceId',InstanceId) \ No newline at end of file diff --git a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DeactivateInstanceRequest.py b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DeactivateInstanceRequest.py new file mode 100644 index 0000000000..82c1081794 --- /dev/null +++ b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DeactivateInstanceRequest.py @@ -0,0 +1,60 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class DeactivateInstanceRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'DeactivateInstance','kvstore') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_SecurityToken(self): + return self.get_query_params().get('SecurityToken') + + def set_SecurityToken(self,SecurityToken): + self.add_query_param('SecurityToken',SecurityToken) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_InstanceId(self): + return self.get_query_params().get('InstanceId') + + def set_InstanceId(self,InstanceId): + self.add_query_param('InstanceId',InstanceId) \ No newline at end of file diff --git a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DeleteAccountRequest.py b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DeleteAccountRequest.py index cf7ee8eaa7..deeb792160 100644 --- a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DeleteAccountRequest.py +++ b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DeleteAccountRequest.py @@ -21,7 +21,7 @@ class DeleteAccountRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'DeleteAccount','redisa') + RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'DeleteAccount','kvstore') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -29,12 +29,6 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) - def get_InstanceId(self): - return self.get_query_params().get('InstanceId') - - def set_InstanceId(self,InstanceId): - self.add_query_param('InstanceId',InstanceId) - def get_AccountName(self): return self.get_query_params().get('AccountName') @@ -63,4 +57,10 @@ def get_OwnerId(self): return self.get_query_params().get('OwnerId') def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) \ No newline at end of file + self.add_query_param('OwnerId',OwnerId) + + def get_InstanceId(self): + return self.get_query_params().get('InstanceId') + + def set_InstanceId(self,InstanceId): + self.add_query_param('InstanceId',InstanceId) \ No newline at end of file diff --git a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DeleteInstanceRequest.py b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DeleteInstanceRequest.py index f9218cc0cb..9020ce6bae 100644 --- a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DeleteInstanceRequest.py +++ b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DeleteInstanceRequest.py @@ -21,7 +21,7 @@ class DeleteInstanceRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'DeleteInstance','redisa') + RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'DeleteInstance','kvstore') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -29,18 +29,6 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) - def get_InstanceId(self): - return self.get_query_params().get('InstanceId') - - def set_InstanceId(self,InstanceId): - self.add_query_param('InstanceId',InstanceId) - - def get_SecurityToken(self): - return self.get_query_params().get('SecurityToken') - - def set_SecurityToken(self,SecurityToken): - self.add_query_param('SecurityToken',SecurityToken) - def get_ResourceOwnerAccount(self): return self.get_query_params().get('ResourceOwnerAccount') @@ -57,4 +45,16 @@ def get_OwnerId(self): return self.get_query_params().get('OwnerId') def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) \ No newline at end of file + self.add_query_param('OwnerId',OwnerId) + + def get_InstanceId(self): + return self.get_query_params().get('InstanceId') + + def set_InstanceId(self,InstanceId): + self.add_query_param('InstanceId',InstanceId) + + def get_SecurityToken(self): + return self.get_query_params().get('SecurityToken') + + def set_SecurityToken(self,SecurityToken): + self.add_query_param('SecurityToken',SecurityToken) \ No newline at end of file diff --git a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DeleteSnapshotRequest.py b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DeleteSnapshotRequest.py index 6d50b26a18..13272b7e19 100644 --- a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DeleteSnapshotRequest.py +++ b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DeleteSnapshotRequest.py @@ -21,7 +21,7 @@ class DeleteSnapshotRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'DeleteSnapshot','redisa') + RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'DeleteSnapshot','kvstore') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DeleteSnapshotSettingsRequest.py b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DeleteSnapshotSettingsRequest.py index 36999b6736..d2bb1a4560 100644 --- a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DeleteSnapshotSettingsRequest.py +++ b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DeleteSnapshotSettingsRequest.py @@ -21,7 +21,7 @@ class DeleteSnapshotSettingsRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'DeleteSnapshotSettings','redisa') + RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'DeleteSnapshotSettings','kvstore') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DeleteTempInstanceRequest.py b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DeleteTempInstanceRequest.py index 38581dac3c..a5263e6e71 100644 --- a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DeleteTempInstanceRequest.py +++ b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DeleteTempInstanceRequest.py @@ -21,7 +21,7 @@ class DeleteTempInstanceRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'DeleteTempInstance','redisa') + RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'DeleteTempInstance','kvstore') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeAccountsRequest.py b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeAccountsRequest.py index 59423eaf1f..19f8d12fd7 100644 --- a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeAccountsRequest.py +++ b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeAccountsRequest.py @@ -21,7 +21,7 @@ class DescribeAccountsRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'DescribeAccounts','redisa') + RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'DescribeAccounts','kvstore') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -29,12 +29,6 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) - def get_InstanceId(self): - return self.get_query_params().get('InstanceId') - - def set_InstanceId(self,InstanceId): - self.add_query_param('InstanceId',InstanceId) - def get_AccountName(self): return self.get_query_params().get('AccountName') @@ -63,4 +57,10 @@ def get_OwnerId(self): return self.get_query_params().get('OwnerId') def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) \ No newline at end of file + self.add_query_param('OwnerId',OwnerId) + + def get_InstanceId(self): + return self.get_query_params().get('InstanceId') + + def set_InstanceId(self,InstanceId): + self.add_query_param('InstanceId',InstanceId) \ No newline at end of file diff --git a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeActiveOperationTaskCountRequest.py b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeActiveOperationTaskCountRequest.py index 540a67069d..61d63a93fe 100644 --- a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeActiveOperationTaskCountRequest.py +++ b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeActiveOperationTaskCountRequest.py @@ -21,7 +21,7 @@ class DescribeActiveOperationTaskCountRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'DescribeActiveOperationTaskCount','redisa') + RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'DescribeActiveOperationTaskCount','kvstore') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeActiveOperationTaskRegionRequest.py b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeActiveOperationTaskRegionRequest.py index 62c6b168fc..02e2517f9f 100644 --- a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeActiveOperationTaskRegionRequest.py +++ b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeActiveOperationTaskRegionRequest.py @@ -21,7 +21,7 @@ class DescribeActiveOperationTaskRegionRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'DescribeActiveOperationTaskRegion','redisa') + RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'DescribeActiveOperationTaskRegion','kvstore') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -35,18 +35,18 @@ def get_IsHistory(self): def set_IsHistory(self,IsHistory): self.add_query_param('IsHistory',IsHistory) - def get_TaskType(self): - return self.get_query_params().get('TaskType') - - def set_TaskType(self,TaskType): - self.add_query_param('TaskType',TaskType) - def get_SecurityToken(self): return self.get_query_params().get('SecurityToken') def set_SecurityToken(self,SecurityToken): self.add_query_param('SecurityToken',SecurityToken) + def get_TaskType(self): + return self.get_query_params().get('TaskType') + + def set_TaskType(self,TaskType): + self.add_query_param('TaskType',TaskType) + def get_ResourceOwnerAccount(self): return self.get_query_params().get('ResourceOwnerAccount') diff --git a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeActiveOperationTaskRequest.py b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeActiveOperationTaskRequest.py index 3c583a1262..e8daf48855 100644 --- a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeActiveOperationTaskRequest.py +++ b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeActiveOperationTaskRequest.py @@ -21,7 +21,7 @@ class DescribeActiveOperationTaskRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'DescribeActiveOperationTask','redisa') + RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'DescribeActiveOperationTask','kvstore') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -29,30 +29,6 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) - def get_TaskType(self): - return self.get_query_params().get('TaskType') - - def set_TaskType(self,TaskType): - self.add_query_param('TaskType',TaskType) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - def get_PageNumber(self): return self.get_query_params().get('PageNumber') @@ -77,6 +53,30 @@ def get_PageSize(self): def set_PageSize(self,PageSize): self.add_query_param('PageSize',PageSize) + def get_TaskType(self): + return self.get_query_params().get('TaskType') + + def set_TaskType(self,TaskType): + self.add_query_param('TaskType',TaskType) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + def get_Region(self): return self.get_query_params().get('Region') diff --git a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeActiveOperationTaskTypeRequest.py b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeActiveOperationTaskTypeRequest.py index 9a524c27fe..a7fc835a6e 100644 --- a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeActiveOperationTaskTypeRequest.py +++ b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeActiveOperationTaskTypeRequest.py @@ -21,7 +21,7 @@ class DescribeActiveOperationTaskTypeRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'DescribeActiveOperationTaskType','redisa') + RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'DescribeActiveOperationTaskType','kvstore') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeAuditRecordsRequest.py b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeAuditRecordsRequest.py index 9defa34b22..7780bb1da4 100644 --- a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeAuditRecordsRequest.py +++ b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeAuditRecordsRequest.py @@ -21,7 +21,7 @@ class DescribeAuditRecordsRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'DescribeAuditRecords','redisa') + RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'DescribeAuditRecords','kvstore') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -29,36 +29,12 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_EndTime(self): - return self.get_query_params().get('EndTime') - - def set_EndTime(self,EndTime): - self.add_query_param('EndTime',EndTime) - def get_StartTime(self): return self.get_query_params().get('StartTime') def set_StartTime(self,StartTime): self.add_query_param('StartTime',StartTime) - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - def get_QueryKeywords(self): return self.get_query_params().get('QueryKeywords') @@ -77,12 +53,6 @@ def get_HostAddress(self): def set_HostAddress(self,HostAddress): self.add_query_param('HostAddress',HostAddress) - def get_InstanceId(self): - return self.get_query_params().get('InstanceId') - - def set_InstanceId(self,InstanceId): - self.add_query_param('InstanceId',InstanceId) - def get_AccountName(self): return self.get_query_params().get('AccountName') @@ -95,12 +65,6 @@ def get_SecurityToken(self): def set_SecurityToken(self,SecurityToken): self.add_query_param('SecurityToken',SecurityToken) - def get_DatabaseName(self): - return self.get_query_params().get('DatabaseName') - - def set_DatabaseName(self,DatabaseName): - self.add_query_param('DatabaseName',DatabaseName) - def get_PageSize(self): return self.get_query_params().get('PageSize') @@ -111,4 +75,40 @@ def get_NodeId(self): return self.get_query_params().get('NodeId') def set_NodeId(self,NodeId): - self.add_query_param('NodeId',NodeId) \ No newline at end of file + self.add_query_param('NodeId',NodeId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_EndTime(self): + return self.get_query_params().get('EndTime') + + def set_EndTime(self,EndTime): + self.add_query_param('EndTime',EndTime) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_InstanceId(self): + return self.get_query_params().get('InstanceId') + + def set_InstanceId(self,InstanceId): + self.add_query_param('InstanceId',InstanceId) + + def get_DatabaseName(self): + return self.get_query_params().get('DatabaseName') + + def set_DatabaseName(self,DatabaseName): + self.add_query_param('DatabaseName',DatabaseName) \ No newline at end of file diff --git a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeAvailableResourceRequest.py b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeAvailableResourceRequest.py new file mode 100644 index 0000000000..a0b4de4723 --- /dev/null +++ b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeAvailableResourceRequest.py @@ -0,0 +1,72 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class DescribeAvailableResourceRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'DescribeAvailableResource','kvstore') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_SecurityToken(self): + return self.get_query_params().get('SecurityToken') + + def set_SecurityToken(self,SecurityToken): + self.add_query_param('SecurityToken',SecurityToken) + + def get_InstanceChargeType(self): + return self.get_query_params().get('InstanceChargeType') + + def set_InstanceChargeType(self,InstanceChargeType): + self.add_query_param('InstanceChargeType',InstanceChargeType) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_ZoneId(self): + return self.get_query_params().get('ZoneId') + + def set_ZoneId(self,ZoneId): + self.add_query_param('ZoneId',ZoneId) + + def get_OrderType(self): + return self.get_query_params().get('OrderType') + + def set_OrderType(self,OrderType): + self.add_query_param('OrderType',OrderType) \ No newline at end of file diff --git a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeBackupsRequest.py b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeBackupsRequest.py index 2d873d5ad3..dfba9a3833 100644 --- a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeBackupsRequest.py +++ b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeBackupsRequest.py @@ -21,7 +21,7 @@ class DescribeBackupsRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'DescribeBackups','redisa') + RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'DescribeBackups','kvstore') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -29,6 +29,30 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) + def get_StartTime(self): + return self.get_query_params().get('StartTime') + + def set_StartTime(self,StartTime): + self.add_query_param('StartTime',StartTime) + + def get_PageNumber(self): + return self.get_query_params().get('PageNumber') + + def set_PageNumber(self,PageNumber): + self.add_query_param('PageNumber',PageNumber) + + def get_SecurityToken(self): + return self.get_query_params().get('SecurityToken') + + def set_SecurityToken(self,SecurityToken): + self.add_query_param('SecurityToken',SecurityToken) + + def get_PageSize(self): + return self.get_query_params().get('PageSize') + + def set_PageSize(self,PageSize): + self.add_query_param('PageSize',PageSize) + def get_ResourceOwnerAccount(self): return self.get_query_params().get('ResourceOwnerAccount') @@ -53,38 +77,14 @@ def get_EndTime(self): def set_EndTime(self,EndTime): self.add_query_param('EndTime',EndTime) - def get_StartTime(self): - return self.get_query_params().get('StartTime') - - def set_StartTime(self,StartTime): - self.add_query_param('StartTime',StartTime) - def get_OwnerId(self): return self.get_query_params().get('OwnerId') def set_OwnerId(self,OwnerId): self.add_query_param('OwnerId',OwnerId) - def get_PageNumber(self): - return self.get_query_params().get('PageNumber') - - def set_PageNumber(self,PageNumber): - self.add_query_param('PageNumber',PageNumber) - def get_InstanceId(self): return self.get_query_params().get('InstanceId') def set_InstanceId(self,InstanceId): - self.add_query_param('InstanceId',InstanceId) - - def get_SecurityToken(self): - return self.get_query_params().get('SecurityToken') - - def set_SecurityToken(self,SecurityToken): - self.add_query_param('SecurityToken',SecurityToken) - - def get_PageSize(self): - return self.get_query_params().get('PageSize') - - def set_PageSize(self,PageSize): - self.add_query_param('PageSize',PageSize) \ No newline at end of file + self.add_query_param('InstanceId',InstanceId) \ No newline at end of file diff --git a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeCacheAnalysisReportListRequest.py b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeCacheAnalysisReportListRequest.py index 7297a004d0..812ee330f8 100644 --- a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeCacheAnalysisReportListRequest.py +++ b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeCacheAnalysisReportListRequest.py @@ -21,7 +21,7 @@ class DescribeCacheAnalysisReportListRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'DescribeCacheAnalysisReportList','redisa') + RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'DescribeCacheAnalysisReportList','kvstore') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -29,6 +29,30 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) + def get_SecurityToken(self): + return self.get_query_params().get('SecurityToken') + + def set_SecurityToken(self,SecurityToken): + self.add_query_param('SecurityToken',SecurityToken) + + def get_PageSize(self): + return self.get_query_params().get('PageSize') + + def set_PageSize(self,PageSize): + self.add_query_param('PageSize',PageSize) + + def get_PageNumbers(self): + return self.get_query_params().get('PageNumbers') + + def set_PageNumbers(self,PageNumbers): + self.add_query_param('PageNumbers',PageNumbers) + + def get_NodeId(self): + return self.get_query_params().get('NodeId') + + def set_NodeId(self,NodeId): + self.add_query_param('NodeId',NodeId) + def get_ResourceOwnerAccount(self): return self.get_query_params().get('ResourceOwnerAccount') @@ -53,32 +77,8 @@ def get_InstanceId(self): def set_InstanceId(self,InstanceId): self.add_query_param('InstanceId',InstanceId) - def get_SecurityToken(self): - return self.get_query_params().get('SecurityToken') - - def set_SecurityToken(self,SecurityToken): - self.add_query_param('SecurityToken',SecurityToken) - - def get_PageSize(self): - return self.get_query_params().get('PageSize') - - def set_PageSize(self,PageSize): - self.add_query_param('PageSize',PageSize) - - def get_PageNumbers(self): - return self.get_query_params().get('PageNumbers') - - def set_PageNumbers(self,PageNumbers): - self.add_query_param('PageNumbers',PageNumbers) - def get_Days(self): return self.get_query_params().get('Days') def set_Days(self,Days): - self.add_query_param('Days',Days) - - def get_NodeId(self): - return self.get_query_params().get('NodeId') - - def set_NodeId(self,NodeId): - self.add_query_param('NodeId',NodeId) \ No newline at end of file + self.add_query_param('Days',Days) \ No newline at end of file diff --git a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeCacheAnalysisReportRequest.py b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeCacheAnalysisReportRequest.py index 21c2dee70b..a9b60d85d8 100644 --- a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeCacheAnalysisReportRequest.py +++ b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeCacheAnalysisReportRequest.py @@ -21,7 +21,7 @@ class DescribeCacheAnalysisReportRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'DescribeCacheAnalysisReport','redisa') + RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'DescribeCacheAnalysisReport','kvstore') def get_Date(self): return self.get_query_params().get('Date') @@ -35,36 +35,12 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - def get_AnalysisType(self): return self.get_query_params().get('AnalysisType') def set_AnalysisType(self,AnalysisType): self.add_query_param('AnalysisType',AnalysisType) - def get_InstanceId(self): - return self.get_query_params().get('InstanceId') - - def set_InstanceId(self,InstanceId): - self.add_query_param('InstanceId',InstanceId) - def get_SecurityToken(self): return self.get_query_params().get('SecurityToken') @@ -87,4 +63,28 @@ def get_NodeId(self): return self.get_query_params().get('NodeId') def set_NodeId(self,NodeId): - self.add_query_param('NodeId',NodeId) \ No newline at end of file + self.add_query_param('NodeId',NodeId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_InstanceId(self): + return self.get_query_params().get('InstanceId') + + def set_InstanceId(self,InstanceId): + self.add_query_param('InstanceId',InstanceId) \ No newline at end of file diff --git a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeCertificationRequest.py b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeCertificationRequest.py index 3ca173cd1f..45d0b40626 100644 --- a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeCertificationRequest.py +++ b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeCertificationRequest.py @@ -21,7 +21,7 @@ class DescribeCertificationRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'DescribeCertification','redisa') + RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'DescribeCertification','kvstore') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -29,12 +29,6 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) - def get_InstanceId(self): - return self.get_query_params().get('InstanceId') - - def set_InstanceId(self,InstanceId): - self.add_query_param('InstanceId',InstanceId) - def get_SecurityToken(self): return self.get_query_params().get('SecurityToken') @@ -59,6 +53,12 @@ def get_OwnerId(self): def set_OwnerId(self,OwnerId): self.add_query_param('OwnerId',OwnerId) + def get_InstanceId(self): + return self.get_query_params().get('InstanceId') + + def set_InstanceId(self,InstanceId): + self.add_query_param('InstanceId',InstanceId) + def get_Parameters(self): return self.get_query_params().get('Parameters') diff --git a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeConnectionDomainRequest.py b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeConnectionDomainRequest.py new file mode 100644 index 0000000000..e47f31f0db --- /dev/null +++ b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeConnectionDomainRequest.py @@ -0,0 +1,60 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class DescribeConnectionDomainRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'DescribeConnectionDomain','kvstore') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_SecurityToken(self): + return self.get_query_params().get('SecurityToken') + + def set_SecurityToken(self,SecurityToken): + self.add_query_param('SecurityToken',SecurityToken) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_ConnectionDomain(self): + return self.get_query_params().get('ConnectionDomain') + + def set_ConnectionDomain(self,ConnectionDomain): + self.add_query_param('ConnectionDomain',ConnectionDomain) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeDBInstanceMonitorRequest.py b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeDBInstanceMonitorRequest.py index e0dd50f08c..ac674376da 100644 --- a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeDBInstanceMonitorRequest.py +++ b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeDBInstanceMonitorRequest.py @@ -21,7 +21,7 @@ class DescribeDBInstanceMonitorRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'DescribeDBInstanceMonitor','redisa') + RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'DescribeDBInstanceMonitor','kvstore') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -35,6 +35,12 @@ def get_SecurityToken(self): def set_SecurityToken(self,SecurityToken): self.add_query_param('SecurityToken',SecurityToken) + def get_DBInstanceId(self): + return self.get_query_params().get('DBInstanceId') + + def set_DBInstanceId(self,DBInstanceId): + self.add_query_param('DBInstanceId',DBInstanceId) + def get_ResourceOwnerAccount(self): return self.get_query_params().get('ResourceOwnerAccount') @@ -47,12 +53,6 @@ def get_OwnerAccount(self): def set_OwnerAccount(self,OwnerAccount): self.add_query_param('OwnerAccount',OwnerAccount) - def get_DBInstanceId(self): - return self.get_query_params().get('DBInstanceId') - - def set_DBInstanceId(self,DBInstanceId): - self.add_query_param('DBInstanceId',DBInstanceId) - def get_OwnerId(self): return self.get_query_params().get('OwnerId') diff --git a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeDBInstanceNetInfoRequest.py b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeDBInstanceNetInfoRequest.py index 5a99589425..3cbca93417 100644 --- a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeDBInstanceNetInfoRequest.py +++ b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeDBInstanceNetInfoRequest.py @@ -21,7 +21,7 @@ class DescribeDBInstanceNetInfoRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'DescribeDBInstanceNetInfo','redisa') + RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'DescribeDBInstanceNetInfo','kvstore') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -29,12 +29,6 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) - def get_InstanceId(self): - return self.get_query_params().get('InstanceId') - - def set_InstanceId(self,InstanceId): - self.add_query_param('InstanceId',InstanceId) - def get_SecurityToken(self): return self.get_query_params().get('SecurityToken') @@ -57,4 +51,10 @@ def get_OwnerId(self): return self.get_query_params().get('OwnerId') def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) \ No newline at end of file + self.add_query_param('OwnerId',OwnerId) + + def get_InstanceId(self): + return self.get_query_params().get('InstanceId') + + def set_InstanceId(self,InstanceId): + self.add_query_param('InstanceId',InstanceId) \ No newline at end of file diff --git a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeEngineVersionRequest.py b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeEngineVersionRequest.py new file mode 100644 index 0000000000..2b077f68ef --- /dev/null +++ b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeEngineVersionRequest.py @@ -0,0 +1,66 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class DescribeEngineVersionRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'DescribeEngineVersion','kvstore') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_SecurityToken(self): + return self.get_query_params().get('SecurityToken') + + def set_SecurityToken(self,SecurityToken): + self.add_query_param('SecurityToken',SecurityToken) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_InstanceId(self): + return self.get_query_params().get('InstanceId') + + def set_InstanceId(self,InstanceId): + self.add_query_param('InstanceId',InstanceId) + + def get_Parameters(self): + return self.get_query_params().get('Parameters') + + def set_Parameters(self,Parameters): + self.add_query_param('Parameters',Parameters) \ No newline at end of file diff --git a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeErrorLogRecordsRequest.py b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeErrorLogRecordsRequest.py index d36f665b6f..3cc71110a1 100644 --- a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeErrorLogRecordsRequest.py +++ b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeErrorLogRecordsRequest.py @@ -21,13 +21,7 @@ class DescribeErrorLogRecordsRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'DescribeErrorLogRecords','redisa') - - def get_SQLId(self): - return self.get_query_params().get('SQLId') - - def set_SQLId(self,SQLId): - self.add_query_param('SQLId',SQLId) + RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'DescribeErrorLogRecords','kvstore') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -35,54 +29,18 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_EndTime(self): - return self.get_query_params().get('EndTime') - - def set_EndTime(self,EndTime): - self.add_query_param('EndTime',EndTime) - def get_StartTime(self): return self.get_query_params().get('StartTime') def set_StartTime(self,StartTime): self.add_query_param('StartTime',StartTime) - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - def get_PageNumber(self): return self.get_query_params().get('PageNumber') def set_PageNumber(self,PageNumber): self.add_query_param('PageNumber',PageNumber) - def get_InstanceId(self): - return self.get_query_params().get('InstanceId') - - def set_InstanceId(self,InstanceId): - self.add_query_param('InstanceId',InstanceId) - - def get_DBName(self): - return self.get_query_params().get('DBName') - - def set_DBName(self,DBName): - self.add_query_param('DBName',DBName) - def get_SecurityToken(self): return self.get_query_params().get('SecurityToken') @@ -105,4 +63,46 @@ def get_NodeId(self): return self.get_query_params().get('NodeId') def set_NodeId(self,NodeId): - self.add_query_param('NodeId',NodeId) \ No newline at end of file + self.add_query_param('NodeId',NodeId) + + def get_SQLId(self): + return self.get_query_params().get('SQLId') + + def set_SQLId(self,SQLId): + self.add_query_param('SQLId',SQLId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_EndTime(self): + return self.get_query_params().get('EndTime') + + def set_EndTime(self,EndTime): + self.add_query_param('EndTime',EndTime) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_InstanceId(self): + return self.get_query_params().get('InstanceId') + + def set_InstanceId(self,InstanceId): + self.add_query_param('InstanceId',InstanceId) + + def get_DBName(self): + return self.get_query_params().get('DBName') + + def set_DBName(self,DBName): + self.add_query_param('DBName',DBName) \ No newline at end of file diff --git a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeHistoryMonitorValuesRequest.py b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeHistoryMonitorValuesRequest.py index 20c37c33e2..a067a94f76 100644 --- a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeHistoryMonitorValuesRequest.py +++ b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeHistoryMonitorValuesRequest.py @@ -21,7 +21,7 @@ class DescribeHistoryMonitorValuesRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'DescribeHistoryMonitorValues','redisa') + RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'DescribeHistoryMonitorValues','kvstore') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -29,6 +29,30 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) + def get_StartTime(self): + return self.get_query_params().get('StartTime') + + def set_StartTime(self,StartTime): + self.add_query_param('StartTime',StartTime) + + def get_SecurityToken(self): + return self.get_query_params().get('SecurityToken') + + def set_SecurityToken(self,SecurityToken): + self.add_query_param('SecurityToken',SecurityToken) + + def get_IntervalForHistory(self): + return self.get_query_params().get('IntervalForHistory') + + def set_IntervalForHistory(self,IntervalForHistory): + self.add_query_param('IntervalForHistory',IntervalForHistory) + + def get_NodeId(self): + return self.get_query_params().get('NodeId') + + def set_NodeId(self,NodeId): + self.add_query_param('NodeId',NodeId) + def get_ResourceOwnerAccount(self): return self.get_query_params().get('ResourceOwnerAccount') @@ -47,12 +71,6 @@ def get_EndTime(self): def set_EndTime(self,EndTime): self.add_query_param('EndTime',EndTime) - def get_StartTime(self): - return self.get_query_params().get('StartTime') - - def set_StartTime(self,StartTime): - self.add_query_param('StartTime',StartTime) - def get_OwnerId(self): return self.get_query_params().get('OwnerId') @@ -65,24 +83,6 @@ def get_InstanceId(self): def set_InstanceId(self,InstanceId): self.add_query_param('InstanceId',InstanceId) - def get_SecurityToken(self): - return self.get_query_params().get('SecurityToken') - - def set_SecurityToken(self,SecurityToken): - self.add_query_param('SecurityToken',SecurityToken) - - def get_IntervalForHistory(self): - return self.get_query_params().get('IntervalForHistory') - - def set_IntervalForHistory(self,IntervalForHistory): - self.add_query_param('IntervalForHistory',IntervalForHistory) - - def get_NodeId(self): - return self.get_query_params().get('NodeId') - - def set_NodeId(self,NodeId): - self.add_query_param('NodeId',NodeId) - def get_MonitorKeys(self): return self.get_query_params().get('MonitorKeys') diff --git a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeInstanceAttributeRequest.py b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeInstanceAttributeRequest.py index 266943e206..4870bd54dc 100644 --- a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeInstanceAttributeRequest.py +++ b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeInstanceAttributeRequest.py @@ -21,7 +21,7 @@ class DescribeInstanceAttributeRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'DescribeInstanceAttribute','redisa') + RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'DescribeInstanceAttribute','kvstore') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -29,12 +29,6 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) - def get_InstanceId(self): - return self.get_query_params().get('InstanceId') - - def set_InstanceId(self,InstanceId): - self.add_query_param('InstanceId',InstanceId) - def get_SecurityToken(self): return self.get_query_params().get('SecurityToken') @@ -57,4 +51,10 @@ def get_OwnerId(self): return self.get_query_params().get('OwnerId') def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) \ No newline at end of file + self.add_query_param('OwnerId',OwnerId) + + def get_InstanceId(self): + return self.get_query_params().get('InstanceId') + + def set_InstanceId(self,InstanceId): + self.add_query_param('InstanceId',InstanceId) \ No newline at end of file diff --git a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeInstanceAutoRenewalAttributeRequest.py b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeInstanceAutoRenewalAttributeRequest.py index 1646590083..19e5419e25 100644 --- a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeInstanceAutoRenewalAttributeRequest.py +++ b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeInstanceAutoRenewalAttributeRequest.py @@ -21,7 +21,7 @@ class DescribeInstanceAutoRenewalAttributeRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'DescribeInstanceAutoRenewalAttribute','redisa') + RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'DescribeInstanceAutoRenewalAttribute','kvstore') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -29,23 +29,17 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - def get_ClientToken(self): return self.get_query_params().get('ClientToken') def set_ClientToken(self,ClientToken): self.add_query_param('ClientToken',ClientToken) - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') + def get_PageNumber(self): + return self.get_query_params().get('PageNumber') - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) + def set_PageNumber(self,PageNumber): + self.add_query_param('PageNumber',PageNumber) def get_PageSize(self): return self.get_query_params().get('PageSize') @@ -59,20 +53,26 @@ def get_DBInstanceId(self): def set_DBInstanceId(self,DBInstanceId): self.add_query_param('DBInstanceId',DBInstanceId) - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') + def get_proxyId(self): + return self.get_query_params().get('proxyId') - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) + def set_proxyId(self,proxyId): + self.add_query_param('proxyId',proxyId) - def get_PageNumber(self): - return self.get_query_params().get('PageNumber') + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') - def set_PageNumber(self,PageNumber): - self.add_query_param('PageNumber',PageNumber) + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - def get_proxyId(self): - return self.get_query_params().get('proxyId') + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') - def set_proxyId(self,proxyId): - self.add_query_param('proxyId',proxyId) \ No newline at end of file + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeInstanceConfigRequest.py b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeInstanceConfigRequest.py index 1ae7400651..1492bb857c 100644 --- a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeInstanceConfigRequest.py +++ b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeInstanceConfigRequest.py @@ -21,7 +21,7 @@ class DescribeInstanceConfigRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'DescribeInstanceConfig','redisa') + RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'DescribeInstanceConfig','kvstore') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -29,12 +29,6 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) - def get_InstanceId(self): - return self.get_query_params().get('InstanceId') - - def set_InstanceId(self,InstanceId): - self.add_query_param('InstanceId',InstanceId) - def get_SecurityToken(self): return self.get_query_params().get('SecurityToken') @@ -57,4 +51,10 @@ def get_OwnerId(self): return self.get_query_params().get('OwnerId') def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) \ No newline at end of file + self.add_query_param('OwnerId',OwnerId) + + def get_InstanceId(self): + return self.get_query_params().get('InstanceId') + + def set_InstanceId(self,InstanceId): + self.add_query_param('InstanceId',InstanceId) \ No newline at end of file diff --git a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeInstanceCountRequest.py b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeInstanceCountRequest.py new file mode 100644 index 0000000000..7cda0ad66f --- /dev/null +++ b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeInstanceCountRequest.py @@ -0,0 +1,54 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class DescribeInstanceCountRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'DescribeInstanceCount','kvstore') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_SecurityToken(self): + return self.get_query_params().get('SecurityToken') + + def set_SecurityToken(self,SecurityToken): + self.add_query_param('SecurityToken',SecurityToken) \ No newline at end of file diff --git a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeInstanceSSLRequest.py b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeInstanceSSLRequest.py index 73029567d5..2e761de52c 100644 --- a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeInstanceSSLRequest.py +++ b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeInstanceSSLRequest.py @@ -21,7 +21,7 @@ class DescribeInstanceSSLRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'DescribeInstanceSSL','redisa') + RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'DescribeInstanceSSL','kvstore') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -29,12 +29,6 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) - def get_InstanceId(self): - return self.get_query_params().get('InstanceId') - - def set_InstanceId(self,InstanceId): - self.add_query_param('InstanceId',InstanceId) - def get_SecurityToken(self): return self.get_query_params().get('SecurityToken') @@ -57,4 +51,10 @@ def get_OwnerId(self): return self.get_query_params().get('OwnerId') def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) \ No newline at end of file + self.add_query_param('OwnerId',OwnerId) + + def get_InstanceId(self): + return self.get_query_params().get('InstanceId') + + def set_InstanceId(self,InstanceId): + self.add_query_param('InstanceId',InstanceId) \ No newline at end of file diff --git a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeInstanceVPCAuthRequest.py b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeInstanceVPCAuthRequest.py new file mode 100644 index 0000000000..b2208f41c5 --- /dev/null +++ b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeInstanceVPCAuthRequest.py @@ -0,0 +1,60 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class DescribeInstanceVPCAuthRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'DescribeInstanceVPCAuth','kvstore') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_SecurityToken(self): + return self.get_query_params().get('SecurityToken') + + def set_SecurityToken(self,SecurityToken): + self.add_query_param('SecurityToken',SecurityToken) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_InstanceId(self): + return self.get_query_params().get('InstanceId') + + def set_InstanceId(self,InstanceId): + self.add_query_param('InstanceId',InstanceId) \ No newline at end of file diff --git a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeInstancesByExpireTimeRequest.py b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeInstancesByExpireTimeRequest.py index f39c58886a..c67db071da 100644 --- a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeInstancesByExpireTimeRequest.py +++ b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeInstancesByExpireTimeRequest.py @@ -21,7 +21,7 @@ class DescribeInstancesByExpireTimeRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'DescribeInstancesByExpireTime','redisa') + RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'DescribeInstancesByExpireTime','kvstore') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -29,24 +29,6 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - def get_PageNumber(self): return self.get_query_params().get('PageNumber') @@ -59,12 +41,6 @@ def get_SecurityToken(self): def set_SecurityToken(self,SecurityToken): self.add_query_param('SecurityToken',SecurityToken) - def get_HasExpiredRes(self): - return self.get_query_params().get('HasExpiredRes') - - def set_HasExpiredRes(self,HasExpiredRes): - self.add_query_param('HasExpiredRes',HasExpiredRes) - def get_PageSize(self): return self.get_query_params().get('PageSize') @@ -81,4 +57,28 @@ def get_ExpirePeriod(self): return self.get_query_params().get('ExpirePeriod') def set_ExpirePeriod(self,ExpirePeriod): - self.add_query_param('ExpirePeriod',ExpirePeriod) \ No newline at end of file + self.add_query_param('ExpirePeriod',ExpirePeriod) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_HasExpiredRes(self): + return self.get_query_params().get('HasExpiredRes') + + def set_HasExpiredRes(self,HasExpiredRes): + self.add_query_param('HasExpiredRes',HasExpiredRes) \ No newline at end of file diff --git a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeInstancesRequest.py b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeInstancesRequest.py index b2203b8099..c2c41f6b86 100644 --- a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeInstancesRequest.py +++ b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeInstancesRequest.py @@ -21,7 +21,7 @@ class DescribeInstancesRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'DescribeInstances','redisa') + RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'DescribeInstances','kvstore') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -29,24 +29,6 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) - def get_InstanceStatus(self): - return self.get_query_params().get('InstanceStatus') - - def set_InstanceStatus(self,InstanceStatus): - self.add_query_param('InstanceStatus',InstanceStatus) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - def get_SearchKey(self): return self.get_query_params().get('SearchKey') @@ -65,12 +47,6 @@ def get_EngineVersion(self): def set_EngineVersion(self,EngineVersion): self.add_query_param('EngineVersion',EngineVersion) - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - def get_InstanceClass(self): return self.get_query_params().get('InstanceClass') @@ -83,12 +59,6 @@ def get_PageNumber(self): def set_PageNumber(self,PageNumber): self.add_query_param('PageNumber',PageNumber) - def get_VSwitchId(self): - return self.get_query_params().get('VSwitchId') - - def set_VSwitchId(self,VSwitchId): - self.add_query_param('VSwitchId',VSwitchId) - def get_Expired(self): return self.get_query_params().get('Expired') @@ -101,6 +71,59 @@ def get_SecurityToken(self): def set_SecurityToken(self,SecurityToken): self.add_query_param('SecurityToken',SecurityToken) + def get_PageSize(self): + return self.get_query_params().get('PageSize') + + def set_PageSize(self,PageSize): + self.add_query_param('PageSize',PageSize) + + def get_InstanceType(self): + return self.get_query_params().get('InstanceType') + + def set_InstanceType(self,InstanceType): + self.add_query_param('InstanceType',InstanceType) + + def get_Tags(self): + return self.get_query_params().get('Tags') + + def set_Tags(self,Tags): + for i in range(len(Tags)): + if Tags[i].get('Value') is not None: + self.add_query_param('Tag.' + str(i + 1) + '.Value' , Tags[i].get('Value')) + if Tags[i].get('Key') is not None: + self.add_query_param('Tag.' + str(i + 1) + '.Key' , Tags[i].get('Key')) + + + def get_InstanceStatus(self): + return self.get_query_params().get('InstanceStatus') + + def set_InstanceStatus(self,InstanceStatus): + self.add_query_param('InstanceStatus',InstanceStatus) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_VSwitchId(self): + return self.get_query_params().get('VSwitchId') + + def set_VSwitchId(self,VSwitchId): + self.add_query_param('VSwitchId',VSwitchId) + def get_InstanceIds(self): return self.get_query_params().get('InstanceIds') @@ -119,18 +142,6 @@ def get_VpcId(self): def set_VpcId(self,VpcId): self.add_query_param('VpcId',VpcId) - def get_PageSize(self): - return self.get_query_params().get('PageSize') - - def set_PageSize(self,PageSize): - self.add_query_param('PageSize',PageSize) - - def get_InstanceType(self): - return self.get_query_params().get('InstanceType') - - def set_InstanceType(self,InstanceType): - self.add_query_param('InstanceType',InstanceType) - def get_ZoneId(self): return self.get_query_params().get('ZoneId') @@ -141,14 +152,4 @@ def get_ChargeType(self): return self.get_query_params().get('ChargeType') def set_ChargeType(self,ChargeType): - self.add_query_param('ChargeType',ChargeType) - - def get_Tags(self): - return self.get_query_params().get('Tags') - - def set_Tags(self,Tags): - for i in range(len(Tags)): - if Tags[i].get('Value') is not None: - self.add_query_param('Tag.' + str(i + 1) + '.Value' , Tags[i].get('Value')) - if Tags[i].get('Key') is not None: - self.add_query_param('Tag.' + str(i + 1) + '.Key' , Tags[i].get('Key')) + self.add_query_param('ChargeType',ChargeType) \ No newline at end of file diff --git a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeIntranetAttributeRequest.py b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeIntranetAttributeRequest.py index 68c5e0175b..b55f43e23c 100644 --- a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeIntranetAttributeRequest.py +++ b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeIntranetAttributeRequest.py @@ -21,7 +21,7 @@ class DescribeIntranetAttributeRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'DescribeIntranetAttribute','redisa') + RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'DescribeIntranetAttribute','kvstore') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -29,12 +29,6 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) - def get_InstanceId(self): - return self.get_query_params().get('InstanceId') - - def set_InstanceId(self,InstanceId): - self.add_query_param('InstanceId',InstanceId) - def get_SecurityToken(self): return self.get_query_params().get('SecurityToken') @@ -57,4 +51,10 @@ def get_OwnerId(self): return self.get_query_params().get('OwnerId') def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) \ No newline at end of file + self.add_query_param('OwnerId',OwnerId) + + def get_InstanceId(self): + return self.get_query_params().get('InstanceId') + + def set_InstanceId(self,InstanceId): + self.add_query_param('InstanceId',InstanceId) \ No newline at end of file diff --git a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeLogicInstanceTopologyRequest.py b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeLogicInstanceTopologyRequest.py index f6eb4eb190..c3bfd1254f 100644 --- a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeLogicInstanceTopologyRequest.py +++ b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeLogicInstanceTopologyRequest.py @@ -21,7 +21,7 @@ class DescribeLogicInstanceTopologyRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'DescribeLogicInstanceTopology','redisa') + RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'DescribeLogicInstanceTopology','kvstore') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -29,12 +29,6 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) - def get_InstanceId(self): - return self.get_query_params().get('InstanceId') - - def set_InstanceId(self,InstanceId): - self.add_query_param('InstanceId',InstanceId) - def get_SecurityToken(self): return self.get_query_params().get('SecurityToken') @@ -57,4 +51,10 @@ def get_OwnerId(self): return self.get_query_params().get('OwnerId') def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) \ No newline at end of file + self.add_query_param('OwnerId',OwnerId) + + def get_InstanceId(self): + return self.get_query_params().get('InstanceId') + + def set_InstanceId(self,InstanceId): + self.add_query_param('InstanceId',InstanceId) \ No newline at end of file diff --git a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeMonitorItemsRequest.py b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeMonitorItemsRequest.py index 5691548ba2..41b2a25875 100644 --- a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeMonitorItemsRequest.py +++ b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeMonitorItemsRequest.py @@ -21,7 +21,7 @@ class DescribeMonitorItemsRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'DescribeMonitorItems','redisa') + RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'DescribeMonitorItems','kvstore') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -29,12 +29,6 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) - def get_SecurityToken(self): - return self.get_query_params().get('SecurityToken') - - def set_SecurityToken(self,SecurityToken): - self.add_query_param('SecurityToken',SecurityToken) - def get_ResourceOwnerAccount(self): return self.get_query_params().get('ResourceOwnerAccount') @@ -51,4 +45,10 @@ def get_OwnerId(self): return self.get_query_params().get('OwnerId') def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) \ No newline at end of file + self.add_query_param('OwnerId',OwnerId) + + def get_SecurityToken(self): + return self.get_query_params().get('SecurityToken') + + def set_SecurityToken(self,SecurityToken): + self.add_query_param('SecurityToken',SecurityToken) \ No newline at end of file diff --git a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeMonitorValuesRequest.py b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeMonitorValuesRequest.py new file mode 100644 index 0000000000..ef71689fbd --- /dev/null +++ b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeMonitorValuesRequest.py @@ -0,0 +1,66 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class DescribeMonitorValuesRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'DescribeMonitorValues','kvstore') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_SecurityToken(self): + return self.get_query_params().get('SecurityToken') + + def set_SecurityToken(self,SecurityToken): + self.add_query_param('SecurityToken',SecurityToken) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_InstanceIds(self): + return self.get_query_params().get('InstanceIds') + + def set_InstanceIds(self,InstanceIds): + self.add_query_param('InstanceIds',InstanceIds) + + def get_MonitorKeys(self): + return self.get_query_params().get('MonitorKeys') + + def set_MonitorKeys(self,MonitorKeys): + self.add_query_param('MonitorKeys',MonitorKeys) \ No newline at end of file diff --git a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeMonthlyServiceStatusDetailRequest.py b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeMonthlyServiceStatusDetailRequest.py index 9c1432a4cc..b848fd03ac 100644 --- a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeMonthlyServiceStatusDetailRequest.py +++ b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeMonthlyServiceStatusDetailRequest.py @@ -21,7 +21,7 @@ class DescribeMonthlyServiceStatusDetailRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'DescribeMonthlyServiceStatusDetail','redisa') + RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'DescribeMonthlyServiceStatusDetail','kvstore') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -29,18 +29,6 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) - def get_InstanceId(self): - return self.get_query_params().get('InstanceId') - - def set_InstanceId(self,InstanceId): - self.add_query_param('InstanceId',InstanceId) - - def get_Month(self): - return self.get_query_params().get('Month') - - def set_Month(self,Month): - self.add_query_param('Month',Month) - def get_SecurityToken(self): return self.get_query_params().get('SecurityToken') @@ -63,4 +51,16 @@ def get_OwnerId(self): return self.get_query_params().get('OwnerId') def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) \ No newline at end of file + self.add_query_param('OwnerId',OwnerId) + + def get_InstanceId(self): + return self.get_query_params().get('InstanceId') + + def set_InstanceId(self,InstanceId): + self.add_query_param('InstanceId',InstanceId) + + def get_Month(self): + return self.get_query_params().get('Month') + + def set_Month(self,Month): + self.add_query_param('Month',Month) \ No newline at end of file diff --git a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeMonthlyServiceStatusRequest.py b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeMonthlyServiceStatusRequest.py index b1b3a9676a..c3d67a3a7d 100644 --- a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeMonthlyServiceStatusRequest.py +++ b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeMonthlyServiceStatusRequest.py @@ -21,7 +21,7 @@ class DescribeMonthlyServiceStatusRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'DescribeMonthlyServiceStatus','redisa') + RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'DescribeMonthlyServiceStatus','kvstore') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -29,12 +29,6 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) - def get_Month(self): - return self.get_query_params().get('Month') - - def set_Month(self,Month): - self.add_query_param('Month',Month) - def get_SecurityToken(self): return self.get_query_params().get('SecurityToken') @@ -47,12 +41,6 @@ def get_ResourceOwnerAccount(self): def set_ResourceOwnerAccount(self,ResourceOwnerAccount): self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - def get_InstanceIds(self): - return self.get_query_params().get('InstanceIds') - - def set_InstanceIds(self,InstanceIds): - self.add_query_param('InstanceIds',InstanceIds) - def get_OwnerAccount(self): return self.get_query_params().get('OwnerAccount') @@ -63,4 +51,16 @@ def get_OwnerId(self): return self.get_query_params().get('OwnerId') def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) \ No newline at end of file + self.add_query_param('OwnerId',OwnerId) + + def get_Month(self): + return self.get_query_params().get('Month') + + def set_Month(self,Month): + self.add_query_param('Month',Month) + + def get_InstanceIds(self): + return self.get_query_params().get('InstanceIds') + + def set_InstanceIds(self,InstanceIds): + self.add_query_param('InstanceIds',InstanceIds) \ No newline at end of file diff --git a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeParameterModificationHistoryRequest.py b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeParameterModificationHistoryRequest.py index 5414c9f3c1..118c034070 100644 --- a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeParameterModificationHistoryRequest.py +++ b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeParameterModificationHistoryRequest.py @@ -21,7 +21,7 @@ class DescribeParameterModificationHistoryRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'DescribeParameterModificationHistory','redisa') + RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'DescribeParameterModificationHistory','kvstore') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -29,12 +29,30 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) + def get_StartTime(self): + return self.get_query_params().get('StartTime') + + def set_StartTime(self,StartTime): + self.add_query_param('StartTime',StartTime) + def get_SecurityToken(self): return self.get_query_params().get('SecurityToken') def set_SecurityToken(self,SecurityToken): self.add_query_param('SecurityToken',SecurityToken) + def get_DBInstanceId(self): + return self.get_query_params().get('DBInstanceId') + + def set_DBInstanceId(self,DBInstanceId): + self.add_query_param('DBInstanceId',DBInstanceId) + + def get_NodeId(self): + return self.get_query_params().get('NodeId') + + def set_NodeId(self,NodeId): + self.add_query_param('NodeId',NodeId) + def get_ResourceOwnerAccount(self): return self.get_query_params().get('ResourceOwnerAccount') @@ -53,26 +71,8 @@ def get_EndTime(self): def set_EndTime(self,EndTime): self.add_query_param('EndTime',EndTime) - def get_DBInstanceId(self): - return self.get_query_params().get('DBInstanceId') - - def set_DBInstanceId(self,DBInstanceId): - self.add_query_param('DBInstanceId',DBInstanceId) - - def get_StartTime(self): - return self.get_query_params().get('StartTime') - - def set_StartTime(self,StartTime): - self.add_query_param('StartTime',StartTime) - def get_OwnerId(self): return self.get_query_params().get('OwnerId') def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_NodeId(self): - return self.get_query_params().get('NodeId') - - def set_NodeId(self,NodeId): - self.add_query_param('NodeId',NodeId) \ No newline at end of file + self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeParameterTemplatesRequest.py b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeParameterTemplatesRequest.py index 50315d3dcc..6c5e2c5c2a 100644 --- a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeParameterTemplatesRequest.py +++ b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeParameterTemplatesRequest.py @@ -21,7 +21,7 @@ class DescribeParameterTemplatesRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'DescribeParameterTemplates','redisa') + RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'DescribeParameterTemplates','kvstore') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -29,36 +29,36 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) + def get_EngineVersion(self): + return self.get_query_params().get('EngineVersion') + + def set_EngineVersion(self,EngineVersion): + self.add_query_param('EngineVersion',EngineVersion) + def get_SecurityToken(self): return self.get_query_params().get('SecurityToken') def set_SecurityToken(self,SecurityToken): self.add_query_param('SecurityToken',SecurityToken) - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - def get_Engine(self): return self.get_query_params().get('Engine') def set_Engine(self,Engine): self.add_query_param('Engine',Engine) + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + def get_OwnerAccount(self): return self.get_query_params().get('OwnerAccount') def set_OwnerAccount(self,OwnerAccount): self.add_query_param('OwnerAccount',OwnerAccount) - def get_EngineVersion(self): - return self.get_query_params().get('EngineVersion') - - def set_EngineVersion(self,EngineVersion): - self.add_query_param('EngineVersion',EngineVersion) - def get_OwnerId(self): return self.get_query_params().get('OwnerId') diff --git a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeParametersRequest.py b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeParametersRequest.py index 92fe71479b..6c3798b458 100644 --- a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeParametersRequest.py +++ b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeParametersRequest.py @@ -21,7 +21,7 @@ class DescribeParametersRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'DescribeParameters','redisa') + RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'DescribeParameters','kvstore') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -35,6 +35,18 @@ def get_SecurityToken(self): def set_SecurityToken(self,SecurityToken): self.add_query_param('SecurityToken',SecurityToken) + def get_DBInstanceId(self): + return self.get_query_params().get('DBInstanceId') + + def set_DBInstanceId(self,DBInstanceId): + self.add_query_param('DBInstanceId',DBInstanceId) + + def get_NodeId(self): + return self.get_query_params().get('NodeId') + + def set_NodeId(self,NodeId): + self.add_query_param('NodeId',NodeId) + def get_ResourceOwnerAccount(self): return self.get_query_params().get('ResourceOwnerAccount') @@ -47,20 +59,8 @@ def get_OwnerAccount(self): def set_OwnerAccount(self,OwnerAccount): self.add_query_param('OwnerAccount',OwnerAccount) - def get_DBInstanceId(self): - return self.get_query_params().get('DBInstanceId') - - def set_DBInstanceId(self,DBInstanceId): - self.add_query_param('DBInstanceId',DBInstanceId) - def get_OwnerId(self): return self.get_query_params().get('OwnerId') def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_NodeId(self): - return self.get_query_params().get('NodeId') - - def set_NodeId(self,NodeId): - self.add_query_param('NodeId',NodeId) \ No newline at end of file + self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribePriceRequest.py b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribePriceRequest.py new file mode 100644 index 0000000000..d0e7776ec2 --- /dev/null +++ b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribePriceRequest.py @@ -0,0 +1,138 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class DescribePriceRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'DescribePrice','kvstore') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_NodeType(self): + return self.get_query_params().get('NodeType') + + def set_NodeType(self,NodeType): + self.add_query_param('NodeType',NodeType) + + def get_Instances(self): + return self.get_query_params().get('Instances') + + def set_Instances(self,Instances): + self.add_query_param('Instances',Instances) + + def get_CouponNo(self): + return self.get_query_params().get('CouponNo') + + def set_CouponNo(self,CouponNo): + self.add_query_param('CouponNo',CouponNo) + + def get_InstanceClass(self): + return self.get_query_params().get('InstanceClass') + + def set_InstanceClass(self,InstanceClass): + self.add_query_param('InstanceClass',InstanceClass) + + def get_Capacity(self): + return self.get_query_params().get('Capacity') + + def set_Capacity(self,Capacity): + self.add_query_param('Capacity',Capacity) + + def get_SecurityToken(self): + return self.get_query_params().get('SecurityToken') + + def set_SecurityToken(self,SecurityToken): + self.add_query_param('SecurityToken',SecurityToken) + + def get_BusinessInfo(self): + return self.get_query_params().get('BusinessInfo') + + def set_BusinessInfo(self,BusinessInfo): + self.add_query_param('BusinessInfo',BusinessInfo) + + def get_Period(self): + return self.get_query_params().get('Period') + + def set_Period(self,Period): + self.add_query_param('Period',Period) + + def get_Quantity(self): + return self.get_query_params().get('Quantity') + + def set_Quantity(self,Quantity): + self.add_query_param('Quantity',Quantity) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OrderParamOut(self): + return self.get_query_params().get('OrderParamOut') + + def set_OrderParamOut(self,OrderParamOut): + self.add_query_param('OrderParamOut',OrderParamOut) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_InstanceId(self): + return self.get_query_params().get('InstanceId') + + def set_InstanceId(self,InstanceId): + self.add_query_param('InstanceId',InstanceId) + + def get_ZoneId(self): + return self.get_query_params().get('ZoneId') + + def set_ZoneId(self,ZoneId): + self.add_query_param('ZoneId',ZoneId) + + def get_ChargeType(self): + return self.get_query_params().get('ChargeType') + + def set_ChargeType(self,ChargeType): + self.add_query_param('ChargeType',ChargeType) + + def get_ForceUpgrade(self): + return self.get_query_params().get('ForceUpgrade') + + def set_ForceUpgrade(self,ForceUpgrade): + self.add_query_param('ForceUpgrade',ForceUpgrade) + + def get_OrderType(self): + return self.get_query_params().get('OrderType') + + def set_OrderType(self,OrderType): + self.add_query_param('OrderType',OrderType) \ No newline at end of file diff --git a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeRdsVSwitchsRequest.py b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeRdsVSwitchsRequest.py index 67f2080072..5bab2b7873 100644 --- a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeRdsVSwitchsRequest.py +++ b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeRdsVSwitchsRequest.py @@ -21,7 +21,7 @@ class DescribeRdsVSwitchsRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'DescribeRdsVSwitchs','redisa') + RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'DescribeRdsVSwitchs','kvstore') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -47,6 +47,12 @@ def get_OwnerAccount(self): def set_OwnerAccount(self,OwnerAccount): self.add_query_param('OwnerAccount',OwnerAccount) + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + def get_VpcId(self): return self.get_query_params().get('VpcId') @@ -57,10 +63,4 @@ def get_ZoneId(self): return self.get_query_params().get('ZoneId') def set_ZoneId(self,ZoneId): - self.add_query_param('ZoneId',ZoneId) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) \ No newline at end of file + self.add_query_param('ZoneId',ZoneId) \ No newline at end of file diff --git a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeRdsVpcsRequest.py b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeRdsVpcsRequest.py index b05684ce15..81d3c33daf 100644 --- a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeRdsVpcsRequest.py +++ b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeRdsVpcsRequest.py @@ -21,7 +21,7 @@ class DescribeRdsVpcsRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'DescribeRdsVpcs','redisa') + RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'DescribeRdsVpcs','kvstore') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -47,14 +47,14 @@ def get_OwnerAccount(self): def set_OwnerAccount(self,OwnerAccount): self.add_query_param('OwnerAccount',OwnerAccount) - def get_ZoneId(self): - return self.get_query_params().get('ZoneId') - - def set_ZoneId(self,ZoneId): - self.add_query_param('ZoneId',ZoneId) - def get_OwnerId(self): return self.get_query_params().get('OwnerId') def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) \ No newline at end of file + self.add_query_param('OwnerId',OwnerId) + + def get_ZoneId(self): + return self.get_query_params().get('ZoneId') + + def set_ZoneId(self,ZoneId): + self.add_query_param('ZoneId',ZoneId) \ No newline at end of file diff --git a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeRegionsRequest.py b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeRegionsRequest.py index f67f1017a7..0488b450db 100644 --- a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeRegionsRequest.py +++ b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeRegionsRequest.py @@ -21,7 +21,7 @@ class DescribeRegionsRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'DescribeRegions','redisa') + RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'DescribeRegions','kvstore') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -47,14 +47,14 @@ def get_OwnerAccount(self): def set_OwnerAccount(self,OwnerAccount): self.add_query_param('OwnerAccount',OwnerAccount) - def get_AcceptLanguage(self): - return self.get_query_params().get('AcceptLanguage') - - def set_AcceptLanguage(self,AcceptLanguage): - self.add_query_param('AcceptLanguage',AcceptLanguage) - def get_OwnerId(self): return self.get_query_params().get('OwnerId') def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) \ No newline at end of file + self.add_query_param('OwnerId',OwnerId) + + def get_AcceptLanguage(self): + return self.get_query_params().get('AcceptLanguage') + + def set_AcceptLanguage(self,AcceptLanguage): + self.add_query_param('AcceptLanguage',AcceptLanguage) \ No newline at end of file diff --git a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeReplicaConflictInfoRequest.py b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeReplicaConflictInfoRequest.py index d3989c4ca6..8c21449808 100644 --- a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeReplicaConflictInfoRequest.py +++ b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeReplicaConflictInfoRequest.py @@ -21,7 +21,7 @@ class DescribeReplicaConflictInfoRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'DescribeReplicaConflictInfo','redisa') + RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'DescribeReplicaConflictInfo','kvstore') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -29,36 +29,12 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_EndTime(self): - return self.get_query_params().get('EndTime') - - def set_EndTime(self,EndTime): - self.add_query_param('EndTime',EndTime) - def get_StartTime(self): return self.get_query_params().get('StartTime') def set_StartTime(self,StartTime): self.add_query_param('StartTime',StartTime) - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - def get_PageNumber(self): return self.get_query_params().get('PageNumber') @@ -81,4 +57,28 @@ def get_PageSize(self): return self.get_query_params().get('PageSize') def set_PageSize(self,PageSize): - self.add_query_param('PageSize',PageSize) \ No newline at end of file + self.add_query_param('PageSize',PageSize) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_EndTime(self): + return self.get_query_params().get('EndTime') + + def set_EndTime(self,EndTime): + self.add_query_param('EndTime',EndTime) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeReplicaInitializeProgressRequest.py b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeReplicaInitializeProgressRequest.py index b77457c123..6e22e085aa 100644 --- a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeReplicaInitializeProgressRequest.py +++ b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeReplicaInitializeProgressRequest.py @@ -21,7 +21,7 @@ class DescribeReplicaInitializeProgressRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'DescribeReplicaInitializeProgress','redisa') + RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'DescribeReplicaInitializeProgress','kvstore') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -35,6 +35,12 @@ def get_SecurityToken(self): def set_SecurityToken(self,SecurityToken): self.add_query_param('SecurityToken',SecurityToken) + def get_ReplicaId(self): + return self.get_query_params().get('ReplicaId') + + def set_ReplicaId(self,ReplicaId): + self.add_query_param('ReplicaId',ReplicaId) + def get_ResourceOwnerAccount(self): return self.get_query_params().get('ResourceOwnerAccount') @@ -47,12 +53,6 @@ def get_OwnerAccount(self): def set_OwnerAccount(self,OwnerAccount): self.add_query_param('OwnerAccount',OwnerAccount) - def get_ReplicaId(self): - return self.get_query_params().get('ReplicaId') - - def set_ReplicaId(self,ReplicaId): - self.add_query_param('ReplicaId',ReplicaId) - def get_OwnerId(self): return self.get_query_params().get('OwnerId') diff --git a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeReplicaPerformanceRequest.py b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeReplicaPerformanceRequest.py index 7cf81cb7bb..05e1c38ed2 100644 --- a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeReplicaPerformanceRequest.py +++ b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeReplicaPerformanceRequest.py @@ -21,7 +21,7 @@ class DescribeReplicaPerformanceRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'DescribeReplicaPerformance','redisa') + RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'DescribeReplicaPerformance','kvstore') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -29,6 +29,30 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) + def get_StartTime(self): + return self.get_query_params().get('StartTime') + + def set_StartTime(self,StartTime): + self.add_query_param('StartTime',StartTime) + + def get_SecurityToken(self): + return self.get_query_params().get('SecurityToken') + + def set_SecurityToken(self,SecurityToken): + self.add_query_param('SecurityToken',SecurityToken) + + def get_ReplicaId(self): + return self.get_query_params().get('ReplicaId') + + def set_ReplicaId(self,ReplicaId): + self.add_query_param('ReplicaId',ReplicaId) + + def get_Key(self): + return self.get_query_params().get('Key') + + def set_Key(self,Key): + self.add_query_param('Key',Key) + def get_DestinationDBInstanceId(self): return self.get_query_params().get('DestinationDBInstanceId') @@ -53,12 +77,6 @@ def get_EndTime(self): def set_EndTime(self,EndTime): self.add_query_param('EndTime',EndTime) - def get_StartTime(self): - return self.get_query_params().get('StartTime') - - def set_StartTime(self,StartTime): - self.add_query_param('StartTime',StartTime) - def get_OwnerId(self): return self.get_query_params().get('OwnerId') @@ -69,22 +87,4 @@ def get_SourceDBInstanceId(self): return self.get_query_params().get('SourceDBInstanceId') def set_SourceDBInstanceId(self,SourceDBInstanceId): - self.add_query_param('SourceDBInstanceId',SourceDBInstanceId) - - def get_SecurityToken(self): - return self.get_query_params().get('SecurityToken') - - def set_SecurityToken(self,SecurityToken): - self.add_query_param('SecurityToken',SecurityToken) - - def get_ReplicaId(self): - return self.get_query_params().get('ReplicaId') - - def set_ReplicaId(self,ReplicaId): - self.add_query_param('ReplicaId',ReplicaId) - - def get_Key(self): - return self.get_query_params().get('Key') - - def set_Key(self,Key): - self.add_query_param('Key',Key) \ No newline at end of file + self.add_query_param('SourceDBInstanceId',SourceDBInstanceId) \ No newline at end of file diff --git a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeReplicaUsageRequest.py b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeReplicaUsageRequest.py index 4420adfe71..6c8ecd43f9 100644 --- a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeReplicaUsageRequest.py +++ b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeReplicaUsageRequest.py @@ -21,7 +21,7 @@ class DescribeReplicaUsageRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'DescribeReplicaUsage','redisa') + RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'DescribeReplicaUsage','kvstore') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -29,11 +29,17 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) - def get_SourceDBInstanceId(self): - return self.get_query_params().get('SourceDBInstanceId') + def get_SecurityToken(self): + return self.get_query_params().get('SecurityToken') - def set_SourceDBInstanceId(self,SourceDBInstanceId): - self.add_query_param('SourceDBInstanceId',SourceDBInstanceId) + def set_SecurityToken(self,SecurityToken): + self.add_query_param('SecurityToken',SecurityToken) + + def get_ReplicaId(self): + return self.get_query_params().get('ReplicaId') + + def set_ReplicaId(self,ReplicaId): + self.add_query_param('ReplicaId',ReplicaId) def get_DestinationDBInstanceId(self): return self.get_query_params().get('DestinationDBInstanceId') @@ -41,12 +47,6 @@ def get_DestinationDBInstanceId(self): def set_DestinationDBInstanceId(self,DestinationDBInstanceId): self.add_query_param('DestinationDBInstanceId',DestinationDBInstanceId) - def get_SecurityToken(self): - return self.get_query_params().get('SecurityToken') - - def set_SecurityToken(self,SecurityToken): - self.add_query_param('SecurityToken',SecurityToken) - def get_ResourceOwnerAccount(self): return self.get_query_params().get('ResourceOwnerAccount') @@ -59,14 +59,14 @@ def get_OwnerAccount(self): def set_OwnerAccount(self,OwnerAccount): self.add_query_param('OwnerAccount',OwnerAccount) - def get_ReplicaId(self): - return self.get_query_params().get('ReplicaId') - - def set_ReplicaId(self,ReplicaId): - self.add_query_param('ReplicaId',ReplicaId) - def get_OwnerId(self): return self.get_query_params().get('OwnerId') def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) \ No newline at end of file + self.add_query_param('OwnerId',OwnerId) + + def get_SourceDBInstanceId(self): + return self.get_query_params().get('SourceDBInstanceId') + + def set_SourceDBInstanceId(self,SourceDBInstanceId): + self.add_query_param('SourceDBInstanceId',SourceDBInstanceId) \ No newline at end of file diff --git a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeReplicasRequest.py b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeReplicasRequest.py index c342d144d5..01980614d2 100644 --- a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeReplicasRequest.py +++ b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeReplicasRequest.py @@ -21,7 +21,7 @@ class DescribeReplicasRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'DescribeReplicas','redisa') + RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'DescribeReplicas','kvstore') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -29,12 +29,30 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) + def get_PageNumber(self): + return self.get_query_params().get('PageNumber') + + def set_PageNumber(self,PageNumber): + self.add_query_param('PageNumber',PageNumber) + def get_SecurityToken(self): return self.get_query_params().get('SecurityToken') def set_SecurityToken(self,SecurityToken): self.add_query_param('SecurityToken',SecurityToken) + def get_ReplicaId(self): + return self.get_query_params().get('ReplicaId') + + def set_ReplicaId(self,ReplicaId): + self.add_query_param('ReplicaId',ReplicaId) + + def get_PageSize(self): + return self.get_query_params().get('PageSize') + + def set_PageSize(self,PageSize): + self.add_query_param('PageSize',PageSize) + def get_ResourceOwnerAccount(self): return self.get_query_params().get('ResourceOwnerAccount') @@ -53,26 +71,8 @@ def get_OwnerAccount(self): def set_OwnerAccount(self,OwnerAccount): self.add_query_param('OwnerAccount',OwnerAccount) - def get_ReplicaId(self): - return self.get_query_params().get('ReplicaId') - - def set_ReplicaId(self,ReplicaId): - self.add_query_param('ReplicaId',ReplicaId) - - def get_PageSize(self): - return self.get_query_params().get('PageSize') - - def set_PageSize(self,PageSize): - self.add_query_param('PageSize',PageSize) - def get_OwnerId(self): return self.get_query_params().get('OwnerId') def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_PageNumber(self): - return self.get_query_params().get('PageNumber') - - def set_PageNumber(self,PageNumber): - self.add_query_param('PageNumber',PageNumber) \ No newline at end of file + self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeRunningLogRecordsRequest.py b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeRunningLogRecordsRequest.py index bbbbd3604d..c2de2e7af5 100644 --- a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeRunningLogRecordsRequest.py +++ b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeRunningLogRecordsRequest.py @@ -21,13 +21,7 @@ class DescribeRunningLogRecordsRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'DescribeRunningLogRecords','redisa') - - def get_SQLId(self): - return self.get_query_params().get('SQLId') - - def set_SQLId(self,SQLId): - self.add_query_param('SQLId',SQLId) + RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'DescribeRunningLogRecords','kvstore') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -35,54 +29,18 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_EndTime(self): - return self.get_query_params().get('EndTime') - - def set_EndTime(self,EndTime): - self.add_query_param('EndTime',EndTime) - def get_StartTime(self): return self.get_query_params().get('StartTime') def set_StartTime(self,StartTime): self.add_query_param('StartTime',StartTime) - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - def get_PageNumber(self): return self.get_query_params().get('PageNumber') def set_PageNumber(self,PageNumber): self.add_query_param('PageNumber',PageNumber) - def get_InstanceId(self): - return self.get_query_params().get('InstanceId') - - def set_InstanceId(self,InstanceId): - self.add_query_param('InstanceId',InstanceId) - - def get_DBName(self): - return self.get_query_params().get('DBName') - - def set_DBName(self,DBName): - self.add_query_param('DBName',DBName) - def get_SecurityToken(self): return self.get_query_params().get('SecurityToken') @@ -105,4 +63,46 @@ def get_NodeId(self): return self.get_query_params().get('NodeId') def set_NodeId(self,NodeId): - self.add_query_param('NodeId',NodeId) \ No newline at end of file + self.add_query_param('NodeId',NodeId) + + def get_SQLId(self): + return self.get_query_params().get('SQLId') + + def set_SQLId(self,SQLId): + self.add_query_param('SQLId',SQLId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_EndTime(self): + return self.get_query_params().get('EndTime') + + def set_EndTime(self,EndTime): + self.add_query_param('EndTime',EndTime) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_InstanceId(self): + return self.get_query_params().get('InstanceId') + + def set_InstanceId(self,InstanceId): + self.add_query_param('InstanceId',InstanceId) + + def get_DBName(self): + return self.get_query_params().get('DBName') + + def set_DBName(self,DBName): + self.add_query_param('DBName',DBName) \ No newline at end of file diff --git a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeSecurityIpsRequest.py b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeSecurityIpsRequest.py index ed0421cd28..7e15509100 100644 --- a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeSecurityIpsRequest.py +++ b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeSecurityIpsRequest.py @@ -21,7 +21,7 @@ class DescribeSecurityIpsRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'DescribeSecurityIps','redisa') + RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'DescribeSecurityIps','kvstore') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -29,12 +29,6 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) - def get_InstanceId(self): - return self.get_query_params().get('InstanceId') - - def set_InstanceId(self,InstanceId): - self.add_query_param('InstanceId',InstanceId) - def get_SecurityToken(self): return self.get_query_params().get('SecurityToken') @@ -57,4 +51,10 @@ def get_OwnerId(self): return self.get_query_params().get('OwnerId') def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) \ No newline at end of file + self.add_query_param('OwnerId',OwnerId) + + def get_InstanceId(self): + return self.get_query_params().get('InstanceId') + + def set_InstanceId(self,InstanceId): + self.add_query_param('InstanceId',InstanceId) \ No newline at end of file diff --git a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeSlowLogRecordsRequest.py b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeSlowLogRecordsRequest.py index 57c1cba8e2..a512567696 100644 --- a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeSlowLogRecordsRequest.py +++ b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeSlowLogRecordsRequest.py @@ -21,13 +21,7 @@ class DescribeSlowLogRecordsRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'DescribeSlowLogRecords','redisa') - - def get_SQLId(self): - return self.get_query_params().get('SQLId') - - def set_SQLId(self,SQLId): - self.add_query_param('SQLId',SQLId) + RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'DescribeSlowLogRecords','kvstore') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -35,6 +29,42 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) + def get_StartTime(self): + return self.get_query_params().get('StartTime') + + def set_StartTime(self,StartTime): + self.add_query_param('StartTime',StartTime) + + def get_PageNumber(self): + return self.get_query_params().get('PageNumber') + + def set_PageNumber(self,PageNumber): + self.add_query_param('PageNumber',PageNumber) + + def get_SecurityToken(self): + return self.get_query_params().get('SecurityToken') + + def set_SecurityToken(self,SecurityToken): + self.add_query_param('SecurityToken',SecurityToken) + + def get_PageSize(self): + return self.get_query_params().get('PageSize') + + def set_PageSize(self,PageSize): + self.add_query_param('PageSize',PageSize) + + def get_NodeId(self): + return self.get_query_params().get('NodeId') + + def set_NodeId(self,NodeId): + self.add_query_param('NodeId',NodeId) + + def get_SQLId(self): + return self.get_query_params().get('SQLId') + + def set_SQLId(self,SQLId): + self.add_query_param('SQLId',SQLId) + def get_ResourceOwnerAccount(self): return self.get_query_params().get('ResourceOwnerAccount') @@ -53,24 +83,12 @@ def get_EndTime(self): def set_EndTime(self,EndTime): self.add_query_param('EndTime',EndTime) - def get_StartTime(self): - return self.get_query_params().get('StartTime') - - def set_StartTime(self,StartTime): - self.add_query_param('StartTime',StartTime) - def get_OwnerId(self): return self.get_query_params().get('OwnerId') def set_OwnerId(self,OwnerId): self.add_query_param('OwnerId',OwnerId) - def get_PageNumber(self): - return self.get_query_params().get('PageNumber') - - def set_PageNumber(self,PageNumber): - self.add_query_param('PageNumber',PageNumber) - def get_InstanceId(self): return self.get_query_params().get('InstanceId') @@ -81,22 +99,4 @@ def get_DBName(self): return self.get_query_params().get('DBName') def set_DBName(self,DBName): - self.add_query_param('DBName',DBName) - - def get_SecurityToken(self): - return self.get_query_params().get('SecurityToken') - - def set_SecurityToken(self,SecurityToken): - self.add_query_param('SecurityToken',SecurityToken) - - def get_PageSize(self): - return self.get_query_params().get('PageSize') - - def set_PageSize(self,PageSize): - self.add_query_param('PageSize',PageSize) - - def get_NodeId(self): - return self.get_query_params().get('NodeId') - - def set_NodeId(self,NodeId): - self.add_query_param('NodeId',NodeId) \ No newline at end of file + self.add_query_param('DBName',DBName) \ No newline at end of file diff --git a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeSnapshotsRequest.py b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeSnapshotsRequest.py index 261b571546..b55113c2b8 100644 --- a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeSnapshotsRequest.py +++ b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeSnapshotsRequest.py @@ -21,7 +21,7 @@ class DescribeSnapshotsRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'DescribeSnapshots','redisa') + RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'DescribeSnapshots','kvstore') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeStaticVerificationListRequest.py b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeStaticVerificationListRequest.py index 0e2e6486bf..bd27283add 100644 --- a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeStaticVerificationListRequest.py +++ b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeStaticVerificationListRequest.py @@ -21,7 +21,7 @@ class DescribeStaticVerificationListRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'DescribeStaticVerificationList','redisa') + RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'DescribeStaticVerificationList','kvstore') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -35,6 +35,18 @@ def get_SecurityToken(self): def set_SecurityToken(self,SecurityToken): self.add_query_param('SecurityToken',SecurityToken) + def get_ReplicaId(self): + return self.get_query_params().get('ReplicaId') + + def set_ReplicaId(self,ReplicaId): + self.add_query_param('ReplicaId',ReplicaId) + + def get_SourceInstanceId(self): + return self.get_query_params().get('SourceInstanceId') + + def set_SourceInstanceId(self,SourceInstanceId): + self.add_query_param('SourceInstanceId',SourceInstanceId) + def get_ResourceOwnerAccount(self): return self.get_query_params().get('ResourceOwnerAccount') @@ -47,26 +59,14 @@ def get_OwnerAccount(self): def set_OwnerAccount(self,OwnerAccount): self.add_query_param('OwnerAccount',OwnerAccount) - def get_ReplicaId(self): - return self.get_query_params().get('ReplicaId') + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') - def set_ReplicaId(self,ReplicaId): - self.add_query_param('ReplicaId',ReplicaId) + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) def get_DestinationInstanceId(self): return self.get_query_params().get('DestinationInstanceId') def set_DestinationInstanceId(self,DestinationInstanceId): - self.add_query_param('DestinationInstanceId',DestinationInstanceId) - - def get_SourceInstanceId(self): - return self.get_query_params().get('SourceInstanceId') - - def set_SourceInstanceId(self,SourceInstanceId): - self.add_query_param('SourceInstanceId',SourceInstanceId) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) \ No newline at end of file + self.add_query_param('DestinationInstanceId',DestinationInstanceId) \ No newline at end of file diff --git a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeStrategyRequest.py b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeStrategyRequest.py index 833c3b546f..178a092f93 100644 --- a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeStrategyRequest.py +++ b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeStrategyRequest.py @@ -21,7 +21,7 @@ class DescribeStrategyRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'DescribeStrategy','redisa') + RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'DescribeStrategy','kvstore') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -35,6 +35,12 @@ def get_SecurityToken(self): def set_SecurityToken(self,SecurityToken): self.add_query_param('SecurityToken',SecurityToken) + def get_ReplicaId(self): + return self.get_query_params().get('ReplicaId') + + def set_ReplicaId(self,ReplicaId): + self.add_query_param('ReplicaId',ReplicaId) + def get_ResourceOwnerAccount(self): return self.get_query_params().get('ResourceOwnerAccount') @@ -47,12 +53,6 @@ def get_OwnerAccount(self): def set_OwnerAccount(self,OwnerAccount): self.add_query_param('OwnerAccount',OwnerAccount) - def get_ReplicaId(self): - return self.get_query_params().get('ReplicaId') - - def set_ReplicaId(self,ReplicaId): - self.add_query_param('ReplicaId',ReplicaId) - def get_OwnerId(self): return self.get_query_params().get('OwnerId') diff --git a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeTagsRequest.py b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeTagsRequest.py new file mode 100644 index 0000000000..fee05f113c --- /dev/null +++ b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeTagsRequest.py @@ -0,0 +1,60 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class DescribeTagsRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'DescribeTags','kvstore') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_NextToken(self): + return self.get_query_params().get('NextToken') + + def set_NextToken(self,NextToken): + self.add_query_param('NextToken',NextToken) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_ResourceType(self): + return self.get_query_params().get('ResourceType') + + def set_ResourceType(self,ResourceType): + self.add_query_param('ResourceType',ResourceType) \ No newline at end of file diff --git a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeTempInstanceRequest.py b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeTempInstanceRequest.py index 4a12d61c67..0c2a743b98 100644 --- a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeTempInstanceRequest.py +++ b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeTempInstanceRequest.py @@ -21,7 +21,7 @@ class DescribeTempInstanceRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'DescribeTempInstance','redisa') + RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'DescribeTempInstance','kvstore') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeUserInfoRequest.py b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeUserInfoRequest.py new file mode 100644 index 0000000000..1df89f2b90 --- /dev/null +++ b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeUserInfoRequest.py @@ -0,0 +1,54 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class DescribeUserInfoRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'DescribeUserInfo','kvstore') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_SecurityToken(self): + return self.get_query_params().get('SecurityToken') + + def set_SecurityToken(self,SecurityToken): + self.add_query_param('SecurityToken',SecurityToken) \ No newline at end of file diff --git a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeVerificationListRequest.py b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeVerificationListRequest.py index 039544c5e5..ee933c18c6 100644 --- a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeVerificationListRequest.py +++ b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeVerificationListRequest.py @@ -21,7 +21,7 @@ class DescribeVerificationListRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'DescribeVerificationList','redisa') + RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'DescribeVerificationList','kvstore') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -29,36 +29,12 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_EndTime(self): - return self.get_query_params().get('EndTime') - - def set_EndTime(self,EndTime): - self.add_query_param('EndTime',EndTime) - def get_StartTime(self): return self.get_query_params().get('StartTime') def set_StartTime(self,StartTime): self.add_query_param('StartTime',StartTime) - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - def get_PageNumber(self): return self.get_query_params().get('PageNumber') @@ -81,4 +57,28 @@ def get_PageSize(self): return self.get_query_params().get('PageSize') def set_PageSize(self,PageSize): - self.add_query_param('PageSize',PageSize) \ No newline at end of file + self.add_query_param('PageSize',PageSize) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_EndTime(self): + return self.get_query_params().get('EndTime') + + def set_EndTime(self,EndTime): + self.add_query_param('EndTime',EndTime) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeZonesRequest.py b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeZonesRequest.py index 11947bcac1..fc0a3a7f2f 100644 --- a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeZonesRequest.py +++ b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeZonesRequest.py @@ -21,7 +21,7 @@ class DescribeZonesRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'DescribeZones','redisa') + RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'DescribeZones','kvstore') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -47,14 +47,14 @@ def get_OwnerAccount(self): def set_OwnerAccount(self,OwnerAccount): self.add_query_param('OwnerAccount',OwnerAccount) - def get_AcceptLanguage(self): - return self.get_query_params().get('AcceptLanguage') - - def set_AcceptLanguage(self,AcceptLanguage): - self.add_query_param('AcceptLanguage',AcceptLanguage) - def get_OwnerId(self): return self.get_query_params().get('OwnerId') def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) \ No newline at end of file + self.add_query_param('OwnerId',OwnerId) + + def get_AcceptLanguage(self): + return self.get_query_params().get('AcceptLanguage') + + def set_AcceptLanguage(self,AcceptLanguage): + self.add_query_param('AcceptLanguage',AcceptLanguage) \ No newline at end of file diff --git a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DestroyInstanceRequest.py b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DestroyInstanceRequest.py index 7cff35b55c..5373f5f240 100644 --- a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DestroyInstanceRequest.py +++ b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DestroyInstanceRequest.py @@ -21,7 +21,7 @@ class DestroyInstanceRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'DestroyInstance','redisa') + RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'DestroyInstance','kvstore') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -29,12 +29,6 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) - def get_InstanceId(self): - return self.get_query_params().get('InstanceId') - - def set_InstanceId(self,InstanceId): - self.add_query_param('InstanceId',InstanceId) - def get_SecurityToken(self): return self.get_query_params().get('SecurityToken') @@ -57,4 +51,10 @@ def get_OwnerId(self): return self.get_query_params().get('OwnerId') def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) \ No newline at end of file + self.add_query_param('OwnerId',OwnerId) + + def get_InstanceId(self): + return self.get_query_params().get('InstanceId') + + def set_InstanceId(self,InstanceId): + self.add_query_param('InstanceId',InstanceId) \ No newline at end of file diff --git a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/EvaluateFailOverSwitchRequest.py b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/EvaluateFailOverSwitchRequest.py index 29e0f39d6b..7ea9cbc451 100644 --- a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/EvaluateFailOverSwitchRequest.py +++ b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/EvaluateFailOverSwitchRequest.py @@ -21,7 +21,7 @@ class EvaluateFailOverSwitchRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'EvaluateFailOverSwitch','redisa') + RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'EvaluateFailOverSwitch','kvstore') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -35,6 +35,12 @@ def get_SecurityToken(self): def set_SecurityToken(self,SecurityToken): self.add_query_param('SecurityToken',SecurityToken) + def get_ReplicaId(self): + return self.get_query_params().get('ReplicaId') + + def set_ReplicaId(self,ReplicaId): + self.add_query_param('ReplicaId',ReplicaId) + def get_ResourceOwnerAccount(self): return self.get_query_params().get('ResourceOwnerAccount') @@ -47,12 +53,6 @@ def get_OwnerAccount(self): def set_OwnerAccount(self,OwnerAccount): self.add_query_param('OwnerAccount',OwnerAccount) - def get_ReplicaId(self): - return self.get_query_params().get('ReplicaId') - - def set_ReplicaId(self,ReplicaId): - self.add_query_param('ReplicaId',ReplicaId) - def get_OwnerId(self): return self.get_query_params().get('OwnerId') diff --git a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/FlushInstanceRequest.py b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/FlushInstanceRequest.py index 9ad22cc1e7..2bdbace6b6 100644 --- a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/FlushInstanceRequest.py +++ b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/FlushInstanceRequest.py @@ -21,7 +21,7 @@ class FlushInstanceRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'FlushInstance','redisa') + RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'FlushInstance','kvstore') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -29,18 +29,6 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) - def get_InstanceId(self): - return self.get_query_params().get('InstanceId') - - def set_InstanceId(self,InstanceId): - self.add_query_param('InstanceId',InstanceId) - - def get_SecurityToken(self): - return self.get_query_params().get('SecurityToken') - - def set_SecurityToken(self,SecurityToken): - self.add_query_param('SecurityToken',SecurityToken) - def get_ResourceOwnerAccount(self): return self.get_query_params().get('ResourceOwnerAccount') @@ -57,4 +45,16 @@ def get_OwnerId(self): return self.get_query_params().get('OwnerId') def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) \ No newline at end of file + self.add_query_param('OwnerId',OwnerId) + + def get_InstanceId(self): + return self.get_query_params().get('InstanceId') + + def set_InstanceId(self,InstanceId): + self.add_query_param('InstanceId',InstanceId) + + def get_SecurityToken(self): + return self.get_query_params().get('SecurityToken') + + def set_SecurityToken(self,SecurityToken): + self.add_query_param('SecurityToken',SecurityToken) \ No newline at end of file diff --git a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/GetSnapshotSettingsRequest.py b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/GetSnapshotSettingsRequest.py index 1a9f2449dc..39ca5d43db 100644 --- a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/GetSnapshotSettingsRequest.py +++ b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/GetSnapshotSettingsRequest.py @@ -21,7 +21,7 @@ class GetSnapshotSettingsRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'GetSnapshotSettings','redisa') + RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'GetSnapshotSettings','kvstore') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -29,12 +29,6 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) - def get_InstanceId(self): - return self.get_query_params().get('InstanceId') - - def set_InstanceId(self,InstanceId): - self.add_query_param('InstanceId',InstanceId) - def get_ResourceOwnerAccount(self): return self.get_query_params().get('ResourceOwnerAccount') @@ -51,4 +45,10 @@ def get_OwnerId(self): return self.get_query_params().get('OwnerId') def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) \ No newline at end of file + self.add_query_param('OwnerId',OwnerId) + + def get_InstanceId(self): + return self.get_query_params().get('InstanceId') + + def set_InstanceId(self,InstanceId): + self.add_query_param('InstanceId',InstanceId) \ No newline at end of file diff --git a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/GrantAccountPrivilegeRequest.py b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/GrantAccountPrivilegeRequest.py index 7b72057217..41384ce9b7 100644 --- a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/GrantAccountPrivilegeRequest.py +++ b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/GrantAccountPrivilegeRequest.py @@ -21,7 +21,7 @@ class GrantAccountPrivilegeRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'GrantAccountPrivilege','redisa') + RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'GrantAccountPrivilege','kvstore') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -29,11 +29,11 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) - def get_InstanceId(self): - return self.get_query_params().get('InstanceId') + def get_AccountPrivilege(self): + return self.get_query_params().get('AccountPrivilege') - def set_InstanceId(self,InstanceId): - self.add_query_param('InstanceId',InstanceId) + def set_AccountPrivilege(self,AccountPrivilege): + self.add_query_param('AccountPrivilege',AccountPrivilege) def get_AccountName(self): return self.get_query_params().get('AccountName') @@ -65,8 +65,8 @@ def get_OwnerId(self): def set_OwnerId(self,OwnerId): self.add_query_param('OwnerId',OwnerId) - def get_AccountPrivilege(self): - return self.get_query_params().get('AccountPrivilege') + def get_InstanceId(self): + return self.get_query_params().get('InstanceId') - def set_AccountPrivilege(self,AccountPrivilege): - self.add_query_param('AccountPrivilege',AccountPrivilege) \ No newline at end of file + def set_InstanceId(self,InstanceId): + self.add_query_param('InstanceId',InstanceId) \ No newline at end of file diff --git a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/ListTagResourcesRequest.py b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/ListTagResourcesRequest.py index e26a4ed697..3b4e30cdfb 100644 --- a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/ListTagResourcesRequest.py +++ b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/ListTagResourcesRequest.py @@ -21,7 +21,7 @@ class ListTagResourcesRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'ListTagResources','redisa') + RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'ListTagResources','kvstore') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -29,6 +29,23 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) + def get_NextToken(self): + return self.get_query_params().get('NextToken') + + def set_NextToken(self,NextToken): + self.add_query_param('NextToken',NextToken) + + def get_Tags(self): + return self.get_query_params().get('Tags') + + def set_Tags(self,Tags): + for i in range(len(Tags)): + if Tags[i].get('Value') is not None: + self.add_query_param('Tag.' + str(i + 1) + '.Value' , Tags[i].get('Value')) + if Tags[i].get('Key') is not None: + self.add_query_param('Tag.' + str(i + 1) + '.Key' , Tags[i].get('Key')) + + def get_ResourceIds(self): return self.get_query_params().get('ResourceIds') @@ -43,29 +60,12 @@ def get_ResourceOwnerAccount(self): def set_ResourceOwnerAccount(self,ResourceOwnerAccount): self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - def get_NextToken(self): - return self.get_query_params().get('NextToken') - - def set_NextToken(self,NextToken): - self.add_query_param('NextToken',NextToken) - def get_OwnerAccount(self): return self.get_query_params().get('OwnerAccount') def set_OwnerAccount(self,OwnerAccount): self.add_query_param('OwnerAccount',OwnerAccount) - def get_Tags(self): - return self.get_query_params().get('Tags') - - def set_Tags(self,Tags): - for i in range(len(Tags)): - if Tags[i].get('Value') is not None: - self.add_query_param('Tag.' + str(i + 1) + '.Value' , Tags[i].get('Value')) - if Tags[i].get('Key') is not None: - self.add_query_param('Tag.' + str(i + 1) + '.Key' , Tags[i].get('Key')) - - def get_OwnerId(self): return self.get_query_params().get('OwnerId') diff --git a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/MigrateToOtherZoneRequest.py b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/MigrateToOtherZoneRequest.py index 211fe68359..b78daa27c2 100644 --- a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/MigrateToOtherZoneRequest.py +++ b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/MigrateToOtherZoneRequest.py @@ -21,13 +21,7 @@ class MigrateToOtherZoneRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'MigrateToOtherZone','redisa') - - def get_VSwitchId(self): - return self.get_query_params().get('VSwitchId') - - def set_VSwitchId(self,VSwitchId): - self.add_query_param('VSwitchId',VSwitchId) + RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'MigrateToOtherZone','kvstore') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -41,38 +35,44 @@ def get_SecurityToken(self): def set_SecurityToken(self,SecurityToken): self.add_query_param('SecurityToken',SecurityToken) - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - def get_EffectiveTime(self): return self.get_query_params().get('EffectiveTime') def set_EffectiveTime(self,EffectiveTime): self.add_query_param('EffectiveTime',EffectiveTime) + def get_DBInstanceId(self): + return self.get_query_params().get('DBInstanceId') + + def set_DBInstanceId(self,DBInstanceId): + self.add_query_param('DBInstanceId',DBInstanceId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + def get_OwnerAccount(self): return self.get_query_params().get('OwnerAccount') def set_OwnerAccount(self,OwnerAccount): self.add_query_param('OwnerAccount',OwnerAccount) - def get_ZoneId(self): - return self.get_query_params().get('ZoneId') + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') - def set_ZoneId(self,ZoneId): - self.add_query_param('ZoneId',ZoneId) + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) - def get_DBInstanceId(self): - return self.get_query_params().get('DBInstanceId') + def get_VSwitchId(self): + return self.get_query_params().get('VSwitchId') - def set_DBInstanceId(self,DBInstanceId): - self.add_query_param('DBInstanceId',DBInstanceId) + def set_VSwitchId(self,VSwitchId): + self.add_query_param('VSwitchId',VSwitchId) - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') + def get_ZoneId(self): + return self.get_query_params().get('ZoneId') - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) \ No newline at end of file + def set_ZoneId(self,ZoneId): + self.add_query_param('ZoneId',ZoneId) \ No newline at end of file diff --git a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/ModifyAccountDescriptionRequest.py b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/ModifyAccountDescriptionRequest.py index 3f143d8ad4..8c92934390 100644 --- a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/ModifyAccountDescriptionRequest.py +++ b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/ModifyAccountDescriptionRequest.py @@ -21,7 +21,7 @@ class ModifyAccountDescriptionRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'ModifyAccountDescription','redisa') + RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'ModifyAccountDescription','kvstore') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -29,11 +29,11 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) - def get_InstanceId(self): - return self.get_query_params().get('InstanceId') + def get_AccountDescription(self): + return self.get_query_params().get('AccountDescription') - def set_InstanceId(self,InstanceId): - self.add_query_param('InstanceId',InstanceId) + def set_AccountDescription(self,AccountDescription): + self.add_query_param('AccountDescription',AccountDescription) def get_AccountName(self): return self.get_query_params().get('AccountName') @@ -65,8 +65,8 @@ def get_OwnerId(self): def set_OwnerId(self,OwnerId): self.add_query_param('OwnerId',OwnerId) - def get_AccountDescription(self): - return self.get_query_params().get('AccountDescription') + def get_InstanceId(self): + return self.get_query_params().get('InstanceId') - def set_AccountDescription(self,AccountDescription): - self.add_query_param('AccountDescription',AccountDescription) \ No newline at end of file + def set_InstanceId(self,InstanceId): + self.add_query_param('InstanceId',InstanceId) \ No newline at end of file diff --git a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/ModifyActiveOperationTaskRequest.py b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/ModifyActiveOperationTaskRequest.py index 56949db07f..7901b93fb9 100644 --- a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/ModifyActiveOperationTaskRequest.py +++ b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/ModifyActiveOperationTaskRequest.py @@ -21,7 +21,7 @@ class ModifyActiveOperationTaskRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'ModifyActiveOperationTask','redisa') + RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'ModifyActiveOperationTask','kvstore') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -35,6 +35,12 @@ def get_SecurityToken(self): def set_SecurityToken(self,SecurityToken): self.add_query_param('SecurityToken',SecurityToken) + def get_SwitchTime(self): + return self.get_query_params().get('SwitchTime') + + def set_SwitchTime(self,SwitchTime): + self.add_query_param('SwitchTime',SwitchTime) + def get_ResourceOwnerAccount(self): return self.get_query_params().get('ResourceOwnerAccount') @@ -47,20 +53,14 @@ def get_OwnerAccount(self): def set_OwnerAccount(self,OwnerAccount): self.add_query_param('OwnerAccount',OwnerAccount) - def get_Ids(self): - return self.get_query_params().get('Ids') - - def set_Ids(self,Ids): - self.add_query_param('Ids',Ids) - - def get_SwitchTime(self): - return self.get_query_params().get('SwitchTime') - - def set_SwitchTime(self,SwitchTime): - self.add_query_param('SwitchTime',SwitchTime) - def get_OwnerId(self): return self.get_query_params().get('OwnerId') def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) \ No newline at end of file + self.add_query_param('OwnerId',OwnerId) + + def get_Ids(self): + return self.get_query_params().get('Ids') + + def set_Ids(self,Ids): + self.add_query_param('Ids',Ids) \ No newline at end of file diff --git a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/ModifyAuditLogConfigRequest.py b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/ModifyAuditLogConfigRequest.py index 804f24aee1..2e1893d8f2 100644 --- a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/ModifyAuditLogConfigRequest.py +++ b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/ModifyAuditLogConfigRequest.py @@ -21,7 +21,7 @@ class ModifyAuditLogConfigRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'ModifyAuditLogConfig','redisa') + RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'ModifyAuditLogConfig','kvstore') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -29,30 +29,30 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) - def get_InstanceId(self): - return self.get_query_params().get('InstanceId') - - def set_InstanceId(self,InstanceId): - self.add_query_param('InstanceId',InstanceId) - def get_SecurityToken(self): return self.get_query_params().get('SecurityToken') def set_SecurityToken(self,SecurityToken): self.add_query_param('SecurityToken',SecurityToken) - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - def get_AuditCommand(self): return self.get_query_params().get('AuditCommand') def set_AuditCommand(self,AuditCommand): self.add_query_param('AuditCommand',AuditCommand) + def get_Retention(self): + return self.get_query_params().get('Retention') + + def set_Retention(self,Retention): + self.add_query_param('Retention',Retention) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + def get_OwnerAccount(self): return self.get_query_params().get('OwnerAccount') @@ -65,8 +65,8 @@ def get_OwnerId(self): def set_OwnerId(self,OwnerId): self.add_query_param('OwnerId',OwnerId) - def get_Retention(self): - return self.get_query_params().get('Retention') + def get_InstanceId(self): + return self.get_query_params().get('InstanceId') - def set_Retention(self,Retention): - self.add_query_param('Retention',Retention) \ No newline at end of file + def set_InstanceId(self,InstanceId): + self.add_query_param('InstanceId',InstanceId) \ No newline at end of file diff --git a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/ModifyBackupPolicyRequest.py b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/ModifyBackupPolicyRequest.py index 4abd024a2b..6b7295d5f5 100644 --- a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/ModifyBackupPolicyRequest.py +++ b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/ModifyBackupPolicyRequest.py @@ -21,19 +21,7 @@ class ModifyBackupPolicyRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'ModifyBackupPolicy','redisa') - - def get_PreferredBackupTime(self): - return self.get_query_params().get('PreferredBackupTime') - - def set_PreferredBackupTime(self,PreferredBackupTime): - self.add_query_param('PreferredBackupTime',PreferredBackupTime) - - def get_PreferredBackupPeriod(self): - return self.get_query_params().get('PreferredBackupPeriod') - - def set_PreferredBackupPeriod(self,PreferredBackupPeriod): - self.add_query_param('PreferredBackupPeriod',PreferredBackupPeriod) + RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'ModifyBackupPolicy','kvstore') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -41,18 +29,18 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) - def get_InstanceId(self): - return self.get_query_params().get('InstanceId') - - def set_InstanceId(self,InstanceId): - self.add_query_param('InstanceId',InstanceId) - def get_SecurityToken(self): return self.get_query_params().get('SecurityToken') def set_SecurityToken(self,SecurityToken): self.add_query_param('SecurityToken',SecurityToken) + def get_PreferredBackupPeriod(self): + return self.get_query_params().get('PreferredBackupPeriod') + + def set_PreferredBackupPeriod(self,PreferredBackupPeriod): + self.add_query_param('PreferredBackupPeriod',PreferredBackupPeriod) + def get_ResourceOwnerAccount(self): return self.get_query_params().get('ResourceOwnerAccount') @@ -69,4 +57,16 @@ def get_OwnerId(self): return self.get_query_params().get('OwnerId') def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) \ No newline at end of file + self.add_query_param('OwnerId',OwnerId) + + def get_PreferredBackupTime(self): + return self.get_query_params().get('PreferredBackupTime') + + def set_PreferredBackupTime(self,PreferredBackupTime): + self.add_query_param('PreferredBackupTime',PreferredBackupTime) + + def get_InstanceId(self): + return self.get_query_params().get('InstanceId') + + def set_InstanceId(self,InstanceId): + self.add_query_param('InstanceId',InstanceId) \ No newline at end of file diff --git a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/ModifyCertificationRequest.py b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/ModifyCertificationRequest.py index 8ec47a3980..a63f301279 100644 --- a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/ModifyCertificationRequest.py +++ b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/ModifyCertificationRequest.py @@ -21,7 +21,7 @@ class ModifyCertificationRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'ModifyCertification','redisa') + RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'ModifyCertification','kvstore') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -29,18 +29,18 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) - def get_InstanceId(self): - return self.get_query_params().get('InstanceId') - - def set_InstanceId(self,InstanceId): - self.add_query_param('InstanceId',InstanceId) - def get_SecurityToken(self): return self.get_query_params().get('SecurityToken') def set_SecurityToken(self,SecurityToken): self.add_query_param('SecurityToken',SecurityToken) + def get_NoCertification(self): + return self.get_query_params().get('NoCertification') + + def set_NoCertification(self,NoCertification): + self.add_query_param('NoCertification',NoCertification) + def get_ResourceOwnerAccount(self): return self.get_query_params().get('ResourceOwnerAccount') @@ -59,8 +59,8 @@ def get_OwnerId(self): def set_OwnerId(self,OwnerId): self.add_query_param('OwnerId',OwnerId) - def get_NoCertification(self): - return self.get_query_params().get('NoCertification') + def get_InstanceId(self): + return self.get_query_params().get('InstanceId') - def set_NoCertification(self,NoCertification): - self.add_query_param('NoCertification',NoCertification) \ No newline at end of file + def set_InstanceId(self,InstanceId): + self.add_query_param('InstanceId',InstanceId) \ No newline at end of file diff --git a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/ModifyDBInstanceConnectionStringRequest.py b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/ModifyDBInstanceConnectionStringRequest.py index 6bdd2663e6..9e8c67ce79 100644 --- a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/ModifyDBInstanceConnectionStringRequest.py +++ b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/ModifyDBInstanceConnectionStringRequest.py @@ -21,7 +21,7 @@ class ModifyDBInstanceConnectionStringRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'ModifyDBInstanceConnectionString','redisa') + RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'ModifyDBInstanceConnectionString','kvstore') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -29,6 +29,18 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) + def get_SecurityToken(self): + return self.get_query_params().get('SecurityToken') + + def set_SecurityToken(self,SecurityToken): + self.add_query_param('SecurityToken',SecurityToken) + + def get_DBInstanceId(self): + return self.get_query_params().get('DBInstanceId') + + def set_DBInstanceId(self,DBInstanceId): + self.add_query_param('DBInstanceId',DBInstanceId) + def get_ResourceOwnerAccount(self): return self.get_query_params().get('ResourceOwnerAccount') @@ -65,20 +77,8 @@ def get_CurrentConnectionString(self): def set_CurrentConnectionString(self,CurrentConnectionString): self.add_query_param('CurrentConnectionString',CurrentConnectionString) - def get_SecurityToken(self): - return self.get_query_params().get('SecurityToken') - - def set_SecurityToken(self,SecurityToken): - self.add_query_param('SecurityToken',SecurityToken) - def get_Port(self): return self.get_query_params().get('Port') def set_Port(self,Port): - self.add_query_param('Port',Port) - - def get_DBInstanceId(self): - return self.get_query_params().get('DBInstanceId') - - def set_DBInstanceId(self,DBInstanceId): - self.add_query_param('DBInstanceId',DBInstanceId) \ No newline at end of file + self.add_query_param('Port',Port) \ No newline at end of file diff --git a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/ModifyDBInstanceMonitorRequest.py b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/ModifyDBInstanceMonitorRequest.py index dcfbd4dfa1..4c766854bc 100644 --- a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/ModifyDBInstanceMonitorRequest.py +++ b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/ModifyDBInstanceMonitorRequest.py @@ -21,7 +21,7 @@ class ModifyDBInstanceMonitorRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'ModifyDBInstanceMonitor','redisa') + RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'ModifyDBInstanceMonitor','kvstore') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -35,6 +35,12 @@ def get_SecurityToken(self): def set_SecurityToken(self,SecurityToken): self.add_query_param('SecurityToken',SecurityToken) + def get_DBInstanceId(self): + return self.get_query_params().get('DBInstanceId') + + def set_DBInstanceId(self,DBInstanceId): + self.add_query_param('DBInstanceId',DBInstanceId) + def get_ResourceOwnerAccount(self): return self.get_query_params().get('ResourceOwnerAccount') @@ -47,20 +53,14 @@ def get_OwnerAccount(self): def set_OwnerAccount(self,OwnerAccount): self.add_query_param('OwnerAccount',OwnerAccount) - def get_DBInstanceId(self): - return self.get_query_params().get('DBInstanceId') + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') - def set_DBInstanceId(self,DBInstanceId): - self.add_query_param('DBInstanceId',DBInstanceId) + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) def get_Interval(self): return self.get_query_params().get('Interval') def set_Interval(self,Interval): - self.add_query_param('Interval',Interval) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) \ No newline at end of file + self.add_query_param('Interval',Interval) \ No newline at end of file diff --git a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/ModifyGuardDomainModeRequest.py b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/ModifyGuardDomainModeRequest.py index 6b4e64f3c5..ced36d7086 100644 --- a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/ModifyGuardDomainModeRequest.py +++ b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/ModifyGuardDomainModeRequest.py @@ -21,7 +21,7 @@ class ModifyGuardDomainModeRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'ModifyGuardDomainMode','redisa') + RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'ModifyGuardDomainMode','kvstore') def get_DomainMode(self): return self.get_query_params().get('DomainMode') @@ -41,6 +41,12 @@ def get_SecurityToken(self): def set_SecurityToken(self,SecurityToken): self.add_query_param('SecurityToken',SecurityToken) + def get_ReplicaId(self): + return self.get_query_params().get('ReplicaId') + + def set_ReplicaId(self,ReplicaId): + self.add_query_param('ReplicaId',ReplicaId) + def get_ResourceOwnerAccount(self): return self.get_query_params().get('ResourceOwnerAccount') @@ -53,12 +59,6 @@ def get_OwnerAccount(self): def set_OwnerAccount(self,OwnerAccount): self.add_query_param('OwnerAccount',OwnerAccount) - def get_ReplicaId(self): - return self.get_query_params().get('ReplicaId') - - def set_ReplicaId(self,ReplicaId): - self.add_query_param('ReplicaId',ReplicaId) - def get_OwnerId(self): return self.get_query_params().get('OwnerId') diff --git a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/ModifyInstanceAttributeRequest.py b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/ModifyInstanceAttributeRequest.py index 7016817c8c..e011aec7b2 100644 --- a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/ModifyInstanceAttributeRequest.py +++ b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/ModifyInstanceAttributeRequest.py @@ -21,7 +21,7 @@ class ModifyInstanceAttributeRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'ModifyInstanceAttribute','redisa') + RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'ModifyInstanceAttribute','kvstore') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -29,18 +29,6 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) - def get_InstanceId(self): - return self.get_query_params().get('InstanceId') - - def set_InstanceId(self,InstanceId): - self.add_query_param('InstanceId',InstanceId) - - def get_InstanceName(self): - return self.get_query_params().get('InstanceName') - - def set_InstanceName(self,InstanceName): - self.add_query_param('InstanceName',InstanceName) - def get_SecurityToken(self): return self.get_query_params().get('SecurityToken') @@ -69,4 +57,16 @@ def get_NewPassword(self): return self.get_query_params().get('NewPassword') def set_NewPassword(self,NewPassword): - self.add_query_param('NewPassword',NewPassword) \ No newline at end of file + self.add_query_param('NewPassword',NewPassword) + + def get_InstanceId(self): + return self.get_query_params().get('InstanceId') + + def set_InstanceId(self,InstanceId): + self.add_query_param('InstanceId',InstanceId) + + def get_InstanceName(self): + return self.get_query_params().get('InstanceName') + + def set_InstanceName(self,InstanceName): + self.add_query_param('InstanceName',InstanceName) \ No newline at end of file diff --git a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/ModifyInstanceAutoRenewalAttributeRequest.py b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/ModifyInstanceAutoRenewalAttributeRequest.py index 1eb249d757..3c321e1527 100644 --- a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/ModifyInstanceAutoRenewalAttributeRequest.py +++ b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/ModifyInstanceAutoRenewalAttributeRequest.py @@ -21,13 +21,7 @@ class ModifyInstanceAutoRenewalAttributeRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'ModifyInstanceAutoRenewalAttribute','redisa') - - def get_Duration(self): - return self.get_query_params().get('Duration') - - def set_Duration(self,Duration): - self.add_query_param('Duration',Duration) + RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'ModifyInstanceAutoRenewalAttribute','kvstore') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -35,11 +29,11 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) - def get_AutoRenew(self): - return self.get_query_params().get('AutoRenew') + def get_Duration(self): + return self.get_query_params().get('Duration') - def set_AutoRenew(self,AutoRenew): - self.add_query_param('AutoRenew',AutoRenew) + def set_Duration(self,Duration): + self.add_query_param('Duration',Duration) def get_SecurityToken(self): return self.get_query_params().get('SecurityToken') @@ -47,6 +41,12 @@ def get_SecurityToken(self): def set_SecurityToken(self,SecurityToken): self.add_query_param('SecurityToken',SecurityToken) + def get_DBInstanceId(self): + return self.get_query_params().get('DBInstanceId') + + def set_DBInstanceId(self,DBInstanceId): + self.add_query_param('DBInstanceId',DBInstanceId) + def get_ResourceOwnerAccount(self): return self.get_query_params().get('ResourceOwnerAccount') @@ -59,14 +59,14 @@ def get_OwnerAccount(self): def set_OwnerAccount(self,OwnerAccount): self.add_query_param('OwnerAccount',OwnerAccount) - def get_DBInstanceId(self): - return self.get_query_params().get('DBInstanceId') - - def set_DBInstanceId(self,DBInstanceId): - self.add_query_param('DBInstanceId',DBInstanceId) - def get_OwnerId(self): return self.get_query_params().get('OwnerId') def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) \ No newline at end of file + self.add_query_param('OwnerId',OwnerId) + + def get_AutoRenew(self): + return self.get_query_params().get('AutoRenew') + + def set_AutoRenew(self,AutoRenew): + self.add_query_param('AutoRenew',AutoRenew) \ No newline at end of file diff --git a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/ModifyInstanceConfigRequest.py b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/ModifyInstanceConfigRequest.py index 4335b4d7d0..11b6ab809a 100644 --- a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/ModifyInstanceConfigRequest.py +++ b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/ModifyInstanceConfigRequest.py @@ -21,7 +21,7 @@ class ModifyInstanceConfigRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'ModifyInstanceConfig','redisa') + RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'ModifyInstanceConfig','kvstore') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -29,12 +29,6 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) - def get_InstanceId(self): - return self.get_query_params().get('InstanceId') - - def set_InstanceId(self,InstanceId): - self.add_query_param('InstanceId',InstanceId) - def get_SecurityToken(self): return self.get_query_params().get('SecurityToken') @@ -59,6 +53,12 @@ def get_OwnerId(self): def set_OwnerId(self,OwnerId): self.add_query_param('OwnerId',OwnerId) + def get_InstanceId(self): + return self.get_query_params().get('InstanceId') + + def set_InstanceId(self,InstanceId): + self.add_query_param('InstanceId',InstanceId) + def get_Config(self): return self.get_query_params().get('Config') diff --git a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/ModifyInstanceMaintainTimeRequest.py b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/ModifyInstanceMaintainTimeRequest.py index 153be7e9d5..29c7c87c09 100644 --- a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/ModifyInstanceMaintainTimeRequest.py +++ b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/ModifyInstanceMaintainTimeRequest.py @@ -21,7 +21,7 @@ class ModifyInstanceMaintainTimeRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'ModifyInstanceMaintainTime','redisa') + RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'ModifyInstanceMaintainTime','kvstore') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -29,30 +29,24 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) - def get_InstanceId(self): - return self.get_query_params().get('InstanceId') - - def set_InstanceId(self,InstanceId): - self.add_query_param('InstanceId',InstanceId) - def get_SecurityToken(self): return self.get_query_params().get('SecurityToken') def set_SecurityToken(self,SecurityToken): self.add_query_param('SecurityToken',SecurityToken) - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - def get_MaintainStartTime(self): return self.get_query_params().get('MaintainStartTime') def set_MaintainStartTime(self,MaintainStartTime): self.add_query_param('MaintainStartTime',MaintainStartTime) + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + def get_OwnerAccount(self): return self.get_query_params().get('OwnerAccount') @@ -69,4 +63,10 @@ def get_MaintainEndTime(self): return self.get_query_params().get('MaintainEndTime') def set_MaintainEndTime(self,MaintainEndTime): - self.add_query_param('MaintainEndTime',MaintainEndTime) \ No newline at end of file + self.add_query_param('MaintainEndTime',MaintainEndTime) + + def get_InstanceId(self): + return self.get_query_params().get('InstanceId') + + def set_InstanceId(self,InstanceId): + self.add_query_param('InstanceId',InstanceId) \ No newline at end of file diff --git a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/ModifyInstanceMajorVersionRequest.py b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/ModifyInstanceMajorVersionRequest.py index d458fbe254..f40962f65b 100644 --- a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/ModifyInstanceMajorVersionRequest.py +++ b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/ModifyInstanceMajorVersionRequest.py @@ -21,7 +21,7 @@ class ModifyInstanceMajorVersionRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'ModifyInstanceMajorVersion','redisa') + RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'ModifyInstanceMajorVersion','kvstore') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -29,17 +29,11 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) - def get_InstanceId(self): - return self.get_query_params().get('InstanceId') - - def set_InstanceId(self,InstanceId): - self.add_query_param('InstanceId',InstanceId) - - def get_MajorVersion(self): - return self.get_query_params().get('MajorVersion') + def get_EffectTime(self): + return self.get_query_params().get('EffectTime') - def set_MajorVersion(self,MajorVersion): - self.add_query_param('MajorVersion',MajorVersion) + def set_EffectTime(self,EffectTime): + self.add_query_param('EffectTime',EffectTime) def get_SecurityToken(self): return self.get_query_params().get('SecurityToken') @@ -47,6 +41,12 @@ def get_SecurityToken(self): def set_SecurityToken(self,SecurityToken): self.add_query_param('SecurityToken',SecurityToken) + def get_MajorVersion(self): + return self.get_query_params().get('MajorVersion') + + def set_MajorVersion(self,MajorVersion): + self.add_query_param('MajorVersion',MajorVersion) + def get_ResourceOwnerAccount(self): return self.get_query_params().get('ResourceOwnerAccount') @@ -65,8 +65,8 @@ def get_OwnerId(self): def set_OwnerId(self,OwnerId): self.add_query_param('OwnerId',OwnerId) - def get_EffectTime(self): - return self.get_query_params().get('EffectTime') + def get_InstanceId(self): + return self.get_query_params().get('InstanceId') - def set_EffectTime(self,EffectTime): - self.add_query_param('EffectTime',EffectTime) \ No newline at end of file + def set_InstanceId(self,InstanceId): + self.add_query_param('InstanceId',InstanceId) \ No newline at end of file diff --git a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/ModifyInstanceMinorVersionRequest.py b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/ModifyInstanceMinorVersionRequest.py index 34c30c2446..f1a83e9b95 100644 --- a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/ModifyInstanceMinorVersionRequest.py +++ b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/ModifyInstanceMinorVersionRequest.py @@ -21,7 +21,7 @@ class ModifyInstanceMinorVersionRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'ModifyInstanceMinorVersion','redisa') + RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'ModifyInstanceMinorVersion','kvstore') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -29,11 +29,11 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) - def get_InstanceId(self): - return self.get_query_params().get('InstanceId') + def get_EffectTime(self): + return self.get_query_params().get('EffectTime') - def set_InstanceId(self,InstanceId): - self.add_query_param('InstanceId',InstanceId) + def set_EffectTime(self,EffectTime): + self.add_query_param('EffectTime',EffectTime) def get_SecurityToken(self): return self.get_query_params().get('SecurityToken') @@ -65,8 +65,8 @@ def get_OwnerId(self): def set_OwnerId(self,OwnerId): self.add_query_param('OwnerId',OwnerId) - def get_EffectTime(self): - return self.get_query_params().get('EffectTime') + def get_InstanceId(self): + return self.get_query_params().get('InstanceId') - def set_EffectTime(self,EffectTime): - self.add_query_param('EffectTime',EffectTime) \ No newline at end of file + def set_InstanceId(self,InstanceId): + self.add_query_param('InstanceId',InstanceId) \ No newline at end of file diff --git a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/ModifyInstanceNetExpireTimeRequest.py b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/ModifyInstanceNetExpireTimeRequest.py index 748fbfa6f9..63a0fb4ba4 100644 --- a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/ModifyInstanceNetExpireTimeRequest.py +++ b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/ModifyInstanceNetExpireTimeRequest.py @@ -21,7 +21,7 @@ class ModifyInstanceNetExpireTimeRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'ModifyInstanceNetExpireTime','redisa') + RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'ModifyInstanceNetExpireTime','kvstore') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -29,11 +29,11 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) - def get_InstanceId(self): - return self.get_query_params().get('InstanceId') + def get_ConnectionString(self): + return self.get_query_params().get('ConnectionString') - def set_InstanceId(self,InstanceId): - self.add_query_param('InstanceId',InstanceId) + def set_ConnectionString(self,ConnectionString): + self.add_query_param('ConnectionString',ConnectionString) def get_SecurityToken(self): return self.get_query_params().get('SecurityToken') @@ -41,24 +41,18 @@ def get_SecurityToken(self): def set_SecurityToken(self,SecurityToken): self.add_query_param('SecurityToken',SecurityToken) - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_ConnectionString(self): - return self.get_query_params().get('ConnectionString') - - def set_ConnectionString(self,ConnectionString): - self.add_query_param('ConnectionString',ConnectionString) - def get_ClassicExpiredDays(self): return self.get_query_params().get('ClassicExpiredDays') def set_ClassicExpiredDays(self,ClassicExpiredDays): self.add_query_param('ClassicExpiredDays',ClassicExpiredDays) + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + def get_OwnerAccount(self): return self.get_query_params().get('OwnerAccount') @@ -69,4 +63,10 @@ def get_OwnerId(self): return self.get_query_params().get('OwnerId') def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) \ No newline at end of file + self.add_query_param('OwnerId',OwnerId) + + def get_InstanceId(self): + return self.get_query_params().get('InstanceId') + + def set_InstanceId(self,InstanceId): + self.add_query_param('InstanceId',InstanceId) \ No newline at end of file diff --git a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/ModifyInstanceSSLRequest.py b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/ModifyInstanceSSLRequest.py index 8a1bb1ec14..92cad84455 100644 --- a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/ModifyInstanceSSLRequest.py +++ b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/ModifyInstanceSSLRequest.py @@ -21,7 +21,7 @@ class ModifyInstanceSSLRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'ModifyInstanceSSL','redisa') + RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'ModifyInstanceSSL','kvstore') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -29,12 +29,6 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) - def get_InstanceId(self): - return self.get_query_params().get('InstanceId') - - def set_InstanceId(self,InstanceId): - self.add_query_param('InstanceId',InstanceId) - def get_SecurityToken(self): return self.get_query_params().get('SecurityToken') @@ -59,6 +53,12 @@ def get_OwnerId(self): def set_OwnerId(self,OwnerId): self.add_query_param('OwnerId',OwnerId) + def get_InstanceId(self): + return self.get_query_params().get('InstanceId') + + def set_InstanceId(self,InstanceId): + self.add_query_param('InstanceId',InstanceId) + def get_SSLEnabled(self): return self.get_query_params().get('SSLEnabled') diff --git a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/ModifyInstanceSpecRequest.py b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/ModifyInstanceSpecRequest.py index fb1c3e04b9..89d0dab7ed 100644 --- a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/ModifyInstanceSpecRequest.py +++ b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/ModifyInstanceSpecRequest.py @@ -21,7 +21,7 @@ class ModifyInstanceSpecRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'ModifyInstanceSpec','redisa') + RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'ModifyInstanceSpec','kvstore') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -29,6 +29,36 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) + def get_CouponNo(self): + return self.get_query_params().get('CouponNo') + + def set_CouponNo(self,CouponNo): + self.add_query_param('CouponNo',CouponNo) + + def get_InstanceClass(self): + return self.get_query_params().get('InstanceClass') + + def set_InstanceClass(self,InstanceClass): + self.add_query_param('InstanceClass',InstanceClass) + + def get_SecurityToken(self): + return self.get_query_params().get('SecurityToken') + + def set_SecurityToken(self,SecurityToken): + self.add_query_param('SecurityToken',SecurityToken) + + def get_EffectiveTime(self): + return self.get_query_params().get('EffectiveTime') + + def set_EffectiveTime(self,EffectiveTime): + self.add_query_param('EffectiveTime',EffectiveTime) + + def get_BusinessInfo(self): + return self.get_query_params().get('BusinessInfo') + + def set_BusinessInfo(self,BusinessInfo): + self.add_query_param('BusinessInfo',BusinessInfo) + def get_AutoPay(self): return self.get_query_params().get('AutoPay') @@ -53,50 +83,20 @@ def get_OwnerAccount(self): def set_OwnerAccount(self,OwnerAccount): self.add_query_param('OwnerAccount',OwnerAccount) - def get_CouponNo(self): - return self.get_query_params().get('CouponNo') - - def set_CouponNo(self,CouponNo): - self.add_query_param('CouponNo',CouponNo) - def get_OwnerId(self): return self.get_query_params().get('OwnerId') def set_OwnerId(self,OwnerId): self.add_query_param('OwnerId',OwnerId) - def get_InstanceClass(self): - return self.get_query_params().get('InstanceClass') - - def set_InstanceClass(self,InstanceClass): - self.add_query_param('InstanceClass',InstanceClass) - def get_InstanceId(self): return self.get_query_params().get('InstanceId') def set_InstanceId(self,InstanceId): self.add_query_param('InstanceId',InstanceId) - def get_SecurityToken(self): - return self.get_query_params().get('SecurityToken') - - def set_SecurityToken(self,SecurityToken): - self.add_query_param('SecurityToken',SecurityToken) - - def get_EffectiveTime(self): - return self.get_query_params().get('EffectiveTime') - - def set_EffectiveTime(self,EffectiveTime): - self.add_query_param('EffectiveTime',EffectiveTime) - def get_ForceUpgrade(self): return self.get_query_params().get('ForceUpgrade') def set_ForceUpgrade(self,ForceUpgrade): - self.add_query_param('ForceUpgrade',ForceUpgrade) - - def get_BusinessInfo(self): - return self.get_query_params().get('BusinessInfo') - - def set_BusinessInfo(self,BusinessInfo): - self.add_query_param('BusinessInfo',BusinessInfo) \ No newline at end of file + self.add_query_param('ForceUpgrade',ForceUpgrade) \ No newline at end of file diff --git a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/ModifyInstanceVPCAuthRequest.py b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/ModifyInstanceVPCAuthRequest.py new file mode 100644 index 0000000000..17b844e8ea --- /dev/null +++ b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/ModifyInstanceVPCAuthRequest.py @@ -0,0 +1,66 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class ModifyInstanceVPCAuthRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'ModifyInstanceVPCAuth','kvstore') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_SecurityToken(self): + return self.get_query_params().get('SecurityToken') + + def set_SecurityToken(self,SecurityToken): + self.add_query_param('SecurityToken',SecurityToken) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_IsVPCAuth(self): + return self.get_query_params().get('IsVPCAuth') + + def set_IsVPCAuth(self,IsVPCAuth): + self.add_query_param('IsVPCAuth',IsVPCAuth) + + def get_InstanceId(self): + return self.get_query_params().get('InstanceId') + + def set_InstanceId(self,InstanceId): + self.add_query_param('InstanceId',InstanceId) \ No newline at end of file diff --git a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/ModifyInstanceVpcAuthModeRequest.py b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/ModifyInstanceVpcAuthModeRequest.py index e5dd81be5b..e2d328d53d 100644 --- a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/ModifyInstanceVpcAuthModeRequest.py +++ b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/ModifyInstanceVpcAuthModeRequest.py @@ -21,7 +21,7 @@ class ModifyInstanceVpcAuthModeRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'ModifyInstanceVpcAuthMode','redisa') + RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'ModifyInstanceVpcAuthMode','kvstore') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -29,18 +29,18 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) - def get_InstanceId(self): - return self.get_query_params().get('InstanceId') - - def set_InstanceId(self,InstanceId): - self.add_query_param('InstanceId',InstanceId) - def get_SecurityToken(self): return self.get_query_params().get('SecurityToken') def set_SecurityToken(self,SecurityToken): self.add_query_param('SecurityToken',SecurityToken) + def get_VpcAuthMode(self): + return self.get_query_params().get('VpcAuthMode') + + def set_VpcAuthMode(self,VpcAuthMode): + self.add_query_param('VpcAuthMode',VpcAuthMode) + def get_ResourceOwnerAccount(self): return self.get_query_params().get('ResourceOwnerAccount') @@ -53,14 +53,14 @@ def get_OwnerAccount(self): def set_OwnerAccount(self,OwnerAccount): self.add_query_param('OwnerAccount',OwnerAccount) - def get_VpcAuthMode(self): - return self.get_query_params().get('VpcAuthMode') - - def set_VpcAuthMode(self,VpcAuthMode): - self.add_query_param('VpcAuthMode',VpcAuthMode) - def get_OwnerId(self): return self.get_query_params().get('OwnerId') def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) \ No newline at end of file + self.add_query_param('OwnerId',OwnerId) + + def get_InstanceId(self): + return self.get_query_params().get('InstanceId') + + def set_InstanceId(self,InstanceId): + self.add_query_param('InstanceId',InstanceId) \ No newline at end of file diff --git a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/ModifyIntranetAttributeRequest.py b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/ModifyIntranetAttributeRequest.py index 0c1bd2e715..b0945c455b 100644 --- a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/ModifyIntranetAttributeRequest.py +++ b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/ModifyIntranetAttributeRequest.py @@ -21,7 +21,7 @@ class ModifyIntranetAttributeRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'ModifyIntranetAttribute','redisa') + RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'ModifyIntranetAttribute','kvstore') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -29,12 +29,6 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) - def get_InstanceId(self): - return self.get_query_params().get('InstanceId') - - def set_InstanceId(self,InstanceId): - self.add_query_param('InstanceId',InstanceId) - def get_SecurityToken(self): return self.get_query_params().get('SecurityToken') @@ -57,4 +51,10 @@ def get_OwnerId(self): return self.get_query_params().get('OwnerId') def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) \ No newline at end of file + self.add_query_param('OwnerId',OwnerId) + + def get_InstanceId(self): + return self.get_query_params().get('InstanceId') + + def set_InstanceId(self,InstanceId): + self.add_query_param('InstanceId',InstanceId) \ No newline at end of file diff --git a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/ModifyReplicaDescriptionRequest.py b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/ModifyReplicaDescriptionRequest.py index c59396dbcf..ed1288f26b 100644 --- a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/ModifyReplicaDescriptionRequest.py +++ b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/ModifyReplicaDescriptionRequest.py @@ -21,7 +21,7 @@ class ModifyReplicaDescriptionRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'ModifyReplicaDescription','redisa') + RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'ModifyReplicaDescription','kvstore') def get_ReplicaDescription(self): return self.get_query_params().get('ReplicaDescription') @@ -41,6 +41,12 @@ def get_SecurityToken(self): def set_SecurityToken(self,SecurityToken): self.add_query_param('SecurityToken',SecurityToken) + def get_ReplicaId(self): + return self.get_query_params().get('ReplicaId') + + def set_ReplicaId(self,ReplicaId): + self.add_query_param('ReplicaId',ReplicaId) + def get_ResourceOwnerAccount(self): return self.get_query_params().get('ResourceOwnerAccount') @@ -53,12 +59,6 @@ def get_OwnerAccount(self): def set_OwnerAccount(self,OwnerAccount): self.add_query_param('OwnerAccount',OwnerAccount) - def get_ReplicaId(self): - return self.get_query_params().get('ReplicaId') - - def set_ReplicaId(self,ReplicaId): - self.add_query_param('ReplicaId',ReplicaId) - def get_OwnerId(self): return self.get_query_params().get('OwnerId') diff --git a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/ModifyReplicaModeRequest.py b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/ModifyReplicaModeRequest.py index 24d637cdc5..f104a260d9 100644 --- a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/ModifyReplicaModeRequest.py +++ b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/ModifyReplicaModeRequest.py @@ -21,7 +21,7 @@ class ModifyReplicaModeRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'ModifyReplicaMode','redisa') + RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'ModifyReplicaMode','kvstore') def get_DomainMode(self): return self.get_query_params().get('DomainMode') @@ -35,24 +35,24 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) - def get_PrimaryInstanceId(self): - return self.get_query_params().get('PrimaryInstanceId') - - def set_PrimaryInstanceId(self,PrimaryInstanceId): - self.add_query_param('PrimaryInstanceId',PrimaryInstanceId) - - def get_ReplicaMode(self): - return self.get_query_params().get('ReplicaMode') - - def set_ReplicaMode(self,ReplicaMode): - self.add_query_param('ReplicaMode',ReplicaMode) - def get_SecurityToken(self): return self.get_query_params().get('SecurityToken') def set_SecurityToken(self,SecurityToken): self.add_query_param('SecurityToken',SecurityToken) + def get_ReplicaId(self): + return self.get_query_params().get('ReplicaId') + + def set_ReplicaId(self,ReplicaId): + self.add_query_param('ReplicaId',ReplicaId) + + def get_PrimaryInstanceId(self): + return self.get_query_params().get('PrimaryInstanceId') + + def set_PrimaryInstanceId(self,PrimaryInstanceId): + self.add_query_param('PrimaryInstanceId',PrimaryInstanceId) + def get_ResourceOwnerAccount(self): return self.get_query_params().get('ResourceOwnerAccount') @@ -65,14 +65,14 @@ def get_OwnerAccount(self): def set_OwnerAccount(self,OwnerAccount): self.add_query_param('OwnerAccount',OwnerAccount) - def get_ReplicaId(self): - return self.get_query_params().get('ReplicaId') - - def set_ReplicaId(self,ReplicaId): - self.add_query_param('ReplicaId',ReplicaId) - def get_OwnerId(self): return self.get_query_params().get('OwnerId') def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) \ No newline at end of file + self.add_query_param('OwnerId',OwnerId) + + def get_ReplicaMode(self): + return self.get_query_params().get('ReplicaMode') + + def set_ReplicaMode(self,ReplicaMode): + self.add_query_param('ReplicaMode',ReplicaMode) \ No newline at end of file diff --git a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/ModifyReplicaRecoveryModeRequest.py b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/ModifyReplicaRecoveryModeRequest.py index fbf620d09d..91e9197779 100644 --- a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/ModifyReplicaRecoveryModeRequest.py +++ b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/ModifyReplicaRecoveryModeRequest.py @@ -21,7 +21,7 @@ class ModifyReplicaRecoveryModeRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'ModifyReplicaRecoveryMode','redisa') + RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'ModifyReplicaRecoveryMode','kvstore') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -35,30 +35,30 @@ def get_SecurityToken(self): def set_SecurityToken(self,SecurityToken): self.add_query_param('SecurityToken',SecurityToken) - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - def get_RecoveryMode(self): return self.get_query_params().get('RecoveryMode') def set_RecoveryMode(self,RecoveryMode): self.add_query_param('RecoveryMode',RecoveryMode) - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - def get_ReplicaId(self): return self.get_query_params().get('ReplicaId') def set_ReplicaId(self,ReplicaId): self.add_query_param('ReplicaId',ReplicaId) + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + def get_OwnerId(self): return self.get_query_params().get('OwnerId') diff --git a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/ModifyReplicaRelationRequest.py b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/ModifyReplicaRelationRequest.py index 4935ba89fa..a928e2b06d 100644 --- a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/ModifyReplicaRelationRequest.py +++ b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/ModifyReplicaRelationRequest.py @@ -21,7 +21,7 @@ class ModifyReplicaRelationRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'ModifyReplicaRelation','redisa') + RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'ModifyReplicaRelation','kvstore') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -35,6 +35,12 @@ def get_SecurityToken(self): def set_SecurityToken(self,SecurityToken): self.add_query_param('SecurityToken',SecurityToken) + def get_ReplicaId(self): + return self.get_query_params().get('ReplicaId') + + def set_ReplicaId(self,ReplicaId): + self.add_query_param('ReplicaId',ReplicaId) + def get_ResourceOwnerAccount(self): return self.get_query_params().get('ResourceOwnerAccount') @@ -47,12 +53,6 @@ def get_OwnerAccount(self): def set_OwnerAccount(self,OwnerAccount): self.add_query_param('OwnerAccount',OwnerAccount) - def get_ReplicaId(self): - return self.get_query_params().get('ReplicaId') - - def set_ReplicaId(self,ReplicaId): - self.add_query_param('ReplicaId',ReplicaId) - def get_OwnerId(self): return self.get_query_params().get('OwnerId') diff --git a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/ModifyReplicaVerificationModeRequest.py b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/ModifyReplicaVerificationModeRequest.py index 67d47efdfb..519ad831bd 100644 --- a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/ModifyReplicaVerificationModeRequest.py +++ b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/ModifyReplicaVerificationModeRequest.py @@ -21,7 +21,7 @@ class ModifyReplicaVerificationModeRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'ModifyReplicaVerificationMode','redisa') + RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'ModifyReplicaVerificationMode','kvstore') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -29,18 +29,24 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) - def get_VerificationMode(self): - return self.get_query_params().get('VerificationMode') - - def set_VerificationMode(self,VerificationMode): - self.add_query_param('VerificationMode',VerificationMode) - def get_SecurityToken(self): return self.get_query_params().get('SecurityToken') def set_SecurityToken(self,SecurityToken): self.add_query_param('SecurityToken',SecurityToken) + def get_ReplicaId(self): + return self.get_query_params().get('ReplicaId') + + def set_ReplicaId(self,ReplicaId): + self.add_query_param('ReplicaId',ReplicaId) + + def get_VerificationMode(self): + return self.get_query_params().get('VerificationMode') + + def set_VerificationMode(self,VerificationMode): + self.add_query_param('VerificationMode',VerificationMode) + def get_ResourceOwnerAccount(self): return self.get_query_params().get('ResourceOwnerAccount') @@ -53,12 +59,6 @@ def get_OwnerAccount(self): def set_OwnerAccount(self,OwnerAccount): self.add_query_param('OwnerAccount',OwnerAccount) - def get_ReplicaId(self): - return self.get_query_params().get('ReplicaId') - - def set_ReplicaId(self,ReplicaId): - self.add_query_param('ReplicaId',ReplicaId) - def get_OwnerId(self): return self.get_query_params().get('OwnerId') diff --git a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/ModifySecurityIpsRequest.py b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/ModifySecurityIpsRequest.py index b0141ef36b..46c45c64f8 100644 --- a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/ModifySecurityIpsRequest.py +++ b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/ModifySecurityIpsRequest.py @@ -21,7 +21,7 @@ class ModifySecurityIpsRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'ModifySecurityIps','redisa') + RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'ModifySecurityIps','kvstore') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -29,6 +29,24 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) + def get_SecurityIps(self): + return self.get_query_params().get('SecurityIps') + + def set_SecurityIps(self,SecurityIps): + self.add_query_param('SecurityIps',SecurityIps) + + def get_SecurityIpGroupName(self): + return self.get_query_params().get('SecurityIpGroupName') + + def set_SecurityIpGroupName(self,SecurityIpGroupName): + self.add_query_param('SecurityIpGroupName',SecurityIpGroupName) + + def get_SecurityToken(self): + return self.get_query_params().get('SecurityToken') + + def set_SecurityToken(self,SecurityToken): + self.add_query_param('SecurityToken',SecurityToken) + def get_ModifyMode(self): return self.get_query_params().get('ModifyMode') @@ -47,36 +65,18 @@ def get_OwnerAccount(self): def set_OwnerAccount(self,OwnerAccount): self.add_query_param('OwnerAccount',OwnerAccount) - def get_SecurityIps(self): - return self.get_query_params().get('SecurityIps') - - def set_SecurityIps(self,SecurityIps): - self.add_query_param('SecurityIps',SecurityIps) - def get_OwnerId(self): return self.get_query_params().get('OwnerId') def set_OwnerId(self,OwnerId): self.add_query_param('OwnerId',OwnerId) - def get_SecurityIpGroupName(self): - return self.get_query_params().get('SecurityIpGroupName') - - def set_SecurityIpGroupName(self,SecurityIpGroupName): - self.add_query_param('SecurityIpGroupName',SecurityIpGroupName) - def get_InstanceId(self): return self.get_query_params().get('InstanceId') def set_InstanceId(self,InstanceId): self.add_query_param('InstanceId',InstanceId) - def get_SecurityToken(self): - return self.get_query_params().get('SecurityToken') - - def set_SecurityToken(self,SecurityToken): - self.add_query_param('SecurityToken',SecurityToken) - def get_SecurityIpGroupAttribute(self): return self.get_query_params().get('SecurityIpGroupAttribute') diff --git a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/QueryTaskRequest.py b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/QueryTaskRequest.py index 8fed75f53e..4e0c2c4c2d 100644 --- a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/QueryTaskRequest.py +++ b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/QueryTaskRequest.py @@ -21,7 +21,7 @@ class QueryTaskRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'QueryTask','redisa') + RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'QueryTask','kvstore') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/ReleaseInstancePublicConnectionRequest.py b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/ReleaseInstancePublicConnectionRequest.py index 3d9da02397..deae822356 100644 --- a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/ReleaseInstancePublicConnectionRequest.py +++ b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/ReleaseInstancePublicConnectionRequest.py @@ -21,7 +21,7 @@ class ReleaseInstancePublicConnectionRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'ReleaseInstancePublicConnection','redisa') + RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'ReleaseInstancePublicConnection','kvstore') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -29,12 +29,6 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) - def get_InstanceId(self): - return self.get_query_params().get('InstanceId') - - def set_InstanceId(self,InstanceId): - self.add_query_param('InstanceId',InstanceId) - def get_SecurityToken(self): return self.get_query_params().get('SecurityToken') @@ -63,4 +57,10 @@ def get_CurrentConnectionString(self): return self.get_query_params().get('CurrentConnectionString') def set_CurrentConnectionString(self,CurrentConnectionString): - self.add_query_param('CurrentConnectionString',CurrentConnectionString) \ No newline at end of file + self.add_query_param('CurrentConnectionString',CurrentConnectionString) + + def get_InstanceId(self): + return self.get_query_params().get('InstanceId') + + def set_InstanceId(self,InstanceId): + self.add_query_param('InstanceId',InstanceId) \ No newline at end of file diff --git a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/ReleaseReplicaRequest.py b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/ReleaseReplicaRequest.py index 677b41eace..6eb457979a 100644 --- a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/ReleaseReplicaRequest.py +++ b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/ReleaseReplicaRequest.py @@ -21,7 +21,7 @@ class ReleaseReplicaRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'ReleaseReplica','redisa') + RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'ReleaseReplica','kvstore') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -35,6 +35,12 @@ def get_SecurityToken(self): def set_SecurityToken(self,SecurityToken): self.add_query_param('SecurityToken',SecurityToken) + def get_ReplicaId(self): + return self.get_query_params().get('ReplicaId') + + def set_ReplicaId(self,ReplicaId): + self.add_query_param('ReplicaId',ReplicaId) + def get_ResourceOwnerAccount(self): return self.get_query_params().get('ResourceOwnerAccount') @@ -47,12 +53,6 @@ def get_OwnerAccount(self): def set_OwnerAccount(self,OwnerAccount): self.add_query_param('OwnerAccount',OwnerAccount) - def get_ReplicaId(self): - return self.get_query_params().get('ReplicaId') - - def set_ReplicaId(self,ReplicaId): - self.add_query_param('ReplicaId',ReplicaId) - def get_OwnerId(self): return self.get_query_params().get('OwnerId') diff --git a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/RenewInstanceRequest.py b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/RenewInstanceRequest.py index b3369a25f5..30dd17536f 100644 --- a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/RenewInstanceRequest.py +++ b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/RenewInstanceRequest.py @@ -21,7 +21,7 @@ class RenewInstanceRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'RenewInstance','redisa') + RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'RenewInstance','kvstore') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -29,6 +29,36 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) + def get_CouponNo(self): + return self.get_query_params().get('CouponNo') + + def set_CouponNo(self,CouponNo): + self.add_query_param('CouponNo',CouponNo) + + def get_InstanceClass(self): + return self.get_query_params().get('InstanceClass') + + def set_InstanceClass(self,InstanceClass): + self.add_query_param('InstanceClass',InstanceClass) + + def get_Capacity(self): + return self.get_query_params().get('Capacity') + + def set_Capacity(self,Capacity): + self.add_query_param('Capacity',Capacity) + + def get_SecurityToken(self): + return self.get_query_params().get('SecurityToken') + + def set_SecurityToken(self,SecurityToken): + self.add_query_param('SecurityToken',SecurityToken) + + def get_BusinessInfo(self): + return self.get_query_params().get('BusinessInfo') + + def set_BusinessInfo(self,BusinessInfo): + self.add_query_param('BusinessInfo',BusinessInfo) + def get_Period(self): return self.get_query_params().get('Period') @@ -59,50 +89,20 @@ def get_OwnerAccount(self): def set_OwnerAccount(self,OwnerAccount): self.add_query_param('OwnerAccount',OwnerAccount) - def get_CouponNo(self): - return self.get_query_params().get('CouponNo') - - def set_CouponNo(self,CouponNo): - self.add_query_param('CouponNo',CouponNo) - def get_OwnerId(self): return self.get_query_params().get('OwnerId') def set_OwnerId(self,OwnerId): self.add_query_param('OwnerId',OwnerId) - def get_InstanceClass(self): - return self.get_query_params().get('InstanceClass') - - def set_InstanceClass(self,InstanceClass): - self.add_query_param('InstanceClass',InstanceClass) - - def get_Capacity(self): - return self.get_query_params().get('Capacity') - - def set_Capacity(self,Capacity): - self.add_query_param('Capacity',Capacity) - def get_InstanceId(self): return self.get_query_params().get('InstanceId') def set_InstanceId(self,InstanceId): self.add_query_param('InstanceId',InstanceId) - def get_SecurityToken(self): - return self.get_query_params().get('SecurityToken') - - def set_SecurityToken(self,SecurityToken): - self.add_query_param('SecurityToken',SecurityToken) - def get_ForceUpgrade(self): return self.get_query_params().get('ForceUpgrade') def set_ForceUpgrade(self,ForceUpgrade): - self.add_query_param('ForceUpgrade',ForceUpgrade) - - def get_BusinessInfo(self): - return self.get_query_params().get('BusinessInfo') - - def set_BusinessInfo(self,BusinessInfo): - self.add_query_param('BusinessInfo',BusinessInfo) \ No newline at end of file + self.add_query_param('ForceUpgrade',ForceUpgrade) \ No newline at end of file diff --git a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/RenewMultiInstanceRequest.py b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/RenewMultiInstanceRequest.py index 9c704eecd1..bfdd67f29c 100644 --- a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/RenewMultiInstanceRequest.py +++ b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/RenewMultiInstanceRequest.py @@ -21,7 +21,7 @@ class RenewMultiInstanceRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'RenewMultiInstance','redisa') + RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'RenewMultiInstance','kvstore') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -29,6 +29,24 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) + def get_CouponNo(self): + return self.get_query_params().get('CouponNo') + + def set_CouponNo(self,CouponNo): + self.add_query_param('CouponNo',CouponNo) + + def get_SecurityToken(self): + return self.get_query_params().get('SecurityToken') + + def set_SecurityToken(self,SecurityToken): + self.add_query_param('SecurityToken',SecurityToken) + + def get_BusinessInfo(self): + return self.get_query_params().get('BusinessInfo') + + def set_BusinessInfo(self,BusinessInfo): + self.add_query_param('BusinessInfo',BusinessInfo) + def get_Period(self): return self.get_query_params().get('Period') @@ -59,32 +77,14 @@ def get_OwnerAccount(self): def set_OwnerAccount(self,OwnerAccount): self.add_query_param('OwnerAccount',OwnerAccount) - def get_CouponNo(self): - return self.get_query_params().get('CouponNo') - - def set_CouponNo(self,CouponNo): - self.add_query_param('CouponNo',CouponNo) - def get_OwnerId(self): return self.get_query_params().get('OwnerId') def set_OwnerId(self,OwnerId): self.add_query_param('OwnerId',OwnerId) - def get_SecurityToken(self): - return self.get_query_params().get('SecurityToken') - - def set_SecurityToken(self,SecurityToken): - self.add_query_param('SecurityToken',SecurityToken) - def get_InstanceIds(self): return self.get_query_params().get('InstanceIds') def set_InstanceIds(self,InstanceIds): - self.add_query_param('InstanceIds',InstanceIds) - - def get_BusinessInfo(self): - return self.get_query_params().get('BusinessInfo') - - def set_BusinessInfo(self,BusinessInfo): - self.add_query_param('BusinessInfo',BusinessInfo) \ No newline at end of file + self.add_query_param('InstanceIds',InstanceIds) \ No newline at end of file diff --git a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/ResetAccountPasswordRequest.py b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/ResetAccountPasswordRequest.py index c9fba461fc..909c5d39bc 100644 --- a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/ResetAccountPasswordRequest.py +++ b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/ResetAccountPasswordRequest.py @@ -21,7 +21,7 @@ class ResetAccountPasswordRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'ResetAccountPassword','redisa') + RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'ResetAccountPassword','kvstore') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -29,18 +29,6 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) - def get_AccountPassword(self): - return self.get_query_params().get('AccountPassword') - - def set_AccountPassword(self,AccountPassword): - self.add_query_param('AccountPassword',AccountPassword) - - def get_InstanceId(self): - return self.get_query_params().get('InstanceId') - - def set_InstanceId(self,InstanceId): - self.add_query_param('InstanceId',InstanceId) - def get_AccountName(self): return self.get_query_params().get('AccountName') @@ -69,4 +57,16 @@ def get_OwnerId(self): return self.get_query_params().get('OwnerId') def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) \ No newline at end of file + self.add_query_param('OwnerId',OwnerId) + + def get_AccountPassword(self): + return self.get_query_params().get('AccountPassword') + + def set_AccountPassword(self,AccountPassword): + self.add_query_param('AccountPassword',AccountPassword) + + def get_InstanceId(self): + return self.get_query_params().get('InstanceId') + + def set_InstanceId(self,InstanceId): + self.add_query_param('InstanceId',InstanceId) \ No newline at end of file diff --git a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/ResetAccountRequest.py b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/ResetAccountRequest.py index ff53c8e61b..bac64b61e1 100644 --- a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/ResetAccountRequest.py +++ b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/ResetAccountRequest.py @@ -21,7 +21,7 @@ class ResetAccountRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'ResetAccount','redisa') + RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'ResetAccount','kvstore') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -29,18 +29,6 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) - def get_AccountPassword(self): - return self.get_query_params().get('AccountPassword') - - def set_AccountPassword(self,AccountPassword): - self.add_query_param('AccountPassword',AccountPassword) - - def get_InstanceId(self): - return self.get_query_params().get('InstanceId') - - def set_InstanceId(self,InstanceId): - self.add_query_param('InstanceId',InstanceId) - def get_AccountName(self): return self.get_query_params().get('AccountName') @@ -69,4 +57,16 @@ def get_OwnerId(self): return self.get_query_params().get('OwnerId') def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) \ No newline at end of file + self.add_query_param('OwnerId',OwnerId) + + def get_AccountPassword(self): + return self.get_query_params().get('AccountPassword') + + def set_AccountPassword(self,AccountPassword): + self.add_query_param('AccountPassword',AccountPassword) + + def get_InstanceId(self): + return self.get_query_params().get('InstanceId') + + def set_InstanceId(self,InstanceId): + self.add_query_param('InstanceId',InstanceId) \ No newline at end of file diff --git a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/RestartInstanceRequest.py b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/RestartInstanceRequest.py index cf9b4087f5..9525709be4 100644 --- a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/RestartInstanceRequest.py +++ b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/RestartInstanceRequest.py @@ -21,7 +21,7 @@ class RestartInstanceRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'RestartInstance','redisa') + RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'RestartInstance','kvstore') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -29,30 +29,24 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) - def get_InstanceId(self): - return self.get_query_params().get('InstanceId') - - def set_InstanceId(self,InstanceId): - self.add_query_param('InstanceId',InstanceId) - def get_SecurityToken(self): return self.get_query_params().get('SecurityToken') def set_SecurityToken(self,SecurityToken): self.add_query_param('SecurityToken',SecurityToken) - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - def get_EffectiveTime(self): return self.get_query_params().get('EffectiveTime') def set_EffectiveTime(self,EffectiveTime): self.add_query_param('EffectiveTime',EffectiveTime) + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + def get_OwnerAccount(self): return self.get_query_params().get('OwnerAccount') @@ -63,4 +57,10 @@ def get_OwnerId(self): return self.get_query_params().get('OwnerId') def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) \ No newline at end of file + self.add_query_param('OwnerId',OwnerId) + + def get_InstanceId(self): + return self.get_query_params().get('InstanceId') + + def set_InstanceId(self,InstanceId): + self.add_query_param('InstanceId',InstanceId) \ No newline at end of file diff --git a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/RestoreInstanceRequest.py b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/RestoreInstanceRequest.py index eddfd688fa..a5da69d483 100644 --- a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/RestoreInstanceRequest.py +++ b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/RestoreInstanceRequest.py @@ -21,7 +21,7 @@ class RestoreInstanceRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'RestoreInstance','redisa') + RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'RestoreInstance','kvstore') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -29,12 +29,6 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) - def get_InstanceId(self): - return self.get_query_params().get('InstanceId') - - def set_InstanceId(self,InstanceId): - self.add_query_param('InstanceId',InstanceId) - def get_SecurityToken(self): return self.get_query_params().get('SecurityToken') @@ -63,4 +57,10 @@ def get_OwnerId(self): return self.get_query_params().get('OwnerId') def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) \ No newline at end of file + self.add_query_param('OwnerId',OwnerId) + + def get_InstanceId(self): + return self.get_query_params().get('InstanceId') + + def set_InstanceId(self,InstanceId): + self.add_query_param('InstanceId',InstanceId) \ No newline at end of file diff --git a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/RestoreSnapshotRequest.py b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/RestoreSnapshotRequest.py index b04279249f..8f2b7184f3 100644 --- a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/RestoreSnapshotRequest.py +++ b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/RestoreSnapshotRequest.py @@ -21,7 +21,7 @@ class RestoreSnapshotRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'RestoreSnapshot','redisa') + RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'RestoreSnapshot','kvstore') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/RevokeAccountPrivilegeRequest.py b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/RevokeAccountPrivilegeRequest.py index 0a14ac02a6..dca0d80ea4 100644 --- a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/RevokeAccountPrivilegeRequest.py +++ b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/RevokeAccountPrivilegeRequest.py @@ -21,7 +21,7 @@ class RevokeAccountPrivilegeRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'RevokeAccountPrivilege','redisa') + RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'RevokeAccountPrivilege','kvstore') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -29,12 +29,6 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) - def get_InstanceId(self): - return self.get_query_params().get('InstanceId') - - def set_InstanceId(self,InstanceId): - self.add_query_param('InstanceId',InstanceId) - def get_AccountName(self): return self.get_query_params().get('AccountName') @@ -63,4 +57,10 @@ def get_OwnerId(self): return self.get_query_params().get('OwnerId') def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) \ No newline at end of file + self.add_query_param('OwnerId',OwnerId) + + def get_InstanceId(self): + return self.get_query_params().get('InstanceId') + + def set_InstanceId(self,InstanceId): + self.add_query_param('InstanceId',InstanceId) \ No newline at end of file diff --git a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/SetSnapshotSettingsRequest.py b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/SetSnapshotSettingsRequest.py index 51df996aa7..12dce2648e 100644 --- a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/SetSnapshotSettingsRequest.py +++ b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/SetSnapshotSettingsRequest.py @@ -21,7 +21,7 @@ class SetSnapshotSettingsRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'SetSnapshotSettings','redisa') + RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'SetSnapshotSettings','kvstore') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/SwitchNetworkRequest.py b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/SwitchNetworkRequest.py index 48d398c556..92d3fa7a98 100644 --- a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/SwitchNetworkRequest.py +++ b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/SwitchNetworkRequest.py @@ -21,7 +21,7 @@ class SwitchNetworkRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'SwitchNetwork','redisa') + RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'SwitchNetwork','kvstore') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -29,6 +29,18 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) + def get_SecurityToken(self): + return self.get_query_params().get('SecurityToken') + + def set_SecurityToken(self,SecurityToken): + self.add_query_param('SecurityToken',SecurityToken) + + def get_ClassicExpiredDays(self): + return self.get_query_params().get('ClassicExpiredDays') + + def set_ClassicExpiredDays(self,ClassicExpiredDays): + self.add_query_param('ClassicExpiredDays',ClassicExpiredDays) + def get_ResourceOwnerAccount(self): return self.get_query_params().get('ResourceOwnerAccount') @@ -59,12 +71,6 @@ def get_InstanceId(self): def set_InstanceId(self,InstanceId): self.add_query_param('InstanceId',InstanceId) - def get_SecurityToken(self): - return self.get_query_params().get('SecurityToken') - - def set_SecurityToken(self,SecurityToken): - self.add_query_param('SecurityToken',SecurityToken) - def get_TargetNetworkType(self): return self.get_query_params().get('TargetNetworkType') @@ -77,12 +83,6 @@ def get_RetainClassic(self): def set_RetainClassic(self,RetainClassic): self.add_query_param('RetainClassic',RetainClassic) - def get_ClassicExpiredDays(self): - return self.get_query_params().get('ClassicExpiredDays') - - def set_ClassicExpiredDays(self,ClassicExpiredDays): - self.add_query_param('ClassicExpiredDays',ClassicExpiredDays) - def get_VpcId(self): return self.get_query_params().get('VpcId') diff --git a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/SwitchTempInstanceRequest.py b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/SwitchTempInstanceRequest.py index 07c305228f..9f0c2670dd 100644 --- a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/SwitchTempInstanceRequest.py +++ b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/SwitchTempInstanceRequest.py @@ -21,7 +21,7 @@ class SwitchTempInstanceRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'SwitchTempInstance','redisa') + RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'SwitchTempInstance','kvstore') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/TagResourcesRequest.py b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/TagResourcesRequest.py index 95caeb49e1..c2b37b08ab 100644 --- a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/TagResourcesRequest.py +++ b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/TagResourcesRequest.py @@ -21,7 +21,7 @@ class TagResourcesRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'TagResources','redisa') + RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'TagResources','kvstore') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -29,6 +29,17 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) + def get_Tags(self): + return self.get_query_params().get('Tags') + + def set_Tags(self,Tags): + for i in range(len(Tags)): + if Tags[i].get('Value') is not None: + self.add_query_param('Tag.' + str(i + 1) + '.Value' , Tags[i].get('Value')) + if Tags[i].get('Key') is not None: + self.add_query_param('Tag.' + str(i + 1) + '.Key' , Tags[i].get('Key')) + + def get_ResourceIds(self): return self.get_query_params().get('ResourceIds') @@ -49,17 +60,6 @@ def get_OwnerAccount(self): def set_OwnerAccount(self,OwnerAccount): self.add_query_param('OwnerAccount',OwnerAccount) - def get_Tags(self): - return self.get_query_params().get('Tags') - - def set_Tags(self,Tags): - for i in range(len(Tags)): - if Tags[i].get('Value') is not None: - self.add_query_param('Tag.' + str(i + 1) + '.Value' , Tags[i].get('Value')) - if Tags[i].get('Key') is not None: - self.add_query_param('Tag.' + str(i + 1) + '.Key' , Tags[i].get('Key')) - - def get_OwnerId(self): return self.get_query_params().get('OwnerId') diff --git a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/TransformToPrePaidRequest.py b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/TransformToPrePaidRequest.py index a106206ad1..105d1cce07 100644 --- a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/TransformToPrePaidRequest.py +++ b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/TransformToPrePaidRequest.py @@ -21,7 +21,7 @@ class TransformToPrePaidRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'TransformToPrePaid','redisa') + RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'TransformToPrePaid','kvstore') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -29,18 +29,18 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) + def get_SecurityToken(self): + return self.get_query_params().get('SecurityToken') + + def set_SecurityToken(self,SecurityToken): + self.add_query_param('SecurityToken',SecurityToken) + def get_Period(self): return self.get_query_params().get('Period') def set_Period(self,Period): self.add_query_param('Period',Period) - def get_InstanceId(self): - return self.get_query_params().get('InstanceId') - - def set_InstanceId(self,InstanceId): - self.add_query_param('InstanceId',InstanceId) - def get_AutoPay(self): return self.get_query_params().get('AutoPay') @@ -53,12 +53,6 @@ def get_FromApp(self): def set_FromApp(self,FromApp): self.add_query_param('FromApp',FromApp) - def get_SecurityToken(self): - return self.get_query_params().get('SecurityToken') - - def set_SecurityToken(self,SecurityToken): - self.add_query_param('SecurityToken',SecurityToken) - def get_ResourceOwnerAccount(self): return self.get_query_params().get('ResourceOwnerAccount') @@ -75,4 +69,10 @@ def get_OwnerId(self): return self.get_query_params().get('OwnerId') def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) \ No newline at end of file + self.add_query_param('OwnerId',OwnerId) + + def get_InstanceId(self): + return self.get_query_params().get('InstanceId') + + def set_InstanceId(self,InstanceId): + self.add_query_param('InstanceId',InstanceId) \ No newline at end of file diff --git a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/UnlinkReplicaInstanceRequest.py b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/UnlinkReplicaInstanceRequest.py index c1db690d1e..0a0c0b3ff2 100644 --- a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/UnlinkReplicaInstanceRequest.py +++ b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/UnlinkReplicaInstanceRequest.py @@ -21,7 +21,7 @@ class UnlinkReplicaInstanceRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'UnlinkReplicaInstance','redisa') + RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'UnlinkReplicaInstance','kvstore') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -29,18 +29,18 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) - def get_InstanceId(self): - return self.get_query_params().get('InstanceId') - - def set_InstanceId(self,InstanceId): - self.add_query_param('InstanceId',InstanceId) - def get_SecurityToken(self): return self.get_query_params().get('SecurityToken') def set_SecurityToken(self,SecurityToken): self.add_query_param('SecurityToken',SecurityToken) + def get_ReplicaId(self): + return self.get_query_params().get('ReplicaId') + + def set_ReplicaId(self,ReplicaId): + self.add_query_param('ReplicaId',ReplicaId) + def get_ResourceOwnerAccount(self): return self.get_query_params().get('ResourceOwnerAccount') @@ -53,14 +53,14 @@ def get_OwnerAccount(self): def set_OwnerAccount(self,OwnerAccount): self.add_query_param('OwnerAccount',OwnerAccount) - def get_ReplicaId(self): - return self.get_query_params().get('ReplicaId') - - def set_ReplicaId(self,ReplicaId): - self.add_query_param('ReplicaId',ReplicaId) - def get_OwnerId(self): return self.get_query_params().get('OwnerId') def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) \ No newline at end of file + self.add_query_param('OwnerId',OwnerId) + + def get_InstanceId(self): + return self.get_query_params().get('InstanceId') + + def set_InstanceId(self,InstanceId): + self.add_query_param('InstanceId',InstanceId) \ No newline at end of file diff --git a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/UntagResourcesRequest.py b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/UntagResourcesRequest.py index 732b9123f1..d53d9b7b99 100644 --- a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/UntagResourcesRequest.py +++ b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/UntagResourcesRequest.py @@ -21,13 +21,7 @@ class UntagResourcesRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'UntagResources','redisa') - - def get_All(self): - return self.get_query_params().get('All') - - def set_All(self,All): - self.add_query_param('All',All) + RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'UntagResources','kvstore') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -35,6 +29,12 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) + def get_All(self): + return self.get_query_params().get('All') + + def set_All(self,All): + self.add_query_param('All',All) + def get_ResourceIds(self): return self.get_query_params().get('ResourceIds') @@ -61,16 +61,16 @@ def get_OwnerId(self): def set_OwnerId(self,OwnerId): self.add_query_param('OwnerId',OwnerId) + def get_ResourceType(self): + return self.get_query_params().get('ResourceType') + + def set_ResourceType(self,ResourceType): + self.add_query_param('ResourceType',ResourceType) + def get_TagKeys(self): return self.get_query_params().get('TagKeys') def set_TagKeys(self,TagKeys): for i in range(len(TagKeys)): if TagKeys[i] is not None: - self.add_query_param('TagKey.' + str(i + 1) , TagKeys[i]); - - def get_ResourceType(self): - return self.get_query_params().get('ResourceType') - - def set_ResourceType(self,ResourceType): - self.add_query_param('ResourceType',ResourceType) \ No newline at end of file + self.add_query_param('TagKey.' + str(i + 1) , TagKeys[i]); \ No newline at end of file diff --git a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/VerifyPasswordRequest.py b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/VerifyPasswordRequest.py index 65b10c22fb..6c3d94f8ab 100644 --- a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/VerifyPasswordRequest.py +++ b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/VerifyPasswordRequest.py @@ -21,7 +21,7 @@ class VerifyPasswordRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'VerifyPassword','redisa') + RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'VerifyPassword','kvstore') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -35,12 +35,6 @@ def get_Password(self): def set_Password(self,Password): self.add_query_param('Password',Password) - def get_InstanceId(self): - return self.get_query_params().get('InstanceId') - - def set_InstanceId(self,InstanceId): - self.add_query_param('InstanceId',InstanceId) - def get_SecurityToken(self): return self.get_query_params().get('SecurityToken') @@ -63,4 +57,10 @@ def get_OwnerId(self): return self.get_query_params().get('OwnerId') def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) \ No newline at end of file + self.add_query_param('OwnerId',OwnerId) + + def get_InstanceId(self): + return self.get_query_params().get('InstanceId') + + def set_InstanceId(self,InstanceId): + self.add_query_param('InstanceId',InstanceId) \ No newline at end of file From 99630aa6681f3e907efa25a5e39155222dbd4f45 Mon Sep 17 00:00:00 2001 From: sdk-team Date: Tue, 28 May 2019 15:12:36 +0800 Subject: [PATCH 085/282] =?UTF-8?q?=E6=B5=8B=E8=AF=95=E5=8F=91=E5=B8=83?= =?UTF-8?q?=E4=BA=91=E7=9B=BE=201.0.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- aliyun-python-sdk-yundun/ChangeLog.txt | 3 +++ aliyun-python-sdk-yundun/aliyunsdkyundun/__init__.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/aliyun-python-sdk-yundun/ChangeLog.txt b/aliyun-python-sdk-yundun/ChangeLog.txt index 46fe630554..3b2891e480 100644 --- a/aliyun-python-sdk-yundun/ChangeLog.txt +++ b/aliyun-python-sdk-yundun/ChangeLog.txt @@ -1,3 +1,6 @@ +2019-05-28 Version: 1.0.1 +测试发布云盾 1.0.1 + 2019-05-28 Version: 1.0.0 测试发布云盾 1.0.0 版本 diff --git a/aliyun-python-sdk-yundun/aliyunsdkyundun/__init__.py b/aliyun-python-sdk-yundun/aliyunsdkyundun/__init__.py index 75977e6f41..6c4c011435 100644 --- a/aliyun-python-sdk-yundun/aliyunsdkyundun/__init__.py +++ b/aliyun-python-sdk-yundun/aliyunsdkyundun/__init__.py @@ -1 +1 @@ -__version__ = '1.0.0' \ No newline at end of file +__version__ = '1.0.1' \ No newline at end of file From cdd80db3a2a8011c4f64238b435936d08ed75f29 Mon Sep 17 00:00:00 2001 From: sdk-team Date: Tue, 28 May 2019 16:29:59 +0800 Subject: [PATCH 086/282] =?UTF-8?q?=E6=B5=8B=E8=AF=95=E5=8F=91=E5=B8=83=20?= =?UTF-8?q?1.0.17?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- aliyun-python-sdk-arms/ChangeLog.txt | 3 +++ aliyun-python-sdk-arms/aliyunsdkarms/__init__.py | 2 +- .../aliyunsdkarms/request/v20160804/ArmsQueryDataSetRequest.py | 2 +- aliyun-python-sdk-arms/setup.py | 2 +- 4 files changed, 6 insertions(+), 3 deletions(-) diff --git a/aliyun-python-sdk-arms/ChangeLog.txt b/aliyun-python-sdk-arms/ChangeLog.txt index a56e548ef1..19922135e8 100644 --- a/aliyun-python-sdk-arms/ChangeLog.txt +++ b/aliyun-python-sdk-arms/ChangeLog.txt @@ -1,3 +1,6 @@ +2019-05-28 Version: 1.0.17 +测试发布 1.0.17 + 2019-05-22 Version: 1.0.1 1. 测试 github 发布 3 大家快来看看 diff --git a/aliyun-python-sdk-arms/aliyunsdkarms/__init__.py b/aliyun-python-sdk-arms/aliyunsdkarms/__init__.py index 6c4c011435..10523b2759 100644 --- a/aliyun-python-sdk-arms/aliyunsdkarms/__init__.py +++ b/aliyun-python-sdk-arms/aliyunsdkarms/__init__.py @@ -1 +1 @@ -__version__ = '1.0.1' \ No newline at end of file +__version__ = '1.0.17' \ No newline at end of file diff --git a/aliyun-python-sdk-arms/aliyunsdkarms/request/v20160804/ArmsQueryDataSetRequest.py b/aliyun-python-sdk-arms/aliyunsdkarms/request/v20160804/ArmsQueryDataSetRequest.py index d16e174da4..6a086fe816 100644 --- a/aliyun-python-sdk-arms/aliyunsdkarms/request/v20160804/ArmsQueryDataSetRequest.py +++ b/aliyun-python-sdk-arms/aliyunsdkarms/request/v20160804/ArmsQueryDataSetRequest.py @@ -21,7 +21,7 @@ class ArmsQueryDataSetRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'ARMS', '2016-08-04', 'ArmsQueryDataSet') + RpcRequest.__init__(self, 'ARMS', '2016-08-04', 'ArmsQueryDataSet','arms') def get_DateStr(self): return self.get_query_params().get('DateStr') diff --git a/aliyun-python-sdk-arms/setup.py b/aliyun-python-sdk-arms/setup.py index eeeac0cc97..4f4a07839f 100644 --- a/aliyun-python-sdk-arms/setup.py +++ b/aliyun-python-sdk-arms/setup.py @@ -31,7 +31,7 @@ """ PACKAGE = "aliyunsdkarms" -NAME = "aliyun-python-sdk-arms-test" +NAME = "aliyun-python-sdk-arms" DESCRIPTION = "The arms module of Aliyun Python sdk." AUTHOR = "Aliyun" AUTHOR_EMAIL = "aliyun-developers-efficiency@list.alibaba-inc.com" From e1f3d5dc173100f26f2a4b3ad96df0f6710c50d0 Mon Sep 17 00:00:00 2001 From: sdk-team Date: Tue, 28 May 2019 20:30:01 +0800 Subject: [PATCH 087/282] =?UTF-8?q?=E6=B5=8B=E8=AF=95=E5=8F=91=E5=B8=83=20?= =?UTF-8?q?1.0.18?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- aliyun-python-sdk-arms/ChangeLog.txt | 3 +++ aliyun-python-sdk-arms/aliyunsdkarms/__init__.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/aliyun-python-sdk-arms/ChangeLog.txt b/aliyun-python-sdk-arms/ChangeLog.txt index 19922135e8..a2835900e5 100644 --- a/aliyun-python-sdk-arms/ChangeLog.txt +++ b/aliyun-python-sdk-arms/ChangeLog.txt @@ -1,3 +1,6 @@ +2019-05-28 Version: 1.0.18 +测试发布 1.0.18 + 2019-05-28 Version: 1.0.17 测试发布 1.0.17 diff --git a/aliyun-python-sdk-arms/aliyunsdkarms/__init__.py b/aliyun-python-sdk-arms/aliyunsdkarms/__init__.py index 10523b2759..8cf732be4d 100644 --- a/aliyun-python-sdk-arms/aliyunsdkarms/__init__.py +++ b/aliyun-python-sdk-arms/aliyunsdkarms/__init__.py @@ -1 +1 @@ -__version__ = '1.0.17' \ No newline at end of file +__version__ = '1.0.18' \ No newline at end of file From 8afb3b9864e276f9b3ee4064709ea0e1591c8648 Mon Sep 17 00:00:00 2001 From: sdk-team Date: Wed, 29 May 2019 16:49:21 +0800 Subject: [PATCH 088/282] =?UTF-8?q?=E6=B5=8B=E8=AF=95=E5=8F=91=E5=B8=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- aliyun-python-sdk-rds/ChangeLog.txt | 3 + .../DescribeDBInstanceClassListRequest.py | 2 +- .../request/v20130528/CreateAccountRequest.py | 2 +- .../request/v20130528/CreateBackupRequest.py | 2 +- .../v20130528/CreateChildDBInstanceRequest.py | 2 +- .../v20130528/CreateDBInstanceRequest.py | 2 +- .../v20130528/CreateDatabaseRequest.py | 2 +- .../v20130528/CreateGuardDBInstanceRequest.py | 2 +- .../CreateImportDataUploadRequest.py | 2 +- .../request/v20130528/DeleteAccountRequest.py | 2 +- .../v20130528/DeleteChildInstanceRequest.py | 2 +- .../v20130528/DeleteDBInstanceRequest.py | 2 +- .../v20130528/DeleteDatabaseRequest.py | 2 +- .../v20130528/DescribeAccountsRequest.py | 2 +- .../v20130528/DescribeBackupsRequest.py | 2 +- .../v20130528/DescribeBinlogFilesRequest.py | 2 +- .../DescribeDBInstanceClassesRequest.py | 2 +- .../DescribeDBInstancePerformanceRequest.py | 2 +- .../v20130528/DescribeDBInstancesRequest.py | 2 +- .../v20130528/DescribeDataFilesRequest.py | 2 +- .../v20130528/DescribeDatabasesRequest.py | 2 +- .../v20130528/DescribeErrorLogsRequest.py | 2 +- .../DescribeParameterTemplatesRequest.py | 2 +- .../v20130528/DescribeParametersRequest.py | 2 +- .../v20130528/DescribeResourceUsageRequest.py | 2 +- .../v20130528/DescribeSQLLogRecordsRequest.py | 2 +- .../v20130528/DescribeSQLLogReportsRequest.py | 2 +- .../v20130528/DescribeSecurityIpsRequest.py | 2 +- .../DescribeSlowLogRecordsRequest.py | 2 +- .../v20130528/DescribeSlowLogsRequest.py | 2 +- .../DescribeSwitchDBInstanceListRequest.py | 2 +- .../v20130528/GrantAccountPrivilegeRequest.py | 2 +- .../request/v20130528/ImportDataRequest.py | 2 +- .../request/v20130528/MigratingDBRequest.py | 2 +- .../ModifyAccountAttributeRequest.py | 2 +- .../ModifyDBInstanceAttributeRequest.py | 2 +- .../v20130528/ModifyParameterRequest.py | 2 +- .../v20130528/ModifySecurityIpsRequest.py | 2 +- .../QueryShareDBInstancesServiceRequest.py | 2 +- .../v20130528/RestartDBInstanceRequest.py | 2 +- .../v20130528/RestoreDBInstanceRequest.py | 2 +- .../RevokeAccountPrivilegeRequest.py | 2 +- .../SwitchDBInstanceNetTypeRequest.py | 2 +- .../v20130528/SwitchDBInstanceRequest.py | 2 +- .../AddBuDBInstanceRelationRequest.py | 2 +- .../v20140815/AddTagsToResourceRequest.py | 2 +- .../AllocateClassicNetworkTypeRequest.py | 2 +- .../AllocateCloudInstanceIpRequest.py | 2 +- ...llocateInstancePrivateConnectionRequest.py | 2 +- ...AllocateInstancePublicConnectionRequest.py | 2 +- .../AllocateInstanceVpcNetworkTypeRequest.py | 2 +- ...cateReadWriteSplittingConnectionRequest.py | 2 +- .../BatchGrantAccountPrivilegeRequest.py | 2 +- .../BatchRevokeAccountPrivilegeRequest.py | 2 +- .../CalculateDBInstanceWeightRequest.py | 2 +- .../request/v20140815/CancelImportRequest.py | 2 +- .../CheckAccountNameAvailableRequest.py | 2 +- .../CheckCloudResourceAuthorizedRequest.py | 2 +- .../v20140815/CheckDBInstancesRequest.py | 2 +- .../v20140815/CheckDBNameAvailableRequest.py | 2 +- .../v20140815/CheckInstanceExistRequest.py | 2 +- .../v20140815/CheckInstanceExsitRequest.py | 2 +- .../CheckRecoveryConditionsRequest.py | 2 +- .../request/v20140815/CheckResourceRequest.py | 2 +- .../CheckSqlLogHistoryEnableRequest.py | 2 +- .../CloneDBInstanceForSecurityRequest.py | 2 +- .../v20140815/CloneDBInstanceRequest.py | 2 +- .../v20140815/CloneParameterGroupRequest.py | 2 +- .../CompensateInstanceForChannelRequest.py | 2 +- .../CopyDatabaseBetweenInstancesRequest.py | 2 +- .../request/v20140815/CopyDatabaseRequest.py | 2 +- .../v20140815/CreateAccountForInnerRequest.py | 2 +- .../request/v20140815/CreateAccountRequest.py | 2 +- .../v20140815/CreateAdminAccountRequest.py | 2 +- .../request/v20140815/CreateBackupRequest.py | 2 +- .../CreateDBInstanceForChannelRequest.py | 2 +- .../CreateDBInstanceReplicaRequest.py | 2 +- .../v20140815/CreateDBInstanceRequest.py | 148 ++++++++++-------- .../CreateDBInstanceforFirstPayRequest.py | 2 +- .../v20140815/CreateDampPolicyRequest.py | 2 +- .../CreateDatabaseForInnerRequest.py | 2 +- .../v20140815/CreateDatabaseRequest.py | 2 +- .../CreateDiagnosticReportRequest.py | 2 +- .../v20140815/CreateFCTriggerRequest.py | 2 +- .../CreateMigrateTaskForSQLServerRequest.py | 2 +- .../v20140815/CreateMigrateTaskRequest.py | 2 +- .../v20140815/CreateMulOrderForBuyRequest.py | 2 +- .../CreateMulOrderForDeferRequest.py | 2 +- .../CreateOnlineDatabaseTaskRequest.py | 2 +- .../CreateOpenSearchDBInstanceRequest.py | 2 +- .../v20140815/CreateOrderForCloneRequest.py | 2 +- .../v20140815/CreateOrderForDeferRequest.py | 2 +- .../v20140815/CreateOrderForDegradeRequest.py | 2 +- .../v20140815/CreateOrderForModifyRequest.py | 2 +- .../v20140815/CreateOrderForRebuildRequest.py | 2 +- .../CreateOrderForTempUpgradeRequest.py | 2 +- .../request/v20140815/CreateOrderRequest.py | 2 +- .../v20140815/CreateParameterGroupRequest.py | 2 +- .../CreatePolicyWithSpecifiedPolicyRequest.py | 2 +- ...eatePostpaidDBInstanceForChannelRequest.py | 2 +- .../CreatePostpaidDBInstanceRequest.py | 2 +- .../CreateReadOnlyDBInstanceRequest.py | 2 +- .../v20140815/CreateSQLDiagnosisRequest.py | 2 +- .../CreateStaticVerificationRequest.py | 2 +- .../CreateTempDBInstanceForChannelRequest.py | 2 +- .../v20140815/CreateTempDBInstanceRequest.py | 2 +- .../CreateUploadPathForSQLServerRequest.py | 2 +- .../DecribeSqlLogDumpStatusRequest.py | 2 +- .../v20140815/DegradeDBInstanceSpecRequest.py | 2 +- .../request/v20140815/DeleteAccountRequest.py | 2 +- .../request/v20140815/DeleteBackupRequest.py | 2 +- .../v20140815/DeleteCloudInstanceIpRequest.py | 2 +- .../v20140815/DeleteDBInstanceRequest.py | 2 +- .../v20140815/DeleteDampPolicyRequest.py | 2 +- .../v20140815/DeleteDatabaseRequest.py | 2 +- .../v20140815/DeleteFCTriggerRequest.py | 2 +- .../DeleteOpenSearchDBInstanceRequest.py | 2 +- .../v20140815/DeleteParameterGroupRequest.py | 2 +- .../DescibeImportsFromDatabaseRequest.py | 2 +- .../DescribeAbnormalDBInstancesRequest.py | 2 +- .../v20140815/DescribeAccountsRequest.py | 2 +- ...DescribeActiveOperationTaskCountRequest.py | 2 +- ...escribeActiveOperationTaskRegionRequest.py | 2 +- .../DescribeActiveOperationTaskRequest.py | 2 +- .../DescribeActiveOperationTaskTypeRequest.py | 2 +- .../DescribeArchiveSQLLogFromKeplerRequest.py | 2 +- .../DescribeAvailableInstanceClassRequest.py | 2 +- .../DescribeAvailableResourceRequest.py | 2 +- .../DescribeBackupDatabaseRequest.py | 2 +- .../v20140815/DescribeBackupPolicyRequest.py | 2 +- .../DescribeBackupSetsForSecurityRequest.py | 2 +- .../v20140815/DescribeBackupTasksRequest.py | 2 +- .../DescribeBackupsForSecurityRequest.py | 2 +- .../v20140815/DescribeBackupsRequest.py | 2 +- .../v20140815/DescribeBinlogFilesRequest.py | 2 +- .../DescribeCharacterSetNameRequest.py | 2 +- .../v20140815/DescribeClassListRequest.py | 2 +- .../DescribeCloudDBAServiceRequest.py | 2 +- .../DescribeCloudDbExpertServiceRequest.py | 2 +- .../DescribeCollationTimeZonesRequest.py | 2 +- .../v20140815/DescribeCommodityRequest.py | 2 +- ...escribeCustinsKernelReleaseNotesRequest.py | 2 +- .../DescribeDBInstanceAttributeRequest.py | 2 +- .../DescribeDBInstanceByTagsRequest.py | 2 +- .../DescribeDBInstanceECSSGRelationRequest.py | 2 +- .../DescribeDBInstanceEncryptionKeyRequest.py | 2 +- ...escribeDBInstanceExtendAttributeRequest.py | 2 +- .../DescribeDBInstanceHAConfigRequest.py | 2 +- .../DescribeDBInstanceIPArrayListRequest.py | 2 +- .../DescribeDBInstanceInfoRequest.py | 2 +- .../DescribeDBInstanceMonitorRequest.py | 2 +- ...cribeDBInstanceNetInfoForChannelRequest.py | 2 +- .../DescribeDBInstanceNetInfoRequest.py | 2 +- .../DescribeDBInstanceNetworkDetailRequest.py | 2 +- .../DescribeDBInstanceNetworkRequest.py | 2 +- .../DescribeDBInstancePerformanceRequest.py | 2 +- ...ribeDBInstanceProxyConfigurationRequest.py | 2 +- .../v20140815/DescribeDBInstanceSSLRequest.py | 2 +- .../DescribeDBInstanceSwitchLogRequest.py | 2 +- .../v20140815/DescribeDBInstanceTDERequest.py | 2 +- .../DescribeDBInstanceUserRequest.py | 2 +- .../DescribeDBInstancesAsCsvRequest.py | 2 +- .../DescribeDBInstancesByExpireTimeRequest.py | 2 +- ...DescribeDBInstancesByPerformanceRequest.py | 2 +- .../v20140815/DescribeDBInstancesRequest.py | 2 +- ...ribeDBInstancesWithCloudResourceRequest.py | 2 +- .../DescribeDampPoliciesByCidRequest.py | 2 +- .../DescribeDampPolicyByCommentRequest.py | 2 +- .../DescribeDampPolicyByPolicyNameRequest.py | 2 +- .../DescribeDatabaseLockDiagnosisRequest.py | 2 +- .../v20140815/DescribeDatabasesRequest.py | 2 +- .../DescribeDiagnosticReportListRequest.py | 2 +- .../DescribeDynamicVerificationListRequest.py | 2 +- .../v20140815/DescribeErrorLogsRequest.py | 2 +- .../v20140815/DescribeFCTriggerRequest.py | 2 +- .../DescribeFilesForSQLServerRequest.py | 2 +- .../DescribeImportsForSQLServerRequest.py | 2 +- ...scribeInstanceAutoRenewAttributeRequest.py | 2 +- ...ribeInstanceAutoRenewalAttributeRequest.py | 2 +- .../DescribeInstanceKeywordsRequest.py | 2 +- .../DescribeInstanceLevelListRequest.py | 2 +- .../DescribeInstanceVpcMigrateInfoRequest.py | 2 +- .../DescribeLogBackupFilesRequest.py | 2 +- .../DescribeLogicDBInstanceTopologyRequest.py | 2 +- .../v20140815/DescribeMetaListRequest.py | 2 +- .../DescribeMigrateCountInfoRequest.py | 2 +- ...DescribeMigrateTasksForSQLServerRequest.py | 2 +- .../v20140815/DescribeMigrateTasksRequest.py | 2 +- .../DescribeModifyParameterLogRequest.py | 2 +- .../DescribeOpenSearchDBInstanceRequest.py | 2 +- .../v20140815/DescribeOperationLogsRequest.py | 2 +- .../DescribeOperatorPermissionRequest.py | 2 +- .../DescribeOptimizeAdviceByDBARequest.py | 2 +- ...DescribeOptimizeAdviceOnBigTableRequest.py | 2 +- ...cribeOptimizeAdviceOnExcessIndexRequest.py | 2 +- ...escribeOptimizeAdviceOnMissIndexRequest.py | 2 +- .../DescribeOptimizeAdviceOnMissPKRequest.py | 2 +- .../DescribeOptimizeAdviceOnStorageRequest.py | 2 +- ...DescribeOssDownloadsForSQLServerRequest.py | 2 +- .../v20140815/DescribeOssDownloadsRequest.py | 2 +- .../DescribeParameterGroupRequest.py | 2 +- .../DescribeParameterGroupsRequest.py | 2 +- .../DescribeParameterTemplatesRequest.py | 2 +- .../v20140815/DescribeParametersRequest.py | 2 +- .../DescribePreCheckResultsRequest.py | 2 +- .../request/v20140815/DescribePriceRequest.py | 2 +- .../DescribeProxyFunctionSupportRequest.py | 2 +- .../v20140815/DescribeRdsVSwitchsRequest.py | 2 +- .../v20140815/DescribeRdsVpcsRequest.py | 2 +- .../DescribeReadDBInstanceDelayRequest.py | 2 +- .../DescribeRealtimeDiagnosesRequest.py | 2 +- .../DescribeRegionAvailabilityRequest.py | 2 +- .../DescribeRegionsForChannelRequest.py | 2 +- .../v20140815/DescribeRegionsRequest.py | 2 +- .../v20140815/DescribeRenewalPriceRequest.py | 2 +- .../DescribeReplicaConflictInfoRequest.py | 2 +- ...escribeReplicaInitializeProgressRequest.py | 2 +- .../DescribeReplicaPerformanceRequest.py | 2 +- .../v20140815/DescribeReplicaUsageRequest.py | 2 +- .../v20140815/DescribeReplicasRequest.py | 2 +- .../DescribeResourceDiagnosisRequest.py | 2 +- .../v20140815/DescribeResourceUsageRequest.py | 2 +- .../DescribeSQLCollectorPolicyRequest.py | 2 +- .../DescribeSQLCollectorRetentionRequest.py | 2 +- .../DescribeSQLCollectorVersionRequest.py | 2 +- .../DescribeSQLDiagnosisListRequest.py | 2 +- .../v20140815/DescribeSQLDiagnosisRequest.py | 2 +- .../DescribeSQLInjectionInfosRequest.py | 2 +- .../v20140815/DescribeSQLLogFilesRequest.py | 2 +- .../DescribeSQLLogRecordsListRequest.py | 2 +- .../v20140815/DescribeSQLLogRecordsRequest.py | 2 +- .../DescribeSQLLogReportListRequest.py | 2 +- .../v20140815/DescribeSQLLogReportsRequest.py | 2 +- .../v20140815/DescribeSQLReportsRequest.py | 2 +- ...DescribeSQLServerUpgradeVersionsRequest.py | 2 +- ...scribeSecurityGroupConfigurationRequest.py | 2 +- .../DescribeServiceOfCloudDBARequest.py | 2 +- .../DescribeSlowLogRecordsRequest.py | 2 +- .../v20140815/DescribeSlowLogsRequest.py | 2 +- ...escribeSqlLogDetailArchiveStatusRequest.py | 2 +- .../DescribeSqlLogDumpStatusRequest.py | 2 +- .../DescribeSqlLogInstancesRequest.py | 2 +- .../DescribeSqlLogTemplatesListRequest.py | 2 +- ...eSqlLogTemplatesTimeDistributionRequest.py | 2 +- .../DescribeSqlLogTimeDistributionRequest.py | 2 +- ...beSqlTemplatesConsumeAndScanRowsRequest.py | 2 +- .../DescribeStaticVerificationListRequest.py | 2 +- .../v20140815/DescribeStrategyRequest.py | 2 +- .../DescribeSyncAccountForInnerRequest.py | 2 +- .../v20140815/DescribeSyncAccountsRequest.py | 2 +- .../request/v20140815/DescribeTagsRequest.py | 2 +- .../v20140815/DescribeTaskInfoRequest.py | 2 +- .../request/v20140815/DescribeTasksRequest.py | 2 +- .../DescribeTemplateSqlDetailRequest.py | 2 +- ...cribeTemplatesConsumeAndScanRowsRequest.py | 2 +- .../v20140815/DescribeTemplatesListRequest.py | 2 +- .../DescribeTemplatesSqlTypeRequest.py | 2 +- .../DescribeUserEncryptionKeyListRequest.py | 2 +- .../v20140815/DescribeUserInfoRequest.py | 2 +- .../DescribeVerificationListRequest.py | 2 +- .../v20140815/DescribeVpcZoneNosRequest.py | 2 +- .../v20140815/DestroyDBInstanceRequest.py | 2 +- .../DisableSqlLogDistributionRequest.py | 2 +- .../EnableSqlLogDistributionRequest.py | 2 +- .../EvaluateFailOverSwitchRequest.py | 2 +- .../v20140815/EvaluateFailoverRequest.py | 2 +- .../v20140815/EvaluateResourceRequest.py | 2 +- .../EvaluateSupportByokShowRequest.py | 2 +- .../v20140815/ExtractBackupFromOASRequest.py | 2 +- .../request/v20140815/FailoverRequest.py | 2 +- .../v20140815/GrantAccountPrivilegeRequest.py | 2 +- .../GrantOperatorPermissionRequest.py | 2 +- .../ImportDataForSQLServerRequest.py | 2 +- .../ImportDataFromDatabaseRequest.py | 2 +- .../ImportDatabaseBetweenInstancesRequest.py | 2 +- .../v20140815/LockDBInstanceRequest.py | 2 +- .../LoginDBInstancefromCloudDBARequest.py | 2 +- .../v20140815/MigrateSecurityIPModeRequest.py | 2 +- .../v20140815/MigrateToOtherRegionRequest.py | 2 +- .../v20140815/MigrateToOtherZoneRequest.py | 2 +- .../ModifyAccountDescriptionRequest.py | 2 +- .../ModifyActiveOperationTaskRequest.py | 2 +- .../v20140815/ModifyBackupPolicyRequest.py | 2 +- .../ModifyCollationTimeZoneRequest.py | 2 +- .../v20140815/ModifyCommodityRequest.py | 2 +- .../v20140815/ModifyDBDescriptionRequest.py | 2 +- ...fyDBInstanceChargeTypeForJuShiTaRequest.py | 2 +- .../ModifyDBInstanceConnectionModeRequest.py | 2 +- ...ModifyDBInstanceConnectionStringRequest.py | 2 +- ...fyDBInstanceDelayReplicationTimeRequest.py | 2 +- ...DBInstanceDelayedReplicationTimeRequest.py | 2 +- .../ModifyDBInstanceDescriptionRequest.py | 2 +- .../ModifyDBInstanceECSSGRelationRequest.py | 2 +- .../ModifyDBInstanceHAConfigRequest.py | 2 +- .../ModifyDBInstanceMaintainTimeRequest.py | 2 +- .../ModifyDBInstanceMonitorRequest.py | 2 +- .../ModifyDBInstanceNetExpireTimeRequest.py | 2 +- ...odifyDBInstanceNetworkExpireTimeRequest.py | 2 +- .../ModifyDBInstanceNetworkTypeRequest.py | 2 +- .../v20140815/ModifyDBInstanceOwnerRequest.py | 2 +- .../ModifyDBInstancePayTypeRequest.py | 2 +- ...difyDBInstanceProxyConfigurationRequest.py | 2 +- .../v20140815/ModifyDBInstanceSSLRequest.py | 2 +- .../v20140815/ModifyDBInstanceSpecRequest.py | 2 +- .../v20140815/ModifyDBInstanceTDERequest.py | 2 +- .../v20140815/ModifyDampPolicyRequest.py | 2 +- .../v20140815/ModifyDynamicModeRequest.py | 2 +- .../v20140815/ModifyFCTriggerRequest.py | 2 +- .../v20140815/ModifyGuardDomainModeRequest.py | 2 +- ...ModifyInstanceAutoRenewAttributeRequest.py | 2 +- ...difyInstanceAutoRenewalAttributeRequest.py | 2 +- .../ModifyMySQLDBInstanceDelayRequest.py | 2 +- .../ModifyOpenSearchDBInstanceRequest.py | 2 +- .../v20140815/ModifyParameterGroupRequest.py | 2 +- .../v20140815/ModifyParameterRequest.py | 2 +- .../ModifyPostpaidDBInstanceSpecRequest.py | 2 +- ...difyReadWriteSplittingConnectionRequest.py | 2 +- ...onlyInstanceDelayReplicationTimeRequest.py | 2 +- .../ModifyReplicaDescriptionRequest.py | 2 +- .../ModifyReplicaDynamicModeRequest.py | 2 +- .../ModifyReplicaFilterModeRequest.py | 2 +- .../v20140815/ModifyReplicaModeRequest.py | 2 +- .../ModifyReplicaRecoverModeRequest.py | 2 +- .../ModifyReplicaRecoveryModeRequest.py | 2 +- .../v20140815/ModifyReplicaRelationRequest.py | 2 +- .../ModifyReplicaVerificationModeRequest.py | 2 +- .../v20140815/ModifyResourceGroupRequest.py | 2 +- .../ModifySQLCollectorPolicyRequest.py | 2 +- .../ModifySQLCollectorRetentionRequest.py | 2 +- ...ModifySecurityGroupConfigurationRequest.py | 2 +- .../ModifySecurityIpsForChannelRequest.py | 2 +- .../v20140815/ModifySecurityIpsRequest.py | 2 +- .../PreCheckBeforeImportDataRequest.py | 2 +- .../v20140815/PurgeDBInstanceLogRequest.py | 2 +- .../v20140815/QueryOssBucketsRequest.py | 2 +- .../v20140815/QueryPriceForBuyRequest.py | 2 +- .../v20140815/QueryPriceForRefundRequest.py | 2 +- .../QueryPriceForTempUpgradeRequest.py | 2 +- .../QueryPriceMultiForDeferRequest.py | 2 +- .../v20140815/QueryPriceMultiRequest.py | 2 +- .../request/v20140815/QueryPriceRequest.py | 2 +- .../v20140815/ReceiveDBInstanceRequest.py | 2 +- .../v20140815/RecoveryDBInstanceRequest.py | 2 +- .../ReleaseInstancePublicConnectionRequest.py | 2 +- ...easeReadWriteSplittingConnectionRequest.py | 2 +- .../v20140815/ReleaseReplicaRequest.py | 2 +- .../RemoveTagsFromResourceRequest.py | 2 +- .../v20140815/RenewDBInstanceRequest.py | 2 +- .../request/v20140815/RenewInstanceRequest.py | 2 +- .../RequestServiceOfCloudDBARequest.py | 2 +- .../RequestServiceOfCloudDBExpertRequest.py | 2 +- .../v20140815/ResetAccountForPGRequest.py | 2 +- .../v20140815/ResetAccountPasswordRequest.py | 2 +- .../request/v20140815/ResetAccountRequest.py | 2 +- .../ResetAdminAccountPasswordRequest.py | 2 +- .../v20140815/RestartDBInstanceRequest.py | 2 +- .../v20140815/RestoreDBInstanceRequest.py | 2 +- .../request/v20140815/RestoreTableRequest.py | 2 +- .../RevokeAccountPrivilegeRequest.py | 2 +- .../RevokeOperatorPermissionRequest.py | 2 +- .../v20140815/StartArchiveSQLLogRequest.py | 2 +- .../StartDBInstanceDiagnoseRequest.py | 2 +- .../StartSqlLogDetailArchiveRequest.py | 2 +- .../v20140815/StartSqlLogDumpRequest.py | 2 +- .../v20140815/StartSqlLogTrailRequest.py | 2 +- .../request/v20140815/StopSyncingRequest.py | 2 +- .../SwitchDBInstanceChargeTypeRequest.py | 2 +- .../v20140815/SwitchDBInstanceHARequest.py | 2 +- .../SwitchDBInstanceNetTypeRequest.py | 2 +- .../v20140815/SwitchDBInstanceVpcRequest.py | 2 +- .../SwitchGuardToMasterInstanceRequest.py | 2 +- .../request/v20140815/SwitchOverRequest.py | 2 +- .../v20140815/UnlockDBInstanceRequest.py | 2 +- .../UpgradeDBInstanceEngineVersionRequest.py | 2 +- .../UpgradeDBInstanceKernelVersionRequest.py | 2 +- .../UpgradeDBInstanceNetWorkInfoRequest.py | 2 +- .../UpgradeDBInstanceNetworkRequest.py | 2 +- aliyun-python-sdk-rds/setup.py | 2 +- 378 files changed, 459 insertions(+), 444 deletions(-) diff --git a/aliyun-python-sdk-rds/ChangeLog.txt b/aliyun-python-sdk-rds/ChangeLog.txt index c40a860944..8a017d65ac 100644 --- a/aliyun-python-sdk-rds/ChangeLog.txt +++ b/aliyun-python-sdk-rds/ChangeLog.txt @@ -1,3 +1,6 @@ +2019-05-29 Version: 1.0.0 +测试发布 + 2019-05-20 Version: 1.0.0 - Generated 2014-08-15 for `Rds` diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20120615/DescribeDBInstanceClassListRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20120615/DescribeDBInstanceClassListRequest.py index ed955f9cfd..aacd98aa7a 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20120615/DescribeDBInstanceClassListRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20120615/DescribeDBInstanceClassListRequest.py @@ -21,7 +21,7 @@ class DescribeDBInstanceClassListRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2012-06-15', 'DescribeDBInstanceClassList') + RpcRequest.__init__(self, 'Rds', '2012-06-15', 'DescribeDBInstanceClassList','rds') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20130528/CreateAccountRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20130528/CreateAccountRequest.py index 40e19d98ff..ebc354d269 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20130528/CreateAccountRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20130528/CreateAccountRequest.py @@ -21,7 +21,7 @@ class CreateAccountRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2013-05-28', 'CreateAccount') + RpcRequest.__init__(self, 'Rds', '2013-05-28', 'CreateAccount','rds') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20130528/CreateBackupRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20130528/CreateBackupRequest.py index 52d5f488fc..d73c455ad2 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20130528/CreateBackupRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20130528/CreateBackupRequest.py @@ -21,7 +21,7 @@ class CreateBackupRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2013-05-28', 'CreateBackup') + RpcRequest.__init__(self, 'Rds', '2013-05-28', 'CreateBackup','rds') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20130528/CreateChildDBInstanceRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20130528/CreateChildDBInstanceRequest.py index ef5e80b50a..1ad0fb9d70 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20130528/CreateChildDBInstanceRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20130528/CreateChildDBInstanceRequest.py @@ -21,7 +21,7 @@ class CreateChildDBInstanceRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2013-05-28', 'CreateChildDBInstance') + RpcRequest.__init__(self, 'Rds', '2013-05-28', 'CreateChildDBInstance','rds') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20130528/CreateDBInstanceRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20130528/CreateDBInstanceRequest.py index a35a61bcfb..4d85297a86 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20130528/CreateDBInstanceRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20130528/CreateDBInstanceRequest.py @@ -21,7 +21,7 @@ class CreateDBInstanceRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2013-05-28', 'CreateDBInstance') + RpcRequest.__init__(self, 'Rds', '2013-05-28', 'CreateDBInstance','rds') def get_ConnectionMode(self): return self.get_query_params().get('ConnectionMode') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20130528/CreateDatabaseRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20130528/CreateDatabaseRequest.py index 84cdb5ff6f..b1e0b60412 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20130528/CreateDatabaseRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20130528/CreateDatabaseRequest.py @@ -21,7 +21,7 @@ class CreateDatabaseRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2013-05-28', 'CreateDatabase') + RpcRequest.__init__(self, 'Rds', '2013-05-28', 'CreateDatabase','rds') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20130528/CreateGuardDBInstanceRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20130528/CreateGuardDBInstanceRequest.py index 7e540b6080..a403aa8594 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20130528/CreateGuardDBInstanceRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20130528/CreateGuardDBInstanceRequest.py @@ -21,7 +21,7 @@ class CreateGuardDBInstanceRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2013-05-28', 'CreateGuardDBInstance') + RpcRequest.__init__(self, 'Rds', '2013-05-28', 'CreateGuardDBInstance','rds') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20130528/CreateImportDataUploadRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20130528/CreateImportDataUploadRequest.py index 171f57e2d2..a4feb28c22 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20130528/CreateImportDataUploadRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20130528/CreateImportDataUploadRequest.py @@ -21,7 +21,7 @@ class CreateImportDataUploadRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2013-05-28', 'CreateImportDataUpload') + RpcRequest.__init__(self, 'Rds', '2013-05-28', 'CreateImportDataUpload','rds') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20130528/DeleteAccountRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20130528/DeleteAccountRequest.py index 0e151339b6..30bb741ec2 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20130528/DeleteAccountRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20130528/DeleteAccountRequest.py @@ -21,7 +21,7 @@ class DeleteAccountRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2013-05-28', 'DeleteAccount') + RpcRequest.__init__(self, 'Rds', '2013-05-28', 'DeleteAccount','rds') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20130528/DeleteChildInstanceRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20130528/DeleteChildInstanceRequest.py index 19ea2aeafc..57c5a52087 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20130528/DeleteChildInstanceRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20130528/DeleteChildInstanceRequest.py @@ -21,7 +21,7 @@ class DeleteChildInstanceRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2013-05-28', 'DeleteChildInstance') + RpcRequest.__init__(self, 'Rds', '2013-05-28', 'DeleteChildInstance','rds') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20130528/DeleteDBInstanceRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20130528/DeleteDBInstanceRequest.py index 38ffd74a12..188c8a356b 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20130528/DeleteDBInstanceRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20130528/DeleteDBInstanceRequest.py @@ -21,7 +21,7 @@ class DeleteDBInstanceRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2013-05-28', 'DeleteDBInstance') + RpcRequest.__init__(self, 'Rds', '2013-05-28', 'DeleteDBInstance','rds') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20130528/DeleteDatabaseRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20130528/DeleteDatabaseRequest.py index 315029c31f..78337c376c 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20130528/DeleteDatabaseRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20130528/DeleteDatabaseRequest.py @@ -21,7 +21,7 @@ class DeleteDatabaseRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2013-05-28', 'DeleteDatabase') + RpcRequest.__init__(self, 'Rds', '2013-05-28', 'DeleteDatabase','rds') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20130528/DescribeAccountsRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20130528/DescribeAccountsRequest.py index 59ffe891ba..8f2a3b2c94 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20130528/DescribeAccountsRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20130528/DescribeAccountsRequest.py @@ -21,7 +21,7 @@ class DescribeAccountsRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2013-05-28', 'DescribeAccounts') + RpcRequest.__init__(self, 'Rds', '2013-05-28', 'DescribeAccounts','rds') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20130528/DescribeBackupsRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20130528/DescribeBackupsRequest.py index f56429f3b7..933bd851ca 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20130528/DescribeBackupsRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20130528/DescribeBackupsRequest.py @@ -21,7 +21,7 @@ class DescribeBackupsRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2013-05-28', 'DescribeBackups') + RpcRequest.__init__(self, 'Rds', '2013-05-28', 'DescribeBackups','rds') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20130528/DescribeBinlogFilesRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20130528/DescribeBinlogFilesRequest.py index 88a4b94783..83ee05dc75 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20130528/DescribeBinlogFilesRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20130528/DescribeBinlogFilesRequest.py @@ -21,7 +21,7 @@ class DescribeBinlogFilesRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2013-05-28', 'DescribeBinlogFiles') + RpcRequest.__init__(self, 'Rds', '2013-05-28', 'DescribeBinlogFiles','rds') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20130528/DescribeDBInstanceClassesRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20130528/DescribeDBInstanceClassesRequest.py index 3ec29b2ba1..68836c0dea 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20130528/DescribeDBInstanceClassesRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20130528/DescribeDBInstanceClassesRequest.py @@ -21,7 +21,7 @@ class DescribeDBInstanceClassesRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2013-05-28', 'DescribeDBInstanceClasses') + RpcRequest.__init__(self, 'Rds', '2013-05-28', 'DescribeDBInstanceClasses','rds') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20130528/DescribeDBInstancePerformanceRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20130528/DescribeDBInstancePerformanceRequest.py index 523178e741..3aea8d9aed 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20130528/DescribeDBInstancePerformanceRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20130528/DescribeDBInstancePerformanceRequest.py @@ -21,7 +21,7 @@ class DescribeDBInstancePerformanceRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2013-05-28', 'DescribeDBInstancePerformance') + RpcRequest.__init__(self, 'Rds', '2013-05-28', 'DescribeDBInstancePerformance','rds') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20130528/DescribeDBInstancesRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20130528/DescribeDBInstancesRequest.py index a9933be44e..84e8205a6b 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20130528/DescribeDBInstancesRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20130528/DescribeDBInstancesRequest.py @@ -21,7 +21,7 @@ class DescribeDBInstancesRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2013-05-28', 'DescribeDBInstances') + RpcRequest.__init__(self, 'Rds', '2013-05-28', 'DescribeDBInstances','rds') def get_ConnectionMode(self): return self.get_query_params().get('ConnectionMode') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20130528/DescribeDataFilesRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20130528/DescribeDataFilesRequest.py index a4b57390ea..a188f5d5f7 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20130528/DescribeDataFilesRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20130528/DescribeDataFilesRequest.py @@ -21,7 +21,7 @@ class DescribeDataFilesRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2013-05-28', 'DescribeDataFiles') + RpcRequest.__init__(self, 'Rds', '2013-05-28', 'DescribeDataFiles','rds') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20130528/DescribeDatabasesRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20130528/DescribeDatabasesRequest.py index c1fdc873d1..9082d66c7d 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20130528/DescribeDatabasesRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20130528/DescribeDatabasesRequest.py @@ -21,7 +21,7 @@ class DescribeDatabasesRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2013-05-28', 'DescribeDatabases') + RpcRequest.__init__(self, 'Rds', '2013-05-28', 'DescribeDatabases','rds') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20130528/DescribeErrorLogsRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20130528/DescribeErrorLogsRequest.py index f28d6aec39..625fdf2252 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20130528/DescribeErrorLogsRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20130528/DescribeErrorLogsRequest.py @@ -21,7 +21,7 @@ class DescribeErrorLogsRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2013-05-28', 'DescribeErrorLogs') + RpcRequest.__init__(self, 'Rds', '2013-05-28', 'DescribeErrorLogs','rds') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20130528/DescribeParameterTemplatesRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20130528/DescribeParameterTemplatesRequest.py index abc2104e43..cba06b9d51 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20130528/DescribeParameterTemplatesRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20130528/DescribeParameterTemplatesRequest.py @@ -21,7 +21,7 @@ class DescribeParameterTemplatesRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2013-05-28', 'DescribeParameterTemplates') + RpcRequest.__init__(self, 'Rds', '2013-05-28', 'DescribeParameterTemplates','rds') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20130528/DescribeParametersRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20130528/DescribeParametersRequest.py index efd7213e0d..117aefeba0 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20130528/DescribeParametersRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20130528/DescribeParametersRequest.py @@ -21,7 +21,7 @@ class DescribeParametersRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2013-05-28', 'DescribeParameters') + RpcRequest.__init__(self, 'Rds', '2013-05-28', 'DescribeParameters','rds') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20130528/DescribeResourceUsageRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20130528/DescribeResourceUsageRequest.py index 8129d2e5de..a6bb065312 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20130528/DescribeResourceUsageRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20130528/DescribeResourceUsageRequest.py @@ -21,7 +21,7 @@ class DescribeResourceUsageRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2013-05-28', 'DescribeResourceUsage') + RpcRequest.__init__(self, 'Rds', '2013-05-28', 'DescribeResourceUsage','rds') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20130528/DescribeSQLLogRecordsRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20130528/DescribeSQLLogRecordsRequest.py index 3f187bf438..c12bb8e255 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20130528/DescribeSQLLogRecordsRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20130528/DescribeSQLLogRecordsRequest.py @@ -21,7 +21,7 @@ class DescribeSQLLogRecordsRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2013-05-28', 'DescribeSQLLogRecords') + RpcRequest.__init__(self, 'Rds', '2013-05-28', 'DescribeSQLLogRecords','rds') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20130528/DescribeSQLLogReportsRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20130528/DescribeSQLLogReportsRequest.py index 87884959d2..0014e2fa30 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20130528/DescribeSQLLogReportsRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20130528/DescribeSQLLogReportsRequest.py @@ -21,7 +21,7 @@ class DescribeSQLLogReportsRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2013-05-28', 'DescribeSQLLogReports') + RpcRequest.__init__(self, 'Rds', '2013-05-28', 'DescribeSQLLogReports','rds') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20130528/DescribeSecurityIpsRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20130528/DescribeSecurityIpsRequest.py index 0f308ce17d..078e174259 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20130528/DescribeSecurityIpsRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20130528/DescribeSecurityIpsRequest.py @@ -21,7 +21,7 @@ class DescribeSecurityIpsRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2013-05-28', 'DescribeSecurityIps') + RpcRequest.__init__(self, 'Rds', '2013-05-28', 'DescribeSecurityIps','rds') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20130528/DescribeSlowLogRecordsRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20130528/DescribeSlowLogRecordsRequest.py index f92629e2b0..b0512a6d54 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20130528/DescribeSlowLogRecordsRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20130528/DescribeSlowLogRecordsRequest.py @@ -21,7 +21,7 @@ class DescribeSlowLogRecordsRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2013-05-28', 'DescribeSlowLogRecords') + RpcRequest.__init__(self, 'Rds', '2013-05-28', 'DescribeSlowLogRecords','rds') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20130528/DescribeSlowLogsRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20130528/DescribeSlowLogsRequest.py index d56c33508b..f65d020176 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20130528/DescribeSlowLogsRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20130528/DescribeSlowLogsRequest.py @@ -21,7 +21,7 @@ class DescribeSlowLogsRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2013-05-28', 'DescribeSlowLogs') + RpcRequest.__init__(self, 'Rds', '2013-05-28', 'DescribeSlowLogs','rds') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20130528/DescribeSwitchDBInstanceListRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20130528/DescribeSwitchDBInstanceListRequest.py index 759e1ce97e..be2f4c9135 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20130528/DescribeSwitchDBInstanceListRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20130528/DescribeSwitchDBInstanceListRequest.py @@ -21,7 +21,7 @@ class DescribeSwitchDBInstanceListRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2013-05-28', 'DescribeSwitchDBInstanceList') + RpcRequest.__init__(self, 'Rds', '2013-05-28', 'DescribeSwitchDBInstanceList','rds') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20130528/GrantAccountPrivilegeRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20130528/GrantAccountPrivilegeRequest.py index 8f5174afdc..ef29551908 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20130528/GrantAccountPrivilegeRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20130528/GrantAccountPrivilegeRequest.py @@ -21,7 +21,7 @@ class GrantAccountPrivilegeRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2013-05-28', 'GrantAccountPrivilege') + RpcRequest.__init__(self, 'Rds', '2013-05-28', 'GrantAccountPrivilege','rds') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20130528/ImportDataRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20130528/ImportDataRequest.py index a75fdb140d..abacc03c18 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20130528/ImportDataRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20130528/ImportDataRequest.py @@ -21,7 +21,7 @@ class ImportDataRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2013-05-28', 'ImportData') + RpcRequest.__init__(self, 'Rds', '2013-05-28', 'ImportData','rds') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20130528/MigratingDBRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20130528/MigratingDBRequest.py index c9d689357e..2cde6aef7e 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20130528/MigratingDBRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20130528/MigratingDBRequest.py @@ -21,7 +21,7 @@ class MigratingDBRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2013-05-28', 'MigratingDB') + RpcRequest.__init__(self, 'Rds', '2013-05-28', 'MigratingDB','rds') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20130528/ModifyAccountAttributeRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20130528/ModifyAccountAttributeRequest.py index f16ce80362..8688ec4997 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20130528/ModifyAccountAttributeRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20130528/ModifyAccountAttributeRequest.py @@ -21,7 +21,7 @@ class ModifyAccountAttributeRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2013-05-28', 'ModifyAccountAttribute') + RpcRequest.__init__(self, 'Rds', '2013-05-28', 'ModifyAccountAttribute','rds') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20130528/ModifyDBInstanceAttributeRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20130528/ModifyDBInstanceAttributeRequest.py index 674e3fad34..fcaba4bece 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20130528/ModifyDBInstanceAttributeRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20130528/ModifyDBInstanceAttributeRequest.py @@ -21,7 +21,7 @@ class ModifyDBInstanceAttributeRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2013-05-28', 'ModifyDBInstanceAttribute') + RpcRequest.__init__(self, 'Rds', '2013-05-28', 'ModifyDBInstanceAttribute','rds') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20130528/ModifyParameterRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20130528/ModifyParameterRequest.py index 6604ed1e2c..d5b42b5272 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20130528/ModifyParameterRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20130528/ModifyParameterRequest.py @@ -21,7 +21,7 @@ class ModifyParameterRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2013-05-28', 'ModifyParameter') + RpcRequest.__init__(self, 'Rds', '2013-05-28', 'ModifyParameter','rds') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20130528/ModifySecurityIpsRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20130528/ModifySecurityIpsRequest.py index 0821550231..aa388e8ff9 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20130528/ModifySecurityIpsRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20130528/ModifySecurityIpsRequest.py @@ -21,7 +21,7 @@ class ModifySecurityIpsRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2013-05-28', 'ModifySecurityIps') + RpcRequest.__init__(self, 'Rds', '2013-05-28', 'ModifySecurityIps','rds') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20130528/QueryShareDBInstancesServiceRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20130528/QueryShareDBInstancesServiceRequest.py index efda34f7ee..636229e1ad 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20130528/QueryShareDBInstancesServiceRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20130528/QueryShareDBInstancesServiceRequest.py @@ -21,7 +21,7 @@ class QueryShareDBInstancesServiceRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2013-05-28', 'QueryShareDBInstancesService') + RpcRequest.__init__(self, 'Rds', '2013-05-28', 'QueryShareDBInstancesService','rds') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20130528/RestartDBInstanceRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20130528/RestartDBInstanceRequest.py index 0381af9ab0..07d44f8c51 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20130528/RestartDBInstanceRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20130528/RestartDBInstanceRequest.py @@ -21,7 +21,7 @@ class RestartDBInstanceRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2013-05-28', 'RestartDBInstance') + RpcRequest.__init__(self, 'Rds', '2013-05-28', 'RestartDBInstance','rds') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20130528/RestoreDBInstanceRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20130528/RestoreDBInstanceRequest.py index d6ca0635a6..3a9195507f 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20130528/RestoreDBInstanceRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20130528/RestoreDBInstanceRequest.py @@ -21,7 +21,7 @@ class RestoreDBInstanceRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2013-05-28', 'RestoreDBInstance') + RpcRequest.__init__(self, 'Rds', '2013-05-28', 'RestoreDBInstance','rds') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20130528/RevokeAccountPrivilegeRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20130528/RevokeAccountPrivilegeRequest.py index d2af4d76d6..0c65b14331 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20130528/RevokeAccountPrivilegeRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20130528/RevokeAccountPrivilegeRequest.py @@ -21,7 +21,7 @@ class RevokeAccountPrivilegeRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2013-05-28', 'RevokeAccountPrivilege') + RpcRequest.__init__(self, 'Rds', '2013-05-28', 'RevokeAccountPrivilege','rds') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20130528/SwitchDBInstanceNetTypeRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20130528/SwitchDBInstanceNetTypeRequest.py index 981d900fdf..4c66eb892a 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20130528/SwitchDBInstanceNetTypeRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20130528/SwitchDBInstanceNetTypeRequest.py @@ -21,7 +21,7 @@ class SwitchDBInstanceNetTypeRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2013-05-28', 'SwitchDBInstanceNetType') + RpcRequest.__init__(self, 'Rds', '2013-05-28', 'SwitchDBInstanceNetType','rds') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20130528/SwitchDBInstanceRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20130528/SwitchDBInstanceRequest.py index 33f315107e..1f834042d4 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20130528/SwitchDBInstanceRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20130528/SwitchDBInstanceRequest.py @@ -21,7 +21,7 @@ class SwitchDBInstanceRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2013-05-28', 'SwitchDBInstance') + RpcRequest.__init__(self, 'Rds', '2013-05-28', 'SwitchDBInstance','rds') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/AddBuDBInstanceRelationRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/AddBuDBInstanceRelationRequest.py index 1774a2975a..f355f1d0f6 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/AddBuDBInstanceRelationRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/AddBuDBInstanceRelationRequest.py @@ -21,7 +21,7 @@ class AddBuDBInstanceRelationRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'AddBuDBInstanceRelation') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'AddBuDBInstanceRelation','rds') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/AddTagsToResourceRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/AddTagsToResourceRequest.py index ffab0d4ba9..7ea1a5f668 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/AddTagsToResourceRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/AddTagsToResourceRequest.py @@ -21,7 +21,7 @@ class AddTagsToResourceRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'AddTagsToResource') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'AddTagsToResource','rds') def get_Tag4value(self): return self.get_query_params().get('Tag.4.value') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/AllocateClassicNetworkTypeRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/AllocateClassicNetworkTypeRequest.py index f44f0bcb8c..ca2c8ed4fe 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/AllocateClassicNetworkTypeRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/AllocateClassicNetworkTypeRequest.py @@ -21,7 +21,7 @@ class AllocateClassicNetworkTypeRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'AllocateClassicNetworkType') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'AllocateClassicNetworkType','rds') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/AllocateCloudInstanceIpRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/AllocateCloudInstanceIpRequest.py index 45003a44e8..edc78990ad 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/AllocateCloudInstanceIpRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/AllocateCloudInstanceIpRequest.py @@ -21,7 +21,7 @@ class AllocateCloudInstanceIpRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'AllocateCloudInstanceIp') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'AllocateCloudInstanceIp','rds') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/AllocateInstancePrivateConnectionRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/AllocateInstancePrivateConnectionRequest.py index 87064219fa..1be87547b1 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/AllocateInstancePrivateConnectionRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/AllocateInstancePrivateConnectionRequest.py @@ -21,7 +21,7 @@ class AllocateInstancePrivateConnectionRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'AllocateInstancePrivateConnection') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'AllocateInstancePrivateConnection','rds') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/AllocateInstancePublicConnectionRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/AllocateInstancePublicConnectionRequest.py index f336a042a7..86a4702584 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/AllocateInstancePublicConnectionRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/AllocateInstancePublicConnectionRequest.py @@ -21,7 +21,7 @@ class AllocateInstancePublicConnectionRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'AllocateInstancePublicConnection') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'AllocateInstancePublicConnection','rds') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/AllocateInstanceVpcNetworkTypeRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/AllocateInstanceVpcNetworkTypeRequest.py index d88d8ace68..bc7608398b 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/AllocateInstanceVpcNetworkTypeRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/AllocateInstanceVpcNetworkTypeRequest.py @@ -21,7 +21,7 @@ class AllocateInstanceVpcNetworkTypeRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'AllocateInstanceVpcNetworkType') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'AllocateInstanceVpcNetworkType','rds') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/AllocateReadWriteSplittingConnectionRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/AllocateReadWriteSplittingConnectionRequest.py index 3dedde929e..04596d6e2a 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/AllocateReadWriteSplittingConnectionRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/AllocateReadWriteSplittingConnectionRequest.py @@ -21,7 +21,7 @@ class AllocateReadWriteSplittingConnectionRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'AllocateReadWriteSplittingConnection') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'AllocateReadWriteSplittingConnection','rds') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/BatchGrantAccountPrivilegeRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/BatchGrantAccountPrivilegeRequest.py index c36ef3097a..f57ba46623 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/BatchGrantAccountPrivilegeRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/BatchGrantAccountPrivilegeRequest.py @@ -21,7 +21,7 @@ class BatchGrantAccountPrivilegeRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'BatchGrantAccountPrivilege') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'BatchGrantAccountPrivilege','rds') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/BatchRevokeAccountPrivilegeRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/BatchRevokeAccountPrivilegeRequest.py index b0c2f78c8f..f27184985d 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/BatchRevokeAccountPrivilegeRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/BatchRevokeAccountPrivilegeRequest.py @@ -21,7 +21,7 @@ class BatchRevokeAccountPrivilegeRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'BatchRevokeAccountPrivilege') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'BatchRevokeAccountPrivilege','rds') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CalculateDBInstanceWeightRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CalculateDBInstanceWeightRequest.py index 2b7fc31bae..56e3d74055 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CalculateDBInstanceWeightRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CalculateDBInstanceWeightRequest.py @@ -21,7 +21,7 @@ class CalculateDBInstanceWeightRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'CalculateDBInstanceWeight') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'CalculateDBInstanceWeight','rds') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CancelImportRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CancelImportRequest.py index a8db08eb9e..e24087a4eb 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CancelImportRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CancelImportRequest.py @@ -21,7 +21,7 @@ class CancelImportRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'CancelImport') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'CancelImport','rds') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CheckAccountNameAvailableRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CheckAccountNameAvailableRequest.py index 17aebc5f1e..159ee621d7 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CheckAccountNameAvailableRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CheckAccountNameAvailableRequest.py @@ -21,7 +21,7 @@ class CheckAccountNameAvailableRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'CheckAccountNameAvailable') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'CheckAccountNameAvailable','rds') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CheckCloudResourceAuthorizedRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CheckCloudResourceAuthorizedRequest.py index 6143bf542e..bd29fa72d3 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CheckCloudResourceAuthorizedRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CheckCloudResourceAuthorizedRequest.py @@ -21,7 +21,7 @@ class CheckCloudResourceAuthorizedRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'CheckCloudResourceAuthorized') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'CheckCloudResourceAuthorized','rds') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CheckDBInstancesRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CheckDBInstancesRequest.py index 6b65cf0f35..f3c3b071a7 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CheckDBInstancesRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CheckDBInstancesRequest.py @@ -21,7 +21,7 @@ class CheckDBInstancesRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'CheckDBInstances') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'CheckDBInstances','rds') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CheckDBNameAvailableRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CheckDBNameAvailableRequest.py index 74e9f21f7f..9132e6e21a 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CheckDBNameAvailableRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CheckDBNameAvailableRequest.py @@ -21,7 +21,7 @@ class CheckDBNameAvailableRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'CheckDBNameAvailable') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'CheckDBNameAvailable','rds') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CheckInstanceExistRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CheckInstanceExistRequest.py index b150287009..5d6a12786c 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CheckInstanceExistRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CheckInstanceExistRequest.py @@ -21,7 +21,7 @@ class CheckInstanceExistRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'CheckInstanceExist') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'CheckInstanceExist','rds') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CheckInstanceExsitRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CheckInstanceExsitRequest.py index 358a904f03..27977eb53d 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CheckInstanceExsitRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CheckInstanceExsitRequest.py @@ -21,7 +21,7 @@ class CheckInstanceExsitRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'CheckInstanceExsit') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'CheckInstanceExsit','rds') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CheckRecoveryConditionsRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CheckRecoveryConditionsRequest.py index 208219c31f..ac63d146bb 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CheckRecoveryConditionsRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CheckRecoveryConditionsRequest.py @@ -21,7 +21,7 @@ class CheckRecoveryConditionsRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'CheckRecoveryConditions') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'CheckRecoveryConditions','rds') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CheckResourceRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CheckResourceRequest.py index 3d72f46bad..b499657546 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CheckResourceRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CheckResourceRequest.py @@ -21,7 +21,7 @@ class CheckResourceRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'CheckResource') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'CheckResource','rds') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CheckSqlLogHistoryEnableRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CheckSqlLogHistoryEnableRequest.py index ca1b1ebaee..53e3f6522a 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CheckSqlLogHistoryEnableRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CheckSqlLogHistoryEnableRequest.py @@ -21,7 +21,7 @@ class CheckSqlLogHistoryEnableRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'CheckSqlLogHistoryEnable') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'CheckSqlLogHistoryEnable','rds') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CloneDBInstanceForSecurityRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CloneDBInstanceForSecurityRequest.py index fc3532be70..d98be5c736 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CloneDBInstanceForSecurityRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CloneDBInstanceForSecurityRequest.py @@ -21,7 +21,7 @@ class CloneDBInstanceForSecurityRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'CloneDBInstanceForSecurity') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'CloneDBInstanceForSecurity','rds') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CloneDBInstanceRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CloneDBInstanceRequest.py index e9fb3305bb..77e41edcf9 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CloneDBInstanceRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CloneDBInstanceRequest.py @@ -21,7 +21,7 @@ class CloneDBInstanceRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'CloneDBInstance') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'CloneDBInstance','rds') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CloneParameterGroupRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CloneParameterGroupRequest.py index bfde1612f0..0289115b6f 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CloneParameterGroupRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CloneParameterGroupRequest.py @@ -21,7 +21,7 @@ class CloneParameterGroupRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'CloneParameterGroup') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'CloneParameterGroup','rds') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CompensateInstanceForChannelRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CompensateInstanceForChannelRequest.py index 0dad0d20ee..8af97bbff2 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CompensateInstanceForChannelRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CompensateInstanceForChannelRequest.py @@ -21,7 +21,7 @@ class CompensateInstanceForChannelRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'CompensateInstanceForChannel') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'CompensateInstanceForChannel','rds') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CopyDatabaseBetweenInstancesRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CopyDatabaseBetweenInstancesRequest.py index 13c6040f27..35064269d3 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CopyDatabaseBetweenInstancesRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CopyDatabaseBetweenInstancesRequest.py @@ -21,7 +21,7 @@ class CopyDatabaseBetweenInstancesRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'CopyDatabaseBetweenInstances') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'CopyDatabaseBetweenInstances','rds') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CopyDatabaseRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CopyDatabaseRequest.py index 61fdd0b70f..a20fe34c94 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CopyDatabaseRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CopyDatabaseRequest.py @@ -21,7 +21,7 @@ class CopyDatabaseRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'CopyDatabase') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'CopyDatabase','rds') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CreateAccountForInnerRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CreateAccountForInnerRequest.py index a66f61e3bc..91994c0d1b 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CreateAccountForInnerRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CreateAccountForInnerRequest.py @@ -21,7 +21,7 @@ class CreateAccountForInnerRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'CreateAccountForInner') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'CreateAccountForInner','rds') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CreateAccountRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CreateAccountRequest.py index 9f9cf8ba87..85162b5a44 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CreateAccountRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CreateAccountRequest.py @@ -21,7 +21,7 @@ class CreateAccountRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'CreateAccount') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'CreateAccount','rds') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CreateAdminAccountRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CreateAdminAccountRequest.py index e255ff0936..e0e8507e2b 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CreateAdminAccountRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CreateAdminAccountRequest.py @@ -21,7 +21,7 @@ class CreateAdminAccountRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'CreateAdminAccount') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'CreateAdminAccount','rds') def get_AccountType(self): return self.get_query_params().get('AccountType') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CreateBackupRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CreateBackupRequest.py index b92401b111..2448960d02 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CreateBackupRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CreateBackupRequest.py @@ -21,7 +21,7 @@ class CreateBackupRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'CreateBackup') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'CreateBackup','rds') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CreateDBInstanceForChannelRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CreateDBInstanceForChannelRequest.py index 98b07f85f9..4f2f0a4bad 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CreateDBInstanceForChannelRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CreateDBInstanceForChannelRequest.py @@ -21,7 +21,7 @@ class CreateDBInstanceForChannelRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'CreateDBInstanceForChannel') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'CreateDBInstanceForChannel','rds') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CreateDBInstanceReplicaRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CreateDBInstanceReplicaRequest.py index 529d0e3aa2..c36b6bf42b 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CreateDBInstanceReplicaRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CreateDBInstanceReplicaRequest.py @@ -21,7 +21,7 @@ class CreateDBInstanceReplicaRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'CreateDBInstanceReplica') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'CreateDBInstanceReplica','rds') def get_ConnectionMode(self): return self.get_query_params().get('ConnectionMode') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CreateDBInstanceRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CreateDBInstanceRequest.py index a632d98938..0b11e3568a 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CreateDBInstanceRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CreateDBInstanceRequest.py @@ -21,13 +21,7 @@ class CreateDBInstanceRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'CreateDBInstance') - - def get_ConnectionMode(self): - return self.get_query_params().get('ConnectionMode') - - def set_ConnectionMode(self,ConnectionMode): - self.add_query_param('ConnectionMode',ConnectionMode) + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'CreateDBInstance','rds') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -47,12 +41,6 @@ def get_SystemDBCharset(self): def set_SystemDBCharset(self,SystemDBCharset): self.add_query_param('SystemDBCharset',SystemDBCharset) - def get_ClientToken(self): - return self.get_query_params().get('ClientToken') - - def set_ClientToken(self,ClientToken): - self.add_query_param('ClientToken',ClientToken) - def get_EngineVersion(self): return self.get_query_params().get('EngineVersion') @@ -65,60 +53,24 @@ def get_ResourceGroupId(self): def set_ResourceGroupId(self,ResourceGroupId): self.add_query_param('ResourceGroupId',ResourceGroupId) - def get_DdrInstance(self): - return self.get_query_params().get('DdrInstance') - - def set_DdrInstance(self,DdrInstance): - self.add_query_param('DdrInstance',DdrInstance) - - def get_Engine(self): - return self.get_query_params().get('Engine') - - def set_Engine(self,Engine): - self.add_query_param('Engine',Engine) - def get_DBInstanceDescription(self): return self.get_query_params().get('DBInstanceDescription') def set_DBInstanceDescription(self,DBInstanceDescription): self.add_query_param('DBInstanceDescription',DBInstanceDescription) - def get_DBInstanceStorageType(self): - return self.get_query_params().get('DBInstanceStorageType') - - def set_DBInstanceStorageType(self,DBInstanceStorageType): - self.add_query_param('DBInstanceStorageType',DBInstanceStorageType) - def get_BusinessInfo(self): return self.get_query_params().get('BusinessInfo') def set_BusinessInfo(self,BusinessInfo): self.add_query_param('BusinessInfo',BusinessInfo) - def get_DBInstanceNetType(self): - return self.get_query_params().get('DBInstanceNetType') - - def set_DBInstanceNetType(self,DBInstanceNetType): - self.add_query_param('DBInstanceNetType',DBInstanceNetType) - def get_Period(self): return self.get_query_params().get('Period') def set_Period(self,Period): self.add_query_param('Period',Period) - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - def get_EncryptionKey(self): return self.get_query_params().get('EncryptionKey') @@ -131,12 +83,6 @@ def get_OwnerId(self): def set_OwnerId(self,OwnerId): self.add_query_param('OwnerId',OwnerId) - def get_UsedTime(self): - return self.get_query_params().get('UsedTime') - - def set_UsedTime(self,UsedTime): - self.add_query_param('UsedTime',UsedTime) - def get_DBInstanceClass(self): return self.get_query_params().get('DBInstanceClass') @@ -161,18 +107,18 @@ def get_PrivateIpAddress(self): def set_PrivateIpAddress(self,PrivateIpAddress): self.add_query_param('PrivateIpAddress',PrivateIpAddress) + def get_AutoRenew(self): + return self.get_query_params().get('AutoRenew') + + def set_AutoRenew(self,AutoRenew): + self.add_query_param('AutoRenew',AutoRenew) + def get_RoleARN(self): return self.get_query_params().get('RoleARN') def set_RoleARN(self,RoleARN): self.add_query_param('RoleARN',RoleARN) - def get_VPCId(self): - return self.get_query_params().get('VPCId') - - def set_VPCId(self,VPCId): - self.add_query_param('VPCId',VPCId) - def get_TunnelId(self): return self.get_query_params().get('TunnelId') @@ -185,14 +131,80 @@ def get_ZoneId(self): def set_ZoneId(self,ZoneId): self.add_query_param('ZoneId',ZoneId) - def get_PayType(self): - return self.get_query_params().get('PayType') - - def set_PayType(self,PayType): - self.add_query_param('PayType',PayType) - def get_InstanceNetworkType(self): return self.get_query_params().get('InstanceNetworkType') def set_InstanceNetworkType(self,InstanceNetworkType): - self.add_query_param('InstanceNetworkType',InstanceNetworkType) \ No newline at end of file + self.add_query_param('InstanceNetworkType',InstanceNetworkType) + + def get_ConnectionMode(self): + return self.get_query_params().get('ConnectionMode') + + def set_ConnectionMode(self,ConnectionMode): + self.add_query_param('ConnectionMode',ConnectionMode) + + def get_ClientToken(self): + return self.get_query_params().get('ClientToken') + + def set_ClientToken(self,ClientToken): + self.add_query_param('ClientToken',ClientToken) + + def get_ZoneIdSlave1(self): + return self.get_query_params().get('ZoneIdSlave1') + + def set_ZoneIdSlave1(self,ZoneIdSlave1): + self.add_query_param('ZoneIdSlave1',ZoneIdSlave1) + + def get_ZoneIdSlave2(self): + return self.get_query_params().get('ZoneIdSlave2') + + def set_ZoneIdSlave2(self,ZoneIdSlave2): + self.add_query_param('ZoneIdSlave2',ZoneIdSlave2) + + def get_Engine(self): + return self.get_query_params().get('Engine') + + def set_Engine(self,Engine): + self.add_query_param('Engine',Engine) + + def get_DBInstanceStorageType(self): + return self.get_query_params().get('DBInstanceStorageType') + + def set_DBInstanceStorageType(self,DBInstanceStorageType): + self.add_query_param('DBInstanceStorageType',DBInstanceStorageType) + + def get_DBInstanceNetType(self): + return self.get_query_params().get('DBInstanceNetType') + + def set_DBInstanceNetType(self,DBInstanceNetType): + self.add_query_param('DBInstanceNetType',DBInstanceNetType) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_UsedTime(self): + return self.get_query_params().get('UsedTime') + + def set_UsedTime(self,UsedTime): + self.add_query_param('UsedTime',UsedTime) + + def get_VPCId(self): + return self.get_query_params().get('VPCId') + + def set_VPCId(self,VPCId): + self.add_query_param('VPCId',VPCId) + + def get_PayType(self): + return self.get_query_params().get('PayType') + + def set_PayType(self,PayType): + self.add_query_param('PayType',PayType) \ No newline at end of file diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CreateDBInstanceforFirstPayRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CreateDBInstanceforFirstPayRequest.py index 1281f0a638..bdc306f990 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CreateDBInstanceforFirstPayRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CreateDBInstanceforFirstPayRequest.py @@ -21,7 +21,7 @@ class CreateDBInstanceforFirstPayRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'CreateDBInstanceforFirstPay') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'CreateDBInstanceforFirstPay','rds') def get_DBInstanceStorage(self): return self.get_query_params().get('DBInstanceStorage') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CreateDampPolicyRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CreateDampPolicyRequest.py index dfb480b88b..648597d3ac 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CreateDampPolicyRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CreateDampPolicyRequest.py @@ -21,7 +21,7 @@ class CreateDampPolicyRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'CreateDampPolicy') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'CreateDampPolicy','rds') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CreateDatabaseForInnerRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CreateDatabaseForInnerRequest.py index 0de3a0d836..307a7dfce5 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CreateDatabaseForInnerRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CreateDatabaseForInnerRequest.py @@ -21,7 +21,7 @@ class CreateDatabaseForInnerRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'CreateDatabaseForInner') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'CreateDatabaseForInner','rds') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CreateDatabaseRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CreateDatabaseRequest.py index 78bf03dbd6..95a787aa2e 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CreateDatabaseRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CreateDatabaseRequest.py @@ -21,7 +21,7 @@ class CreateDatabaseRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'CreateDatabase') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'CreateDatabase','rds') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CreateDiagnosticReportRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CreateDiagnosticReportRequest.py index 2efa4da7a4..041fc48873 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CreateDiagnosticReportRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CreateDiagnosticReportRequest.py @@ -21,7 +21,7 @@ class CreateDiagnosticReportRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'CreateDiagnosticReport') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'CreateDiagnosticReport','rds') def get_EndTime(self): return self.get_query_params().get('EndTime') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CreateFCTriggerRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CreateFCTriggerRequest.py index 662553a9ad..733fe877ea 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CreateFCTriggerRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CreateFCTriggerRequest.py @@ -21,7 +21,7 @@ class CreateFCTriggerRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'CreateFCTrigger') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'CreateFCTrigger','rds') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CreateMigrateTaskForSQLServerRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CreateMigrateTaskForSQLServerRequest.py index 49e0ececab..9913c51d34 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CreateMigrateTaskForSQLServerRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CreateMigrateTaskForSQLServerRequest.py @@ -21,7 +21,7 @@ class CreateMigrateTaskForSQLServerRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'CreateMigrateTaskForSQLServer') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'CreateMigrateTaskForSQLServer','rds') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CreateMigrateTaskRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CreateMigrateTaskRequest.py index 41e8b00953..1714161ca1 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CreateMigrateTaskRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CreateMigrateTaskRequest.py @@ -21,7 +21,7 @@ class CreateMigrateTaskRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'CreateMigrateTask') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'CreateMigrateTask','rds') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CreateMulOrderForBuyRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CreateMulOrderForBuyRequest.py index 56a929b9c9..01ebad8128 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CreateMulOrderForBuyRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CreateMulOrderForBuyRequest.py @@ -21,7 +21,7 @@ class CreateMulOrderForBuyRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'CreateMulOrderForBuy') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'CreateMulOrderForBuy','rds') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CreateMulOrderForDeferRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CreateMulOrderForDeferRequest.py index eee5d5f3a8..90f3b8cd32 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CreateMulOrderForDeferRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CreateMulOrderForDeferRequest.py @@ -21,7 +21,7 @@ class CreateMulOrderForDeferRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'CreateMulOrderForDefer') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'CreateMulOrderForDefer','rds') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CreateOnlineDatabaseTaskRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CreateOnlineDatabaseTaskRequest.py index 3c0f587204..a81cf19df0 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CreateOnlineDatabaseTaskRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CreateOnlineDatabaseTaskRequest.py @@ -21,7 +21,7 @@ class CreateOnlineDatabaseTaskRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'CreateOnlineDatabaseTask') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'CreateOnlineDatabaseTask','rds') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CreateOpenSearchDBInstanceRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CreateOpenSearchDBInstanceRequest.py index 87cbc6104e..8ef493461f 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CreateOpenSearchDBInstanceRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CreateOpenSearchDBInstanceRequest.py @@ -21,7 +21,7 @@ class CreateOpenSearchDBInstanceRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'CreateOpenSearchDBInstance') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'CreateOpenSearchDBInstance','rds') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CreateOrderForCloneRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CreateOrderForCloneRequest.py index fc0fd741f7..479e43d220 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CreateOrderForCloneRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CreateOrderForCloneRequest.py @@ -21,7 +21,7 @@ class CreateOrderForCloneRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'CreateOrderForClone') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'CreateOrderForClone','rds') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CreateOrderForDeferRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CreateOrderForDeferRequest.py index c0349c80d8..5805dbd85a 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CreateOrderForDeferRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CreateOrderForDeferRequest.py @@ -21,7 +21,7 @@ class CreateOrderForDeferRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'CreateOrderForDefer') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'CreateOrderForDefer','rds') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CreateOrderForDegradeRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CreateOrderForDegradeRequest.py index e29a8ec930..2f5bf86d14 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CreateOrderForDegradeRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CreateOrderForDegradeRequest.py @@ -21,7 +21,7 @@ class CreateOrderForDegradeRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'CreateOrderForDegrade') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'CreateOrderForDegrade','rds') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CreateOrderForModifyRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CreateOrderForModifyRequest.py index cf3264c7dd..41a77bbd7c 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CreateOrderForModifyRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CreateOrderForModifyRequest.py @@ -21,7 +21,7 @@ class CreateOrderForModifyRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'CreateOrderForModify') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'CreateOrderForModify','rds') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CreateOrderForRebuildRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CreateOrderForRebuildRequest.py index c8cf0f1e02..dfe48ae6f4 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CreateOrderForRebuildRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CreateOrderForRebuildRequest.py @@ -21,7 +21,7 @@ class CreateOrderForRebuildRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'CreateOrderForRebuild') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'CreateOrderForRebuild','rds') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CreateOrderForTempUpgradeRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CreateOrderForTempUpgradeRequest.py index 3b0f44876d..1ac544c856 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CreateOrderForTempUpgradeRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CreateOrderForTempUpgradeRequest.py @@ -21,7 +21,7 @@ class CreateOrderForTempUpgradeRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'CreateOrderForTempUpgrade') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'CreateOrderForTempUpgrade','rds') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CreateOrderRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CreateOrderRequest.py index a3a73c779a..085154c258 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CreateOrderRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CreateOrderRequest.py @@ -21,7 +21,7 @@ class CreateOrderRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'CreateOrder') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'CreateOrder','rds') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CreateParameterGroupRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CreateParameterGroupRequest.py index eb1e5d8dc0..fbc31036e1 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CreateParameterGroupRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CreateParameterGroupRequest.py @@ -21,7 +21,7 @@ class CreateParameterGroupRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'CreateParameterGroup') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'CreateParameterGroup','rds') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CreatePolicyWithSpecifiedPolicyRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CreatePolicyWithSpecifiedPolicyRequest.py index 13392205df..0815616bc1 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CreatePolicyWithSpecifiedPolicyRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CreatePolicyWithSpecifiedPolicyRequest.py @@ -21,7 +21,7 @@ class CreatePolicyWithSpecifiedPolicyRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'CreatePolicyWithSpecifiedPolicy') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'CreatePolicyWithSpecifiedPolicy','rds') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CreatePostpaidDBInstanceForChannelRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CreatePostpaidDBInstanceForChannelRequest.py index ebe6d016ad..2cec2f608e 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CreatePostpaidDBInstanceForChannelRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CreatePostpaidDBInstanceForChannelRequest.py @@ -21,7 +21,7 @@ class CreatePostpaidDBInstanceForChannelRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'CreatePostpaidDBInstanceForChannel') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'CreatePostpaidDBInstanceForChannel','rds') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CreatePostpaidDBInstanceRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CreatePostpaidDBInstanceRequest.py index 4f81d39320..6a783782ec 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CreatePostpaidDBInstanceRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CreatePostpaidDBInstanceRequest.py @@ -21,7 +21,7 @@ class CreatePostpaidDBInstanceRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'CreatePostpaidDBInstance') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'CreatePostpaidDBInstance','rds') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CreateReadOnlyDBInstanceRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CreateReadOnlyDBInstanceRequest.py index 811cb31c50..eeea9fd0bc 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CreateReadOnlyDBInstanceRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CreateReadOnlyDBInstanceRequest.py @@ -21,7 +21,7 @@ class CreateReadOnlyDBInstanceRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'CreateReadOnlyDBInstance') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'CreateReadOnlyDBInstance','rds') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CreateSQLDiagnosisRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CreateSQLDiagnosisRequest.py index a65e505275..1802bf54c0 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CreateSQLDiagnosisRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CreateSQLDiagnosisRequest.py @@ -21,7 +21,7 @@ class CreateSQLDiagnosisRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'CreateSQLDiagnosis') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'CreateSQLDiagnosis','rds') def get_EndTime(self): return self.get_query_params().get('EndTime') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CreateStaticVerificationRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CreateStaticVerificationRequest.py index ad560af1d0..fc621f92b1 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CreateStaticVerificationRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CreateStaticVerificationRequest.py @@ -21,7 +21,7 @@ class CreateStaticVerificationRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'CreateStaticVerification') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'CreateStaticVerification','rds') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CreateTempDBInstanceForChannelRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CreateTempDBInstanceForChannelRequest.py index c0403e4e72..f0889b554f 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CreateTempDBInstanceForChannelRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CreateTempDBInstanceForChannelRequest.py @@ -21,7 +21,7 @@ class CreateTempDBInstanceForChannelRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'CreateTempDBInstanceForChannel') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'CreateTempDBInstanceForChannel','rds') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CreateTempDBInstanceRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CreateTempDBInstanceRequest.py index 955ebfa9ea..543ea4ada2 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CreateTempDBInstanceRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CreateTempDBInstanceRequest.py @@ -21,7 +21,7 @@ class CreateTempDBInstanceRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'CreateTempDBInstance') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'CreateTempDBInstance','rds') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CreateUploadPathForSQLServerRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CreateUploadPathForSQLServerRequest.py index f3658f68be..c2758e69fe 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CreateUploadPathForSQLServerRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/CreateUploadPathForSQLServerRequest.py @@ -21,7 +21,7 @@ class CreateUploadPathForSQLServerRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'CreateUploadPathForSQLServer') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'CreateUploadPathForSQLServer','rds') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DecribeSqlLogDumpStatusRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DecribeSqlLogDumpStatusRequest.py index 043f73b261..0c7ced004c 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DecribeSqlLogDumpStatusRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DecribeSqlLogDumpStatusRequest.py @@ -21,7 +21,7 @@ class DecribeSqlLogDumpStatusRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DecribeSqlLogDumpStatus') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DecribeSqlLogDumpStatus','rds') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DegradeDBInstanceSpecRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DegradeDBInstanceSpecRequest.py index 80ff22a599..bab9fbb78f 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DegradeDBInstanceSpecRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DegradeDBInstanceSpecRequest.py @@ -21,7 +21,7 @@ class DegradeDBInstanceSpecRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DegradeDBInstanceSpec') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DegradeDBInstanceSpec','rds') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DeleteAccountRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DeleteAccountRequest.py index bae9bdae6d..ac799d113e 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DeleteAccountRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DeleteAccountRequest.py @@ -21,7 +21,7 @@ class DeleteAccountRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DeleteAccount') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DeleteAccount','rds') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DeleteBackupRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DeleteBackupRequest.py index 9d2295c51d..cf8db6d994 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DeleteBackupRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DeleteBackupRequest.py @@ -21,7 +21,7 @@ class DeleteBackupRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DeleteBackup') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DeleteBackup','rds') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DeleteCloudInstanceIpRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DeleteCloudInstanceIpRequest.py index c8d1707a64..221b4a706f 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DeleteCloudInstanceIpRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DeleteCloudInstanceIpRequest.py @@ -21,7 +21,7 @@ class DeleteCloudInstanceIpRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DeleteCloudInstanceIp') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DeleteCloudInstanceIp','rds') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DeleteDBInstanceRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DeleteDBInstanceRequest.py index 2ed239905e..2498df2dd8 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DeleteDBInstanceRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DeleteDBInstanceRequest.py @@ -21,7 +21,7 @@ class DeleteDBInstanceRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DeleteDBInstance') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DeleteDBInstance','rds') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DeleteDampPolicyRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DeleteDampPolicyRequest.py index 0e80798289..d34cf115f5 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DeleteDampPolicyRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DeleteDampPolicyRequest.py @@ -21,7 +21,7 @@ class DeleteDampPolicyRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DeleteDampPolicy') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DeleteDampPolicy','rds') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DeleteDatabaseRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DeleteDatabaseRequest.py index 074ebbbb09..0a9450d023 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DeleteDatabaseRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DeleteDatabaseRequest.py @@ -21,7 +21,7 @@ class DeleteDatabaseRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DeleteDatabase') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DeleteDatabase','rds') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DeleteFCTriggerRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DeleteFCTriggerRequest.py index 18a5823c7a..143719d294 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DeleteFCTriggerRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DeleteFCTriggerRequest.py @@ -21,7 +21,7 @@ class DeleteFCTriggerRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DeleteFCTrigger') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DeleteFCTrigger','rds') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DeleteOpenSearchDBInstanceRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DeleteOpenSearchDBInstanceRequest.py index 1a2da9cfc7..e76c42050c 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DeleteOpenSearchDBInstanceRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DeleteOpenSearchDBInstanceRequest.py @@ -21,7 +21,7 @@ class DeleteOpenSearchDBInstanceRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DeleteOpenSearchDBInstance') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DeleteOpenSearchDBInstance','rds') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DeleteParameterGroupRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DeleteParameterGroupRequest.py index d1b7013557..a516a080e8 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DeleteParameterGroupRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DeleteParameterGroupRequest.py @@ -21,7 +21,7 @@ class DeleteParameterGroupRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DeleteParameterGroup') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DeleteParameterGroup','rds') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescibeImportsFromDatabaseRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescibeImportsFromDatabaseRequest.py index 8b6c111aeb..a5f1bbae70 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescibeImportsFromDatabaseRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescibeImportsFromDatabaseRequest.py @@ -21,7 +21,7 @@ class DescibeImportsFromDatabaseRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescibeImportsFromDatabase') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescibeImportsFromDatabase','rds') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeAbnormalDBInstancesRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeAbnormalDBInstancesRequest.py index 1b20ad4aac..cc74078c90 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeAbnormalDBInstancesRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeAbnormalDBInstancesRequest.py @@ -21,7 +21,7 @@ class DescribeAbnormalDBInstancesRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeAbnormalDBInstances') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeAbnormalDBInstances','rds') def get_Tag4value(self): return self.get_query_params().get('Tag.4.value') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeAccountsRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeAccountsRequest.py index 7f6e9f08bd..55c0b1c6ce 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeAccountsRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeAccountsRequest.py @@ -21,7 +21,7 @@ class DescribeAccountsRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeAccounts') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeAccounts','rds') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeActiveOperationTaskCountRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeActiveOperationTaskCountRequest.py index 0dcccf0cd3..ecc65904cc 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeActiveOperationTaskCountRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeActiveOperationTaskCountRequest.py @@ -21,7 +21,7 @@ class DescribeActiveOperationTaskCountRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeActiveOperationTaskCount') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeActiveOperationTaskCount','rds') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeActiveOperationTaskRegionRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeActiveOperationTaskRegionRequest.py index b21e4eba2b..71ed9daed8 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeActiveOperationTaskRegionRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeActiveOperationTaskRegionRequest.py @@ -21,7 +21,7 @@ class DescribeActiveOperationTaskRegionRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeActiveOperationTaskRegion') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeActiveOperationTaskRegion','rds') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeActiveOperationTaskRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeActiveOperationTaskRequest.py index c8abff009f..af438eef79 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeActiveOperationTaskRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeActiveOperationTaskRequest.py @@ -21,7 +21,7 @@ class DescribeActiveOperationTaskRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeActiveOperationTask') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeActiveOperationTask','rds') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeActiveOperationTaskTypeRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeActiveOperationTaskTypeRequest.py index 6c11bb8aa3..8e2f836fce 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeActiveOperationTaskTypeRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeActiveOperationTaskTypeRequest.py @@ -21,7 +21,7 @@ class DescribeActiveOperationTaskTypeRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeActiveOperationTaskType') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeActiveOperationTaskType','rds') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeArchiveSQLLogFromKeplerRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeArchiveSQLLogFromKeplerRequest.py index 51a09ea9f0..ea2273d2fa 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeArchiveSQLLogFromKeplerRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeArchiveSQLLogFromKeplerRequest.py @@ -21,7 +21,7 @@ class DescribeArchiveSQLLogFromKeplerRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeArchiveSQLLogFromKepler') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeArchiveSQLLogFromKepler','rds') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeAvailableInstanceClassRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeAvailableInstanceClassRequest.py index efa85e0fe2..bfb433d0ce 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeAvailableInstanceClassRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeAvailableInstanceClassRequest.py @@ -21,7 +21,7 @@ class DescribeAvailableInstanceClassRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeAvailableInstanceClass') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeAvailableInstanceClass','rds') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeAvailableResourceRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeAvailableResourceRequest.py index c23b90440e..91cedd99ab 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeAvailableResourceRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeAvailableResourceRequest.py @@ -21,7 +21,7 @@ class DescribeAvailableResourceRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeAvailableResource') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeAvailableResource','rds') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeBackupDatabaseRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeBackupDatabaseRequest.py index 7c0b012408..8b3e58eef9 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeBackupDatabaseRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeBackupDatabaseRequest.py @@ -21,7 +21,7 @@ class DescribeBackupDatabaseRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeBackupDatabase') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeBackupDatabase','rds') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeBackupPolicyRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeBackupPolicyRequest.py index 32320d127f..c32960b0cd 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeBackupPolicyRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeBackupPolicyRequest.py @@ -21,7 +21,7 @@ class DescribeBackupPolicyRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeBackupPolicy') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeBackupPolicy','rds') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeBackupSetsForSecurityRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeBackupSetsForSecurityRequest.py index db15f783ed..dba0a2257e 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeBackupSetsForSecurityRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeBackupSetsForSecurityRequest.py @@ -21,7 +21,7 @@ class DescribeBackupSetsForSecurityRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeBackupSetsForSecurity') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeBackupSetsForSecurity','rds') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeBackupTasksRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeBackupTasksRequest.py index efa324d354..44cdc9121d 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeBackupTasksRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeBackupTasksRequest.py @@ -21,7 +21,7 @@ class DescribeBackupTasksRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeBackupTasks') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeBackupTasks','rds') def get_BackupJobId(self): return self.get_query_params().get('BackupJobId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeBackupsForSecurityRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeBackupsForSecurityRequest.py index 90fc431f3c..0db13328b3 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeBackupsForSecurityRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeBackupsForSecurityRequest.py @@ -21,7 +21,7 @@ class DescribeBackupsForSecurityRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeBackupsForSecurity') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeBackupsForSecurity','rds') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeBackupsRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeBackupsRequest.py index 903ebde236..fa823c681d 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeBackupsRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeBackupsRequest.py @@ -21,7 +21,7 @@ class DescribeBackupsRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeBackups') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeBackups','rds') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeBinlogFilesRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeBinlogFilesRequest.py index d96952810c..8d1824f32b 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeBinlogFilesRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeBinlogFilesRequest.py @@ -21,7 +21,7 @@ class DescribeBinlogFilesRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeBinlogFiles') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeBinlogFiles','rds') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeCharacterSetNameRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeCharacterSetNameRequest.py index e7e33b5d46..658e7b1952 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeCharacterSetNameRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeCharacterSetNameRequest.py @@ -21,7 +21,7 @@ class DescribeCharacterSetNameRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeCharacterSetName') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeCharacterSetName','rds') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeClassListRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeClassListRequest.py index 4428c1a8f4..c1a4fa12b7 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeClassListRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeClassListRequest.py @@ -21,7 +21,7 @@ class DescribeClassListRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeClassList') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeClassList','rds') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeCloudDBAServiceRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeCloudDBAServiceRequest.py index d2d103f3d9..bed61025d0 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeCloudDBAServiceRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeCloudDBAServiceRequest.py @@ -21,7 +21,7 @@ class DescribeCloudDBAServiceRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeCloudDBAService') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeCloudDBAService','rds') def get_ServiceRequestType(self): return self.get_query_params().get('ServiceRequestType') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeCloudDbExpertServiceRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeCloudDbExpertServiceRequest.py index a0539faed2..8357cc4bf7 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeCloudDbExpertServiceRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeCloudDbExpertServiceRequest.py @@ -21,7 +21,7 @@ class DescribeCloudDbExpertServiceRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeCloudDbExpertService') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeCloudDbExpertService','rds') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeCollationTimeZonesRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeCollationTimeZonesRequest.py index 22f5858eda..5e01e1d53f 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeCollationTimeZonesRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeCollationTimeZonesRequest.py @@ -21,7 +21,7 @@ class DescribeCollationTimeZonesRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeCollationTimeZones') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeCollationTimeZones','rds') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeCommodityRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeCommodityRequest.py index 8714a2e154..b7596f0bdd 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeCommodityRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeCommodityRequest.py @@ -21,7 +21,7 @@ class DescribeCommodityRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeCommodity') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeCommodity','rds') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeCustinsKernelReleaseNotesRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeCustinsKernelReleaseNotesRequest.py index 58a3533e44..531323339c 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeCustinsKernelReleaseNotesRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeCustinsKernelReleaseNotesRequest.py @@ -21,7 +21,7 @@ class DescribeCustinsKernelReleaseNotesRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeCustinsKernelReleaseNotes') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeCustinsKernelReleaseNotes','rds') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeDBInstanceAttributeRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeDBInstanceAttributeRequest.py index 0222feaec2..b3de39d517 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeDBInstanceAttributeRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeDBInstanceAttributeRequest.py @@ -21,7 +21,7 @@ class DescribeDBInstanceAttributeRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeDBInstanceAttribute') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeDBInstanceAttribute','rds') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeDBInstanceByTagsRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeDBInstanceByTagsRequest.py index 200acb7d4c..9153989af1 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeDBInstanceByTagsRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeDBInstanceByTagsRequest.py @@ -21,7 +21,7 @@ class DescribeDBInstanceByTagsRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeDBInstanceByTags') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeDBInstanceByTags','rds') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeDBInstanceECSSGRelationRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeDBInstanceECSSGRelationRequest.py index 6752579f8a..cfba782fef 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeDBInstanceECSSGRelationRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeDBInstanceECSSGRelationRequest.py @@ -21,7 +21,7 @@ class DescribeDBInstanceECSSGRelationRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeDBInstanceECSSGRelation') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeDBInstanceECSSGRelation','rds') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeDBInstanceEncryptionKeyRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeDBInstanceEncryptionKeyRequest.py index eb4ba3e434..5118b47ad1 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeDBInstanceEncryptionKeyRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeDBInstanceEncryptionKeyRequest.py @@ -21,7 +21,7 @@ class DescribeDBInstanceEncryptionKeyRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeDBInstanceEncryptionKey') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeDBInstanceEncryptionKey','rds') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeDBInstanceExtendAttributeRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeDBInstanceExtendAttributeRequest.py index 8655f83452..79e3e34419 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeDBInstanceExtendAttributeRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeDBInstanceExtendAttributeRequest.py @@ -21,7 +21,7 @@ class DescribeDBInstanceExtendAttributeRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeDBInstanceExtendAttribute') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeDBInstanceExtendAttribute','rds') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeDBInstanceHAConfigRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeDBInstanceHAConfigRequest.py index 70283d437c..b2f5248ac2 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeDBInstanceHAConfigRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeDBInstanceHAConfigRequest.py @@ -21,7 +21,7 @@ class DescribeDBInstanceHAConfigRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeDBInstanceHAConfig') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeDBInstanceHAConfig','rds') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeDBInstanceIPArrayListRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeDBInstanceIPArrayListRequest.py index cef3ad10d4..05783b2364 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeDBInstanceIPArrayListRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeDBInstanceIPArrayListRequest.py @@ -21,7 +21,7 @@ class DescribeDBInstanceIPArrayListRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeDBInstanceIPArrayList') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeDBInstanceIPArrayList','rds') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeDBInstanceInfoRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeDBInstanceInfoRequest.py index 574350d90a..9783527ca9 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeDBInstanceInfoRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeDBInstanceInfoRequest.py @@ -21,7 +21,7 @@ class DescribeDBInstanceInfoRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeDBInstanceInfo') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeDBInstanceInfo','rds') def get_AddressPort(self): return self.get_query_params().get('AddressPort') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeDBInstanceMonitorRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeDBInstanceMonitorRequest.py index 334f062403..eba535a641 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeDBInstanceMonitorRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeDBInstanceMonitorRequest.py @@ -21,7 +21,7 @@ class DescribeDBInstanceMonitorRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeDBInstanceMonitor') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeDBInstanceMonitor','rds') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeDBInstanceNetInfoForChannelRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeDBInstanceNetInfoForChannelRequest.py index c9fa6d3ff2..1a8ee21207 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeDBInstanceNetInfoForChannelRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeDBInstanceNetInfoForChannelRequest.py @@ -21,7 +21,7 @@ class DescribeDBInstanceNetInfoForChannelRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeDBInstanceNetInfoForChannel') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeDBInstanceNetInfoForChannel','rds') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeDBInstanceNetInfoRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeDBInstanceNetInfoRequest.py index 0f8ecff11a..9316f29eff 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeDBInstanceNetInfoRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeDBInstanceNetInfoRequest.py @@ -21,7 +21,7 @@ class DescribeDBInstanceNetInfoRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeDBInstanceNetInfo') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeDBInstanceNetInfo','rds') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeDBInstanceNetworkDetailRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeDBInstanceNetworkDetailRequest.py index 83913317a2..700adf22c0 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeDBInstanceNetworkDetailRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeDBInstanceNetworkDetailRequest.py @@ -21,7 +21,7 @@ class DescribeDBInstanceNetworkDetailRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeDBInstanceNetworkDetail') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeDBInstanceNetworkDetail','rds') def get_StartPoint(self): return self.get_query_params().get('StartPoint') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeDBInstanceNetworkRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeDBInstanceNetworkRequest.py index 1cecd29266..efa9ca90c8 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeDBInstanceNetworkRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeDBInstanceNetworkRequest.py @@ -21,7 +21,7 @@ class DescribeDBInstanceNetworkRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeDBInstanceNetwork') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeDBInstanceNetwork','rds') def get_EndTime(self): return self.get_query_params().get('EndTime') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeDBInstancePerformanceRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeDBInstancePerformanceRequest.py index 09c06aa134..b35c931716 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeDBInstancePerformanceRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeDBInstancePerformanceRequest.py @@ -21,7 +21,7 @@ class DescribeDBInstancePerformanceRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeDBInstancePerformance') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeDBInstancePerformance','rds') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeDBInstanceProxyConfigurationRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeDBInstanceProxyConfigurationRequest.py index e850aa82b6..6e318925bb 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeDBInstanceProxyConfigurationRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeDBInstanceProxyConfigurationRequest.py @@ -21,7 +21,7 @@ class DescribeDBInstanceProxyConfigurationRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeDBInstanceProxyConfiguration') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeDBInstanceProxyConfiguration','rds') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeDBInstanceSSLRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeDBInstanceSSLRequest.py index ab6a866f2e..b963877914 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeDBInstanceSSLRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeDBInstanceSSLRequest.py @@ -21,7 +21,7 @@ class DescribeDBInstanceSSLRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeDBInstanceSSL') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeDBInstanceSSL','rds') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeDBInstanceSwitchLogRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeDBInstanceSwitchLogRequest.py index 75f79c3314..e51354d730 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeDBInstanceSwitchLogRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeDBInstanceSwitchLogRequest.py @@ -21,7 +21,7 @@ class DescribeDBInstanceSwitchLogRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeDBInstanceSwitchLog') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeDBInstanceSwitchLog','rds') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeDBInstanceTDERequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeDBInstanceTDERequest.py index f481545b5f..732b9d0abf 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeDBInstanceTDERequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeDBInstanceTDERequest.py @@ -21,7 +21,7 @@ class DescribeDBInstanceTDERequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeDBInstanceTDE') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeDBInstanceTDE','rds') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeDBInstanceUserRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeDBInstanceUserRequest.py index 03099df1a9..fad0c04fcb 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeDBInstanceUserRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeDBInstanceUserRequest.py @@ -21,7 +21,7 @@ class DescribeDBInstanceUserRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeDBInstanceUser') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeDBInstanceUser','rds') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeDBInstancesAsCsvRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeDBInstancesAsCsvRequest.py index 365359e2f5..ca069c4750 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeDBInstancesAsCsvRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeDBInstancesAsCsvRequest.py @@ -21,7 +21,7 @@ class DescribeDBInstancesAsCsvRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeDBInstancesAsCsv') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeDBInstancesAsCsv','rds') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeDBInstancesByExpireTimeRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeDBInstancesByExpireTimeRequest.py index 3cc7ed7827..6e1303b545 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeDBInstancesByExpireTimeRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeDBInstancesByExpireTimeRequest.py @@ -21,7 +21,7 @@ class DescribeDBInstancesByExpireTimeRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeDBInstancesByExpireTime') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeDBInstancesByExpireTime','rds') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeDBInstancesByPerformanceRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeDBInstancesByPerformanceRequest.py index 622eae4b0d..2217374233 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeDBInstancesByPerformanceRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeDBInstancesByPerformanceRequest.py @@ -21,7 +21,7 @@ class DescribeDBInstancesByPerformanceRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeDBInstancesByPerformance') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeDBInstancesByPerformance','rds') def get_Tag4value(self): return self.get_query_params().get('Tag.4.value') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeDBInstancesRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeDBInstancesRequest.py index 5049a85cb9..ef63d04a0c 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeDBInstancesRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeDBInstancesRequest.py @@ -21,7 +21,7 @@ class DescribeDBInstancesRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeDBInstances') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeDBInstances','rds') def get_Tag4value(self): return self.get_query_params().get('Tag.4.value') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeDBInstancesWithCloudResourceRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeDBInstancesWithCloudResourceRequest.py index b3fbb7c6a4..cee16291a0 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeDBInstancesWithCloudResourceRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeDBInstancesWithCloudResourceRequest.py @@ -21,7 +21,7 @@ class DescribeDBInstancesWithCloudResourceRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeDBInstancesWithCloudResource') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeDBInstancesWithCloudResource','rds') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeDampPoliciesByCidRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeDampPoliciesByCidRequest.py index 5af975b09b..794e562de3 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeDampPoliciesByCidRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeDampPoliciesByCidRequest.py @@ -21,7 +21,7 @@ class DescribeDampPoliciesByCidRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeDampPoliciesByCid') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeDampPoliciesByCid','rds') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeDampPolicyByCommentRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeDampPolicyByCommentRequest.py index d865314983..31a8858f22 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeDampPolicyByCommentRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeDampPolicyByCommentRequest.py @@ -21,7 +21,7 @@ class DescribeDampPolicyByCommentRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeDampPolicyByComment') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeDampPolicyByComment','rds') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeDampPolicyByPolicyNameRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeDampPolicyByPolicyNameRequest.py index 3aa5640dd1..1eb70b3922 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeDampPolicyByPolicyNameRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeDampPolicyByPolicyNameRequest.py @@ -21,7 +21,7 @@ class DescribeDampPolicyByPolicyNameRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeDampPolicyByPolicyName') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeDampPolicyByPolicyName','rds') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeDatabaseLockDiagnosisRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeDatabaseLockDiagnosisRequest.py index 0278770dfd..765d90bc13 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeDatabaseLockDiagnosisRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeDatabaseLockDiagnosisRequest.py @@ -21,7 +21,7 @@ class DescribeDatabaseLockDiagnosisRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeDatabaseLockDiagnosis') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeDatabaseLockDiagnosis','rds') def get_EndTime(self): return self.get_query_params().get('EndTime') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeDatabasesRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeDatabasesRequest.py index 67b035c82a..c00c9ab509 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeDatabasesRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeDatabasesRequest.py @@ -21,7 +21,7 @@ class DescribeDatabasesRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeDatabases') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeDatabases','rds') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeDiagnosticReportListRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeDiagnosticReportListRequest.py index eba65bcd75..13e35d9311 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeDiagnosticReportListRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeDiagnosticReportListRequest.py @@ -21,7 +21,7 @@ class DescribeDiagnosticReportListRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeDiagnosticReportList') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeDiagnosticReportList','rds') def get_DBInstanceId(self): return self.get_query_params().get('DBInstanceId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeDynamicVerificationListRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeDynamicVerificationListRequest.py index 32bb6374c7..7d088e30f4 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeDynamicVerificationListRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeDynamicVerificationListRequest.py @@ -21,7 +21,7 @@ class DescribeDynamicVerificationListRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeDynamicVerificationList') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeDynamicVerificationList','rds') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeErrorLogsRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeErrorLogsRequest.py index 5d8b98a313..f3f56f59fa 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeErrorLogsRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeErrorLogsRequest.py @@ -21,7 +21,7 @@ class DescribeErrorLogsRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeErrorLogs') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeErrorLogs','rds') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeFCTriggerRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeFCTriggerRequest.py index 93ada1d9a8..724cf3c73f 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeFCTriggerRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeFCTriggerRequest.py @@ -21,7 +21,7 @@ class DescribeFCTriggerRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeFCTrigger') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeFCTrigger','rds') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeFilesForSQLServerRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeFilesForSQLServerRequest.py index 0678ceaadf..20dae60b54 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeFilesForSQLServerRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeFilesForSQLServerRequest.py @@ -21,7 +21,7 @@ class DescribeFilesForSQLServerRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeFilesForSQLServer') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeFilesForSQLServer','rds') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeImportsForSQLServerRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeImportsForSQLServerRequest.py index 30330b9a6a..4300a67c38 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeImportsForSQLServerRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeImportsForSQLServerRequest.py @@ -21,7 +21,7 @@ class DescribeImportsForSQLServerRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeImportsForSQLServer') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeImportsForSQLServer','rds') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeInstanceAutoRenewAttributeRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeInstanceAutoRenewAttributeRequest.py index 180e72955e..95d044a953 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeInstanceAutoRenewAttributeRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeInstanceAutoRenewAttributeRequest.py @@ -21,7 +21,7 @@ class DescribeInstanceAutoRenewAttributeRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeInstanceAutoRenewAttribute') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeInstanceAutoRenewAttribute','rds') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeInstanceAutoRenewalAttributeRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeInstanceAutoRenewalAttributeRequest.py index 0420c60017..0b9cb0920b 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeInstanceAutoRenewalAttributeRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeInstanceAutoRenewalAttributeRequest.py @@ -21,7 +21,7 @@ class DescribeInstanceAutoRenewalAttributeRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeInstanceAutoRenewalAttribute') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeInstanceAutoRenewalAttribute','rds') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeInstanceKeywordsRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeInstanceKeywordsRequest.py index b148c764f1..10ed4ffdd8 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeInstanceKeywordsRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeInstanceKeywordsRequest.py @@ -21,7 +21,7 @@ class DescribeInstanceKeywordsRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeInstanceKeywords') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeInstanceKeywords','rds') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeInstanceLevelListRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeInstanceLevelListRequest.py index 8dc2828ca7..f377a6d39b 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeInstanceLevelListRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeInstanceLevelListRequest.py @@ -21,7 +21,7 @@ class DescribeInstanceLevelListRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeInstanceLevelList') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeInstanceLevelList','rds') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeInstanceVpcMigrateInfoRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeInstanceVpcMigrateInfoRequest.py index ee8188af93..45a4d34733 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeInstanceVpcMigrateInfoRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeInstanceVpcMigrateInfoRequest.py @@ -21,7 +21,7 @@ class DescribeInstanceVpcMigrateInfoRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeInstanceVpcMigrateInfo') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeInstanceVpcMigrateInfo','rds') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeLogBackupFilesRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeLogBackupFilesRequest.py index e9728d974e..793be5b1cc 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeLogBackupFilesRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeLogBackupFilesRequest.py @@ -21,7 +21,7 @@ class DescribeLogBackupFilesRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeLogBackupFiles') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeLogBackupFiles','rds') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeLogicDBInstanceTopologyRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeLogicDBInstanceTopologyRequest.py index cf776415dd..f64d904046 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeLogicDBInstanceTopologyRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeLogicDBInstanceTopologyRequest.py @@ -21,7 +21,7 @@ class DescribeLogicDBInstanceTopologyRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeLogicDBInstanceTopology') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeLogicDBInstanceTopology','rds') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeMetaListRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeMetaListRequest.py index b62a21331c..33b0f074d1 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeMetaListRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeMetaListRequest.py @@ -21,7 +21,7 @@ class DescribeMetaListRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeMetaList') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeMetaList','rds') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeMigrateCountInfoRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeMigrateCountInfoRequest.py index c3efdfb2d2..7e1136bde5 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeMigrateCountInfoRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeMigrateCountInfoRequest.py @@ -21,7 +21,7 @@ class DescribeMigrateCountInfoRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeMigrateCountInfo') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeMigrateCountInfo','rds') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeMigrateTasksForSQLServerRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeMigrateTasksForSQLServerRequest.py index 13e3a40dd3..43bcb3033e 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeMigrateTasksForSQLServerRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeMigrateTasksForSQLServerRequest.py @@ -21,7 +21,7 @@ class DescribeMigrateTasksForSQLServerRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeMigrateTasksForSQLServer') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeMigrateTasksForSQLServer','rds') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeMigrateTasksRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeMigrateTasksRequest.py index 66cd96f6ce..e1f82e6d77 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeMigrateTasksRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeMigrateTasksRequest.py @@ -21,7 +21,7 @@ class DescribeMigrateTasksRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeMigrateTasks') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeMigrateTasks','rds') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeModifyParameterLogRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeModifyParameterLogRequest.py index 288657f6fe..c5bbb67165 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeModifyParameterLogRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeModifyParameterLogRequest.py @@ -21,7 +21,7 @@ class DescribeModifyParameterLogRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeModifyParameterLog') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeModifyParameterLog','rds') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeOpenSearchDBInstanceRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeOpenSearchDBInstanceRequest.py index 9d355a98e9..9a307c7b41 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeOpenSearchDBInstanceRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeOpenSearchDBInstanceRequest.py @@ -21,7 +21,7 @@ class DescribeOpenSearchDBInstanceRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeOpenSearchDBInstance') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeOpenSearchDBInstance','rds') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeOperationLogsRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeOperationLogsRequest.py index 1d5485838c..00bdbf38b3 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeOperationLogsRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeOperationLogsRequest.py @@ -21,7 +21,7 @@ class DescribeOperationLogsRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeOperationLogs') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeOperationLogs','rds') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeOperatorPermissionRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeOperatorPermissionRequest.py index c8a3f49b84..e65e6504eb 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeOperatorPermissionRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeOperatorPermissionRequest.py @@ -21,7 +21,7 @@ class DescribeOperatorPermissionRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeOperatorPermission') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeOperatorPermission','rds') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeOptimizeAdviceByDBARequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeOptimizeAdviceByDBARequest.py index bac167ce42..65082bb14a 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeOptimizeAdviceByDBARequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeOptimizeAdviceByDBARequest.py @@ -21,7 +21,7 @@ class DescribeOptimizeAdviceByDBARequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeOptimizeAdviceByDBA') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeOptimizeAdviceByDBA','rds') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeOptimizeAdviceOnBigTableRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeOptimizeAdviceOnBigTableRequest.py index 0d58ed6167..e131e0e22a 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeOptimizeAdviceOnBigTableRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeOptimizeAdviceOnBigTableRequest.py @@ -21,7 +21,7 @@ class DescribeOptimizeAdviceOnBigTableRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeOptimizeAdviceOnBigTable') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeOptimizeAdviceOnBigTable','rds') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeOptimizeAdviceOnExcessIndexRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeOptimizeAdviceOnExcessIndexRequest.py index f05bc18ebb..ce2189073a 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeOptimizeAdviceOnExcessIndexRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeOptimizeAdviceOnExcessIndexRequest.py @@ -21,7 +21,7 @@ class DescribeOptimizeAdviceOnExcessIndexRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeOptimizeAdviceOnExcessIndex') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeOptimizeAdviceOnExcessIndex','rds') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeOptimizeAdviceOnMissIndexRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeOptimizeAdviceOnMissIndexRequest.py index 552829858d..c8a1aa19a5 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeOptimizeAdviceOnMissIndexRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeOptimizeAdviceOnMissIndexRequest.py @@ -21,7 +21,7 @@ class DescribeOptimizeAdviceOnMissIndexRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeOptimizeAdviceOnMissIndex') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeOptimizeAdviceOnMissIndex','rds') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeOptimizeAdviceOnMissPKRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeOptimizeAdviceOnMissPKRequest.py index 89a1fef10b..bdb972f2a5 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeOptimizeAdviceOnMissPKRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeOptimizeAdviceOnMissPKRequest.py @@ -21,7 +21,7 @@ class DescribeOptimizeAdviceOnMissPKRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeOptimizeAdviceOnMissPK') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeOptimizeAdviceOnMissPK','rds') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeOptimizeAdviceOnStorageRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeOptimizeAdviceOnStorageRequest.py index c8eeff65b5..bb731e0761 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeOptimizeAdviceOnStorageRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeOptimizeAdviceOnStorageRequest.py @@ -21,7 +21,7 @@ class DescribeOptimizeAdviceOnStorageRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeOptimizeAdviceOnStorage') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeOptimizeAdviceOnStorage','rds') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeOssDownloadsForSQLServerRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeOssDownloadsForSQLServerRequest.py index 53de0877ae..0d2dfcaaf0 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeOssDownloadsForSQLServerRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeOssDownloadsForSQLServerRequest.py @@ -21,7 +21,7 @@ class DescribeOssDownloadsForSQLServerRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeOssDownloadsForSQLServer') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeOssDownloadsForSQLServer','rds') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeOssDownloadsRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeOssDownloadsRequest.py index 2ba7e0f5f8..88b7c56abe 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeOssDownloadsRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeOssDownloadsRequest.py @@ -21,7 +21,7 @@ class DescribeOssDownloadsRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeOssDownloads') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeOssDownloads','rds') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeParameterGroupRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeParameterGroupRequest.py index 100ccc176e..70c3701b35 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeParameterGroupRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeParameterGroupRequest.py @@ -21,7 +21,7 @@ class DescribeParameterGroupRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeParameterGroup') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeParameterGroup','rds') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeParameterGroupsRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeParameterGroupsRequest.py index 37a2fc7516..45ebdac413 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeParameterGroupsRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeParameterGroupsRequest.py @@ -21,7 +21,7 @@ class DescribeParameterGroupsRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeParameterGroups') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeParameterGroups','rds') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeParameterTemplatesRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeParameterTemplatesRequest.py index 80d13c7de1..97b7bbcd80 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeParameterTemplatesRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeParameterTemplatesRequest.py @@ -21,7 +21,7 @@ class DescribeParameterTemplatesRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeParameterTemplates') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeParameterTemplates','rds') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeParametersRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeParametersRequest.py index 83ca72678d..bbf6638385 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeParametersRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeParametersRequest.py @@ -21,7 +21,7 @@ class DescribeParametersRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeParameters') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeParameters','rds') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribePreCheckResultsRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribePreCheckResultsRequest.py index 0b2ccbc951..9caab3bb79 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribePreCheckResultsRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribePreCheckResultsRequest.py @@ -21,7 +21,7 @@ class DescribePreCheckResultsRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribePreCheckResults') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribePreCheckResults','rds') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribePriceRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribePriceRequest.py index ee9dfc0e41..9215a7c46a 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribePriceRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribePriceRequest.py @@ -21,7 +21,7 @@ class DescribePriceRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribePrice') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribePrice','rds') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeProxyFunctionSupportRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeProxyFunctionSupportRequest.py index ca20df9196..64f88d2b73 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeProxyFunctionSupportRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeProxyFunctionSupportRequest.py @@ -21,7 +21,7 @@ class DescribeProxyFunctionSupportRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeProxyFunctionSupport') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeProxyFunctionSupport','rds') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeRdsVSwitchsRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeRdsVSwitchsRequest.py index 889b50a2b0..60d1c58cac 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeRdsVSwitchsRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeRdsVSwitchsRequest.py @@ -21,7 +21,7 @@ class DescribeRdsVSwitchsRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeRdsVSwitchs') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeRdsVSwitchs','rds') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeRdsVpcsRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeRdsVpcsRequest.py index 4e2f4b6157..d679c39e9f 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeRdsVpcsRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeRdsVpcsRequest.py @@ -21,7 +21,7 @@ class DescribeRdsVpcsRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeRdsVpcs') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeRdsVpcs','rds') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeReadDBInstanceDelayRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeReadDBInstanceDelayRequest.py index 859a051f7d..28a980bf15 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeReadDBInstanceDelayRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeReadDBInstanceDelayRequest.py @@ -21,7 +21,7 @@ class DescribeReadDBInstanceDelayRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeReadDBInstanceDelay') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeReadDBInstanceDelay','rds') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeRealtimeDiagnosesRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeRealtimeDiagnosesRequest.py index b5c164d17f..2715730bb8 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeRealtimeDiagnosesRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeRealtimeDiagnosesRequest.py @@ -21,7 +21,7 @@ class DescribeRealtimeDiagnosesRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeRealtimeDiagnoses') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeRealtimeDiagnoses','rds') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeRegionAvailabilityRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeRegionAvailabilityRequest.py index 99ca6f6e3c..786a940b61 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeRegionAvailabilityRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeRegionAvailabilityRequest.py @@ -21,7 +21,7 @@ class DescribeRegionAvailabilityRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeRegionAvailability') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeRegionAvailability','rds') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeRegionsForChannelRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeRegionsForChannelRequest.py index 69a99e2128..59c743651b 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeRegionsForChannelRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeRegionsForChannelRequest.py @@ -21,7 +21,7 @@ class DescribeRegionsForChannelRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeRegionsForChannel') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeRegionsForChannel','rds') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeRegionsRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeRegionsRequest.py index c10b43cf22..e5a813e91d 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeRegionsRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeRegionsRequest.py @@ -21,7 +21,7 @@ class DescribeRegionsRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeRegions') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeRegions','rds') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeRenewalPriceRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeRenewalPriceRequest.py index 04b20de8ab..0c2a0e6749 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeRenewalPriceRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeRenewalPriceRequest.py @@ -21,7 +21,7 @@ class DescribeRenewalPriceRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeRenewalPrice') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeRenewalPrice','rds') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeReplicaConflictInfoRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeReplicaConflictInfoRequest.py index e8cf528f8c..00b3098b6b 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeReplicaConflictInfoRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeReplicaConflictInfoRequest.py @@ -21,7 +21,7 @@ class DescribeReplicaConflictInfoRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeReplicaConflictInfo') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeReplicaConflictInfo','rds') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeReplicaInitializeProgressRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeReplicaInitializeProgressRequest.py index 2cda6558ca..3812664911 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeReplicaInitializeProgressRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeReplicaInitializeProgressRequest.py @@ -21,7 +21,7 @@ class DescribeReplicaInitializeProgressRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeReplicaInitializeProgress') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeReplicaInitializeProgress','rds') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeReplicaPerformanceRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeReplicaPerformanceRequest.py index fed14d197f..cde9a1085e 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeReplicaPerformanceRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeReplicaPerformanceRequest.py @@ -21,7 +21,7 @@ class DescribeReplicaPerformanceRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeReplicaPerformance') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeReplicaPerformance','rds') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeReplicaUsageRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeReplicaUsageRequest.py index f3aeae3a29..bed1a26ef0 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeReplicaUsageRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeReplicaUsageRequest.py @@ -21,7 +21,7 @@ class DescribeReplicaUsageRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeReplicaUsage') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeReplicaUsage','rds') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeReplicasRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeReplicasRequest.py index f91e207af5..e36a9d4476 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeReplicasRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeReplicasRequest.py @@ -21,7 +21,7 @@ class DescribeReplicasRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeReplicas') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeReplicas','rds') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeResourceDiagnosisRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeResourceDiagnosisRequest.py index d863cd3e67..e5127c5aa6 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeResourceDiagnosisRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeResourceDiagnosisRequest.py @@ -21,7 +21,7 @@ class DescribeResourceDiagnosisRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeResourceDiagnosis') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeResourceDiagnosis','rds') def get_EndTime(self): return self.get_query_params().get('EndTime') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeResourceUsageRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeResourceUsageRequest.py index fce9ef7fee..1e32d7bfdd 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeResourceUsageRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeResourceUsageRequest.py @@ -21,7 +21,7 @@ class DescribeResourceUsageRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeResourceUsage') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeResourceUsage','rds') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeSQLCollectorPolicyRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeSQLCollectorPolicyRequest.py index fbbfffad1e..d2d6cb23ec 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeSQLCollectorPolicyRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeSQLCollectorPolicyRequest.py @@ -21,7 +21,7 @@ class DescribeSQLCollectorPolicyRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeSQLCollectorPolicy') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeSQLCollectorPolicy','rds') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeSQLCollectorRetentionRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeSQLCollectorRetentionRequest.py index b80e0ee0b5..50402332c5 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeSQLCollectorRetentionRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeSQLCollectorRetentionRequest.py @@ -21,7 +21,7 @@ class DescribeSQLCollectorRetentionRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeSQLCollectorRetention') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeSQLCollectorRetention','rds') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeSQLCollectorVersionRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeSQLCollectorVersionRequest.py index c736db9ad2..193ce69758 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeSQLCollectorVersionRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeSQLCollectorVersionRequest.py @@ -21,7 +21,7 @@ class DescribeSQLCollectorVersionRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeSQLCollectorVersion') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeSQLCollectorVersion','rds') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeSQLDiagnosisListRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeSQLDiagnosisListRequest.py index 540c31331a..f3c8e47ce3 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeSQLDiagnosisListRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeSQLDiagnosisListRequest.py @@ -21,7 +21,7 @@ class DescribeSQLDiagnosisListRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeSQLDiagnosisList') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeSQLDiagnosisList','rds') def get_DBInstanceId(self): return self.get_query_params().get('DBInstanceId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeSQLDiagnosisRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeSQLDiagnosisRequest.py index ca2cbaa6d9..5ee28dd1a9 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeSQLDiagnosisRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeSQLDiagnosisRequest.py @@ -21,7 +21,7 @@ class DescribeSQLDiagnosisRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeSQLDiagnosis') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeSQLDiagnosis','rds') def get_SQLDiagId(self): return self.get_query_params().get('SQLDiagId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeSQLInjectionInfosRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeSQLInjectionInfosRequest.py index 91f962fb84..a2e0f68e8a 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeSQLInjectionInfosRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeSQLInjectionInfosRequest.py @@ -21,7 +21,7 @@ class DescribeSQLInjectionInfosRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeSQLInjectionInfos') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeSQLInjectionInfos','rds') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeSQLLogFilesRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeSQLLogFilesRequest.py index 6426e79d0d..b93971f7c1 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeSQLLogFilesRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeSQLLogFilesRequest.py @@ -21,7 +21,7 @@ class DescribeSQLLogFilesRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeSQLLogFiles') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeSQLLogFiles','rds') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeSQLLogRecordsListRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeSQLLogRecordsListRequest.py index 1fbd96ae02..ca3a900a80 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeSQLLogRecordsListRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeSQLLogRecordsListRequest.py @@ -21,7 +21,7 @@ class DescribeSQLLogRecordsListRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeSQLLogRecordsList') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeSQLLogRecordsList','rds') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeSQLLogRecordsRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeSQLLogRecordsRequest.py index 09abf81390..02abceb751 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeSQLLogRecordsRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeSQLLogRecordsRequest.py @@ -21,7 +21,7 @@ class DescribeSQLLogRecordsRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeSQLLogRecords') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeSQLLogRecords','rds') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeSQLLogReportListRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeSQLLogReportListRequest.py index 52c941b070..d47c2fd373 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeSQLLogReportListRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeSQLLogReportListRequest.py @@ -21,7 +21,7 @@ class DescribeSQLLogReportListRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeSQLLogReportList') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeSQLLogReportList','rds') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeSQLLogReportsRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeSQLLogReportsRequest.py index 60fe6165c4..a20c5f49c2 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeSQLLogReportsRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeSQLLogReportsRequest.py @@ -21,7 +21,7 @@ class DescribeSQLLogReportsRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeSQLLogReports') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeSQLLogReports','rds') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeSQLReportsRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeSQLReportsRequest.py index db117c029f..048198237b 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeSQLReportsRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeSQLReportsRequest.py @@ -21,7 +21,7 @@ class DescribeSQLReportsRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeSQLReports') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeSQLReports','rds') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeSQLServerUpgradeVersionsRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeSQLServerUpgradeVersionsRequest.py index 2a4fc98e6e..263878bb84 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeSQLServerUpgradeVersionsRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeSQLServerUpgradeVersionsRequest.py @@ -21,7 +21,7 @@ class DescribeSQLServerUpgradeVersionsRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeSQLServerUpgradeVersions') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeSQLServerUpgradeVersions','rds') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeSecurityGroupConfigurationRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeSecurityGroupConfigurationRequest.py index 74dc4db0db..c2263f743d 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeSecurityGroupConfigurationRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeSecurityGroupConfigurationRequest.py @@ -21,7 +21,7 @@ class DescribeSecurityGroupConfigurationRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeSecurityGroupConfiguration') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeSecurityGroupConfiguration','rds') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeServiceOfCloudDBARequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeServiceOfCloudDBARequest.py index 4d6629fed5..49af43b994 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeServiceOfCloudDBARequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeServiceOfCloudDBARequest.py @@ -21,7 +21,7 @@ class DescribeServiceOfCloudDBARequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeServiceOfCloudDBA') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeServiceOfCloudDBA','rds') def get_ServiceRequestType(self): return self.get_query_params().get('ServiceRequestType') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeSlowLogRecordsRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeSlowLogRecordsRequest.py index 8f692b003d..2fc9dd3e4f 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeSlowLogRecordsRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeSlowLogRecordsRequest.py @@ -21,7 +21,7 @@ class DescribeSlowLogRecordsRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeSlowLogRecords') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeSlowLogRecords','rds') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeSlowLogsRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeSlowLogsRequest.py index 809d9d2894..a8cdd8b0cf 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeSlowLogsRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeSlowLogsRequest.py @@ -21,7 +21,7 @@ class DescribeSlowLogsRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeSlowLogs') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeSlowLogs','rds') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeSqlLogDetailArchiveStatusRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeSqlLogDetailArchiveStatusRequest.py index 63d986991f..6af005479e 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeSqlLogDetailArchiveStatusRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeSqlLogDetailArchiveStatusRequest.py @@ -21,7 +21,7 @@ class DescribeSqlLogDetailArchiveStatusRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeSqlLogDetailArchiveStatus') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeSqlLogDetailArchiveStatus','rds') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeSqlLogDumpStatusRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeSqlLogDumpStatusRequest.py index a594e1ae47..51df97aac1 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeSqlLogDumpStatusRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeSqlLogDumpStatusRequest.py @@ -21,7 +21,7 @@ class DescribeSqlLogDumpStatusRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeSqlLogDumpStatus') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeSqlLogDumpStatus','rds') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeSqlLogInstancesRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeSqlLogInstancesRequest.py index df491ebac3..ff5ea83196 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeSqlLogInstancesRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeSqlLogInstancesRequest.py @@ -21,7 +21,7 @@ class DescribeSqlLogInstancesRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeSqlLogInstances') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeSqlLogInstances','rds') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeSqlLogTemplatesListRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeSqlLogTemplatesListRequest.py index ae1873e7fa..eff675ae66 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeSqlLogTemplatesListRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeSqlLogTemplatesListRequest.py @@ -21,7 +21,7 @@ class DescribeSqlLogTemplatesListRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeSqlLogTemplatesList') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeSqlLogTemplatesList','rds') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeSqlLogTemplatesTimeDistributionRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeSqlLogTemplatesTimeDistributionRequest.py index 6dae3550bc..af47b45db3 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeSqlLogTemplatesTimeDistributionRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeSqlLogTemplatesTimeDistributionRequest.py @@ -21,7 +21,7 @@ class DescribeSqlLogTemplatesTimeDistributionRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeSqlLogTemplatesTimeDistribution') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeSqlLogTemplatesTimeDistribution','rds') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeSqlLogTimeDistributionRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeSqlLogTimeDistributionRequest.py index 72880db12f..83d5a05e59 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeSqlLogTimeDistributionRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeSqlLogTimeDistributionRequest.py @@ -21,7 +21,7 @@ class DescribeSqlLogTimeDistributionRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeSqlLogTimeDistribution') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeSqlLogTimeDistribution','rds') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeSqlTemplatesConsumeAndScanRowsRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeSqlTemplatesConsumeAndScanRowsRequest.py index 9c427b6fe3..73bca09235 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeSqlTemplatesConsumeAndScanRowsRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeSqlTemplatesConsumeAndScanRowsRequest.py @@ -21,7 +21,7 @@ class DescribeSqlTemplatesConsumeAndScanRowsRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeSqlTemplatesConsumeAndScanRows') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeSqlTemplatesConsumeAndScanRows','rds') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeStaticVerificationListRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeStaticVerificationListRequest.py index d2dd951a51..c9db057052 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeStaticVerificationListRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeStaticVerificationListRequest.py @@ -21,7 +21,7 @@ class DescribeStaticVerificationListRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeStaticVerificationList') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeStaticVerificationList','rds') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeStrategyRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeStrategyRequest.py index 0341607485..8066e7fb78 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeStrategyRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeStrategyRequest.py @@ -21,7 +21,7 @@ class DescribeStrategyRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeStrategy') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeStrategy','rds') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeSyncAccountForInnerRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeSyncAccountForInnerRequest.py index dfdbfe8985..a0da2b246f 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeSyncAccountForInnerRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeSyncAccountForInnerRequest.py @@ -21,7 +21,7 @@ class DescribeSyncAccountForInnerRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeSyncAccountForInner') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeSyncAccountForInner','rds') def get_DBInstanceName(self): return self.get_query_params().get('DBInstanceName') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeSyncAccountsRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeSyncAccountsRequest.py index ea9aedd003..add167cfd3 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeSyncAccountsRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeSyncAccountsRequest.py @@ -21,7 +21,7 @@ class DescribeSyncAccountsRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeSyncAccounts') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeSyncAccounts','rds') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeTagsRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeTagsRequest.py index cbbbe2ef36..32215059fe 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeTagsRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeTagsRequest.py @@ -21,7 +21,7 @@ class DescribeTagsRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeTags') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeTags','rds') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeTaskInfoRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeTaskInfoRequest.py index deb09ba8fc..edab952a86 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeTaskInfoRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeTaskInfoRequest.py @@ -21,7 +21,7 @@ class DescribeTaskInfoRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeTaskInfo') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeTaskInfo','rds') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeTasksRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeTasksRequest.py index c33cbe7d62..eb836b418c 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeTasksRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeTasksRequest.py @@ -21,7 +21,7 @@ class DescribeTasksRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeTasks') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeTasks','rds') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeTemplateSqlDetailRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeTemplateSqlDetailRequest.py index 08b43b48d7..0d814aba02 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeTemplateSqlDetailRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeTemplateSqlDetailRequest.py @@ -21,7 +21,7 @@ class DescribeTemplateSqlDetailRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeTemplateSqlDetail') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeTemplateSqlDetail','rds') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeTemplatesConsumeAndScanRowsRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeTemplatesConsumeAndScanRowsRequest.py index f1f55dbd6a..86e37368bb 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeTemplatesConsumeAndScanRowsRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeTemplatesConsumeAndScanRowsRequest.py @@ -21,7 +21,7 @@ class DescribeTemplatesConsumeAndScanRowsRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeTemplatesConsumeAndScanRows') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeTemplatesConsumeAndScanRows','rds') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeTemplatesListRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeTemplatesListRequest.py index 494ea53f83..66fdb6236b 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeTemplatesListRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeTemplatesListRequest.py @@ -21,7 +21,7 @@ class DescribeTemplatesListRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeTemplatesList') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeTemplatesList','rds') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeTemplatesSqlTypeRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeTemplatesSqlTypeRequest.py index eb981cedf5..53c6a076ed 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeTemplatesSqlTypeRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeTemplatesSqlTypeRequest.py @@ -21,7 +21,7 @@ class DescribeTemplatesSqlTypeRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeTemplatesSqlType') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeTemplatesSqlType','rds') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeUserEncryptionKeyListRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeUserEncryptionKeyListRequest.py index 03fb5e4fba..b745ef4e4e 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeUserEncryptionKeyListRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeUserEncryptionKeyListRequest.py @@ -21,7 +21,7 @@ class DescribeUserEncryptionKeyListRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeUserEncryptionKeyList') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeUserEncryptionKeyList','rds') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeUserInfoRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeUserInfoRequest.py index aeabede9ef..fa05b8403a 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeUserInfoRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeUserInfoRequest.py @@ -21,7 +21,7 @@ class DescribeUserInfoRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeUserInfo') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeUserInfo','rds') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeVerificationListRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeVerificationListRequest.py index 527036be1d..a4216ad30e 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeVerificationListRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeVerificationListRequest.py @@ -21,7 +21,7 @@ class DescribeVerificationListRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeVerificationList') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeVerificationList','rds') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeVpcZoneNosRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeVpcZoneNosRequest.py index a19072048f..d369728d48 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeVpcZoneNosRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DescribeVpcZoneNosRequest.py @@ -21,7 +21,7 @@ class DescribeVpcZoneNosRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeVpcZoneNos') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DescribeVpcZoneNos','rds') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DestroyDBInstanceRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DestroyDBInstanceRequest.py index 8cec17984f..cb5b3c74db 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DestroyDBInstanceRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DestroyDBInstanceRequest.py @@ -21,7 +21,7 @@ class DestroyDBInstanceRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DestroyDBInstance') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DestroyDBInstance','rds') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DisableSqlLogDistributionRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DisableSqlLogDistributionRequest.py index a7523250fd..ba14b7b4f0 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DisableSqlLogDistributionRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/DisableSqlLogDistributionRequest.py @@ -21,7 +21,7 @@ class DisableSqlLogDistributionRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DisableSqlLogDistribution') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'DisableSqlLogDistribution','rds') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/EnableSqlLogDistributionRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/EnableSqlLogDistributionRequest.py index 7e359bf147..ae49655ae5 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/EnableSqlLogDistributionRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/EnableSqlLogDistributionRequest.py @@ -21,7 +21,7 @@ class EnableSqlLogDistributionRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'EnableSqlLogDistribution') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'EnableSqlLogDistribution','rds') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/EvaluateFailOverSwitchRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/EvaluateFailOverSwitchRequest.py index 8028165017..223f9cff8f 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/EvaluateFailOverSwitchRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/EvaluateFailOverSwitchRequest.py @@ -21,7 +21,7 @@ class EvaluateFailOverSwitchRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'EvaluateFailOverSwitch') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'EvaluateFailOverSwitch','rds') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/EvaluateFailoverRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/EvaluateFailoverRequest.py index c3c7c61707..8d25352815 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/EvaluateFailoverRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/EvaluateFailoverRequest.py @@ -21,7 +21,7 @@ class EvaluateFailoverRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'EvaluateFailover') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'EvaluateFailover','rds') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/EvaluateResourceRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/EvaluateResourceRequest.py index 00b263c849..bd27c332a8 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/EvaluateResourceRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/EvaluateResourceRequest.py @@ -21,7 +21,7 @@ class EvaluateResourceRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'EvaluateResource') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'EvaluateResource','rds') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/EvaluateSupportByokShowRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/EvaluateSupportByokShowRequest.py index c1037d8f8b..e9fd253755 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/EvaluateSupportByokShowRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/EvaluateSupportByokShowRequest.py @@ -21,7 +21,7 @@ class EvaluateSupportByokShowRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'EvaluateSupportByokShow') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'EvaluateSupportByokShow','rds') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ExtractBackupFromOASRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ExtractBackupFromOASRequest.py index c99d72a9e1..06fb7c9f22 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ExtractBackupFromOASRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ExtractBackupFromOASRequest.py @@ -21,7 +21,7 @@ class ExtractBackupFromOASRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'ExtractBackupFromOAS') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'ExtractBackupFromOAS','rds') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/FailoverRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/FailoverRequest.py index 912ca6ffe1..b533bffd45 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/FailoverRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/FailoverRequest.py @@ -21,7 +21,7 @@ class FailoverRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'Failover') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'Failover','rds') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/GrantAccountPrivilegeRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/GrantAccountPrivilegeRequest.py index b102b1be3b..2388b98fa2 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/GrantAccountPrivilegeRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/GrantAccountPrivilegeRequest.py @@ -21,7 +21,7 @@ class GrantAccountPrivilegeRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'GrantAccountPrivilege') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'GrantAccountPrivilege','rds') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/GrantOperatorPermissionRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/GrantOperatorPermissionRequest.py index ad25bf4897..0ada8117df 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/GrantOperatorPermissionRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/GrantOperatorPermissionRequest.py @@ -21,7 +21,7 @@ class GrantOperatorPermissionRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'GrantOperatorPermission') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'GrantOperatorPermission','rds') def get_Privileges(self): return self.get_query_params().get('Privileges') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ImportDataForSQLServerRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ImportDataForSQLServerRequest.py index d278124a2b..8c0969229b 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ImportDataForSQLServerRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ImportDataForSQLServerRequest.py @@ -21,7 +21,7 @@ class ImportDataForSQLServerRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'ImportDataForSQLServer') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'ImportDataForSQLServer','rds') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ImportDataFromDatabaseRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ImportDataFromDatabaseRequest.py index 780505ee6e..c9839c6b4b 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ImportDataFromDatabaseRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ImportDataFromDatabaseRequest.py @@ -21,7 +21,7 @@ class ImportDataFromDatabaseRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'ImportDataFromDatabase') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'ImportDataFromDatabase','rds') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ImportDatabaseBetweenInstancesRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ImportDatabaseBetweenInstancesRequest.py index 3066afed07..7e3487b0c4 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ImportDatabaseBetweenInstancesRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ImportDatabaseBetweenInstancesRequest.py @@ -21,7 +21,7 @@ class ImportDatabaseBetweenInstancesRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'ImportDatabaseBetweenInstances') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'ImportDatabaseBetweenInstances','rds') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/LockDBInstanceRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/LockDBInstanceRequest.py index 4392b42366..35a46db0d3 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/LockDBInstanceRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/LockDBInstanceRequest.py @@ -21,7 +21,7 @@ class LockDBInstanceRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'LockDBInstance') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'LockDBInstance','rds') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/LoginDBInstancefromCloudDBARequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/LoginDBInstancefromCloudDBARequest.py index 5536e78721..67e2375e5f 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/LoginDBInstancefromCloudDBARequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/LoginDBInstancefromCloudDBARequest.py @@ -21,7 +21,7 @@ class LoginDBInstancefromCloudDBARequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'LoginDBInstancefromCloudDBA') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'LoginDBInstancefromCloudDBA','rds') def get_ServiceRequestType(self): return self.get_query_params().get('ServiceRequestType') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/MigrateSecurityIPModeRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/MigrateSecurityIPModeRequest.py index 85511540cc..e1532ba5dc 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/MigrateSecurityIPModeRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/MigrateSecurityIPModeRequest.py @@ -21,7 +21,7 @@ class MigrateSecurityIPModeRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'MigrateSecurityIPMode') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'MigrateSecurityIPMode','rds') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/MigrateToOtherRegionRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/MigrateToOtherRegionRequest.py index 8d7bf86916..4b9bcd5f20 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/MigrateToOtherRegionRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/MigrateToOtherRegionRequest.py @@ -21,7 +21,7 @@ class MigrateToOtherRegionRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'MigrateToOtherRegion') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'MigrateToOtherRegion','rds') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/MigrateToOtherZoneRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/MigrateToOtherZoneRequest.py index c651febeef..289ff4f1f8 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/MigrateToOtherZoneRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/MigrateToOtherZoneRequest.py @@ -21,7 +21,7 @@ class MigrateToOtherZoneRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'MigrateToOtherZone') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'MigrateToOtherZone','rds') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyAccountDescriptionRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyAccountDescriptionRequest.py index 2425e77251..b1843e5c18 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyAccountDescriptionRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyAccountDescriptionRequest.py @@ -21,7 +21,7 @@ class ModifyAccountDescriptionRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'ModifyAccountDescription') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'ModifyAccountDescription','rds') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyActiveOperationTaskRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyActiveOperationTaskRequest.py index 37b5bb2211..99b388d4f5 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyActiveOperationTaskRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyActiveOperationTaskRequest.py @@ -21,7 +21,7 @@ class ModifyActiveOperationTaskRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'ModifyActiveOperationTask') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'ModifyActiveOperationTask','rds') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyBackupPolicyRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyBackupPolicyRequest.py index ed908cfe77..9280b87fb5 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyBackupPolicyRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyBackupPolicyRequest.py @@ -21,7 +21,7 @@ class ModifyBackupPolicyRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'ModifyBackupPolicy') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'ModifyBackupPolicy','rds') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyCollationTimeZoneRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyCollationTimeZoneRequest.py index 9645718818..2759861e0e 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyCollationTimeZoneRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyCollationTimeZoneRequest.py @@ -21,7 +21,7 @@ class ModifyCollationTimeZoneRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'ModifyCollationTimeZone') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'ModifyCollationTimeZone','rds') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyCommodityRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyCommodityRequest.py index 5b01a14bf6..327216cf6b 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyCommodityRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyCommodityRequest.py @@ -21,7 +21,7 @@ class ModifyCommodityRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'ModifyCommodity') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'ModifyCommodity','rds') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyDBDescriptionRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyDBDescriptionRequest.py index 721fc5e0c5..0c5c1de065 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyDBDescriptionRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyDBDescriptionRequest.py @@ -21,7 +21,7 @@ class ModifyDBDescriptionRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'ModifyDBDescription') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'ModifyDBDescription','rds') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyDBInstanceChargeTypeForJuShiTaRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyDBInstanceChargeTypeForJuShiTaRequest.py index 4ab1ee1d97..302aa53032 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyDBInstanceChargeTypeForJuShiTaRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyDBInstanceChargeTypeForJuShiTaRequest.py @@ -21,7 +21,7 @@ class ModifyDBInstanceChargeTypeForJuShiTaRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'ModifyDBInstanceChargeTypeForJuShiTa') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'ModifyDBInstanceChargeTypeForJuShiTa','rds') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyDBInstanceConnectionModeRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyDBInstanceConnectionModeRequest.py index 2c769285c9..0c52de3b67 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyDBInstanceConnectionModeRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyDBInstanceConnectionModeRequest.py @@ -21,7 +21,7 @@ class ModifyDBInstanceConnectionModeRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'ModifyDBInstanceConnectionMode') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'ModifyDBInstanceConnectionMode','rds') def get_ConnectionMode(self): return self.get_query_params().get('ConnectionMode') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyDBInstanceConnectionStringRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyDBInstanceConnectionStringRequest.py index 5441ec3686..fd5011811f 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyDBInstanceConnectionStringRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyDBInstanceConnectionStringRequest.py @@ -21,7 +21,7 @@ class ModifyDBInstanceConnectionStringRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'ModifyDBInstanceConnectionString') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'ModifyDBInstanceConnectionString','rds') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyDBInstanceDelayReplicationTimeRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyDBInstanceDelayReplicationTimeRequest.py index 1e8efc0366..8cfaf0fd9a 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyDBInstanceDelayReplicationTimeRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyDBInstanceDelayReplicationTimeRequest.py @@ -21,7 +21,7 @@ class ModifyDBInstanceDelayReplicationTimeRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'ModifyDBInstanceDelayReplicationTime') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'ModifyDBInstanceDelayReplicationTime','rds') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyDBInstanceDelayedReplicationTimeRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyDBInstanceDelayedReplicationTimeRequest.py index dfba6bdc70..3b14073c68 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyDBInstanceDelayedReplicationTimeRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyDBInstanceDelayedReplicationTimeRequest.py @@ -21,7 +21,7 @@ class ModifyDBInstanceDelayedReplicationTimeRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'ModifyDBInstanceDelayedReplicationTime') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'ModifyDBInstanceDelayedReplicationTime','rds') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyDBInstanceDescriptionRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyDBInstanceDescriptionRequest.py index b9df7253b8..8fc370e473 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyDBInstanceDescriptionRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyDBInstanceDescriptionRequest.py @@ -21,7 +21,7 @@ class ModifyDBInstanceDescriptionRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'ModifyDBInstanceDescription') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'ModifyDBInstanceDescription','rds') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyDBInstanceECSSGRelationRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyDBInstanceECSSGRelationRequest.py index 24dcd41d56..06cf3cb5eb 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyDBInstanceECSSGRelationRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyDBInstanceECSSGRelationRequest.py @@ -21,7 +21,7 @@ class ModifyDBInstanceECSSGRelationRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'ModifyDBInstanceECSSGRelation') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'ModifyDBInstanceECSSGRelation','rds') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyDBInstanceHAConfigRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyDBInstanceHAConfigRequest.py index dda0601b51..89a3ceb4f7 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyDBInstanceHAConfigRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyDBInstanceHAConfigRequest.py @@ -21,7 +21,7 @@ class ModifyDBInstanceHAConfigRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'ModifyDBInstanceHAConfig') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'ModifyDBInstanceHAConfig','rds') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyDBInstanceMaintainTimeRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyDBInstanceMaintainTimeRequest.py index f3d0eac92b..6639da95fc 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyDBInstanceMaintainTimeRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyDBInstanceMaintainTimeRequest.py @@ -21,7 +21,7 @@ class ModifyDBInstanceMaintainTimeRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'ModifyDBInstanceMaintainTime') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'ModifyDBInstanceMaintainTime','rds') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyDBInstanceMonitorRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyDBInstanceMonitorRequest.py index 53e4819436..6d9cd17e1a 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyDBInstanceMonitorRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyDBInstanceMonitorRequest.py @@ -21,7 +21,7 @@ class ModifyDBInstanceMonitorRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'ModifyDBInstanceMonitor') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'ModifyDBInstanceMonitor','rds') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyDBInstanceNetExpireTimeRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyDBInstanceNetExpireTimeRequest.py index f326a36037..3f015b1e2e 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyDBInstanceNetExpireTimeRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyDBInstanceNetExpireTimeRequest.py @@ -21,7 +21,7 @@ class ModifyDBInstanceNetExpireTimeRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'ModifyDBInstanceNetExpireTime') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'ModifyDBInstanceNetExpireTime','rds') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyDBInstanceNetworkExpireTimeRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyDBInstanceNetworkExpireTimeRequest.py index 120d1f89be..6d39f07c79 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyDBInstanceNetworkExpireTimeRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyDBInstanceNetworkExpireTimeRequest.py @@ -21,7 +21,7 @@ class ModifyDBInstanceNetworkExpireTimeRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'ModifyDBInstanceNetworkExpireTime') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'ModifyDBInstanceNetworkExpireTime','rds') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyDBInstanceNetworkTypeRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyDBInstanceNetworkTypeRequest.py index 3c888436a8..17b789982b 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyDBInstanceNetworkTypeRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyDBInstanceNetworkTypeRequest.py @@ -21,7 +21,7 @@ class ModifyDBInstanceNetworkTypeRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'ModifyDBInstanceNetworkType') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'ModifyDBInstanceNetworkType','rds') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyDBInstanceOwnerRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyDBInstanceOwnerRequest.py index acb3f8d726..329a5a9546 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyDBInstanceOwnerRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyDBInstanceOwnerRequest.py @@ -21,7 +21,7 @@ class ModifyDBInstanceOwnerRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'ModifyDBInstanceOwner') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'ModifyDBInstanceOwner','rds') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyDBInstancePayTypeRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyDBInstancePayTypeRequest.py index 0a055a3e8d..2ac12c686e 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyDBInstancePayTypeRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyDBInstancePayTypeRequest.py @@ -21,7 +21,7 @@ class ModifyDBInstancePayTypeRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'ModifyDBInstancePayType') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'ModifyDBInstancePayType','rds') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyDBInstanceProxyConfigurationRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyDBInstanceProxyConfigurationRequest.py index fe4a4fb229..d301cf88df 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyDBInstanceProxyConfigurationRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyDBInstanceProxyConfigurationRequest.py @@ -21,7 +21,7 @@ class ModifyDBInstanceProxyConfigurationRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'ModifyDBInstanceProxyConfiguration') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'ModifyDBInstanceProxyConfiguration','rds') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyDBInstanceSSLRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyDBInstanceSSLRequest.py index 11a3cd00e8..5e3b180b0c 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyDBInstanceSSLRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyDBInstanceSSLRequest.py @@ -21,7 +21,7 @@ class ModifyDBInstanceSSLRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'ModifyDBInstanceSSL') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'ModifyDBInstanceSSL','rds') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyDBInstanceSpecRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyDBInstanceSpecRequest.py index 83c8bdfe11..55cdb6b586 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyDBInstanceSpecRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyDBInstanceSpecRequest.py @@ -21,7 +21,7 @@ class ModifyDBInstanceSpecRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'ModifyDBInstanceSpec') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'ModifyDBInstanceSpec','rds') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyDBInstanceTDERequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyDBInstanceTDERequest.py index 6eefb91b74..4398cbf9e2 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyDBInstanceTDERequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyDBInstanceTDERequest.py @@ -21,7 +21,7 @@ class ModifyDBInstanceTDERequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'ModifyDBInstanceTDE') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'ModifyDBInstanceTDE','rds') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyDampPolicyRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyDampPolicyRequest.py index af80f224fc..d97f9a7300 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyDampPolicyRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyDampPolicyRequest.py @@ -21,7 +21,7 @@ class ModifyDampPolicyRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'ModifyDampPolicy') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'ModifyDampPolicy','rds') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyDynamicModeRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyDynamicModeRequest.py index 6f0fbcb129..bd34ced1b6 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyDynamicModeRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyDynamicModeRequest.py @@ -21,7 +21,7 @@ class ModifyDynamicModeRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'ModifyDynamicMode') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'ModifyDynamicMode','rds') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyFCTriggerRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyFCTriggerRequest.py index 5842cbd1ed..4669aeb2d4 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyFCTriggerRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyFCTriggerRequest.py @@ -21,7 +21,7 @@ class ModifyFCTriggerRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'ModifyFCTrigger') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'ModifyFCTrigger','rds') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyGuardDomainModeRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyGuardDomainModeRequest.py index 7f04898ec5..7775ba3fa3 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyGuardDomainModeRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyGuardDomainModeRequest.py @@ -21,7 +21,7 @@ class ModifyGuardDomainModeRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'ModifyGuardDomainMode') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'ModifyGuardDomainMode','rds') def get_DomainMode(self): return self.get_query_params().get('DomainMode') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyInstanceAutoRenewAttributeRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyInstanceAutoRenewAttributeRequest.py index 6e25332d22..2f4f569858 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyInstanceAutoRenewAttributeRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyInstanceAutoRenewAttributeRequest.py @@ -21,7 +21,7 @@ class ModifyInstanceAutoRenewAttributeRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'ModifyInstanceAutoRenewAttribute') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'ModifyInstanceAutoRenewAttribute','rds') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyInstanceAutoRenewalAttributeRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyInstanceAutoRenewalAttributeRequest.py index 58622117bf..fb4626a1c4 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyInstanceAutoRenewalAttributeRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyInstanceAutoRenewalAttributeRequest.py @@ -21,7 +21,7 @@ class ModifyInstanceAutoRenewalAttributeRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'ModifyInstanceAutoRenewalAttribute') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'ModifyInstanceAutoRenewalAttribute','rds') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyMySQLDBInstanceDelayRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyMySQLDBInstanceDelayRequest.py index 7c661e7274..c2a6bdaf3d 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyMySQLDBInstanceDelayRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyMySQLDBInstanceDelayRequest.py @@ -21,7 +21,7 @@ class ModifyMySQLDBInstanceDelayRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'ModifyMySQLDBInstanceDelay') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'ModifyMySQLDBInstanceDelay','rds') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyOpenSearchDBInstanceRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyOpenSearchDBInstanceRequest.py index c7fea6b6e5..348afd9a3d 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyOpenSearchDBInstanceRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyOpenSearchDBInstanceRequest.py @@ -21,7 +21,7 @@ class ModifyOpenSearchDBInstanceRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'ModifyOpenSearchDBInstance') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'ModifyOpenSearchDBInstance','rds') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyParameterGroupRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyParameterGroupRequest.py index d60e2d30f1..59de166d98 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyParameterGroupRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyParameterGroupRequest.py @@ -21,7 +21,7 @@ class ModifyParameterGroupRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'ModifyParameterGroup') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'ModifyParameterGroup','rds') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyParameterRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyParameterRequest.py index 23cd1e1787..c822848626 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyParameterRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyParameterRequest.py @@ -21,7 +21,7 @@ class ModifyParameterRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'ModifyParameter') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'ModifyParameter','rds') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyPostpaidDBInstanceSpecRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyPostpaidDBInstanceSpecRequest.py index 0edeaea793..d203739b4b 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyPostpaidDBInstanceSpecRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyPostpaidDBInstanceSpecRequest.py @@ -21,7 +21,7 @@ class ModifyPostpaidDBInstanceSpecRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'ModifyPostpaidDBInstanceSpec') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'ModifyPostpaidDBInstanceSpec','rds') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyReadWriteSplittingConnectionRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyReadWriteSplittingConnectionRequest.py index 88ca06ff81..7932e1dc43 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyReadWriteSplittingConnectionRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyReadWriteSplittingConnectionRequest.py @@ -21,7 +21,7 @@ class ModifyReadWriteSplittingConnectionRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'ModifyReadWriteSplittingConnection') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'ModifyReadWriteSplittingConnection','rds') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyReadonlyInstanceDelayReplicationTimeRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyReadonlyInstanceDelayReplicationTimeRequest.py index 65eed28723..f6b88687b3 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyReadonlyInstanceDelayReplicationTimeRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyReadonlyInstanceDelayReplicationTimeRequest.py @@ -21,7 +21,7 @@ class ModifyReadonlyInstanceDelayReplicationTimeRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'ModifyReadonlyInstanceDelayReplicationTime') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'ModifyReadonlyInstanceDelayReplicationTime','rds') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyReplicaDescriptionRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyReplicaDescriptionRequest.py index 670ec9a693..5c5175f112 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyReplicaDescriptionRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyReplicaDescriptionRequest.py @@ -21,7 +21,7 @@ class ModifyReplicaDescriptionRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'ModifyReplicaDescription') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'ModifyReplicaDescription','rds') def get_ReplicaDescription(self): return self.get_query_params().get('ReplicaDescription') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyReplicaDynamicModeRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyReplicaDynamicModeRequest.py index 45c42c25ab..d411103109 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyReplicaDynamicModeRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyReplicaDynamicModeRequest.py @@ -21,7 +21,7 @@ class ModifyReplicaDynamicModeRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'ModifyReplicaDynamicMode') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'ModifyReplicaDynamicMode','rds') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyReplicaFilterModeRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyReplicaFilterModeRequest.py index 49ac6ded1f..eeedf47d84 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyReplicaFilterModeRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyReplicaFilterModeRequest.py @@ -21,7 +21,7 @@ class ModifyReplicaFilterModeRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'ModifyReplicaFilterMode') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'ModifyReplicaFilterMode','rds') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyReplicaModeRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyReplicaModeRequest.py index 0655db55eb..bf82566770 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyReplicaModeRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyReplicaModeRequest.py @@ -21,7 +21,7 @@ class ModifyReplicaModeRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'ModifyReplicaMode') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'ModifyReplicaMode','rds') def get_DomainMode(self): return self.get_query_params().get('DomainMode') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyReplicaRecoverModeRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyReplicaRecoverModeRequest.py index fb4b875133..ad4e0698bf 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyReplicaRecoverModeRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyReplicaRecoverModeRequest.py @@ -21,7 +21,7 @@ class ModifyReplicaRecoverModeRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'ModifyReplicaRecoverMode') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'ModifyReplicaRecoverMode','rds') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyReplicaRecoveryModeRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyReplicaRecoveryModeRequest.py index 47179e0668..d933a3b462 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyReplicaRecoveryModeRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyReplicaRecoveryModeRequest.py @@ -21,7 +21,7 @@ class ModifyReplicaRecoveryModeRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'ModifyReplicaRecoveryMode') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'ModifyReplicaRecoveryMode','rds') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyReplicaRelationRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyReplicaRelationRequest.py index a42da05bfd..178f6eaa31 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyReplicaRelationRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyReplicaRelationRequest.py @@ -21,7 +21,7 @@ class ModifyReplicaRelationRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'ModifyReplicaRelation') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'ModifyReplicaRelation','rds') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyReplicaVerificationModeRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyReplicaVerificationModeRequest.py index 40595a477f..dbf923c177 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyReplicaVerificationModeRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyReplicaVerificationModeRequest.py @@ -21,7 +21,7 @@ class ModifyReplicaVerificationModeRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'ModifyReplicaVerificationMode') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'ModifyReplicaVerificationMode','rds') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyResourceGroupRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyResourceGroupRequest.py index 8199bf8847..12c305e1bb 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyResourceGroupRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifyResourceGroupRequest.py @@ -21,7 +21,7 @@ class ModifyResourceGroupRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'ModifyResourceGroup') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'ModifyResourceGroup','rds') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifySQLCollectorPolicyRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifySQLCollectorPolicyRequest.py index 7d9d7a3a36..712973eca0 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifySQLCollectorPolicyRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifySQLCollectorPolicyRequest.py @@ -21,7 +21,7 @@ class ModifySQLCollectorPolicyRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'ModifySQLCollectorPolicy') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'ModifySQLCollectorPolicy','rds') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifySQLCollectorRetentionRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifySQLCollectorRetentionRequest.py index 275701a03b..13c6435670 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifySQLCollectorRetentionRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifySQLCollectorRetentionRequest.py @@ -21,7 +21,7 @@ class ModifySQLCollectorRetentionRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'ModifySQLCollectorRetention') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'ModifySQLCollectorRetention','rds') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifySecurityGroupConfigurationRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifySecurityGroupConfigurationRequest.py index fa2cedf1d5..cf63c739dd 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifySecurityGroupConfigurationRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifySecurityGroupConfigurationRequest.py @@ -21,7 +21,7 @@ class ModifySecurityGroupConfigurationRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'ModifySecurityGroupConfiguration') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'ModifySecurityGroupConfiguration','rds') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifySecurityIpsForChannelRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifySecurityIpsForChannelRequest.py index ce33d0f7eb..dfef5c8cc1 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifySecurityIpsForChannelRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifySecurityIpsForChannelRequest.py @@ -21,7 +21,7 @@ class ModifySecurityIpsForChannelRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'ModifySecurityIpsForChannel') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'ModifySecurityIpsForChannel','rds') def get_DBInstanceIPArrayName(self): return self.get_query_params().get('DBInstanceIPArrayName') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifySecurityIpsRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifySecurityIpsRequest.py index e3145ce6c7..ce508dcded 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifySecurityIpsRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ModifySecurityIpsRequest.py @@ -21,7 +21,7 @@ class ModifySecurityIpsRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'ModifySecurityIps') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'ModifySecurityIps','rds') def get_DBInstanceIPArrayName(self): return self.get_query_params().get('DBInstanceIPArrayName') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/PreCheckBeforeImportDataRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/PreCheckBeforeImportDataRequest.py index 92c37ffdd8..8bb4f53b9e 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/PreCheckBeforeImportDataRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/PreCheckBeforeImportDataRequest.py @@ -21,7 +21,7 @@ class PreCheckBeforeImportDataRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'PreCheckBeforeImportData') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'PreCheckBeforeImportData','rds') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/PurgeDBInstanceLogRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/PurgeDBInstanceLogRequest.py index 1bd08b19a4..c38a30b8ed 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/PurgeDBInstanceLogRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/PurgeDBInstanceLogRequest.py @@ -21,7 +21,7 @@ class PurgeDBInstanceLogRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'PurgeDBInstanceLog') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'PurgeDBInstanceLog','rds') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/QueryOssBucketsRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/QueryOssBucketsRequest.py index 88b3a06005..1fd2edcc30 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/QueryOssBucketsRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/QueryOssBucketsRequest.py @@ -21,7 +21,7 @@ class QueryOssBucketsRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'QueryOssBuckets') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'QueryOssBuckets','rds') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/QueryPriceForBuyRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/QueryPriceForBuyRequest.py index d5b4a29fe2..65eed2b119 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/QueryPriceForBuyRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/QueryPriceForBuyRequest.py @@ -21,7 +21,7 @@ class QueryPriceForBuyRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'QueryPriceForBuy') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'QueryPriceForBuy','rds') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/QueryPriceForRefundRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/QueryPriceForRefundRequest.py index dd0c0b4209..b02e30ee77 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/QueryPriceForRefundRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/QueryPriceForRefundRequest.py @@ -21,7 +21,7 @@ class QueryPriceForRefundRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'QueryPriceForRefund') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'QueryPriceForRefund','rds') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/QueryPriceForTempUpgradeRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/QueryPriceForTempUpgradeRequest.py index f3c8c7b672..994845d902 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/QueryPriceForTempUpgradeRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/QueryPriceForTempUpgradeRequest.py @@ -21,7 +21,7 @@ class QueryPriceForTempUpgradeRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'QueryPriceForTempUpgrade') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'QueryPriceForTempUpgrade','rds') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/QueryPriceMultiForDeferRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/QueryPriceMultiForDeferRequest.py index 59836fd230..2d37844027 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/QueryPriceMultiForDeferRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/QueryPriceMultiForDeferRequest.py @@ -21,7 +21,7 @@ class QueryPriceMultiForDeferRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'QueryPriceMultiForDefer') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'QueryPriceMultiForDefer','rds') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/QueryPriceMultiRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/QueryPriceMultiRequest.py index 180375bde0..b42c42815f 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/QueryPriceMultiRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/QueryPriceMultiRequest.py @@ -21,7 +21,7 @@ class QueryPriceMultiRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'QueryPriceMulti') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'QueryPriceMulti','rds') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/QueryPriceRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/QueryPriceRequest.py index aefa4617d3..4e52568a4d 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/QueryPriceRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/QueryPriceRequest.py @@ -21,7 +21,7 @@ class QueryPriceRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'QueryPrice') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'QueryPrice','rds') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ReceiveDBInstanceRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ReceiveDBInstanceRequest.py index cf2d472ccf..4b148f3f1b 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ReceiveDBInstanceRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ReceiveDBInstanceRequest.py @@ -21,7 +21,7 @@ class ReceiveDBInstanceRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'ReceiveDBInstance') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'ReceiveDBInstance','rds') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/RecoveryDBInstanceRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/RecoveryDBInstanceRequest.py index edadd1b975..b08f935e17 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/RecoveryDBInstanceRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/RecoveryDBInstanceRequest.py @@ -21,7 +21,7 @@ class RecoveryDBInstanceRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'RecoveryDBInstance') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'RecoveryDBInstance','rds') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ReleaseInstancePublicConnectionRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ReleaseInstancePublicConnectionRequest.py index 355533662b..e49acdd656 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ReleaseInstancePublicConnectionRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ReleaseInstancePublicConnectionRequest.py @@ -21,7 +21,7 @@ class ReleaseInstancePublicConnectionRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'ReleaseInstancePublicConnection') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'ReleaseInstancePublicConnection','rds') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ReleaseReadWriteSplittingConnectionRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ReleaseReadWriteSplittingConnectionRequest.py index 28a3313aa5..f39f620443 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ReleaseReadWriteSplittingConnectionRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ReleaseReadWriteSplittingConnectionRequest.py @@ -21,7 +21,7 @@ class ReleaseReadWriteSplittingConnectionRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'ReleaseReadWriteSplittingConnection') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'ReleaseReadWriteSplittingConnection','rds') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ReleaseReplicaRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ReleaseReplicaRequest.py index c4947b9770..fa65f6b6ea 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ReleaseReplicaRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ReleaseReplicaRequest.py @@ -21,7 +21,7 @@ class ReleaseReplicaRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'ReleaseReplica') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'ReleaseReplica','rds') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/RemoveTagsFromResourceRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/RemoveTagsFromResourceRequest.py index b4109d00b3..36bb301404 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/RemoveTagsFromResourceRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/RemoveTagsFromResourceRequest.py @@ -21,7 +21,7 @@ class RemoveTagsFromResourceRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'RemoveTagsFromResource') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'RemoveTagsFromResource','rds') def get_Tag4value(self): return self.get_query_params().get('Tag.4.value') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/RenewDBInstanceRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/RenewDBInstanceRequest.py index fcdd945154..02f3256195 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/RenewDBInstanceRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/RenewDBInstanceRequest.py @@ -21,7 +21,7 @@ class RenewDBInstanceRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'RenewDBInstance') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'RenewDBInstance','rds') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/RenewInstanceRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/RenewInstanceRequest.py index 50cab1cc7b..617173be36 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/RenewInstanceRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/RenewInstanceRequest.py @@ -21,7 +21,7 @@ class RenewInstanceRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'RenewInstance') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'RenewInstance','rds') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/RequestServiceOfCloudDBARequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/RequestServiceOfCloudDBARequest.py index ee45dc2361..ffd6df650c 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/RequestServiceOfCloudDBARequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/RequestServiceOfCloudDBARequest.py @@ -21,7 +21,7 @@ class RequestServiceOfCloudDBARequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'RequestServiceOfCloudDBA') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'RequestServiceOfCloudDBA','rds') def get_ServiceRequestType(self): return self.get_query_params().get('ServiceRequestType') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/RequestServiceOfCloudDBExpertRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/RequestServiceOfCloudDBExpertRequest.py index fab80be8c5..22ef2bdc06 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/RequestServiceOfCloudDBExpertRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/RequestServiceOfCloudDBExpertRequest.py @@ -21,7 +21,7 @@ class RequestServiceOfCloudDBExpertRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'RequestServiceOfCloudDBExpert') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'RequestServiceOfCloudDBExpert','rds') def get_ServiceRequestType(self): return self.get_query_params().get('ServiceRequestType') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ResetAccountForPGRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ResetAccountForPGRequest.py index 4d9bee4083..f66415a0c3 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ResetAccountForPGRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ResetAccountForPGRequest.py @@ -21,7 +21,7 @@ class ResetAccountForPGRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'ResetAccountForPG') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'ResetAccountForPG','rds') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ResetAccountPasswordRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ResetAccountPasswordRequest.py index 543b9f2592..6098545724 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ResetAccountPasswordRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ResetAccountPasswordRequest.py @@ -21,7 +21,7 @@ class ResetAccountPasswordRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'ResetAccountPassword') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'ResetAccountPassword','rds') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ResetAccountRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ResetAccountRequest.py index 204e87f813..e4c1fb2ec4 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ResetAccountRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ResetAccountRequest.py @@ -21,7 +21,7 @@ class ResetAccountRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'ResetAccount') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'ResetAccount','rds') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ResetAdminAccountPasswordRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ResetAdminAccountPasswordRequest.py index 6c843311d8..9a692892f8 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ResetAdminAccountPasswordRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/ResetAdminAccountPasswordRequest.py @@ -21,7 +21,7 @@ class ResetAdminAccountPasswordRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'ResetAdminAccountPassword') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'ResetAdminAccountPassword','rds') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/RestartDBInstanceRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/RestartDBInstanceRequest.py index 8312bf2576..6f99a0d030 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/RestartDBInstanceRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/RestartDBInstanceRequest.py @@ -21,7 +21,7 @@ class RestartDBInstanceRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'RestartDBInstance') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'RestartDBInstance','rds') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/RestoreDBInstanceRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/RestoreDBInstanceRequest.py index 803406a5b3..da4a526182 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/RestoreDBInstanceRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/RestoreDBInstanceRequest.py @@ -21,7 +21,7 @@ class RestoreDBInstanceRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'RestoreDBInstance') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'RestoreDBInstance','rds') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/RestoreTableRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/RestoreTableRequest.py index f3085ef5b4..d10bcbd855 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/RestoreTableRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/RestoreTableRequest.py @@ -21,7 +21,7 @@ class RestoreTableRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'RestoreTable') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'RestoreTable','rds') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/RevokeAccountPrivilegeRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/RevokeAccountPrivilegeRequest.py index 02b55504af..94fef48d4b 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/RevokeAccountPrivilegeRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/RevokeAccountPrivilegeRequest.py @@ -21,7 +21,7 @@ class RevokeAccountPrivilegeRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'RevokeAccountPrivilege') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'RevokeAccountPrivilege','rds') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/RevokeOperatorPermissionRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/RevokeOperatorPermissionRequest.py index d1ed2c67fe..38f703de52 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/RevokeOperatorPermissionRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/RevokeOperatorPermissionRequest.py @@ -21,7 +21,7 @@ class RevokeOperatorPermissionRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'RevokeOperatorPermission') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'RevokeOperatorPermission','rds') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/StartArchiveSQLLogRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/StartArchiveSQLLogRequest.py index 02ac8fbdee..6387ea5355 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/StartArchiveSQLLogRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/StartArchiveSQLLogRequest.py @@ -21,7 +21,7 @@ class StartArchiveSQLLogRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'StartArchiveSQLLog') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'StartArchiveSQLLog','rds') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/StartDBInstanceDiagnoseRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/StartDBInstanceDiagnoseRequest.py index 6091d8044e..92c4ddc5b0 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/StartDBInstanceDiagnoseRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/StartDBInstanceDiagnoseRequest.py @@ -21,7 +21,7 @@ class StartDBInstanceDiagnoseRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'StartDBInstanceDiagnose') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'StartDBInstanceDiagnose','rds') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/StartSqlLogDetailArchiveRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/StartSqlLogDetailArchiveRequest.py index d5f22edd2a..f9817888a0 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/StartSqlLogDetailArchiveRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/StartSqlLogDetailArchiveRequest.py @@ -21,7 +21,7 @@ class StartSqlLogDetailArchiveRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'StartSqlLogDetailArchive') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'StartSqlLogDetailArchive','rds') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/StartSqlLogDumpRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/StartSqlLogDumpRequest.py index a0905c5a8b..6ea473ea1e 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/StartSqlLogDumpRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/StartSqlLogDumpRequest.py @@ -21,7 +21,7 @@ class StartSqlLogDumpRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'StartSqlLogDump') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'StartSqlLogDump','rds') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/StartSqlLogTrailRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/StartSqlLogTrailRequest.py index 5f1f080211..3550ad02a9 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/StartSqlLogTrailRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/StartSqlLogTrailRequest.py @@ -21,7 +21,7 @@ class StartSqlLogTrailRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'StartSqlLogTrail') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'StartSqlLogTrail','rds') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/StopSyncingRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/StopSyncingRequest.py index 2345191b2a..f77a3daba9 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/StopSyncingRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/StopSyncingRequest.py @@ -21,7 +21,7 @@ class StopSyncingRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'StopSyncing') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'StopSyncing','rds') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/SwitchDBInstanceChargeTypeRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/SwitchDBInstanceChargeTypeRequest.py index 9b2b4b992c..b7576fd4a6 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/SwitchDBInstanceChargeTypeRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/SwitchDBInstanceChargeTypeRequest.py @@ -21,7 +21,7 @@ class SwitchDBInstanceChargeTypeRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'SwitchDBInstanceChargeType') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'SwitchDBInstanceChargeType','rds') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/SwitchDBInstanceHARequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/SwitchDBInstanceHARequest.py index 609d5837b0..e97548294e 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/SwitchDBInstanceHARequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/SwitchDBInstanceHARequest.py @@ -21,7 +21,7 @@ class SwitchDBInstanceHARequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'SwitchDBInstanceHA') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'SwitchDBInstanceHA','rds') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/SwitchDBInstanceNetTypeRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/SwitchDBInstanceNetTypeRequest.py index 0e0a3d4356..69dd84a320 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/SwitchDBInstanceNetTypeRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/SwitchDBInstanceNetTypeRequest.py @@ -21,7 +21,7 @@ class SwitchDBInstanceNetTypeRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'SwitchDBInstanceNetType') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'SwitchDBInstanceNetType','rds') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/SwitchDBInstanceVpcRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/SwitchDBInstanceVpcRequest.py index 5575ddfd8c..795498743e 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/SwitchDBInstanceVpcRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/SwitchDBInstanceVpcRequest.py @@ -21,7 +21,7 @@ class SwitchDBInstanceVpcRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'SwitchDBInstanceVpc') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'SwitchDBInstanceVpc','rds') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/SwitchGuardToMasterInstanceRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/SwitchGuardToMasterInstanceRequest.py index f75398ef4d..1445d3789d 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/SwitchGuardToMasterInstanceRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/SwitchGuardToMasterInstanceRequest.py @@ -21,7 +21,7 @@ class SwitchGuardToMasterInstanceRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'SwitchGuardToMasterInstance') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'SwitchGuardToMasterInstance','rds') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/SwitchOverRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/SwitchOverRequest.py index 22c240391a..078348f72c 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/SwitchOverRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/SwitchOverRequest.py @@ -21,7 +21,7 @@ class SwitchOverRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'SwitchOver') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'SwitchOver','rds') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/UnlockDBInstanceRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/UnlockDBInstanceRequest.py index ecf23c5d6c..0bbb63ac40 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/UnlockDBInstanceRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/UnlockDBInstanceRequest.py @@ -21,7 +21,7 @@ class UnlockDBInstanceRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'UnlockDBInstance') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'UnlockDBInstance','rds') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/UpgradeDBInstanceEngineVersionRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/UpgradeDBInstanceEngineVersionRequest.py index b9224704b5..913e272f56 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/UpgradeDBInstanceEngineVersionRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/UpgradeDBInstanceEngineVersionRequest.py @@ -21,7 +21,7 @@ class UpgradeDBInstanceEngineVersionRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'UpgradeDBInstanceEngineVersion') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'UpgradeDBInstanceEngineVersion','rds') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/UpgradeDBInstanceKernelVersionRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/UpgradeDBInstanceKernelVersionRequest.py index 9ab1161596..ab840e76b9 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/UpgradeDBInstanceKernelVersionRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/UpgradeDBInstanceKernelVersionRequest.py @@ -21,7 +21,7 @@ class UpgradeDBInstanceKernelVersionRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'UpgradeDBInstanceKernelVersion') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'UpgradeDBInstanceKernelVersion','rds') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/UpgradeDBInstanceNetWorkInfoRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/UpgradeDBInstanceNetWorkInfoRequest.py index fb94e070c6..43ebc2b14c 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/UpgradeDBInstanceNetWorkInfoRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/UpgradeDBInstanceNetWorkInfoRequest.py @@ -21,7 +21,7 @@ class UpgradeDBInstanceNetWorkInfoRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'UpgradeDBInstanceNetWorkInfo') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'UpgradeDBInstanceNetWorkInfo','rds') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/UpgradeDBInstanceNetworkRequest.py b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/UpgradeDBInstanceNetworkRequest.py index f36c74290d..e61a27ab54 100644 --- a/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/UpgradeDBInstanceNetworkRequest.py +++ b/aliyun-python-sdk-rds/aliyunsdkrds/request/v20140815/UpgradeDBInstanceNetworkRequest.py @@ -21,7 +21,7 @@ class UpgradeDBInstanceNetworkRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Rds', '2014-08-15', 'UpgradeDBInstanceNetwork') + RpcRequest.__init__(self, 'Rds', '2014-08-15', 'UpgradeDBInstanceNetwork','rds') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-rds/setup.py b/aliyun-python-sdk-rds/setup.py index 2f47fa3e0f..55d642fe38 100644 --- a/aliyun-python-sdk-rds/setup.py +++ b/aliyun-python-sdk-rds/setup.py @@ -31,7 +31,7 @@ """ PACKAGE = "aliyunsdkrds" -NAME = "aliyun-python-sdk-rds-test" +NAME = "aliyun-python-sdk-rds" DESCRIPTION = "The rds module of Aliyun Python sdk." AUTHOR = "Aliyun" AUTHOR_EMAIL = "aliyun-developers-efficiency@list.alibaba-inc.com" From 7f2785119c175e78dd803b18c37fabd7cadec8bc Mon Sep 17 00:00:00 2001 From: sdk-team Date: Fri, 31 May 2019 10:52:15 +0800 Subject: [PATCH 089/282] Generated 2015-05-06 for cr --- aliyun-python-sdk-cr/ChangeLog.txt | 3 + aliyun-python-sdk-cr/aliyunsdkcr/__init__.py | 2 +- .../v20150506/DoCheckResourceRequest.py | 108 ++++++++++++++++++ .../DoLogicalDeleteResourceRequest.py | 90 +++++++++++++++ .../DoPhysicalDeleteResourceRequest.py | 90 +++++++++++++++ .../aliyunsdkcr/request/v20150506/__init__.py | 0 6 files changed, 292 insertions(+), 1 deletion(-) create mode 100644 aliyun-python-sdk-cr/aliyunsdkcr/request/v20150506/DoCheckResourceRequest.py create mode 100644 aliyun-python-sdk-cr/aliyunsdkcr/request/v20150506/DoLogicalDeleteResourceRequest.py create mode 100644 aliyun-python-sdk-cr/aliyunsdkcr/request/v20150506/DoPhysicalDeleteResourceRequest.py create mode 100644 aliyun-python-sdk-cr/aliyunsdkcr/request/v20150506/__init__.py diff --git a/aliyun-python-sdk-cr/ChangeLog.txt b/aliyun-python-sdk-cr/ChangeLog.txt index 59f3e0fa85..59a31bbe00 100644 --- a/aliyun-python-sdk-cr/ChangeLog.txt +++ b/aliyun-python-sdk-cr/ChangeLog.txt @@ -1,3 +1,6 @@ +2019-05-31 Version: 1.0.21 +- Generated 2015-05-06 for `cr` + 2019-03-15 Version: 3.0.1 1, Update Dependency diff --git a/aliyun-python-sdk-cr/aliyunsdkcr/__init__.py b/aliyun-python-sdk-cr/aliyunsdkcr/__init__.py index 5152aea77b..e2c5205c82 100644 --- a/aliyun-python-sdk-cr/aliyunsdkcr/__init__.py +++ b/aliyun-python-sdk-cr/aliyunsdkcr/__init__.py @@ -1 +1 @@ -__version__ = "3.0.1" \ No newline at end of file +__version__ = '1.0.21' \ No newline at end of file diff --git a/aliyun-python-sdk-cr/aliyunsdkcr/request/v20150506/DoCheckResourceRequest.py b/aliyun-python-sdk-cr/aliyunsdkcr/request/v20150506/DoCheckResourceRequest.py new file mode 100644 index 0000000000..fa35ccaf79 --- /dev/null +++ b/aliyun-python-sdk-cr/aliyunsdkcr/request/v20150506/DoCheckResourceRequest.py @@ -0,0 +1,108 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class DoCheckResourceRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'cr', '2015-05-06', 'DoCheckResource','cr') + + def get_Country(self): + return self.get_query_params().get('Country') + + def set_Country(self,Country): + self.add_query_param('Country',Country) + + def get_Hid(self): + return self.get_query_params().get('Hid') + + def set_Hid(self,Hid): + self.add_query_param('Hid',Hid) + + def get_Level(self): + return self.get_query_params().get('Level') + + def set_Level(self,Level): + self.add_query_param('Level',Level) + + def get_Invoker(self): + return self.get_query_params().get('Invoker') + + def set_Invoker(self,Invoker): + self.add_query_param('Invoker',Invoker) + + def get_Message(self): + return self.get_query_params().get('Message') + + def set_Message(self,Message): + self.add_query_param('Message',Message) + + def get_Url(self): + return self.get_query_params().get('Url') + + def set_Url(self,Url): + self.add_query_param('Url',Url) + + def get_Success(self): + return self.get_query_params().get('Success') + + def set_Success(self,Success): + self.add_query_param('Success',Success) + + def get_Interrupt(self): + return self.get_query_params().get('Interrupt') + + def set_Interrupt(self,Interrupt): + self.add_query_param('Interrupt',Interrupt) + + def get_GmtWakeup(self): + return self.get_query_params().get('GmtWakeup') + + def set_GmtWakeup(self,GmtWakeup): + self.add_query_param('GmtWakeup',GmtWakeup) + + def get_Pk(self): + return self.get_query_params().get('Pk') + + def set_Pk(self,Pk): + self.add_query_param('Pk',Pk) + + def get_Bid(self): + return self.get_query_params().get('Bid') + + def set_Bid(self,Bid): + self.add_query_param('Bid',Bid) + + def get_Prompt(self): + return self.get_query_params().get('Prompt') + + def set_Prompt(self,Prompt): + self.add_query_param('Prompt',Prompt) + + def get_TaskExtraData(self): + return self.get_query_params().get('TaskExtraData') + + def set_TaskExtraData(self,TaskExtraData): + self.add_query_param('TaskExtraData',TaskExtraData) + + def get_TaskIdentifier(self): + return self.get_query_params().get('TaskIdentifier') + + def set_TaskIdentifier(self,TaskIdentifier): + self.add_query_param('TaskIdentifier',TaskIdentifier) \ No newline at end of file diff --git a/aliyun-python-sdk-cr/aliyunsdkcr/request/v20150506/DoLogicalDeleteResourceRequest.py b/aliyun-python-sdk-cr/aliyunsdkcr/request/v20150506/DoLogicalDeleteResourceRequest.py new file mode 100644 index 0000000000..07bd41407d --- /dev/null +++ b/aliyun-python-sdk-cr/aliyunsdkcr/request/v20150506/DoLogicalDeleteResourceRequest.py @@ -0,0 +1,90 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class DoLogicalDeleteResourceRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'cr', '2015-05-06', 'DoLogicalDeleteResource','cr') + + def get_Country(self): + return self.get_query_params().get('Country') + + def set_Country(self,Country): + self.add_query_param('Country',Country) + + def get_Hid(self): + return self.get_query_params().get('Hid') + + def set_Hid(self,Hid): + self.add_query_param('Hid',Hid) + + def get_Invoker(self): + return self.get_query_params().get('Invoker') + + def set_Invoker(self,Invoker): + self.add_query_param('Invoker',Invoker) + + def get_Message(self): + return self.get_query_params().get('Message') + + def set_Message(self,Message): + self.add_query_param('Message',Message) + + def get_Success(self): + return self.get_query_params().get('Success') + + def set_Success(self,Success): + self.add_query_param('Success',Success) + + def get_Interrupt(self): + return self.get_query_params().get('Interrupt') + + def set_Interrupt(self,Interrupt): + self.add_query_param('Interrupt',Interrupt) + + def get_GmtWakeup(self): + return self.get_query_params().get('GmtWakeup') + + def set_GmtWakeup(self,GmtWakeup): + self.add_query_param('GmtWakeup',GmtWakeup) + + def get_Pk(self): + return self.get_query_params().get('Pk') + + def set_Pk(self,Pk): + self.add_query_param('Pk',Pk) + + def get_Bid(self): + return self.get_query_params().get('Bid') + + def set_Bid(self,Bid): + self.add_query_param('Bid',Bid) + + def get_TaskExtraData(self): + return self.get_query_params().get('TaskExtraData') + + def set_TaskExtraData(self,TaskExtraData): + self.add_query_param('TaskExtraData',TaskExtraData) + + def get_TaskIdentifier(self): + return self.get_query_params().get('TaskIdentifier') + + def set_TaskIdentifier(self,TaskIdentifier): + self.add_query_param('TaskIdentifier',TaskIdentifier) \ No newline at end of file diff --git a/aliyun-python-sdk-cr/aliyunsdkcr/request/v20150506/DoPhysicalDeleteResourceRequest.py b/aliyun-python-sdk-cr/aliyunsdkcr/request/v20150506/DoPhysicalDeleteResourceRequest.py new file mode 100644 index 0000000000..444904b081 --- /dev/null +++ b/aliyun-python-sdk-cr/aliyunsdkcr/request/v20150506/DoPhysicalDeleteResourceRequest.py @@ -0,0 +1,90 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class DoPhysicalDeleteResourceRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'cr', '2015-05-06', 'DoPhysicalDeleteResource','cr') + + def get_Country(self): + return self.get_query_params().get('Country') + + def set_Country(self,Country): + self.add_query_param('Country',Country) + + def get_Hid(self): + return self.get_query_params().get('Hid') + + def set_Hid(self,Hid): + self.add_query_param('Hid',Hid) + + def get_Invoker(self): + return self.get_query_params().get('Invoker') + + def set_Invoker(self,Invoker): + self.add_query_param('Invoker',Invoker) + + def get_Message(self): + return self.get_query_params().get('Message') + + def set_Message(self,Message): + self.add_query_param('Message',Message) + + def get_Success(self): + return self.get_query_params().get('Success') + + def set_Success(self,Success): + self.add_query_param('Success',Success) + + def get_Interrupt(self): + return self.get_query_params().get('Interrupt') + + def set_Interrupt(self,Interrupt): + self.add_query_param('Interrupt',Interrupt) + + def get_GmtWakeup(self): + return self.get_query_params().get('GmtWakeup') + + def set_GmtWakeup(self,GmtWakeup): + self.add_query_param('GmtWakeup',GmtWakeup) + + def get_Pk(self): + return self.get_query_params().get('Pk') + + def set_Pk(self,Pk): + self.add_query_param('Pk',Pk) + + def get_Bid(self): + return self.get_query_params().get('Bid') + + def set_Bid(self,Bid): + self.add_query_param('Bid',Bid) + + def get_TaskExtraData(self): + return self.get_query_params().get('TaskExtraData') + + def set_TaskExtraData(self,TaskExtraData): + self.add_query_param('TaskExtraData',TaskExtraData) + + def get_TaskIdentifier(self): + return self.get_query_params().get('TaskIdentifier') + + def set_TaskIdentifier(self,TaskIdentifier): + self.add_query_param('TaskIdentifier',TaskIdentifier) \ No newline at end of file diff --git a/aliyun-python-sdk-cr/aliyunsdkcr/request/v20150506/__init__.py b/aliyun-python-sdk-cr/aliyunsdkcr/request/v20150506/__init__.py new file mode 100644 index 0000000000..e69de29bb2 From dd4f30b4f3cc8c73e1a52c8a46f0613bd2ecb746 Mon Sep 17 00:00:00 2001 From: sdk-team Date: Fri, 31 May 2019 23:42:07 +0800 Subject: [PATCH 090/282] Generated 2015-05-06 for cr --- aliyun-python-sdk-cr/ChangeLog.txt | 3 +++ aliyun-python-sdk-cr/aliyunsdkcr/__init__.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/aliyun-python-sdk-cr/ChangeLog.txt b/aliyun-python-sdk-cr/ChangeLog.txt index 59a31bbe00..e5df4af08e 100644 --- a/aliyun-python-sdk-cr/ChangeLog.txt +++ b/aliyun-python-sdk-cr/ChangeLog.txt @@ -1,3 +1,6 @@ +2019-05-31 Version: 1.0.1 +- Generated 2015-05-06 for `cr` + 2019-05-31 Version: 1.0.21 - Generated 2015-05-06 for `cr` diff --git a/aliyun-python-sdk-cr/aliyunsdkcr/__init__.py b/aliyun-python-sdk-cr/aliyunsdkcr/__init__.py index e2c5205c82..6c4c011435 100644 --- a/aliyun-python-sdk-cr/aliyunsdkcr/__init__.py +++ b/aliyun-python-sdk-cr/aliyunsdkcr/__init__.py @@ -1 +1 @@ -__version__ = '1.0.21' \ No newline at end of file +__version__ = '1.0.1' \ No newline at end of file From 89a99be2c5cb944ad03f25e8ea93277af953e454 Mon Sep 17 00:00:00 2001 From: sdk-team Date: Tue, 11 Jun 2019 15:31:36 +0800 Subject: [PATCH 091/282] Generated 2015-01-01 for Acs --- aliyun-python-sdk-acs/ChangeLog.txt | 3 + .../aliyunsdkacs/__init__.py | 2 +- .../v20150101/DeleteApiInDailyRequest.py | 50 +++++++++++++ .../v20150101/DeleteApiOnlineRequest.py | 50 +++++++++++++ .../v20150101/ModifyApiNameInDailyRequest.py | 56 ++++++++++++++ .../request/v20150101/ModifyApiNameRequest.py | 56 ++++++++++++++ .../request/v20150101/PurchaseApiRequest.py | 74 +++++++++++++++++++ .../v20150101/ResumePurchasedApiRequest.py | 50 +++++++++++++ .../v20150101/StopPurchasedApiRequest.py | 50 +++++++++++++ 9 files changed, 390 insertions(+), 1 deletion(-) create mode 100644 aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/DeleteApiInDailyRequest.py create mode 100644 aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/DeleteApiOnlineRequest.py create mode 100644 aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/ModifyApiNameInDailyRequest.py create mode 100644 aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/ModifyApiNameRequest.py create mode 100644 aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/PurchaseApiRequest.py create mode 100644 aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/ResumePurchasedApiRequest.py create mode 100644 aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/StopPurchasedApiRequest.py diff --git a/aliyun-python-sdk-acs/ChangeLog.txt b/aliyun-python-sdk-acs/ChangeLog.txt index eb7a2d60a5..6711542c60 100644 --- a/aliyun-python-sdk-acs/ChangeLog.txt +++ b/aliyun-python-sdk-acs/ChangeLog.txt @@ -1,3 +1,6 @@ +2019-06-11 Version: 1.0.0 +- Generated 2015-01-01 for `Acs` + 2019-05-15 Version: 1.30.2 - Generated 2015-01-01 for `Acs` diff --git a/aliyun-python-sdk-acs/aliyunsdkacs/__init__.py b/aliyun-python-sdk-acs/aliyunsdkacs/__init__.py index be8a1bc21d..75977e6f41 100644 --- a/aliyun-python-sdk-acs/aliyunsdkacs/__init__.py +++ b/aliyun-python-sdk-acs/aliyunsdkacs/__init__.py @@ -1 +1 @@ -__version__ = '1.30.2' \ No newline at end of file +__version__ = '1.0.0' \ No newline at end of file diff --git a/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/DeleteApiInDailyRequest.py b/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/DeleteApiInDailyRequest.py new file mode 100644 index 0000000000..4be6e4bd1d --- /dev/null +++ b/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/DeleteApiInDailyRequest.py @@ -0,0 +1,50 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RoaRequest +class DeleteApiInDailyRequest(RoaRequest): + + def __init__(self): + RoaRequest.__init__(self, 'Acs', '2015-01-01', 'DeleteApiInDaily') + self.set_uri_pattern('/deleteApiInDaily') + self.set_method('POST|GET') + + def get_Environment(self): + return self.get_query_params().get('Environment') + + def set_Environment(self,Environment): + self.add_query_param('Environment',Environment) + + def get_Name(self): + return self.get_query_params().get('Name') + + def set_Name(self,Name): + self.add_query_param('Name',Name) + + def get_ProductName(self): + return self.get_query_params().get('ProductName') + + def set_ProductName(self,ProductName): + self.add_query_param('ProductName',ProductName) + + def get_VersionName(self): + return self.get_query_params().get('VersionName') + + def set_VersionName(self,VersionName): + self.add_query_param('VersionName',VersionName) \ No newline at end of file diff --git a/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/DeleteApiOnlineRequest.py b/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/DeleteApiOnlineRequest.py new file mode 100644 index 0000000000..2561a5b358 --- /dev/null +++ b/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/DeleteApiOnlineRequest.py @@ -0,0 +1,50 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RoaRequest +class DeleteApiOnlineRequest(RoaRequest): + + def __init__(self): + RoaRequest.__init__(self, 'Acs', '2015-01-01', 'DeleteApiOnline') + self.set_uri_pattern('/deleteApiOnline') + self.set_method('POST|GET') + + def get_Environment(self): + return self.get_query_params().get('Environment') + + def set_Environment(self,Environment): + self.add_query_param('Environment',Environment) + + def get_Name(self): + return self.get_query_params().get('Name') + + def set_Name(self,Name): + self.add_query_param('Name',Name) + + def get_ProductName(self): + return self.get_query_params().get('ProductName') + + def set_ProductName(self,ProductName): + self.add_query_param('ProductName',ProductName) + + def get_VersionName(self): + return self.get_query_params().get('VersionName') + + def set_VersionName(self,VersionName): + self.add_query_param('VersionName',VersionName) \ No newline at end of file diff --git a/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/ModifyApiNameInDailyRequest.py b/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/ModifyApiNameInDailyRequest.py new file mode 100644 index 0000000000..80dc62ffd6 --- /dev/null +++ b/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/ModifyApiNameInDailyRequest.py @@ -0,0 +1,56 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RoaRequest +class ModifyApiNameInDailyRequest(RoaRequest): + + def __init__(self): + RoaRequest.__init__(self, 'Acs', '2015-01-01', 'ModifyApiNameInDaily') + self.set_uri_pattern('/modifyApiNameInDaily') + self.set_method('POST|GET') + + def get_ModifyName(self): + return self.get_query_params().get('ModifyName') + + def set_ModifyName(self,ModifyName): + self.add_query_param('ModifyName',ModifyName) + + def get_Name(self): + return self.get_query_params().get('Name') + + def set_Name(self,Name): + self.add_query_param('Name',Name) + + def get_ProductName(self): + return self.get_query_params().get('ProductName') + + def set_ProductName(self,ProductName): + self.add_query_param('ProductName',ProductName) + + def get_ChangeId(self): + return self.get_query_params().get('ChangeId') + + def set_ChangeId(self,ChangeId): + self.add_query_param('ChangeId',ChangeId) + + def get_VersionName(self): + return self.get_query_params().get('VersionName') + + def set_VersionName(self,VersionName): + self.add_query_param('VersionName',VersionName) \ No newline at end of file diff --git a/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/ModifyApiNameRequest.py b/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/ModifyApiNameRequest.py new file mode 100644 index 0000000000..9eb2523ccf --- /dev/null +++ b/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/ModifyApiNameRequest.py @@ -0,0 +1,56 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RoaRequest +class ModifyApiNameRequest(RoaRequest): + + def __init__(self): + RoaRequest.__init__(self, 'Acs', '2015-01-01', 'ModifyApiName') + self.set_uri_pattern('/modifyApiName') + self.set_method('POST|GET') + + def get_ModifyName(self): + return self.get_query_params().get('ModifyName') + + def set_ModifyName(self,ModifyName): + self.add_query_param('ModifyName',ModifyName) + + def get_Name(self): + return self.get_query_params().get('Name') + + def set_Name(self,Name): + self.add_query_param('Name',Name) + + def get_ProductName(self): + return self.get_query_params().get('ProductName') + + def set_ProductName(self,ProductName): + self.add_query_param('ProductName',ProductName) + + def get_ChangeId(self): + return self.get_query_params().get('ChangeId') + + def set_ChangeId(self,ChangeId): + self.add_query_param('ChangeId',ChangeId) + + def get_VersionName(self): + return self.get_query_params().get('VersionName') + + def set_VersionName(self,VersionName): + self.add_query_param('VersionName',VersionName) \ No newline at end of file diff --git a/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/PurchaseApiRequest.py b/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/PurchaseApiRequest.py new file mode 100644 index 0000000000..b7b323ffd9 --- /dev/null +++ b/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/PurchaseApiRequest.py @@ -0,0 +1,74 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RoaRequest +class PurchaseApiRequest(RoaRequest): + + def __init__(self): + RoaRequest.__init__(self, 'Acs', '2015-01-01', 'PurchaseApi') + self.set_uri_pattern('/Api/PurchaseApi') + self.set_method('POST|GET') + + def get_ServiceDate(self): + return self.get_query_params().get('ServiceDate') + + def set_ServiceDate(self,ServiceDate): + self.add_query_param('ServiceDate',ServiceDate) + + def get_Quota(self): + return self.get_query_params().get('Quota') + + def set_Quota(self,Quota): + self.add_query_param('Quota',Quota) + + def get_OrgCode(self): + return self.get_query_params().get('OrgCode') + + def set_OrgCode(self,OrgCode): + self.add_query_param('OrgCode',OrgCode) + + def get_PurchaseProduct(self): + return self.get_query_params().get('PurchaseProduct') + + def set_PurchaseProduct(self,PurchaseProduct): + self.add_query_param('PurchaseProduct',PurchaseProduct) + + def get_Channel(self): + return self.get_query_params().get('Channel') + + def set_Channel(self,Channel): + self.add_query_param('Channel',Channel) + + def get_PurchaseVersion(self): + return self.get_query_params().get('PurchaseVersion') + + def set_PurchaseVersion(self,PurchaseVersion): + self.add_query_param('PurchaseVersion',PurchaseVersion) + + def get_PurchaseApiName(self): + return self.get_query_params().get('PurchaseApiName') + + def set_PurchaseApiName(self,PurchaseApiName): + self.add_query_param('PurchaseApiName',PurchaseApiName) + + def get_BillingType(self): + return self.get_query_params().get('BillingType') + + def set_BillingType(self,BillingType): + self.add_query_param('BillingType',BillingType) \ No newline at end of file diff --git a/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/ResumePurchasedApiRequest.py b/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/ResumePurchasedApiRequest.py new file mode 100644 index 0000000000..212cc20acd --- /dev/null +++ b/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/ResumePurchasedApiRequest.py @@ -0,0 +1,50 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RoaRequest +class ResumePurchasedApiRequest(RoaRequest): + + def __init__(self): + RoaRequest.__init__(self, 'Acs', '2015-01-01', 'ResumePurchasedApi') + self.set_uri_pattern('/Api/ResumePurchasedApi') + self.set_method('POST|GET') + + def get_PurchaseProduct(self): + return self.get_query_params().get('PurchaseProduct') + + def set_PurchaseProduct(self,PurchaseProduct): + self.add_query_param('PurchaseProduct',PurchaseProduct) + + def get_Channel(self): + return self.get_query_params().get('Channel') + + def set_Channel(self,Channel): + self.add_query_param('Channel',Channel) + + def get_PurchaseVersion(self): + return self.get_query_params().get('PurchaseVersion') + + def set_PurchaseVersion(self,PurchaseVersion): + self.add_query_param('PurchaseVersion',PurchaseVersion) + + def get_PurchaseApiName(self): + return self.get_query_params().get('PurchaseApiName') + + def set_PurchaseApiName(self,PurchaseApiName): + self.add_query_param('PurchaseApiName',PurchaseApiName) \ No newline at end of file diff --git a/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/StopPurchasedApiRequest.py b/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/StopPurchasedApiRequest.py new file mode 100644 index 0000000000..6d6a49e610 --- /dev/null +++ b/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/StopPurchasedApiRequest.py @@ -0,0 +1,50 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RoaRequest +class StopPurchasedApiRequest(RoaRequest): + + def __init__(self): + RoaRequest.__init__(self, 'Acs', '2015-01-01', 'StopPurchasedApi') + self.set_uri_pattern('/Api/StopPurchasedApi') + self.set_method('POST|GET') + + def get_PurchaseProduct(self): + return self.get_query_params().get('PurchaseProduct') + + def set_PurchaseProduct(self,PurchaseProduct): + self.add_query_param('PurchaseProduct',PurchaseProduct) + + def get_Channel(self): + return self.get_query_params().get('Channel') + + def set_Channel(self,Channel): + self.add_query_param('Channel',Channel) + + def get_PurchaseVersion(self): + return self.get_query_params().get('PurchaseVersion') + + def set_PurchaseVersion(self,PurchaseVersion): + self.add_query_param('PurchaseVersion',PurchaseVersion) + + def get_PurchaseApiName(self): + return self.get_query_params().get('PurchaseApiName') + + def set_PurchaseApiName(self,PurchaseApiName): + self.add_query_param('PurchaseApiName',PurchaseApiName) \ No newline at end of file From 417f246f713147314968a6830832df6523fab16e Mon Sep 17 00:00:00 2001 From: sdk-team Date: Fri, 14 Jun 2019 13:49:31 +0800 Subject: [PATCH 092/282] dafsdfsdf --- aliyun-python-sdk-acs/ChangeLog.txt | 3 +++ aliyun-python-sdk-acs/aliyunsdkacs/__init__.py | 2 +- .../aliyunsdkacs/request/v20150101/DeleteApiInDailyRequest.py | 2 +- .../aliyunsdkacs/request/v20150101/DeleteApiOnlineRequest.py | 2 +- .../request/v20150101/ModifyApiNameInDailyRequest.py | 2 +- .../aliyunsdkacs/request/v20150101/ModifyApiNameRequest.py | 2 +- .../aliyunsdkacs/request/v20150101/PurchaseApiRequest.py | 2 +- .../aliyunsdkacs/request/v20150101/PutFlowControlRequest.py | 2 +- .../request/v20150101/ResumePurchasedApiRequest.py | 2 +- .../aliyunsdkacs/request/v20150101/StopPurchasedApiRequest.py | 2 +- 10 files changed, 12 insertions(+), 9 deletions(-) diff --git a/aliyun-python-sdk-acs/ChangeLog.txt b/aliyun-python-sdk-acs/ChangeLog.txt index 6711542c60..2cb67f47da 100644 --- a/aliyun-python-sdk-acs/ChangeLog.txt +++ b/aliyun-python-sdk-acs/ChangeLog.txt @@ -1,3 +1,6 @@ +2019-06-14 Version: dsfasd +dafsdfsdf + 2019-06-11 Version: 1.0.0 - Generated 2015-01-01 for `Acs` diff --git a/aliyun-python-sdk-acs/aliyunsdkacs/__init__.py b/aliyun-python-sdk-acs/aliyunsdkacs/__init__.py index 75977e6f41..917a305188 100644 --- a/aliyun-python-sdk-acs/aliyunsdkacs/__init__.py +++ b/aliyun-python-sdk-acs/aliyunsdkacs/__init__.py @@ -1 +1 @@ -__version__ = '1.0.0' \ No newline at end of file +__version__ = 'dsfasd' \ No newline at end of file diff --git a/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/DeleteApiInDailyRequest.py b/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/DeleteApiInDailyRequest.py index 4be6e4bd1d..f5c43eb488 100644 --- a/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/DeleteApiInDailyRequest.py +++ b/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/DeleteApiInDailyRequest.py @@ -21,7 +21,7 @@ class DeleteApiInDailyRequest(RoaRequest): def __init__(self): - RoaRequest.__init__(self, 'Acs', '2015-01-01', 'DeleteApiInDaily') + RoaRequest.__init__(self, 'Acs', '2015-01-01', 'DeleteApiInDaily','dsfasdf') self.set_uri_pattern('/deleteApiInDaily') self.set_method('POST|GET') diff --git a/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/DeleteApiOnlineRequest.py b/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/DeleteApiOnlineRequest.py index 2561a5b358..c687ae899d 100644 --- a/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/DeleteApiOnlineRequest.py +++ b/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/DeleteApiOnlineRequest.py @@ -21,7 +21,7 @@ class DeleteApiOnlineRequest(RoaRequest): def __init__(self): - RoaRequest.__init__(self, 'Acs', '2015-01-01', 'DeleteApiOnline') + RoaRequest.__init__(self, 'Acs', '2015-01-01', 'DeleteApiOnline','dsfasdf') self.set_uri_pattern('/deleteApiOnline') self.set_method('POST|GET') diff --git a/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/ModifyApiNameInDailyRequest.py b/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/ModifyApiNameInDailyRequest.py index 80dc62ffd6..15e889c33d 100644 --- a/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/ModifyApiNameInDailyRequest.py +++ b/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/ModifyApiNameInDailyRequest.py @@ -21,7 +21,7 @@ class ModifyApiNameInDailyRequest(RoaRequest): def __init__(self): - RoaRequest.__init__(self, 'Acs', '2015-01-01', 'ModifyApiNameInDaily') + RoaRequest.__init__(self, 'Acs', '2015-01-01', 'ModifyApiNameInDaily','dsfasdf') self.set_uri_pattern('/modifyApiNameInDaily') self.set_method('POST|GET') diff --git a/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/ModifyApiNameRequest.py b/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/ModifyApiNameRequest.py index 9eb2523ccf..c839e8e69a 100644 --- a/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/ModifyApiNameRequest.py +++ b/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/ModifyApiNameRequest.py @@ -21,7 +21,7 @@ class ModifyApiNameRequest(RoaRequest): def __init__(self): - RoaRequest.__init__(self, 'Acs', '2015-01-01', 'ModifyApiName') + RoaRequest.__init__(self, 'Acs', '2015-01-01', 'ModifyApiName','dsfasdf') self.set_uri_pattern('/modifyApiName') self.set_method('POST|GET') diff --git a/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/PurchaseApiRequest.py b/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/PurchaseApiRequest.py index b7b323ffd9..37079603ab 100644 --- a/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/PurchaseApiRequest.py +++ b/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/PurchaseApiRequest.py @@ -21,7 +21,7 @@ class PurchaseApiRequest(RoaRequest): def __init__(self): - RoaRequest.__init__(self, 'Acs', '2015-01-01', 'PurchaseApi') + RoaRequest.__init__(self, 'Acs', '2015-01-01', 'PurchaseApi','dsfasdf') self.set_uri_pattern('/Api/PurchaseApi') self.set_method('POST|GET') diff --git a/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/PutFlowControlRequest.py b/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/PutFlowControlRequest.py index 4b79a3550a..80a27e2c63 100644 --- a/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/PutFlowControlRequest.py +++ b/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/PutFlowControlRequest.py @@ -21,7 +21,7 @@ class PutFlowControlRequest(RoaRequest): def __init__(self): - RoaRequest.__init__(self, 'Acs', '2015-01-01', 'PutFlowControl') + RoaRequest.__init__(self, 'Acs', '2015-01-01', 'PutFlowControl','dsfasdf') self.set_uri_pattern('/FlowControl/[ProductName]/[VersionName]/[ApiName]') self.set_method('PUT') diff --git a/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/ResumePurchasedApiRequest.py b/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/ResumePurchasedApiRequest.py index 212cc20acd..7c4aa5646e 100644 --- a/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/ResumePurchasedApiRequest.py +++ b/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/ResumePurchasedApiRequest.py @@ -21,7 +21,7 @@ class ResumePurchasedApiRequest(RoaRequest): def __init__(self): - RoaRequest.__init__(self, 'Acs', '2015-01-01', 'ResumePurchasedApi') + RoaRequest.__init__(self, 'Acs', '2015-01-01', 'ResumePurchasedApi','dsfasdf') self.set_uri_pattern('/Api/ResumePurchasedApi') self.set_method('POST|GET') diff --git a/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/StopPurchasedApiRequest.py b/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/StopPurchasedApiRequest.py index 6d6a49e610..889c0af1ce 100644 --- a/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/StopPurchasedApiRequest.py +++ b/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/StopPurchasedApiRequest.py @@ -21,7 +21,7 @@ class StopPurchasedApiRequest(RoaRequest): def __init__(self): - RoaRequest.__init__(self, 'Acs', '2015-01-01', 'StopPurchasedApi') + RoaRequest.__init__(self, 'Acs', '2015-01-01', 'StopPurchasedApi','dsfasdf') self.set_uri_pattern('/Api/StopPurchasedApi') self.set_method('POST|GET') From 65317d3a863664c48c5bbe3efdc6fb112b226883 Mon Sep 17 00:00:00 2001 From: sdk-team Date: Fri, 14 Jun 2019 14:01:49 +0800 Subject: [PATCH 093/282] dafsdfsdf --- aliyun-python-sdk-acs/ChangeLog.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/aliyun-python-sdk-acs/ChangeLog.txt b/aliyun-python-sdk-acs/ChangeLog.txt index 2cb67f47da..aa690f41d3 100644 --- a/aliyun-python-sdk-acs/ChangeLog.txt +++ b/aliyun-python-sdk-acs/ChangeLog.txt @@ -1,6 +1,9 @@ 2019-06-14 Version: dsfasd dafsdfsdf +2019-06-14 Version: dsfasd +dafsdfsdf + 2019-06-11 Version: 1.0.0 - Generated 2015-01-01 for `Acs` From 8070e4142df67b05da12b423fd6002caf2e12cf7 Mon Sep 17 00:00:00 2001 From: sdk-team Date: Fri, 14 Jun 2019 14:30:40 +0800 Subject: [PATCH 094/282] asdfsdfsdfsdf --- aliyun-python-sdk-acs/ChangeLog.txt | 3 +++ aliyun-python-sdk-acs/aliyunsdkacs/__init__.py | 2 +- .../aliyunsdkacs/request/v20150101/DeleteApiInDailyRequest.py | 2 +- .../aliyunsdkacs/request/v20150101/DeleteApiOnlineRequest.py | 2 +- .../request/v20150101/ModifyApiNameInDailyRequest.py | 2 +- .../aliyunsdkacs/request/v20150101/ModifyApiNameRequest.py | 2 +- .../aliyunsdkacs/request/v20150101/PurchaseApiRequest.py | 2 +- .../aliyunsdkacs/request/v20150101/PutFlowControlRequest.py | 2 +- .../request/v20150101/ResumePurchasedApiRequest.py | 2 +- .../aliyunsdkacs/request/v20150101/StopPurchasedApiRequest.py | 2 +- 10 files changed, 12 insertions(+), 9 deletions(-) diff --git a/aliyun-python-sdk-acs/ChangeLog.txt b/aliyun-python-sdk-acs/ChangeLog.txt index aa690f41d3..72b76ab097 100644 --- a/aliyun-python-sdk-acs/ChangeLog.txt +++ b/aliyun-python-sdk-acs/ChangeLog.txt @@ -1,3 +1,6 @@ +2019-06-14 Version: sdfadsf +asdfsdfsdfsdf + 2019-06-14 Version: dsfasd dafsdfsdf diff --git a/aliyun-python-sdk-acs/aliyunsdkacs/__init__.py b/aliyun-python-sdk-acs/aliyunsdkacs/__init__.py index 917a305188..18535e89c8 100644 --- a/aliyun-python-sdk-acs/aliyunsdkacs/__init__.py +++ b/aliyun-python-sdk-acs/aliyunsdkacs/__init__.py @@ -1 +1 @@ -__version__ = 'dsfasd' \ No newline at end of file +__version__ = 'sdfadsf' \ No newline at end of file diff --git a/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/DeleteApiInDailyRequest.py b/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/DeleteApiInDailyRequest.py index f5c43eb488..6a09de147b 100644 --- a/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/DeleteApiInDailyRequest.py +++ b/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/DeleteApiInDailyRequest.py @@ -21,7 +21,7 @@ class DeleteApiInDailyRequest(RoaRequest): def __init__(self): - RoaRequest.__init__(self, 'Acs', '2015-01-01', 'DeleteApiInDaily','dsfasdf') + RoaRequest.__init__(self, 'Acs', '2015-01-01', 'DeleteApiInDaily','sfdsadfs') self.set_uri_pattern('/deleteApiInDaily') self.set_method('POST|GET') diff --git a/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/DeleteApiOnlineRequest.py b/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/DeleteApiOnlineRequest.py index c687ae899d..8c3cabafe9 100644 --- a/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/DeleteApiOnlineRequest.py +++ b/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/DeleteApiOnlineRequest.py @@ -21,7 +21,7 @@ class DeleteApiOnlineRequest(RoaRequest): def __init__(self): - RoaRequest.__init__(self, 'Acs', '2015-01-01', 'DeleteApiOnline','dsfasdf') + RoaRequest.__init__(self, 'Acs', '2015-01-01', 'DeleteApiOnline','sfdsadfs') self.set_uri_pattern('/deleteApiOnline') self.set_method('POST|GET') diff --git a/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/ModifyApiNameInDailyRequest.py b/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/ModifyApiNameInDailyRequest.py index 15e889c33d..3d4f85c99f 100644 --- a/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/ModifyApiNameInDailyRequest.py +++ b/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/ModifyApiNameInDailyRequest.py @@ -21,7 +21,7 @@ class ModifyApiNameInDailyRequest(RoaRequest): def __init__(self): - RoaRequest.__init__(self, 'Acs', '2015-01-01', 'ModifyApiNameInDaily','dsfasdf') + RoaRequest.__init__(self, 'Acs', '2015-01-01', 'ModifyApiNameInDaily','sfdsadfs') self.set_uri_pattern('/modifyApiNameInDaily') self.set_method('POST|GET') diff --git a/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/ModifyApiNameRequest.py b/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/ModifyApiNameRequest.py index c839e8e69a..6f11d3cdf6 100644 --- a/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/ModifyApiNameRequest.py +++ b/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/ModifyApiNameRequest.py @@ -21,7 +21,7 @@ class ModifyApiNameRequest(RoaRequest): def __init__(self): - RoaRequest.__init__(self, 'Acs', '2015-01-01', 'ModifyApiName','dsfasdf') + RoaRequest.__init__(self, 'Acs', '2015-01-01', 'ModifyApiName','sfdsadfs') self.set_uri_pattern('/modifyApiName') self.set_method('POST|GET') diff --git a/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/PurchaseApiRequest.py b/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/PurchaseApiRequest.py index 37079603ab..b0965677a8 100644 --- a/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/PurchaseApiRequest.py +++ b/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/PurchaseApiRequest.py @@ -21,7 +21,7 @@ class PurchaseApiRequest(RoaRequest): def __init__(self): - RoaRequest.__init__(self, 'Acs', '2015-01-01', 'PurchaseApi','dsfasdf') + RoaRequest.__init__(self, 'Acs', '2015-01-01', 'PurchaseApi','sfdsadfs') self.set_uri_pattern('/Api/PurchaseApi') self.set_method('POST|GET') diff --git a/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/PutFlowControlRequest.py b/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/PutFlowControlRequest.py index 80a27e2c63..1953a9718f 100644 --- a/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/PutFlowControlRequest.py +++ b/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/PutFlowControlRequest.py @@ -21,7 +21,7 @@ class PutFlowControlRequest(RoaRequest): def __init__(self): - RoaRequest.__init__(self, 'Acs', '2015-01-01', 'PutFlowControl','dsfasdf') + RoaRequest.__init__(self, 'Acs', '2015-01-01', 'PutFlowControl','sfdsadfs') self.set_uri_pattern('/FlowControl/[ProductName]/[VersionName]/[ApiName]') self.set_method('PUT') diff --git a/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/ResumePurchasedApiRequest.py b/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/ResumePurchasedApiRequest.py index 7c4aa5646e..043e1e2a05 100644 --- a/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/ResumePurchasedApiRequest.py +++ b/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/ResumePurchasedApiRequest.py @@ -21,7 +21,7 @@ class ResumePurchasedApiRequest(RoaRequest): def __init__(self): - RoaRequest.__init__(self, 'Acs', '2015-01-01', 'ResumePurchasedApi','dsfasdf') + RoaRequest.__init__(self, 'Acs', '2015-01-01', 'ResumePurchasedApi','sfdsadfs') self.set_uri_pattern('/Api/ResumePurchasedApi') self.set_method('POST|GET') diff --git a/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/StopPurchasedApiRequest.py b/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/StopPurchasedApiRequest.py index 889c0af1ce..4116481ac2 100644 --- a/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/StopPurchasedApiRequest.py +++ b/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/StopPurchasedApiRequest.py @@ -21,7 +21,7 @@ class StopPurchasedApiRequest(RoaRequest): def __init__(self): - RoaRequest.__init__(self, 'Acs', '2015-01-01', 'StopPurchasedApi','dsfasdf') + RoaRequest.__init__(self, 'Acs', '2015-01-01', 'StopPurchasedApi','sfdsadfs') self.set_uri_pattern('/Api/StopPurchasedApi') self.set_method('POST|GET') From b909746522b54206d2c083f96d615d77c43c1fca Mon Sep 17 00:00:00 2001 From: sdk-team Date: Fri, 14 Jun 2019 15:08:55 +0800 Subject: [PATCH 095/282] dsafsdfs --- aliyun-python-sdk-slb/ChangeLog.txt | 3 + .../aliyunsdkslb/__init__.py | 2 +- .../AddAccessControlListEntryRequest.py | 2 +- .../v20140515/AddBackendServersAsynRequest.py | 72 ++++++++++++++ .../CreateAccessControlListRequest.py | 8 +- .../v20140515/CreateDomainExtensionRequest.py | 2 +- .../CreateLoadBalancerUDPListenerRequest.py | 8 +- .../CreateMasterSlaveServerGroupRequest.py | 2 +- .../CreateMasterSlaveVServerGroupRequest.py | 2 +- .../request/v20140515/CreateRulesRequest.py | 10 +- .../DeleteAccessControlListRequest.py | 2 +- ...eleteAccessLogsDownloadAttributeRequest.py | 72 ++++++++++++++ .../v20140515/DeleteCACertificateRequest.py | 2 +- .../v20140515/DeleteDomainExtensionRequest.py | 2 +- .../DeleteLogsDownloadAttributeRequest.py | 60 ++++++++++++ .../DeleteMasterSlaveServerGroupRequest.py | 2 +- .../DeleteMasterSlaveVServerGroupRequest.py | 2 +- ...scribeAccessControlListAttributeRequest.py | 2 +- .../DescribeAccessControlListsRequest.py | 22 ++--- ...cribeAccessLogsDownloadAttributeRequest.py | 84 ++++++++++++++++ .../DescribeAliCloudCertificatesRequest.py | 54 +++++++++++ .../DescribeCACertificatesRequest.py | 8 +- ...tificateRelatedListenersAndRulesRequest.py | 60 ++++++++++++ ...DescribeDomainExtensionAttributeRequest.py | 66 +++++++++++++ .../DescribeDomainExtensionsRequest.py | 2 +- .../v20140515/DescribeIdleInstancesRequest.py | 60 ++++++++++++ .../DescribeLogsDownloadAttributeRequest.py | 60 ++++++++++++ .../DescribeLogsDownloadStatusRequest.py | 60 ++++++++++++ ...eMasterSlaveServerGroupAttributeRequest.py | 2 +- .../DescribeMasterSlaveServerGroupsRequest.py | 8 +- ...MasterSlaveVServerGroupAttributeRequest.py | 2 +- ...DescribeMasterSlaveVServerGroupsRequest.py | 2 +- .../v20140515/DescribeRealtimeLogsRequest.py | 96 +++++++++++++++++++ .../v20140515/DescribeSlbQuotasRequest.py | 2 +- .../request/v20140515/DescribeTagsRequest.py | 28 +++--- .../DescribeVPCRelatedLoadBalancersRequest.py | 78 +++++++++++++++ ...scribeAccessControlListAttributeRequest.py | 72 ++++++++++++++ ...nerOpsDescribeAccessControlListsRequest.py | 78 +++++++++++++++ .../ModifyLoadBalancerInstanceSpecRequest.py | 20 ++-- .../ModifyLoadBalancerPayTypeRequest.py | 8 +- .../ModifyLoadBalancerVPCAddressRequest.py | 78 +++++++++++++++ .../v20140515/ProduceSlbInstanceRequest.py | 60 ++++++++++++ .../RemoveAccessControlListEntryRequest.py | 2 +- .../RemoveBackendServersAsynRequest.py | 66 +++++++++++++ ...etAccessControlListAttributeImplRequest.py | 72 ++++++++++++++ .../SetAccessControlListAttributeRequest.py | 2 +- .../SetAccessLogsDownloadAttributeRequest.py | 72 ++++++++++++++ .../v20140515/SetCACertificateNameRequest.py | 2 +- .../SetDomainExtensionAttributeRequest.py | 2 +- .../SetLogsDownloadAttributeRequest.py | 78 +++++++++++++++ .../v20140515/SetLogsDownloadStatusRequest.py | 66 +++++++++++++ .../v20140515/UploadCACertificateRequest.py | 8 +- aliyun-python-sdk-slb/setup.py | 9 +- 53 files changed, 1525 insertions(+), 119 deletions(-) create mode 100644 aliyun-python-sdk-slb/aliyunsdkslb/request/v20140515/AddBackendServersAsynRequest.py create mode 100644 aliyun-python-sdk-slb/aliyunsdkslb/request/v20140515/DeleteAccessLogsDownloadAttributeRequest.py create mode 100644 aliyun-python-sdk-slb/aliyunsdkslb/request/v20140515/DeleteLogsDownloadAttributeRequest.py create mode 100644 aliyun-python-sdk-slb/aliyunsdkslb/request/v20140515/DescribeAccessLogsDownloadAttributeRequest.py create mode 100644 aliyun-python-sdk-slb/aliyunsdkslb/request/v20140515/DescribeAliCloudCertificatesRequest.py create mode 100644 aliyun-python-sdk-slb/aliyunsdkslb/request/v20140515/DescribeCertificateRelatedListenersAndRulesRequest.py create mode 100644 aliyun-python-sdk-slb/aliyunsdkslb/request/v20140515/DescribeDomainExtensionAttributeRequest.py create mode 100644 aliyun-python-sdk-slb/aliyunsdkslb/request/v20140515/DescribeIdleInstancesRequest.py create mode 100644 aliyun-python-sdk-slb/aliyunsdkslb/request/v20140515/DescribeLogsDownloadAttributeRequest.py create mode 100644 aliyun-python-sdk-slb/aliyunsdkslb/request/v20140515/DescribeLogsDownloadStatusRequest.py create mode 100644 aliyun-python-sdk-slb/aliyunsdkslb/request/v20140515/DescribeRealtimeLogsRequest.py create mode 100644 aliyun-python-sdk-slb/aliyunsdkslb/request/v20140515/DescribeVPCRelatedLoadBalancersRequest.py create mode 100644 aliyun-python-sdk-slb/aliyunsdkslb/request/v20140515/InnerOpsDescribeAccessControlListAttributeRequest.py create mode 100644 aliyun-python-sdk-slb/aliyunsdkslb/request/v20140515/InnerOpsDescribeAccessControlListsRequest.py create mode 100644 aliyun-python-sdk-slb/aliyunsdkslb/request/v20140515/ModifyLoadBalancerVPCAddressRequest.py create mode 100644 aliyun-python-sdk-slb/aliyunsdkslb/request/v20140515/ProduceSlbInstanceRequest.py create mode 100644 aliyun-python-sdk-slb/aliyunsdkslb/request/v20140515/RemoveBackendServersAsynRequest.py create mode 100644 aliyun-python-sdk-slb/aliyunsdkslb/request/v20140515/SetAccessControlListAttributeImplRequest.py create mode 100644 aliyun-python-sdk-slb/aliyunsdkslb/request/v20140515/SetAccessLogsDownloadAttributeRequest.py create mode 100644 aliyun-python-sdk-slb/aliyunsdkslb/request/v20140515/SetLogsDownloadAttributeRequest.py create mode 100644 aliyun-python-sdk-slb/aliyunsdkslb/request/v20140515/SetLogsDownloadStatusRequest.py diff --git a/aliyun-python-sdk-slb/ChangeLog.txt b/aliyun-python-sdk-slb/ChangeLog.txt index 2e6eef17c5..e5f83c98ed 100644 --- a/aliyun-python-sdk-slb/ChangeLog.txt +++ b/aliyun-python-sdk-slb/ChangeLog.txt @@ -1,3 +1,6 @@ +2019-06-14 Version: sdfasd +dsafsdfs + 2018-08-28 Version: 3.2.7 1, Add param for DescribeRegions,support AcceptLanguage,RegionEndpoint. diff --git a/aliyun-python-sdk-slb/aliyunsdkslb/__init__.py b/aliyun-python-sdk-slb/aliyunsdkslb/__init__.py index 7f29b8785d..25a8100d95 100644 --- a/aliyun-python-sdk-slb/aliyunsdkslb/__init__.py +++ b/aliyun-python-sdk-slb/aliyunsdkslb/__init__.py @@ -1 +1 @@ -__version__ = "3.2.7" \ No newline at end of file +__version__ = 'sdfasd' \ No newline at end of file diff --git a/aliyun-python-sdk-slb/aliyunsdkslb/request/v20140515/AddAccessControlListEntryRequest.py b/aliyun-python-sdk-slb/aliyunsdkslb/request/v20140515/AddAccessControlListEntryRequest.py index d119f289aa..288072b24a 100644 --- a/aliyun-python-sdk-slb/aliyunsdkslb/request/v20140515/AddAccessControlListEntryRequest.py +++ b/aliyun-python-sdk-slb/aliyunsdkslb/request/v20140515/AddAccessControlListEntryRequest.py @@ -21,7 +21,7 @@ class AddAccessControlListEntryRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Slb', '2014-05-15', 'AddAccessControlListEntry','slb') + RpcRequest.__init__(self, 'Slb', '2014-05-15', 'AddAccessControlListEntry','asdfdsf') def get_access_key_id(self): return self.get_query_params().get('access_key_id') diff --git a/aliyun-python-sdk-slb/aliyunsdkslb/request/v20140515/AddBackendServersAsynRequest.py b/aliyun-python-sdk-slb/aliyunsdkslb/request/v20140515/AddBackendServersAsynRequest.py new file mode 100644 index 0000000000..c3ffaf7c0c --- /dev/null +++ b/aliyun-python-sdk-slb/aliyunsdkslb/request/v20140515/AddBackendServersAsynRequest.py @@ -0,0 +1,72 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class AddBackendServersAsynRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Slb', '2014-05-15', 'AddBackendServersAsyn','asdfdsf') + + def get_access_key_id(self): + return self.get_query_params().get('access_key_id') + + def set_access_key_id(self,access_key_id): + self.add_query_param('access_key_id',access_key_id) + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_LoadBalancerId(self): + return self.get_query_params().get('LoadBalancerId') + + def set_LoadBalancerId(self,LoadBalancerId): + self.add_query_param('LoadBalancerId',LoadBalancerId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_BackendServers(self): + return self.get_query_params().get('BackendServers') + + def set_BackendServers(self,BackendServers): + self.add_query_param('BackendServers',BackendServers) + + def get_Tags(self): + return self.get_query_params().get('Tags') + + def set_Tags(self,Tags): + self.add_query_param('Tags',Tags) \ No newline at end of file diff --git a/aliyun-python-sdk-slb/aliyunsdkslb/request/v20140515/CreateAccessControlListRequest.py b/aliyun-python-sdk-slb/aliyunsdkslb/request/v20140515/CreateAccessControlListRequest.py index 4855b5f9bb..614637ac3e 100644 --- a/aliyun-python-sdk-slb/aliyunsdkslb/request/v20140515/CreateAccessControlListRequest.py +++ b/aliyun-python-sdk-slb/aliyunsdkslb/request/v20140515/CreateAccessControlListRequest.py @@ -21,7 +21,7 @@ class CreateAccessControlListRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Slb', '2014-05-15', 'CreateAccessControlList','slb') + RpcRequest.__init__(self, 'Slb', '2014-05-15', 'CreateAccessControlList','asdfdsf') def get_access_key_id(self): return self.get_query_params().get('access_key_id') @@ -59,12 +59,6 @@ def get_OwnerId(self): def set_OwnerId(self,OwnerId): self.add_query_param('OwnerId',OwnerId) - def get_AddressIPVersion(self): - return self.get_query_params().get('AddressIPVersion') - - def set_AddressIPVersion(self,AddressIPVersion): - self.add_query_param('AddressIPVersion',AddressIPVersion) - def get_Tags(self): return self.get_query_params().get('Tags') diff --git a/aliyun-python-sdk-slb/aliyunsdkslb/request/v20140515/CreateDomainExtensionRequest.py b/aliyun-python-sdk-slb/aliyunsdkslb/request/v20140515/CreateDomainExtensionRequest.py index 8ef0faf975..700963bcef 100644 --- a/aliyun-python-sdk-slb/aliyunsdkslb/request/v20140515/CreateDomainExtensionRequest.py +++ b/aliyun-python-sdk-slb/aliyunsdkslb/request/v20140515/CreateDomainExtensionRequest.py @@ -21,7 +21,7 @@ class CreateDomainExtensionRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Slb', '2014-05-15', 'CreateDomainExtension','slb') + RpcRequest.__init__(self, 'Slb', '2014-05-15', 'CreateDomainExtension','asdfdsf') def get_access_key_id(self): return self.get_query_params().get('access_key_id') diff --git a/aliyun-python-sdk-slb/aliyunsdkslb/request/v20140515/CreateLoadBalancerUDPListenerRequest.py b/aliyun-python-sdk-slb/aliyunsdkslb/request/v20140515/CreateLoadBalancerUDPListenerRequest.py index ac492d7ba9..9dc2ca0390 100644 --- a/aliyun-python-sdk-slb/aliyunsdkslb/request/v20140515/CreateLoadBalancerUDPListenerRequest.py +++ b/aliyun-python-sdk-slb/aliyunsdkslb/request/v20140515/CreateLoadBalancerUDPListenerRequest.py @@ -21,7 +21,7 @@ class CreateLoadBalancerUDPListenerRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Slb', '2014-05-15', 'CreateLoadBalancerUDPListener','slb') + RpcRequest.__init__(self, 'Slb', '2014-05-15', 'CreateLoadBalancerUDPListener','asdfdsf') def get_access_key_id(self): return self.get_query_params().get('access_key_id') @@ -41,12 +41,6 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) - def get_Description(self): - return self.get_query_params().get('Description') - - def set_Description(self,Description): - self.add_query_param('Description',Description) - def get_UnhealthyThreshold(self): return self.get_query_params().get('UnhealthyThreshold') diff --git a/aliyun-python-sdk-slb/aliyunsdkslb/request/v20140515/CreateMasterSlaveServerGroupRequest.py b/aliyun-python-sdk-slb/aliyunsdkslb/request/v20140515/CreateMasterSlaveServerGroupRequest.py index 16334fb2f4..78e711f2fc 100644 --- a/aliyun-python-sdk-slb/aliyunsdkslb/request/v20140515/CreateMasterSlaveServerGroupRequest.py +++ b/aliyun-python-sdk-slb/aliyunsdkslb/request/v20140515/CreateMasterSlaveServerGroupRequest.py @@ -21,7 +21,7 @@ class CreateMasterSlaveServerGroupRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Slb', '2014-05-15', 'CreateMasterSlaveServerGroup','slb') + RpcRequest.__init__(self, 'Slb', '2014-05-15', 'CreateMasterSlaveServerGroup','asdfdsf') def get_access_key_id(self): return self.get_query_params().get('access_key_id') diff --git a/aliyun-python-sdk-slb/aliyunsdkslb/request/v20140515/CreateMasterSlaveVServerGroupRequest.py b/aliyun-python-sdk-slb/aliyunsdkslb/request/v20140515/CreateMasterSlaveVServerGroupRequest.py index 702b177fc7..33896ad228 100644 --- a/aliyun-python-sdk-slb/aliyunsdkslb/request/v20140515/CreateMasterSlaveVServerGroupRequest.py +++ b/aliyun-python-sdk-slb/aliyunsdkslb/request/v20140515/CreateMasterSlaveVServerGroupRequest.py @@ -21,7 +21,7 @@ class CreateMasterSlaveVServerGroupRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Slb', '2014-05-15', 'CreateMasterSlaveVServerGroup','slb') + RpcRequest.__init__(self, 'Slb', '2014-05-15', 'CreateMasterSlaveVServerGroup','asdfdsf') def get_access_key_id(self): return self.get_query_params().get('access_key_id') diff --git a/aliyun-python-sdk-slb/aliyunsdkslb/request/v20140515/CreateRulesRequest.py b/aliyun-python-sdk-slb/aliyunsdkslb/request/v20140515/CreateRulesRequest.py index dc1de1d255..9c1bb09bdd 100644 --- a/aliyun-python-sdk-slb/aliyunsdkslb/request/v20140515/CreateRulesRequest.py +++ b/aliyun-python-sdk-slb/aliyunsdkslb/request/v20140515/CreateRulesRequest.py @@ -21,7 +21,7 @@ class CreateRulesRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Slb', '2014-05-15', 'CreateRules','slb') + RpcRequest.__init__(self, 'Slb', '2014-05-15', 'CreateRules','asdfdsf') def get_access_key_id(self): return self.get_query_params().get('access_key_id') @@ -69,10 +69,4 @@ def get_OwnerId(self): return self.get_query_params().get('OwnerId') def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_Tags(self): - return self.get_query_params().get('Tags') - - def set_Tags(self,Tags): - self.add_query_param('Tags',Tags) \ No newline at end of file + self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-slb/aliyunsdkslb/request/v20140515/DeleteAccessControlListRequest.py b/aliyun-python-sdk-slb/aliyunsdkslb/request/v20140515/DeleteAccessControlListRequest.py index 897adc0b86..78ab83c528 100644 --- a/aliyun-python-sdk-slb/aliyunsdkslb/request/v20140515/DeleteAccessControlListRequest.py +++ b/aliyun-python-sdk-slb/aliyunsdkslb/request/v20140515/DeleteAccessControlListRequest.py @@ -21,7 +21,7 @@ class DeleteAccessControlListRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Slb', '2014-05-15', 'DeleteAccessControlList','slb') + RpcRequest.__init__(self, 'Slb', '2014-05-15', 'DeleteAccessControlList','asdfdsf') def get_access_key_id(self): return self.get_query_params().get('access_key_id') diff --git a/aliyun-python-sdk-slb/aliyunsdkslb/request/v20140515/DeleteAccessLogsDownloadAttributeRequest.py b/aliyun-python-sdk-slb/aliyunsdkslb/request/v20140515/DeleteAccessLogsDownloadAttributeRequest.py new file mode 100644 index 0000000000..f45fcd1e1a --- /dev/null +++ b/aliyun-python-sdk-slb/aliyunsdkslb/request/v20140515/DeleteAccessLogsDownloadAttributeRequest.py @@ -0,0 +1,72 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class DeleteAccessLogsDownloadAttributeRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Slb', '2014-05-15', 'DeleteAccessLogsDownloadAttribute','asdfdsf') + + def get_access_key_id(self): + return self.get_query_params().get('access_key_id') + + def set_access_key_id(self,access_key_id): + self.add_query_param('access_key_id',access_key_id) + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_LoadBalancerId(self): + return self.get_query_params().get('LoadBalancerId') + + def set_LoadBalancerId(self,LoadBalancerId): + self.add_query_param('LoadBalancerId',LoadBalancerId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_Tags(self): + return self.get_query_params().get('Tags') + + def set_Tags(self,Tags): + self.add_query_param('Tags',Tags) + + def get_LogsDownloadAttributes(self): + return self.get_query_params().get('LogsDownloadAttributes') + + def set_LogsDownloadAttributes(self,LogsDownloadAttributes): + self.add_query_param('LogsDownloadAttributes',LogsDownloadAttributes) \ No newline at end of file diff --git a/aliyun-python-sdk-slb/aliyunsdkslb/request/v20140515/DeleteCACertificateRequest.py b/aliyun-python-sdk-slb/aliyunsdkslb/request/v20140515/DeleteCACertificateRequest.py index f23a4b214b..175e628775 100644 --- a/aliyun-python-sdk-slb/aliyunsdkslb/request/v20140515/DeleteCACertificateRequest.py +++ b/aliyun-python-sdk-slb/aliyunsdkslb/request/v20140515/DeleteCACertificateRequest.py @@ -21,7 +21,7 @@ class DeleteCACertificateRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Slb', '2014-05-15', 'DeleteCACertificate','slb') + RpcRequest.__init__(self, 'Slb', '2014-05-15', 'DeleteCACertificate','asdfdsf') def get_access_key_id(self): return self.get_query_params().get('access_key_id') diff --git a/aliyun-python-sdk-slb/aliyunsdkslb/request/v20140515/DeleteDomainExtensionRequest.py b/aliyun-python-sdk-slb/aliyunsdkslb/request/v20140515/DeleteDomainExtensionRequest.py index c5327f177c..eabb61edce 100644 --- a/aliyun-python-sdk-slb/aliyunsdkslb/request/v20140515/DeleteDomainExtensionRequest.py +++ b/aliyun-python-sdk-slb/aliyunsdkslb/request/v20140515/DeleteDomainExtensionRequest.py @@ -21,7 +21,7 @@ class DeleteDomainExtensionRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Slb', '2014-05-15', 'DeleteDomainExtension','slb') + RpcRequest.__init__(self, 'Slb', '2014-05-15', 'DeleteDomainExtension','asdfdsf') def get_access_key_id(self): return self.get_query_params().get('access_key_id') diff --git a/aliyun-python-sdk-slb/aliyunsdkslb/request/v20140515/DeleteLogsDownloadAttributeRequest.py b/aliyun-python-sdk-slb/aliyunsdkslb/request/v20140515/DeleteLogsDownloadAttributeRequest.py new file mode 100644 index 0000000000..d1d9bec76f --- /dev/null +++ b/aliyun-python-sdk-slb/aliyunsdkslb/request/v20140515/DeleteLogsDownloadAttributeRequest.py @@ -0,0 +1,60 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class DeleteLogsDownloadAttributeRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Slb', '2014-05-15', 'DeleteLogsDownloadAttribute','asdfdsf') + + def get_access_key_id(self): + return self.get_query_params().get('access_key_id') + + def set_access_key_id(self,access_key_id): + self.add_query_param('access_key_id',access_key_id) + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_Tags(self): + return self.get_query_params().get('Tags') + + def set_Tags(self,Tags): + self.add_query_param('Tags',Tags) \ No newline at end of file diff --git a/aliyun-python-sdk-slb/aliyunsdkslb/request/v20140515/DeleteMasterSlaveServerGroupRequest.py b/aliyun-python-sdk-slb/aliyunsdkslb/request/v20140515/DeleteMasterSlaveServerGroupRequest.py index 9ddbb25a91..e8393ca73b 100644 --- a/aliyun-python-sdk-slb/aliyunsdkslb/request/v20140515/DeleteMasterSlaveServerGroupRequest.py +++ b/aliyun-python-sdk-slb/aliyunsdkslb/request/v20140515/DeleteMasterSlaveServerGroupRequest.py @@ -21,7 +21,7 @@ class DeleteMasterSlaveServerGroupRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Slb', '2014-05-15', 'DeleteMasterSlaveServerGroup','slb') + RpcRequest.__init__(self, 'Slb', '2014-05-15', 'DeleteMasterSlaveServerGroup','asdfdsf') def get_access_key_id(self): return self.get_query_params().get('access_key_id') diff --git a/aliyun-python-sdk-slb/aliyunsdkslb/request/v20140515/DeleteMasterSlaveVServerGroupRequest.py b/aliyun-python-sdk-slb/aliyunsdkslb/request/v20140515/DeleteMasterSlaveVServerGroupRequest.py index 7566434842..0f20bfb3b0 100644 --- a/aliyun-python-sdk-slb/aliyunsdkslb/request/v20140515/DeleteMasterSlaveVServerGroupRequest.py +++ b/aliyun-python-sdk-slb/aliyunsdkslb/request/v20140515/DeleteMasterSlaveVServerGroupRequest.py @@ -21,7 +21,7 @@ class DeleteMasterSlaveVServerGroupRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Slb', '2014-05-15', 'DeleteMasterSlaveVServerGroup','slb') + RpcRequest.__init__(self, 'Slb', '2014-05-15', 'DeleteMasterSlaveVServerGroup','asdfdsf') def get_access_key_id(self): return self.get_query_params().get('access_key_id') diff --git a/aliyun-python-sdk-slb/aliyunsdkslb/request/v20140515/DescribeAccessControlListAttributeRequest.py b/aliyun-python-sdk-slb/aliyunsdkslb/request/v20140515/DescribeAccessControlListAttributeRequest.py index 882c2e9c92..4c1f391606 100644 --- a/aliyun-python-sdk-slb/aliyunsdkslb/request/v20140515/DescribeAccessControlListAttributeRequest.py +++ b/aliyun-python-sdk-slb/aliyunsdkslb/request/v20140515/DescribeAccessControlListAttributeRequest.py @@ -21,7 +21,7 @@ class DescribeAccessControlListAttributeRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Slb', '2014-05-15', 'DescribeAccessControlListAttribute','slb') + RpcRequest.__init__(self, 'Slb', '2014-05-15', 'DescribeAccessControlListAttribute','asdfdsf') def get_access_key_id(self): return self.get_query_params().get('access_key_id') diff --git a/aliyun-python-sdk-slb/aliyunsdkslb/request/v20140515/DescribeAccessControlListsRequest.py b/aliyun-python-sdk-slb/aliyunsdkslb/request/v20140515/DescribeAccessControlListsRequest.py index d63e244ab4..dc046be723 100644 --- a/aliyun-python-sdk-slb/aliyunsdkslb/request/v20140515/DescribeAccessControlListsRequest.py +++ b/aliyun-python-sdk-slb/aliyunsdkslb/request/v20140515/DescribeAccessControlListsRequest.py @@ -21,7 +21,7 @@ class DescribeAccessControlListsRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Slb', '2014-05-15', 'DescribeAccessControlLists','slb') + RpcRequest.__init__(self, 'Slb', '2014-05-15', 'DescribeAccessControlLists','asdfdsf') def get_access_key_id(self): return self.get_query_params().get('access_key_id') @@ -53,18 +53,18 @@ def get_OwnerAccount(self): def set_OwnerAccount(self,OwnerAccount): self.add_query_param('OwnerAccount',OwnerAccount) + def get_PageSize(self): + return self.get_query_params().get('PageSize') + + def set_PageSize(self,PageSize): + self.add_query_param('PageSize',PageSize) + def get_OwnerId(self): return self.get_query_params().get('OwnerId') def set_OwnerId(self,OwnerId): self.add_query_param('OwnerId',OwnerId) - def get_AddressIPVersion(self): - return self.get_query_params().get('AddressIPVersion') - - def set_AddressIPVersion(self,AddressIPVersion): - self.add_query_param('AddressIPVersion',AddressIPVersion) - def get_PageNumber(self): return self.get_query_params().get('PageNumber') @@ -75,10 +75,4 @@ def get_Tags(self): return self.get_query_params().get('Tags') def set_Tags(self,Tags): - self.add_query_param('Tags',Tags) - - def get_PageSize(self): - return self.get_query_params().get('PageSize') - - def set_PageSize(self,PageSize): - self.add_query_param('PageSize',PageSize) \ No newline at end of file + self.add_query_param('Tags',Tags) \ No newline at end of file diff --git a/aliyun-python-sdk-slb/aliyunsdkslb/request/v20140515/DescribeAccessLogsDownloadAttributeRequest.py b/aliyun-python-sdk-slb/aliyunsdkslb/request/v20140515/DescribeAccessLogsDownloadAttributeRequest.py new file mode 100644 index 0000000000..5183f342a2 --- /dev/null +++ b/aliyun-python-sdk-slb/aliyunsdkslb/request/v20140515/DescribeAccessLogsDownloadAttributeRequest.py @@ -0,0 +1,84 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class DescribeAccessLogsDownloadAttributeRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Slb', '2014-05-15', 'DescribeAccessLogsDownloadAttribute','asdfdsf') + + def get_access_key_id(self): + return self.get_query_params().get('access_key_id') + + def set_access_key_id(self,access_key_id): + self.add_query_param('access_key_id',access_key_id) + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_PageNumber(self): + return self.get_query_params().get('PageNumber') + + def set_PageNumber(self,PageNumber): + self.add_query_param('PageNumber',PageNumber) + + def get_Tags(self): + return self.get_query_params().get('Tags') + + def set_Tags(self,Tags): + self.add_query_param('Tags',Tags) + + def get_LoadBalancerId(self): + return self.get_query_params().get('LoadBalancerId') + + def set_LoadBalancerId(self,LoadBalancerId): + self.add_query_param('LoadBalancerId',LoadBalancerId) + + def get_PageSize(self): + return self.get_query_params().get('PageSize') + + def set_PageSize(self,PageSize): + self.add_query_param('PageSize',PageSize) + + def get_LogsDownloadAttributes(self): + return self.get_query_params().get('LogsDownloadAttributes') + + def set_LogsDownloadAttributes(self,LogsDownloadAttributes): + self.add_query_param('LogsDownloadAttributes',LogsDownloadAttributes) \ No newline at end of file diff --git a/aliyun-python-sdk-slb/aliyunsdkslb/request/v20140515/DescribeAliCloudCertificatesRequest.py b/aliyun-python-sdk-slb/aliyunsdkslb/request/v20140515/DescribeAliCloudCertificatesRequest.py new file mode 100644 index 0000000000..fbc8565770 --- /dev/null +++ b/aliyun-python-sdk-slb/aliyunsdkslb/request/v20140515/DescribeAliCloudCertificatesRequest.py @@ -0,0 +1,54 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class DescribeAliCloudCertificatesRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Slb', '2014-05-15', 'DescribeAliCloudCertificates','asdfdsf') + + def get_access_key_id(self): + return self.get_query_params().get('access_key_id') + + def set_access_key_id(self,access_key_id): + self.add_query_param('access_key_id',access_key_id) + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-slb/aliyunsdkslb/request/v20140515/DescribeCACertificatesRequest.py b/aliyun-python-sdk-slb/aliyunsdkslb/request/v20140515/DescribeCACertificatesRequest.py index cde5261354..fb24243e09 100644 --- a/aliyun-python-sdk-slb/aliyunsdkslb/request/v20140515/DescribeCACertificatesRequest.py +++ b/aliyun-python-sdk-slb/aliyunsdkslb/request/v20140515/DescribeCACertificatesRequest.py @@ -21,7 +21,7 @@ class DescribeCACertificatesRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Slb', '2014-05-15', 'DescribeCACertificates','slb') + RpcRequest.__init__(self, 'Slb', '2014-05-15', 'DescribeCACertificates','asdfdsf') def get_access_key_id(self): return self.get_query_params().get('access_key_id') @@ -29,12 +29,6 @@ def get_access_key_id(self): def set_access_key_id(self,access_key_id): self.add_query_param('access_key_id',access_key_id) - def get_ResourceGroupId(self): - return self.get_query_params().get('ResourceGroupId') - - def set_ResourceGroupId(self,ResourceGroupId): - self.add_query_param('ResourceGroupId',ResourceGroupId) - def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-slb/aliyunsdkslb/request/v20140515/DescribeCertificateRelatedListenersAndRulesRequest.py b/aliyun-python-sdk-slb/aliyunsdkslb/request/v20140515/DescribeCertificateRelatedListenersAndRulesRequest.py new file mode 100644 index 0000000000..010314dffd --- /dev/null +++ b/aliyun-python-sdk-slb/aliyunsdkslb/request/v20140515/DescribeCertificateRelatedListenersAndRulesRequest.py @@ -0,0 +1,60 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class DescribeCertificateRelatedListenersAndRulesRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Slb', '2014-05-15', 'DescribeCertificateRelatedListenersAndRules','asdfdsf') + + def get_access_key_id(self): + return self.get_query_params().get('access_key_id') + + def set_access_key_id(self,access_key_id): + self.add_query_param('access_key_id',access_key_id) + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_CertificateId(self): + return self.get_query_params().get('CertificateId') + + def set_CertificateId(self,CertificateId): + self.add_query_param('CertificateId',CertificateId) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-slb/aliyunsdkslb/request/v20140515/DescribeDomainExtensionAttributeRequest.py b/aliyun-python-sdk-slb/aliyunsdkslb/request/v20140515/DescribeDomainExtensionAttributeRequest.py new file mode 100644 index 0000000000..2d12500a3e --- /dev/null +++ b/aliyun-python-sdk-slb/aliyunsdkslb/request/v20140515/DescribeDomainExtensionAttributeRequest.py @@ -0,0 +1,66 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class DescribeDomainExtensionAttributeRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Slb', '2014-05-15', 'DescribeDomainExtensionAttribute','asdfdsf') + + def get_access_key_id(self): + return self.get_query_params().get('access_key_id') + + def set_access_key_id(self,access_key_id): + self.add_query_param('access_key_id',access_key_id) + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_Tags(self): + return self.get_query_params().get('Tags') + + def set_Tags(self,Tags): + self.add_query_param('Tags',Tags) + + def get_DomainExtensionId(self): + return self.get_query_params().get('DomainExtensionId') + + def set_DomainExtensionId(self,DomainExtensionId): + self.add_query_param('DomainExtensionId',DomainExtensionId) \ No newline at end of file diff --git a/aliyun-python-sdk-slb/aliyunsdkslb/request/v20140515/DescribeDomainExtensionsRequest.py b/aliyun-python-sdk-slb/aliyunsdkslb/request/v20140515/DescribeDomainExtensionsRequest.py index b023d81254..62872b6884 100644 --- a/aliyun-python-sdk-slb/aliyunsdkslb/request/v20140515/DescribeDomainExtensionsRequest.py +++ b/aliyun-python-sdk-slb/aliyunsdkslb/request/v20140515/DescribeDomainExtensionsRequest.py @@ -21,7 +21,7 @@ class DescribeDomainExtensionsRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Slb', '2014-05-15', 'DescribeDomainExtensions','slb') + RpcRequest.__init__(self, 'Slb', '2014-05-15', 'DescribeDomainExtensions','asdfdsf') def get_access_key_id(self): return self.get_query_params().get('access_key_id') diff --git a/aliyun-python-sdk-slb/aliyunsdkslb/request/v20140515/DescribeIdleInstancesRequest.py b/aliyun-python-sdk-slb/aliyunsdkslb/request/v20140515/DescribeIdleInstancesRequest.py new file mode 100644 index 0000000000..79fc63899e --- /dev/null +++ b/aliyun-python-sdk-slb/aliyunsdkslb/request/v20140515/DescribeIdleInstancesRequest.py @@ -0,0 +1,60 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class DescribeIdleInstancesRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Slb', '2014-05-15', 'DescribeIdleInstances','asdfdsf') + + def get_access_key_id(self): + return self.get_query_params().get('access_key_id') + + def set_access_key_id(self,access_key_id): + self.add_query_param('access_key_id',access_key_id) + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_Tags(self): + return self.get_query_params().get('Tags') + + def set_Tags(self,Tags): + self.add_query_param('Tags',Tags) \ No newline at end of file diff --git a/aliyun-python-sdk-slb/aliyunsdkslb/request/v20140515/DescribeLogsDownloadAttributeRequest.py b/aliyun-python-sdk-slb/aliyunsdkslb/request/v20140515/DescribeLogsDownloadAttributeRequest.py new file mode 100644 index 0000000000..a7478538d4 --- /dev/null +++ b/aliyun-python-sdk-slb/aliyunsdkslb/request/v20140515/DescribeLogsDownloadAttributeRequest.py @@ -0,0 +1,60 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class DescribeLogsDownloadAttributeRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Slb', '2014-05-15', 'DescribeLogsDownloadAttribute','asdfdsf') + + def get_access_key_id(self): + return self.get_query_params().get('access_key_id') + + def set_access_key_id(self,access_key_id): + self.add_query_param('access_key_id',access_key_id) + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_Tags(self): + return self.get_query_params().get('Tags') + + def set_Tags(self,Tags): + self.add_query_param('Tags',Tags) \ No newline at end of file diff --git a/aliyun-python-sdk-slb/aliyunsdkslb/request/v20140515/DescribeLogsDownloadStatusRequest.py b/aliyun-python-sdk-slb/aliyunsdkslb/request/v20140515/DescribeLogsDownloadStatusRequest.py new file mode 100644 index 0000000000..9b0a9bfb0c --- /dev/null +++ b/aliyun-python-sdk-slb/aliyunsdkslb/request/v20140515/DescribeLogsDownloadStatusRequest.py @@ -0,0 +1,60 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class DescribeLogsDownloadStatusRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Slb', '2014-05-15', 'DescribeLogsDownloadStatus','asdfdsf') + + def get_access_key_id(self): + return self.get_query_params().get('access_key_id') + + def set_access_key_id(self,access_key_id): + self.add_query_param('access_key_id',access_key_id) + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_Tags(self): + return self.get_query_params().get('Tags') + + def set_Tags(self,Tags): + self.add_query_param('Tags',Tags) \ No newline at end of file diff --git a/aliyun-python-sdk-slb/aliyunsdkslb/request/v20140515/DescribeMasterSlaveServerGroupAttributeRequest.py b/aliyun-python-sdk-slb/aliyunsdkslb/request/v20140515/DescribeMasterSlaveServerGroupAttributeRequest.py index 3ddf46138e..3bc004898c 100644 --- a/aliyun-python-sdk-slb/aliyunsdkslb/request/v20140515/DescribeMasterSlaveServerGroupAttributeRequest.py +++ b/aliyun-python-sdk-slb/aliyunsdkslb/request/v20140515/DescribeMasterSlaveServerGroupAttributeRequest.py @@ -21,7 +21,7 @@ class DescribeMasterSlaveServerGroupAttributeRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Slb', '2014-05-15', 'DescribeMasterSlaveServerGroupAttribute','slb') + RpcRequest.__init__(self, 'Slb', '2014-05-15', 'DescribeMasterSlaveServerGroupAttribute','asdfdsf') def get_access_key_id(self): return self.get_query_params().get('access_key_id') diff --git a/aliyun-python-sdk-slb/aliyunsdkslb/request/v20140515/DescribeMasterSlaveServerGroupsRequest.py b/aliyun-python-sdk-slb/aliyunsdkslb/request/v20140515/DescribeMasterSlaveServerGroupsRequest.py index cbc73637d2..0d7caf0f87 100644 --- a/aliyun-python-sdk-slb/aliyunsdkslb/request/v20140515/DescribeMasterSlaveServerGroupsRequest.py +++ b/aliyun-python-sdk-slb/aliyunsdkslb/request/v20140515/DescribeMasterSlaveServerGroupsRequest.py @@ -21,7 +21,7 @@ class DescribeMasterSlaveServerGroupsRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Slb', '2014-05-15', 'DescribeMasterSlaveServerGroups','slb') + RpcRequest.__init__(self, 'Slb', '2014-05-15', 'DescribeMasterSlaveServerGroups','asdfdsf') def get_access_key_id(self): return self.get_query_params().get('access_key_id') @@ -47,12 +47,6 @@ def get_ResourceOwnerAccount(self): def set_ResourceOwnerAccount(self,ResourceOwnerAccount): self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - def get_IncludeListener(self): - return self.get_query_params().get('IncludeListener') - - def set_IncludeListener(self,IncludeListener): - self.add_query_param('IncludeListener',IncludeListener) - def get_OwnerAccount(self): return self.get_query_params().get('OwnerAccount') diff --git a/aliyun-python-sdk-slb/aliyunsdkslb/request/v20140515/DescribeMasterSlaveVServerGroupAttributeRequest.py b/aliyun-python-sdk-slb/aliyunsdkslb/request/v20140515/DescribeMasterSlaveVServerGroupAttributeRequest.py index 2deae093b0..28fc4fa6c6 100644 --- a/aliyun-python-sdk-slb/aliyunsdkslb/request/v20140515/DescribeMasterSlaveVServerGroupAttributeRequest.py +++ b/aliyun-python-sdk-slb/aliyunsdkslb/request/v20140515/DescribeMasterSlaveVServerGroupAttributeRequest.py @@ -21,7 +21,7 @@ class DescribeMasterSlaveVServerGroupAttributeRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Slb', '2014-05-15', 'DescribeMasterSlaveVServerGroupAttribute','slb') + RpcRequest.__init__(self, 'Slb', '2014-05-15', 'DescribeMasterSlaveVServerGroupAttribute','asdfdsf') def get_access_key_id(self): return self.get_query_params().get('access_key_id') diff --git a/aliyun-python-sdk-slb/aliyunsdkslb/request/v20140515/DescribeMasterSlaveVServerGroupsRequest.py b/aliyun-python-sdk-slb/aliyunsdkslb/request/v20140515/DescribeMasterSlaveVServerGroupsRequest.py index cc174ab539..ade6d8a897 100644 --- a/aliyun-python-sdk-slb/aliyunsdkslb/request/v20140515/DescribeMasterSlaveVServerGroupsRequest.py +++ b/aliyun-python-sdk-slb/aliyunsdkslb/request/v20140515/DescribeMasterSlaveVServerGroupsRequest.py @@ -21,7 +21,7 @@ class DescribeMasterSlaveVServerGroupsRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Slb', '2014-05-15', 'DescribeMasterSlaveVServerGroups','slb') + RpcRequest.__init__(self, 'Slb', '2014-05-15', 'DescribeMasterSlaveVServerGroups','asdfdsf') def get_access_key_id(self): return self.get_query_params().get('access_key_id') diff --git a/aliyun-python-sdk-slb/aliyunsdkslb/request/v20140515/DescribeRealtimeLogsRequest.py b/aliyun-python-sdk-slb/aliyunsdkslb/request/v20140515/DescribeRealtimeLogsRequest.py new file mode 100644 index 0000000000..a14156c83c --- /dev/null +++ b/aliyun-python-sdk-slb/aliyunsdkslb/request/v20140515/DescribeRealtimeLogsRequest.py @@ -0,0 +1,96 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class DescribeRealtimeLogsRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Slb', '2014-05-15', 'DescribeRealtimeLogs','asdfdsf') + + def get_access_key_id(self): + return self.get_query_params().get('access_key_id') + + def set_access_key_id(self,access_key_id): + self.add_query_param('access_key_id',access_key_id) + + def get_LogStartTime(self): + return self.get_query_params().get('LogStartTime') + + def set_LogStartTime(self,LogStartTime): + self.add_query_param('LogStartTime',LogStartTime) + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_LogEndTime(self): + return self.get_query_params().get('LogEndTime') + + def set_LogEndTime(self,LogEndTime): + self.add_query_param('LogEndTime',LogEndTime) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_PageNumber(self): + return self.get_query_params().get('PageNumber') + + def set_PageNumber(self,PageNumber): + self.add_query_param('PageNumber',PageNumber) + + def get_Tags(self): + return self.get_query_params().get('Tags') + + def set_Tags(self,Tags): + self.add_query_param('Tags',Tags) + + def get_LogType(self): + return self.get_query_params().get('LogType') + + def set_LogType(self,LogType): + self.add_query_param('LogType',LogType) + + def get_LoadBalancerId(self): + return self.get_query_params().get('LoadBalancerId') + + def set_LoadBalancerId(self,LoadBalancerId): + self.add_query_param('LoadBalancerId',LoadBalancerId) + + def get_PageSize(self): + return self.get_query_params().get('PageSize') + + def set_PageSize(self,PageSize): + self.add_query_param('PageSize',PageSize) \ No newline at end of file diff --git a/aliyun-python-sdk-slb/aliyunsdkslb/request/v20140515/DescribeSlbQuotasRequest.py b/aliyun-python-sdk-slb/aliyunsdkslb/request/v20140515/DescribeSlbQuotasRequest.py index 12cd33463a..758196fc3b 100644 --- a/aliyun-python-sdk-slb/aliyunsdkslb/request/v20140515/DescribeSlbQuotasRequest.py +++ b/aliyun-python-sdk-slb/aliyunsdkslb/request/v20140515/DescribeSlbQuotasRequest.py @@ -21,7 +21,7 @@ class DescribeSlbQuotasRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Slb', '2014-05-15', 'DescribeSlbQuotas','slb') + RpcRequest.__init__(self, 'Slb', '2014-05-15', 'DescribeSlbQuotas','asdfdsf') def get_access_key_id(self): return self.get_query_params().get('access_key_id') diff --git a/aliyun-python-sdk-slb/aliyunsdkslb/request/v20140515/DescribeTagsRequest.py b/aliyun-python-sdk-slb/aliyunsdkslb/request/v20140515/DescribeTagsRequest.py index 66c8dec740..775e7d0268 100644 --- a/aliyun-python-sdk-slb/aliyunsdkslb/request/v20140515/DescribeTagsRequest.py +++ b/aliyun-python-sdk-slb/aliyunsdkslb/request/v20140515/DescribeTagsRequest.py @@ -21,7 +21,7 @@ class DescribeTagsRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Slb', '2014-05-15', 'DescribeTags','slb') + RpcRequest.__init__(self, 'Slb', '2014-05-15', 'DescribeTags','asdfdsf') def get_access_key_id(self): return self.get_query_params().get('access_key_id') @@ -35,12 +35,6 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) - def get_LoadBalancerId(self): - return self.get_query_params().get('LoadBalancerId') - - def set_LoadBalancerId(self,LoadBalancerId): - self.add_query_param('LoadBalancerId',LoadBalancerId) - def get_ResourceOwnerAccount(self): return self.get_query_params().get('ResourceOwnerAccount') @@ -53,12 +47,6 @@ def get_OwnerAccount(self): def set_OwnerAccount(self,OwnerAccount): self.add_query_param('OwnerAccount',OwnerAccount) - def get_PageSize(self): - return self.get_query_params().get('PageSize') - - def set_PageSize(self,PageSize): - self.add_query_param('PageSize',PageSize) - def get_DistinctKey(self): return self.get_query_params().get('DistinctKey') @@ -81,4 +69,16 @@ def get_Tags(self): return self.get_query_params().get('Tags') def set_Tags(self,Tags): - self.add_query_param('Tags',Tags) \ No newline at end of file + self.add_query_param('Tags',Tags) + + def get_LoadBalancerId(self): + return self.get_query_params().get('LoadBalancerId') + + def set_LoadBalancerId(self,LoadBalancerId): + self.add_query_param('LoadBalancerId',LoadBalancerId) + + def get_PageSize(self): + return self.get_query_params().get('PageSize') + + def set_PageSize(self,PageSize): + self.add_query_param('PageSize',PageSize) \ No newline at end of file diff --git a/aliyun-python-sdk-slb/aliyunsdkslb/request/v20140515/DescribeVPCRelatedLoadBalancersRequest.py b/aliyun-python-sdk-slb/aliyunsdkslb/request/v20140515/DescribeVPCRelatedLoadBalancersRequest.py new file mode 100644 index 0000000000..cb424a7aea --- /dev/null +++ b/aliyun-python-sdk-slb/aliyunsdkslb/request/v20140515/DescribeVPCRelatedLoadBalancersRequest.py @@ -0,0 +1,78 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class DescribeVPCRelatedLoadBalancersRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Slb', '2014-05-15', 'DescribeVPCRelatedLoadBalancers','asdfdsf') + + def get_access_key_id(self): + return self.get_query_params().get('access_key_id') + + def set_access_key_id(self,access_key_id): + self.add_query_param('access_key_id',access_key_id) + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_VPCID(self): + return self.get_query_params().get('VPCID') + + def set_VPCID(self,VPCID): + self.add_query_param('VPCID',VPCID) + + def get_PageSize(self): + return self.get_query_params().get('PageSize') + + def set_PageSize(self,PageSize): + self.add_query_param('PageSize',PageSize) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_PageNumber(self): + return self.get_query_params().get('PageNumber') + + def set_PageNumber(self,PageNumber): + self.add_query_param('PageNumber',PageNumber) + + def get_Tags(self): + return self.get_query_params().get('Tags') + + def set_Tags(self,Tags): + self.add_query_param('Tags',Tags) \ No newline at end of file diff --git a/aliyun-python-sdk-slb/aliyunsdkslb/request/v20140515/InnerOpsDescribeAccessControlListAttributeRequest.py b/aliyun-python-sdk-slb/aliyunsdkslb/request/v20140515/InnerOpsDescribeAccessControlListAttributeRequest.py new file mode 100644 index 0000000000..129ffbf646 --- /dev/null +++ b/aliyun-python-sdk-slb/aliyunsdkslb/request/v20140515/InnerOpsDescribeAccessControlListAttributeRequest.py @@ -0,0 +1,72 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class InnerOpsDescribeAccessControlListAttributeRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Slb', '2014-05-15', 'InnerOpsDescribeAccessControlListAttribute','asdfdsf') + + def get_access_key_id(self): + return self.get_query_params().get('access_key_id') + + def set_access_key_id(self,access_key_id): + self.add_query_param('access_key_id',access_key_id) + + def get_AclId(self): + return self.get_query_params().get('AclId') + + def set_AclId(self,AclId): + self.add_query_param('AclId',AclId) + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_AclEntryComment(self): + return self.get_query_params().get('AclEntryComment') + + def set_AclEntryComment(self,AclEntryComment): + self.add_query_param('AclEntryComment',AclEntryComment) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_Tags(self): + return self.get_query_params().get('Tags') + + def set_Tags(self,Tags): + self.add_query_param('Tags',Tags) \ No newline at end of file diff --git a/aliyun-python-sdk-slb/aliyunsdkslb/request/v20140515/InnerOpsDescribeAccessControlListsRequest.py b/aliyun-python-sdk-slb/aliyunsdkslb/request/v20140515/InnerOpsDescribeAccessControlListsRequest.py new file mode 100644 index 0000000000..de4822291f --- /dev/null +++ b/aliyun-python-sdk-slb/aliyunsdkslb/request/v20140515/InnerOpsDescribeAccessControlListsRequest.py @@ -0,0 +1,78 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class InnerOpsDescribeAccessControlListsRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Slb', '2014-05-15', 'InnerOpsDescribeAccessControlLists','asdfdsf') + + def get_access_key_id(self): + return self.get_query_params().get('access_key_id') + + def set_access_key_id(self,access_key_id): + self.add_query_param('access_key_id',access_key_id) + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_AclName(self): + return self.get_query_params().get('AclName') + + def set_AclName(self,AclName): + self.add_query_param('AclName',AclName) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_PageSize(self): + return self.get_query_params().get('PageSize') + + def set_PageSize(self,PageSize): + self.add_query_param('PageSize',PageSize) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_PageNumber(self): + return self.get_query_params().get('PageNumber') + + def set_PageNumber(self,PageNumber): + self.add_query_param('PageNumber',PageNumber) + + def get_Tags(self): + return self.get_query_params().get('Tags') + + def set_Tags(self,Tags): + self.add_query_param('Tags',Tags) \ No newline at end of file diff --git a/aliyun-python-sdk-slb/aliyunsdkslb/request/v20140515/ModifyLoadBalancerInstanceSpecRequest.py b/aliyun-python-sdk-slb/aliyunsdkslb/request/v20140515/ModifyLoadBalancerInstanceSpecRequest.py index 609ec725c2..15ac57839c 100644 --- a/aliyun-python-sdk-slb/aliyunsdkslb/request/v20140515/ModifyLoadBalancerInstanceSpecRequest.py +++ b/aliyun-python-sdk-slb/aliyunsdkslb/request/v20140515/ModifyLoadBalancerInstanceSpecRequest.py @@ -21,13 +21,7 @@ class ModifyLoadBalancerInstanceSpecRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Slb', '2014-05-15', 'ModifyLoadBalancerInstanceSpec','slb') - - def get_access_key_id(self): - return self.get_query_params().get('access_key_id') - - def set_access_key_id(self,access_key_id): - self.add_query_param('access_key_id',access_key_id) + RpcRequest.__init__(self, 'Slb', '2014-05-15', 'ModifyLoadBalancerInstanceSpec','asdfdsf') def get_LoadBalancerSpec(self): return self.get_query_params().get('LoadBalancerSpec') @@ -35,6 +29,12 @@ def get_LoadBalancerSpec(self): def set_LoadBalancerSpec(self,LoadBalancerSpec): self.add_query_param('LoadBalancerSpec',LoadBalancerSpec) + def get_access_key_id(self): + return self.get_query_params().get('access_key_id') + + def set_access_key_id(self,access_key_id): + self.add_query_param('access_key_id',access_key_id) + def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -47,12 +47,6 @@ def get_LoadBalancerId(self): def set_LoadBalancerId(self,LoadBalancerId): self.add_query_param('LoadBalancerId',LoadBalancerId) - def get_AutoPay(self): - return self.get_query_params().get('AutoPay') - - def set_AutoPay(self,AutoPay): - self.add_query_param('AutoPay',AutoPay) - def get_ResourceOwnerAccount(self): return self.get_query_params().get('ResourceOwnerAccount') diff --git a/aliyun-python-sdk-slb/aliyunsdkslb/request/v20140515/ModifyLoadBalancerPayTypeRequest.py b/aliyun-python-sdk-slb/aliyunsdkslb/request/v20140515/ModifyLoadBalancerPayTypeRequest.py index 6c1239dba2..a6eec24e85 100644 --- a/aliyun-python-sdk-slb/aliyunsdkslb/request/v20140515/ModifyLoadBalancerPayTypeRequest.py +++ b/aliyun-python-sdk-slb/aliyunsdkslb/request/v20140515/ModifyLoadBalancerPayTypeRequest.py @@ -21,7 +21,7 @@ class ModifyLoadBalancerPayTypeRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Slb', '2014-05-15', 'ModifyLoadBalancerPayType','slb') + RpcRequest.__init__(self, 'Slb', '2014-05-15', 'ModifyLoadBalancerPayType','asdfdsf') def get_access_key_id(self): return self.get_query_params().get('access_key_id') @@ -35,12 +35,6 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) - def get_AutoPay(self): - return self.get_query_params().get('AutoPay') - - def set_AutoPay(self,AutoPay): - self.add_query_param('AutoPay',AutoPay) - def get_ResourceOwnerAccount(self): return self.get_query_params().get('ResourceOwnerAccount') diff --git a/aliyun-python-sdk-slb/aliyunsdkslb/request/v20140515/ModifyLoadBalancerVPCAddressRequest.py b/aliyun-python-sdk-slb/aliyunsdkslb/request/v20140515/ModifyLoadBalancerVPCAddressRequest.py new file mode 100644 index 0000000000..641db0536f --- /dev/null +++ b/aliyun-python-sdk-slb/aliyunsdkslb/request/v20140515/ModifyLoadBalancerVPCAddressRequest.py @@ -0,0 +1,78 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class ModifyLoadBalancerVPCAddressRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Slb', '2014-05-15', 'ModifyLoadBalancerVPCAddress','asdfdsf') + + def get_access_key_id(self): + return self.get_query_params().get('access_key_id') + + def set_access_key_id(self,access_key_id): + self.add_query_param('access_key_id',access_key_id) + + def get_VSwitchId(self): + return self.get_query_params().get('VSwitchId') + + def set_VSwitchId(self,VSwitchId): + self.add_query_param('VSwitchId',VSwitchId) + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_LoadBalancerId(self): + return self.get_query_params().get('LoadBalancerId') + + def set_LoadBalancerId(self,LoadBalancerId): + self.add_query_param('LoadBalancerId',LoadBalancerId) + + def get_Address(self): + return self.get_query_params().get('Address') + + def set_Address(self,Address): + self.add_query_param('Address',Address) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_Tags(self): + return self.get_query_params().get('Tags') + + def set_Tags(self,Tags): + self.add_query_param('Tags',Tags) \ No newline at end of file diff --git a/aliyun-python-sdk-slb/aliyunsdkslb/request/v20140515/ProduceSlbInstanceRequest.py b/aliyun-python-sdk-slb/aliyunsdkslb/request/v20140515/ProduceSlbInstanceRequest.py new file mode 100644 index 0000000000..78f36181f2 --- /dev/null +++ b/aliyun-python-sdk-slb/aliyunsdkslb/request/v20140515/ProduceSlbInstanceRequest.py @@ -0,0 +1,60 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class ProduceSlbInstanceRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Slb', '2014-05-15', 'ProduceSlbInstance','asdfdsf') + + def get_access_key_id(self): + return self.get_query_params().get('access_key_id') + + def set_access_key_id(self,access_key_id): + self.add_query_param('access_key_id',access_key_id) + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_data(self): + return self.get_query_params().get('data') + + def set_data(self,data): + self.add_query_param('data',data) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-slb/aliyunsdkslb/request/v20140515/RemoveAccessControlListEntryRequest.py b/aliyun-python-sdk-slb/aliyunsdkslb/request/v20140515/RemoveAccessControlListEntryRequest.py index 6ebeb3c3d2..55a0202372 100644 --- a/aliyun-python-sdk-slb/aliyunsdkslb/request/v20140515/RemoveAccessControlListEntryRequest.py +++ b/aliyun-python-sdk-slb/aliyunsdkslb/request/v20140515/RemoveAccessControlListEntryRequest.py @@ -21,7 +21,7 @@ class RemoveAccessControlListEntryRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Slb', '2014-05-15', 'RemoveAccessControlListEntry','slb') + RpcRequest.__init__(self, 'Slb', '2014-05-15', 'RemoveAccessControlListEntry','asdfdsf') def get_access_key_id(self): return self.get_query_params().get('access_key_id') diff --git a/aliyun-python-sdk-slb/aliyunsdkslb/request/v20140515/RemoveBackendServersAsynRequest.py b/aliyun-python-sdk-slb/aliyunsdkslb/request/v20140515/RemoveBackendServersAsynRequest.py new file mode 100644 index 0000000000..bb20ecc9ad --- /dev/null +++ b/aliyun-python-sdk-slb/aliyunsdkslb/request/v20140515/RemoveBackendServersAsynRequest.py @@ -0,0 +1,66 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class RemoveBackendServersAsynRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Slb', '2014-05-15', 'RemoveBackendServersAsyn','asdfdsf') + + def get_access_key_id(self): + return self.get_query_params().get('access_key_id') + + def set_access_key_id(self,access_key_id): + self.add_query_param('access_key_id',access_key_id) + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_LoadBalancerId(self): + return self.get_query_params().get('LoadBalancerId') + + def set_LoadBalancerId(self,LoadBalancerId): + self.add_query_param('LoadBalancerId',LoadBalancerId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_BackendServers(self): + return self.get_query_params().get('BackendServers') + + def set_BackendServers(self,BackendServers): + self.add_query_param('BackendServers',BackendServers) \ No newline at end of file diff --git a/aliyun-python-sdk-slb/aliyunsdkslb/request/v20140515/SetAccessControlListAttributeImplRequest.py b/aliyun-python-sdk-slb/aliyunsdkslb/request/v20140515/SetAccessControlListAttributeImplRequest.py new file mode 100644 index 0000000000..c76e9ffe41 --- /dev/null +++ b/aliyun-python-sdk-slb/aliyunsdkslb/request/v20140515/SetAccessControlListAttributeImplRequest.py @@ -0,0 +1,72 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class SetAccessControlListAttributeImplRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Slb', '2014-05-15', 'SetAccessControlListAttributeImpl','asdfdsf') + + def get_access_key_id(self): + return self.get_query_params().get('access_key_id') + + def set_access_key_id(self,access_key_id): + self.add_query_param('access_key_id',access_key_id) + + def get_AclId(self): + return self.get_query_params().get('AclId') + + def set_AclId(self,AclId): + self.add_query_param('AclId',AclId) + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_AclName(self): + return self.get_query_params().get('AclName') + + def set_AclName(self,AclName): + self.add_query_param('AclName',AclName) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_Tags(self): + return self.get_query_params().get('Tags') + + def set_Tags(self,Tags): + self.add_query_param('Tags',Tags) \ No newline at end of file diff --git a/aliyun-python-sdk-slb/aliyunsdkslb/request/v20140515/SetAccessControlListAttributeRequest.py b/aliyun-python-sdk-slb/aliyunsdkslb/request/v20140515/SetAccessControlListAttributeRequest.py index 3b16476a0f..5d607b4fcb 100644 --- a/aliyun-python-sdk-slb/aliyunsdkslb/request/v20140515/SetAccessControlListAttributeRequest.py +++ b/aliyun-python-sdk-slb/aliyunsdkslb/request/v20140515/SetAccessControlListAttributeRequest.py @@ -21,7 +21,7 @@ class SetAccessControlListAttributeRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Slb', '2014-05-15', 'SetAccessControlListAttribute','slb') + RpcRequest.__init__(self, 'Slb', '2014-05-15', 'SetAccessControlListAttribute','asdfdsf') def get_access_key_id(self): return self.get_query_params().get('access_key_id') diff --git a/aliyun-python-sdk-slb/aliyunsdkslb/request/v20140515/SetAccessLogsDownloadAttributeRequest.py b/aliyun-python-sdk-slb/aliyunsdkslb/request/v20140515/SetAccessLogsDownloadAttributeRequest.py new file mode 100644 index 0000000000..abc3f11e5b --- /dev/null +++ b/aliyun-python-sdk-slb/aliyunsdkslb/request/v20140515/SetAccessLogsDownloadAttributeRequest.py @@ -0,0 +1,72 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class SetAccessLogsDownloadAttributeRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Slb', '2014-05-15', 'SetAccessLogsDownloadAttribute','asdfdsf') + + def get_access_key_id(self): + return self.get_query_params().get('access_key_id') + + def set_access_key_id(self,access_key_id): + self.add_query_param('access_key_id',access_key_id) + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_LoadBalancerId(self): + return self.get_query_params().get('LoadBalancerId') + + def set_LoadBalancerId(self,LoadBalancerId): + self.add_query_param('LoadBalancerId',LoadBalancerId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_Tags(self): + return self.get_query_params().get('Tags') + + def set_Tags(self,Tags): + self.add_query_param('Tags',Tags) + + def get_LogsDownloadAttributes(self): + return self.get_query_params().get('LogsDownloadAttributes') + + def set_LogsDownloadAttributes(self,LogsDownloadAttributes): + self.add_query_param('LogsDownloadAttributes',LogsDownloadAttributes) \ No newline at end of file diff --git a/aliyun-python-sdk-slb/aliyunsdkslb/request/v20140515/SetCACertificateNameRequest.py b/aliyun-python-sdk-slb/aliyunsdkslb/request/v20140515/SetCACertificateNameRequest.py index 1cec9c2e65..f8e5caccac 100644 --- a/aliyun-python-sdk-slb/aliyunsdkslb/request/v20140515/SetCACertificateNameRequest.py +++ b/aliyun-python-sdk-slb/aliyunsdkslb/request/v20140515/SetCACertificateNameRequest.py @@ -21,7 +21,7 @@ class SetCACertificateNameRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Slb', '2014-05-15', 'SetCACertificateName','slb') + RpcRequest.__init__(self, 'Slb', '2014-05-15', 'SetCACertificateName','asdfdsf') def get_access_key_id(self): return self.get_query_params().get('access_key_id') diff --git a/aliyun-python-sdk-slb/aliyunsdkslb/request/v20140515/SetDomainExtensionAttributeRequest.py b/aliyun-python-sdk-slb/aliyunsdkslb/request/v20140515/SetDomainExtensionAttributeRequest.py index 871037b053..a35ec85acd 100644 --- a/aliyun-python-sdk-slb/aliyunsdkslb/request/v20140515/SetDomainExtensionAttributeRequest.py +++ b/aliyun-python-sdk-slb/aliyunsdkslb/request/v20140515/SetDomainExtensionAttributeRequest.py @@ -21,7 +21,7 @@ class SetDomainExtensionAttributeRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Slb', '2014-05-15', 'SetDomainExtensionAttribute','slb') + RpcRequest.__init__(self, 'Slb', '2014-05-15', 'SetDomainExtensionAttribute','asdfdsf') def get_access_key_id(self): return self.get_query_params().get('access_key_id') diff --git a/aliyun-python-sdk-slb/aliyunsdkslb/request/v20140515/SetLogsDownloadAttributeRequest.py b/aliyun-python-sdk-slb/aliyunsdkslb/request/v20140515/SetLogsDownloadAttributeRequest.py new file mode 100644 index 0000000000..7b85ce41d4 --- /dev/null +++ b/aliyun-python-sdk-slb/aliyunsdkslb/request/v20140515/SetLogsDownloadAttributeRequest.py @@ -0,0 +1,78 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class SetLogsDownloadAttributeRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Slb', '2014-05-15', 'SetLogsDownloadAttribute','asdfdsf') + + def get_access_key_id(self): + return self.get_query_params().get('access_key_id') + + def set_access_key_id(self,access_key_id): + self.add_query_param('access_key_id',access_key_id) + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_LogType(self): + return self.get_query_params().get('LogType') + + def set_LogType(self,LogType): + self.add_query_param('LogType',LogType) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_RoleName(self): + return self.get_query_params().get('RoleName') + + def set_RoleName(self,RoleName): + self.add_query_param('RoleName',RoleName) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OSSBucketName(self): + return self.get_query_params().get('OSSBucketName') + + def set_OSSBucketName(self,OSSBucketName): + self.add_query_param('OSSBucketName',OSSBucketName) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_Tags(self): + return self.get_query_params().get('Tags') + + def set_Tags(self,Tags): + self.add_query_param('Tags',Tags) \ No newline at end of file diff --git a/aliyun-python-sdk-slb/aliyunsdkslb/request/v20140515/SetLogsDownloadStatusRequest.py b/aliyun-python-sdk-slb/aliyunsdkslb/request/v20140515/SetLogsDownloadStatusRequest.py new file mode 100644 index 0000000000..3f5de92cf8 --- /dev/null +++ b/aliyun-python-sdk-slb/aliyunsdkslb/request/v20140515/SetLogsDownloadStatusRequest.py @@ -0,0 +1,66 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class SetLogsDownloadStatusRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Slb', '2014-05-15', 'SetLogsDownloadStatus','asdfdsf') + + def get_access_key_id(self): + return self.get_query_params().get('access_key_id') + + def set_access_key_id(self,access_key_id): + self.add_query_param('access_key_id',access_key_id) + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_LogsDownloadStatus(self): + return self.get_query_params().get('LogsDownloadStatus') + + def set_LogsDownloadStatus(self,LogsDownloadStatus): + self.add_query_param('LogsDownloadStatus',LogsDownloadStatus) + + def get_Tags(self): + return self.get_query_params().get('Tags') + + def set_Tags(self,Tags): + self.add_query_param('Tags',Tags) \ No newline at end of file diff --git a/aliyun-python-sdk-slb/aliyunsdkslb/request/v20140515/UploadCACertificateRequest.py b/aliyun-python-sdk-slb/aliyunsdkslb/request/v20140515/UploadCACertificateRequest.py index 20a5d65736..10faa7525d 100644 --- a/aliyun-python-sdk-slb/aliyunsdkslb/request/v20140515/UploadCACertificateRequest.py +++ b/aliyun-python-sdk-slb/aliyunsdkslb/request/v20140515/UploadCACertificateRequest.py @@ -21,7 +21,7 @@ class UploadCACertificateRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Slb', '2014-05-15', 'UploadCACertificate','slb') + RpcRequest.__init__(self, 'Slb', '2014-05-15', 'UploadCACertificate','asdfdsf') def get_access_key_id(self): return self.get_query_params().get('access_key_id') @@ -29,12 +29,6 @@ def get_access_key_id(self): def set_access_key_id(self,access_key_id): self.add_query_param('access_key_id',access_key_id) - def get_ResourceGroupId(self): - return self.get_query_params().get('ResourceGroupId') - - def set_ResourceGroupId(self,ResourceGroupId): - self.add_query_param('ResourceGroupId',ResourceGroupId) - def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-slb/setup.py b/aliyun-python-sdk-slb/setup.py index 4809403d08..bb9a1c289e 100644 --- a/aliyun-python-sdk-slb/setup.py +++ b/aliyun-python-sdk-slb/setup.py @@ -46,13 +46,6 @@ finally: desc_file.close() -requires = [] - -if sys.version_info < (3, 3): - requires.append("aliyun-python-sdk-core>=2.0.2") -else: - requires.append("aliyun-python-sdk-core-v3>=2.3.5") - setup( name=NAME, version=VERSION, @@ -66,7 +59,7 @@ packages=find_packages(exclude=["tests*"]), include_package_data=True, platforms="any", - install_requires=requires, + install_requires=["aliyun-python-sdk-core>=2.11.5",], classifiers=( "Development Status :: 4 - Beta", "Intended Audience :: Developers", From f839034f0f9537a47447e278d0df10f63f77c26e Mon Sep 17 00:00:00 2001 From: sdk-team Date: Fri, 14 Jun 2019 15:40:41 +0800 Subject: [PATCH 096/282] ddddddd --- aliyun-python-sdk-acs/ChangeLog.txt | 3 +++ aliyun-python-sdk-acs/aliyunsdkacs/__init__.py | 2 +- .../aliyunsdkacs/request/v20150101/DeleteApiInDailyRequest.py | 2 +- .../aliyunsdkacs/request/v20150101/DeleteApiOnlineRequest.py | 2 +- .../request/v20150101/ModifyApiNameInDailyRequest.py | 2 +- .../aliyunsdkacs/request/v20150101/ModifyApiNameRequest.py | 2 +- .../aliyunsdkacs/request/v20150101/PurchaseApiRequest.py | 2 +- .../aliyunsdkacs/request/v20150101/PutFlowControlRequest.py | 2 +- .../request/v20150101/ResumePurchasedApiRequest.py | 2 +- .../aliyunsdkacs/request/v20150101/StopPurchasedApiRequest.py | 2 +- 10 files changed, 12 insertions(+), 9 deletions(-) diff --git a/aliyun-python-sdk-acs/ChangeLog.txt b/aliyun-python-sdk-acs/ChangeLog.txt index 72b76ab097..7643e26707 100644 --- a/aliyun-python-sdk-acs/ChangeLog.txt +++ b/aliyun-python-sdk-acs/ChangeLog.txt @@ -1,3 +1,6 @@ +2019-06-14 Version: ddd +ddddddd + 2019-06-14 Version: sdfadsf asdfsdfsdfsdf diff --git a/aliyun-python-sdk-acs/aliyunsdkacs/__init__.py b/aliyun-python-sdk-acs/aliyunsdkacs/__init__.py index 18535e89c8..28ed350291 100644 --- a/aliyun-python-sdk-acs/aliyunsdkacs/__init__.py +++ b/aliyun-python-sdk-acs/aliyunsdkacs/__init__.py @@ -1 +1 @@ -__version__ = 'sdfadsf' \ No newline at end of file +__version__ = 'ddd' \ No newline at end of file diff --git a/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/DeleteApiInDailyRequest.py b/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/DeleteApiInDailyRequest.py index 6a09de147b..acaf09b74d 100644 --- a/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/DeleteApiInDailyRequest.py +++ b/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/DeleteApiInDailyRequest.py @@ -21,7 +21,7 @@ class DeleteApiInDailyRequest(RoaRequest): def __init__(self): - RoaRequest.__init__(self, 'Acs', '2015-01-01', 'DeleteApiInDaily','sfdsadfs') + RoaRequest.__init__(self, 'Acs', '2015-01-01', 'DeleteApiInDaily','dsafsd') self.set_uri_pattern('/deleteApiInDaily') self.set_method('POST|GET') diff --git a/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/DeleteApiOnlineRequest.py b/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/DeleteApiOnlineRequest.py index 8c3cabafe9..ad775bbb5e 100644 --- a/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/DeleteApiOnlineRequest.py +++ b/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/DeleteApiOnlineRequest.py @@ -21,7 +21,7 @@ class DeleteApiOnlineRequest(RoaRequest): def __init__(self): - RoaRequest.__init__(self, 'Acs', '2015-01-01', 'DeleteApiOnline','sfdsadfs') + RoaRequest.__init__(self, 'Acs', '2015-01-01', 'DeleteApiOnline','dsafsd') self.set_uri_pattern('/deleteApiOnline') self.set_method('POST|GET') diff --git a/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/ModifyApiNameInDailyRequest.py b/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/ModifyApiNameInDailyRequest.py index 3d4f85c99f..655be74ea2 100644 --- a/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/ModifyApiNameInDailyRequest.py +++ b/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/ModifyApiNameInDailyRequest.py @@ -21,7 +21,7 @@ class ModifyApiNameInDailyRequest(RoaRequest): def __init__(self): - RoaRequest.__init__(self, 'Acs', '2015-01-01', 'ModifyApiNameInDaily','sfdsadfs') + RoaRequest.__init__(self, 'Acs', '2015-01-01', 'ModifyApiNameInDaily','dsafsd') self.set_uri_pattern('/modifyApiNameInDaily') self.set_method('POST|GET') diff --git a/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/ModifyApiNameRequest.py b/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/ModifyApiNameRequest.py index 6f11d3cdf6..a35c83d449 100644 --- a/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/ModifyApiNameRequest.py +++ b/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/ModifyApiNameRequest.py @@ -21,7 +21,7 @@ class ModifyApiNameRequest(RoaRequest): def __init__(self): - RoaRequest.__init__(self, 'Acs', '2015-01-01', 'ModifyApiName','sfdsadfs') + RoaRequest.__init__(self, 'Acs', '2015-01-01', 'ModifyApiName','dsafsd') self.set_uri_pattern('/modifyApiName') self.set_method('POST|GET') diff --git a/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/PurchaseApiRequest.py b/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/PurchaseApiRequest.py index b0965677a8..0e8b10989e 100644 --- a/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/PurchaseApiRequest.py +++ b/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/PurchaseApiRequest.py @@ -21,7 +21,7 @@ class PurchaseApiRequest(RoaRequest): def __init__(self): - RoaRequest.__init__(self, 'Acs', '2015-01-01', 'PurchaseApi','sfdsadfs') + RoaRequest.__init__(self, 'Acs', '2015-01-01', 'PurchaseApi','dsafsd') self.set_uri_pattern('/Api/PurchaseApi') self.set_method('POST|GET') diff --git a/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/PutFlowControlRequest.py b/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/PutFlowControlRequest.py index 1953a9718f..7d0a26cb7a 100644 --- a/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/PutFlowControlRequest.py +++ b/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/PutFlowControlRequest.py @@ -21,7 +21,7 @@ class PutFlowControlRequest(RoaRequest): def __init__(self): - RoaRequest.__init__(self, 'Acs', '2015-01-01', 'PutFlowControl','sfdsadfs') + RoaRequest.__init__(self, 'Acs', '2015-01-01', 'PutFlowControl','dsafsd') self.set_uri_pattern('/FlowControl/[ProductName]/[VersionName]/[ApiName]') self.set_method('PUT') diff --git a/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/ResumePurchasedApiRequest.py b/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/ResumePurchasedApiRequest.py index 043e1e2a05..4319d63cb9 100644 --- a/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/ResumePurchasedApiRequest.py +++ b/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/ResumePurchasedApiRequest.py @@ -21,7 +21,7 @@ class ResumePurchasedApiRequest(RoaRequest): def __init__(self): - RoaRequest.__init__(self, 'Acs', '2015-01-01', 'ResumePurchasedApi','sfdsadfs') + RoaRequest.__init__(self, 'Acs', '2015-01-01', 'ResumePurchasedApi','dsafsd') self.set_uri_pattern('/Api/ResumePurchasedApi') self.set_method('POST|GET') diff --git a/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/StopPurchasedApiRequest.py b/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/StopPurchasedApiRequest.py index 4116481ac2..4f16f06743 100644 --- a/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/StopPurchasedApiRequest.py +++ b/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/StopPurchasedApiRequest.py @@ -21,7 +21,7 @@ class StopPurchasedApiRequest(RoaRequest): def __init__(self): - RoaRequest.__init__(self, 'Acs', '2015-01-01', 'StopPurchasedApi','sfdsadfs') + RoaRequest.__init__(self, 'Acs', '2015-01-01', 'StopPurchasedApi','dsafsd') self.set_uri_pattern('/Api/StopPurchasedApi') self.set_method('POST|GET') From d46c3d098d3ad5cc4cef1ef82973671ad05826aa Mon Sep 17 00:00:00 2001 From: sdk-team Date: Tue, 18 Jun 2019 17:56:54 +0800 Subject: [PATCH 097/282] =?UTF-8?q?*=20=E6=B5=8B=E8=AF=95=E5=85=AB?= =?UTF-8?q?=E7=A7=8D=E8=AF=AD=E8=A8=80=20SDK=20=E5=8F=91=E5=B8=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- aliyun-python-sdk-aas/ChangeLog.txt | 4 ++++ aliyun-python-sdk-aas/aliyunsdkaas/__init__.py | 2 +- .../request/v20150701/CreateAccessKeyForAccountRequest.py | 2 +- .../request/v20150701/CreateAliyunAccountRequest.py | 2 +- .../v20150701/CreateAliyunAccountWithBindHidRequest.py | 2 +- .../request/v20150701/CreateIntlAliyunAccountRequest.py | 2 +- .../v20150701/CreateShortTermAccessKeyForAccountRequest.py | 2 +- .../request/v20150701/DeleteAccessKeyForAccountRequest.py | 2 +- .../request/v20150701/GenerateAccountLoginTokenRequest.py | 2 +- .../request/v20150701/GetAccountKinshipInfoByPKRequest.py | 4 ++-- .../request/v20150701/GetAliyunAccountWithBindHidRequest.py | 2 +- .../v20150701/GetAliyunAccountWithBindTaobaoHidRequest.py | 2 +- .../request/v20150701/GetBasicAccountInfoByHavanaIdRequest.py | 2 +- .../request/v20150701/GetBasicAccountInfoByPkRequest.py | 2 +- .../request/v20150701/GetBasicInfoForAccountRequest.py | 2 +- .../request/v20150701/GetSessionInfoByMiniTicketRequest.py | 2 +- .../request/v20150701/GetSessionInfoByTicketRequest.py | 2 +- .../v20150701/GetShortTermAccessKeyForAccountRequest.py | 2 +- .../request/v20150701/ListAccessKeysForAccountRequest.py | 2 +- .../request/v20150701/ListAliyunAccountRequest.py | 2 +- .../v20150701/UpdateAccessKeyStatusForAccountRequest.py | 2 +- .../request/v20150701/UpdatePasswordForAccountRequest.py | 2 +- .../request/v20150701/UpdateStatusForAccountRequest.py | 2 +- .../request/v20150701/VerifyAccountLoginTokenRequest.py | 2 +- 24 files changed, 28 insertions(+), 24 deletions(-) diff --git a/aliyun-python-sdk-aas/ChangeLog.txt b/aliyun-python-sdk-aas/ChangeLog.txt index 9956880a6c..bf4d017c35 100644 --- a/aliyun-python-sdk-aas/ChangeLog.txt +++ b/aliyun-python-sdk-aas/ChangeLog.txt @@ -1,3 +1,7 @@ +2019-06-18 Version: 1.0.0 +* 测试八种语言 SDK 发布 +* 继续测试八种语言 SDK 发布 + 2019-05-23 Version: 1.0.16 测试 Aas 发布 1.0.16 版本各个语言的 SDK,快 github 压不住了 diff --git a/aliyun-python-sdk-aas/aliyunsdkaas/__init__.py b/aliyun-python-sdk-aas/aliyunsdkaas/__init__.py index 98bf3c3c76..75977e6f41 100644 --- a/aliyun-python-sdk-aas/aliyunsdkaas/__init__.py +++ b/aliyun-python-sdk-aas/aliyunsdkaas/__init__.py @@ -1 +1 @@ -__version__ = '1.0.16' \ No newline at end of file +__version__ = '1.0.0' \ No newline at end of file diff --git a/aliyun-python-sdk-aas/aliyunsdkaas/request/v20150701/CreateAccessKeyForAccountRequest.py b/aliyun-python-sdk-aas/aliyunsdkaas/request/v20150701/CreateAccessKeyForAccountRequest.py index ba20071646..be471deb7f 100755 --- a/aliyun-python-sdk-aas/aliyunsdkaas/request/v20150701/CreateAccessKeyForAccountRequest.py +++ b/aliyun-python-sdk-aas/aliyunsdkaas/request/v20150701/CreateAccessKeyForAccountRequest.py @@ -21,7 +21,7 @@ class CreateAccessKeyForAccountRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Aas', '2015-07-01', 'CreateAccessKeyForAccount') + RpcRequest.__init__(self, 'Aas', '2015-07-01', 'CreateAccessKeyForAccount','aas') def get_AKSecret(self): return self.get_query_params().get('AKSecret') diff --git a/aliyun-python-sdk-aas/aliyunsdkaas/request/v20150701/CreateAliyunAccountRequest.py b/aliyun-python-sdk-aas/aliyunsdkaas/request/v20150701/CreateAliyunAccountRequest.py index 1cb2b8000d..23bf91ade3 100755 --- a/aliyun-python-sdk-aas/aliyunsdkaas/request/v20150701/CreateAliyunAccountRequest.py +++ b/aliyun-python-sdk-aas/aliyunsdkaas/request/v20150701/CreateAliyunAccountRequest.py @@ -21,7 +21,7 @@ class CreateAliyunAccountRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Aas', '2015-07-01', 'CreateAliyunAccount') + RpcRequest.__init__(self, 'Aas', '2015-07-01', 'CreateAliyunAccount','aas') def get_AliyunId(self): return self.get_query_params().get('AliyunId') diff --git a/aliyun-python-sdk-aas/aliyunsdkaas/request/v20150701/CreateAliyunAccountWithBindHidRequest.py b/aliyun-python-sdk-aas/aliyunsdkaas/request/v20150701/CreateAliyunAccountWithBindHidRequest.py index 6cc483631f..f92bd212c5 100644 --- a/aliyun-python-sdk-aas/aliyunsdkaas/request/v20150701/CreateAliyunAccountWithBindHidRequest.py +++ b/aliyun-python-sdk-aas/aliyunsdkaas/request/v20150701/CreateAliyunAccountWithBindHidRequest.py @@ -21,7 +21,7 @@ class CreateAliyunAccountWithBindHidRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Aas', '2015-07-01', 'CreateAliyunAccountWithBindHid') + RpcRequest.__init__(self, 'Aas', '2015-07-01', 'CreateAliyunAccountWithBindHid','aas') def get_InnerAccountHid(self): return self.get_query_params().get('InnerAccountHid') diff --git a/aliyun-python-sdk-aas/aliyunsdkaas/request/v20150701/CreateIntlAliyunAccountRequest.py b/aliyun-python-sdk-aas/aliyunsdkaas/request/v20150701/CreateIntlAliyunAccountRequest.py index 7b4aefcd0c..75dbc3ff33 100644 --- a/aliyun-python-sdk-aas/aliyunsdkaas/request/v20150701/CreateIntlAliyunAccountRequest.py +++ b/aliyun-python-sdk-aas/aliyunsdkaas/request/v20150701/CreateIntlAliyunAccountRequest.py @@ -21,7 +21,7 @@ class CreateIntlAliyunAccountRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Aas', '2015-07-01', 'CreateIntlAliyunAccount') + RpcRequest.__init__(self, 'Aas', '2015-07-01', 'CreateIntlAliyunAccount','aas') def get_NationalityCode(self): return self.get_query_params().get('NationalityCode') diff --git a/aliyun-python-sdk-aas/aliyunsdkaas/request/v20150701/CreateShortTermAccessKeyForAccountRequest.py b/aliyun-python-sdk-aas/aliyunsdkaas/request/v20150701/CreateShortTermAccessKeyForAccountRequest.py index 265b62ec38..fb326a24c1 100644 --- a/aliyun-python-sdk-aas/aliyunsdkaas/request/v20150701/CreateShortTermAccessKeyForAccountRequest.py +++ b/aliyun-python-sdk-aas/aliyunsdkaas/request/v20150701/CreateShortTermAccessKeyForAccountRequest.py @@ -21,7 +21,7 @@ class CreateShortTermAccessKeyForAccountRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Aas', '2015-07-01', 'CreateShortTermAccessKeyForAccount') + RpcRequest.__init__(self, 'Aas', '2015-07-01', 'CreateShortTermAccessKeyForAccount','aas') def get_ExpireTime(self): return self.get_query_params().get('ExpireTime') diff --git a/aliyun-python-sdk-aas/aliyunsdkaas/request/v20150701/DeleteAccessKeyForAccountRequest.py b/aliyun-python-sdk-aas/aliyunsdkaas/request/v20150701/DeleteAccessKeyForAccountRequest.py index 44b4acc42d..d5e0f42c65 100755 --- a/aliyun-python-sdk-aas/aliyunsdkaas/request/v20150701/DeleteAccessKeyForAccountRequest.py +++ b/aliyun-python-sdk-aas/aliyunsdkaas/request/v20150701/DeleteAccessKeyForAccountRequest.py @@ -21,7 +21,7 @@ class DeleteAccessKeyForAccountRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Aas', '2015-07-01', 'DeleteAccessKeyForAccount') + RpcRequest.__init__(self, 'Aas', '2015-07-01', 'DeleteAccessKeyForAccount','aas') def get_AKId(self): return self.get_query_params().get('AKId') diff --git a/aliyun-python-sdk-aas/aliyunsdkaas/request/v20150701/GenerateAccountLoginTokenRequest.py b/aliyun-python-sdk-aas/aliyunsdkaas/request/v20150701/GenerateAccountLoginTokenRequest.py index 5795b66b5d..3c1749b68a 100644 --- a/aliyun-python-sdk-aas/aliyunsdkaas/request/v20150701/GenerateAccountLoginTokenRequest.py +++ b/aliyun-python-sdk-aas/aliyunsdkaas/request/v20150701/GenerateAccountLoginTokenRequest.py @@ -21,7 +21,7 @@ class GenerateAccountLoginTokenRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Aas', '2015-07-01', 'GenerateAccountLoginToken') + RpcRequest.__init__(self, 'Aas', '2015-07-01', 'GenerateAccountLoginToken','aas') def get_TargetPk(self): return self.get_query_params().get('TargetPk') diff --git a/aliyun-python-sdk-aas/aliyunsdkaas/request/v20150701/GetAccountKinshipInfoByPKRequest.py b/aliyun-python-sdk-aas/aliyunsdkaas/request/v20150701/GetAccountKinshipInfoByPKRequest.py index 6a6cbf3448..c7ee8097b8 100644 --- a/aliyun-python-sdk-aas/aliyunsdkaas/request/v20150701/GetAccountKinshipInfoByPKRequest.py +++ b/aliyun-python-sdk-aas/aliyunsdkaas/request/v20150701/GetAccountKinshipInfoByPKRequest.py @@ -18,10 +18,10 @@ # under the License. from aliyunsdkcore.request import RpcRequest -class GetAccountKinshipInfoByPKRequest(RpcRequest): +class GetAccountKinShipInfoByPKRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Aas', '2015-07-01', 'GetAccountKinshipInfoByPK') + RpcRequest.__init__(self, 'Aas', '2015-07-01', 'GetAccountKinShipInfoByPK','aas') def get_PK(self): return self.get_query_params().get('PK') diff --git a/aliyun-python-sdk-aas/aliyunsdkaas/request/v20150701/GetAliyunAccountWithBindHidRequest.py b/aliyun-python-sdk-aas/aliyunsdkaas/request/v20150701/GetAliyunAccountWithBindHidRequest.py index 642cec3dd1..1a19bb459d 100644 --- a/aliyun-python-sdk-aas/aliyunsdkaas/request/v20150701/GetAliyunAccountWithBindHidRequest.py +++ b/aliyun-python-sdk-aas/aliyunsdkaas/request/v20150701/GetAliyunAccountWithBindHidRequest.py @@ -21,7 +21,7 @@ class GetAliyunAccountWithBindHidRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Aas', '2015-07-01', 'GetAliyunAccountWithBindHid') + RpcRequest.__init__(self, 'Aas', '2015-07-01', 'GetAliyunAccountWithBindHid','aas') def get_InnerAccountHid(self): return self.get_query_params().get('InnerAccountHid') diff --git a/aliyun-python-sdk-aas/aliyunsdkaas/request/v20150701/GetAliyunAccountWithBindTaobaoHidRequest.py b/aliyun-python-sdk-aas/aliyunsdkaas/request/v20150701/GetAliyunAccountWithBindTaobaoHidRequest.py index 81ab9e37f0..efe4ed1672 100644 --- a/aliyun-python-sdk-aas/aliyunsdkaas/request/v20150701/GetAliyunAccountWithBindTaobaoHidRequest.py +++ b/aliyun-python-sdk-aas/aliyunsdkaas/request/v20150701/GetAliyunAccountWithBindTaobaoHidRequest.py @@ -21,7 +21,7 @@ class GetAliyunAccountWithBindTaobaoHidRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Aas', '2015-07-01', 'GetAliyunAccountWithBindTaobaoHid') + RpcRequest.__init__(self, 'Aas', '2015-07-01', 'GetAliyunAccountWithBindTaobaoHid','aas') def get_HavanaId(self): return self.get_query_params().get('HavanaId') diff --git a/aliyun-python-sdk-aas/aliyunsdkaas/request/v20150701/GetBasicAccountInfoByHavanaIdRequest.py b/aliyun-python-sdk-aas/aliyunsdkaas/request/v20150701/GetBasicAccountInfoByHavanaIdRequest.py index 73cb3cc0f5..f364b74746 100644 --- a/aliyun-python-sdk-aas/aliyunsdkaas/request/v20150701/GetBasicAccountInfoByHavanaIdRequest.py +++ b/aliyun-python-sdk-aas/aliyunsdkaas/request/v20150701/GetBasicAccountInfoByHavanaIdRequest.py @@ -21,7 +21,7 @@ class GetBasicAccountInfoByHavanaIdRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Aas', '2015-07-01', 'GetBasicAccountInfoByHavanaId') + RpcRequest.__init__(self, 'Aas', '2015-07-01', 'GetBasicAccountInfoByHavanaId','aas') def get_HavanaId(self): return self.get_query_params().get('HavanaId') diff --git a/aliyun-python-sdk-aas/aliyunsdkaas/request/v20150701/GetBasicAccountInfoByPkRequest.py b/aliyun-python-sdk-aas/aliyunsdkaas/request/v20150701/GetBasicAccountInfoByPkRequest.py index 9d04e9d85f..7d64c2ef0f 100644 --- a/aliyun-python-sdk-aas/aliyunsdkaas/request/v20150701/GetBasicAccountInfoByPkRequest.py +++ b/aliyun-python-sdk-aas/aliyunsdkaas/request/v20150701/GetBasicAccountInfoByPkRequest.py @@ -21,7 +21,7 @@ class GetBasicAccountInfoByPkRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Aas', '2015-07-01', 'GetBasicAccountInfoByPk') + RpcRequest.__init__(self, 'Aas', '2015-07-01', 'GetBasicAccountInfoByPk','aas') def get_PK(self): return self.get_query_params().get('PK') diff --git a/aliyun-python-sdk-aas/aliyunsdkaas/request/v20150701/GetBasicInfoForAccountRequest.py b/aliyun-python-sdk-aas/aliyunsdkaas/request/v20150701/GetBasicInfoForAccountRequest.py index 87fbbe19aa..9a46bf60a5 100755 --- a/aliyun-python-sdk-aas/aliyunsdkaas/request/v20150701/GetBasicInfoForAccountRequest.py +++ b/aliyun-python-sdk-aas/aliyunsdkaas/request/v20150701/GetBasicInfoForAccountRequest.py @@ -21,7 +21,7 @@ class GetBasicInfoForAccountRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Aas', '2015-07-01', 'GetBasicInfoForAccount') + RpcRequest.__init__(self, 'Aas', '2015-07-01', 'GetBasicInfoForAccount','aas') def get_AliyunId(self): return self.get_query_params().get('AliyunId') diff --git a/aliyun-python-sdk-aas/aliyunsdkaas/request/v20150701/GetSessionInfoByMiniTicketRequest.py b/aliyun-python-sdk-aas/aliyunsdkaas/request/v20150701/GetSessionInfoByMiniTicketRequest.py index dba3df091c..02564702c9 100644 --- a/aliyun-python-sdk-aas/aliyunsdkaas/request/v20150701/GetSessionInfoByMiniTicketRequest.py +++ b/aliyun-python-sdk-aas/aliyunsdkaas/request/v20150701/GetSessionInfoByMiniTicketRequest.py @@ -21,7 +21,7 @@ class GetSessionInfoByMiniTicketRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Aas', '2015-07-01', 'GetSessionInfoByMiniTicket') + RpcRequest.__init__(self, 'Aas', '2015-07-01', 'GetSessionInfoByMiniTicket','aas') def get_Ticket(self): return self.get_query_params().get('Ticket') diff --git a/aliyun-python-sdk-aas/aliyunsdkaas/request/v20150701/GetSessionInfoByTicketRequest.py b/aliyun-python-sdk-aas/aliyunsdkaas/request/v20150701/GetSessionInfoByTicketRequest.py index 531fa836ad..62038c5e2e 100644 --- a/aliyun-python-sdk-aas/aliyunsdkaas/request/v20150701/GetSessionInfoByTicketRequest.py +++ b/aliyun-python-sdk-aas/aliyunsdkaas/request/v20150701/GetSessionInfoByTicketRequest.py @@ -21,7 +21,7 @@ class GetSessionInfoByTicketRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Aas', '2015-07-01', 'GetSessionInfoByTicket') + RpcRequest.__init__(self, 'Aas', '2015-07-01', 'GetSessionInfoByTicket','aas') def get_Ticket(self): return self.get_query_params().get('Ticket') diff --git a/aliyun-python-sdk-aas/aliyunsdkaas/request/v20150701/GetShortTermAccessKeyForAccountRequest.py b/aliyun-python-sdk-aas/aliyunsdkaas/request/v20150701/GetShortTermAccessKeyForAccountRequest.py index 8bbf9fcee0..d5b430188b 100644 --- a/aliyun-python-sdk-aas/aliyunsdkaas/request/v20150701/GetShortTermAccessKeyForAccountRequest.py +++ b/aliyun-python-sdk-aas/aliyunsdkaas/request/v20150701/GetShortTermAccessKeyForAccountRequest.py @@ -21,7 +21,7 @@ class GetShortTermAccessKeyForAccountRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Aas', '2015-07-01', 'GetShortTermAccessKeyForAccount') + RpcRequest.__init__(self, 'Aas', '2015-07-01', 'GetShortTermAccessKeyForAccount','aas') def get_ExpireTime(self): return self.get_query_params().get('ExpireTime') diff --git a/aliyun-python-sdk-aas/aliyunsdkaas/request/v20150701/ListAccessKeysForAccountRequest.py b/aliyun-python-sdk-aas/aliyunsdkaas/request/v20150701/ListAccessKeysForAccountRequest.py index b280f63fda..b275d76705 100755 --- a/aliyun-python-sdk-aas/aliyunsdkaas/request/v20150701/ListAccessKeysForAccountRequest.py +++ b/aliyun-python-sdk-aas/aliyunsdkaas/request/v20150701/ListAccessKeysForAccountRequest.py @@ -21,7 +21,7 @@ class ListAccessKeysForAccountRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Aas', '2015-07-01', 'ListAccessKeysForAccount') + RpcRequest.__init__(self, 'Aas', '2015-07-01', 'ListAccessKeysForAccount','aas') def get_AKType(self): return self.get_query_params().get('AKType') diff --git a/aliyun-python-sdk-aas/aliyunsdkaas/request/v20150701/ListAliyunAccountRequest.py b/aliyun-python-sdk-aas/aliyunsdkaas/request/v20150701/ListAliyunAccountRequest.py index 5fbdc0bc39..5eba05a1e3 100644 --- a/aliyun-python-sdk-aas/aliyunsdkaas/request/v20150701/ListAliyunAccountRequest.py +++ b/aliyun-python-sdk-aas/aliyunsdkaas/request/v20150701/ListAliyunAccountRequest.py @@ -21,7 +21,7 @@ class ListAliyunAccountRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Aas', '2015-07-01', 'ListAliyunAccount') + RpcRequest.__init__(self, 'Aas', '2015-07-01', 'ListAliyunAccount','aas') def get_Marker(self): return self.get_query_params().get('Marker') diff --git a/aliyun-python-sdk-aas/aliyunsdkaas/request/v20150701/UpdateAccessKeyStatusForAccountRequest.py b/aliyun-python-sdk-aas/aliyunsdkaas/request/v20150701/UpdateAccessKeyStatusForAccountRequest.py index d84f730257..04bd9a9cf6 100755 --- a/aliyun-python-sdk-aas/aliyunsdkaas/request/v20150701/UpdateAccessKeyStatusForAccountRequest.py +++ b/aliyun-python-sdk-aas/aliyunsdkaas/request/v20150701/UpdateAccessKeyStatusForAccountRequest.py @@ -21,7 +21,7 @@ class UpdateAccessKeyStatusForAccountRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Aas', '2015-07-01', 'UpdateAccessKeyStatusForAccount') + RpcRequest.__init__(self, 'Aas', '2015-07-01', 'UpdateAccessKeyStatusForAccount','aas') def get_AKStatus(self): return self.get_query_params().get('AKStatus') diff --git a/aliyun-python-sdk-aas/aliyunsdkaas/request/v20150701/UpdatePasswordForAccountRequest.py b/aliyun-python-sdk-aas/aliyunsdkaas/request/v20150701/UpdatePasswordForAccountRequest.py index d95ca75fd8..546c4c4753 100755 --- a/aliyun-python-sdk-aas/aliyunsdkaas/request/v20150701/UpdatePasswordForAccountRequest.py +++ b/aliyun-python-sdk-aas/aliyunsdkaas/request/v20150701/UpdatePasswordForAccountRequest.py @@ -21,7 +21,7 @@ class UpdatePasswordForAccountRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Aas', '2015-07-01', 'UpdatePasswordForAccount') + RpcRequest.__init__(self, 'Aas', '2015-07-01', 'UpdatePasswordForAccount','aas') def get_PK(self): return self.get_query_params().get('PK') diff --git a/aliyun-python-sdk-aas/aliyunsdkaas/request/v20150701/UpdateStatusForAccountRequest.py b/aliyun-python-sdk-aas/aliyunsdkaas/request/v20150701/UpdateStatusForAccountRequest.py index 47ee80fb34..2d367cfcf5 100644 --- a/aliyun-python-sdk-aas/aliyunsdkaas/request/v20150701/UpdateStatusForAccountRequest.py +++ b/aliyun-python-sdk-aas/aliyunsdkaas/request/v20150701/UpdateStatusForAccountRequest.py @@ -21,7 +21,7 @@ class UpdateStatusForAccountRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Aas', '2015-07-01', 'UpdateStatusForAccount') + RpcRequest.__init__(self, 'Aas', '2015-07-01', 'UpdateStatusForAccount','aas') def get_AccountStatus(self): return self.get_query_params().get('AccountStatus') diff --git a/aliyun-python-sdk-aas/aliyunsdkaas/request/v20150701/VerifyAccountLoginTokenRequest.py b/aliyun-python-sdk-aas/aliyunsdkaas/request/v20150701/VerifyAccountLoginTokenRequest.py index b7adc3831d..d8f07229d0 100644 --- a/aliyun-python-sdk-aas/aliyunsdkaas/request/v20150701/VerifyAccountLoginTokenRequest.py +++ b/aliyun-python-sdk-aas/aliyunsdkaas/request/v20150701/VerifyAccountLoginTokenRequest.py @@ -21,7 +21,7 @@ class VerifyAccountLoginTokenRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Aas', '2015-07-01', 'VerifyAccountLoginToken') + RpcRequest.__init__(self, 'Aas', '2015-07-01', 'VerifyAccountLoginToken','aas') def get_LoginToken(self): return self.get_query_params().get('LoginToken') From 6c831922c8f7f5786aba9ffa7df91835799c8ad0 Mon Sep 17 00:00:00 2001 From: sdk-team Date: Tue, 18 Jun 2019 17:58:39 +0800 Subject: [PATCH 098/282] =?UTF-8?q?*=20=E6=B5=8B=E8=AF=95=E5=85=AB?= =?UTF-8?q?=E7=A7=8D=E8=AF=AD=E8=A8=80=20SDK=20=E5=8F=91=E5=B8=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- aliyun-python-sdk-aas/ChangeLog.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/aliyun-python-sdk-aas/ChangeLog.txt b/aliyun-python-sdk-aas/ChangeLog.txt index bf4d017c35..4d34bd509e 100644 --- a/aliyun-python-sdk-aas/ChangeLog.txt +++ b/aliyun-python-sdk-aas/ChangeLog.txt @@ -2,6 +2,10 @@ * 测试八种语言 SDK 发布 * 继续测试八种语言 SDK 发布 +2019-06-18 Version: 1.0.0 +* 测试八种语言 SDK 发布 +* 继续测试八种语言 SDK 发布 + 2019-05-23 Version: 1.0.16 测试 Aas 发布 1.0.16 版本各个语言的 SDK,快 github 压不住了 From 6abc653ac511358ca1383f85fbd6fee0701c91db Mon Sep 17 00:00:00 2001 From: sdk-team Date: Tue, 18 Jun 2019 18:11:44 +0800 Subject: [PATCH 099/282] =?UTF-8?q?*=20=E6=B5=8B=E8=AF=95=E5=85=AB?= =?UTF-8?q?=E7=A7=8D=E8=AF=AD=E8=A8=80=20SDK=20=E5=8F=91=E5=B8=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- aliyun-python-sdk-aas/ChangeLog.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/aliyun-python-sdk-aas/ChangeLog.txt b/aliyun-python-sdk-aas/ChangeLog.txt index 4d34bd509e..b39e243c48 100644 --- a/aliyun-python-sdk-aas/ChangeLog.txt +++ b/aliyun-python-sdk-aas/ChangeLog.txt @@ -6,6 +6,10 @@ * 测试八种语言 SDK 发布 * 继续测试八种语言 SDK 发布 +2019-06-18 Version: 1.0.0 +* 测试八种语言 SDK 发布 +* 继续测试八种语言 SDK 发布 + 2019-05-23 Version: 1.0.16 测试 Aas 发布 1.0.16 版本各个语言的 SDK,快 github 压不住了 From 774e332771a1556124b2359c8fbb5a9efa191695 Mon Sep 17 00:00:00 2001 From: sdk-team Date: Tue, 18 Jun 2019 19:35:04 +0800 Subject: [PATCH 100/282] =?UTF-8?q?*=20=E6=B5=8B=E8=AF=95=E5=85=AB?= =?UTF-8?q?=E7=A7=8D=E8=AF=AD=E8=A8=80=20SDK=20=E5=8F=91=E5=B8=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- aliyun-python-sdk-aas/ChangeLog.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/aliyun-python-sdk-aas/ChangeLog.txt b/aliyun-python-sdk-aas/ChangeLog.txt index b39e243c48..b8e04dc10f 100644 --- a/aliyun-python-sdk-aas/ChangeLog.txt +++ b/aliyun-python-sdk-aas/ChangeLog.txt @@ -10,6 +10,10 @@ * 测试八种语言 SDK 发布 * 继续测试八种语言 SDK 发布 +2019-06-18 Version: 1.0.0 +* 测试八种语言 SDK 发布 +* 继续测试八种语言 SDK 发布 + 2019-05-23 Version: 1.0.16 测试 Aas 发布 1.0.16 版本各个语言的 SDK,快 github 压不住了 From 3f74e50c2db82b200d3fd02556fd49e6e080561c Mon Sep 17 00:00:00 2001 From: sdk-team Date: Tue, 18 Jun 2019 19:37:59 +0800 Subject: [PATCH 101/282] =?UTF-8?q?*=20=E6=B5=8B=E8=AF=95=E5=85=AB?= =?UTF-8?q?=E7=A7=8D=E8=AF=AD=E8=A8=80=20SDK=20=E5=8F=91=E5=B8=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- aliyun-python-sdk-aas/ChangeLog.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/aliyun-python-sdk-aas/ChangeLog.txt b/aliyun-python-sdk-aas/ChangeLog.txt index b8e04dc10f..442bfb58be 100644 --- a/aliyun-python-sdk-aas/ChangeLog.txt +++ b/aliyun-python-sdk-aas/ChangeLog.txt @@ -14,6 +14,10 @@ * 测试八种语言 SDK 发布 * 继续测试八种语言 SDK 发布 +2019-06-18 Version: 1.0.0 +* 测试八种语言 SDK 发布 +* 继续测试八种语言 SDK 发布 + 2019-05-23 Version: 1.0.16 测试 Aas 发布 1.0.16 版本各个语言的 SDK,快 github 压不住了 From 4f6b44a1859437139290949772a6680ff9d5a4d1 Mon Sep 17 00:00:00 2001 From: sdk-team Date: Tue, 18 Jun 2019 19:39:29 +0800 Subject: [PATCH 102/282] =?UTF-8?q?*=20=E6=B5=8B=E8=AF=95=E5=85=AB?= =?UTF-8?q?=E7=A7=8D=E8=AF=AD=E8=A8=80=20SDK=20=E5=8F=91=E5=B8=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- aliyun-python-sdk-aas/ChangeLog.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/aliyun-python-sdk-aas/ChangeLog.txt b/aliyun-python-sdk-aas/ChangeLog.txt index 442bfb58be..40a9685ebc 100644 --- a/aliyun-python-sdk-aas/ChangeLog.txt +++ b/aliyun-python-sdk-aas/ChangeLog.txt @@ -18,6 +18,10 @@ * 测试八种语言 SDK 发布 * 继续测试八种语言 SDK 发布 +2019-06-18 Version: 1.0.0 +* 测试八种语言 SDK 发布 +* 继续测试八种语言 SDK 发布 + 2019-05-23 Version: 1.0.16 测试 Aas 发布 1.0.16 版本各个语言的 SDK,快 github 压不住了 From d1025aebb40c5e68a6af84a7fc5b9060ba527851 Mon Sep 17 00:00:00 2001 From: sdk-team Date: Tue, 18 Jun 2019 20:13:17 +0800 Subject: [PATCH 103/282] =?UTF-8?q?*=20=E6=B5=8B=E8=AF=95=E5=85=AB?= =?UTF-8?q?=E7=A7=8D=E8=AF=AD=E8=A8=80=20SDK=20=E5=8F=91=E5=B8=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- aliyun-python-sdk-aas/ChangeLog.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/aliyun-python-sdk-aas/ChangeLog.txt b/aliyun-python-sdk-aas/ChangeLog.txt index 40a9685ebc..407947048a 100644 --- a/aliyun-python-sdk-aas/ChangeLog.txt +++ b/aliyun-python-sdk-aas/ChangeLog.txt @@ -22,6 +22,10 @@ * 测试八种语言 SDK 发布 * 继续测试八种语言 SDK 发布 +2019-06-18 Version: 1.0.0 +* 测试八种语言 SDK 发布 +* 继续测试八种语言 SDK 发布 + 2019-05-23 Version: 1.0.16 测试 Aas 发布 1.0.16 版本各个语言的 SDK,快 github 压不住了 From f0c86d64c38f40851ae8022495780949603c03f2 Mon Sep 17 00:00:00 2001 From: sdk-team Date: Tue, 18 Jun 2019 20:16:39 +0800 Subject: [PATCH 104/282] =?UTF-8?q?*=20=E6=B5=8B=E8=AF=95=E5=85=AB?= =?UTF-8?q?=E7=A7=8D=E8=AF=AD=E8=A8=80=20SDK=20=E5=8F=91=E5=B8=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- aliyun-python-sdk-aas/ChangeLog.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/aliyun-python-sdk-aas/ChangeLog.txt b/aliyun-python-sdk-aas/ChangeLog.txt index 407947048a..3120288d1d 100644 --- a/aliyun-python-sdk-aas/ChangeLog.txt +++ b/aliyun-python-sdk-aas/ChangeLog.txt @@ -26,6 +26,10 @@ * 测试八种语言 SDK 发布 * 继续测试八种语言 SDK 发布 +2019-06-18 Version: 1.0.0 +* 测试八种语言 SDK 发布 +* 继续测试八种语言 SDK 发布 + 2019-05-23 Version: 1.0.16 测试 Aas 发布 1.0.16 版本各个语言的 SDK,快 github 压不住了 From 2d50cdc9bc77bd0e35f6518fe150e97a21da4e0c Mon Sep 17 00:00:00 2001 From: sdk-team Date: Tue, 18 Jun 2019 20:24:55 +0800 Subject: [PATCH 105/282] =?UTF-8?q?*=20=E6=B5=8B=E8=AF=95=E5=85=AB?= =?UTF-8?q?=E7=A7=8D=E8=AF=AD=E8=A8=80=20SDK=20=E5=8F=91=E5=B8=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- aliyun-python-sdk-aas/ChangeLog.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/aliyun-python-sdk-aas/ChangeLog.txt b/aliyun-python-sdk-aas/ChangeLog.txt index 3120288d1d..6ab3e829a8 100644 --- a/aliyun-python-sdk-aas/ChangeLog.txt +++ b/aliyun-python-sdk-aas/ChangeLog.txt @@ -30,6 +30,10 @@ * 测试八种语言 SDK 发布 * 继续测试八种语言 SDK 发布 +2019-06-18 Version: 1.0.0 +* 测试八种语言 SDK 发布 +* 继续测试八种语言 SDK 发布 + 2019-05-23 Version: 1.0.16 测试 Aas 发布 1.0.16 版本各个语言的 SDK,快 github 压不住了 From 0ee1b6d7808ab3be67827cd297cf3cf39cbb3d58 Mon Sep 17 00:00:00 2001 From: sdk-team Date: Tue, 18 Jun 2019 20:28:44 +0800 Subject: [PATCH 106/282] =?UTF-8?q?*=20=E6=B5=8B=E8=AF=95=E5=85=AB?= =?UTF-8?q?=E7=A7=8D=E8=AF=AD=E8=A8=80=20SDK=20=E5=8F=91=E5=B8=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- aliyun-python-sdk-aas/ChangeLog.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/aliyun-python-sdk-aas/ChangeLog.txt b/aliyun-python-sdk-aas/ChangeLog.txt index 6ab3e829a8..40c91512af 100644 --- a/aliyun-python-sdk-aas/ChangeLog.txt +++ b/aliyun-python-sdk-aas/ChangeLog.txt @@ -34,6 +34,10 @@ * 测试八种语言 SDK 发布 * 继续测试八种语言 SDK 发布 +2019-06-18 Version: 1.0.0 +* 测试八种语言 SDK 发布 +* 继续测试八种语言 SDK 发布 + 2019-05-23 Version: 1.0.16 测试 Aas 发布 1.0.16 版本各个语言的 SDK,快 github 压不住了 From 5a05acc7226b7f8af6f105984b8850809c464de7 Mon Sep 17 00:00:00 2001 From: sdk-team Date: Tue, 18 Jun 2019 20:35:39 +0800 Subject: [PATCH 107/282] =?UTF-8?q?*=20=E6=B5=8B=E8=AF=95=E5=85=AB?= =?UTF-8?q?=E7=A7=8D=E8=AF=AD=E8=A8=80=20SDK=20=E5=8F=91=E5=B8=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- aliyun-python-sdk-aas/ChangeLog.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/aliyun-python-sdk-aas/ChangeLog.txt b/aliyun-python-sdk-aas/ChangeLog.txt index 40c91512af..8d6e9a0192 100644 --- a/aliyun-python-sdk-aas/ChangeLog.txt +++ b/aliyun-python-sdk-aas/ChangeLog.txt @@ -38,6 +38,10 @@ * 测试八种语言 SDK 发布 * 继续测试八种语言 SDK 发布 +2019-06-18 Version: 1.0.0 +* 测试八种语言 SDK 发布 +* 继续测试八种语言 SDK 发布 + 2019-05-23 Version: 1.0.16 测试 Aas 发布 1.0.16 版本各个语言的 SDK,快 github 压不住了 From acc7e79656553dd4c0583bc3f87edc51b58c757a Mon Sep 17 00:00:00 2001 From: sdk-team Date: Tue, 18 Jun 2019 20:37:12 +0800 Subject: [PATCH 108/282] =?UTF-8?q?*=20=E6=B5=8B=E8=AF=95=E5=85=AB?= =?UTF-8?q?=E7=A7=8D=E8=AF=AD=E8=A8=80=20SDK=20=E5=8F=91=E5=B8=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- aliyun-python-sdk-aas/ChangeLog.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/aliyun-python-sdk-aas/ChangeLog.txt b/aliyun-python-sdk-aas/ChangeLog.txt index 8d6e9a0192..bcee5ff1e2 100644 --- a/aliyun-python-sdk-aas/ChangeLog.txt +++ b/aliyun-python-sdk-aas/ChangeLog.txt @@ -42,6 +42,10 @@ * 测试八种语言 SDK 发布 * 继续测试八种语言 SDK 发布 +2019-06-18 Version: 1.0.0 +* 测试八种语言 SDK 发布 +* 继续测试八种语言 SDK 发布 + 2019-05-23 Version: 1.0.16 测试 Aas 发布 1.0.16 版本各个语言的 SDK,快 github 压不住了 From 19e40c52fcbb803e296a6516f60a087d35ece33f Mon Sep 17 00:00:00 2001 From: sdk-team Date: Tue, 18 Jun 2019 20:40:46 +0800 Subject: [PATCH 109/282] =?UTF-8?q?*=20=E6=B5=8B=E8=AF=95=E5=85=AB?= =?UTF-8?q?=E7=A7=8D=E8=AF=AD=E8=A8=80=20SDK=20=E5=8F=91=E5=B8=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- aliyun-python-sdk-aas/ChangeLog.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/aliyun-python-sdk-aas/ChangeLog.txt b/aliyun-python-sdk-aas/ChangeLog.txt index bcee5ff1e2..6e741f373f 100644 --- a/aliyun-python-sdk-aas/ChangeLog.txt +++ b/aliyun-python-sdk-aas/ChangeLog.txt @@ -46,6 +46,10 @@ * 测试八种语言 SDK 发布 * 继续测试八种语言 SDK 发布 +2019-06-18 Version: 1.0.0 +* 测试八种语言 SDK 发布 +* 继续测试八种语言 SDK 发布 + 2019-05-23 Version: 1.0.16 测试 Aas 发布 1.0.16 版本各个语言的 SDK,快 github 压不住了 From b21ecd5b64fe212401b21976ff1fb4711b968afa Mon Sep 17 00:00:00 2001 From: sdk-team Date: Tue, 18 Jun 2019 20:45:42 +0800 Subject: [PATCH 110/282] =?UTF-8?q?*=20=E6=B5=8B=E8=AF=95=E5=85=AB?= =?UTF-8?q?=E7=A7=8D=E8=AF=AD=E8=A8=80=20SDK=20=E5=8F=91=E5=B8=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- aliyun-python-sdk-aas/ChangeLog.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/aliyun-python-sdk-aas/ChangeLog.txt b/aliyun-python-sdk-aas/ChangeLog.txt index 6e741f373f..7b7adbbcb5 100644 --- a/aliyun-python-sdk-aas/ChangeLog.txt +++ b/aliyun-python-sdk-aas/ChangeLog.txt @@ -50,6 +50,10 @@ * 测试八种语言 SDK 发布 * 继续测试八种语言 SDK 发布 +2019-06-18 Version: 1.0.0 +* 测试八种语言 SDK 发布 +* 继续测试八种语言 SDK 发布 + 2019-05-23 Version: 1.0.16 测试 Aas 发布 1.0.16 版本各个语言的 SDK,快 github 压不住了 From 5d46eebbf214ff28ee8e7a54b354ca7173dd7ec1 Mon Sep 17 00:00:00 2001 From: sdk-team Date: Tue, 18 Jun 2019 20:48:24 +0800 Subject: [PATCH 111/282] =?UTF-8?q?*=20=E6=B5=8B=E8=AF=95=E5=85=AB?= =?UTF-8?q?=E7=A7=8D=E8=AF=AD=E8=A8=80=20SDK=20=E5=8F=91=E5=B8=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- aliyun-python-sdk-aas/ChangeLog.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/aliyun-python-sdk-aas/ChangeLog.txt b/aliyun-python-sdk-aas/ChangeLog.txt index 7b7adbbcb5..583f58270c 100644 --- a/aliyun-python-sdk-aas/ChangeLog.txt +++ b/aliyun-python-sdk-aas/ChangeLog.txt @@ -54,6 +54,10 @@ * 测试八种语言 SDK 发布 * 继续测试八种语言 SDK 发布 +2019-06-18 Version: 1.0.0 +* 测试八种语言 SDK 发布 +* 继续测试八种语言 SDK 发布 + 2019-05-23 Version: 1.0.16 测试 Aas 发布 1.0.16 版本各个语言的 SDK,快 github 压不住了 From 8be3971a76e3f46adf567d880d4fe8ef40ed2450 Mon Sep 17 00:00:00 2001 From: sdk-team Date: Tue, 18 Jun 2019 20:55:37 +0800 Subject: [PATCH 112/282] =?UTF-8?q?*=20=E6=B5=8B=E8=AF=95=E5=85=AB?= =?UTF-8?q?=E7=A7=8D=E8=AF=AD=E8=A8=80=20SDK=20=E5=8F=91=E5=B8=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- aliyun-python-sdk-aas/ChangeLog.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/aliyun-python-sdk-aas/ChangeLog.txt b/aliyun-python-sdk-aas/ChangeLog.txt index 583f58270c..e53dbdf2f1 100644 --- a/aliyun-python-sdk-aas/ChangeLog.txt +++ b/aliyun-python-sdk-aas/ChangeLog.txt @@ -58,6 +58,10 @@ * 测试八种语言 SDK 发布 * 继续测试八种语言 SDK 发布 +2019-06-18 Version: 1.0.0 +* 测试八种语言 SDK 发布 +* 继续测试八种语言 SDK 发布 + 2019-05-23 Version: 1.0.16 测试 Aas 发布 1.0.16 版本各个语言的 SDK,快 github 压不住了 From 87d0ca8cf6874f85bb96c1ea6d24996d3b6a62d2 Mon Sep 17 00:00:00 2001 From: sdk-team Date: Tue, 18 Jun 2019 21:00:55 +0800 Subject: [PATCH 113/282] =?UTF-8?q?*=20=E6=B5=8B=E8=AF=95=E5=85=AB?= =?UTF-8?q?=E7=A7=8D=E8=AF=AD=E8=A8=80=20SDK=20=E5=8F=91=E5=B8=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- aliyun-python-sdk-aas/ChangeLog.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/aliyun-python-sdk-aas/ChangeLog.txt b/aliyun-python-sdk-aas/ChangeLog.txt index e53dbdf2f1..c1b5a6c417 100644 --- a/aliyun-python-sdk-aas/ChangeLog.txt +++ b/aliyun-python-sdk-aas/ChangeLog.txt @@ -62,6 +62,10 @@ * 测试八种语言 SDK 发布 * 继续测试八种语言 SDK 发布 +2019-06-18 Version: 1.0.0 +* 测试八种语言 SDK 发布 +* 继续测试八种语言 SDK 发布 + 2019-05-23 Version: 1.0.16 测试 Aas 发布 1.0.16 版本各个语言的 SDK,快 github 压不住了 From 6ee18bf5385562cfd661e319d74528e2eda345fc Mon Sep 17 00:00:00 2001 From: sdk-team Date: Tue, 18 Jun 2019 21:10:48 +0800 Subject: [PATCH 114/282] =?UTF-8?q?*=20=E6=B5=8B=E8=AF=95=E5=85=AB?= =?UTF-8?q?=E7=A7=8D=E8=AF=AD=E8=A8=80=20SDK=20=E5=8F=91=E5=B8=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- aliyun-python-sdk-aas/ChangeLog.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/aliyun-python-sdk-aas/ChangeLog.txt b/aliyun-python-sdk-aas/ChangeLog.txt index c1b5a6c417..cd03b3097f 100644 --- a/aliyun-python-sdk-aas/ChangeLog.txt +++ b/aliyun-python-sdk-aas/ChangeLog.txt @@ -66,6 +66,10 @@ * 测试八种语言 SDK 发布 * 继续测试八种语言 SDK 发布 +2019-06-18 Version: 1.0.0 +* 测试八种语言 SDK 发布 +* 继续测试八种语言 SDK 发布 + 2019-05-23 Version: 1.0.16 测试 Aas 发布 1.0.16 版本各个语言的 SDK,快 github 压不住了 From 9edfbb8ee4969018614c07e12180748fbb6532ee Mon Sep 17 00:00:00 2001 From: sdk-team Date: Tue, 18 Jun 2019 21:12:01 +0800 Subject: [PATCH 115/282] =?UTF-8?q?*=20=E6=B5=8B=E8=AF=95=E5=85=AB?= =?UTF-8?q?=E7=A7=8D=E8=AF=AD=E8=A8=80=20SDK=20=E5=8F=91=E5=B8=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- aliyun-python-sdk-aas/ChangeLog.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/aliyun-python-sdk-aas/ChangeLog.txt b/aliyun-python-sdk-aas/ChangeLog.txt index cd03b3097f..90cc943190 100644 --- a/aliyun-python-sdk-aas/ChangeLog.txt +++ b/aliyun-python-sdk-aas/ChangeLog.txt @@ -70,6 +70,10 @@ * 测试八种语言 SDK 发布 * 继续测试八种语言 SDK 发布 +2019-06-18 Version: 1.0.0 +* 测试八种语言 SDK 发布 +* 继续测试八种语言 SDK 发布 + 2019-05-23 Version: 1.0.16 测试 Aas 发布 1.0.16 版本各个语言的 SDK,快 github 压不住了 From 14ed14ae9656cc7a7c65c798e843f0bcb15c5165 Mon Sep 17 00:00:00 2001 From: sdk-team Date: Tue, 18 Jun 2019 21:15:51 +0800 Subject: [PATCH 116/282] =?UTF-8?q?*=20=E6=B5=8B=E8=AF=95=E5=85=AB?= =?UTF-8?q?=E7=A7=8D=E8=AF=AD=E8=A8=80=20SDK=20=E5=8F=91=E5=B8=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- aliyun-python-sdk-aas/ChangeLog.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/aliyun-python-sdk-aas/ChangeLog.txt b/aliyun-python-sdk-aas/ChangeLog.txt index 90cc943190..51a9635cb2 100644 --- a/aliyun-python-sdk-aas/ChangeLog.txt +++ b/aliyun-python-sdk-aas/ChangeLog.txt @@ -74,6 +74,10 @@ * 测试八种语言 SDK 发布 * 继续测试八种语言 SDK 发布 +2019-06-18 Version: 1.0.0 +* 测试八种语言 SDK 发布 +* 继续测试八种语言 SDK 发布 + 2019-05-23 Version: 1.0.16 测试 Aas 发布 1.0.16 版本各个语言的 SDK,快 github 压不住了 From 24341b5d6a96c7cc2870879533428c8ebb8a2cd4 Mon Sep 17 00:00:00 2001 From: sdk-team Date: Wed, 19 Jun 2019 14:48:36 +0800 Subject: [PATCH 117/282] Test error package. --- aliyun-python-sdk-aas/ChangeLog.txt | 3 +++ aliyun-python-sdk-aas/aliyunsdkaas/__init__.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/aliyun-python-sdk-aas/ChangeLog.txt b/aliyun-python-sdk-aas/ChangeLog.txt index 51a9635cb2..49e512554b 100644 --- a/aliyun-python-sdk-aas/ChangeLog.txt +++ b/aliyun-python-sdk-aas/ChangeLog.txt @@ -1,3 +1,6 @@ +2019-06-19 Version: 1.0.30 +- Test error package. + 2019-06-18 Version: 1.0.0 * 测试八种语言 SDK 发布 * 继续测试八种语言 SDK 发布 diff --git a/aliyun-python-sdk-aas/aliyunsdkaas/__init__.py b/aliyun-python-sdk-aas/aliyunsdkaas/__init__.py index 75977e6f41..9b6193c7e3 100644 --- a/aliyun-python-sdk-aas/aliyunsdkaas/__init__.py +++ b/aliyun-python-sdk-aas/aliyunsdkaas/__init__.py @@ -1 +1 @@ -__version__ = '1.0.0' \ No newline at end of file +__version__ = '1.0.30' \ No newline at end of file From 701e70a9735eb3077b5c3614ed1c4be55ee94fc0 Mon Sep 17 00:00:00 2001 From: sdk-team Date: Wed, 19 Jun 2019 15:23:19 +0800 Subject: [PATCH 118/282] Test for the new feature. --- aliyun-python-sdk-cr/ChangeLog.txt | 3 +++ aliyun-python-sdk-cr/aliyunsdkcr/__init__.py | 2 +- .../DoLogicalDeleteResourceRequest.py | 24 +++++++++---------- .../DoPhysicalDeleteResourceRequest.py | 24 +++++++++---------- 4 files changed, 28 insertions(+), 25 deletions(-) diff --git a/aliyun-python-sdk-cr/ChangeLog.txt b/aliyun-python-sdk-cr/ChangeLog.txt index e5df4af08e..26a59029e0 100644 --- a/aliyun-python-sdk-cr/ChangeLog.txt +++ b/aliyun-python-sdk-cr/ChangeLog.txt @@ -1,3 +1,6 @@ +2019-06-19 Version: 1.0.0 +- Test for the new feature. + 2019-05-31 Version: 1.0.1 - Generated 2015-05-06 for `cr` diff --git a/aliyun-python-sdk-cr/aliyunsdkcr/__init__.py b/aliyun-python-sdk-cr/aliyunsdkcr/__init__.py index 6c4c011435..75977e6f41 100644 --- a/aliyun-python-sdk-cr/aliyunsdkcr/__init__.py +++ b/aliyun-python-sdk-cr/aliyunsdkcr/__init__.py @@ -1 +1 @@ -__version__ = '1.0.1' \ No newline at end of file +__version__ = '1.0.0' \ No newline at end of file diff --git a/aliyun-python-sdk-cr/aliyunsdkcr/request/v20150506/DoLogicalDeleteResourceRequest.py b/aliyun-python-sdk-cr/aliyunsdkcr/request/v20150506/DoLogicalDeleteResourceRequest.py index 07bd41407d..72f2c61b1a 100644 --- a/aliyun-python-sdk-cr/aliyunsdkcr/request/v20150506/DoLogicalDeleteResourceRequest.py +++ b/aliyun-python-sdk-cr/aliyunsdkcr/request/v20150506/DoLogicalDeleteResourceRequest.py @@ -35,18 +35,6 @@ def get_Hid(self): def set_Hid(self,Hid): self.add_query_param('Hid',Hid) - def get_Invoker(self): - return self.get_query_params().get('Invoker') - - def set_Invoker(self,Invoker): - self.add_query_param('Invoker',Invoker) - - def get_Message(self): - return self.get_query_params().get('Message') - - def set_Message(self,Message): - self.add_query_param('Message',Message) - def get_Success(self): return self.get_query_params().get('Success') @@ -71,12 +59,24 @@ def get_Pk(self): def set_Pk(self,Pk): self.add_query_param('Pk',Pk) + def get_Invoker(self): + return self.get_query_params().get('Invoker') + + def set_Invoker(self,Invoker): + self.add_query_param('Invoker',Invoker) + def get_Bid(self): return self.get_query_params().get('Bid') def set_Bid(self,Bid): self.add_query_param('Bid',Bid) + def get_Message(self): + return self.get_query_params().get('Message') + + def set_Message(self,Message): + self.add_query_param('Message',Message) + def get_TaskExtraData(self): return self.get_query_params().get('TaskExtraData') diff --git a/aliyun-python-sdk-cr/aliyunsdkcr/request/v20150506/DoPhysicalDeleteResourceRequest.py b/aliyun-python-sdk-cr/aliyunsdkcr/request/v20150506/DoPhysicalDeleteResourceRequest.py index 444904b081..9498fce7c5 100644 --- a/aliyun-python-sdk-cr/aliyunsdkcr/request/v20150506/DoPhysicalDeleteResourceRequest.py +++ b/aliyun-python-sdk-cr/aliyunsdkcr/request/v20150506/DoPhysicalDeleteResourceRequest.py @@ -35,18 +35,6 @@ def get_Hid(self): def set_Hid(self,Hid): self.add_query_param('Hid',Hid) - def get_Invoker(self): - return self.get_query_params().get('Invoker') - - def set_Invoker(self,Invoker): - self.add_query_param('Invoker',Invoker) - - def get_Message(self): - return self.get_query_params().get('Message') - - def set_Message(self,Message): - self.add_query_param('Message',Message) - def get_Success(self): return self.get_query_params().get('Success') @@ -71,12 +59,24 @@ def get_Pk(self): def set_Pk(self,Pk): self.add_query_param('Pk',Pk) + def get_Invoker(self): + return self.get_query_params().get('Invoker') + + def set_Invoker(self,Invoker): + self.add_query_param('Invoker',Invoker) + def get_Bid(self): return self.get_query_params().get('Bid') def set_Bid(self,Bid): self.add_query_param('Bid',Bid) + def get_Message(self): + return self.get_query_params().get('Message') + + def set_Message(self,Message): + self.add_query_param('Message',Message) + def get_TaskExtraData(self): return self.get_query_params().get('TaskExtraData') From 399a6f2a6abb73533ef797e4310dbdedd2fb800d Mon Sep 17 00:00:00 2001 From: sdk-team Date: Thu, 20 Jun 2019 16:45:31 +0800 Subject: [PATCH 119/282] Generated 2019-06-01 for oos. --- aliyun-python-sdk-oos/ChangeLog.txt | 3 + aliyun-python-sdk-oos/MANIFEST.in | 0 aliyun-python-sdk-oos/README.rst | 11 ++ .../aliyunsdkoos/__init__.py | 1 + .../aliyunsdkoos/request/__init__.py | 0 .../v20190601/CancelExecutionRequest.py | 30 +++++ .../v20190601/CreateTemplateRequest.py | 36 ++++++ .../v20190601/DeleteExecutionsRequest.py | 30 +++++ .../v20190601/DeleteTemplateRequest.py | 30 +++++ .../GenerateExecutionPolicyRequest.py | 30 +++++ .../v20190601/GetExecutionTemplateRequest.py | 30 +++++ .../request/v20190601/GetTemplateRequest.py | 36 ++++++ .../request/v20190601/ListActionsRequest.py | 42 ++++++ .../v20190601/ListExecutionLogsRequest.py | 42 ++++++ .../v20190601/ListExecutionsRequest.py | 120 ++++++++++++++++++ .../v20190601/ListTaskExecutionsRequest.py | 114 +++++++++++++++++ .../request/v20190601/ListTemplatesRequest.py | 84 ++++++++++++ .../v20190601/NotifyExecutionRequest.py | 60 +++++++++ .../v20190601/StartExecutionRequest.py | 60 +++++++++ .../v20190601/UpdateTemplateRequest.py | 36 ++++++ .../ValidateTemplateContentRequest.py | 30 +++++ .../request/v20190601/__init__.py | 0 aliyun-python-sdk-oos/setup.py | 78 ++++++++++++ 23 files changed, 903 insertions(+) create mode 100644 aliyun-python-sdk-oos/ChangeLog.txt create mode 100644 aliyun-python-sdk-oos/MANIFEST.in create mode 100644 aliyun-python-sdk-oos/README.rst create mode 100644 aliyun-python-sdk-oos/aliyunsdkoos/__init__.py create mode 100644 aliyun-python-sdk-oos/aliyunsdkoos/request/__init__.py create mode 100644 aliyun-python-sdk-oos/aliyunsdkoos/request/v20190601/CancelExecutionRequest.py create mode 100644 aliyun-python-sdk-oos/aliyunsdkoos/request/v20190601/CreateTemplateRequest.py create mode 100644 aliyun-python-sdk-oos/aliyunsdkoos/request/v20190601/DeleteExecutionsRequest.py create mode 100644 aliyun-python-sdk-oos/aliyunsdkoos/request/v20190601/DeleteTemplateRequest.py create mode 100644 aliyun-python-sdk-oos/aliyunsdkoos/request/v20190601/GenerateExecutionPolicyRequest.py create mode 100644 aliyun-python-sdk-oos/aliyunsdkoos/request/v20190601/GetExecutionTemplateRequest.py create mode 100644 aliyun-python-sdk-oos/aliyunsdkoos/request/v20190601/GetTemplateRequest.py create mode 100644 aliyun-python-sdk-oos/aliyunsdkoos/request/v20190601/ListActionsRequest.py create mode 100644 aliyun-python-sdk-oos/aliyunsdkoos/request/v20190601/ListExecutionLogsRequest.py create mode 100644 aliyun-python-sdk-oos/aliyunsdkoos/request/v20190601/ListExecutionsRequest.py create mode 100644 aliyun-python-sdk-oos/aliyunsdkoos/request/v20190601/ListTaskExecutionsRequest.py create mode 100644 aliyun-python-sdk-oos/aliyunsdkoos/request/v20190601/ListTemplatesRequest.py create mode 100644 aliyun-python-sdk-oos/aliyunsdkoos/request/v20190601/NotifyExecutionRequest.py create mode 100644 aliyun-python-sdk-oos/aliyunsdkoos/request/v20190601/StartExecutionRequest.py create mode 100644 aliyun-python-sdk-oos/aliyunsdkoos/request/v20190601/UpdateTemplateRequest.py create mode 100644 aliyun-python-sdk-oos/aliyunsdkoos/request/v20190601/ValidateTemplateContentRequest.py create mode 100644 aliyun-python-sdk-oos/aliyunsdkoos/request/v20190601/__init__.py create mode 100644 aliyun-python-sdk-oos/setup.py diff --git a/aliyun-python-sdk-oos/ChangeLog.txt b/aliyun-python-sdk-oos/ChangeLog.txt new file mode 100644 index 0000000000..6ac6041e83 --- /dev/null +++ b/aliyun-python-sdk-oos/ChangeLog.txt @@ -0,0 +1,3 @@ +2019-06-20 Version: 1.0.0 +- Generated 2019-06-01 for `oos`. + diff --git a/aliyun-python-sdk-oos/MANIFEST.in b/aliyun-python-sdk-oos/MANIFEST.in new file mode 100644 index 0000000000..e69de29bb2 diff --git a/aliyun-python-sdk-oos/README.rst b/aliyun-python-sdk-oos/README.rst new file mode 100644 index 0000000000..2c9ee7ad68 --- /dev/null +++ b/aliyun-python-sdk-oos/README.rst @@ -0,0 +1,11 @@ +aliyun-python-sdk-oos +This is the oos module of Aliyun Python SDK. + +Aliyun Python SDK is the official software development kit. It makes things easy to integrate your Python application, library, or script with Aliyun services. + +This module works on Python versions: + +2.6.5 and greater +Documentation: + +Please visit http://develop.aliyun.com/sdk/python \ No newline at end of file diff --git a/aliyun-python-sdk-oos/aliyunsdkoos/__init__.py b/aliyun-python-sdk-oos/aliyunsdkoos/__init__.py new file mode 100644 index 0000000000..75977e6f41 --- /dev/null +++ b/aliyun-python-sdk-oos/aliyunsdkoos/__init__.py @@ -0,0 +1 @@ +__version__ = '1.0.0' \ No newline at end of file diff --git a/aliyun-python-sdk-oos/aliyunsdkoos/request/__init__.py b/aliyun-python-sdk-oos/aliyunsdkoos/request/__init__.py new file mode 100644 index 0000000000..e69de29bb2 diff --git a/aliyun-python-sdk-oos/aliyunsdkoos/request/v20190601/CancelExecutionRequest.py b/aliyun-python-sdk-oos/aliyunsdkoos/request/v20190601/CancelExecutionRequest.py new file mode 100644 index 0000000000..3381bb12c1 --- /dev/null +++ b/aliyun-python-sdk-oos/aliyunsdkoos/request/v20190601/CancelExecutionRequest.py @@ -0,0 +1,30 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class CancelExecutionRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'oos', '2019-06-01', 'CancelExecution','oos') + + def get_ExecutionId(self): + return self.get_query_params().get('ExecutionId') + + def set_ExecutionId(self,ExecutionId): + self.add_query_param('ExecutionId',ExecutionId) \ No newline at end of file diff --git a/aliyun-python-sdk-oos/aliyunsdkoos/request/v20190601/CreateTemplateRequest.py b/aliyun-python-sdk-oos/aliyunsdkoos/request/v20190601/CreateTemplateRequest.py new file mode 100644 index 0000000000..3e401a1103 --- /dev/null +++ b/aliyun-python-sdk-oos/aliyunsdkoos/request/v20190601/CreateTemplateRequest.py @@ -0,0 +1,36 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class CreateTemplateRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'oos', '2019-06-01', 'CreateTemplate','oos') + + def get_TemplateName(self): + return self.get_query_params().get('TemplateName') + + def set_TemplateName(self,TemplateName): + self.add_query_param('TemplateName',TemplateName) + + def get_Content(self): + return self.get_query_params().get('Content') + + def set_Content(self,Content): + self.add_query_param('Content',Content) \ No newline at end of file diff --git a/aliyun-python-sdk-oos/aliyunsdkoos/request/v20190601/DeleteExecutionsRequest.py b/aliyun-python-sdk-oos/aliyunsdkoos/request/v20190601/DeleteExecutionsRequest.py new file mode 100644 index 0000000000..02d1e6539c --- /dev/null +++ b/aliyun-python-sdk-oos/aliyunsdkoos/request/v20190601/DeleteExecutionsRequest.py @@ -0,0 +1,30 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class DeleteExecutionsRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'oos', '2019-06-01', 'DeleteExecutions','oos') + + def get_ExecutionIds(self): + return self.get_query_params().get('ExecutionIds') + + def set_ExecutionIds(self,ExecutionIds): + self.add_query_param('ExecutionIds',ExecutionIds) \ No newline at end of file diff --git a/aliyun-python-sdk-oos/aliyunsdkoos/request/v20190601/DeleteTemplateRequest.py b/aliyun-python-sdk-oos/aliyunsdkoos/request/v20190601/DeleteTemplateRequest.py new file mode 100644 index 0000000000..8809cd315b --- /dev/null +++ b/aliyun-python-sdk-oos/aliyunsdkoos/request/v20190601/DeleteTemplateRequest.py @@ -0,0 +1,30 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class DeleteTemplateRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'oos', '2019-06-01', 'DeleteTemplate','oos') + + def get_TemplateName(self): + return self.get_query_params().get('TemplateName') + + def set_TemplateName(self,TemplateName): + self.add_query_param('TemplateName',TemplateName) \ No newline at end of file diff --git a/aliyun-python-sdk-oos/aliyunsdkoos/request/v20190601/GenerateExecutionPolicyRequest.py b/aliyun-python-sdk-oos/aliyunsdkoos/request/v20190601/GenerateExecutionPolicyRequest.py new file mode 100644 index 0000000000..1533f7ac78 --- /dev/null +++ b/aliyun-python-sdk-oos/aliyunsdkoos/request/v20190601/GenerateExecutionPolicyRequest.py @@ -0,0 +1,30 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class GenerateExecutionPolicyRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'oos', '2019-06-01', 'GenerateExecutionPolicy','oos') + + def get_TemplateName(self): + return self.get_query_params().get('TemplateName') + + def set_TemplateName(self,TemplateName): + self.add_query_param('TemplateName',TemplateName) \ No newline at end of file diff --git a/aliyun-python-sdk-oos/aliyunsdkoos/request/v20190601/GetExecutionTemplateRequest.py b/aliyun-python-sdk-oos/aliyunsdkoos/request/v20190601/GetExecutionTemplateRequest.py new file mode 100644 index 0000000000..592d836982 --- /dev/null +++ b/aliyun-python-sdk-oos/aliyunsdkoos/request/v20190601/GetExecutionTemplateRequest.py @@ -0,0 +1,30 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class GetExecutionTemplateRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'oos', '2019-06-01', 'GetExecutionTemplate','oos') + + def get_ExecutionId(self): + return self.get_query_params().get('ExecutionId') + + def set_ExecutionId(self,ExecutionId): + self.add_query_param('ExecutionId',ExecutionId) \ No newline at end of file diff --git a/aliyun-python-sdk-oos/aliyunsdkoos/request/v20190601/GetTemplateRequest.py b/aliyun-python-sdk-oos/aliyunsdkoos/request/v20190601/GetTemplateRequest.py new file mode 100644 index 0000000000..38ef38328c --- /dev/null +++ b/aliyun-python-sdk-oos/aliyunsdkoos/request/v20190601/GetTemplateRequest.py @@ -0,0 +1,36 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class GetTemplateRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'oos', '2019-06-01', 'GetTemplate','oos') + + def get_TemplateVersion(self): + return self.get_query_params().get('TemplateVersion') + + def set_TemplateVersion(self,TemplateVersion): + self.add_query_param('TemplateVersion',TemplateVersion) + + def get_TemplateName(self): + return self.get_query_params().get('TemplateName') + + def set_TemplateName(self,TemplateName): + self.add_query_param('TemplateName',TemplateName) \ No newline at end of file diff --git a/aliyun-python-sdk-oos/aliyunsdkoos/request/v20190601/ListActionsRequest.py b/aliyun-python-sdk-oos/aliyunsdkoos/request/v20190601/ListActionsRequest.py new file mode 100644 index 0000000000..3b9e80eba9 --- /dev/null +++ b/aliyun-python-sdk-oos/aliyunsdkoos/request/v20190601/ListActionsRequest.py @@ -0,0 +1,42 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class ListActionsRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'oos', '2019-06-01', 'ListActions','oos') + + def get_NextToken(self): + return self.get_query_params().get('NextToken') + + def set_NextToken(self,NextToken): + self.add_query_param('NextToken',NextToken) + + def get_MaxResults(self): + return self.get_query_params().get('MaxResults') + + def set_MaxResults(self,MaxResults): + self.add_query_param('MaxResults',MaxResults) + + def get_ActionName(self): + return self.get_query_params().get('ActionName') + + def set_ActionName(self,ActionName): + self.add_query_param('ActionName',ActionName) \ No newline at end of file diff --git a/aliyun-python-sdk-oos/aliyunsdkoos/request/v20190601/ListExecutionLogsRequest.py b/aliyun-python-sdk-oos/aliyunsdkoos/request/v20190601/ListExecutionLogsRequest.py new file mode 100644 index 0000000000..04041f613a --- /dev/null +++ b/aliyun-python-sdk-oos/aliyunsdkoos/request/v20190601/ListExecutionLogsRequest.py @@ -0,0 +1,42 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class ListExecutionLogsRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'oos', '2019-06-01', 'ListExecutionLogs','oos') + + def get_ExecutionId(self): + return self.get_query_params().get('ExecutionId') + + def set_ExecutionId(self,ExecutionId): + self.add_query_param('ExecutionId',ExecutionId) + + def get_NextToken(self): + return self.get_query_params().get('NextToken') + + def set_NextToken(self,NextToken): + self.add_query_param('NextToken',NextToken) + + def get_MaxResults(self): + return self.get_query_params().get('MaxResults') + + def set_MaxResults(self,MaxResults): + self.add_query_param('MaxResults',MaxResults) \ No newline at end of file diff --git a/aliyun-python-sdk-oos/aliyunsdkoos/request/v20190601/ListExecutionsRequest.py b/aliyun-python-sdk-oos/aliyunsdkoos/request/v20190601/ListExecutionsRequest.py new file mode 100644 index 0000000000..9a97e903f3 --- /dev/null +++ b/aliyun-python-sdk-oos/aliyunsdkoos/request/v20190601/ListExecutionsRequest.py @@ -0,0 +1,120 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class ListExecutionsRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'oos', '2019-06-01', 'ListExecutions','oos') + + def get_ExecutedBy(self): + return self.get_query_params().get('ExecutedBy') + + def set_ExecutedBy(self,ExecutedBy): + self.add_query_param('ExecutedBy',ExecutedBy) + + def get_IncludeChildExecution(self): + return self.get_query_params().get('IncludeChildExecution') + + def set_IncludeChildExecution(self,IncludeChildExecution): + self.add_query_param('IncludeChildExecution',IncludeChildExecution) + + def get_StartDateAfter(self): + return self.get_query_params().get('StartDateAfter') + + def set_StartDateAfter(self,StartDateAfter): + self.add_query_param('StartDateAfter',StartDateAfter) + + def get_StartDateBefore(self): + return self.get_query_params().get('StartDateBefore') + + def set_StartDateBefore(self,StartDateBefore): + self.add_query_param('StartDateBefore',StartDateBefore) + + def get_Mode(self): + return self.get_query_params().get('Mode') + + def set_Mode(self,Mode): + self.add_query_param('Mode',Mode) + + def get_ExecutionId(self): + return self.get_query_params().get('ExecutionId') + + def set_ExecutionId(self,ExecutionId): + self.add_query_param('ExecutionId',ExecutionId) + + def get_ParentExecutionId(self): + return self.get_query_params().get('ParentExecutionId') + + def set_ParentExecutionId(self,ParentExecutionId): + self.add_query_param('ParentExecutionId',ParentExecutionId) + + def get_RamRole(self): + return self.get_query_params().get('RamRole') + + def set_RamRole(self,RamRole): + self.add_query_param('RamRole',RamRole) + + def get_NextToken(self): + return self.get_query_params().get('NextToken') + + def set_NextToken(self,NextToken): + self.add_query_param('NextToken',NextToken) + + def get_EndDateAfter(self): + return self.get_query_params().get('EndDateAfter') + + def set_EndDateAfter(self,EndDateAfter): + self.add_query_param('EndDateAfter',EndDateAfter) + + def get_MaxResults(self): + return self.get_query_params().get('MaxResults') + + def set_MaxResults(self,MaxResults): + self.add_query_param('MaxResults',MaxResults) + + def get_TemplateName(self): + return self.get_query_params().get('TemplateName') + + def set_TemplateName(self,TemplateName): + self.add_query_param('TemplateName',TemplateName) + + def get_EndDateBefore(self): + return self.get_query_params().get('EndDateBefore') + + def set_EndDateBefore(self,EndDateBefore): + self.add_query_param('EndDateBefore',EndDateBefore) + + def get_SortOrder(self): + return self.get_query_params().get('SortOrder') + + def set_SortOrder(self,SortOrder): + self.add_query_param('SortOrder',SortOrder) + + def get_SortField(self): + return self.get_query_params().get('SortField') + + def set_SortField(self,SortField): + self.add_query_param('SortField',SortField) + + def get_Status(self): + return self.get_query_params().get('Status') + + def set_Status(self,Status): + self.add_query_param('Status',Status) \ No newline at end of file diff --git a/aliyun-python-sdk-oos/aliyunsdkoos/request/v20190601/ListTaskExecutionsRequest.py b/aliyun-python-sdk-oos/aliyunsdkoos/request/v20190601/ListTaskExecutionsRequest.py new file mode 100644 index 0000000000..e9687d19ef --- /dev/null +++ b/aliyun-python-sdk-oos/aliyunsdkoos/request/v20190601/ListTaskExecutionsRequest.py @@ -0,0 +1,114 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class ListTaskExecutionsRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'oos', '2019-06-01', 'ListTaskExecutions','oos') + + def get_StartDateAfter(self): + return self.get_query_params().get('StartDateAfter') + + def set_StartDateAfter(self,StartDateAfter): + self.add_query_param('StartDateAfter',StartDateAfter) + + def get_StartDateBefore(self): + return self.get_query_params().get('StartDateBefore') + + def set_StartDateBefore(self,StartDateBefore): + self.add_query_param('StartDateBefore',StartDateBefore) + + def get_TaskName(self): + return self.get_query_params().get('TaskName') + + def set_TaskName(self,TaskName): + self.add_query_param('TaskName',TaskName) + + def get_IncludeChildTaskExecution(self): + return self.get_query_params().get('IncludeChildTaskExecution') + + def set_IncludeChildTaskExecution(self,IncludeChildTaskExecution): + self.add_query_param('IncludeChildTaskExecution',IncludeChildTaskExecution) + + def get_ExecutionId(self): + return self.get_query_params().get('ExecutionId') + + def set_ExecutionId(self,ExecutionId): + self.add_query_param('ExecutionId',ExecutionId) + + def get_ParentTaskExecutionId(self): + return self.get_query_params().get('ParentTaskExecutionId') + + def set_ParentTaskExecutionId(self,ParentTaskExecutionId): + self.add_query_param('ParentTaskExecutionId',ParentTaskExecutionId) + + def get_NextToken(self): + return self.get_query_params().get('NextToken') + + def set_NextToken(self,NextToken): + self.add_query_param('NextToken',NextToken) + + def get_EndDateAfter(self): + return self.get_query_params().get('EndDateAfter') + + def set_EndDateAfter(self,EndDateAfter): + self.add_query_param('EndDateAfter',EndDateAfter) + + def get_MaxResults(self): + return self.get_query_params().get('MaxResults') + + def set_MaxResults(self,MaxResults): + self.add_query_param('MaxResults',MaxResults) + + def get_EndDateBefore(self): + return self.get_query_params().get('EndDateBefore') + + def set_EndDateBefore(self,EndDateBefore): + self.add_query_param('EndDateBefore',EndDateBefore) + + def get_TaskExecutionId(self): + return self.get_query_params().get('TaskExecutionId') + + def set_TaskExecutionId(self,TaskExecutionId): + self.add_query_param('TaskExecutionId',TaskExecutionId) + + def get_SortOrder(self): + return self.get_query_params().get('SortOrder') + + def set_SortOrder(self,SortOrder): + self.add_query_param('SortOrder',SortOrder) + + def get_SortField(self): + return self.get_query_params().get('SortField') + + def set_SortField(self,SortField): + self.add_query_param('SortField',SortField) + + def get_TaskAction(self): + return self.get_query_params().get('TaskAction') + + def set_TaskAction(self,TaskAction): + self.add_query_param('TaskAction',TaskAction) + + def get_Status(self): + return self.get_query_params().get('Status') + + def set_Status(self,Status): + self.add_query_param('Status',Status) \ No newline at end of file diff --git a/aliyun-python-sdk-oos/aliyunsdkoos/request/v20190601/ListTemplatesRequest.py b/aliyun-python-sdk-oos/aliyunsdkoos/request/v20190601/ListTemplatesRequest.py new file mode 100644 index 0000000000..2c41e51a92 --- /dev/null +++ b/aliyun-python-sdk-oos/aliyunsdkoos/request/v20190601/ListTemplatesRequest.py @@ -0,0 +1,84 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class ListTemplatesRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'oos', '2019-06-01', 'ListTemplates','oos') + + def get_CreatedDateBefore(self): + return self.get_query_params().get('CreatedDateBefore') + + def set_CreatedDateBefore(self,CreatedDateBefore): + self.add_query_param('CreatedDateBefore',CreatedDateBefore) + + def get_CreatedBy(self): + return self.get_query_params().get('CreatedBy') + + def set_CreatedBy(self,CreatedBy): + self.add_query_param('CreatedBy',CreatedBy) + + def get_NextToken(self): + return self.get_query_params().get('NextToken') + + def set_NextToken(self,NextToken): + self.add_query_param('NextToken',NextToken) + + def get_CreatedDateAfter(self): + return self.get_query_params().get('CreatedDateAfter') + + def set_CreatedDateAfter(self,CreatedDateAfter): + self.add_query_param('CreatedDateAfter',CreatedDateAfter) + + def get_MaxResults(self): + return self.get_query_params().get('MaxResults') + + def set_MaxResults(self,MaxResults): + self.add_query_param('MaxResults',MaxResults) + + def get_TemplateName(self): + return self.get_query_params().get('TemplateName') + + def set_TemplateName(self,TemplateName): + self.add_query_param('TemplateName',TemplateName) + + def get_SortOrder(self): + return self.get_query_params().get('SortOrder') + + def set_SortOrder(self,SortOrder): + self.add_query_param('SortOrder',SortOrder) + + def get_TemplateFormat(self): + return self.get_query_params().get('TemplateFormat') + + def set_TemplateFormat(self,TemplateFormat): + self.add_query_param('TemplateFormat',TemplateFormat) + + def get_ShareType(self): + return self.get_query_params().get('ShareType') + + def set_ShareType(self,ShareType): + self.add_query_param('ShareType',ShareType) + + def get_SortField(self): + return self.get_query_params().get('SortField') + + def set_SortField(self,SortField): + self.add_query_param('SortField',SortField) \ No newline at end of file diff --git a/aliyun-python-sdk-oos/aliyunsdkoos/request/v20190601/NotifyExecutionRequest.py b/aliyun-python-sdk-oos/aliyunsdkoos/request/v20190601/NotifyExecutionRequest.py new file mode 100644 index 0000000000..fba8b4eb0b --- /dev/null +++ b/aliyun-python-sdk-oos/aliyunsdkoos/request/v20190601/NotifyExecutionRequest.py @@ -0,0 +1,60 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class NotifyExecutionRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'oos', '2019-06-01', 'NotifyExecution','oos') + + def get_ExecutionId(self): + return self.get_query_params().get('ExecutionId') + + def set_ExecutionId(self,ExecutionId): + self.add_query_param('ExecutionId',ExecutionId) + + def get_ExecutionStatus(self): + return self.get_query_params().get('ExecutionStatus') + + def set_ExecutionStatus(self,ExecutionStatus): + self.add_query_param('ExecutionStatus',ExecutionStatus) + + def get_NotifyNote(self): + return self.get_query_params().get('NotifyNote') + + def set_NotifyNote(self,NotifyNote): + self.add_query_param('NotifyNote',NotifyNote) + + def get_TaskName(self): + return self.get_query_params().get('TaskName') + + def set_TaskName(self,TaskName): + self.add_query_param('TaskName',TaskName) + + def get_NotifyType(self): + return self.get_query_params().get('NotifyType') + + def set_NotifyType(self,NotifyType): + self.add_query_param('NotifyType',NotifyType) + + def get_Parameters(self): + return self.get_query_params().get('Parameters') + + def set_Parameters(self,Parameters): + self.add_query_param('Parameters',Parameters) \ No newline at end of file diff --git a/aliyun-python-sdk-oos/aliyunsdkoos/request/v20190601/StartExecutionRequest.py b/aliyun-python-sdk-oos/aliyunsdkoos/request/v20190601/StartExecutionRequest.py new file mode 100644 index 0000000000..859f88c651 --- /dev/null +++ b/aliyun-python-sdk-oos/aliyunsdkoos/request/v20190601/StartExecutionRequest.py @@ -0,0 +1,60 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class StartExecutionRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'oos', '2019-06-01', 'StartExecution','oos') + + def get_Mode(self): + return self.get_query_params().get('Mode') + + def set_Mode(self,Mode): + self.add_query_param('Mode',Mode) + + def get_TemplateVersion(self): + return self.get_query_params().get('TemplateVersion') + + def set_TemplateVersion(self,TemplateVersion): + self.add_query_param('TemplateVersion',TemplateVersion) + + def get_ParentExecutionId(self): + return self.get_query_params().get('ParentExecutionId') + + def set_ParentExecutionId(self,ParentExecutionId): + self.add_query_param('ParentExecutionId',ParentExecutionId) + + def get_TemplateName(self): + return self.get_query_params().get('TemplateName') + + def set_TemplateName(self,TemplateName): + self.add_query_param('TemplateName',TemplateName) + + def get_SafetyCheck(self): + return self.get_query_params().get('SafetyCheck') + + def set_SafetyCheck(self,SafetyCheck): + self.add_query_param('SafetyCheck',SafetyCheck) + + def get_Parameters(self): + return self.get_query_params().get('Parameters') + + def set_Parameters(self,Parameters): + self.add_query_param('Parameters',Parameters) \ No newline at end of file diff --git a/aliyun-python-sdk-oos/aliyunsdkoos/request/v20190601/UpdateTemplateRequest.py b/aliyun-python-sdk-oos/aliyunsdkoos/request/v20190601/UpdateTemplateRequest.py new file mode 100644 index 0000000000..ba615802cf --- /dev/null +++ b/aliyun-python-sdk-oos/aliyunsdkoos/request/v20190601/UpdateTemplateRequest.py @@ -0,0 +1,36 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class UpdateTemplateRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'oos', '2019-06-01', 'UpdateTemplate','oos') + + def get_TemplateName(self): + return self.get_query_params().get('TemplateName') + + def set_TemplateName(self,TemplateName): + self.add_query_param('TemplateName',TemplateName) + + def get_Content(self): + return self.get_query_params().get('Content') + + def set_Content(self,Content): + self.add_query_param('Content',Content) \ No newline at end of file diff --git a/aliyun-python-sdk-oos/aliyunsdkoos/request/v20190601/ValidateTemplateContentRequest.py b/aliyun-python-sdk-oos/aliyunsdkoos/request/v20190601/ValidateTemplateContentRequest.py new file mode 100644 index 0000000000..91a0f26827 --- /dev/null +++ b/aliyun-python-sdk-oos/aliyunsdkoos/request/v20190601/ValidateTemplateContentRequest.py @@ -0,0 +1,30 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +class ValidateTemplateContentRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'oos', '2019-06-01', 'ValidateTemplateContent','oos') + + def get_Content(self): + return self.get_query_params().get('Content') + + def set_Content(self,Content): + self.add_query_param('Content',Content) \ No newline at end of file diff --git a/aliyun-python-sdk-oos/aliyunsdkoos/request/v20190601/__init__.py b/aliyun-python-sdk-oos/aliyunsdkoos/request/v20190601/__init__.py new file mode 100644 index 0000000000..e69de29bb2 diff --git a/aliyun-python-sdk-oos/setup.py b/aliyun-python-sdk-oos/setup.py new file mode 100644 index 0000000000..e6fcba7418 --- /dev/null +++ b/aliyun-python-sdk-oos/setup.py @@ -0,0 +1,78 @@ +#!/usr/bin/python +''' + Licensed to the Apache Software Foundation (ASF) under one + or more contributor license agreements. See the NOTICE file + distributed with this work for additional information + regarding copyright ownership. The ASF licenses this file + to you 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. +''' + +from setuptools import setup, find_packages +import os +import sys + +""" +setup module for oos. + +Created on 7/3/2015 + +@author: alex +""" + +PACKAGE = "aliyunsdkoos" +NAME = "aliyun-python-sdk-oos" +DESCRIPTION = "The oos module of Aliyun Python sdk." +AUTHOR = "Aliyun" +AUTHOR_EMAIL = "aliyun-developers-efficiency@list.alibaba-inc.com" +URL = "http://develop.aliyun.com/sdk/python" + +TOPDIR = os.path.dirname(__file__) or "." +VERSION = __import__(PACKAGE).__version__ + +desc_file = open("README.rst") +try: + LONG_DESCRIPTION = desc_file.read() +finally: + desc_file.close() + +setup( + name=NAME, + version=VERSION, + description=DESCRIPTION, + long_description=LONG_DESCRIPTION, + author=AUTHOR, + author_email=AUTHOR_EMAIL, + license="Apache", + url=URL, + keywords=["aliyun","sdk","oos"], + packages=find_packages(exclude=["tests*"]), + include_package_data=True, + platforms="any", + install_requires=["aliyun-python-sdk-core>=2.11.5",], + classifiers=( + "Development Status :: 4 - Beta", + "Intended Audience :: Developers", + "License :: OSI Approved :: Apache Software License", + "Programming Language :: Python", + "Programming Language :: Python :: 2.6", + "Programming Language :: Python :: 2.7", + "Programming Language :: Python :: 3", + "Programming Language :: Python :: 3.3", + "Programming Language :: Python :: 3.4", + "Programming Language :: Python :: 3.5", + "Programming Language :: Python :: 3.6", + "Topic :: Software Development", + ) + +) \ No newline at end of file From 41b571b7c24b803c45c3bcb98b61a9fb31d6728e Mon Sep 17 00:00:00 2001 From: sdk-team Date: Mon, 15 Jul 2019 11:34:45 +0800 Subject: [PATCH 120/282] Debugger. --- aliyun-python-sdk-acs/ChangeLog.txt | 3 +++ aliyun-python-sdk-acs/README.rst | 10 +++++++--- aliyun-python-sdk-acs/aliyunsdkacs/__init__.py | 2 +- .../request/v20150101/DeleteApiInDailyRequest.py | 4 ++-- .../request/v20150101/DeleteApiOnlineRequest.py | 4 ++-- .../request/v20150101/ModifyApiNameInDailyRequest.py | 4 ++-- .../request/v20150101/ModifyApiNameRequest.py | 4 ++-- .../request/v20150101/PurchaseApiRequest.py | 4 ++-- .../request/v20150101/PutFlowControlRequest.py | 4 ++-- .../request/v20150101/ResumePurchasedApiRequest.py | 4 ++-- .../request/v20150101/StopPurchasedApiRequest.py | 4 ++-- 11 files changed, 27 insertions(+), 20 deletions(-) diff --git a/aliyun-python-sdk-acs/ChangeLog.txt b/aliyun-python-sdk-acs/ChangeLog.txt index 7643e26707..b575250d8f 100644 --- a/aliyun-python-sdk-acs/ChangeLog.txt +++ b/aliyun-python-sdk-acs/ChangeLog.txt @@ -1,3 +1,6 @@ +2019-07-15 Version: 1.1.1 +- Debugger. + 2019-06-14 Version: ddd ddddddd diff --git a/aliyun-python-sdk-acs/README.rst b/aliyun-python-sdk-acs/README.rst index 72285eb4ec..75c63089fe 100644 --- a/aliyun-python-sdk-acs/README.rst +++ b/aliyun-python-sdk-acs/README.rst @@ -1,11 +1,15 @@ +============================================================= aliyun-python-sdk-acs -This is the acs module of Aliyun Python SDK. +============================================================= + +.. This is the acs module of Aliyun Python SDK. Aliyun Python SDK is the official software development kit. It makes things easy to integrate your Python application, library, or script with Aliyun services. This module works on Python versions: 2.6.5 and greater -Documentation: -Please visit http://develop.aliyun.com/sdk/python \ No newline at end of file +**Documentation:** + +Please visit `http://develop.aliyun.com/sdk/python `_ diff --git a/aliyun-python-sdk-acs/aliyunsdkacs/__init__.py b/aliyun-python-sdk-acs/aliyunsdkacs/__init__.py index 28ed350291..e9e169e2d0 100644 --- a/aliyun-python-sdk-acs/aliyunsdkacs/__init__.py +++ b/aliyun-python-sdk-acs/aliyunsdkacs/__init__.py @@ -1 +1 @@ -__version__ = 'ddd' \ No newline at end of file +__version__ = '1.1.1' \ No newline at end of file diff --git a/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/DeleteApiInDailyRequest.py b/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/DeleteApiInDailyRequest.py index acaf09b74d..7b21bd3057 100644 --- a/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/DeleteApiInDailyRequest.py +++ b/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/DeleteApiInDailyRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -21,7 +21,7 @@ class DeleteApiInDailyRequest(RoaRequest): def __init__(self): - RoaRequest.__init__(self, 'Acs', '2015-01-01', 'DeleteApiInDaily','dsafsd') + RoaRequest.__init__(self, 'Acs', '2015-01-01', 'DeleteApiInDaily','12334') self.set_uri_pattern('/deleteApiInDaily') self.set_method('POST|GET') diff --git a/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/DeleteApiOnlineRequest.py b/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/DeleteApiOnlineRequest.py index ad775bbb5e..990b4d79c9 100644 --- a/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/DeleteApiOnlineRequest.py +++ b/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/DeleteApiOnlineRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -21,7 +21,7 @@ class DeleteApiOnlineRequest(RoaRequest): def __init__(self): - RoaRequest.__init__(self, 'Acs', '2015-01-01', 'DeleteApiOnline','dsafsd') + RoaRequest.__init__(self, 'Acs', '2015-01-01', 'DeleteApiOnline','12334') self.set_uri_pattern('/deleteApiOnline') self.set_method('POST|GET') diff --git a/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/ModifyApiNameInDailyRequest.py b/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/ModifyApiNameInDailyRequest.py index 655be74ea2..08d203703e 100644 --- a/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/ModifyApiNameInDailyRequest.py +++ b/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/ModifyApiNameInDailyRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -21,7 +21,7 @@ class ModifyApiNameInDailyRequest(RoaRequest): def __init__(self): - RoaRequest.__init__(self, 'Acs', '2015-01-01', 'ModifyApiNameInDaily','dsafsd') + RoaRequest.__init__(self, 'Acs', '2015-01-01', 'ModifyApiNameInDaily','12334') self.set_uri_pattern('/modifyApiNameInDaily') self.set_method('POST|GET') diff --git a/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/ModifyApiNameRequest.py b/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/ModifyApiNameRequest.py index a35c83d449..dbac2b78eb 100644 --- a/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/ModifyApiNameRequest.py +++ b/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/ModifyApiNameRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -21,7 +21,7 @@ class ModifyApiNameRequest(RoaRequest): def __init__(self): - RoaRequest.__init__(self, 'Acs', '2015-01-01', 'ModifyApiName','dsafsd') + RoaRequest.__init__(self, 'Acs', '2015-01-01', 'ModifyApiName','12334') self.set_uri_pattern('/modifyApiName') self.set_method('POST|GET') diff --git a/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/PurchaseApiRequest.py b/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/PurchaseApiRequest.py index 0e8b10989e..592b263082 100644 --- a/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/PurchaseApiRequest.py +++ b/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/PurchaseApiRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -21,7 +21,7 @@ class PurchaseApiRequest(RoaRequest): def __init__(self): - RoaRequest.__init__(self, 'Acs', '2015-01-01', 'PurchaseApi','dsafsd') + RoaRequest.__init__(self, 'Acs', '2015-01-01', 'PurchaseApi','12334') self.set_uri_pattern('/Api/PurchaseApi') self.set_method('POST|GET') diff --git a/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/PutFlowControlRequest.py b/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/PutFlowControlRequest.py index 7d0a26cb7a..a0340c17b0 100644 --- a/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/PutFlowControlRequest.py +++ b/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/PutFlowControlRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -21,7 +21,7 @@ class PutFlowControlRequest(RoaRequest): def __init__(self): - RoaRequest.__init__(self, 'Acs', '2015-01-01', 'PutFlowControl','dsafsd') + RoaRequest.__init__(self, 'Acs', '2015-01-01', 'PutFlowControl','12334') self.set_uri_pattern('/FlowControl/[ProductName]/[VersionName]/[ApiName]') self.set_method('PUT') diff --git a/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/ResumePurchasedApiRequest.py b/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/ResumePurchasedApiRequest.py index 4319d63cb9..5a12e2f143 100644 --- a/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/ResumePurchasedApiRequest.py +++ b/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/ResumePurchasedApiRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -21,7 +21,7 @@ class ResumePurchasedApiRequest(RoaRequest): def __init__(self): - RoaRequest.__init__(self, 'Acs', '2015-01-01', 'ResumePurchasedApi','dsafsd') + RoaRequest.__init__(self, 'Acs', '2015-01-01', 'ResumePurchasedApi','12334') self.set_uri_pattern('/Api/ResumePurchasedApi') self.set_method('POST|GET') diff --git a/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/StopPurchasedApiRequest.py b/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/StopPurchasedApiRequest.py index 4f16f06743..1607c0e863 100644 --- a/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/StopPurchasedApiRequest.py +++ b/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/StopPurchasedApiRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -21,7 +21,7 @@ class StopPurchasedApiRequest(RoaRequest): def __init__(self): - RoaRequest.__init__(self, 'Acs', '2015-01-01', 'StopPurchasedApi','dsafsd') + RoaRequest.__init__(self, 'Acs', '2015-01-01', 'StopPurchasedApi','12334') self.set_uri_pattern('/Api/StopPurchasedApi') self.set_method('POST|GET') From 89437487464a107c77ac7c3b636e890e6f9767bb Mon Sep 17 00:00:00 2001 From: sdk-team Date: Mon, 15 Jul 2019 11:51:31 +0800 Subject: [PATCH 121/282] Debugger. --- aliyun-python-sdk-acs/ChangeLog.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/aliyun-python-sdk-acs/ChangeLog.txt b/aliyun-python-sdk-acs/ChangeLog.txt index b575250d8f..24141fc3a2 100644 --- a/aliyun-python-sdk-acs/ChangeLog.txt +++ b/aliyun-python-sdk-acs/ChangeLog.txt @@ -1,6 +1,9 @@ 2019-07-15 Version: 1.1.1 - Debugger. +2019-07-15 Version: 1.1.1 +- Debugger. + 2019-06-14 Version: ddd ddddddd From 7557edb71e4ebd5cf9a6468c2994a1626b64ec84 Mon Sep 17 00:00:00 2001 From: sdk-team Date: Mon, 15 Jul 2019 11:54:50 +0800 Subject: [PATCH 122/282] Debugger. --- aliyun-python-sdk-acs/ChangeLog.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/aliyun-python-sdk-acs/ChangeLog.txt b/aliyun-python-sdk-acs/ChangeLog.txt index 24141fc3a2..173778ebff 100644 --- a/aliyun-python-sdk-acs/ChangeLog.txt +++ b/aliyun-python-sdk-acs/ChangeLog.txt @@ -4,6 +4,9 @@ 2019-07-15 Version: 1.1.1 - Debugger. +2019-07-15 Version: 1.1.1 +- Debugger. + 2019-06-14 Version: ddd ddddddd From 31ea2deb687ed6bb0c7bb05ee7020e55fca35b7d Mon Sep 17 00:00:00 2001 From: sdk-team Date: Mon, 15 Jul 2019 11:56:29 +0800 Subject: [PATCH 123/282] Debugger. --- aliyun-python-sdk-acs/ChangeLog.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/aliyun-python-sdk-acs/ChangeLog.txt b/aliyun-python-sdk-acs/ChangeLog.txt index 173778ebff..58e05ee1a0 100644 --- a/aliyun-python-sdk-acs/ChangeLog.txt +++ b/aliyun-python-sdk-acs/ChangeLog.txt @@ -7,6 +7,9 @@ 2019-07-15 Version: 1.1.1 - Debugger. +2019-07-15 Version: 1.1.1 +- Debugger. + 2019-06-14 Version: ddd ddddddd From 762b7a900d5fbb07a671a0892a6f7f41c0365d8d Mon Sep 17 00:00:00 2001 From: sdk-team Date: Mon, 15 Jul 2019 12:03:07 +0800 Subject: [PATCH 124/282] Debugger. --- aliyun-python-sdk-acs/ChangeLog.txt | 3 +++ aliyun-python-sdk-acs/aliyunsdkacs/__init__.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/aliyun-python-sdk-acs/ChangeLog.txt b/aliyun-python-sdk-acs/ChangeLog.txt index 58e05ee1a0..0968247f4a 100644 --- a/aliyun-python-sdk-acs/ChangeLog.txt +++ b/aliyun-python-sdk-acs/ChangeLog.txt @@ -1,3 +1,6 @@ +2019-07-15 Version: 1.1.2 +- Debugger. + 2019-07-15 Version: 1.1.1 - Debugger. diff --git a/aliyun-python-sdk-acs/aliyunsdkacs/__init__.py b/aliyun-python-sdk-acs/aliyunsdkacs/__init__.py index e9e169e2d0..735d20d9e5 100644 --- a/aliyun-python-sdk-acs/aliyunsdkacs/__init__.py +++ b/aliyun-python-sdk-acs/aliyunsdkacs/__init__.py @@ -1 +1 @@ -__version__ = '1.1.1' \ No newline at end of file +__version__ = '1.1.2' \ No newline at end of file From c4540108f7ab6a7ba262a3b1643b554ac0d74d55 Mon Sep 17 00:00:00 2001 From: sdk-team Date: Mon, 15 Jul 2019 13:01:34 +0800 Subject: [PATCH 125/282] Debugger. --- aliyun-python-sdk-acs/ChangeLog.txt | 3 +++ aliyun-python-sdk-acs/aliyunsdkacs/__init__.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/aliyun-python-sdk-acs/ChangeLog.txt b/aliyun-python-sdk-acs/ChangeLog.txt index 0968247f4a..d7fff3cc92 100644 --- a/aliyun-python-sdk-acs/ChangeLog.txt +++ b/aliyun-python-sdk-acs/ChangeLog.txt @@ -1,3 +1,6 @@ +2019-07-15 Version: 1.1.3 +- Debugger. + 2019-07-15 Version: 1.1.2 - Debugger. diff --git a/aliyun-python-sdk-acs/aliyunsdkacs/__init__.py b/aliyun-python-sdk-acs/aliyunsdkacs/__init__.py index 735d20d9e5..3509bd885f 100644 --- a/aliyun-python-sdk-acs/aliyunsdkacs/__init__.py +++ b/aliyun-python-sdk-acs/aliyunsdkacs/__init__.py @@ -1 +1 @@ -__version__ = '1.1.2' \ No newline at end of file +__version__ = '1.1.3' \ No newline at end of file From cf4b35f762b927ee37546aa5915aa01dc214ef91 Mon Sep 17 00:00:00 2001 From: sdk-team Date: Mon, 15 Jul 2019 15:58:03 +0800 Subject: [PATCH 126/282] Debugger. --- aliyun-python-sdk-acs/ChangeLog.txt | 3 +++ aliyun-python-sdk-acs/aliyunsdkacs/__init__.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/aliyun-python-sdk-acs/ChangeLog.txt b/aliyun-python-sdk-acs/ChangeLog.txt index d7fff3cc92..a34f8be122 100644 --- a/aliyun-python-sdk-acs/ChangeLog.txt +++ b/aliyun-python-sdk-acs/ChangeLog.txt @@ -1,3 +1,6 @@ +2019-07-15 Version: 1.1.4 +- Debugger. + 2019-07-15 Version: 1.1.3 - Debugger. diff --git a/aliyun-python-sdk-acs/aliyunsdkacs/__init__.py b/aliyun-python-sdk-acs/aliyunsdkacs/__init__.py index 3509bd885f..64778fc223 100644 --- a/aliyun-python-sdk-acs/aliyunsdkacs/__init__.py +++ b/aliyun-python-sdk-acs/aliyunsdkacs/__init__.py @@ -1 +1 @@ -__version__ = '1.1.3' \ No newline at end of file +__version__ = '1.1.4' \ No newline at end of file From 9a344f2b26026eb841f3655a8e92d8530c8e5739 Mon Sep 17 00:00:00 2001 From: sdk-team Date: Thu, 18 Jul 2019 11:15:09 +0800 Subject: [PATCH 127/282] Generated 2014-02-14 for Ram. --- aliyun-python-sdk-ram/ChangeLog.txt | 3 ++ .../aliyunsdkram/__init__.py | 2 +- .../aliyunsdkram/endpoint.py | 33 +++++++++++++++++++ 3 files changed, 37 insertions(+), 1 deletion(-) create mode 100644 aliyun-python-sdk-ram/aliyunsdkram/endpoint.py diff --git a/aliyun-python-sdk-ram/ChangeLog.txt b/aliyun-python-sdk-ram/ChangeLog.txt index 6b8a82955b..8e18c761ee 100644 --- a/aliyun-python-sdk-ram/ChangeLog.txt +++ b/aliyun-python-sdk-ram/ChangeLog.txt @@ -1,3 +1,6 @@ +2019-07-18 Version: 3.0.0 +- Generated 2014-02-14 for `Ram`. + 2019-03-14 Version: 3.0.1 1, Update Dependency diff --git a/aliyun-python-sdk-ram/aliyunsdkram/__init__.py b/aliyun-python-sdk-ram/aliyunsdkram/__init__.py index 5152aea77b..e931652ef4 100644 --- a/aliyun-python-sdk-ram/aliyunsdkram/__init__.py +++ b/aliyun-python-sdk-ram/aliyunsdkram/__init__.py @@ -1 +1 @@ -__version__ = "3.0.1" \ No newline at end of file +__version__ = '3.0.0' \ No newline at end of file diff --git a/aliyun-python-sdk-ram/aliyunsdkram/endpoint.py b/aliyun-python-sdk-ram/aliyunsdkram/endpoint.py new file mode 100644 index 0000000000..b24446fb52 --- /dev/null +++ b/aliyun-python-sdk-ram/aliyunsdkram/endpoint.py @@ -0,0 +1,33 @@ +# # Licensed to the Apache Software Foundation (ASF) under one +# # or more contributor license agreements. See the NOTICE file +# # distributed with this work for additional information +# # regarding copyright ownership. The ASF licenses this file +# # to you 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. + + +class EndpointData(): + def __init__(self): + self.endpoint_map = {} + self.endpoint_regional = "central" + + def getEndpointMap(self): + return self.endpoint_map + + def getEndpointRegional(self): + return self.endpoint_regional + + +endpoint_data = EndpointData() From 1b8f5faa4ceb719b1db19bfa170a67f65f025e2e Mon Sep 17 00:00:00 2001 From: sdk-team Date: Thu, 18 Jul 2019 11:27:31 +0800 Subject: [PATCH 128/282] Debugger. --- aliyun-python-sdk-acs/ChangeLog.txt | 3 +++ aliyun-python-sdk-acs/aliyunsdkacs/__init__.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/aliyun-python-sdk-acs/ChangeLog.txt b/aliyun-python-sdk-acs/ChangeLog.txt index a34f8be122..36fca562f7 100644 --- a/aliyun-python-sdk-acs/ChangeLog.txt +++ b/aliyun-python-sdk-acs/ChangeLog.txt @@ -1,3 +1,6 @@ +2019-07-18 Version: 1.1.5 +- Debugger. + 2019-07-15 Version: 1.1.4 - Debugger. diff --git a/aliyun-python-sdk-acs/aliyunsdkacs/__init__.py b/aliyun-python-sdk-acs/aliyunsdkacs/__init__.py index 64778fc223..2c0382f05f 100644 --- a/aliyun-python-sdk-acs/aliyunsdkacs/__init__.py +++ b/aliyun-python-sdk-acs/aliyunsdkacs/__init__.py @@ -1 +1 @@ -__version__ = '1.1.4' \ No newline at end of file +__version__ = '1.1.5' \ No newline at end of file From 3a3e719b44f86ffb07a71617b2d5f5f01f9e15cf Mon Sep 17 00:00:00 2001 From: sdk-team Date: Thu, 18 Jul 2019 11:30:05 +0800 Subject: [PATCH 129/282] Generated 2018-03-02 for Ram. --- aliyun-python-sdk-ram/ChangeLog.txt | 3 +++ aliyun-python-sdk-ram/aliyunsdkram/__init__.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/aliyun-python-sdk-ram/ChangeLog.txt b/aliyun-python-sdk-ram/ChangeLog.txt index 8e18c761ee..06c540a339 100644 --- a/aliyun-python-sdk-ram/ChangeLog.txt +++ b/aliyun-python-sdk-ram/ChangeLog.txt @@ -1,3 +1,6 @@ +2019-07-18 Version: 1.2.2 +- Generated 2018-03-02 for `Ram`. + 2019-07-18 Version: 3.0.0 - Generated 2014-02-14 for `Ram`. diff --git a/aliyun-python-sdk-ram/aliyunsdkram/__init__.py b/aliyun-python-sdk-ram/aliyunsdkram/__init__.py index e931652ef4..079d34f096 100644 --- a/aliyun-python-sdk-ram/aliyunsdkram/__init__.py +++ b/aliyun-python-sdk-ram/aliyunsdkram/__init__.py @@ -1 +1 @@ -__version__ = '3.0.0' \ No newline at end of file +__version__ = '1.2.2' \ No newline at end of file From 56eb55851eef6114c0da5fc97c91bd9a75550314 Mon Sep 17 00:00:00 2001 From: sdk-team Date: Mon, 19 Aug 2019 16:11:59 +0800 Subject: [PATCH 130/282] Generated 2019-01-23 for Drds. --- aliyun-python-sdk-drds/ChangeLog.txt | 4 +- aliyun-python-sdk-drds/README.rst | 10 ++- .../aliyunsdkdrds/__init__.py | 2 +- .../v20171016/CreateDrdsInstanceRequest.py | 84 ------------------ ...cribeDrdsInstanceNetInfoForInnerRequest.py | 30 ------- .../v20171016/DescribeShardDBsRequest.py | 36 -------- .../ModifyDrdsInstanceDescriptionRequest.py | 36 -------- .../v20171016/ModifyDrdsIpWhiteListRequest.py | 60 ------------- .../QueryInstanceInfoByConnRequest.py | 42 --------- .../v20190123/CreateDrdsDBPreviewRequest.py | 87 +++++++++++++++++++ .../request/v20190123/CreateDrdsDBRequest.py | 80 +++++++++++++++++ .../CreateShardTaskRequest.py} | 27 ++++-- .../DeleteShardTasksRequest.py} | 32 +++---- .../DescribeConsoleConfigRequest.py} | 15 ++-- .../DescribeDbInstanceDbsRequest.py} | 35 ++++---- .../DescribeDbInstancesRequest.py} | 35 +++++--- .../DescribeDrdsDBRequest.py | 5 +- .../DescribeDrdsDBsRequest.py | 5 +- .../DescribeDrdsInstanceDbMonitorRequest.py} | 33 ++++--- .../DescribeDrdsInstanceMonitorRequest.py} | 35 +++++--- .../DescribeDrdsInstanceRequest.py | 5 +- .../DescribeDrdsInstanceVersionRequest.py} | 7 +- .../DescribeDrdsInstancesRequest.py | 5 +- .../DescribeDrdsRegionsRequest.py} | 7 +- .../DescribeGlobalBroadcastTypeRequest.py} | 7 +- .../DescribePreCheckResultRequest.py} | 21 ++--- .../DescribeRDSPerformanceRequest.py | 61 +++++++++++++ ...escribeRdsSuperAccountInstancesRequest.py} | 25 +++--- .../DescribeShardTaskInfoRequest.py} | 27 +++--- .../v20190123/DescribeShardTaskListRequest.py | 61 +++++++++++++ .../EnableInstanceIpv6AddressRequest.py} | 15 ++-- .../v20190123/RearrangeDbToInstanceRequest.py | 63 ++++++++++++++ .../SetupBroadcastTablesRequest.py} | 25 +++--- .../v20190123/SetupDrdsParamsRequest.py | 54 ++++++++++++ .../SwitchGlobalBroadcastTypeRequest.py} | 7 +- .../v20190123/UpdateInstanceNetworkRequest.py | 49 +++++++++++ .../UpgradeDrdsInstanceRequest.py} | 23 ++--- .../{v20171016 => v20190123}/__init__.py | 0 aliyun-python-sdk-drds/setup.py | 9 +- 39 files changed, 694 insertions(+), 470 deletions(-) delete mode 100644 aliyun-python-sdk-drds/aliyunsdkdrds/request/v20171016/CreateDrdsInstanceRequest.py delete mode 100644 aliyun-python-sdk-drds/aliyunsdkdrds/request/v20171016/DescribeDrdsInstanceNetInfoForInnerRequest.py delete mode 100644 aliyun-python-sdk-drds/aliyunsdkdrds/request/v20171016/DescribeShardDBsRequest.py delete mode 100644 aliyun-python-sdk-drds/aliyunsdkdrds/request/v20171016/ModifyDrdsInstanceDescriptionRequest.py delete mode 100644 aliyun-python-sdk-drds/aliyunsdkdrds/request/v20171016/ModifyDrdsIpWhiteListRequest.py delete mode 100644 aliyun-python-sdk-drds/aliyunsdkdrds/request/v20171016/QueryInstanceInfoByConnRequest.py create mode 100644 aliyun-python-sdk-drds/aliyunsdkdrds/request/v20190123/CreateDrdsDBPreviewRequest.py create mode 100644 aliyun-python-sdk-drds/aliyunsdkdrds/request/v20190123/CreateDrdsDBRequest.py rename aliyun-python-sdk-drds/aliyunsdkdrds/request/{v20171016/CreateReadOnlyAccountRequest.py => v20190123/CreateShardTaskRequest.py} (63%) rename aliyun-python-sdk-drds/aliyunsdkdrds/request/{v20171016/CreateDrdsDBRequest.py => v20190123/DeleteShardTasksRequest.py} (65%) rename aliyun-python-sdk-drds/aliyunsdkdrds/request/{v20171016/DescribeCreateDrdsInstanceStatusRequest.py => v20190123/DescribeConsoleConfigRequest.py} (71%) rename aliyun-python-sdk-drds/aliyunsdkdrds/request/{v20171016/ModifyReadOnlyAccountPasswordRequest.py => v20190123/DescribeDbInstanceDbsRequest.py} (65%) rename aliyun-python-sdk-drds/aliyunsdkdrds/request/{v20171016/DescribeDrdsDBIpWhiteListRequest.py => v20190123/DescribeDbInstancesRequest.py} (57%) rename aliyun-python-sdk-drds/aliyunsdkdrds/request/{v20171016 => v20190123}/DescribeDrdsDBRequest.py (93%) rename aliyun-python-sdk-drds/aliyunsdkdrds/request/{v20171016 => v20190123}/DescribeDrdsDBsRequest.py (92%) rename aliyun-python-sdk-drds/aliyunsdkdrds/request/{v20171016/CreateDrdsAccountRequest.py => v20190123/DescribeDrdsInstanceDbMonitorRequest.py} (66%) rename aliyun-python-sdk-drds/aliyunsdkdrds/request/{v20171016/DescribeShardDbConnectionInfoRequest.py => v20190123/DescribeDrdsInstanceMonitorRequest.py} (57%) rename aliyun-python-sdk-drds/aliyunsdkdrds/request/{v20171016 => v20190123}/DescribeDrdsInstanceRequest.py (92%) rename aliyun-python-sdk-drds/aliyunsdkdrds/request/{v20171016/RemoveDrdsInstanceRequest.py => v20190123/DescribeDrdsInstanceVersionRequest.py} (87%) rename aliyun-python-sdk-drds/aliyunsdkdrds/request/{v20171016 => v20190123}/DescribeDrdsInstancesRequest.py (92%) rename aliyun-python-sdk-drds/aliyunsdkdrds/request/{v20171016/DescribeRegionsRequest.py => v20190123/DescribeDrdsRegionsRequest.py} (87%) rename aliyun-python-sdk-drds/aliyunsdkdrds/request/{v20171016/DeleteFailedDrdsDBRequest.py => v20190123/DescribeGlobalBroadcastTypeRequest.py} (88%) rename aliyun-python-sdk-drds/aliyunsdkdrds/request/{v20171016/DescribeReadOnlyAccountRequest.py => v20190123/DescribePreCheckResultRequest.py} (74%) create mode 100644 aliyun-python-sdk-drds/aliyunsdkdrds/request/v20190123/DescribeRDSPerformanceRequest.py rename aliyun-python-sdk-drds/aliyunsdkdrds/request/{v20171016/RemoveReadOnlyAccountRequest.py => v20190123/DescribeRdsSuperAccountInstancesRequest.py} (63%) rename aliyun-python-sdk-drds/aliyunsdkdrds/request/{v20171016/ModifyRdsReadWeightRequest.py => v20190123/DescribeShardTaskInfoRequest.py} (68%) create mode 100644 aliyun-python-sdk-drds/aliyunsdkdrds/request/v20190123/DescribeShardTaskListRequest.py rename aliyun-python-sdk-drds/aliyunsdkdrds/request/{v20171016/DeleteDrdsDBRequest.py => v20190123/EnableInstanceIpv6AddressRequest.py} (76%) create mode 100644 aliyun-python-sdk-drds/aliyunsdkdrds/request/v20190123/RearrangeDbToInstanceRequest.py rename aliyun-python-sdk-drds/aliyunsdkdrds/request/{v20171016/ModifyFullTableScanRequest.py => v20190123/SetupBroadcastTablesRequest.py} (72%) create mode 100644 aliyun-python-sdk-drds/aliyunsdkdrds/request/v20190123/SetupDrdsParamsRequest.py rename aliyun-python-sdk-drds/aliyunsdkdrds/request/{v20171016/DescribeRdsListRequest.py => v20190123/SwitchGlobalBroadcastTypeRequest.py} (88%) create mode 100644 aliyun-python-sdk-drds/aliyunsdkdrds/request/v20190123/UpdateInstanceNetworkRequest.py rename aliyun-python-sdk-drds/aliyunsdkdrds/request/{v20171016/ModifyDrdsDBPasswdRequest.py => v20190123/UpgradeDrdsInstanceRequest.py} (69%) rename aliyun-python-sdk-drds/aliyunsdkdrds/request/{v20171016 => v20190123}/__init__.py (100%) diff --git a/aliyun-python-sdk-drds/ChangeLog.txt b/aliyun-python-sdk-drds/ChangeLog.txt index 9d8df8c5fb..56805944fa 100644 --- a/aliyun-python-sdk-drds/ChangeLog.txt +++ b/aliyun-python-sdk-drds/ChangeLog.txt @@ -1,3 +1,3 @@ -2018-05-23 Version: 2.5.0 -1, Add CreateDrdsAccount API, to support creating account for all databases of a DRDS instance. +2019-08-19 Version: 2.5.1 +- Generated 2019-01-23 for `Drds`. diff --git a/aliyun-python-sdk-drds/README.rst b/aliyun-python-sdk-drds/README.rst index bf17bbdd59..5c59338725 100644 --- a/aliyun-python-sdk-drds/README.rst +++ b/aliyun-python-sdk-drds/README.rst @@ -1,11 +1,15 @@ +============================================================= aliyun-python-sdk-drds -This is the drds module of Aliyun Python SDK. +============================================================= + +.. This is the drds module of Aliyun Python SDK. Aliyun Python SDK is the official software development kit. It makes things easy to integrate your Python application, library, or script with Aliyun services. This module works on Python versions: 2.6.5 and greater -Documentation: -Please visit http://develop.aliyun.com/sdk/python \ No newline at end of file +**Documentation:** + +Please visit `http://develop.aliyun.com/sdk/python `_ diff --git a/aliyun-python-sdk-drds/aliyunsdkdrds/__init__.py b/aliyun-python-sdk-drds/aliyunsdkdrds/__init__.py index c4d180dbdd..8f2df92f20 100644 --- a/aliyun-python-sdk-drds/aliyunsdkdrds/__init__.py +++ b/aliyun-python-sdk-drds/aliyunsdkdrds/__init__.py @@ -1 +1 @@ -__version__ = "2.5.0" \ No newline at end of file +__version__ = '2.5.1' \ No newline at end of file diff --git a/aliyun-python-sdk-drds/aliyunsdkdrds/request/v20171016/CreateDrdsInstanceRequest.py b/aliyun-python-sdk-drds/aliyunsdkdrds/request/v20171016/CreateDrdsInstanceRequest.py deleted file mode 100644 index 40c74aef09..0000000000 --- a/aliyun-python-sdk-drds/aliyunsdkdrds/request/v20171016/CreateDrdsInstanceRequest.py +++ /dev/null @@ -1,84 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest -class CreateDrdsInstanceRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Drds', '2017-10-16', 'CreateDrdsInstance') - - def get_Quantity(self): - return self.get_query_params().get('Quantity') - - def set_Quantity(self,Quantity): - self.add_query_param('Quantity',Quantity) - - def get_Description(self): - return self.get_query_params().get('Description') - - def set_Description(self,Description): - self.add_query_param('Description',Description) - - def get_Specification(self): - return self.get_query_params().get('Specification') - - def set_Specification(self,Specification): - self.add_query_param('Specification',Specification) - - def get_Type(self): - return self.get_query_params().get('Type') - - def set_Type(self,Type): - self.add_query_param('Type',Type) - - def get_VswitchId(self): - return self.get_query_params().get('VswitchId') - - def set_VswitchId(self,VswitchId): - self.add_query_param('VswitchId',VswitchId) - - def get_isHa(self): - return self.get_query_params().get('isHa') - - def set_isHa(self,isHa): - self.add_query_param('isHa',isHa) - - def get_instanceSeries(self): - return self.get_query_params().get('instanceSeries') - - def set_instanceSeries(self,instanceSeries): - self.add_query_param('instanceSeries',instanceSeries) - - def get_VpcId(self): - return self.get_query_params().get('VpcId') - - def set_VpcId(self,VpcId): - self.add_query_param('VpcId',VpcId) - - def get_ZoneId(self): - return self.get_query_params().get('ZoneId') - - def set_ZoneId(self,ZoneId): - self.add_query_param('ZoneId',ZoneId) - - def get_PayType(self): - return self.get_query_params().get('PayType') - - def set_PayType(self,PayType): - self.add_query_param('PayType',PayType) \ No newline at end of file diff --git a/aliyun-python-sdk-drds/aliyunsdkdrds/request/v20171016/DescribeDrdsInstanceNetInfoForInnerRequest.py b/aliyun-python-sdk-drds/aliyunsdkdrds/request/v20171016/DescribeDrdsInstanceNetInfoForInnerRequest.py deleted file mode 100644 index f61a844fab..0000000000 --- a/aliyun-python-sdk-drds/aliyunsdkdrds/request/v20171016/DescribeDrdsInstanceNetInfoForInnerRequest.py +++ /dev/null @@ -1,30 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest -class DescribeDrdsInstanceNetInfoForInnerRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Drds', '2017-10-16', 'DescribeDrdsInstanceNetInfoForInner') - - def get_DrdsInstanceId(self): - return self.get_query_params().get('DrdsInstanceId') - - def set_DrdsInstanceId(self,DrdsInstanceId): - self.add_query_param('DrdsInstanceId',DrdsInstanceId) \ No newline at end of file diff --git a/aliyun-python-sdk-drds/aliyunsdkdrds/request/v20171016/DescribeShardDBsRequest.py b/aliyun-python-sdk-drds/aliyunsdkdrds/request/v20171016/DescribeShardDBsRequest.py deleted file mode 100644 index 3f284bb1c1..0000000000 --- a/aliyun-python-sdk-drds/aliyunsdkdrds/request/v20171016/DescribeShardDBsRequest.py +++ /dev/null @@ -1,36 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest -class DescribeShardDBsRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Drds', '2017-10-16', 'DescribeShardDBs') - - def get_DbName(self): - return self.get_query_params().get('DbName') - - def set_DbName(self,DbName): - self.add_query_param('DbName',DbName) - - def get_DrdsInstanceId(self): - return self.get_query_params().get('DrdsInstanceId') - - def set_DrdsInstanceId(self,DrdsInstanceId): - self.add_query_param('DrdsInstanceId',DrdsInstanceId) \ No newline at end of file diff --git a/aliyun-python-sdk-drds/aliyunsdkdrds/request/v20171016/ModifyDrdsInstanceDescriptionRequest.py b/aliyun-python-sdk-drds/aliyunsdkdrds/request/v20171016/ModifyDrdsInstanceDescriptionRequest.py deleted file mode 100644 index a0397c5b5f..0000000000 --- a/aliyun-python-sdk-drds/aliyunsdkdrds/request/v20171016/ModifyDrdsInstanceDescriptionRequest.py +++ /dev/null @@ -1,36 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest -class ModifyDrdsInstanceDescriptionRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Drds', '2017-10-16', 'ModifyDrdsInstanceDescription') - - def get_Description(self): - return self.get_query_params().get('Description') - - def set_Description(self,Description): - self.add_query_param('Description',Description) - - def get_DrdsInstanceId(self): - return self.get_query_params().get('DrdsInstanceId') - - def set_DrdsInstanceId(self,DrdsInstanceId): - self.add_query_param('DrdsInstanceId',DrdsInstanceId) \ No newline at end of file diff --git a/aliyun-python-sdk-drds/aliyunsdkdrds/request/v20171016/ModifyDrdsIpWhiteListRequest.py b/aliyun-python-sdk-drds/aliyunsdkdrds/request/v20171016/ModifyDrdsIpWhiteListRequest.py deleted file mode 100644 index c78de512ec..0000000000 --- a/aliyun-python-sdk-drds/aliyunsdkdrds/request/v20171016/ModifyDrdsIpWhiteListRequest.py +++ /dev/null @@ -1,60 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest -class ModifyDrdsIpWhiteListRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Drds', '2017-10-16', 'ModifyDrdsIpWhiteList') - - def get_Mode(self): - return self.get_query_params().get('Mode') - - def set_Mode(self,Mode): - self.add_query_param('Mode',Mode) - - def get_DbName(self): - return self.get_query_params().get('DbName') - - def set_DbName(self,DbName): - self.add_query_param('DbName',DbName) - - def get_GroupAttribute(self): - return self.get_query_params().get('GroupAttribute') - - def set_GroupAttribute(self,GroupAttribute): - self.add_query_param('GroupAttribute',GroupAttribute) - - def get_IpWhiteList(self): - return self.get_query_params().get('IpWhiteList') - - def set_IpWhiteList(self,IpWhiteList): - self.add_query_param('IpWhiteList',IpWhiteList) - - def get_DrdsInstanceId(self): - return self.get_query_params().get('DrdsInstanceId') - - def set_DrdsInstanceId(self,DrdsInstanceId): - self.add_query_param('DrdsInstanceId',DrdsInstanceId) - - def get_GroupName(self): - return self.get_query_params().get('GroupName') - - def set_GroupName(self,GroupName): - self.add_query_param('GroupName',GroupName) \ No newline at end of file diff --git a/aliyun-python-sdk-drds/aliyunsdkdrds/request/v20171016/QueryInstanceInfoByConnRequest.py b/aliyun-python-sdk-drds/aliyunsdkdrds/request/v20171016/QueryInstanceInfoByConnRequest.py deleted file mode 100644 index 3257e914c2..0000000000 --- a/aliyun-python-sdk-drds/aliyunsdkdrds/request/v20171016/QueryInstanceInfoByConnRequest.py +++ /dev/null @@ -1,42 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest -class QueryInstanceInfoByConnRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Drds', '2017-10-16', 'QueryInstanceInfoByConn') - - def get_Port(self): - return self.get_query_params().get('Port') - - def set_Port(self,Port): - self.add_query_param('Port',Port) - - def get_Host(self): - return self.get_query_params().get('Host') - - def set_Host(self,Host): - self.add_query_param('Host',Host) - - def get_UserName(self): - return self.get_query_params().get('UserName') - - def set_UserName(self,UserName): - self.add_query_param('UserName',UserName) \ No newline at end of file diff --git a/aliyun-python-sdk-drds/aliyunsdkdrds/request/v20190123/CreateDrdsDBPreviewRequest.py b/aliyun-python-sdk-drds/aliyunsdkdrds/request/v20190123/CreateDrdsDBPreviewRequest.py new file mode 100644 index 0000000000..9882be218a --- /dev/null +++ b/aliyun-python-sdk-drds/aliyunsdkdrds/request/v20190123/CreateDrdsDBPreviewRequest.py @@ -0,0 +1,87 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class CreateDrdsDBPreviewRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Drds', '2019-01-23', 'CreateDrdsDBPreview','drds') + + def get_InstDbNames(self): + return self.get_query_params().get('InstDbNames') + + def set_InstDbNames(self,InstDbNames): + for i in range(len(InstDbNames)): + for j in range(len(InstDbNames[i].get('ShardDbNames'))): + if InstDbNames[i].get('ShardDbNames')[j] is not None: + self.add_query_param('InstDbName.' + str(i + 1) + '.ShardDbName.'+str(j + 1), InstDbNames[i].get('ShardDbNames')[j]) + if InstDbNames[i].get('DbInstanceId') is not None: + self.add_query_param('InstDbName.' + str(i + 1) + '.DbInstanceId' , InstDbNames[i].get('DbInstanceId')) + + + def get_DbName(self): + return self.get_query_params().get('DbName') + + def set_DbName(self,DbName): + self.add_query_param('DbName',DbName) + + def get_AccountName(self): + return self.get_query_params().get('AccountName') + + def set_AccountName(self,AccountName): + self.add_query_param('AccountName',AccountName) + + def get_OrderId(self): + return self.get_query_params().get('OrderId') + + def set_OrderId(self,OrderId): + self.add_query_param('OrderId',OrderId) + + def get_RdsInstances(self): + return self.get_query_params().get('RdsInstances') + + def set_RdsInstances(self,RdsInstances): + for i in range(len(RdsInstances)): + if RdsInstances[i] is not None: + self.add_query_param('RdsInstance.' + str(i + 1) , RdsInstances[i]); + + def get_Type(self): + return self.get_query_params().get('Type') + + def set_Type(self,Type): + self.add_query_param('Type',Type) + + def get_DbInstType(self): + return self.get_query_params().get('DbInstType') + + def set_DbInstType(self,DbInstType): + self.add_query_param('DbInstType',DbInstType) + + def get_DrdsInstanceId(self): + return self.get_query_params().get('DrdsInstanceId') + + def set_DrdsInstanceId(self,DrdsInstanceId): + self.add_query_param('DrdsInstanceId',DrdsInstanceId) + + def get_DbInstanceIsCreating(self): + return self.get_query_params().get('DbInstanceIsCreating') + + def set_DbInstanceIsCreating(self,DbInstanceIsCreating): + self.add_query_param('DbInstanceIsCreating',DbInstanceIsCreating) \ No newline at end of file diff --git a/aliyun-python-sdk-drds/aliyunsdkdrds/request/v20190123/CreateDrdsDBRequest.py b/aliyun-python-sdk-drds/aliyunsdkdrds/request/v20190123/CreateDrdsDBRequest.py new file mode 100644 index 0000000000..a8dea39c4c --- /dev/null +++ b/aliyun-python-sdk-drds/aliyunsdkdrds/request/v20190123/CreateDrdsDBRequest.py @@ -0,0 +1,80 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class CreateDrdsDBRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Drds', '2019-01-23', 'CreateDrdsDB','drds') + + def get_Encode(self): + return self.get_query_params().get('Encode') + + def set_Encode(self,Encode): + self.add_query_param('Encode',Encode) + + def get_Password(self): + return self.get_query_params().get('Password') + + def set_Password(self,Password): + self.add_query_param('Password',Password) + + def get_RdsSuperAccounts(self): + return self.get_query_params().get('RdsSuperAccounts') + + def set_RdsSuperAccounts(self,RdsSuperAccounts): + for i in range(len(RdsSuperAccounts)): + if RdsSuperAccounts[i].get('Password') is not None: + self.add_query_param('RdsSuperAccount.' + str(i + 1) + '.Password' , RdsSuperAccounts[i].get('Password')) + if RdsSuperAccounts[i].get('AccountName') is not None: + self.add_query_param('RdsSuperAccount.' + str(i + 1) + '.AccountName' , RdsSuperAccounts[i].get('AccountName')) + if RdsSuperAccounts[i].get('DbInstanceId') is not None: + self.add_query_param('RdsSuperAccount.' + str(i + 1) + '.DbInstanceId' , RdsSuperAccounts[i].get('DbInstanceId')) + + + def get_DbName(self): + return self.get_query_params().get('DbName') + + def set_DbName(self,DbName): + self.add_query_param('DbName',DbName) + + def get_RdsInstances(self): + return self.get_query_params().get('RdsInstances') + + def set_RdsInstances(self,RdsInstances): + self.add_query_param('RdsInstances',RdsInstances) + + def get_Type(self): + return self.get_query_params().get('Type') + + def set_Type(self,Type): + self.add_query_param('Type',Type) + + def get_DbInstType(self): + return self.get_query_params().get('DbInstType') + + def set_DbInstType(self,DbInstType): + self.add_query_param('DbInstType',DbInstType) + + def get_DrdsInstanceId(self): + return self.get_query_params().get('DrdsInstanceId') + + def set_DrdsInstanceId(self,DrdsInstanceId): + self.add_query_param('DrdsInstanceId',DrdsInstanceId) \ No newline at end of file diff --git a/aliyun-python-sdk-drds/aliyunsdkdrds/request/v20171016/CreateReadOnlyAccountRequest.py b/aliyun-python-sdk-drds/aliyunsdkdrds/request/v20190123/CreateShardTaskRequest.py similarity index 63% rename from aliyun-python-sdk-drds/aliyunsdkdrds/request/v20171016/CreateReadOnlyAccountRequest.py rename to aliyun-python-sdk-drds/aliyunsdkdrds/request/v20190123/CreateShardTaskRequest.py index 05e2cb1e83..44b78eefeb 100644 --- a/aliyun-python-sdk-drds/aliyunsdkdrds/request/v20171016/CreateReadOnlyAccountRequest.py +++ b/aliyun-python-sdk-drds/aliyunsdkdrds/request/v20190123/CreateShardTaskRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,16 +18,17 @@ # under the License. from aliyunsdkcore.request import RpcRequest -class CreateReadOnlyAccountRequest(RpcRequest): + +class CreateShardTaskRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Drds', '2017-10-16', 'CreateReadOnlyAccount') + RpcRequest.__init__(self, 'Drds', '2019-01-23', 'CreateShardTask','drds') - def get_password(self): - return self.get_query_params().get('password') + def get_TaskType(self): + return self.get_query_params().get('TaskType') - def set_password(self,password): - self.add_query_param('password',password) + def set_TaskType(self,TaskType): + self.add_query_param('TaskType',TaskType) def get_DbName(self): return self.get_query_params().get('DbName') @@ -35,6 +36,18 @@ def get_DbName(self): def set_DbName(self,DbName): self.add_query_param('DbName',DbName) + def get_SourceTableName(self): + return self.get_query_params().get('SourceTableName') + + def set_SourceTableName(self,SourceTableName): + self.add_query_param('SourceTableName',SourceTableName) + + def get_TargetTableName(self): + return self.get_query_params().get('TargetTableName') + + def set_TargetTableName(self,TargetTableName): + self.add_query_param('TargetTableName',TargetTableName) + def get_DrdsInstanceId(self): return self.get_query_params().get('DrdsInstanceId') diff --git a/aliyun-python-sdk-drds/aliyunsdkdrds/request/v20171016/CreateDrdsDBRequest.py b/aliyun-python-sdk-drds/aliyunsdkdrds/request/v20190123/DeleteShardTasksRequest.py similarity index 65% rename from aliyun-python-sdk-drds/aliyunsdkdrds/request/v20171016/CreateDrdsDBRequest.py rename to aliyun-python-sdk-drds/aliyunsdkdrds/request/v20190123/DeleteShardTasksRequest.py index b7be7e6c77..28a79a6596 100644 --- a/aliyun-python-sdk-drds/aliyunsdkdrds/request/v20171016/CreateDrdsDBRequest.py +++ b/aliyun-python-sdk-drds/aliyunsdkdrds/request/v20190123/DeleteShardTasksRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,22 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest -class CreateDrdsDBRequest(RpcRequest): + +class DeleteShardTasksRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Drds', '2017-10-16', 'CreateDrdsDB') - - def get_Encode(self): - return self.get_query_params().get('Encode') - - def set_Encode(self,Encode): - self.add_query_param('Encode',Encode) - - def get_Password(self): - return self.get_query_params().get('Password') - - def set_Password(self,Password): - self.add_query_param('Password',Password) + RpcRequest.__init__(self, 'Drds', '2019-01-23', 'DeleteShardTasks','drds') def get_DbName(self): return self.get_query_params().get('DbName') @@ -41,11 +30,16 @@ def get_DbName(self): def set_DbName(self,DbName): self.add_query_param('DbName',DbName) - def get_RdsInstances(self): - return self.get_query_params().get('RdsInstances') + def get_TableNames(self): + return self.get_query_params().get('TableNames') + + def set_TableNames(self,TableNames): + for i in range(len(TableNames)): + if TableNames[i].get('SourceTableName') is not None: + self.add_query_param('TableName.' + str(i + 1) + '.SourceTableName' , TableNames[i].get('SourceTableName')) + if TableNames[i].get('TargetTableName') is not None: + self.add_query_param('TableName.' + str(i + 1) + '.TargetTableName' , TableNames[i].get('TargetTableName')) - def set_RdsInstances(self,RdsInstances): - self.add_query_param('RdsInstances',RdsInstances) def get_DrdsInstanceId(self): return self.get_query_params().get('DrdsInstanceId') diff --git a/aliyun-python-sdk-drds/aliyunsdkdrds/request/v20171016/DescribeCreateDrdsInstanceStatusRequest.py b/aliyun-python-sdk-drds/aliyunsdkdrds/request/v20190123/DescribeConsoleConfigRequest.py similarity index 71% rename from aliyun-python-sdk-drds/aliyunsdkdrds/request/v20171016/DescribeCreateDrdsInstanceStatusRequest.py rename to aliyun-python-sdk-drds/aliyunsdkdrds/request/v20190123/DescribeConsoleConfigRequest.py index 5d2d1d6552..b6e6966365 100644 --- a/aliyun-python-sdk-drds/aliyunsdkdrds/request/v20171016/DescribeCreateDrdsInstanceStatusRequest.py +++ b/aliyun-python-sdk-drds/aliyunsdkdrds/request/v20190123/DescribeConsoleConfigRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,13 +18,14 @@ # under the License. from aliyunsdkcore.request import RpcRequest -class DescribeCreateDrdsInstanceStatusRequest(RpcRequest): + +class DescribeConsoleConfigRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Drds', '2017-10-16', 'DescribeCreateDrdsInstanceStatus') + RpcRequest.__init__(self, 'Drds', '2019-01-23', 'DescribeConsoleConfig','drds') - def get_DrdsInstanceId(self): - return self.get_query_params().get('DrdsInstanceId') + def get_Type(self): + return self.get_query_params().get('Type') - def set_DrdsInstanceId(self,DrdsInstanceId): - self.add_query_param('DrdsInstanceId',DrdsInstanceId) \ No newline at end of file + def set_Type(self,Type): + self.add_query_param('Type',Type) \ No newline at end of file diff --git a/aliyun-python-sdk-drds/aliyunsdkdrds/request/v20171016/ModifyReadOnlyAccountPasswordRequest.py b/aliyun-python-sdk-drds/aliyunsdkdrds/request/v20190123/DescribeDbInstanceDbsRequest.py similarity index 65% rename from aliyun-python-sdk-drds/aliyunsdkdrds/request/v20171016/ModifyReadOnlyAccountPasswordRequest.py rename to aliyun-python-sdk-drds/aliyunsdkdrds/request/v20190123/DescribeDbInstanceDbsRequest.py index 775e53a333..7c2124cc4a 100644 --- a/aliyun-python-sdk-drds/aliyunsdkdrds/request/v20171016/ModifyReadOnlyAccountPasswordRequest.py +++ b/aliyun-python-sdk-drds/aliyunsdkdrds/request/v20190123/DescribeDbInstanceDbsRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,22 +18,17 @@ # under the License. from aliyunsdkcore.request import RpcRequest -class ModifyReadOnlyAccountPasswordRequest(RpcRequest): + +class DescribeDbInstanceDbsRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Drds', '2017-10-16', 'ModifyReadOnlyAccountPassword') - - def get_NewPasswd(self): - return self.get_query_params().get('NewPasswd') + RpcRequest.__init__(self, 'Drds', '2019-01-23', 'DescribeDbInstanceDbs','drds') - def set_NewPasswd(self,NewPasswd): - self.add_query_param('NewPasswd',NewPasswd) + def get_Password(self): + return self.get_query_params().get('Password') - def get_DbName(self): - return self.get_query_params().get('DbName') - - def set_DbName(self,DbName): - self.add_query_param('DbName',DbName) + def set_Password(self,Password): + self.add_query_param('Password',Password) def get_AccountName(self): return self.get_query_params().get('AccountName') @@ -41,11 +36,17 @@ def get_AccountName(self): def set_AccountName(self,AccountName): self.add_query_param('AccountName',AccountName) - def get_OriginPassword(self): - return self.get_query_params().get('OriginPassword') + def get_DbInstanceId(self): + return self.get_query_params().get('DbInstanceId') + + def set_DbInstanceId(self,DbInstanceId): + self.add_query_param('DbInstanceId',DbInstanceId) + + def get_DbInstType(self): + return self.get_query_params().get('DbInstType') - def set_OriginPassword(self,OriginPassword): - self.add_query_param('OriginPassword',OriginPassword) + def set_DbInstType(self,DbInstType): + self.add_query_param('DbInstType',DbInstType) def get_DrdsInstanceId(self): return self.get_query_params().get('DrdsInstanceId') diff --git a/aliyun-python-sdk-drds/aliyunsdkdrds/request/v20171016/DescribeDrdsDBIpWhiteListRequest.py b/aliyun-python-sdk-drds/aliyunsdkdrds/request/v20190123/DescribeDbInstancesRequest.py similarity index 57% rename from aliyun-python-sdk-drds/aliyunsdkdrds/request/v20171016/DescribeDrdsDBIpWhiteListRequest.py rename to aliyun-python-sdk-drds/aliyunsdkdrds/request/v20190123/DescribeDbInstancesRequest.py index c119085c0f..3bb929b37b 100644 --- a/aliyun-python-sdk-drds/aliyunsdkdrds/request/v20171016/DescribeDrdsDBIpWhiteListRequest.py +++ b/aliyun-python-sdk-drds/aliyunsdkdrds/request/v20190123/DescribeDbInstancesRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,16 +18,29 @@ # under the License. from aliyunsdkcore.request import RpcRequest -class DescribeDrdsDBIpWhiteListRequest(RpcRequest): + +class DescribeDbInstancesRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Drds', '2017-10-16', 'DescribeDrdsDBIpWhiteList') + RpcRequest.__init__(self, 'Drds', '2019-01-23', 'DescribeDbInstances','drds') + + def get_Search(self): + return self.get_query_params().get('Search') + + def set_Search(self,Search): + self.add_query_param('Search',Search) + + def get_PageSize(self): + return self.get_query_params().get('PageSize') + + def set_PageSize(self,PageSize): + self.add_query_param('PageSize',PageSize) - def get_DbName(self): - return self.get_query_params().get('DbName') + def get_DbInstType(self): + return self.get_query_params().get('DbInstType') - def set_DbName(self,DbName): - self.add_query_param('DbName',DbName) + def set_DbInstType(self,DbInstType): + self.add_query_param('DbInstType',DbInstType) def get_DrdsInstanceId(self): return self.get_query_params().get('DrdsInstanceId') @@ -35,8 +48,8 @@ def get_DrdsInstanceId(self): def set_DrdsInstanceId(self,DrdsInstanceId): self.add_query_param('DrdsInstanceId',DrdsInstanceId) - def get_GroupName(self): - return self.get_query_params().get('GroupName') + def get_PageNumber(self): + return self.get_query_params().get('PageNumber') - def set_GroupName(self,GroupName): - self.add_query_param('GroupName',GroupName) \ No newline at end of file + def set_PageNumber(self,PageNumber): + self.add_query_param('PageNumber',PageNumber) \ No newline at end of file diff --git a/aliyun-python-sdk-drds/aliyunsdkdrds/request/v20171016/DescribeDrdsDBRequest.py b/aliyun-python-sdk-drds/aliyunsdkdrds/request/v20190123/DescribeDrdsDBRequest.py similarity index 93% rename from aliyun-python-sdk-drds/aliyunsdkdrds/request/v20171016/DescribeDrdsDBRequest.py rename to aliyun-python-sdk-drds/aliyunsdkdrds/request/v20190123/DescribeDrdsDBRequest.py index 3788f6861d..bc7c2188ca 100644 --- a/aliyun-python-sdk-drds/aliyunsdkdrds/request/v20171016/DescribeDrdsDBRequest.py +++ b/aliyun-python-sdk-drds/aliyunsdkdrds/request/v20190123/DescribeDrdsDBRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest + class DescribeDrdsDBRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Drds', '2017-10-16', 'DescribeDrdsDB') + RpcRequest.__init__(self, 'Drds', '2019-01-23', 'DescribeDrdsDB','drds') def get_DbName(self): return self.get_query_params().get('DbName') diff --git a/aliyun-python-sdk-drds/aliyunsdkdrds/request/v20171016/DescribeDrdsDBsRequest.py b/aliyun-python-sdk-drds/aliyunsdkdrds/request/v20190123/DescribeDrdsDBsRequest.py similarity index 92% rename from aliyun-python-sdk-drds/aliyunsdkdrds/request/v20171016/DescribeDrdsDBsRequest.py rename to aliyun-python-sdk-drds/aliyunsdkdrds/request/v20190123/DescribeDrdsDBsRequest.py index 59c506d738..497bad0a72 100644 --- a/aliyun-python-sdk-drds/aliyunsdkdrds/request/v20171016/DescribeDrdsDBsRequest.py +++ b/aliyun-python-sdk-drds/aliyunsdkdrds/request/v20190123/DescribeDrdsDBsRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest + class DescribeDrdsDBsRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Drds', '2017-10-16', 'DescribeDrdsDBs') + RpcRequest.__init__(self, 'Drds', '2019-01-23', 'DescribeDrdsDBs','drds') def get_DrdsInstanceId(self): return self.get_query_params().get('DrdsInstanceId') diff --git a/aliyun-python-sdk-drds/aliyunsdkdrds/request/v20171016/CreateDrdsAccountRequest.py b/aliyun-python-sdk-drds/aliyunsdkdrds/request/v20190123/DescribeDrdsInstanceDbMonitorRequest.py similarity index 66% rename from aliyun-python-sdk-drds/aliyunsdkdrds/request/v20171016/CreateDrdsAccountRequest.py rename to aliyun-python-sdk-drds/aliyunsdkdrds/request/v20190123/DescribeDrdsInstanceDbMonitorRequest.py index bcb203f89f..8760aea140 100644 --- a/aliyun-python-sdk-drds/aliyunsdkdrds/request/v20171016/CreateDrdsAccountRequest.py +++ b/aliyun-python-sdk-drds/aliyunsdkdrds/request/v20190123/DescribeDrdsInstanceDbMonitorRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,16 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest -class CreateDrdsAccountRequest(RpcRequest): + +class DescribeDrdsInstanceDbMonitorRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Drds', '2017-10-16', 'CreateDrdsAccount') - - def get_Password(self): - return self.get_query_params().get('Password') - - def set_Password(self,Password): - self.add_query_param('Password',Password) + RpcRequest.__init__(self, 'Drds', '2019-01-23', 'DescribeDrdsInstanceDbMonitor','drds') def get_DbName(self): return self.get_query_params().get('DbName') @@ -35,14 +30,26 @@ def get_DbName(self): def set_DbName(self,DbName): self.add_query_param('DbName',DbName) + def get_EndTime(self): + return self.get_query_params().get('EndTime') + + def set_EndTime(self,EndTime): + self.add_query_param('EndTime',EndTime) + + def get_StartTime(self): + return self.get_query_params().get('StartTime') + + def set_StartTime(self,StartTime): + self.add_query_param('StartTime',StartTime) + def get_DrdsInstanceId(self): return self.get_query_params().get('DrdsInstanceId') def set_DrdsInstanceId(self,DrdsInstanceId): self.add_query_param('DrdsInstanceId',DrdsInstanceId) - def get_UserName(self): - return self.get_query_params().get('UserName') + def get_Key(self): + return self.get_query_params().get('Key') - def set_UserName(self,UserName): - self.add_query_param('UserName',UserName) \ No newline at end of file + def set_Key(self,Key): + self.add_query_param('Key',Key) \ No newline at end of file diff --git a/aliyun-python-sdk-drds/aliyunsdkdrds/request/v20171016/DescribeShardDbConnectionInfoRequest.py b/aliyun-python-sdk-drds/aliyunsdkdrds/request/v20190123/DescribeDrdsInstanceMonitorRequest.py similarity index 57% rename from aliyun-python-sdk-drds/aliyunsdkdrds/request/v20171016/DescribeShardDbConnectionInfoRequest.py rename to aliyun-python-sdk-drds/aliyunsdkdrds/request/v20190123/DescribeDrdsInstanceMonitorRequest.py index eef6c3cc4c..60e8c0e89c 100644 --- a/aliyun-python-sdk-drds/aliyunsdkdrds/request/v20171016/DescribeShardDbConnectionInfoRequest.py +++ b/aliyun-python-sdk-drds/aliyunsdkdrds/request/v20190123/DescribeDrdsInstanceMonitorRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,16 +18,23 @@ # under the License. from aliyunsdkcore.request import RpcRequest -class DescribeShardDbConnectionInfoRequest(RpcRequest): + +class DescribeDrdsInstanceMonitorRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Drds', '2017-10-16', 'DescribeShardDbConnectionInfo') + RpcRequest.__init__(self, 'Drds', '2019-01-23', 'DescribeDrdsInstanceMonitor','drds') + + def get_EndTime(self): + return self.get_query_params().get('EndTime') - def get_DbName(self): - return self.get_query_params().get('DbName') + def set_EndTime(self,EndTime): + self.add_query_param('EndTime',EndTime) - def set_DbName(self,DbName): - self.add_query_param('DbName',DbName) + def get_StartTime(self): + return self.get_query_params().get('StartTime') + + def set_StartTime(self,StartTime): + self.add_query_param('StartTime',StartTime) def get_DrdsInstanceId(self): return self.get_query_params().get('DrdsInstanceId') @@ -35,8 +42,14 @@ def get_DrdsInstanceId(self): def set_DrdsInstanceId(self,DrdsInstanceId): self.add_query_param('DrdsInstanceId',DrdsInstanceId) - def get_SubDbName(self): - return self.get_query_params().get('SubDbName') + def get_Key(self): + return self.get_query_params().get('Key') + + def set_Key(self,Key): + self.add_query_param('Key',Key) + + def get_PeriodMultiple(self): + return self.get_query_params().get('PeriodMultiple') - def set_SubDbName(self,SubDbName): - self.add_query_param('SubDbName',SubDbName) \ No newline at end of file + def set_PeriodMultiple(self,PeriodMultiple): + self.add_query_param('PeriodMultiple',PeriodMultiple) \ No newline at end of file diff --git a/aliyun-python-sdk-drds/aliyunsdkdrds/request/v20171016/DescribeDrdsInstanceRequest.py b/aliyun-python-sdk-drds/aliyunsdkdrds/request/v20190123/DescribeDrdsInstanceRequest.py similarity index 92% rename from aliyun-python-sdk-drds/aliyunsdkdrds/request/v20171016/DescribeDrdsInstanceRequest.py rename to aliyun-python-sdk-drds/aliyunsdkdrds/request/v20190123/DescribeDrdsInstanceRequest.py index 75a5e3bad0..3f1a94e3b2 100644 --- a/aliyun-python-sdk-drds/aliyunsdkdrds/request/v20171016/DescribeDrdsInstanceRequest.py +++ b/aliyun-python-sdk-drds/aliyunsdkdrds/request/v20190123/DescribeDrdsInstanceRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest + class DescribeDrdsInstanceRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Drds', '2017-10-16', 'DescribeDrdsInstance') + RpcRequest.__init__(self, 'Drds', '2019-01-23', 'DescribeDrdsInstance','drds') def get_DrdsInstanceId(self): return self.get_query_params().get('DrdsInstanceId') diff --git a/aliyun-python-sdk-drds/aliyunsdkdrds/request/v20171016/RemoveDrdsInstanceRequest.py b/aliyun-python-sdk-drds/aliyunsdkdrds/request/v20190123/DescribeDrdsInstanceVersionRequest.py similarity index 87% rename from aliyun-python-sdk-drds/aliyunsdkdrds/request/v20171016/RemoveDrdsInstanceRequest.py rename to aliyun-python-sdk-drds/aliyunsdkdrds/request/v20190123/DescribeDrdsInstanceVersionRequest.py index 45054da49f..288120289a 100644 --- a/aliyun-python-sdk-drds/aliyunsdkdrds/request/v20171016/RemoveDrdsInstanceRequest.py +++ b/aliyun-python-sdk-drds/aliyunsdkdrds/request/v20190123/DescribeDrdsInstanceVersionRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest -class RemoveDrdsInstanceRequest(RpcRequest): + +class DescribeDrdsInstanceVersionRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Drds', '2017-10-16', 'RemoveDrdsInstance') + RpcRequest.__init__(self, 'Drds', '2019-01-23', 'DescribeDrdsInstanceVersion','drds') def get_DrdsInstanceId(self): return self.get_query_params().get('DrdsInstanceId') diff --git a/aliyun-python-sdk-drds/aliyunsdkdrds/request/v20171016/DescribeDrdsInstancesRequest.py b/aliyun-python-sdk-drds/aliyunsdkdrds/request/v20190123/DescribeDrdsInstancesRequest.py similarity index 92% rename from aliyun-python-sdk-drds/aliyunsdkdrds/request/v20171016/DescribeDrdsInstancesRequest.py rename to aliyun-python-sdk-drds/aliyunsdkdrds/request/v20190123/DescribeDrdsInstancesRequest.py index 648f44e17a..fb2b5d93a0 100644 --- a/aliyun-python-sdk-drds/aliyunsdkdrds/request/v20171016/DescribeDrdsInstancesRequest.py +++ b/aliyun-python-sdk-drds/aliyunsdkdrds/request/v20190123/DescribeDrdsInstancesRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest + class DescribeDrdsInstancesRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Drds', '2017-10-16', 'DescribeDrdsInstances') + RpcRequest.__init__(self, 'Drds', '2019-01-23', 'DescribeDrdsInstances','drds') def get_Type(self): return self.get_query_params().get('Type') diff --git a/aliyun-python-sdk-drds/aliyunsdkdrds/request/v20171016/DescribeRegionsRequest.py b/aliyun-python-sdk-drds/aliyunsdkdrds/request/v20190123/DescribeDrdsRegionsRequest.py similarity index 87% rename from aliyun-python-sdk-drds/aliyunsdkdrds/request/v20171016/DescribeRegionsRequest.py rename to aliyun-python-sdk-drds/aliyunsdkdrds/request/v20190123/DescribeDrdsRegionsRequest.py index 756547d622..a4e21cb84e 100644 --- a/aliyun-python-sdk-drds/aliyunsdkdrds/request/v20171016/DescribeRegionsRequest.py +++ b/aliyun-python-sdk-drds/aliyunsdkdrds/request/v20190123/DescribeDrdsRegionsRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,7 +18,8 @@ # under the License. from aliyunsdkcore.request import RpcRequest -class DescribeRegionsRequest(RpcRequest): + +class DescribeDrdsRegionsRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Drds', '2017-10-16', 'DescribeRegions') \ No newline at end of file + RpcRequest.__init__(self, 'Drds', '2019-01-23', 'DescribeDrdsRegions','drds') \ No newline at end of file diff --git a/aliyun-python-sdk-drds/aliyunsdkdrds/request/v20171016/DeleteFailedDrdsDBRequest.py b/aliyun-python-sdk-drds/aliyunsdkdrds/request/v20190123/DescribeGlobalBroadcastTypeRequest.py similarity index 88% rename from aliyun-python-sdk-drds/aliyunsdkdrds/request/v20171016/DeleteFailedDrdsDBRequest.py rename to aliyun-python-sdk-drds/aliyunsdkdrds/request/v20190123/DescribeGlobalBroadcastTypeRequest.py index c26f2b9091..e6abf2514e 100644 --- a/aliyun-python-sdk-drds/aliyunsdkdrds/request/v20171016/DeleteFailedDrdsDBRequest.py +++ b/aliyun-python-sdk-drds/aliyunsdkdrds/request/v20190123/DescribeGlobalBroadcastTypeRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest -class DeleteFailedDrdsDBRequest(RpcRequest): + +class DescribeGlobalBroadcastTypeRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Drds', '2017-10-16', 'DeleteFailedDrdsDB') + RpcRequest.__init__(self, 'Drds', '2019-01-23', 'DescribeGlobalBroadcastType','drds') def get_DbName(self): return self.get_query_params().get('DbName') diff --git a/aliyun-python-sdk-drds/aliyunsdkdrds/request/v20171016/DescribeReadOnlyAccountRequest.py b/aliyun-python-sdk-drds/aliyunsdkdrds/request/v20190123/DescribePreCheckResultRequest.py similarity index 74% rename from aliyun-python-sdk-drds/aliyunsdkdrds/request/v20171016/DescribeReadOnlyAccountRequest.py rename to aliyun-python-sdk-drds/aliyunsdkdrds/request/v20190123/DescribePreCheckResultRequest.py index 50ffc9e5e8..13abc27687 100644 --- a/aliyun-python-sdk-drds/aliyunsdkdrds/request/v20171016/DescribeReadOnlyAccountRequest.py +++ b/aliyun-python-sdk-drds/aliyunsdkdrds/request/v20190123/DescribePreCheckResultRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,19 +18,20 @@ # under the License. from aliyunsdkcore.request import RpcRequest -class DescribeReadOnlyAccountRequest(RpcRequest): + +class DescribePreCheckResultRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Drds', '2017-10-16', 'DescribeReadOnlyAccount') - - def get_DbName(self): - return self.get_query_params().get('DbName') - - def set_DbName(self,DbName): - self.add_query_param('DbName',DbName) + RpcRequest.__init__(self, 'Drds', '2019-01-23', 'DescribePreCheckResult','drds') def get_DrdsInstanceId(self): return self.get_query_params().get('DrdsInstanceId') def set_DrdsInstanceId(self,DrdsInstanceId): - self.add_query_param('DrdsInstanceId',DrdsInstanceId) \ No newline at end of file + self.add_query_param('DrdsInstanceId',DrdsInstanceId) + + def get_TaskId(self): + return self.get_query_params().get('TaskId') + + def set_TaskId(self,TaskId): + self.add_query_param('TaskId',TaskId) \ No newline at end of file diff --git a/aliyun-python-sdk-drds/aliyunsdkdrds/request/v20190123/DescribeRDSPerformanceRequest.py b/aliyun-python-sdk-drds/aliyunsdkdrds/request/v20190123/DescribeRDSPerformanceRequest.py new file mode 100644 index 0000000000..65b483f3bb --- /dev/null +++ b/aliyun-python-sdk-drds/aliyunsdkdrds/request/v20190123/DescribeRDSPerformanceRequest.py @@ -0,0 +1,61 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class DescribeRDSPerformanceRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Drds', '2019-01-23', 'DescribeRDSPerformance','drds') + + def get_Keys(self): + return self.get_query_params().get('Keys') + + def set_Keys(self,Keys): + self.add_query_param('Keys',Keys) + + def get_EndTime(self): + return self.get_query_params().get('EndTime') + + def set_EndTime(self,EndTime): + self.add_query_param('EndTime',EndTime) + + def get_StartTime(self): + return self.get_query_params().get('StartTime') + + def set_StartTime(self,StartTime): + self.add_query_param('StartTime',StartTime) + + def get_RdsInstanceId(self): + return self.get_query_params().get('RdsInstanceId') + + def set_RdsInstanceId(self,RdsInstanceId): + self.add_query_param('RdsInstanceId',RdsInstanceId) + + def get_DbInstType(self): + return self.get_query_params().get('DbInstType') + + def set_DbInstType(self,DbInstType): + self.add_query_param('DbInstType',DbInstType) + + def get_DrdsInstanceId(self): + return self.get_query_params().get('DrdsInstanceId') + + def set_DrdsInstanceId(self,DrdsInstanceId): + self.add_query_param('DrdsInstanceId',DrdsInstanceId) \ No newline at end of file diff --git a/aliyun-python-sdk-drds/aliyunsdkdrds/request/v20171016/RemoveReadOnlyAccountRequest.py b/aliyun-python-sdk-drds/aliyunsdkdrds/request/v20190123/DescribeRdsSuperAccountInstancesRequest.py similarity index 63% rename from aliyun-python-sdk-drds/aliyunsdkdrds/request/v20171016/RemoveReadOnlyAccountRequest.py rename to aliyun-python-sdk-drds/aliyunsdkdrds/request/v20190123/DescribeRdsSuperAccountInstancesRequest.py index dfe750f914..7dfe9ae997 100644 --- a/aliyun-python-sdk-drds/aliyunsdkdrds/request/v20171016/RemoveReadOnlyAccountRequest.py +++ b/aliyun-python-sdk-drds/aliyunsdkdrds/request/v20190123/DescribeRdsSuperAccountInstancesRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,22 +18,25 @@ # under the License. from aliyunsdkcore.request import RpcRequest -class RemoveReadOnlyAccountRequest(RpcRequest): + +class DescribeRdsSuperAccountInstancesRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Drds', '2017-10-16', 'RemoveReadOnlyAccount') + RpcRequest.__init__(self, 'Drds', '2019-01-23', 'DescribeRdsSuperAccountInstances','drds') - def get_DbName(self): - return self.get_query_params().get('DbName') + def get_RdsInstancess(self): + return self.get_query_params().get('RdsInstancess') - def set_DbName(self,DbName): - self.add_query_param('DbName',DbName) + def set_RdsInstancess(self,RdsInstancess): + for i in range(len(RdsInstancess)): + if RdsInstancess[i] is not None: + self.add_query_param('RdsInstances.' + str(i + 1) , RdsInstancess[i]); - def get_AccountName(self): - return self.get_query_params().get('AccountName') + def get_DbInstType(self): + return self.get_query_params().get('DbInstType') - def set_AccountName(self,AccountName): - self.add_query_param('AccountName',AccountName) + def set_DbInstType(self,DbInstType): + self.add_query_param('DbInstType',DbInstType) def get_DrdsInstanceId(self): return self.get_query_params().get('DrdsInstanceId') diff --git a/aliyun-python-sdk-drds/aliyunsdkdrds/request/v20171016/ModifyRdsReadWeightRequest.py b/aliyun-python-sdk-drds/aliyunsdkdrds/request/v20190123/DescribeShardTaskInfoRequest.py similarity index 68% rename from aliyun-python-sdk-drds/aliyunsdkdrds/request/v20171016/ModifyRdsReadWeightRequest.py rename to aliyun-python-sdk-drds/aliyunsdkdrds/request/v20190123/DescribeShardTaskInfoRequest.py index bf6fd0a452..0dc2cdf258 100644 --- a/aliyun-python-sdk-drds/aliyunsdkdrds/request/v20171016/ModifyRdsReadWeightRequest.py +++ b/aliyun-python-sdk-drds/aliyunsdkdrds/request/v20190123/DescribeShardTaskInfoRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,16 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest -class ModifyRdsReadWeightRequest(RpcRequest): + +class DescribeShardTaskInfoRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Drds', '2017-10-16', 'ModifyRdsReadWeight') - - def get_InstanceNames(self): - return self.get_query_params().get('InstanceNames') - - def set_InstanceNames(self,InstanceNames): - self.add_query_param('InstanceNames',InstanceNames) + RpcRequest.__init__(self, 'Drds', '2019-01-23', 'DescribeShardTaskInfo','drds') def get_DbName(self): return self.get_query_params().get('DbName') @@ -35,11 +30,17 @@ def get_DbName(self): def set_DbName(self,DbName): self.add_query_param('DbName',DbName) - def get_Weights(self): - return self.get_query_params().get('Weights') + def get_SourceTableName(self): + return self.get_query_params().get('SourceTableName') + + def set_SourceTableName(self,SourceTableName): + self.add_query_param('SourceTableName',SourceTableName) + + def get_TargetTableName(self): + return self.get_query_params().get('TargetTableName') - def set_Weights(self,Weights): - self.add_query_param('Weights',Weights) + def set_TargetTableName(self,TargetTableName): + self.add_query_param('TargetTableName',TargetTableName) def get_DrdsInstanceId(self): return self.get_query_params().get('DrdsInstanceId') diff --git a/aliyun-python-sdk-drds/aliyunsdkdrds/request/v20190123/DescribeShardTaskListRequest.py b/aliyun-python-sdk-drds/aliyunsdkdrds/request/v20190123/DescribeShardTaskListRequest.py new file mode 100644 index 0000000000..41920128b5 --- /dev/null +++ b/aliyun-python-sdk-drds/aliyunsdkdrds/request/v20190123/DescribeShardTaskListRequest.py @@ -0,0 +1,61 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class DescribeShardTaskListRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Drds', '2019-01-23', 'DescribeShardTaskList','drds') + + def get_TaskType(self): + return self.get_query_params().get('TaskType') + + def set_TaskType(self,TaskType): + self.add_query_param('TaskType',TaskType) + + def get_DbName(self): + return self.get_query_params().get('DbName') + + def set_DbName(self,DbName): + self.add_query_param('DbName',DbName) + + def get_Query(self): + return self.get_query_params().get('Query') + + def set_Query(self,Query): + self.add_query_param('Query',Query) + + def get_PageSize(self): + return self.get_query_params().get('PageSize') + + def set_PageSize(self,PageSize): + self.add_query_param('PageSize',PageSize) + + def get_CurrentPage(self): + return self.get_query_params().get('CurrentPage') + + def set_CurrentPage(self,CurrentPage): + self.add_query_param('CurrentPage',CurrentPage) + + def get_DrdsInstanceId(self): + return self.get_query_params().get('DrdsInstanceId') + + def set_DrdsInstanceId(self,DrdsInstanceId): + self.add_query_param('DrdsInstanceId',DrdsInstanceId) \ No newline at end of file diff --git a/aliyun-python-sdk-drds/aliyunsdkdrds/request/v20171016/DeleteDrdsDBRequest.py b/aliyun-python-sdk-drds/aliyunsdkdrds/request/v20190123/EnableInstanceIpv6AddressRequest.py similarity index 76% rename from aliyun-python-sdk-drds/aliyunsdkdrds/request/v20171016/DeleteDrdsDBRequest.py rename to aliyun-python-sdk-drds/aliyunsdkdrds/request/v20190123/EnableInstanceIpv6AddressRequest.py index ebb501de0a..46b62f8d0f 100644 --- a/aliyun-python-sdk-drds/aliyunsdkdrds/request/v20171016/DeleteDrdsDBRequest.py +++ b/aliyun-python-sdk-drds/aliyunsdkdrds/request/v20190123/EnableInstanceIpv6AddressRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,16 +18,17 @@ # under the License. from aliyunsdkcore.request import RpcRequest -class DeleteDrdsDBRequest(RpcRequest): + +class EnableInstanceIpv6AddressRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Drds', '2017-10-16', 'DeleteDrdsDB') + RpcRequest.__init__(self, 'Drds', '2019-01-23', 'EnableInstanceIpv6Address','drds') - def get_DbName(self): - return self.get_query_params().get('DbName') + def get_DrdsPassword(self): + return self.get_query_params().get('DrdsPassword') - def set_DbName(self,DbName): - self.add_query_param('DbName',DbName) + def set_DrdsPassword(self,DrdsPassword): + self.add_query_param('DrdsPassword',DrdsPassword) def get_DrdsInstanceId(self): return self.get_query_params().get('DrdsInstanceId') diff --git a/aliyun-python-sdk-drds/aliyunsdkdrds/request/v20190123/RearrangeDbToInstanceRequest.py b/aliyun-python-sdk-drds/aliyunsdkdrds/request/v20190123/RearrangeDbToInstanceRequest.py new file mode 100644 index 0000000000..171d77adeb --- /dev/null +++ b/aliyun-python-sdk-drds/aliyunsdkdrds/request/v20190123/RearrangeDbToInstanceRequest.py @@ -0,0 +1,63 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class RearrangeDbToInstanceRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Drds', '2019-01-23', 'RearrangeDbToInstance','drds') + + def get_ChooseSubDb(self): + return self.get_query_params().get('ChooseSubDb') + + def set_ChooseSubDb(self,ChooseSubDb): + self.add_query_param('ChooseSubDb',ChooseSubDb) + + def get_InstanceLists(self): + return self.get_query_params().get('InstanceLists') + + def set_InstanceLists(self,InstanceLists): + for i in range(len(InstanceLists)): + if InstanceLists[i] is not None: + self.add_query_param('InstanceList.' + str(i + 1) , InstanceLists[i]); + + def get_DbName(self): + return self.get_query_params().get('DbName') + + def set_DbName(self,DbName): + self.add_query_param('DbName',DbName) + + def get_OrderId(self): + return self.get_query_params().get('OrderId') + + def set_OrderId(self,OrderId): + self.add_query_param('OrderId',OrderId) + + def get_ChooseRds(self): + return self.get_query_params().get('ChooseRds') + + def set_ChooseRds(self,ChooseRds): + self.add_query_param('ChooseRds',ChooseRds) + + def get_DrdsInstanceId(self): + return self.get_query_params().get('DrdsInstanceId') + + def set_DrdsInstanceId(self,DrdsInstanceId): + self.add_query_param('DrdsInstanceId',DrdsInstanceId) \ No newline at end of file diff --git a/aliyun-python-sdk-drds/aliyunsdkdrds/request/v20171016/ModifyFullTableScanRequest.py b/aliyun-python-sdk-drds/aliyunsdkdrds/request/v20190123/SetupBroadcastTablesRequest.py similarity index 72% rename from aliyun-python-sdk-drds/aliyunsdkdrds/request/v20171016/ModifyFullTableScanRequest.py rename to aliyun-python-sdk-drds/aliyunsdkdrds/request/v20190123/SetupBroadcastTablesRequest.py index 48160c3d39..cb188fb84a 100644 --- a/aliyun-python-sdk-drds/aliyunsdkdrds/request/v20171016/ModifyFullTableScanRequest.py +++ b/aliyun-python-sdk-drds/aliyunsdkdrds/request/v20190123/SetupBroadcastTablesRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest -class ModifyFullTableScanRequest(RpcRequest): + +class SetupBroadcastTablesRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Drds', '2017-10-16', 'ModifyFullTableScan') + RpcRequest.__init__(self, 'Drds', '2019-01-23', 'SetupBroadcastTables','drds') def get_DbName(self): return self.get_query_params().get('DbName') @@ -29,20 +30,22 @@ def get_DbName(self): def set_DbName(self,DbName): self.add_query_param('DbName',DbName) + def get_Active(self): + return self.get_query_params().get('Active') + + def set_Active(self,Active): + self.add_query_param('Active',Active) + def get_TableNames(self): return self.get_query_params().get('TableNames') def set_TableNames(self,TableNames): - self.add_query_param('TableNames',TableNames) + for i in range(len(TableNames)): + if TableNames[i] is not None: + self.add_query_param('TableName.' + str(i + 1) , TableNames[i]); def get_DrdsInstanceId(self): return self.get_query_params().get('DrdsInstanceId') def set_DrdsInstanceId(self,DrdsInstanceId): - self.add_query_param('DrdsInstanceId',DrdsInstanceId) - - def get_FullTableScan(self): - return self.get_query_params().get('FullTableScan') - - def set_FullTableScan(self,FullTableScan): - self.add_query_param('FullTableScan',FullTableScan) \ No newline at end of file + self.add_query_param('DrdsInstanceId',DrdsInstanceId) \ No newline at end of file diff --git a/aliyun-python-sdk-drds/aliyunsdkdrds/request/v20190123/SetupDrdsParamsRequest.py b/aliyun-python-sdk-drds/aliyunsdkdrds/request/v20190123/SetupDrdsParamsRequest.py new file mode 100644 index 0000000000..59a1b09a40 --- /dev/null +++ b/aliyun-python-sdk-drds/aliyunsdkdrds/request/v20190123/SetupDrdsParamsRequest.py @@ -0,0 +1,54 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class SetupDrdsParamsRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Drds', '2019-01-23', 'SetupDrdsParams','drds') + + def get_ParamLevel(self): + return self.get_query_params().get('ParamLevel') + + def set_ParamLevel(self,ParamLevel): + self.add_query_param('ParamLevel',ParamLevel) + + def get_Datas(self): + return self.get_query_params().get('Datas') + + def set_Datas(self,Datas): + for i in range(len(Datas)): + if Datas[i].get('ParamType') is not None: + self.add_query_param('Data.' + str(i + 1) + '.ParamType' , Datas[i].get('ParamType')) + if Datas[i].get('DbName') is not None: + self.add_query_param('Data.' + str(i + 1) + '.DbName' , Datas[i].get('DbName')) + if Datas[i].get('ParamRanges') is not None: + self.add_query_param('Data.' + str(i + 1) + '.ParamRanges' , Datas[i].get('ParamRanges')) + if Datas[i].get('ParamVariableName') is not None: + self.add_query_param('Data.' + str(i + 1) + '.ParamVariableName' , Datas[i].get('ParamVariableName')) + if Datas[i].get('ParamValue') is not None: + self.add_query_param('Data.' + str(i + 1) + '.ParamValue' , Datas[i].get('ParamValue')) + + + def get_DrdsInstanceId(self): + return self.get_query_params().get('DrdsInstanceId') + + def set_DrdsInstanceId(self,DrdsInstanceId): + self.add_query_param('DrdsInstanceId',DrdsInstanceId) \ No newline at end of file diff --git a/aliyun-python-sdk-drds/aliyunsdkdrds/request/v20171016/DescribeRdsListRequest.py b/aliyun-python-sdk-drds/aliyunsdkdrds/request/v20190123/SwitchGlobalBroadcastTypeRequest.py similarity index 88% rename from aliyun-python-sdk-drds/aliyunsdkdrds/request/v20171016/DescribeRdsListRequest.py rename to aliyun-python-sdk-drds/aliyunsdkdrds/request/v20190123/SwitchGlobalBroadcastTypeRequest.py index 5b3342aab1..dcdbdf7a3b 100644 --- a/aliyun-python-sdk-drds/aliyunsdkdrds/request/v20171016/DescribeRdsListRequest.py +++ b/aliyun-python-sdk-drds/aliyunsdkdrds/request/v20190123/SwitchGlobalBroadcastTypeRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest -class DescribeRdsListRequest(RpcRequest): + +class SwitchGlobalBroadcastTypeRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Drds', '2017-10-16', 'DescribeRdsList') + RpcRequest.__init__(self, 'Drds', '2019-01-23', 'SwitchGlobalBroadcastType','drds') def get_DbName(self): return self.get_query_params().get('DbName') diff --git a/aliyun-python-sdk-drds/aliyunsdkdrds/request/v20190123/UpdateInstanceNetworkRequest.py b/aliyun-python-sdk-drds/aliyunsdkdrds/request/v20190123/UpdateInstanceNetworkRequest.py new file mode 100644 index 0000000000..0974a6b007 --- /dev/null +++ b/aliyun-python-sdk-drds/aliyunsdkdrds/request/v20190123/UpdateInstanceNetworkRequest.py @@ -0,0 +1,49 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class UpdateInstanceNetworkRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Drds', '2019-01-23', 'UpdateInstanceNetwork','drds') + + def get_RetainClassic(self): + return self.get_query_params().get('RetainClassic') + + def set_RetainClassic(self,RetainClassic): + self.add_query_param('RetainClassic',RetainClassic) + + def get_ClassicExpiredDays(self): + return self.get_query_params().get('ClassicExpiredDays') + + def set_ClassicExpiredDays(self,ClassicExpiredDays): + self.add_query_param('ClassicExpiredDays',ClassicExpiredDays) + + def get_SrcInstanceNetworkType(self): + return self.get_query_params().get('SrcInstanceNetworkType') + + def set_SrcInstanceNetworkType(self,SrcInstanceNetworkType): + self.add_query_param('SrcInstanceNetworkType',SrcInstanceNetworkType) + + def get_DrdsInstanceId(self): + return self.get_query_params().get('DrdsInstanceId') + + def set_DrdsInstanceId(self,DrdsInstanceId): + self.add_query_param('DrdsInstanceId',DrdsInstanceId) \ No newline at end of file diff --git a/aliyun-python-sdk-drds/aliyunsdkdrds/request/v20171016/ModifyDrdsDBPasswdRequest.py b/aliyun-python-sdk-drds/aliyunsdkdrds/request/v20190123/UpgradeDrdsInstanceRequest.py similarity index 69% rename from aliyun-python-sdk-drds/aliyunsdkdrds/request/v20171016/ModifyDrdsDBPasswdRequest.py rename to aliyun-python-sdk-drds/aliyunsdkdrds/request/v20190123/UpgradeDrdsInstanceRequest.py index 7df3324685..0f8e94209b 100644 --- a/aliyun-python-sdk-drds/aliyunsdkdrds/request/v20171016/ModifyDrdsDBPasswdRequest.py +++ b/aliyun-python-sdk-drds/aliyunsdkdrds/request/v20190123/UpgradeDrdsInstanceRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,22 +18,23 @@ # under the License. from aliyunsdkcore.request import RpcRequest -class ModifyDrdsDBPasswdRequest(RpcRequest): + +class UpgradeDrdsInstanceRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Drds', '2017-10-16', 'ModifyDrdsDBPasswd') + RpcRequest.__init__(self, 'Drds', '2019-01-23', 'UpgradeDrdsInstance','drds') - def get_NewPasswd(self): - return self.get_query_params().get('NewPasswd') + def get_ClientToken(self): + return self.get_query_params().get('ClientToken') - def set_NewPasswd(self,NewPasswd): - self.add_query_param('NewPasswd',NewPasswd) + def set_ClientToken(self,ClientToken): + self.add_query_param('ClientToken',ClientToken) - def get_DbName(self): - return self.get_query_params().get('DbName') + def get_Orders(self): + return self.get_query_params().get('Orders') - def set_DbName(self,DbName): - self.add_query_param('DbName',DbName) + def set_Orders(self,Orders): + self.add_query_param('Orders',Orders) def get_DrdsInstanceId(self): return self.get_query_params().get('DrdsInstanceId') diff --git a/aliyun-python-sdk-drds/aliyunsdkdrds/request/v20171016/__init__.py b/aliyun-python-sdk-drds/aliyunsdkdrds/request/v20190123/__init__.py similarity index 100% rename from aliyun-python-sdk-drds/aliyunsdkdrds/request/v20171016/__init__.py rename to aliyun-python-sdk-drds/aliyunsdkdrds/request/v20190123/__init__.py diff --git a/aliyun-python-sdk-drds/setup.py b/aliyun-python-sdk-drds/setup.py index a048577198..218b9e64d9 100644 --- a/aliyun-python-sdk-drds/setup.py +++ b/aliyun-python-sdk-drds/setup.py @@ -46,13 +46,6 @@ finally: desc_file.close() -requires = [] - -if sys.version_info < (3, 3): - requires.append("aliyun-python-sdk-core>=2.0.2") -else: - requires.append("aliyun-python-sdk-core-v3>=2.3.5") - setup( name=NAME, version=VERSION, @@ -66,7 +59,7 @@ packages=find_packages(exclude=["tests*"]), include_package_data=True, platforms="any", - install_requires=requires, + install_requires=["aliyun-python-sdk-core>=2.11.5",], classifiers=( "Development Status :: 4 - Beta", "Intended Audience :: Developers", From a6d644a48b283f3e6bc9ce0c9c3782be1277dd12 Mon Sep 17 00:00:00 2001 From: sdk-team Date: Mon, 19 Aug 2019 16:21:49 +0800 Subject: [PATCH 131/282] Generated 2019-01-23 for Drds. --- aliyun-python-sdk-drds/ChangeLog.txt | 3 +++ aliyun-python-sdk-drds/aliyunsdkdrds/__init__.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/aliyun-python-sdk-drds/ChangeLog.txt b/aliyun-python-sdk-drds/ChangeLog.txt index 56805944fa..6b3d46dba2 100644 --- a/aliyun-python-sdk-drds/ChangeLog.txt +++ b/aliyun-python-sdk-drds/ChangeLog.txt @@ -1,3 +1,6 @@ +2019-08-19 Version: 2.5.2 +- Generated 2019-01-23 for `Drds`. + 2019-08-19 Version: 2.5.1 - Generated 2019-01-23 for `Drds`. diff --git a/aliyun-python-sdk-drds/aliyunsdkdrds/__init__.py b/aliyun-python-sdk-drds/aliyunsdkdrds/__init__.py index 8f2df92f20..223d15cffd 100644 --- a/aliyun-python-sdk-drds/aliyunsdkdrds/__init__.py +++ b/aliyun-python-sdk-drds/aliyunsdkdrds/__init__.py @@ -1 +1 @@ -__version__ = '2.5.1' \ No newline at end of file +__version__ = '2.5.2' \ No newline at end of file From 8be0619e8a3e4f860234e98ca48eddc3a65b76f7 Mon Sep 17 00:00:00 2001 From: sdk-team Date: Mon, 19 Aug 2019 16:47:59 +0800 Subject: [PATCH 132/282] Generated 2019-01-23 for Drds. --- aliyun-python-sdk-drds/ChangeLog.txt | 3 +++ aliyun-python-sdk-drds/aliyunsdkdrds/__init__.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/aliyun-python-sdk-drds/ChangeLog.txt b/aliyun-python-sdk-drds/ChangeLog.txt index 6b3d46dba2..939bdd003a 100644 --- a/aliyun-python-sdk-drds/ChangeLog.txt +++ b/aliyun-python-sdk-drds/ChangeLog.txt @@ -1,3 +1,6 @@ +2019-08-19 Version: 2.5.3 +- Generated 2019-01-23 for `Drds`. + 2019-08-19 Version: 2.5.2 - Generated 2019-01-23 for `Drds`. diff --git a/aliyun-python-sdk-drds/aliyunsdkdrds/__init__.py b/aliyun-python-sdk-drds/aliyunsdkdrds/__init__.py index 223d15cffd..288fa4ed1b 100644 --- a/aliyun-python-sdk-drds/aliyunsdkdrds/__init__.py +++ b/aliyun-python-sdk-drds/aliyunsdkdrds/__init__.py @@ -1 +1 @@ -__version__ = '2.5.2' \ No newline at end of file +__version__ = '2.5.3' \ No newline at end of file From 5aebd205e8a8f6f07d8bf96c0137c2658c728272 Mon Sep 17 00:00:00 2001 From: sdk-team Date: Mon, 19 Aug 2019 16:50:17 +0800 Subject: [PATCH 133/282] Generated 2015-01-01 for R-kvstore. --- aliyun-python-sdk-r-kvstore/ChangeLog.txt | 3 + aliyun-python-sdk-r-kvstore/README.rst | 10 +- .../aliyunsdkr_kvstore/__init__.py | 2 +- .../v20150101/ActivateInstanceRequest.py | 19 +-- ...AllocateInstancePublicConnectionRequest.py | 72 --------- .../v20150101/AppendReplicaInstanceRequest.py | 108 ------------- ...uest.py => CountRedisaInstancesRequest.py} | 13 +- .../request/v20150101/CreateAccountRequest.py | 67 ++++---- .../request/v20150101/CreateBackupRequest.py | 19 +-- .../CreateCacheAnalysisTaskRequest.py | 60 -------- .../v20150101/CreateInstanceReplicaRequest.py | 144 ------------------ .../v20150101/CreateInstanceRequest.py | 23 ++- .../v20150101/CreateInstancesRequest.py | 63 +++----- ...quest.py => CreateMultiInstanceRequest.py} | 35 ++--- .../v20150101/CreateSnapshotRequest.py | 5 +- .../CreateStaticVerificationRequest.py | 39 ++--- .../v20150101/CreateTempInstanceRequest.py | 5 +- .../request/v20150101/DataOperateRequest.py | 19 +-- .../v20150101/DeactivateInstanceRequest.py | 19 +-- .../request/v20150101/DeleteAccountRequest.py | 66 -------- .../v20150101/DeleteInstanceRequest.py | 31 ++-- .../v20150101/DeleteSnapshotRequest.py | 5 +- .../DeleteSnapshotSettingsRequest.py | 5 +- .../v20150101/DeleteTempInstanceRequest.py | 5 +- .../v20150101/DescribeAccountsRequest.py | 19 +-- .../DescribeActiveOperationTaskTypeRequest.py | 60 -------- .../v20150101/DescribeAuditRecordsRequest.py | 114 -------------- .../DescribeAvailableResourceRequest.py | 25 +-- .../v20150101/DescribeBackupPolicyRequest.py | 5 +- .../v20150101/DescribeBackupsRequest.py | 55 +++---- .../DescribeCacheAnalysisReportListRequest.py | 61 ++++---- .../DescribeCacheAnalysisReportRequest.py | 55 +++---- ...Request.py => DescribeCommodityRequest.py} | 39 +++-- .../DescribeConnectionDomainRequest.py | 5 +- ...> DescribeDBInstanceIPArrayListRequest.py} | 21 +-- .../DescribeDBInstanceMonitorRequest.py | 60 -------- .../DescribeDBInstanceNetInfoRequest.py | 60 -------- ...DescribeDynamicVerificationListRequest.py} | 75 ++++----- .../v20150101/DescribeEngineVersionRequest.py | 66 -------- .../DescribeErrorLogRecordsRequest.py | 108 ------------- .../DescribeHistoryMonitorValuesRequest.py | 47 +++--- .../DescribeInstanceAttributeRequest.py | 19 +-- ...ribeInstanceAutoRenewalAttributeRequest.py | 49 +++--- .../DescribeInstanceConfigRequest.py | 19 +-- .../v20150101/DescribeInstanceCountRequest.py | 19 +-- .../v20150101/DescribeInstanceSSLRequest.py | 60 -------- .../DescribeInstanceVPCAuthRequest.py | 19 +-- .../DescribeInstancesByExpireTimeRequest.py | 84 ---------- .../v20150101/DescribeInstancesRequest.py | 112 +++++++------- .../DescribeLogicInstanceTopologyRequest.py | 60 -------- .../v20150101/DescribeMonitorItemsRequest.py | 19 +-- .../v20150101/DescribeMonitorValuesRequest.py | 17 ++- ...scribeMonthlyServiceStatusDetailRequest.py | 31 ++-- .../DescribeMonthlyServiceStatusRequest.py | 31 ++-- ...equest.py => DescribeMultiPriceRequest.py} | 27 ++-- ...ribeParameterModificationHistoryRequest.py | 78 ---------- .../DescribeParameterTemplatesRequest.py | 72 --------- .../request/v20150101/DescribePriceRequest.py | 138 ----------------- .../v20150101/DescribeRegionsRequest.py | 19 +-- .../DescribeReplicaConflictInfoRequest.py | 55 +++---- ...escribeReplicaInitializeProgressRequest.py | 17 ++- .../DescribeReplicaPerformanceRequest.py | 61 ++++---- .../v20150101/DescribeReplicaUsageRequest.py | 37 ++--- .../v20150101/DescribeReplicasRequest.py | 49 +++--- .../DescribeRunningLogRecordsRequest.py | 108 ------------- .../v20150101/DescribeSecurityIpsRequest.py | 19 +-- .../DescribeSlowLogRecordsRequest.py | 102 ------------- .../v20150101/DescribeSnapshotsRequest.py | 5 +- .../DescribeStaticVerificationListRequest.py | 39 ++--- .../v20150101/DescribeStrategyRequest.py | 17 ++- .../request/v20150101/DescribeTagsRequest.py | 60 -------- .../v20150101/DescribeTempInstanceRequest.py | 5 +- .../v20150101/DescribeUserInfoRequest.py | 19 +-- .../DescribeVerificationListRequest.py | 55 +++---- .../request/v20150101/DescribeZonesRequest.py | 13 +- .../v20150101/DestroyInstanceRequest.py | 60 -------- .../request/v20150101/FlushInstanceRequest.py | 31 ++-- .../v20150101/GetSnapshotSettingsRequest.py | 19 +-- .../v20150101/GrantAccountPrivilegeRequest.py | 72 --------- .../v20150101/ListTagResourcesRequest.py | 79 ---------- .../v20150101/MigrateToOtherZoneRequest.py | 53 +++---- .../ModifyAccountDescriptionRequest.py | 72 --------- .../ModifyActiveOperationTaskRequest.py | 66 -------- .../v20150101/ModifyAuditLogConfigRequest.py | 37 ++--- .../v20150101/ModifyBackupPolicyRequest.py | 43 +++--- .../v20150101/ModifyCertificationRequest.py | 66 -------- ...ModifyDBInstanceConnectionStringRequest.py | 84 ---------- .../ModifyDBInstanceMonitorRequest.py | 66 -------- ...Request.py => ModifyDynamicModeRequest.py} | 25 +-- .../v20150101/ModifyGuardDomainModeRequest.py | 17 ++- .../ModifyInstanceAttributeRequest.py | 31 ++-- ...difyInstanceAutoRenewalAttributeRequest.py | 72 --------- ...st.py => ModifyInstanceCapacityRequest.py} | 53 ++++--- .../v20150101/ModifyInstanceConfigRequest.py | 17 ++- .../ModifyInstanceMaintainTimeRequest.py | 31 ++-- .../ModifyInstanceMajorVersionRequest.py | 72 --------- .../ModifyInstanceMinorVersionRequest.py | 72 --------- .../ModifyInstanceNetExpireTimeRequest.py | 72 --------- .../v20150101/ModifyInstanceSpecRequest.py | 67 ++++---- .../v20150101/ModifyInstanceVPCAuthRequest.py | 31 ++-- .../ModifyInstanceVpcAuthModeRequest.py | 66 -------- .../ModifyIntranetAttributeRequest.py | 60 -------- .../ModifyReplicaDescriptionRequest.py | 17 ++- ....py => ModifyReplicaDynamicModeRequest.py} | 27 ++-- ...t.py => ModifyReplicaFilterModeRequest.py} | 33 ++-- .../v20150101/ModifyReplicaModeRequest.py | 43 +++--- ....py => ModifyReplicaRecoverModeRequest.py} | 31 ++-- .../ModifyReplicaRecoveryModeRequest.py | 29 ++-- .../v20150101/ModifyReplicaRelationRequest.py | 17 ++- .../ModifyReplicaVerificationModeRequest.py | 29 ++-- .../v20150101/ModifySecurityIpsRequest.py | 41 ++--- .../request/v20150101/QueryTaskRequest.py | 5 +- .../ReleaseInstancePublicConnectionRequest.py | 66 -------- .../v20150101/ReleaseInstancesRequest.py | 73 +++++++++ .../v20150101/ReleaseReplicaRequest.py | 17 ++- .../request/v20150101/RenewInstanceRequest.py | 61 +++----- ...SSLRequest.py => RenewInstancesRequest.py} | 41 ++--- .../v20150101/RenewMultiInstanceRequest.py | 37 ++--- .../v20150101/ResetAccountPasswordRequest.py | 72 --------- .../request/v20150101/ResetAccountRequest.py | 72 --------- .../v20150101/RestartInstanceRequest.py | 66 -------- .../v20150101/RestoreInstanceRequest.py | 19 +-- .../v20150101/RestoreSnapshotRequest.py | 5 +- .../RevokeAccountPrivilegeRequest.py | 66 -------- .../v20150101/SetSnapshotSettingsRequest.py | 5 +- .../request/v20150101/SwitchNetworkRequest.py | 63 ++++---- .../v20150101/SwitchTempInstanceRequest.py | 5 +- .../request/v20150101/TagResourcesRequest.py | 73 --------- .../v20150101/TransformToPrePaidRequest.py | 31 ++-- .../v20150101/UntagResourcesRequest.py | 76 --------- .../v20150101/VerifyPasswordRequest.py | 19 +-- 131 files changed, 1399 insertions(+), 4420 deletions(-) delete mode 100644 aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/AllocateInstancePublicConnectionRequest.py delete mode 100644 aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/AppendReplicaInstanceRequest.py rename aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/{DescribeActiveOperationTaskCountRequest.py => CountRedisaInstancesRequest.py} (81%) delete mode 100644 aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/CreateCacheAnalysisTaskRequest.py delete mode 100644 aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/CreateInstanceReplicaRequest.py rename aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/{DescribeRdsVSwitchsRequest.py => CreateMultiInstanceRequest.py} (71%) delete mode 100644 aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DeleteAccountRequest.py delete mode 100644 aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeActiveOperationTaskTypeRequest.py delete mode 100644 aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeAuditRecordsRequest.py rename aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/{DescribeCertificationRequest.py => DescribeCommodityRequest.py} (75%) rename aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/{DescribeIntranetAttributeRequest.py => DescribeDBInstanceIPArrayListRequest.py} (89%) delete mode 100644 aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeDBInstanceMonitorRequest.py delete mode 100644 aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeDBInstanceNetInfoRequest.py rename aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/{DescribeActiveOperationTaskRequest.py => DescribeDynamicVerificationListRequest.py} (76%) delete mode 100644 aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeEngineVersionRequest.py delete mode 100644 aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeErrorLogRecordsRequest.py delete mode 100644 aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeInstanceSSLRequest.py delete mode 100644 aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeInstancesByExpireTimeRequest.py delete mode 100644 aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeLogicInstanceTopologyRequest.py rename aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/{DescribeRdsVpcsRequest.py => DescribeMultiPriceRequest.py} (79%) delete mode 100644 aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeParameterModificationHistoryRequest.py delete mode 100644 aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeParameterTemplatesRequest.py delete mode 100644 aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribePriceRequest.py delete mode 100644 aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeRunningLogRecordsRequest.py delete mode 100644 aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeSlowLogRecordsRequest.py delete mode 100644 aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeTagsRequest.py delete mode 100644 aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DestroyInstanceRequest.py delete mode 100644 aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/GrantAccountPrivilegeRequest.py delete mode 100644 aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/ListTagResourcesRequest.py delete mode 100644 aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/ModifyAccountDescriptionRequest.py delete mode 100644 aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/ModifyActiveOperationTaskRequest.py delete mode 100644 aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/ModifyCertificationRequest.py delete mode 100644 aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/ModifyDBInstanceConnectionStringRequest.py delete mode 100644 aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/ModifyDBInstanceMonitorRequest.py rename aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/{EvaluateFailOverSwitchRequest.py => ModifyDynamicModeRequest.py} (84%) delete mode 100644 aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/ModifyInstanceAutoRenewalAttributeRequest.py rename aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/{ModifyInstanceSpecPreCheckRequest.py => ModifyInstanceCapacityRequest.py} (71%) delete mode 100644 aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/ModifyInstanceMajorVersionRequest.py delete mode 100644 aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/ModifyInstanceMinorVersionRequest.py delete mode 100644 aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/ModifyInstanceNetExpireTimeRequest.py delete mode 100644 aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/ModifyInstanceVpcAuthModeRequest.py delete mode 100644 aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/ModifyIntranetAttributeRequest.py rename aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/{DescribeActiveOperationTaskRegionRequest.py => ModifyReplicaDynamicModeRequest.py} (77%) rename aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/{UnlinkReplicaInstanceRequest.py => ModifyReplicaFilterModeRequest.py} (82%) rename aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/{DescribeParametersRequest.py => ModifyReplicaRecoverModeRequest.py} (77%) delete mode 100644 aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/ReleaseInstancePublicConnectionRequest.py create mode 100644 aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/ReleaseInstancesRequest.py rename aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/{ModifyInstanceSSLRequest.py => RenewInstancesRequest.py} (75%) delete mode 100644 aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/ResetAccountPasswordRequest.py delete mode 100644 aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/ResetAccountRequest.py delete mode 100644 aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/RestartInstanceRequest.py delete mode 100644 aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/RevokeAccountPrivilegeRequest.py delete mode 100644 aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/TagResourcesRequest.py delete mode 100644 aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/UntagResourcesRequest.py diff --git a/aliyun-python-sdk-r-kvstore/ChangeLog.txt b/aliyun-python-sdk-r-kvstore/ChangeLog.txt index a31fc2f6a6..51a25c3c98 100644 --- a/aliyun-python-sdk-r-kvstore/ChangeLog.txt +++ b/aliyun-python-sdk-r-kvstore/ChangeLog.txt @@ -1,3 +1,6 @@ +2019-08-19 Version: 3.0.1 +- Generated 2015-01-01 for `R-kvstore`. + 2019-05-28 Version: 3.0.0 - Generated 2015-01-01 for `R-kvstore` diff --git a/aliyun-python-sdk-r-kvstore/README.rst b/aliyun-python-sdk-r-kvstore/README.rst index db89389b7e..e875fbcfb8 100644 --- a/aliyun-python-sdk-r-kvstore/README.rst +++ b/aliyun-python-sdk-r-kvstore/README.rst @@ -1,11 +1,15 @@ +============================================================= aliyun-python-sdk-r-kvstore -This is the r-kvstore module of Aliyun Python SDK. +============================================================= + +.. This is the r-kvstore module of Aliyun Python SDK. Aliyun Python SDK is the official software development kit. It makes things easy to integrate your Python application, library, or script with Aliyun services. This module works on Python versions: 2.6.5 and greater -Documentation: -Please visit http://develop.aliyun.com/sdk/python \ No newline at end of file +**Documentation:** + +Please visit `http://develop.aliyun.com/sdk/python `_ diff --git a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/__init__.py b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/__init__.py index e931652ef4..9b31f92c0d 100644 --- a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/__init__.py +++ b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/__init__.py @@ -1 +1 @@ -__version__ = '3.0.0' \ No newline at end of file +__version__ = '3.0.1' \ No newline at end of file diff --git a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/ActivateInstanceRequest.py b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/ActivateInstanceRequest.py index a208ae73af..916c2498b9 100644 --- a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/ActivateInstanceRequest.py +++ b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/ActivateInstanceRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest + class ActivateInstanceRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'ActivateInstance','kvstore') + RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'ActivateInstance','r-kvstore') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -29,6 +30,12 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) + def get_InstanceId(self): + return self.get_query_params().get('InstanceId') + + def set_InstanceId(self,InstanceId): + self.add_query_param('InstanceId',InstanceId) + def get_SecurityToken(self): return self.get_query_params().get('SecurityToken') @@ -51,10 +58,4 @@ def get_OwnerId(self): return self.get_query_params().get('OwnerId') def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_InstanceId(self): - return self.get_query_params().get('InstanceId') - - def set_InstanceId(self,InstanceId): - self.add_query_param('InstanceId',InstanceId) \ No newline at end of file + self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/AllocateInstancePublicConnectionRequest.py b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/AllocateInstancePublicConnectionRequest.py deleted file mode 100644 index 8b602a15a8..0000000000 --- a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/AllocateInstancePublicConnectionRequest.py +++ /dev/null @@ -1,72 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest -class AllocateInstancePublicConnectionRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'AllocateInstancePublicConnection','kvstore') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_ConnectionStringPrefix(self): - return self.get_query_params().get('ConnectionStringPrefix') - - def set_ConnectionStringPrefix(self,ConnectionStringPrefix): - self.add_query_param('ConnectionStringPrefix',ConnectionStringPrefix) - - def get_SecurityToken(self): - return self.get_query_params().get('SecurityToken') - - def set_SecurityToken(self,SecurityToken): - self.add_query_param('SecurityToken',SecurityToken) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_InstanceId(self): - return self.get_query_params().get('InstanceId') - - def set_InstanceId(self,InstanceId): - self.add_query_param('InstanceId',InstanceId) - - def get_Port(self): - return self.get_query_params().get('Port') - - def set_Port(self,Port): - self.add_query_param('Port',Port) \ No newline at end of file diff --git a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/AppendReplicaInstanceRequest.py b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/AppendReplicaInstanceRequest.py deleted file mode 100644 index 2533e382e6..0000000000 --- a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/AppendReplicaInstanceRequest.py +++ /dev/null @@ -1,108 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest -class AppendReplicaInstanceRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'AppendReplicaInstance','kvstore') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_ClientToken(self): - return self.get_query_params().get('ClientToken') - - def set_ClientToken(self,ClientToken): - self.add_query_param('ClientToken',ClientToken) - - def get_NetworkType(self): - return self.get_query_params().get('NetworkType') - - def set_NetworkType(self,NetworkType): - self.add_query_param('NetworkType',NetworkType) - - def get_SecurityToken(self): - return self.get_query_params().get('SecurityToken') - - def set_SecurityToken(self,SecurityToken): - self.add_query_param('SecurityToken',SecurityToken) - - def get_ReplicaId(self): - return self.get_query_params().get('ReplicaId') - - def set_ReplicaId(self,ReplicaId): - self.add_query_param('ReplicaId',ReplicaId) - - def get_Period(self): - return self.get_query_params().get('Period') - - def set_Period(self,Period): - self.add_query_param('Period',Period) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_VSwitchId(self): - return self.get_query_params().get('VSwitchId') - - def set_VSwitchId(self,VSwitchId): - self.add_query_param('VSwitchId',VSwitchId) - - def get_InstanceName(self): - return self.get_query_params().get('InstanceName') - - def set_InstanceName(self,InstanceName): - self.add_query_param('InstanceName',InstanceName) - - def get_VpcId(self): - return self.get_query_params().get('VpcId') - - def set_VpcId(self,VpcId): - self.add_query_param('VpcId',VpcId) - - def get_ZoneId(self): - return self.get_query_params().get('ZoneId') - - def set_ZoneId(self,ZoneId): - self.add_query_param('ZoneId',ZoneId) - - def get_ChargeType(self): - return self.get_query_params().get('ChargeType') - - def set_ChargeType(self,ChargeType): - self.add_query_param('ChargeType',ChargeType) \ No newline at end of file diff --git a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeActiveOperationTaskCountRequest.py b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/CountRedisaInstancesRequest.py similarity index 81% rename from aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeActiveOperationTaskCountRequest.py rename to aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/CountRedisaInstancesRequest.py index 61d63a93fe..eb3d586039 100644 --- a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeActiveOperationTaskCountRequest.py +++ b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/CountRedisaInstancesRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest -class DescribeActiveOperationTaskCountRequest(RpcRequest): + +class CountRedisaInstancesRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'DescribeActiveOperationTaskCount','kvstore') + RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'CountRedisaInstances','r-kvstore') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -29,12 +30,6 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) - def get_SecurityToken(self): - return self.get_query_params().get('SecurityToken') - - def set_SecurityToken(self,SecurityToken): - self.add_query_param('SecurityToken',SecurityToken) - def get_ResourceOwnerAccount(self): return self.get_query_params().get('ResourceOwnerAccount') diff --git a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/CreateAccountRequest.py b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/CreateAccountRequest.py index fabf3588c8..6e164ba875 100644 --- a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/CreateAccountRequest.py +++ b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/CreateAccountRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest + class CreateAccountRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'CreateAccount','kvstore') + RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'CreateAccount','r-kvstore') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -29,36 +30,6 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) - def get_AccountType(self): - return self.get_query_params().get('AccountType') - - def set_AccountType(self,AccountType): - self.add_query_param('AccountType',AccountType) - - def get_AccountDescription(self): - return self.get_query_params().get('AccountDescription') - - def set_AccountDescription(self,AccountDescription): - self.add_query_param('AccountDescription',AccountDescription) - - def get_AccountPrivilege(self): - return self.get_query_params().get('AccountPrivilege') - - def set_AccountPrivilege(self,AccountPrivilege): - self.add_query_param('AccountPrivilege',AccountPrivilege) - - def get_AccountName(self): - return self.get_query_params().get('AccountName') - - def set_AccountName(self,AccountName): - self.add_query_param('AccountName',AccountName) - - def get_SecurityToken(self): - return self.get_query_params().get('SecurityToken') - - def set_SecurityToken(self,SecurityToken): - self.add_query_param('SecurityToken',SecurityToken) - def get_ResourceOwnerAccount(self): return self.get_query_params().get('ResourceOwnerAccount') @@ -71,12 +42,30 @@ def get_OwnerAccount(self): def set_OwnerAccount(self,OwnerAccount): self.add_query_param('OwnerAccount',OwnerAccount) + def get_AccountType(self): + return self.get_query_params().get('AccountType') + + def set_AccountType(self,AccountType): + self.add_query_param('AccountType',AccountType) + def get_OwnerId(self): return self.get_query_params().get('OwnerId') def set_OwnerId(self,OwnerId): self.add_query_param('OwnerId',OwnerId) + def get_AccountDescription(self): + return self.get_query_params().get('AccountDescription') + + def set_AccountDescription(self,AccountDescription): + self.add_query_param('AccountDescription',AccountDescription) + + def get_AccountPrivilege(self): + return self.get_query_params().get('AccountPrivilege') + + def set_AccountPrivilege(self,AccountPrivilege): + self.add_query_param('AccountPrivilege',AccountPrivilege) + def get_AccountPassword(self): return self.get_query_params().get('AccountPassword') @@ -87,4 +76,16 @@ def get_InstanceId(self): return self.get_query_params().get('InstanceId') def set_InstanceId(self,InstanceId): - self.add_query_param('InstanceId',InstanceId) \ No newline at end of file + self.add_query_param('InstanceId',InstanceId) + + def get_AccountName(self): + return self.get_query_params().get('AccountName') + + def set_AccountName(self,AccountName): + self.add_query_param('AccountName',AccountName) + + def get_SecurityToken(self): + return self.get_query_params().get('SecurityToken') + + def set_SecurityToken(self,SecurityToken): + self.add_query_param('SecurityToken',SecurityToken) \ No newline at end of file diff --git a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/CreateBackupRequest.py b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/CreateBackupRequest.py index e77904afa1..bdb6837471 100644 --- a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/CreateBackupRequest.py +++ b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/CreateBackupRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest + class CreateBackupRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'CreateBackup','kvstore') + RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'CreateBackup','r-kvstore') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -29,6 +30,12 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) + def get_InstanceId(self): + return self.get_query_params().get('InstanceId') + + def set_InstanceId(self,InstanceId): + self.add_query_param('InstanceId',InstanceId) + def get_SecurityToken(self): return self.get_query_params().get('SecurityToken') @@ -51,10 +58,4 @@ def get_OwnerId(self): return self.get_query_params().get('OwnerId') def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_InstanceId(self): - return self.get_query_params().get('InstanceId') - - def set_InstanceId(self,InstanceId): - self.add_query_param('InstanceId',InstanceId) \ No newline at end of file + self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/CreateCacheAnalysisTaskRequest.py b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/CreateCacheAnalysisTaskRequest.py deleted file mode 100644 index 4f0e4c24bd..0000000000 --- a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/CreateCacheAnalysisTaskRequest.py +++ /dev/null @@ -1,60 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest -class CreateCacheAnalysisTaskRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'CreateCacheAnalysisTask','kvstore') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_SecurityToken(self): - return self.get_query_params().get('SecurityToken') - - def set_SecurityToken(self,SecurityToken): - self.add_query_param('SecurityToken',SecurityToken) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_InstanceId(self): - return self.get_query_params().get('InstanceId') - - def set_InstanceId(self,InstanceId): - self.add_query_param('InstanceId',InstanceId) \ No newline at end of file diff --git a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/CreateInstanceReplicaRequest.py b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/CreateInstanceReplicaRequest.py deleted file mode 100644 index 47e1af5c80..0000000000 --- a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/CreateInstanceReplicaRequest.py +++ /dev/null @@ -1,144 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest -class CreateInstanceReplicaRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'CreateInstanceReplica','kvstore') - - def get_DomainMode(self): - return self.get_query_params().get('DomainMode') - - def set_DomainMode(self,DomainMode): - self.add_query_param('DomainMode',DomainMode) - - def get_ReplicaDescription(self): - return self.get_query_params().get('ReplicaDescription') - - def set_ReplicaDescription(self,ReplicaDescription): - self.add_query_param('ReplicaDescription',ReplicaDescription) - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_ClientToken(self): - return self.get_query_params().get('ClientToken') - - def set_ClientToken(self,ClientToken): - self.add_query_param('ClientToken',ClientToken) - - def get_NetworkType(self): - return self.get_query_params().get('NetworkType') - - def set_NetworkType(self,NetworkType): - self.add_query_param('NetworkType',NetworkType) - - def get_SecurityToken(self): - return self.get_query_params().get('SecurityToken') - - def set_SecurityToken(self,SecurityToken): - self.add_query_param('SecurityToken',SecurityToken) - - def get_DBInstanceDescription(self): - return self.get_query_params().get('DBInstanceDescription') - - def set_DBInstanceDescription(self,DBInstanceDescription): - self.add_query_param('DBInstanceDescription',DBInstanceDescription) - - def get_Period(self): - return self.get_query_params().get('Period') - - def set_Period(self,Period): - self.add_query_param('Period',Period) - - def get_AutoPay(self): - return self.get_query_params().get('AutoPay') - - def set_AutoPay(self,AutoPay): - self.add_query_param('AutoPay',AutoPay) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_SecurityIPList(self): - return self.get_query_params().get('SecurityIPList') - - def set_SecurityIPList(self,SecurityIPList): - self.add_query_param('SecurityIPList',SecurityIPList) - - def get_VSwitchId(self): - return self.get_query_params().get('VSwitchId') - - def set_VSwitchId(self,VSwitchId): - self.add_query_param('VSwitchId',VSwitchId) - - def get_AccountPassword(self): - return self.get_query_params().get('AccountPassword') - - def set_AccountPassword(self,AccountPassword): - self.add_query_param('AccountPassword',AccountPassword) - - def get_SourceDBInstanceId(self): - return self.get_query_params().get('SourceDBInstanceId') - - def set_SourceDBInstanceId(self,SourceDBInstanceId): - self.add_query_param('SourceDBInstanceId',SourceDBInstanceId) - - def get_ReplicaMode(self): - return self.get_query_params().get('ReplicaMode') - - def set_ReplicaMode(self,ReplicaMode): - self.add_query_param('ReplicaMode',ReplicaMode) - - def get_VpcId(self): - return self.get_query_params().get('VpcId') - - def set_VpcId(self,VpcId): - self.add_query_param('VpcId',VpcId) - - def get_ZoneId(self): - return self.get_query_params().get('ZoneId') - - def set_ZoneId(self,ZoneId): - self.add_query_param('ZoneId',ZoneId) - - def get_ChargeType(self): - return self.get_query_params().get('ChargeType') - - def set_ChargeType(self,ChargeType): - self.add_query_param('ChargeType',ChargeType) \ No newline at end of file diff --git a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/CreateInstanceRequest.py b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/CreateInstanceRequest.py index d8d0bc4380..9cca1d17a4 100644 --- a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/CreateInstanceRequest.py +++ b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/CreateInstanceRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest + class CreateInstanceRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'CreateInstance','kvstore') + RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'CreateInstance','r-kvstore') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -53,6 +54,12 @@ def get_EngineVersion(self): def set_EngineVersion(self,EngineVersion): self.add_query_param('EngineVersion',EngineVersion) + def get_AutoUseCoupon(self): + return self.get_query_params().get('AutoUseCoupon') + + def set_AutoUseCoupon(self,AutoUseCoupon): + self.add_query_param('AutoUseCoupon',AutoUseCoupon) + def get_InstanceClass(self): return self.get_query_params().get('InstanceClass') @@ -89,6 +96,12 @@ def get_BusinessInfo(self): def set_BusinessInfo(self,BusinessInfo): self.add_query_param('BusinessInfo',BusinessInfo) + def get_AutoRenewPeriod(self): + return self.get_query_params().get('AutoRenewPeriod') + + def set_AutoRenewPeriod(self,AutoRenewPeriod): + self.add_query_param('AutoRenewPeriod',AutoRenewPeriod) + def get_Period(self): return self.get_query_params().get('Period') @@ -149,6 +162,12 @@ def get_InstanceName(self): def set_InstanceName(self,InstanceName): self.add_query_param('InstanceName',InstanceName) + def get_AutoRenew(self): + return self.get_query_params().get('AutoRenew') + + def set_AutoRenew(self,AutoRenew): + self.add_query_param('AutoRenew',AutoRenew) + def get_VpcId(self): return self.get_query_params().get('VpcId') diff --git a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/CreateInstancesRequest.py b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/CreateInstancesRequest.py index b8496d873d..0270c5531b 100644 --- a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/CreateInstancesRequest.py +++ b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/CreateInstancesRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest + class CreateInstancesRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'CreateInstances','kvstore') + RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'CreateInstances','r-kvstore') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -29,42 +30,6 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) - def get_Instances(self): - return self.get_query_params().get('Instances') - - def set_Instances(self,Instances): - self.add_query_param('Instances',Instances) - - def get_CouponNo(self): - return self.get_query_params().get('CouponNo') - - def set_CouponNo(self,CouponNo): - self.add_query_param('CouponNo',CouponNo) - - def get_EngineVersion(self): - return self.get_query_params().get('EngineVersion') - - def set_EngineVersion(self,EngineVersion): - self.add_query_param('EngineVersion',EngineVersion) - - def get_SecurityToken(self): - return self.get_query_params().get('SecurityToken') - - def set_SecurityToken(self,SecurityToken): - self.add_query_param('SecurityToken',SecurityToken) - - def get_RebuildInstance(self): - return self.get_query_params().get('RebuildInstance') - - def set_RebuildInstance(self,RebuildInstance): - self.add_query_param('RebuildInstance',RebuildInstance) - - def get_BusinessInfo(self): - return self.get_query_params().get('BusinessInfo') - - def set_BusinessInfo(self,BusinessInfo): - self.add_query_param('BusinessInfo',BusinessInfo) - def get_AgentId(self): return self.get_query_params().get('AgentId') @@ -83,6 +48,12 @@ def get_ResourceOwnerAccount(self): def set_ResourceOwnerAccount(self,ResourceOwnerAccount): self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + def get_Instances(self): + return self.get_query_params().get('Instances') + + def set_Instances(self,Instances): + self.add_query_param('Instances',Instances) + def get_OwnerAccount(self): return self.get_query_params().get('OwnerAccount') @@ -101,14 +72,14 @@ def get_Token(self): def set_Token(self,Token): self.add_query_param('Token',Token) - def get_PrivateIpAddress(self): - return self.get_query_params().get('PrivateIpAddress') + def get_SecurityToken(self): + return self.get_query_params().get('SecurityToken') - def set_PrivateIpAddress(self,PrivateIpAddress): - self.add_query_param('PrivateIpAddress',PrivateIpAddress) + def set_SecurityToken(self,SecurityToken): + self.add_query_param('SecurityToken',SecurityToken) - def get_AutoRenew(self): - return self.get_query_params().get('AutoRenew') + def get_BusinessInfo(self): + return self.get_query_params().get('BusinessInfo') - def set_AutoRenew(self,AutoRenew): - self.add_query_param('AutoRenew',AutoRenew) \ No newline at end of file + def set_BusinessInfo(self,BusinessInfo): + self.add_query_param('BusinessInfo',BusinessInfo) \ No newline at end of file diff --git a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeRdsVSwitchsRequest.py b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/CreateMultiInstanceRequest.py similarity index 71% rename from aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeRdsVSwitchsRequest.py rename to aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/CreateMultiInstanceRequest.py index 5bab2b7873..150aecd92e 100644 --- a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeRdsVSwitchsRequest.py +++ b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/CreateMultiInstanceRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest -class DescribeRdsVSwitchsRequest(RpcRequest): + +class CreateMultiInstanceRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'DescribeRdsVSwitchs','kvstore') + RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'CreateMultiInstance','r-kvstore') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -29,11 +30,11 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) - def get_SecurityToken(self): - return self.get_query_params().get('SecurityToken') + def get_AutoPay(self): + return self.get_query_params().get('AutoPay') - def set_SecurityToken(self,SecurityToken): - self.add_query_param('SecurityToken',SecurityToken) + def set_AutoPay(self,AutoPay): + self.add_query_param('AutoPay',AutoPay) def get_ResourceOwnerAccount(self): return self.get_query_params().get('ResourceOwnerAccount') @@ -47,20 +48,20 @@ def get_OwnerAccount(self): def set_OwnerAccount(self,OwnerAccount): self.add_query_param('OwnerAccount',OwnerAccount) + def get_KVStoreInstances(self): + return self.get_query_params().get('KVStoreInstances') + + def set_KVStoreInstances(self,KVStoreInstances): + self.add_query_param('KVStoreInstances',KVStoreInstances) + def get_OwnerId(self): return self.get_query_params().get('OwnerId') def set_OwnerId(self,OwnerId): self.add_query_param('OwnerId',OwnerId) - def get_VpcId(self): - return self.get_query_params().get('VpcId') - - def set_VpcId(self,VpcId): - self.add_query_param('VpcId',VpcId) - - def get_ZoneId(self): - return self.get_query_params().get('ZoneId') + def get_Token(self): + return self.get_query_params().get('Token') - def set_ZoneId(self,ZoneId): - self.add_query_param('ZoneId',ZoneId) \ No newline at end of file + def set_Token(self,Token): + self.add_query_param('Token',Token) \ No newline at end of file diff --git a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/CreateSnapshotRequest.py b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/CreateSnapshotRequest.py index ca2d3006a4..d70a8f741f 100644 --- a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/CreateSnapshotRequest.py +++ b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/CreateSnapshotRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest + class CreateSnapshotRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'CreateSnapshot','kvstore') + RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'CreateSnapshot','r-kvstore') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/CreateStaticVerificationRequest.py b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/CreateStaticVerificationRequest.py index 1efd40f378..fc14420919 100644 --- a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/CreateStaticVerificationRequest.py +++ b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/CreateStaticVerificationRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest + class CreateStaticVerificationRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'CreateStaticVerification','kvstore') + RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'CreateStaticVerification','r-kvstore') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -35,18 +36,6 @@ def get_SecurityToken(self): def set_SecurityToken(self,SecurityToken): self.add_query_param('SecurityToken',SecurityToken) - def get_ReplicaId(self): - return self.get_query_params().get('ReplicaId') - - def set_ReplicaId(self,ReplicaId): - self.add_query_param('ReplicaId',ReplicaId) - - def get_SourceInstanceId(self): - return self.get_query_params().get('SourceInstanceId') - - def set_SourceInstanceId(self,SourceInstanceId): - self.add_query_param('SourceInstanceId',SourceInstanceId) - def get_ResourceOwnerAccount(self): return self.get_query_params().get('ResourceOwnerAccount') @@ -59,14 +48,26 @@ def get_OwnerAccount(self): def set_OwnerAccount(self,OwnerAccount): self.add_query_param('OwnerAccount',OwnerAccount) - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') + def get_ReplicaId(self): + return self.get_query_params().get('ReplicaId') - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) + def set_ReplicaId(self,ReplicaId): + self.add_query_param('ReplicaId',ReplicaId) def get_DestinationInstanceId(self): return self.get_query_params().get('DestinationInstanceId') def set_DestinationInstanceId(self,DestinationInstanceId): - self.add_query_param('DestinationInstanceId',DestinationInstanceId) \ No newline at end of file + self.add_query_param('DestinationInstanceId',DestinationInstanceId) + + def get_SourceInstanceId(self): + return self.get_query_params().get('SourceInstanceId') + + def set_SourceInstanceId(self,SourceInstanceId): + self.add_query_param('SourceInstanceId',SourceInstanceId) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/CreateTempInstanceRequest.py b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/CreateTempInstanceRequest.py index dffeb7b18a..e477cfd9c1 100644 --- a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/CreateTempInstanceRequest.py +++ b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/CreateTempInstanceRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest + class CreateTempInstanceRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'CreateTempInstance','kvstore') + RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'CreateTempInstance','r-kvstore') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DataOperateRequest.py b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DataOperateRequest.py index 14c2e3e68e..bc8b303e62 100644 --- a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DataOperateRequest.py +++ b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DataOperateRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest + class DataOperateRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'DataOperate','kvstore') + RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'DataOperate','r-kvstore') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -29,6 +30,12 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) + def get_InstanceId(self): + return self.get_query_params().get('InstanceId') + + def set_InstanceId(self,InstanceId): + self.add_query_param('InstanceId',InstanceId) + def get_SecurityToken(self): return self.get_query_params().get('SecurityToken') @@ -57,10 +64,4 @@ def get_Command(self): return self.get_query_params().get('Command') def set_Command(self,Command): - self.add_query_param('Command',Command) - - def get_InstanceId(self): - return self.get_query_params().get('InstanceId') - - def set_InstanceId(self,InstanceId): - self.add_query_param('InstanceId',InstanceId) \ No newline at end of file + self.add_query_param('Command',Command) \ No newline at end of file diff --git a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DeactivateInstanceRequest.py b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DeactivateInstanceRequest.py index 82c1081794..24a16a58ec 100644 --- a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DeactivateInstanceRequest.py +++ b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DeactivateInstanceRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest + class DeactivateInstanceRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'DeactivateInstance','kvstore') + RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'DeactivateInstance','r-kvstore') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -29,6 +30,12 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) + def get_InstanceId(self): + return self.get_query_params().get('InstanceId') + + def set_InstanceId(self,InstanceId): + self.add_query_param('InstanceId',InstanceId) + def get_SecurityToken(self): return self.get_query_params().get('SecurityToken') @@ -51,10 +58,4 @@ def get_OwnerId(self): return self.get_query_params().get('OwnerId') def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_InstanceId(self): - return self.get_query_params().get('InstanceId') - - def set_InstanceId(self,InstanceId): - self.add_query_param('InstanceId',InstanceId) \ No newline at end of file + self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DeleteAccountRequest.py b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DeleteAccountRequest.py deleted file mode 100644 index deeb792160..0000000000 --- a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DeleteAccountRequest.py +++ /dev/null @@ -1,66 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest -class DeleteAccountRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'DeleteAccount','kvstore') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_AccountName(self): - return self.get_query_params().get('AccountName') - - def set_AccountName(self,AccountName): - self.add_query_param('AccountName',AccountName) - - def get_SecurityToken(self): - return self.get_query_params().get('SecurityToken') - - def set_SecurityToken(self,SecurityToken): - self.add_query_param('SecurityToken',SecurityToken) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_InstanceId(self): - return self.get_query_params().get('InstanceId') - - def set_InstanceId(self,InstanceId): - self.add_query_param('InstanceId',InstanceId) \ No newline at end of file diff --git a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DeleteInstanceRequest.py b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DeleteInstanceRequest.py index 9020ce6bae..52dc6340d1 100644 --- a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DeleteInstanceRequest.py +++ b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DeleteInstanceRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest + class DeleteInstanceRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'DeleteInstance','kvstore') + RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'DeleteInstance','r-kvstore') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -29,6 +30,18 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) + def get_InstanceId(self): + return self.get_query_params().get('InstanceId') + + def set_InstanceId(self,InstanceId): + self.add_query_param('InstanceId',InstanceId) + + def get_SecurityToken(self): + return self.get_query_params().get('SecurityToken') + + def set_SecurityToken(self,SecurityToken): + self.add_query_param('SecurityToken',SecurityToken) + def get_ResourceOwnerAccount(self): return self.get_query_params().get('ResourceOwnerAccount') @@ -45,16 +58,4 @@ def get_OwnerId(self): return self.get_query_params().get('OwnerId') def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_InstanceId(self): - return self.get_query_params().get('InstanceId') - - def set_InstanceId(self,InstanceId): - self.add_query_param('InstanceId',InstanceId) - - def get_SecurityToken(self): - return self.get_query_params().get('SecurityToken') - - def set_SecurityToken(self,SecurityToken): - self.add_query_param('SecurityToken',SecurityToken) \ No newline at end of file + self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DeleteSnapshotRequest.py b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DeleteSnapshotRequest.py index 13272b7e19..7c9fa95dbe 100644 --- a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DeleteSnapshotRequest.py +++ b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DeleteSnapshotRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest + class DeleteSnapshotRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'DeleteSnapshot','kvstore') + RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'DeleteSnapshot','r-kvstore') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DeleteSnapshotSettingsRequest.py b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DeleteSnapshotSettingsRequest.py index d2bb1a4560..ad934fe4e5 100644 --- a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DeleteSnapshotSettingsRequest.py +++ b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DeleteSnapshotSettingsRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest + class DeleteSnapshotSettingsRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'DeleteSnapshotSettings','kvstore') + RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'DeleteSnapshotSettings','r-kvstore') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DeleteTempInstanceRequest.py b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DeleteTempInstanceRequest.py index a5263e6e71..c3ef86ce2f 100644 --- a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DeleteTempInstanceRequest.py +++ b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DeleteTempInstanceRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest + class DeleteTempInstanceRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'DeleteTempInstance','kvstore') + RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'DeleteTempInstance','r-kvstore') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeAccountsRequest.py b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeAccountsRequest.py index 19f8d12fd7..8cff4465b9 100644 --- a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeAccountsRequest.py +++ b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeAccountsRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest + class DescribeAccountsRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'DescribeAccounts','kvstore') + RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'DescribeAccounts','r-kvstore') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -29,6 +30,12 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) + def get_InstanceId(self): + return self.get_query_params().get('InstanceId') + + def set_InstanceId(self,InstanceId): + self.add_query_param('InstanceId',InstanceId) + def get_AccountName(self): return self.get_query_params().get('AccountName') @@ -57,10 +64,4 @@ def get_OwnerId(self): return self.get_query_params().get('OwnerId') def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_InstanceId(self): - return self.get_query_params().get('InstanceId') - - def set_InstanceId(self,InstanceId): - self.add_query_param('InstanceId',InstanceId) \ No newline at end of file + self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeActiveOperationTaskTypeRequest.py b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeActiveOperationTaskTypeRequest.py deleted file mode 100644 index a7fc835a6e..0000000000 --- a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeActiveOperationTaskTypeRequest.py +++ /dev/null @@ -1,60 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest -class DescribeActiveOperationTaskTypeRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'DescribeActiveOperationTaskType','kvstore') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_IsHistory(self): - return self.get_query_params().get('IsHistory') - - def set_IsHistory(self,IsHistory): - self.add_query_param('IsHistory',IsHistory) - - def get_SecurityToken(self): - return self.get_query_params().get('SecurityToken') - - def set_SecurityToken(self,SecurityToken): - self.add_query_param('SecurityToken',SecurityToken) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeAuditRecordsRequest.py b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeAuditRecordsRequest.py deleted file mode 100644 index 7780bb1da4..0000000000 --- a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeAuditRecordsRequest.py +++ /dev/null @@ -1,114 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest -class DescribeAuditRecordsRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'DescribeAuditRecords','kvstore') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_StartTime(self): - return self.get_query_params().get('StartTime') - - def set_StartTime(self,StartTime): - self.add_query_param('StartTime',StartTime) - - def get_QueryKeywords(self): - return self.get_query_params().get('QueryKeywords') - - def set_QueryKeywords(self,QueryKeywords): - self.add_query_param('QueryKeywords',QueryKeywords) - - def get_PageNumber(self): - return self.get_query_params().get('PageNumber') - - def set_PageNumber(self,PageNumber): - self.add_query_param('PageNumber',PageNumber) - - def get_HostAddress(self): - return self.get_query_params().get('HostAddress') - - def set_HostAddress(self,HostAddress): - self.add_query_param('HostAddress',HostAddress) - - def get_AccountName(self): - return self.get_query_params().get('AccountName') - - def set_AccountName(self,AccountName): - self.add_query_param('AccountName',AccountName) - - def get_SecurityToken(self): - return self.get_query_params().get('SecurityToken') - - def set_SecurityToken(self,SecurityToken): - self.add_query_param('SecurityToken',SecurityToken) - - def get_PageSize(self): - return self.get_query_params().get('PageSize') - - def set_PageSize(self,PageSize): - self.add_query_param('PageSize',PageSize) - - def get_NodeId(self): - return self.get_query_params().get('NodeId') - - def set_NodeId(self,NodeId): - self.add_query_param('NodeId',NodeId) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_EndTime(self): - return self.get_query_params().get('EndTime') - - def set_EndTime(self,EndTime): - self.add_query_param('EndTime',EndTime) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_InstanceId(self): - return self.get_query_params().get('InstanceId') - - def set_InstanceId(self,InstanceId): - self.add_query_param('InstanceId',InstanceId) - - def get_DatabaseName(self): - return self.get_query_params().get('DatabaseName') - - def set_DatabaseName(self,DatabaseName): - self.add_query_param('DatabaseName',DatabaseName) \ No newline at end of file diff --git a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeAvailableResourceRequest.py b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeAvailableResourceRequest.py index a0b4de4723..dfcc7000ac 100644 --- a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeAvailableResourceRequest.py +++ b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeAvailableResourceRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest + class DescribeAvailableResourceRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'DescribeAvailableResource','kvstore') + RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'DescribeAvailableResource','r-kvstore') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -35,12 +36,6 @@ def get_SecurityToken(self): def set_SecurityToken(self,SecurityToken): self.add_query_param('SecurityToken',SecurityToken) - def get_InstanceChargeType(self): - return self.get_query_params().get('InstanceChargeType') - - def set_InstanceChargeType(self,InstanceChargeType): - self.add_query_param('InstanceChargeType',InstanceChargeType) - def get_ResourceOwnerAccount(self): return self.get_query_params().get('ResourceOwnerAccount') @@ -53,17 +48,23 @@ def get_OwnerAccount(self): def set_OwnerAccount(self,OwnerAccount): self.add_query_param('OwnerAccount',OwnerAccount) + def get_ZoneId(self): + return self.get_query_params().get('ZoneId') + + def set_ZoneId(self,ZoneId): + self.add_query_param('ZoneId',ZoneId) + def get_OwnerId(self): return self.get_query_params().get('OwnerId') def set_OwnerId(self,OwnerId): self.add_query_param('OwnerId',OwnerId) - def get_ZoneId(self): - return self.get_query_params().get('ZoneId') + def get_InstanceChargeType(self): + return self.get_query_params().get('InstanceChargeType') - def set_ZoneId(self,ZoneId): - self.add_query_param('ZoneId',ZoneId) + def set_InstanceChargeType(self,InstanceChargeType): + self.add_query_param('InstanceChargeType',InstanceChargeType) def get_OrderType(self): return self.get_query_params().get('OrderType') diff --git a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeBackupPolicyRequest.py b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeBackupPolicyRequest.py index 5dd48e8afd..b97629515c 100644 --- a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeBackupPolicyRequest.py +++ b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeBackupPolicyRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest + class DescribeBackupPolicyRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'DescribeBackupPolicy','redisa') + RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'DescribeBackupPolicy','r-kvstore') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeBackupsRequest.py b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeBackupsRequest.py index dfba9a3833..86626ce770 100644 --- a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeBackupsRequest.py +++ b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeBackupsRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest + class DescribeBackupsRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'DescribeBackups','kvstore') + RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'DescribeBackups','r-kvstore') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -29,30 +30,6 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) - def get_StartTime(self): - return self.get_query_params().get('StartTime') - - def set_StartTime(self,StartTime): - self.add_query_param('StartTime',StartTime) - - def get_PageNumber(self): - return self.get_query_params().get('PageNumber') - - def set_PageNumber(self,PageNumber): - self.add_query_param('PageNumber',PageNumber) - - def get_SecurityToken(self): - return self.get_query_params().get('SecurityToken') - - def set_SecurityToken(self,SecurityToken): - self.add_query_param('SecurityToken',SecurityToken) - - def get_PageSize(self): - return self.get_query_params().get('PageSize') - - def set_PageSize(self,PageSize): - self.add_query_param('PageSize',PageSize) - def get_ResourceOwnerAccount(self): return self.get_query_params().get('ResourceOwnerAccount') @@ -77,14 +54,38 @@ def get_EndTime(self): def set_EndTime(self,EndTime): self.add_query_param('EndTime',EndTime) + def get_StartTime(self): + return self.get_query_params().get('StartTime') + + def set_StartTime(self,StartTime): + self.add_query_param('StartTime',StartTime) + def get_OwnerId(self): return self.get_query_params().get('OwnerId') def set_OwnerId(self,OwnerId): self.add_query_param('OwnerId',OwnerId) + def get_PageNumber(self): + return self.get_query_params().get('PageNumber') + + def set_PageNumber(self,PageNumber): + self.add_query_param('PageNumber',PageNumber) + def get_InstanceId(self): return self.get_query_params().get('InstanceId') def set_InstanceId(self,InstanceId): - self.add_query_param('InstanceId',InstanceId) \ No newline at end of file + self.add_query_param('InstanceId',InstanceId) + + def get_SecurityToken(self): + return self.get_query_params().get('SecurityToken') + + def set_SecurityToken(self,SecurityToken): + self.add_query_param('SecurityToken',SecurityToken) + + def get_PageSize(self): + return self.get_query_params().get('PageSize') + + def set_PageSize(self,PageSize): + self.add_query_param('PageSize',PageSize) \ No newline at end of file diff --git a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeCacheAnalysisReportListRequest.py b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeCacheAnalysisReportListRequest.py index 812ee330f8..465e758f7c 100644 --- a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeCacheAnalysisReportListRequest.py +++ b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeCacheAnalysisReportListRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,17 @@ # under the License. from aliyunsdkcore.request import RpcRequest + class DescribeCacheAnalysisReportListRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'DescribeCacheAnalysisReportList','kvstore') + RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'DescribeCacheAnalysisReportList','r-kvstore') + + def get_Date(self): + return self.get_query_params().get('Date') + + def set_Date(self,Date): + self.add_query_param('Date',Date) def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -29,30 +36,6 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) - def get_SecurityToken(self): - return self.get_query_params().get('SecurityToken') - - def set_SecurityToken(self,SecurityToken): - self.add_query_param('SecurityToken',SecurityToken) - - def get_PageSize(self): - return self.get_query_params().get('PageSize') - - def set_PageSize(self,PageSize): - self.add_query_param('PageSize',PageSize) - - def get_PageNumbers(self): - return self.get_query_params().get('PageNumbers') - - def set_PageNumbers(self,PageNumbers): - self.add_query_param('PageNumbers',PageNumbers) - - def get_NodeId(self): - return self.get_query_params().get('NodeId') - - def set_NodeId(self,NodeId): - self.add_query_param('NodeId',NodeId) - def get_ResourceOwnerAccount(self): return self.get_query_params().get('ResourceOwnerAccount') @@ -77,8 +60,32 @@ def get_InstanceId(self): def set_InstanceId(self,InstanceId): self.add_query_param('InstanceId',InstanceId) + def get_SecurityToken(self): + return self.get_query_params().get('SecurityToken') + + def set_SecurityToken(self,SecurityToken): + self.add_query_param('SecurityToken',SecurityToken) + + def get_PageSize(self): + return self.get_query_params().get('PageSize') + + def set_PageSize(self,PageSize): + self.add_query_param('PageSize',PageSize) + + def get_PageNumbers(self): + return self.get_query_params().get('PageNumbers') + + def set_PageNumbers(self,PageNumbers): + self.add_query_param('PageNumbers',PageNumbers) + def get_Days(self): return self.get_query_params().get('Days') def set_Days(self,Days): - self.add_query_param('Days',Days) \ No newline at end of file + self.add_query_param('Days',Days) + + def get_NodeId(self): + return self.get_query_params().get('NodeId') + + def set_NodeId(self,NodeId): + self.add_query_param('NodeId',NodeId) \ No newline at end of file diff --git a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeCacheAnalysisReportRequest.py b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeCacheAnalysisReportRequest.py index a9b60d85d8..38c5ab9ece 100644 --- a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeCacheAnalysisReportRequest.py +++ b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeCacheAnalysisReportRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest + class DescribeCacheAnalysisReportRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'DescribeCacheAnalysisReport','kvstore') + RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'DescribeCacheAnalysisReport','r-kvstore') def get_Date(self): return self.get_query_params().get('Date') @@ -35,12 +36,36 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + def get_AnalysisType(self): return self.get_query_params().get('AnalysisType') def set_AnalysisType(self,AnalysisType): self.add_query_param('AnalysisType',AnalysisType) + def get_InstanceId(self): + return self.get_query_params().get('InstanceId') + + def set_InstanceId(self,InstanceId): + self.add_query_param('InstanceId',InstanceId) + def get_SecurityToken(self): return self.get_query_params().get('SecurityToken') @@ -63,28 +88,4 @@ def get_NodeId(self): return self.get_query_params().get('NodeId') def set_NodeId(self,NodeId): - self.add_query_param('NodeId',NodeId) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_InstanceId(self): - return self.get_query_params().get('InstanceId') - - def set_InstanceId(self,InstanceId): - self.add_query_param('InstanceId',InstanceId) \ No newline at end of file + self.add_query_param('NodeId',NodeId) \ No newline at end of file diff --git a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeCertificationRequest.py b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeCommodityRequest.py similarity index 75% rename from aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeCertificationRequest.py rename to aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeCommodityRequest.py index 45d0b40626..b1385df037 100644 --- a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeCertificationRequest.py +++ b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeCommodityRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest -class DescribeCertificationRequest(RpcRequest): + +class DescribeCommodityRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'DescribeCertification','kvstore') + RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'DescribeCommodity','r-kvstore') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -29,6 +30,12 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) + def get_InstanceId(self): + return self.get_query_params().get('InstanceId') + + def set_InstanceId(self,InstanceId): + self.add_query_param('InstanceId',InstanceId) + def get_SecurityToken(self): return self.get_query_params().get('SecurityToken') @@ -47,20 +54,26 @@ def get_OwnerAccount(self): def set_OwnerAccount(self,OwnerAccount): self.add_query_param('OwnerAccount',OwnerAccount) + def get_InstanceType(self): + return self.get_query_params().get('InstanceType') + + def set_InstanceType(self,InstanceType): + self.add_query_param('InstanceType',InstanceType) + + def get_CommodityCode(self): + return self.get_query_params().get('CommodityCode') + + def set_CommodityCode(self,CommodityCode): + self.add_query_param('CommodityCode',CommodityCode) + def get_OwnerId(self): return self.get_query_params().get('OwnerId') def set_OwnerId(self,OwnerId): self.add_query_param('OwnerId',OwnerId) - def get_InstanceId(self): - return self.get_query_params().get('InstanceId') - - def set_InstanceId(self,InstanceId): - self.add_query_param('InstanceId',InstanceId) - - def get_Parameters(self): - return self.get_query_params().get('Parameters') + def get_OrderType(self): + return self.get_query_params().get('OrderType') - def set_Parameters(self,Parameters): - self.add_query_param('Parameters',Parameters) \ No newline at end of file + def set_OrderType(self,OrderType): + self.add_query_param('OrderType',OrderType) \ No newline at end of file diff --git a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeConnectionDomainRequest.py b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeConnectionDomainRequest.py index e47f31f0db..1d61b3eba9 100644 --- a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeConnectionDomainRequest.py +++ b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeConnectionDomainRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest + class DescribeConnectionDomainRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'DescribeConnectionDomain','kvstore') + RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'DescribeConnectionDomain','r-kvstore') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeIntranetAttributeRequest.py b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeDBInstanceIPArrayListRequest.py similarity index 89% rename from aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeIntranetAttributeRequest.py rename to aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeDBInstanceIPArrayListRequest.py index b55f43e23c..2a39b51f15 100644 --- a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeIntranetAttributeRequest.py +++ b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeDBInstanceIPArrayListRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest -class DescribeIntranetAttributeRequest(RpcRequest): + +class DescribeDBInstanceIPArrayListRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'DescribeIntranetAttribute','kvstore') + RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'DescribeDBInstanceIPArrayList','r-kvstore') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -29,6 +30,12 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) + def get_InstanceId(self): + return self.get_query_params().get('InstanceId') + + def set_InstanceId(self,InstanceId): + self.add_query_param('InstanceId',InstanceId) + def get_SecurityToken(self): return self.get_query_params().get('SecurityToken') @@ -51,10 +58,4 @@ def get_OwnerId(self): return self.get_query_params().get('OwnerId') def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_InstanceId(self): - return self.get_query_params().get('InstanceId') - - def set_InstanceId(self,InstanceId): - self.add_query_param('InstanceId',InstanceId) \ No newline at end of file + self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeDBInstanceMonitorRequest.py b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeDBInstanceMonitorRequest.py deleted file mode 100644 index ac674376da..0000000000 --- a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeDBInstanceMonitorRequest.py +++ /dev/null @@ -1,60 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest -class DescribeDBInstanceMonitorRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'DescribeDBInstanceMonitor','kvstore') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_SecurityToken(self): - return self.get_query_params().get('SecurityToken') - - def set_SecurityToken(self,SecurityToken): - self.add_query_param('SecurityToken',SecurityToken) - - def get_DBInstanceId(self): - return self.get_query_params().get('DBInstanceId') - - def set_DBInstanceId(self,DBInstanceId): - self.add_query_param('DBInstanceId',DBInstanceId) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeDBInstanceNetInfoRequest.py b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeDBInstanceNetInfoRequest.py deleted file mode 100644 index 3cbca93417..0000000000 --- a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeDBInstanceNetInfoRequest.py +++ /dev/null @@ -1,60 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest -class DescribeDBInstanceNetInfoRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'DescribeDBInstanceNetInfo','kvstore') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_SecurityToken(self): - return self.get_query_params().get('SecurityToken') - - def set_SecurityToken(self,SecurityToken): - self.add_query_param('SecurityToken',SecurityToken) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_InstanceId(self): - return self.get_query_params().get('InstanceId') - - def set_InstanceId(self,InstanceId): - self.add_query_param('InstanceId',InstanceId) \ No newline at end of file diff --git a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeActiveOperationTaskRequest.py b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeDynamicVerificationListRequest.py similarity index 76% rename from aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeActiveOperationTaskRequest.py rename to aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeDynamicVerificationListRequest.py index e8daf48855..63f8c09033 100644 --- a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeActiveOperationTaskRequest.py +++ b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeDynamicVerificationListRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest -class DescribeActiveOperationTaskRequest(RpcRequest): + +class DescribeDynamicVerificationListRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'DescribeActiveOperationTask','kvstore') + RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'DescribeDynamicVerificationList','r-kvstore') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -29,36 +30,6 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) - def get_PageNumber(self): - return self.get_query_params().get('PageNumber') - - def set_PageNumber(self,PageNumber): - self.add_query_param('PageNumber',PageNumber) - - def get_IsHistory(self): - return self.get_query_params().get('IsHistory') - - def set_IsHistory(self,IsHistory): - self.add_query_param('IsHistory',IsHistory) - - def get_SecurityToken(self): - return self.get_query_params().get('SecurityToken') - - def set_SecurityToken(self,SecurityToken): - self.add_query_param('SecurityToken',SecurityToken) - - def get_PageSize(self): - return self.get_query_params().get('PageSize') - - def set_PageSize(self,PageSize): - self.add_query_param('PageSize',PageSize) - - def get_TaskType(self): - return self.get_query_params().get('TaskType') - - def set_TaskType(self,TaskType): - self.add_query_param('TaskType',TaskType) - def get_ResourceOwnerAccount(self): return self.get_query_params().get('ResourceOwnerAccount') @@ -71,14 +42,44 @@ def get_OwnerAccount(self): def set_OwnerAccount(self,OwnerAccount): self.add_query_param('OwnerAccount',OwnerAccount) + def get_EndTime(self): + return self.get_query_params().get('EndTime') + + def set_EndTime(self,EndTime): + self.add_query_param('EndTime',EndTime) + + def get_StartTime(self): + return self.get_query_params().get('StartTime') + + def set_StartTime(self,StartTime): + self.add_query_param('StartTime',StartTime) + def get_OwnerId(self): return self.get_query_params().get('OwnerId') def set_OwnerId(self,OwnerId): self.add_query_param('OwnerId',OwnerId) - def get_Region(self): - return self.get_query_params().get('Region') + def get_PageNumber(self): + return self.get_query_params().get('PageNumber') + + def set_PageNumber(self,PageNumber): + self.add_query_param('PageNumber',PageNumber) + + def get_SecurityToken(self): + return self.get_query_params().get('SecurityToken') + + def set_SecurityToken(self,SecurityToken): + self.add_query_param('SecurityToken',SecurityToken) + + def get_ReplicaId(self): + return self.get_query_params().get('ReplicaId') - def set_Region(self,Region): - self.add_query_param('Region',Region) \ No newline at end of file + def set_ReplicaId(self,ReplicaId): + self.add_query_param('ReplicaId',ReplicaId) + + def get_PageSize(self): + return self.get_query_params().get('PageSize') + + def set_PageSize(self,PageSize): + self.add_query_param('PageSize',PageSize) \ No newline at end of file diff --git a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeEngineVersionRequest.py b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeEngineVersionRequest.py deleted file mode 100644 index 2b077f68ef..0000000000 --- a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeEngineVersionRequest.py +++ /dev/null @@ -1,66 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest -class DescribeEngineVersionRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'DescribeEngineVersion','kvstore') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_SecurityToken(self): - return self.get_query_params().get('SecurityToken') - - def set_SecurityToken(self,SecurityToken): - self.add_query_param('SecurityToken',SecurityToken) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_InstanceId(self): - return self.get_query_params().get('InstanceId') - - def set_InstanceId(self,InstanceId): - self.add_query_param('InstanceId',InstanceId) - - def get_Parameters(self): - return self.get_query_params().get('Parameters') - - def set_Parameters(self,Parameters): - self.add_query_param('Parameters',Parameters) \ No newline at end of file diff --git a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeErrorLogRecordsRequest.py b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeErrorLogRecordsRequest.py deleted file mode 100644 index 3cc71110a1..0000000000 --- a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeErrorLogRecordsRequest.py +++ /dev/null @@ -1,108 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest -class DescribeErrorLogRecordsRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'DescribeErrorLogRecords','kvstore') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_StartTime(self): - return self.get_query_params().get('StartTime') - - def set_StartTime(self,StartTime): - self.add_query_param('StartTime',StartTime) - - def get_PageNumber(self): - return self.get_query_params().get('PageNumber') - - def set_PageNumber(self,PageNumber): - self.add_query_param('PageNumber',PageNumber) - - def get_SecurityToken(self): - return self.get_query_params().get('SecurityToken') - - def set_SecurityToken(self,SecurityToken): - self.add_query_param('SecurityToken',SecurityToken) - - def get_PageSize(self): - return self.get_query_params().get('PageSize') - - def set_PageSize(self,PageSize): - self.add_query_param('PageSize',PageSize) - - def get_RoleType(self): - return self.get_query_params().get('RoleType') - - def set_RoleType(self,RoleType): - self.add_query_param('RoleType',RoleType) - - def get_NodeId(self): - return self.get_query_params().get('NodeId') - - def set_NodeId(self,NodeId): - self.add_query_param('NodeId',NodeId) - - def get_SQLId(self): - return self.get_query_params().get('SQLId') - - def set_SQLId(self,SQLId): - self.add_query_param('SQLId',SQLId) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_EndTime(self): - return self.get_query_params().get('EndTime') - - def set_EndTime(self,EndTime): - self.add_query_param('EndTime',EndTime) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_InstanceId(self): - return self.get_query_params().get('InstanceId') - - def set_InstanceId(self,InstanceId): - self.add_query_param('InstanceId',InstanceId) - - def get_DBName(self): - return self.get_query_params().get('DBName') - - def set_DBName(self,DBName): - self.add_query_param('DBName',DBName) \ No newline at end of file diff --git a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeHistoryMonitorValuesRequest.py b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeHistoryMonitorValuesRequest.py index a067a94f76..1d93bf4657 100644 --- a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeHistoryMonitorValuesRequest.py +++ b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeHistoryMonitorValuesRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest + class DescribeHistoryMonitorValuesRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'DescribeHistoryMonitorValues','kvstore') + RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'DescribeHistoryMonitorValues','r-kvstore') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -29,30 +30,6 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) - def get_StartTime(self): - return self.get_query_params().get('StartTime') - - def set_StartTime(self,StartTime): - self.add_query_param('StartTime',StartTime) - - def get_SecurityToken(self): - return self.get_query_params().get('SecurityToken') - - def set_SecurityToken(self,SecurityToken): - self.add_query_param('SecurityToken',SecurityToken) - - def get_IntervalForHistory(self): - return self.get_query_params().get('IntervalForHistory') - - def set_IntervalForHistory(self,IntervalForHistory): - self.add_query_param('IntervalForHistory',IntervalForHistory) - - def get_NodeId(self): - return self.get_query_params().get('NodeId') - - def set_NodeId(self,NodeId): - self.add_query_param('NodeId',NodeId) - def get_ResourceOwnerAccount(self): return self.get_query_params().get('ResourceOwnerAccount') @@ -71,6 +48,12 @@ def get_EndTime(self): def set_EndTime(self,EndTime): self.add_query_param('EndTime',EndTime) + def get_StartTime(self): + return self.get_query_params().get('StartTime') + + def set_StartTime(self,StartTime): + self.add_query_param('StartTime',StartTime) + def get_OwnerId(self): return self.get_query_params().get('OwnerId') @@ -83,6 +66,18 @@ def get_InstanceId(self): def set_InstanceId(self,InstanceId): self.add_query_param('InstanceId',InstanceId) + def get_SecurityToken(self): + return self.get_query_params().get('SecurityToken') + + def set_SecurityToken(self,SecurityToken): + self.add_query_param('SecurityToken',SecurityToken) + + def get_IntervalForHistory(self): + return self.get_query_params().get('IntervalForHistory') + + def set_IntervalForHistory(self,IntervalForHistory): + self.add_query_param('IntervalForHistory',IntervalForHistory) + def get_MonitorKeys(self): return self.get_query_params().get('MonitorKeys') diff --git a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeInstanceAttributeRequest.py b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeInstanceAttributeRequest.py index 4870bd54dc..e34afe4279 100644 --- a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeInstanceAttributeRequest.py +++ b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeInstanceAttributeRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest + class DescribeInstanceAttributeRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'DescribeInstanceAttribute','kvstore') + RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'DescribeInstanceAttribute','r-kvstore') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -29,6 +30,12 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) + def get_InstanceId(self): + return self.get_query_params().get('InstanceId') + + def set_InstanceId(self,InstanceId): + self.add_query_param('InstanceId',InstanceId) + def get_SecurityToken(self): return self.get_query_params().get('SecurityToken') @@ -51,10 +58,4 @@ def get_OwnerId(self): return self.get_query_params().get('OwnerId') def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_InstanceId(self): - return self.get_query_params().get('InstanceId') - - def set_InstanceId(self,InstanceId): - self.add_query_param('InstanceId',InstanceId) \ No newline at end of file + self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeInstanceAutoRenewalAttributeRequest.py b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeInstanceAutoRenewalAttributeRequest.py index 19e5419e25..560c9c972e 100644 --- a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeInstanceAutoRenewalAttributeRequest.py +++ b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeInstanceAutoRenewalAttributeRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest + class DescribeInstanceAutoRenewalAttributeRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'DescribeInstanceAutoRenewalAttribute','kvstore') + RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'DescribeInstanceAutoRenewalAttribute','r-kvstore') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -29,17 +30,23 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + def get_ClientToken(self): return self.get_query_params().get('ClientToken') def set_ClientToken(self,ClientToken): self.add_query_param('ClientToken',ClientToken) - def get_PageNumber(self): - return self.get_query_params().get('PageNumber') + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') - def set_PageNumber(self,PageNumber): - self.add_query_param('PageNumber',PageNumber) + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) def get_PageSize(self): return self.get_query_params().get('PageSize') @@ -53,26 +60,20 @@ def get_DBInstanceId(self): def set_DBInstanceId(self,DBInstanceId): self.add_query_param('DBInstanceId',DBInstanceId) - def get_proxyId(self): - return self.get_query_params().get('proxyId') - - def set_proxyId(self,proxyId): - self.add_query_param('proxyId',proxyId) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') + def get_PageNumber(self): + return self.get_query_params().get('PageNumber') - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) + def set_PageNumber(self,PageNumber): + self.add_query_param('PageNumber',PageNumber) - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') + def get_proxyId(self): + return self.get_query_params().get('proxyId') - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) \ No newline at end of file + def set_proxyId(self,proxyId): + self.add_query_param('proxyId',proxyId) \ No newline at end of file diff --git a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeInstanceConfigRequest.py b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeInstanceConfigRequest.py index 1492bb857c..74968cd3e4 100644 --- a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeInstanceConfigRequest.py +++ b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeInstanceConfigRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest + class DescribeInstanceConfigRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'DescribeInstanceConfig','kvstore') + RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'DescribeInstanceConfig','r-kvstore') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -29,6 +30,12 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) + def get_InstanceId(self): + return self.get_query_params().get('InstanceId') + + def set_InstanceId(self,InstanceId): + self.add_query_param('InstanceId',InstanceId) + def get_SecurityToken(self): return self.get_query_params().get('SecurityToken') @@ -51,10 +58,4 @@ def get_OwnerId(self): return self.get_query_params().get('OwnerId') def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_InstanceId(self): - return self.get_query_params().get('InstanceId') - - def set_InstanceId(self,InstanceId): - self.add_query_param('InstanceId',InstanceId) \ No newline at end of file + self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeInstanceCountRequest.py b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeInstanceCountRequest.py index 7cda0ad66f..3c0f81b536 100644 --- a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeInstanceCountRequest.py +++ b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeInstanceCountRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest + class DescribeInstanceCountRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'DescribeInstanceCount','kvstore') + RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'DescribeInstanceCount','r-kvstore') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -29,6 +30,12 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) + def get_SecurityToken(self): + return self.get_query_params().get('SecurityToken') + + def set_SecurityToken(self,SecurityToken): + self.add_query_param('SecurityToken',SecurityToken) + def get_ResourceOwnerAccount(self): return self.get_query_params().get('ResourceOwnerAccount') @@ -45,10 +52,4 @@ def get_OwnerId(self): return self.get_query_params().get('OwnerId') def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_SecurityToken(self): - return self.get_query_params().get('SecurityToken') - - def set_SecurityToken(self,SecurityToken): - self.add_query_param('SecurityToken',SecurityToken) \ No newline at end of file + self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeInstanceSSLRequest.py b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeInstanceSSLRequest.py deleted file mode 100644 index 2e761de52c..0000000000 --- a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeInstanceSSLRequest.py +++ /dev/null @@ -1,60 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest -class DescribeInstanceSSLRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'DescribeInstanceSSL','kvstore') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_SecurityToken(self): - return self.get_query_params().get('SecurityToken') - - def set_SecurityToken(self,SecurityToken): - self.add_query_param('SecurityToken',SecurityToken) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_InstanceId(self): - return self.get_query_params().get('InstanceId') - - def set_InstanceId(self,InstanceId): - self.add_query_param('InstanceId',InstanceId) \ No newline at end of file diff --git a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeInstanceVPCAuthRequest.py b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeInstanceVPCAuthRequest.py index b2208f41c5..5178084736 100644 --- a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeInstanceVPCAuthRequest.py +++ b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeInstanceVPCAuthRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest + class DescribeInstanceVPCAuthRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'DescribeInstanceVPCAuth','kvstore') + RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'DescribeInstanceVPCAuth','r-kvstore') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -29,6 +30,12 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) + def get_InstanceId(self): + return self.get_query_params().get('InstanceId') + + def set_InstanceId(self,InstanceId): + self.add_query_param('InstanceId',InstanceId) + def get_SecurityToken(self): return self.get_query_params().get('SecurityToken') @@ -51,10 +58,4 @@ def get_OwnerId(self): return self.get_query_params().get('OwnerId') def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_InstanceId(self): - return self.get_query_params().get('InstanceId') - - def set_InstanceId(self,InstanceId): - self.add_query_param('InstanceId',InstanceId) \ No newline at end of file + self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeInstancesByExpireTimeRequest.py b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeInstancesByExpireTimeRequest.py deleted file mode 100644 index c67db071da..0000000000 --- a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeInstancesByExpireTimeRequest.py +++ /dev/null @@ -1,84 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest -class DescribeInstancesByExpireTimeRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'DescribeInstancesByExpireTime','kvstore') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_PageNumber(self): - return self.get_query_params().get('PageNumber') - - def set_PageNumber(self,PageNumber): - self.add_query_param('PageNumber',PageNumber) - - def get_SecurityToken(self): - return self.get_query_params().get('SecurityToken') - - def set_SecurityToken(self,SecurityToken): - self.add_query_param('SecurityToken',SecurityToken) - - def get_PageSize(self): - return self.get_query_params().get('PageSize') - - def set_PageSize(self,PageSize): - self.add_query_param('PageSize',PageSize) - - def get_InstanceType(self): - return self.get_query_params().get('InstanceType') - - def set_InstanceType(self,InstanceType): - self.add_query_param('InstanceType',InstanceType) - - def get_ExpirePeriod(self): - return self.get_query_params().get('ExpirePeriod') - - def set_ExpirePeriod(self,ExpirePeriod): - self.add_query_param('ExpirePeriod',ExpirePeriod) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_HasExpiredRes(self): - return self.get_query_params().get('HasExpiredRes') - - def set_HasExpiredRes(self,HasExpiredRes): - self.add_query_param('HasExpiredRes',HasExpiredRes) \ No newline at end of file diff --git a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeInstancesRequest.py b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeInstancesRequest.py index c2c41f6b86..355412b77a 100644 --- a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeInstancesRequest.py +++ b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeInstancesRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest + class DescribeInstancesRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'DescribeInstances','kvstore') + RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'DescribeInstances','r-kvstore') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -29,6 +30,24 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) + def get_InstanceStatus(self): + return self.get_query_params().get('InstanceStatus') + + def set_InstanceStatus(self,InstanceStatus): + self.add_query_param('InstanceStatus',InstanceStatus) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + def get_SearchKey(self): return self.get_query_params().get('SearchKey') @@ -47,6 +66,12 @@ def get_EngineVersion(self): def set_EngineVersion(self,EngineVersion): self.add_query_param('EngineVersion',EngineVersion) + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + def get_InstanceClass(self): return self.get_query_params().get('InstanceClass') @@ -59,6 +84,12 @@ def get_PageNumber(self): def set_PageNumber(self,PageNumber): self.add_query_param('PageNumber',PageNumber) + def get_VSwitchId(self): + return self.get_query_params().get('VSwitchId') + + def set_VSwitchId(self,VSwitchId): + self.add_query_param('VSwitchId',VSwitchId) + def get_Expired(self): return self.get_query_params().get('Expired') @@ -71,59 +102,6 @@ def get_SecurityToken(self): def set_SecurityToken(self,SecurityToken): self.add_query_param('SecurityToken',SecurityToken) - def get_PageSize(self): - return self.get_query_params().get('PageSize') - - def set_PageSize(self,PageSize): - self.add_query_param('PageSize',PageSize) - - def get_InstanceType(self): - return self.get_query_params().get('InstanceType') - - def set_InstanceType(self,InstanceType): - self.add_query_param('InstanceType',InstanceType) - - def get_Tags(self): - return self.get_query_params().get('Tags') - - def set_Tags(self,Tags): - for i in range(len(Tags)): - if Tags[i].get('Value') is not None: - self.add_query_param('Tag.' + str(i + 1) + '.Value' , Tags[i].get('Value')) - if Tags[i].get('Key') is not None: - self.add_query_param('Tag.' + str(i + 1) + '.Key' , Tags[i].get('Key')) - - - def get_InstanceStatus(self): - return self.get_query_params().get('InstanceStatus') - - def set_InstanceStatus(self,InstanceStatus): - self.add_query_param('InstanceStatus',InstanceStatus) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_VSwitchId(self): - return self.get_query_params().get('VSwitchId') - - def set_VSwitchId(self,VSwitchId): - self.add_query_param('VSwitchId',VSwitchId) - def get_InstanceIds(self): return self.get_query_params().get('InstanceIds') @@ -142,6 +120,18 @@ def get_VpcId(self): def set_VpcId(self,VpcId): self.add_query_param('VpcId',VpcId) + def get_PageSize(self): + return self.get_query_params().get('PageSize') + + def set_PageSize(self,PageSize): + self.add_query_param('PageSize',PageSize) + + def get_InstanceType(self): + return self.get_query_params().get('InstanceType') + + def set_InstanceType(self,InstanceType): + self.add_query_param('InstanceType',InstanceType) + def get_ZoneId(self): return self.get_query_params().get('ZoneId') @@ -152,4 +142,14 @@ def get_ChargeType(self): return self.get_query_params().get('ChargeType') def set_ChargeType(self,ChargeType): - self.add_query_param('ChargeType',ChargeType) \ No newline at end of file + self.add_query_param('ChargeType',ChargeType) + + def get_Tags(self): + return self.get_query_params().get('Tags') + + def set_Tags(self,Tags): + for i in range(len(Tags)): + if Tags[i].get('Value') is not None: + self.add_query_param('Tag.' + str(i + 1) + '.Value' , Tags[i].get('Value')) + if Tags[i].get('Key') is not None: + self.add_query_param('Tag.' + str(i + 1) + '.Key' , Tags[i].get('Key')) diff --git a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeLogicInstanceTopologyRequest.py b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeLogicInstanceTopologyRequest.py deleted file mode 100644 index c3bfd1254f..0000000000 --- a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeLogicInstanceTopologyRequest.py +++ /dev/null @@ -1,60 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest -class DescribeLogicInstanceTopologyRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'DescribeLogicInstanceTopology','kvstore') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_SecurityToken(self): - return self.get_query_params().get('SecurityToken') - - def set_SecurityToken(self,SecurityToken): - self.add_query_param('SecurityToken',SecurityToken) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_InstanceId(self): - return self.get_query_params().get('InstanceId') - - def set_InstanceId(self,InstanceId): - self.add_query_param('InstanceId',InstanceId) \ No newline at end of file diff --git a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeMonitorItemsRequest.py b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeMonitorItemsRequest.py index 41b2a25875..092976389a 100644 --- a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeMonitorItemsRequest.py +++ b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeMonitorItemsRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest + class DescribeMonitorItemsRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'DescribeMonitorItems','kvstore') + RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'DescribeMonitorItems','r-kvstore') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -29,6 +30,12 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) + def get_SecurityToken(self): + return self.get_query_params().get('SecurityToken') + + def set_SecurityToken(self,SecurityToken): + self.add_query_param('SecurityToken',SecurityToken) + def get_ResourceOwnerAccount(self): return self.get_query_params().get('ResourceOwnerAccount') @@ -45,10 +52,4 @@ def get_OwnerId(self): return self.get_query_params().get('OwnerId') def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_SecurityToken(self): - return self.get_query_params().get('SecurityToken') - - def set_SecurityToken(self,SecurityToken): - self.add_query_param('SecurityToken',SecurityToken) \ No newline at end of file + self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeMonitorValuesRequest.py b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeMonitorValuesRequest.py index ef71689fbd..3b18464884 100644 --- a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeMonitorValuesRequest.py +++ b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeMonitorValuesRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest + class DescribeMonitorValuesRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'DescribeMonitorValues','kvstore') + RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'DescribeMonitorValues','r-kvstore') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -41,6 +42,12 @@ def get_ResourceOwnerAccount(self): def set_ResourceOwnerAccount(self,ResourceOwnerAccount): self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + def get_InstanceIds(self): + return self.get_query_params().get('InstanceIds') + + def set_InstanceIds(self,InstanceIds): + self.add_query_param('InstanceIds',InstanceIds) + def get_OwnerAccount(self): return self.get_query_params().get('OwnerAccount') @@ -53,12 +60,6 @@ def get_OwnerId(self): def set_OwnerId(self,OwnerId): self.add_query_param('OwnerId',OwnerId) - def get_InstanceIds(self): - return self.get_query_params().get('InstanceIds') - - def set_InstanceIds(self,InstanceIds): - self.add_query_param('InstanceIds',InstanceIds) - def get_MonitorKeys(self): return self.get_query_params().get('MonitorKeys') diff --git a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeMonthlyServiceStatusDetailRequest.py b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeMonthlyServiceStatusDetailRequest.py index b848fd03ac..fd82acc366 100644 --- a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeMonthlyServiceStatusDetailRequest.py +++ b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeMonthlyServiceStatusDetailRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest + class DescribeMonthlyServiceStatusDetailRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'DescribeMonthlyServiceStatusDetail','kvstore') + RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'DescribeMonthlyServiceStatusDetail','r-kvstore') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -29,6 +30,18 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) + def get_InstanceId(self): + return self.get_query_params().get('InstanceId') + + def set_InstanceId(self,InstanceId): + self.add_query_param('InstanceId',InstanceId) + + def get_Month(self): + return self.get_query_params().get('Month') + + def set_Month(self,Month): + self.add_query_param('Month',Month) + def get_SecurityToken(self): return self.get_query_params().get('SecurityToken') @@ -51,16 +64,4 @@ def get_OwnerId(self): return self.get_query_params().get('OwnerId') def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_InstanceId(self): - return self.get_query_params().get('InstanceId') - - def set_InstanceId(self,InstanceId): - self.add_query_param('InstanceId',InstanceId) - - def get_Month(self): - return self.get_query_params().get('Month') - - def set_Month(self,Month): - self.add_query_param('Month',Month) \ No newline at end of file + self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeMonthlyServiceStatusRequest.py b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeMonthlyServiceStatusRequest.py index c3d67a3a7d..676b16b983 100644 --- a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeMonthlyServiceStatusRequest.py +++ b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeMonthlyServiceStatusRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest + class DescribeMonthlyServiceStatusRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'DescribeMonthlyServiceStatus','kvstore') + RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'DescribeMonthlyServiceStatus','r-kvstore') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -29,6 +30,12 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) + def get_Month(self): + return self.get_query_params().get('Month') + + def set_Month(self,Month): + self.add_query_param('Month',Month) + def get_SecurityToken(self): return self.get_query_params().get('SecurityToken') @@ -41,6 +48,12 @@ def get_ResourceOwnerAccount(self): def set_ResourceOwnerAccount(self,ResourceOwnerAccount): self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + def get_InstanceIds(self): + return self.get_query_params().get('InstanceIds') + + def set_InstanceIds(self,InstanceIds): + self.add_query_param('InstanceIds',InstanceIds) + def get_OwnerAccount(self): return self.get_query_params().get('OwnerAccount') @@ -51,16 +64,4 @@ def get_OwnerId(self): return self.get_query_params().get('OwnerId') def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_Month(self): - return self.get_query_params().get('Month') - - def set_Month(self,Month): - self.add_query_param('Month',Month) - - def get_InstanceIds(self): - return self.get_query_params().get('InstanceIds') - - def set_InstanceIds(self,InstanceIds): - self.add_query_param('InstanceIds',InstanceIds) \ No newline at end of file + self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeRdsVpcsRequest.py b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeMultiPriceRequest.py similarity index 79% rename from aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeRdsVpcsRequest.py rename to aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeMultiPriceRequest.py index 81d3c33daf..efa096c963 100644 --- a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeRdsVpcsRequest.py +++ b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeMultiPriceRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest -class DescribeRdsVpcsRequest(RpcRequest): + +class DescribeMultiPriceRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'DescribeRdsVpcs','kvstore') + RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'DescribeMultiPrice','r-kvstore') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -29,18 +30,18 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) - def get_SecurityToken(self): - return self.get_query_params().get('SecurityToken') - - def set_SecurityToken(self,SecurityToken): - self.add_query_param('SecurityToken',SecurityToken) - def get_ResourceOwnerAccount(self): return self.get_query_params().get('ResourceOwnerAccount') def set_ResourceOwnerAccount(self,ResourceOwnerAccount): self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + def get_Instances(self): + return self.get_query_params().get('Instances') + + def set_Instances(self,Instances): + self.add_query_param('Instances',Instances) + def get_OwnerAccount(self): return self.get_query_params().get('OwnerAccount') @@ -53,8 +54,8 @@ def get_OwnerId(self): def set_OwnerId(self,OwnerId): self.add_query_param('OwnerId',OwnerId) - def get_ZoneId(self): - return self.get_query_params().get('ZoneId') + def get_OrderType(self): + return self.get_query_params().get('OrderType') - def set_ZoneId(self,ZoneId): - self.add_query_param('ZoneId',ZoneId) \ No newline at end of file + def set_OrderType(self,OrderType): + self.add_query_param('OrderType',OrderType) \ No newline at end of file diff --git a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeParameterModificationHistoryRequest.py b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeParameterModificationHistoryRequest.py deleted file mode 100644 index 118c034070..0000000000 --- a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeParameterModificationHistoryRequest.py +++ /dev/null @@ -1,78 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest -class DescribeParameterModificationHistoryRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'DescribeParameterModificationHistory','kvstore') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_StartTime(self): - return self.get_query_params().get('StartTime') - - def set_StartTime(self,StartTime): - self.add_query_param('StartTime',StartTime) - - def get_SecurityToken(self): - return self.get_query_params().get('SecurityToken') - - def set_SecurityToken(self,SecurityToken): - self.add_query_param('SecurityToken',SecurityToken) - - def get_DBInstanceId(self): - return self.get_query_params().get('DBInstanceId') - - def set_DBInstanceId(self,DBInstanceId): - self.add_query_param('DBInstanceId',DBInstanceId) - - def get_NodeId(self): - return self.get_query_params().get('NodeId') - - def set_NodeId(self,NodeId): - self.add_query_param('NodeId',NodeId) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_EndTime(self): - return self.get_query_params().get('EndTime') - - def set_EndTime(self,EndTime): - self.add_query_param('EndTime',EndTime) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeParameterTemplatesRequest.py b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeParameterTemplatesRequest.py deleted file mode 100644 index 6c5e2c5c2a..0000000000 --- a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeParameterTemplatesRequest.py +++ /dev/null @@ -1,72 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest -class DescribeParameterTemplatesRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'DescribeParameterTemplates','kvstore') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_EngineVersion(self): - return self.get_query_params().get('EngineVersion') - - def set_EngineVersion(self,EngineVersion): - self.add_query_param('EngineVersion',EngineVersion) - - def get_SecurityToken(self): - return self.get_query_params().get('SecurityToken') - - def set_SecurityToken(self,SecurityToken): - self.add_query_param('SecurityToken',SecurityToken) - - def get_Engine(self): - return self.get_query_params().get('Engine') - - def set_Engine(self,Engine): - self.add_query_param('Engine',Engine) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_CharacterType(self): - return self.get_query_params().get('CharacterType') - - def set_CharacterType(self,CharacterType): - self.add_query_param('CharacterType',CharacterType) \ No newline at end of file diff --git a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribePriceRequest.py b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribePriceRequest.py deleted file mode 100644 index d0e7776ec2..0000000000 --- a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribePriceRequest.py +++ /dev/null @@ -1,138 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest -class DescribePriceRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'DescribePrice','kvstore') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_NodeType(self): - return self.get_query_params().get('NodeType') - - def set_NodeType(self,NodeType): - self.add_query_param('NodeType',NodeType) - - def get_Instances(self): - return self.get_query_params().get('Instances') - - def set_Instances(self,Instances): - self.add_query_param('Instances',Instances) - - def get_CouponNo(self): - return self.get_query_params().get('CouponNo') - - def set_CouponNo(self,CouponNo): - self.add_query_param('CouponNo',CouponNo) - - def get_InstanceClass(self): - return self.get_query_params().get('InstanceClass') - - def set_InstanceClass(self,InstanceClass): - self.add_query_param('InstanceClass',InstanceClass) - - def get_Capacity(self): - return self.get_query_params().get('Capacity') - - def set_Capacity(self,Capacity): - self.add_query_param('Capacity',Capacity) - - def get_SecurityToken(self): - return self.get_query_params().get('SecurityToken') - - def set_SecurityToken(self,SecurityToken): - self.add_query_param('SecurityToken',SecurityToken) - - def get_BusinessInfo(self): - return self.get_query_params().get('BusinessInfo') - - def set_BusinessInfo(self,BusinessInfo): - self.add_query_param('BusinessInfo',BusinessInfo) - - def get_Period(self): - return self.get_query_params().get('Period') - - def set_Period(self,Period): - self.add_query_param('Period',Period) - - def get_Quantity(self): - return self.get_query_params().get('Quantity') - - def set_Quantity(self,Quantity): - self.add_query_param('Quantity',Quantity) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_OrderParamOut(self): - return self.get_query_params().get('OrderParamOut') - - def set_OrderParamOut(self,OrderParamOut): - self.add_query_param('OrderParamOut',OrderParamOut) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_InstanceId(self): - return self.get_query_params().get('InstanceId') - - def set_InstanceId(self,InstanceId): - self.add_query_param('InstanceId',InstanceId) - - def get_ZoneId(self): - return self.get_query_params().get('ZoneId') - - def set_ZoneId(self,ZoneId): - self.add_query_param('ZoneId',ZoneId) - - def get_ChargeType(self): - return self.get_query_params().get('ChargeType') - - def set_ChargeType(self,ChargeType): - self.add_query_param('ChargeType',ChargeType) - - def get_ForceUpgrade(self): - return self.get_query_params().get('ForceUpgrade') - - def set_ForceUpgrade(self,ForceUpgrade): - self.add_query_param('ForceUpgrade',ForceUpgrade) - - def get_OrderType(self): - return self.get_query_params().get('OrderType') - - def set_OrderType(self,OrderType): - self.add_query_param('OrderType',OrderType) \ No newline at end of file diff --git a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeRegionsRequest.py b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeRegionsRequest.py index 0488b450db..5ec35ec2a1 100644 --- a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeRegionsRequest.py +++ b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeRegionsRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest + class DescribeRegionsRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'DescribeRegions','kvstore') + RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'DescribeRegions','r-kvstore') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -47,14 +48,14 @@ def get_OwnerAccount(self): def set_OwnerAccount(self,OwnerAccount): self.add_query_param('OwnerAccount',OwnerAccount) - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - def get_AcceptLanguage(self): return self.get_query_params().get('AcceptLanguage') def set_AcceptLanguage(self,AcceptLanguage): - self.add_query_param('AcceptLanguage',AcceptLanguage) \ No newline at end of file + self.add_query_param('AcceptLanguage',AcceptLanguage) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeReplicaConflictInfoRequest.py b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeReplicaConflictInfoRequest.py index 8c21449808..2c2e2ae8d5 100644 --- a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeReplicaConflictInfoRequest.py +++ b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeReplicaConflictInfoRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest + class DescribeReplicaConflictInfoRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'DescribeReplicaConflictInfo','kvstore') + RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'DescribeReplicaConflictInfo','r-kvstore') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -29,12 +30,36 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_EndTime(self): + return self.get_query_params().get('EndTime') + + def set_EndTime(self,EndTime): + self.add_query_param('EndTime',EndTime) + def get_StartTime(self): return self.get_query_params().get('StartTime') def set_StartTime(self,StartTime): self.add_query_param('StartTime',StartTime) + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + def get_PageNumber(self): return self.get_query_params().get('PageNumber') @@ -57,28 +82,4 @@ def get_PageSize(self): return self.get_query_params().get('PageSize') def set_PageSize(self,PageSize): - self.add_query_param('PageSize',PageSize) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_EndTime(self): - return self.get_query_params().get('EndTime') - - def set_EndTime(self,EndTime): - self.add_query_param('EndTime',EndTime) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) \ No newline at end of file + self.add_query_param('PageSize',PageSize) \ No newline at end of file diff --git a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeReplicaInitializeProgressRequest.py b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeReplicaInitializeProgressRequest.py index 6e22e085aa..f8a47e68e0 100644 --- a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeReplicaInitializeProgressRequest.py +++ b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeReplicaInitializeProgressRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest + class DescribeReplicaInitializeProgressRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'DescribeReplicaInitializeProgress','kvstore') + RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'DescribeReplicaInitializeProgress','r-kvstore') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -35,12 +36,6 @@ def get_SecurityToken(self): def set_SecurityToken(self,SecurityToken): self.add_query_param('SecurityToken',SecurityToken) - def get_ReplicaId(self): - return self.get_query_params().get('ReplicaId') - - def set_ReplicaId(self,ReplicaId): - self.add_query_param('ReplicaId',ReplicaId) - def get_ResourceOwnerAccount(self): return self.get_query_params().get('ResourceOwnerAccount') @@ -53,6 +48,12 @@ def get_OwnerAccount(self): def set_OwnerAccount(self,OwnerAccount): self.add_query_param('OwnerAccount',OwnerAccount) + def get_ReplicaId(self): + return self.get_query_params().get('ReplicaId') + + def set_ReplicaId(self,ReplicaId): + self.add_query_param('ReplicaId',ReplicaId) + def get_OwnerId(self): return self.get_query_params().get('OwnerId') diff --git a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeReplicaPerformanceRequest.py b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeReplicaPerformanceRequest.py index 05e1c38ed2..7311b9788a 100644 --- a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeReplicaPerformanceRequest.py +++ b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeReplicaPerformanceRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest + class DescribeReplicaPerformanceRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'DescribeReplicaPerformance','kvstore') + RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'DescribeReplicaPerformance','r-kvstore') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -29,36 +30,6 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) - def get_StartTime(self): - return self.get_query_params().get('StartTime') - - def set_StartTime(self,StartTime): - self.add_query_param('StartTime',StartTime) - - def get_SecurityToken(self): - return self.get_query_params().get('SecurityToken') - - def set_SecurityToken(self,SecurityToken): - self.add_query_param('SecurityToken',SecurityToken) - - def get_ReplicaId(self): - return self.get_query_params().get('ReplicaId') - - def set_ReplicaId(self,ReplicaId): - self.add_query_param('ReplicaId',ReplicaId) - - def get_Key(self): - return self.get_query_params().get('Key') - - def set_Key(self,Key): - self.add_query_param('Key',Key) - - def get_DestinationDBInstanceId(self): - return self.get_query_params().get('DestinationDBInstanceId') - - def set_DestinationDBInstanceId(self,DestinationDBInstanceId): - self.add_query_param('DestinationDBInstanceId',DestinationDBInstanceId) - def get_ResourceOwnerAccount(self): return self.get_query_params().get('ResourceOwnerAccount') @@ -77,6 +48,12 @@ def get_EndTime(self): def set_EndTime(self,EndTime): self.add_query_param('EndTime',EndTime) + def get_StartTime(self): + return self.get_query_params().get('StartTime') + + def set_StartTime(self,StartTime): + self.add_query_param('StartTime',StartTime) + def get_OwnerId(self): return self.get_query_params().get('OwnerId') @@ -87,4 +64,22 @@ def get_SourceDBInstanceId(self): return self.get_query_params().get('SourceDBInstanceId') def set_SourceDBInstanceId(self,SourceDBInstanceId): - self.add_query_param('SourceDBInstanceId',SourceDBInstanceId) \ No newline at end of file + self.add_query_param('SourceDBInstanceId',SourceDBInstanceId) + + def get_SecurityToken(self): + return self.get_query_params().get('SecurityToken') + + def set_SecurityToken(self,SecurityToken): + self.add_query_param('SecurityToken',SecurityToken) + + def get_ReplicaId(self): + return self.get_query_params().get('ReplicaId') + + def set_ReplicaId(self,ReplicaId): + self.add_query_param('ReplicaId',ReplicaId) + + def get_Key(self): + return self.get_query_params().get('Key') + + def set_Key(self,Key): + self.add_query_param('Key',Key) \ No newline at end of file diff --git a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeReplicaUsageRequest.py b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeReplicaUsageRequest.py index 6c8ecd43f9..03e3424fe5 100644 --- a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeReplicaUsageRequest.py +++ b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeReplicaUsageRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest + class DescribeReplicaUsageRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'DescribeReplicaUsage','kvstore') + RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'DescribeReplicaUsage','r-kvstore') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -29,24 +30,18 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) + def get_SourceDBInstanceId(self): + return self.get_query_params().get('SourceDBInstanceId') + + def set_SourceDBInstanceId(self,SourceDBInstanceId): + self.add_query_param('SourceDBInstanceId',SourceDBInstanceId) + def get_SecurityToken(self): return self.get_query_params().get('SecurityToken') def set_SecurityToken(self,SecurityToken): self.add_query_param('SecurityToken',SecurityToken) - def get_ReplicaId(self): - return self.get_query_params().get('ReplicaId') - - def set_ReplicaId(self,ReplicaId): - self.add_query_param('ReplicaId',ReplicaId) - - def get_DestinationDBInstanceId(self): - return self.get_query_params().get('DestinationDBInstanceId') - - def set_DestinationDBInstanceId(self,DestinationDBInstanceId): - self.add_query_param('DestinationDBInstanceId',DestinationDBInstanceId) - def get_ResourceOwnerAccount(self): return self.get_query_params().get('ResourceOwnerAccount') @@ -59,14 +54,14 @@ def get_OwnerAccount(self): def set_OwnerAccount(self,OwnerAccount): self.add_query_param('OwnerAccount',OwnerAccount) + def get_ReplicaId(self): + return self.get_query_params().get('ReplicaId') + + def set_ReplicaId(self,ReplicaId): + self.add_query_param('ReplicaId',ReplicaId) + def get_OwnerId(self): return self.get_query_params().get('OwnerId') def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_SourceDBInstanceId(self): - return self.get_query_params().get('SourceDBInstanceId') - - def set_SourceDBInstanceId(self,SourceDBInstanceId): - self.add_query_param('SourceDBInstanceId',SourceDBInstanceId) \ No newline at end of file + self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeReplicasRequest.py b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeReplicasRequest.py index 01980614d2..0cabb808d0 100644 --- a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeReplicasRequest.py +++ b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeReplicasRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest + class DescribeReplicasRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'DescribeReplicas','kvstore') + RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'DescribeReplicas','r-kvstore') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -29,50 +30,44 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) - def get_PageNumber(self): - return self.get_query_params().get('PageNumber') - - def set_PageNumber(self,PageNumber): - self.add_query_param('PageNumber',PageNumber) - def get_SecurityToken(self): return self.get_query_params().get('SecurityToken') def set_SecurityToken(self,SecurityToken): self.add_query_param('SecurityToken',SecurityToken) - def get_ReplicaId(self): - return self.get_query_params().get('ReplicaId') - - def set_ReplicaId(self,ReplicaId): - self.add_query_param('ReplicaId',ReplicaId) - - def get_PageSize(self): - return self.get_query_params().get('PageSize') - - def set_PageSize(self,PageSize): - self.add_query_param('PageSize',PageSize) - def get_ResourceOwnerAccount(self): return self.get_query_params().get('ResourceOwnerAccount') def set_ResourceOwnerAccount(self,ResourceOwnerAccount): self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - def get_AttachDbInstanceData(self): - return self.get_query_params().get('AttachDbInstanceData') - - def set_AttachDbInstanceData(self,AttachDbInstanceData): - self.add_query_param('AttachDbInstanceData',AttachDbInstanceData) - def get_OwnerAccount(self): return self.get_query_params().get('OwnerAccount') def set_OwnerAccount(self,OwnerAccount): self.add_query_param('OwnerAccount',OwnerAccount) + def get_ReplicaId(self): + return self.get_query_params().get('ReplicaId') + + def set_ReplicaId(self,ReplicaId): + self.add_query_param('ReplicaId',ReplicaId) + + def get_PageSize(self): + return self.get_query_params().get('PageSize') + + def set_PageSize(self,PageSize): + self.add_query_param('PageSize',PageSize) + def get_OwnerId(self): return self.get_query_params().get('OwnerId') def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) \ No newline at end of file + self.add_query_param('OwnerId',OwnerId) + + def get_PageNumber(self): + return self.get_query_params().get('PageNumber') + + def set_PageNumber(self,PageNumber): + self.add_query_param('PageNumber',PageNumber) \ No newline at end of file diff --git a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeRunningLogRecordsRequest.py b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeRunningLogRecordsRequest.py deleted file mode 100644 index c2de2e7af5..0000000000 --- a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeRunningLogRecordsRequest.py +++ /dev/null @@ -1,108 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest -class DescribeRunningLogRecordsRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'DescribeRunningLogRecords','kvstore') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_StartTime(self): - return self.get_query_params().get('StartTime') - - def set_StartTime(self,StartTime): - self.add_query_param('StartTime',StartTime) - - def get_PageNumber(self): - return self.get_query_params().get('PageNumber') - - def set_PageNumber(self,PageNumber): - self.add_query_param('PageNumber',PageNumber) - - def get_SecurityToken(self): - return self.get_query_params().get('SecurityToken') - - def set_SecurityToken(self,SecurityToken): - self.add_query_param('SecurityToken',SecurityToken) - - def get_PageSize(self): - return self.get_query_params().get('PageSize') - - def set_PageSize(self,PageSize): - self.add_query_param('PageSize',PageSize) - - def get_RoleType(self): - return self.get_query_params().get('RoleType') - - def set_RoleType(self,RoleType): - self.add_query_param('RoleType',RoleType) - - def get_NodeId(self): - return self.get_query_params().get('NodeId') - - def set_NodeId(self,NodeId): - self.add_query_param('NodeId',NodeId) - - def get_SQLId(self): - return self.get_query_params().get('SQLId') - - def set_SQLId(self,SQLId): - self.add_query_param('SQLId',SQLId) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_EndTime(self): - return self.get_query_params().get('EndTime') - - def set_EndTime(self,EndTime): - self.add_query_param('EndTime',EndTime) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_InstanceId(self): - return self.get_query_params().get('InstanceId') - - def set_InstanceId(self,InstanceId): - self.add_query_param('InstanceId',InstanceId) - - def get_DBName(self): - return self.get_query_params().get('DBName') - - def set_DBName(self,DBName): - self.add_query_param('DBName',DBName) \ No newline at end of file diff --git a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeSecurityIpsRequest.py b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeSecurityIpsRequest.py index 7e15509100..12acce4d39 100644 --- a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeSecurityIpsRequest.py +++ b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeSecurityIpsRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest + class DescribeSecurityIpsRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'DescribeSecurityIps','kvstore') + RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'DescribeSecurityIps','r-kvstore') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -29,6 +30,12 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) + def get_InstanceId(self): + return self.get_query_params().get('InstanceId') + + def set_InstanceId(self,InstanceId): + self.add_query_param('InstanceId',InstanceId) + def get_SecurityToken(self): return self.get_query_params().get('SecurityToken') @@ -51,10 +58,4 @@ def get_OwnerId(self): return self.get_query_params().get('OwnerId') def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_InstanceId(self): - return self.get_query_params().get('InstanceId') - - def set_InstanceId(self,InstanceId): - self.add_query_param('InstanceId',InstanceId) \ No newline at end of file + self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeSlowLogRecordsRequest.py b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeSlowLogRecordsRequest.py deleted file mode 100644 index a512567696..0000000000 --- a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeSlowLogRecordsRequest.py +++ /dev/null @@ -1,102 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest -class DescribeSlowLogRecordsRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'DescribeSlowLogRecords','kvstore') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_StartTime(self): - return self.get_query_params().get('StartTime') - - def set_StartTime(self,StartTime): - self.add_query_param('StartTime',StartTime) - - def get_PageNumber(self): - return self.get_query_params().get('PageNumber') - - def set_PageNumber(self,PageNumber): - self.add_query_param('PageNumber',PageNumber) - - def get_SecurityToken(self): - return self.get_query_params().get('SecurityToken') - - def set_SecurityToken(self,SecurityToken): - self.add_query_param('SecurityToken',SecurityToken) - - def get_PageSize(self): - return self.get_query_params().get('PageSize') - - def set_PageSize(self,PageSize): - self.add_query_param('PageSize',PageSize) - - def get_NodeId(self): - return self.get_query_params().get('NodeId') - - def set_NodeId(self,NodeId): - self.add_query_param('NodeId',NodeId) - - def get_SQLId(self): - return self.get_query_params().get('SQLId') - - def set_SQLId(self,SQLId): - self.add_query_param('SQLId',SQLId) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_EndTime(self): - return self.get_query_params().get('EndTime') - - def set_EndTime(self,EndTime): - self.add_query_param('EndTime',EndTime) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_InstanceId(self): - return self.get_query_params().get('InstanceId') - - def set_InstanceId(self,InstanceId): - self.add_query_param('InstanceId',InstanceId) - - def get_DBName(self): - return self.get_query_params().get('DBName') - - def set_DBName(self,DBName): - self.add_query_param('DBName',DBName) \ No newline at end of file diff --git a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeSnapshotsRequest.py b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeSnapshotsRequest.py index b55113c2b8..ea8b29d296 100644 --- a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeSnapshotsRequest.py +++ b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeSnapshotsRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest + class DescribeSnapshotsRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'DescribeSnapshots','kvstore') + RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'DescribeSnapshots','r-kvstore') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeStaticVerificationListRequest.py b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeStaticVerificationListRequest.py index bd27283add..389b503d4b 100644 --- a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeStaticVerificationListRequest.py +++ b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeStaticVerificationListRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest + class DescribeStaticVerificationListRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'DescribeStaticVerificationList','kvstore') + RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'DescribeStaticVerificationList','r-kvstore') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -35,18 +36,6 @@ def get_SecurityToken(self): def set_SecurityToken(self,SecurityToken): self.add_query_param('SecurityToken',SecurityToken) - def get_ReplicaId(self): - return self.get_query_params().get('ReplicaId') - - def set_ReplicaId(self,ReplicaId): - self.add_query_param('ReplicaId',ReplicaId) - - def get_SourceInstanceId(self): - return self.get_query_params().get('SourceInstanceId') - - def set_SourceInstanceId(self,SourceInstanceId): - self.add_query_param('SourceInstanceId',SourceInstanceId) - def get_ResourceOwnerAccount(self): return self.get_query_params().get('ResourceOwnerAccount') @@ -59,14 +48,26 @@ def get_OwnerAccount(self): def set_OwnerAccount(self,OwnerAccount): self.add_query_param('OwnerAccount',OwnerAccount) - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') + def get_ReplicaId(self): + return self.get_query_params().get('ReplicaId') - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) + def set_ReplicaId(self,ReplicaId): + self.add_query_param('ReplicaId',ReplicaId) def get_DestinationInstanceId(self): return self.get_query_params().get('DestinationInstanceId') def set_DestinationInstanceId(self,DestinationInstanceId): - self.add_query_param('DestinationInstanceId',DestinationInstanceId) \ No newline at end of file + self.add_query_param('DestinationInstanceId',DestinationInstanceId) + + def get_SourceInstanceId(self): + return self.get_query_params().get('SourceInstanceId') + + def set_SourceInstanceId(self,SourceInstanceId): + self.add_query_param('SourceInstanceId',SourceInstanceId) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeStrategyRequest.py b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeStrategyRequest.py index 178a092f93..70c70ddd33 100644 --- a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeStrategyRequest.py +++ b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeStrategyRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest + class DescribeStrategyRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'DescribeStrategy','kvstore') + RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'DescribeStrategy','r-kvstore') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -35,12 +36,6 @@ def get_SecurityToken(self): def set_SecurityToken(self,SecurityToken): self.add_query_param('SecurityToken',SecurityToken) - def get_ReplicaId(self): - return self.get_query_params().get('ReplicaId') - - def set_ReplicaId(self,ReplicaId): - self.add_query_param('ReplicaId',ReplicaId) - def get_ResourceOwnerAccount(self): return self.get_query_params().get('ResourceOwnerAccount') @@ -53,6 +48,12 @@ def get_OwnerAccount(self): def set_OwnerAccount(self,OwnerAccount): self.add_query_param('OwnerAccount',OwnerAccount) + def get_ReplicaId(self): + return self.get_query_params().get('ReplicaId') + + def set_ReplicaId(self,ReplicaId): + self.add_query_param('ReplicaId',ReplicaId) + def get_OwnerId(self): return self.get_query_params().get('OwnerId') diff --git a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeTagsRequest.py b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeTagsRequest.py deleted file mode 100644 index fee05f113c..0000000000 --- a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeTagsRequest.py +++ /dev/null @@ -1,60 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest -class DescribeTagsRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'DescribeTags','kvstore') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_NextToken(self): - return self.get_query_params().get('NextToken') - - def set_NextToken(self,NextToken): - self.add_query_param('NextToken',NextToken) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_ResourceType(self): - return self.get_query_params().get('ResourceType') - - def set_ResourceType(self,ResourceType): - self.add_query_param('ResourceType',ResourceType) \ No newline at end of file diff --git a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeTempInstanceRequest.py b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeTempInstanceRequest.py index 0c2a743b98..14a06ce0db 100644 --- a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeTempInstanceRequest.py +++ b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeTempInstanceRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest + class DescribeTempInstanceRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'DescribeTempInstance','kvstore') + RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'DescribeTempInstance','r-kvstore') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeUserInfoRequest.py b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeUserInfoRequest.py index 1df89f2b90..ea082c50a7 100644 --- a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeUserInfoRequest.py +++ b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeUserInfoRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest + class DescribeUserInfoRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'DescribeUserInfo','kvstore') + RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'DescribeUserInfo','r-kvstore') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -29,6 +30,12 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) + def get_SecurityToken(self): + return self.get_query_params().get('SecurityToken') + + def set_SecurityToken(self,SecurityToken): + self.add_query_param('SecurityToken',SecurityToken) + def get_ResourceOwnerAccount(self): return self.get_query_params().get('ResourceOwnerAccount') @@ -45,10 +52,4 @@ def get_OwnerId(self): return self.get_query_params().get('OwnerId') def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_SecurityToken(self): - return self.get_query_params().get('SecurityToken') - - def set_SecurityToken(self,SecurityToken): - self.add_query_param('SecurityToken',SecurityToken) \ No newline at end of file + self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeVerificationListRequest.py b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeVerificationListRequest.py index ee933c18c6..bbadb92495 100644 --- a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeVerificationListRequest.py +++ b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeVerificationListRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest + class DescribeVerificationListRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'DescribeVerificationList','kvstore') + RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'DescribeVerificationList','r-kvstore') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -29,12 +30,36 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_EndTime(self): + return self.get_query_params().get('EndTime') + + def set_EndTime(self,EndTime): + self.add_query_param('EndTime',EndTime) + def get_StartTime(self): return self.get_query_params().get('StartTime') def set_StartTime(self,StartTime): self.add_query_param('StartTime',StartTime) + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + def get_PageNumber(self): return self.get_query_params().get('PageNumber') @@ -57,28 +82,4 @@ def get_PageSize(self): return self.get_query_params().get('PageSize') def set_PageSize(self,PageSize): - self.add_query_param('PageSize',PageSize) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_EndTime(self): - return self.get_query_params().get('EndTime') - - def set_EndTime(self,EndTime): - self.add_query_param('EndTime',EndTime) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) \ No newline at end of file + self.add_query_param('PageSize',PageSize) \ No newline at end of file diff --git a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeZonesRequest.py b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeZonesRequest.py index fc0a3a7f2f..7cd0a744b7 100644 --- a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeZonesRequest.py +++ b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeZonesRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest + class DescribeZonesRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'DescribeZones','kvstore') + RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'DescribeZones','r-kvstore') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -51,10 +52,4 @@ def get_OwnerId(self): return self.get_query_params().get('OwnerId') def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_AcceptLanguage(self): - return self.get_query_params().get('AcceptLanguage') - - def set_AcceptLanguage(self,AcceptLanguage): - self.add_query_param('AcceptLanguage',AcceptLanguage) \ No newline at end of file + self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DestroyInstanceRequest.py b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DestroyInstanceRequest.py deleted file mode 100644 index 5373f5f240..0000000000 --- a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DestroyInstanceRequest.py +++ /dev/null @@ -1,60 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest -class DestroyInstanceRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'DestroyInstance','kvstore') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_SecurityToken(self): - return self.get_query_params().get('SecurityToken') - - def set_SecurityToken(self,SecurityToken): - self.add_query_param('SecurityToken',SecurityToken) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_InstanceId(self): - return self.get_query_params().get('InstanceId') - - def set_InstanceId(self,InstanceId): - self.add_query_param('InstanceId',InstanceId) \ No newline at end of file diff --git a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/FlushInstanceRequest.py b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/FlushInstanceRequest.py index 2bdbace6b6..99f661ab82 100644 --- a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/FlushInstanceRequest.py +++ b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/FlushInstanceRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest + class FlushInstanceRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'FlushInstance','kvstore') + RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'FlushInstance','r-kvstore') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -29,6 +30,18 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) + def get_InstanceId(self): + return self.get_query_params().get('InstanceId') + + def set_InstanceId(self,InstanceId): + self.add_query_param('InstanceId',InstanceId) + + def get_SecurityToken(self): + return self.get_query_params().get('SecurityToken') + + def set_SecurityToken(self,SecurityToken): + self.add_query_param('SecurityToken',SecurityToken) + def get_ResourceOwnerAccount(self): return self.get_query_params().get('ResourceOwnerAccount') @@ -45,16 +58,4 @@ def get_OwnerId(self): return self.get_query_params().get('OwnerId') def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_InstanceId(self): - return self.get_query_params().get('InstanceId') - - def set_InstanceId(self,InstanceId): - self.add_query_param('InstanceId',InstanceId) - - def get_SecurityToken(self): - return self.get_query_params().get('SecurityToken') - - def set_SecurityToken(self,SecurityToken): - self.add_query_param('SecurityToken',SecurityToken) \ No newline at end of file + self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/GetSnapshotSettingsRequest.py b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/GetSnapshotSettingsRequest.py index 39ca5d43db..148ace70a9 100644 --- a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/GetSnapshotSettingsRequest.py +++ b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/GetSnapshotSettingsRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest + class GetSnapshotSettingsRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'GetSnapshotSettings','kvstore') + RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'GetSnapshotSettings','r-kvstore') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -29,6 +30,12 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) + def get_InstanceId(self): + return self.get_query_params().get('InstanceId') + + def set_InstanceId(self,InstanceId): + self.add_query_param('InstanceId',InstanceId) + def get_ResourceOwnerAccount(self): return self.get_query_params().get('ResourceOwnerAccount') @@ -45,10 +52,4 @@ def get_OwnerId(self): return self.get_query_params().get('OwnerId') def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_InstanceId(self): - return self.get_query_params().get('InstanceId') - - def set_InstanceId(self,InstanceId): - self.add_query_param('InstanceId',InstanceId) \ No newline at end of file + self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/GrantAccountPrivilegeRequest.py b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/GrantAccountPrivilegeRequest.py deleted file mode 100644 index 41384ce9b7..0000000000 --- a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/GrantAccountPrivilegeRequest.py +++ /dev/null @@ -1,72 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest -class GrantAccountPrivilegeRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'GrantAccountPrivilege','kvstore') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_AccountPrivilege(self): - return self.get_query_params().get('AccountPrivilege') - - def set_AccountPrivilege(self,AccountPrivilege): - self.add_query_param('AccountPrivilege',AccountPrivilege) - - def get_AccountName(self): - return self.get_query_params().get('AccountName') - - def set_AccountName(self,AccountName): - self.add_query_param('AccountName',AccountName) - - def get_SecurityToken(self): - return self.get_query_params().get('SecurityToken') - - def set_SecurityToken(self,SecurityToken): - self.add_query_param('SecurityToken',SecurityToken) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_InstanceId(self): - return self.get_query_params().get('InstanceId') - - def set_InstanceId(self,InstanceId): - self.add_query_param('InstanceId',InstanceId) \ No newline at end of file diff --git a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/ListTagResourcesRequest.py b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/ListTagResourcesRequest.py deleted file mode 100644 index 3b4e30cdfb..0000000000 --- a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/ListTagResourcesRequest.py +++ /dev/null @@ -1,79 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest -class ListTagResourcesRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'ListTagResources','kvstore') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_NextToken(self): - return self.get_query_params().get('NextToken') - - def set_NextToken(self,NextToken): - self.add_query_param('NextToken',NextToken) - - def get_Tags(self): - return self.get_query_params().get('Tags') - - def set_Tags(self,Tags): - for i in range(len(Tags)): - if Tags[i].get('Value') is not None: - self.add_query_param('Tag.' + str(i + 1) + '.Value' , Tags[i].get('Value')) - if Tags[i].get('Key') is not None: - self.add_query_param('Tag.' + str(i + 1) + '.Key' , Tags[i].get('Key')) - - - def get_ResourceIds(self): - return self.get_query_params().get('ResourceIds') - - def set_ResourceIds(self,ResourceIds): - for i in range(len(ResourceIds)): - if ResourceIds[i] is not None: - self.add_query_param('ResourceId.' + str(i + 1) , ResourceIds[i]); - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_ResourceType(self): - return self.get_query_params().get('ResourceType') - - def set_ResourceType(self,ResourceType): - self.add_query_param('ResourceType',ResourceType) \ No newline at end of file diff --git a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/MigrateToOtherZoneRequest.py b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/MigrateToOtherZoneRequest.py index b78daa27c2..5184ca0f40 100644 --- a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/MigrateToOtherZoneRequest.py +++ b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/MigrateToOtherZoneRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,17 @@ # under the License. from aliyunsdkcore.request import RpcRequest + class MigrateToOtherZoneRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'MigrateToOtherZone','kvstore') + RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'MigrateToOtherZone','r-kvstore') + + def get_VSwitchId(self): + return self.get_query_params().get('VSwitchId') + + def set_VSwitchId(self,VSwitchId): + self.add_query_param('VSwitchId',VSwitchId) def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -35,44 +42,38 @@ def get_SecurityToken(self): def set_SecurityToken(self,SecurityToken): self.add_query_param('SecurityToken',SecurityToken) - def get_EffectiveTime(self): - return self.get_query_params().get('EffectiveTime') - - def set_EffectiveTime(self,EffectiveTime): - self.add_query_param('EffectiveTime',EffectiveTime) - - def get_DBInstanceId(self): - return self.get_query_params().get('DBInstanceId') - - def set_DBInstanceId(self,DBInstanceId): - self.add_query_param('DBInstanceId',DBInstanceId) - def get_ResourceOwnerAccount(self): return self.get_query_params().get('ResourceOwnerAccount') def set_ResourceOwnerAccount(self,ResourceOwnerAccount): self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + def get_EffectiveTime(self): + return self.get_query_params().get('EffectiveTime') + + def set_EffectiveTime(self,EffectiveTime): + self.add_query_param('EffectiveTime',EffectiveTime) + def get_OwnerAccount(self): return self.get_query_params().get('OwnerAccount') def set_OwnerAccount(self,OwnerAccount): self.add_query_param('OwnerAccount',OwnerAccount) - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') + def get_ZoneId(self): + return self.get_query_params().get('ZoneId') - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) + def set_ZoneId(self,ZoneId): + self.add_query_param('ZoneId',ZoneId) - def get_VSwitchId(self): - return self.get_query_params().get('VSwitchId') + def get_DBInstanceId(self): + return self.get_query_params().get('DBInstanceId') - def set_VSwitchId(self,VSwitchId): - self.add_query_param('VSwitchId',VSwitchId) + def set_DBInstanceId(self,DBInstanceId): + self.add_query_param('DBInstanceId',DBInstanceId) - def get_ZoneId(self): - return self.get_query_params().get('ZoneId') + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') - def set_ZoneId(self,ZoneId): - self.add_query_param('ZoneId',ZoneId) \ No newline at end of file + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/ModifyAccountDescriptionRequest.py b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/ModifyAccountDescriptionRequest.py deleted file mode 100644 index 8c92934390..0000000000 --- a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/ModifyAccountDescriptionRequest.py +++ /dev/null @@ -1,72 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest -class ModifyAccountDescriptionRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'ModifyAccountDescription','kvstore') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_AccountDescription(self): - return self.get_query_params().get('AccountDescription') - - def set_AccountDescription(self,AccountDescription): - self.add_query_param('AccountDescription',AccountDescription) - - def get_AccountName(self): - return self.get_query_params().get('AccountName') - - def set_AccountName(self,AccountName): - self.add_query_param('AccountName',AccountName) - - def get_SecurityToken(self): - return self.get_query_params().get('SecurityToken') - - def set_SecurityToken(self,SecurityToken): - self.add_query_param('SecurityToken',SecurityToken) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_InstanceId(self): - return self.get_query_params().get('InstanceId') - - def set_InstanceId(self,InstanceId): - self.add_query_param('InstanceId',InstanceId) \ No newline at end of file diff --git a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/ModifyActiveOperationTaskRequest.py b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/ModifyActiveOperationTaskRequest.py deleted file mode 100644 index 7901b93fb9..0000000000 --- a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/ModifyActiveOperationTaskRequest.py +++ /dev/null @@ -1,66 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest -class ModifyActiveOperationTaskRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'ModifyActiveOperationTask','kvstore') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_SecurityToken(self): - return self.get_query_params().get('SecurityToken') - - def set_SecurityToken(self,SecurityToken): - self.add_query_param('SecurityToken',SecurityToken) - - def get_SwitchTime(self): - return self.get_query_params().get('SwitchTime') - - def set_SwitchTime(self,SwitchTime): - self.add_query_param('SwitchTime',SwitchTime) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_Ids(self): - return self.get_query_params().get('Ids') - - def set_Ids(self,Ids): - self.add_query_param('Ids',Ids) \ No newline at end of file diff --git a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/ModifyAuditLogConfigRequest.py b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/ModifyAuditLogConfigRequest.py index 2e1893d8f2..9996571002 100644 --- a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/ModifyAuditLogConfigRequest.py +++ b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/ModifyAuditLogConfigRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest + class ModifyAuditLogConfigRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'ModifyAuditLogConfig','kvstore') + RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'ModifyAuditLogConfig','r-kvstore') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -29,30 +30,30 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) + def get_InstanceId(self): + return self.get_query_params().get('InstanceId') + + def set_InstanceId(self,InstanceId): + self.add_query_param('InstanceId',InstanceId) + def get_SecurityToken(self): return self.get_query_params().get('SecurityToken') def set_SecurityToken(self,SecurityToken): self.add_query_param('SecurityToken',SecurityToken) - def get_AuditCommand(self): - return self.get_query_params().get('AuditCommand') - - def set_AuditCommand(self,AuditCommand): - self.add_query_param('AuditCommand',AuditCommand) - - def get_Retention(self): - return self.get_query_params().get('Retention') - - def set_Retention(self,Retention): - self.add_query_param('Retention',Retention) - def get_ResourceOwnerAccount(self): return self.get_query_params().get('ResourceOwnerAccount') def set_ResourceOwnerAccount(self,ResourceOwnerAccount): self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + def get_AuditCommand(self): + return self.get_query_params().get('AuditCommand') + + def set_AuditCommand(self,AuditCommand): + self.add_query_param('AuditCommand',AuditCommand) + def get_OwnerAccount(self): return self.get_query_params().get('OwnerAccount') @@ -65,8 +66,8 @@ def get_OwnerId(self): def set_OwnerId(self,OwnerId): self.add_query_param('OwnerId',OwnerId) - def get_InstanceId(self): - return self.get_query_params().get('InstanceId') + def get_Retention(self): + return self.get_query_params().get('Retention') - def set_InstanceId(self,InstanceId): - self.add_query_param('InstanceId',InstanceId) \ No newline at end of file + def set_Retention(self,Retention): + self.add_query_param('Retention',Retention) \ No newline at end of file diff --git a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/ModifyBackupPolicyRequest.py b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/ModifyBackupPolicyRequest.py index 6b7295d5f5..406cc17603 100644 --- a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/ModifyBackupPolicyRequest.py +++ b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/ModifyBackupPolicyRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,23 @@ # under the License. from aliyunsdkcore.request import RpcRequest + class ModifyBackupPolicyRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'ModifyBackupPolicy','kvstore') + RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'ModifyBackupPolicy','r-kvstore') + + def get_PreferredBackupTime(self): + return self.get_query_params().get('PreferredBackupTime') + + def set_PreferredBackupTime(self,PreferredBackupTime): + self.add_query_param('PreferredBackupTime',PreferredBackupTime) + + def get_PreferredBackupPeriod(self): + return self.get_query_params().get('PreferredBackupPeriod') + + def set_PreferredBackupPeriod(self,PreferredBackupPeriod): + self.add_query_param('PreferredBackupPeriod',PreferredBackupPeriod) def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -29,18 +42,18 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) + def get_InstanceId(self): + return self.get_query_params().get('InstanceId') + + def set_InstanceId(self,InstanceId): + self.add_query_param('InstanceId',InstanceId) + def get_SecurityToken(self): return self.get_query_params().get('SecurityToken') def set_SecurityToken(self,SecurityToken): self.add_query_param('SecurityToken',SecurityToken) - def get_PreferredBackupPeriod(self): - return self.get_query_params().get('PreferredBackupPeriod') - - def set_PreferredBackupPeriod(self,PreferredBackupPeriod): - self.add_query_param('PreferredBackupPeriod',PreferredBackupPeriod) - def get_ResourceOwnerAccount(self): return self.get_query_params().get('ResourceOwnerAccount') @@ -57,16 +70,4 @@ def get_OwnerId(self): return self.get_query_params().get('OwnerId') def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_PreferredBackupTime(self): - return self.get_query_params().get('PreferredBackupTime') - - def set_PreferredBackupTime(self,PreferredBackupTime): - self.add_query_param('PreferredBackupTime',PreferredBackupTime) - - def get_InstanceId(self): - return self.get_query_params().get('InstanceId') - - def set_InstanceId(self,InstanceId): - self.add_query_param('InstanceId',InstanceId) \ No newline at end of file + self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/ModifyCertificationRequest.py b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/ModifyCertificationRequest.py deleted file mode 100644 index a63f301279..0000000000 --- a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/ModifyCertificationRequest.py +++ /dev/null @@ -1,66 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest -class ModifyCertificationRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'ModifyCertification','kvstore') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_SecurityToken(self): - return self.get_query_params().get('SecurityToken') - - def set_SecurityToken(self,SecurityToken): - self.add_query_param('SecurityToken',SecurityToken) - - def get_NoCertification(self): - return self.get_query_params().get('NoCertification') - - def set_NoCertification(self,NoCertification): - self.add_query_param('NoCertification',NoCertification) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_InstanceId(self): - return self.get_query_params().get('InstanceId') - - def set_InstanceId(self,InstanceId): - self.add_query_param('InstanceId',InstanceId) \ No newline at end of file diff --git a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/ModifyDBInstanceConnectionStringRequest.py b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/ModifyDBInstanceConnectionStringRequest.py deleted file mode 100644 index 9e8c67ce79..0000000000 --- a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/ModifyDBInstanceConnectionStringRequest.py +++ /dev/null @@ -1,84 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest -class ModifyDBInstanceConnectionStringRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'ModifyDBInstanceConnectionString','kvstore') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_SecurityToken(self): - return self.get_query_params().get('SecurityToken') - - def set_SecurityToken(self,SecurityToken): - self.add_query_param('SecurityToken',SecurityToken) - - def get_DBInstanceId(self): - return self.get_query_params().get('DBInstanceId') - - def set_DBInstanceId(self,DBInstanceId): - self.add_query_param('DBInstanceId',DBInstanceId) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_NewConnectionString(self): - return self.get_query_params().get('NewConnectionString') - - def set_NewConnectionString(self,NewConnectionString): - self.add_query_param('NewConnectionString',NewConnectionString) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_IPType(self): - return self.get_query_params().get('IPType') - - def set_IPType(self,IPType): - self.add_query_param('IPType',IPType) - - def get_CurrentConnectionString(self): - return self.get_query_params().get('CurrentConnectionString') - - def set_CurrentConnectionString(self,CurrentConnectionString): - self.add_query_param('CurrentConnectionString',CurrentConnectionString) - - def get_Port(self): - return self.get_query_params().get('Port') - - def set_Port(self,Port): - self.add_query_param('Port',Port) \ No newline at end of file diff --git a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/ModifyDBInstanceMonitorRequest.py b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/ModifyDBInstanceMonitorRequest.py deleted file mode 100644 index 4c766854bc..0000000000 --- a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/ModifyDBInstanceMonitorRequest.py +++ /dev/null @@ -1,66 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest -class ModifyDBInstanceMonitorRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'ModifyDBInstanceMonitor','kvstore') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_SecurityToken(self): - return self.get_query_params().get('SecurityToken') - - def set_SecurityToken(self,SecurityToken): - self.add_query_param('SecurityToken',SecurityToken) - - def get_DBInstanceId(self): - return self.get_query_params().get('DBInstanceId') - - def set_DBInstanceId(self,DBInstanceId): - self.add_query_param('DBInstanceId',DBInstanceId) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_Interval(self): - return self.get_query_params().get('Interval') - - def set_Interval(self,Interval): - self.add_query_param('Interval',Interval) \ No newline at end of file diff --git a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/EvaluateFailOverSwitchRequest.py b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/ModifyDynamicModeRequest.py similarity index 84% rename from aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/EvaluateFailOverSwitchRequest.py rename to aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/ModifyDynamicModeRequest.py index 7ea9cbc451..c3fc37be21 100644 --- a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/EvaluateFailOverSwitchRequest.py +++ b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/ModifyDynamicModeRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest -class EvaluateFailOverSwitchRequest(RpcRequest): + +class ModifyDynamicModeRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'EvaluateFailOverSwitch','kvstore') + RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'ModifyDynamicMode','r-kvstore') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -29,18 +30,18 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) + def get_DynamicMode(self): + return self.get_query_params().get('DynamicMode') + + def set_DynamicMode(self,DynamicMode): + self.add_query_param('DynamicMode',DynamicMode) + def get_SecurityToken(self): return self.get_query_params().get('SecurityToken') def set_SecurityToken(self,SecurityToken): self.add_query_param('SecurityToken',SecurityToken) - def get_ReplicaId(self): - return self.get_query_params().get('ReplicaId') - - def set_ReplicaId(self,ReplicaId): - self.add_query_param('ReplicaId',ReplicaId) - def get_ResourceOwnerAccount(self): return self.get_query_params().get('ResourceOwnerAccount') @@ -53,6 +54,12 @@ def get_OwnerAccount(self): def set_OwnerAccount(self,OwnerAccount): self.add_query_param('OwnerAccount',OwnerAccount) + def get_ReplicaId(self): + return self.get_query_params().get('ReplicaId') + + def set_ReplicaId(self,ReplicaId): + self.add_query_param('ReplicaId',ReplicaId) + def get_OwnerId(self): return self.get_query_params().get('OwnerId') diff --git a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/ModifyGuardDomainModeRequest.py b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/ModifyGuardDomainModeRequest.py index ced36d7086..426b1e9dab 100644 --- a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/ModifyGuardDomainModeRequest.py +++ b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/ModifyGuardDomainModeRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest + class ModifyGuardDomainModeRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'ModifyGuardDomainMode','kvstore') + RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'ModifyGuardDomainMode','r-kvstore') def get_DomainMode(self): return self.get_query_params().get('DomainMode') @@ -41,12 +42,6 @@ def get_SecurityToken(self): def set_SecurityToken(self,SecurityToken): self.add_query_param('SecurityToken',SecurityToken) - def get_ReplicaId(self): - return self.get_query_params().get('ReplicaId') - - def set_ReplicaId(self,ReplicaId): - self.add_query_param('ReplicaId',ReplicaId) - def get_ResourceOwnerAccount(self): return self.get_query_params().get('ResourceOwnerAccount') @@ -59,6 +54,12 @@ def get_OwnerAccount(self): def set_OwnerAccount(self,OwnerAccount): self.add_query_param('OwnerAccount',OwnerAccount) + def get_ReplicaId(self): + return self.get_query_params().get('ReplicaId') + + def set_ReplicaId(self,ReplicaId): + self.add_query_param('ReplicaId',ReplicaId) + def get_OwnerId(self): return self.get_query_params().get('OwnerId') diff --git a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/ModifyInstanceAttributeRequest.py b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/ModifyInstanceAttributeRequest.py index e011aec7b2..96d3ac00f0 100644 --- a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/ModifyInstanceAttributeRequest.py +++ b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/ModifyInstanceAttributeRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest + class ModifyInstanceAttributeRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'ModifyInstanceAttribute','kvstore') + RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'ModifyInstanceAttribute','r-kvstore') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -29,6 +30,18 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) + def get_InstanceId(self): + return self.get_query_params().get('InstanceId') + + def set_InstanceId(self,InstanceId): + self.add_query_param('InstanceId',InstanceId) + + def get_InstanceName(self): + return self.get_query_params().get('InstanceName') + + def set_InstanceName(self,InstanceName): + self.add_query_param('InstanceName',InstanceName) + def get_SecurityToken(self): return self.get_query_params().get('SecurityToken') @@ -57,16 +70,4 @@ def get_NewPassword(self): return self.get_query_params().get('NewPassword') def set_NewPassword(self,NewPassword): - self.add_query_param('NewPassword',NewPassword) - - def get_InstanceId(self): - return self.get_query_params().get('InstanceId') - - def set_InstanceId(self,InstanceId): - self.add_query_param('InstanceId',InstanceId) - - def get_InstanceName(self): - return self.get_query_params().get('InstanceName') - - def set_InstanceName(self,InstanceName): - self.add_query_param('InstanceName',InstanceName) \ No newline at end of file + self.add_query_param('NewPassword',NewPassword) \ No newline at end of file diff --git a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/ModifyInstanceAutoRenewalAttributeRequest.py b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/ModifyInstanceAutoRenewalAttributeRequest.py deleted file mode 100644 index 3c321e1527..0000000000 --- a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/ModifyInstanceAutoRenewalAttributeRequest.py +++ /dev/null @@ -1,72 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest -class ModifyInstanceAutoRenewalAttributeRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'ModifyInstanceAutoRenewalAttribute','kvstore') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_Duration(self): - return self.get_query_params().get('Duration') - - def set_Duration(self,Duration): - self.add_query_param('Duration',Duration) - - def get_SecurityToken(self): - return self.get_query_params().get('SecurityToken') - - def set_SecurityToken(self,SecurityToken): - self.add_query_param('SecurityToken',SecurityToken) - - def get_DBInstanceId(self): - return self.get_query_params().get('DBInstanceId') - - def set_DBInstanceId(self,DBInstanceId): - self.add_query_param('DBInstanceId',DBInstanceId) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_AutoRenew(self): - return self.get_query_params().get('AutoRenew') - - def set_AutoRenew(self,AutoRenew): - self.add_query_param('AutoRenew',AutoRenew) \ No newline at end of file diff --git a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/ModifyInstanceSpecPreCheckRequest.py b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/ModifyInstanceCapacityRequest.py similarity index 71% rename from aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/ModifyInstanceSpecPreCheckRequest.py rename to aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/ModifyInstanceCapacityRequest.py index acc2426353..ea7bd97707 100644 --- a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/ModifyInstanceSpecPreCheckRequest.py +++ b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/ModifyInstanceCapacityRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest -class ModifyInstanceSpecPreCheckRequest(RpcRequest): + +class ModifyInstanceCapacityRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'ModifyInstanceSpecPreCheck','redisa') + RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'ModifyInstanceCapacity','r-kvstore') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -29,17 +30,11 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) - def get_InstanceId(self): - return self.get_query_params().get('InstanceId') + def get_FromApp(self): + return self.get_query_params().get('FromApp') - def set_InstanceId(self,InstanceId): - self.add_query_param('InstanceId',InstanceId) - - def get_SecurityToken(self): - return self.get_query_params().get('SecurityToken') - - def set_SecurityToken(self,SecurityToken): - self.add_query_param('SecurityToken',SecurityToken) + def set_FromApp(self,FromApp): + self.add_query_param('FromApp',FromApp) def get_ResourceOwnerAccount(self): return self.get_query_params().get('ResourceOwnerAccount') @@ -59,8 +54,32 @@ def get_OwnerId(self): def set_OwnerId(self,OwnerId): self.add_query_param('OwnerId',OwnerId) - def get_TargetInstanceClass(self): - return self.get_query_params().get('TargetInstanceClass') + def get_InstanceClass(self): + return self.get_query_params().get('InstanceClass') + + def set_InstanceClass(self,InstanceClass): + self.add_query_param('InstanceClass',InstanceClass) + + def get_Capacity(self): + return self.get_query_params().get('Capacity') + + def set_Capacity(self,Capacity): + self.add_query_param('Capacity',Capacity) + + def get_InstanceId(self): + return self.get_query_params().get('InstanceId') + + def set_InstanceId(self,InstanceId): + self.add_query_param('InstanceId',InstanceId) + + def get_SecurityToken(self): + return self.get_query_params().get('SecurityToken') + + def set_SecurityToken(self,SecurityToken): + self.add_query_param('SecurityToken',SecurityToken) + + def get_BusinessInfo(self): + return self.get_query_params().get('BusinessInfo') - def set_TargetInstanceClass(self,TargetInstanceClass): - self.add_query_param('TargetInstanceClass',TargetInstanceClass) \ No newline at end of file + def set_BusinessInfo(self,BusinessInfo): + self.add_query_param('BusinessInfo',BusinessInfo) \ No newline at end of file diff --git a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/ModifyInstanceConfigRequest.py b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/ModifyInstanceConfigRequest.py index 11b6ab809a..975c9f641a 100644 --- a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/ModifyInstanceConfigRequest.py +++ b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/ModifyInstanceConfigRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest + class ModifyInstanceConfigRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'ModifyInstanceConfig','kvstore') + RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'ModifyInstanceConfig','r-kvstore') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -29,6 +30,12 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) + def get_InstanceId(self): + return self.get_query_params().get('InstanceId') + + def set_InstanceId(self,InstanceId): + self.add_query_param('InstanceId',InstanceId) + def get_SecurityToken(self): return self.get_query_params().get('SecurityToken') @@ -53,12 +60,6 @@ def get_OwnerId(self): def set_OwnerId(self,OwnerId): self.add_query_param('OwnerId',OwnerId) - def get_InstanceId(self): - return self.get_query_params().get('InstanceId') - - def set_InstanceId(self,InstanceId): - self.add_query_param('InstanceId',InstanceId) - def get_Config(self): return self.get_query_params().get('Config') diff --git a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/ModifyInstanceMaintainTimeRequest.py b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/ModifyInstanceMaintainTimeRequest.py index 29c7c87c09..3ab957e184 100644 --- a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/ModifyInstanceMaintainTimeRequest.py +++ b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/ModifyInstanceMaintainTimeRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest + class ModifyInstanceMaintainTimeRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'ModifyInstanceMaintainTime','kvstore') + RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'ModifyInstanceMaintainTime','r-kvstore') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -29,24 +30,30 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) + def get_InstanceId(self): + return self.get_query_params().get('InstanceId') + + def set_InstanceId(self,InstanceId): + self.add_query_param('InstanceId',InstanceId) + def get_SecurityToken(self): return self.get_query_params().get('SecurityToken') def set_SecurityToken(self,SecurityToken): self.add_query_param('SecurityToken',SecurityToken) - def get_MaintainStartTime(self): - return self.get_query_params().get('MaintainStartTime') - - def set_MaintainStartTime(self,MaintainStartTime): - self.add_query_param('MaintainStartTime',MaintainStartTime) - def get_ResourceOwnerAccount(self): return self.get_query_params().get('ResourceOwnerAccount') def set_ResourceOwnerAccount(self,ResourceOwnerAccount): self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + def get_MaintainStartTime(self): + return self.get_query_params().get('MaintainStartTime') + + def set_MaintainStartTime(self,MaintainStartTime): + self.add_query_param('MaintainStartTime',MaintainStartTime) + def get_OwnerAccount(self): return self.get_query_params().get('OwnerAccount') @@ -63,10 +70,4 @@ def get_MaintainEndTime(self): return self.get_query_params().get('MaintainEndTime') def set_MaintainEndTime(self,MaintainEndTime): - self.add_query_param('MaintainEndTime',MaintainEndTime) - - def get_InstanceId(self): - return self.get_query_params().get('InstanceId') - - def set_InstanceId(self,InstanceId): - self.add_query_param('InstanceId',InstanceId) \ No newline at end of file + self.add_query_param('MaintainEndTime',MaintainEndTime) \ No newline at end of file diff --git a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/ModifyInstanceMajorVersionRequest.py b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/ModifyInstanceMajorVersionRequest.py deleted file mode 100644 index f40962f65b..0000000000 --- a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/ModifyInstanceMajorVersionRequest.py +++ /dev/null @@ -1,72 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest -class ModifyInstanceMajorVersionRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'ModifyInstanceMajorVersion','kvstore') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_EffectTime(self): - return self.get_query_params().get('EffectTime') - - def set_EffectTime(self,EffectTime): - self.add_query_param('EffectTime',EffectTime) - - def get_SecurityToken(self): - return self.get_query_params().get('SecurityToken') - - def set_SecurityToken(self,SecurityToken): - self.add_query_param('SecurityToken',SecurityToken) - - def get_MajorVersion(self): - return self.get_query_params().get('MajorVersion') - - def set_MajorVersion(self,MajorVersion): - self.add_query_param('MajorVersion',MajorVersion) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_InstanceId(self): - return self.get_query_params().get('InstanceId') - - def set_InstanceId(self,InstanceId): - self.add_query_param('InstanceId',InstanceId) \ No newline at end of file diff --git a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/ModifyInstanceMinorVersionRequest.py b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/ModifyInstanceMinorVersionRequest.py deleted file mode 100644 index f1a83e9b95..0000000000 --- a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/ModifyInstanceMinorVersionRequest.py +++ /dev/null @@ -1,72 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest -class ModifyInstanceMinorVersionRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'ModifyInstanceMinorVersion','kvstore') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_EffectTime(self): - return self.get_query_params().get('EffectTime') - - def set_EffectTime(self,EffectTime): - self.add_query_param('EffectTime',EffectTime) - - def get_SecurityToken(self): - return self.get_query_params().get('SecurityToken') - - def set_SecurityToken(self,SecurityToken): - self.add_query_param('SecurityToken',SecurityToken) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_Minorversion(self): - return self.get_query_params().get('Minorversion') - - def set_Minorversion(self,Minorversion): - self.add_query_param('Minorversion',Minorversion) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_InstanceId(self): - return self.get_query_params().get('InstanceId') - - def set_InstanceId(self,InstanceId): - self.add_query_param('InstanceId',InstanceId) \ No newline at end of file diff --git a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/ModifyInstanceNetExpireTimeRequest.py b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/ModifyInstanceNetExpireTimeRequest.py deleted file mode 100644 index 63a0fb4ba4..0000000000 --- a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/ModifyInstanceNetExpireTimeRequest.py +++ /dev/null @@ -1,72 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest -class ModifyInstanceNetExpireTimeRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'ModifyInstanceNetExpireTime','kvstore') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_ConnectionString(self): - return self.get_query_params().get('ConnectionString') - - def set_ConnectionString(self,ConnectionString): - self.add_query_param('ConnectionString',ConnectionString) - - def get_SecurityToken(self): - return self.get_query_params().get('SecurityToken') - - def set_SecurityToken(self,SecurityToken): - self.add_query_param('SecurityToken',SecurityToken) - - def get_ClassicExpiredDays(self): - return self.get_query_params().get('ClassicExpiredDays') - - def set_ClassicExpiredDays(self,ClassicExpiredDays): - self.add_query_param('ClassicExpiredDays',ClassicExpiredDays) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_InstanceId(self): - return self.get_query_params().get('InstanceId') - - def set_InstanceId(self,InstanceId): - self.add_query_param('InstanceId',InstanceId) \ No newline at end of file diff --git a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/ModifyInstanceSpecRequest.py b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/ModifyInstanceSpecRequest.py index 89d0dab7ed..cf1ef51a29 100644 --- a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/ModifyInstanceSpecRequest.py +++ b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/ModifyInstanceSpecRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest + class ModifyInstanceSpecRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'ModifyInstanceSpec','kvstore') + RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'ModifyInstanceSpec','r-kvstore') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -29,36 +30,6 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) - def get_CouponNo(self): - return self.get_query_params().get('CouponNo') - - def set_CouponNo(self,CouponNo): - self.add_query_param('CouponNo',CouponNo) - - def get_InstanceClass(self): - return self.get_query_params().get('InstanceClass') - - def set_InstanceClass(self,InstanceClass): - self.add_query_param('InstanceClass',InstanceClass) - - def get_SecurityToken(self): - return self.get_query_params().get('SecurityToken') - - def set_SecurityToken(self,SecurityToken): - self.add_query_param('SecurityToken',SecurityToken) - - def get_EffectiveTime(self): - return self.get_query_params().get('EffectiveTime') - - def set_EffectiveTime(self,EffectiveTime): - self.add_query_param('EffectiveTime',EffectiveTime) - - def get_BusinessInfo(self): - return self.get_query_params().get('BusinessInfo') - - def set_BusinessInfo(self,BusinessInfo): - self.add_query_param('BusinessInfo',BusinessInfo) - def get_AutoPay(self): return self.get_query_params().get('AutoPay') @@ -83,20 +54,50 @@ def get_OwnerAccount(self): def set_OwnerAccount(self,OwnerAccount): self.add_query_param('OwnerAccount',OwnerAccount) + def get_CouponNo(self): + return self.get_query_params().get('CouponNo') + + def set_CouponNo(self,CouponNo): + self.add_query_param('CouponNo',CouponNo) + def get_OwnerId(self): return self.get_query_params().get('OwnerId') def set_OwnerId(self,OwnerId): self.add_query_param('OwnerId',OwnerId) + def get_InstanceClass(self): + return self.get_query_params().get('InstanceClass') + + def set_InstanceClass(self,InstanceClass): + self.add_query_param('InstanceClass',InstanceClass) + def get_InstanceId(self): return self.get_query_params().get('InstanceId') def set_InstanceId(self,InstanceId): self.add_query_param('InstanceId',InstanceId) + def get_SecurityToken(self): + return self.get_query_params().get('SecurityToken') + + def set_SecurityToken(self,SecurityToken): + self.add_query_param('SecurityToken',SecurityToken) + + def get_EffectiveTime(self): + return self.get_query_params().get('EffectiveTime') + + def set_EffectiveTime(self,EffectiveTime): + self.add_query_param('EffectiveTime',EffectiveTime) + def get_ForceUpgrade(self): return self.get_query_params().get('ForceUpgrade') def set_ForceUpgrade(self,ForceUpgrade): - self.add_query_param('ForceUpgrade',ForceUpgrade) \ No newline at end of file + self.add_query_param('ForceUpgrade',ForceUpgrade) + + def get_BusinessInfo(self): + return self.get_query_params().get('BusinessInfo') + + def set_BusinessInfo(self,BusinessInfo): + self.add_query_param('BusinessInfo',BusinessInfo) \ No newline at end of file diff --git a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/ModifyInstanceVPCAuthRequest.py b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/ModifyInstanceVPCAuthRequest.py index 17b844e8ea..91533c3ae6 100644 --- a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/ModifyInstanceVPCAuthRequest.py +++ b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/ModifyInstanceVPCAuthRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,17 @@ # under the License. from aliyunsdkcore.request import RpcRequest + class ModifyInstanceVPCAuthRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'ModifyInstanceVPCAuth','kvstore') + RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'ModifyInstanceVPCAuth','r-kvstore') + + def get_IsVPCAuth(self): + return self.get_query_params().get('IsVPCAuth') + + def set_IsVPCAuth(self,IsVPCAuth): + self.add_query_param('IsVPCAuth',IsVPCAuth) def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -29,6 +36,12 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) + def get_InstanceId(self): + return self.get_query_params().get('InstanceId') + + def set_InstanceId(self,InstanceId): + self.add_query_param('InstanceId',InstanceId) + def get_SecurityToken(self): return self.get_query_params().get('SecurityToken') @@ -51,16 +64,4 @@ def get_OwnerId(self): return self.get_query_params().get('OwnerId') def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_IsVPCAuth(self): - return self.get_query_params().get('IsVPCAuth') - - def set_IsVPCAuth(self,IsVPCAuth): - self.add_query_param('IsVPCAuth',IsVPCAuth) - - def get_InstanceId(self): - return self.get_query_params().get('InstanceId') - - def set_InstanceId(self,InstanceId): - self.add_query_param('InstanceId',InstanceId) \ No newline at end of file + self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/ModifyInstanceVpcAuthModeRequest.py b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/ModifyInstanceVpcAuthModeRequest.py deleted file mode 100644 index e2d328d53d..0000000000 --- a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/ModifyInstanceVpcAuthModeRequest.py +++ /dev/null @@ -1,66 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest -class ModifyInstanceVpcAuthModeRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'ModifyInstanceVpcAuthMode','kvstore') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_SecurityToken(self): - return self.get_query_params().get('SecurityToken') - - def set_SecurityToken(self,SecurityToken): - self.add_query_param('SecurityToken',SecurityToken) - - def get_VpcAuthMode(self): - return self.get_query_params().get('VpcAuthMode') - - def set_VpcAuthMode(self,VpcAuthMode): - self.add_query_param('VpcAuthMode',VpcAuthMode) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_InstanceId(self): - return self.get_query_params().get('InstanceId') - - def set_InstanceId(self,InstanceId): - self.add_query_param('InstanceId',InstanceId) \ No newline at end of file diff --git a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/ModifyIntranetAttributeRequest.py b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/ModifyIntranetAttributeRequest.py deleted file mode 100644 index b0945c455b..0000000000 --- a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/ModifyIntranetAttributeRequest.py +++ /dev/null @@ -1,60 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest -class ModifyIntranetAttributeRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'ModifyIntranetAttribute','kvstore') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_SecurityToken(self): - return self.get_query_params().get('SecurityToken') - - def set_SecurityToken(self,SecurityToken): - self.add_query_param('SecurityToken',SecurityToken) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_InstanceId(self): - return self.get_query_params().get('InstanceId') - - def set_InstanceId(self,InstanceId): - self.add_query_param('InstanceId',InstanceId) \ No newline at end of file diff --git a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/ModifyReplicaDescriptionRequest.py b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/ModifyReplicaDescriptionRequest.py index ed1288f26b..b049de0e80 100644 --- a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/ModifyReplicaDescriptionRequest.py +++ b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/ModifyReplicaDescriptionRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest + class ModifyReplicaDescriptionRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'ModifyReplicaDescription','kvstore') + RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'ModifyReplicaDescription','r-kvstore') def get_ReplicaDescription(self): return self.get_query_params().get('ReplicaDescription') @@ -41,12 +42,6 @@ def get_SecurityToken(self): def set_SecurityToken(self,SecurityToken): self.add_query_param('SecurityToken',SecurityToken) - def get_ReplicaId(self): - return self.get_query_params().get('ReplicaId') - - def set_ReplicaId(self,ReplicaId): - self.add_query_param('ReplicaId',ReplicaId) - def get_ResourceOwnerAccount(self): return self.get_query_params().get('ResourceOwnerAccount') @@ -59,6 +54,12 @@ def get_OwnerAccount(self): def set_OwnerAccount(self,OwnerAccount): self.add_query_param('OwnerAccount',OwnerAccount) + def get_ReplicaId(self): + return self.get_query_params().get('ReplicaId') + + def set_ReplicaId(self,ReplicaId): + self.add_query_param('ReplicaId',ReplicaId) + def get_OwnerId(self): return self.get_query_params().get('OwnerId') diff --git a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeActiveOperationTaskRegionRequest.py b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/ModifyReplicaDynamicModeRequest.py similarity index 77% rename from aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeActiveOperationTaskRegionRequest.py rename to aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/ModifyReplicaDynamicModeRequest.py index 02e2517f9f..bf7f6fefc8 100644 --- a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeActiveOperationTaskRegionRequest.py +++ b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/ModifyReplicaDynamicModeRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest -class DescribeActiveOperationTaskRegionRequest(RpcRequest): + +class ModifyReplicaDynamicModeRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'DescribeActiveOperationTaskRegion','kvstore') + RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'ModifyReplicaDynamicMode','r-kvstore') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -29,11 +30,11 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) - def get_IsHistory(self): - return self.get_query_params().get('IsHistory') + def get_DynamicMode(self): + return self.get_query_params().get('DynamicMode') - def set_IsHistory(self,IsHistory): - self.add_query_param('IsHistory',IsHistory) + def set_DynamicMode(self,DynamicMode): + self.add_query_param('DynamicMode',DynamicMode) def get_SecurityToken(self): return self.get_query_params().get('SecurityToken') @@ -41,12 +42,6 @@ def get_SecurityToken(self): def set_SecurityToken(self,SecurityToken): self.add_query_param('SecurityToken',SecurityToken) - def get_TaskType(self): - return self.get_query_params().get('TaskType') - - def set_TaskType(self,TaskType): - self.add_query_param('TaskType',TaskType) - def get_ResourceOwnerAccount(self): return self.get_query_params().get('ResourceOwnerAccount') @@ -59,6 +54,12 @@ def get_OwnerAccount(self): def set_OwnerAccount(self,OwnerAccount): self.add_query_param('OwnerAccount',OwnerAccount) + def get_ReplicaId(self): + return self.get_query_params().get('ReplicaId') + + def set_ReplicaId(self,ReplicaId): + self.add_query_param('ReplicaId',ReplicaId) + def get_OwnerId(self): return self.get_query_params().get('OwnerId') diff --git a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/UnlinkReplicaInstanceRequest.py b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/ModifyReplicaFilterModeRequest.py similarity index 82% rename from aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/UnlinkReplicaInstanceRequest.py rename to aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/ModifyReplicaFilterModeRequest.py index 0a0c0b3ff2..9e7c11b688 100644 --- a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/UnlinkReplicaInstanceRequest.py +++ b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/ModifyReplicaFilterModeRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest -class UnlinkReplicaInstanceRequest(RpcRequest): + +class ModifyReplicaFilterModeRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'UnlinkReplicaInstance','kvstore') + RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'ModifyReplicaFilterMode','r-kvstore') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -35,32 +36,32 @@ def get_SecurityToken(self): def set_SecurityToken(self,SecurityToken): self.add_query_param('SecurityToken',SecurityToken) - def get_ReplicaId(self): - return self.get_query_params().get('ReplicaId') - - def set_ReplicaId(self,ReplicaId): - self.add_query_param('ReplicaId',ReplicaId) - def get_ResourceOwnerAccount(self): return self.get_query_params().get('ResourceOwnerAccount') def set_ResourceOwnerAccount(self,ResourceOwnerAccount): self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + def get_FillterDDL(self): + return self.get_query_params().get('FillterDDL') + + def set_FillterDDL(self,FillterDDL): + self.add_query_param('FillterDDL',FillterDDL) + def get_OwnerAccount(self): return self.get_query_params().get('OwnerAccount') def set_OwnerAccount(self,OwnerAccount): self.add_query_param('OwnerAccount',OwnerAccount) + def get_ReplicaId(self): + return self.get_query_params().get('ReplicaId') + + def set_ReplicaId(self,ReplicaId): + self.add_query_param('ReplicaId',ReplicaId) + def get_OwnerId(self): return self.get_query_params().get('OwnerId') def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_InstanceId(self): - return self.get_query_params().get('InstanceId') - - def set_InstanceId(self,InstanceId): - self.add_query_param('InstanceId',InstanceId) \ No newline at end of file + self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/ModifyReplicaModeRequest.py b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/ModifyReplicaModeRequest.py index f104a260d9..7f52c527bf 100644 --- a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/ModifyReplicaModeRequest.py +++ b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/ModifyReplicaModeRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest + class ModifyReplicaModeRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'ModifyReplicaMode','kvstore') + RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'ModifyReplicaMode','r-kvstore') def get_DomainMode(self): return self.get_query_params().get('DomainMode') @@ -35,24 +36,24 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) - def get_SecurityToken(self): - return self.get_query_params().get('SecurityToken') - - def set_SecurityToken(self,SecurityToken): - self.add_query_param('SecurityToken',SecurityToken) - - def get_ReplicaId(self): - return self.get_query_params().get('ReplicaId') - - def set_ReplicaId(self,ReplicaId): - self.add_query_param('ReplicaId',ReplicaId) - def get_PrimaryInstanceId(self): return self.get_query_params().get('PrimaryInstanceId') def set_PrimaryInstanceId(self,PrimaryInstanceId): self.add_query_param('PrimaryInstanceId',PrimaryInstanceId) + def get_ReplicaMode(self): + return self.get_query_params().get('ReplicaMode') + + def set_ReplicaMode(self,ReplicaMode): + self.add_query_param('ReplicaMode',ReplicaMode) + + def get_SecurityToken(self): + return self.get_query_params().get('SecurityToken') + + def set_SecurityToken(self,SecurityToken): + self.add_query_param('SecurityToken',SecurityToken) + def get_ResourceOwnerAccount(self): return self.get_query_params().get('ResourceOwnerAccount') @@ -65,14 +66,14 @@ def get_OwnerAccount(self): def set_OwnerAccount(self,OwnerAccount): self.add_query_param('OwnerAccount',OwnerAccount) + def get_ReplicaId(self): + return self.get_query_params().get('ReplicaId') + + def set_ReplicaId(self,ReplicaId): + self.add_query_param('ReplicaId',ReplicaId) + def get_OwnerId(self): return self.get_query_params().get('OwnerId') def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_ReplicaMode(self): - return self.get_query_params().get('ReplicaMode') - - def set_ReplicaMode(self,ReplicaMode): - self.add_query_param('ReplicaMode',ReplicaMode) \ No newline at end of file + self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeParametersRequest.py b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/ModifyReplicaRecoverModeRequest.py similarity index 77% rename from aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeParametersRequest.py rename to aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/ModifyReplicaRecoverModeRequest.py index 6c3798b458..0a7c055cc9 100644 --- a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/DescribeParametersRequest.py +++ b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/ModifyReplicaRecoverModeRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest -class DescribeParametersRequest(RpcRequest): + +class ModifyReplicaRecoverModeRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'DescribeParameters','kvstore') + RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'ModifyReplicaRecoverMode','r-kvstore') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -35,18 +36,6 @@ def get_SecurityToken(self): def set_SecurityToken(self,SecurityToken): self.add_query_param('SecurityToken',SecurityToken) - def get_DBInstanceId(self): - return self.get_query_params().get('DBInstanceId') - - def set_DBInstanceId(self,DBInstanceId): - self.add_query_param('DBInstanceId',DBInstanceId) - - def get_NodeId(self): - return self.get_query_params().get('NodeId') - - def set_NodeId(self,NodeId): - self.add_query_param('NodeId',NodeId) - def get_ResourceOwnerAccount(self): return self.get_query_params().get('ResourceOwnerAccount') @@ -59,6 +48,18 @@ def get_OwnerAccount(self): def set_OwnerAccount(self,OwnerAccount): self.add_query_param('OwnerAccount',OwnerAccount) + def get_ReplicaId(self): + return self.get_query_params().get('ReplicaId') + + def set_ReplicaId(self,ReplicaId): + self.add_query_param('ReplicaId',ReplicaId) + + def get_RecoverMode(self): + return self.get_query_params().get('RecoverMode') + + def set_RecoverMode(self,RecoverMode): + self.add_query_param('RecoverMode',RecoverMode) + def get_OwnerId(self): return self.get_query_params().get('OwnerId') diff --git a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/ModifyReplicaRecoveryModeRequest.py b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/ModifyReplicaRecoveryModeRequest.py index 91e9197779..e02821bead 100644 --- a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/ModifyReplicaRecoveryModeRequest.py +++ b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/ModifyReplicaRecoveryModeRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest + class ModifyReplicaRecoveryModeRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'ModifyReplicaRecoveryMode','kvstore') + RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'ModifyReplicaRecoveryMode','r-kvstore') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -35,30 +36,30 @@ def get_SecurityToken(self): def set_SecurityToken(self,SecurityToken): self.add_query_param('SecurityToken',SecurityToken) - def get_RecoveryMode(self): - return self.get_query_params().get('RecoveryMode') - - def set_RecoveryMode(self,RecoveryMode): - self.add_query_param('RecoveryMode',RecoveryMode) - - def get_ReplicaId(self): - return self.get_query_params().get('ReplicaId') - - def set_ReplicaId(self,ReplicaId): - self.add_query_param('ReplicaId',ReplicaId) - def get_ResourceOwnerAccount(self): return self.get_query_params().get('ResourceOwnerAccount') def set_ResourceOwnerAccount(self,ResourceOwnerAccount): self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + def get_RecoveryMode(self): + return self.get_query_params().get('RecoveryMode') + + def set_RecoveryMode(self,RecoveryMode): + self.add_query_param('RecoveryMode',RecoveryMode) + def get_OwnerAccount(self): return self.get_query_params().get('OwnerAccount') def set_OwnerAccount(self,OwnerAccount): self.add_query_param('OwnerAccount',OwnerAccount) + def get_ReplicaId(self): + return self.get_query_params().get('ReplicaId') + + def set_ReplicaId(self,ReplicaId): + self.add_query_param('ReplicaId',ReplicaId) + def get_OwnerId(self): return self.get_query_params().get('OwnerId') diff --git a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/ModifyReplicaRelationRequest.py b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/ModifyReplicaRelationRequest.py index a928e2b06d..be094bd515 100644 --- a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/ModifyReplicaRelationRequest.py +++ b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/ModifyReplicaRelationRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest + class ModifyReplicaRelationRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'ModifyReplicaRelation','kvstore') + RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'ModifyReplicaRelation','r-kvstore') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -35,12 +36,6 @@ def get_SecurityToken(self): def set_SecurityToken(self,SecurityToken): self.add_query_param('SecurityToken',SecurityToken) - def get_ReplicaId(self): - return self.get_query_params().get('ReplicaId') - - def set_ReplicaId(self,ReplicaId): - self.add_query_param('ReplicaId',ReplicaId) - def get_ResourceOwnerAccount(self): return self.get_query_params().get('ResourceOwnerAccount') @@ -53,6 +48,12 @@ def get_OwnerAccount(self): def set_OwnerAccount(self,OwnerAccount): self.add_query_param('OwnerAccount',OwnerAccount) + def get_ReplicaId(self): + return self.get_query_params().get('ReplicaId') + + def set_ReplicaId(self,ReplicaId): + self.add_query_param('ReplicaId',ReplicaId) + def get_OwnerId(self): return self.get_query_params().get('OwnerId') diff --git a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/ModifyReplicaVerificationModeRequest.py b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/ModifyReplicaVerificationModeRequest.py index 519ad831bd..3d791fe9b9 100644 --- a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/ModifyReplicaVerificationModeRequest.py +++ b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/ModifyReplicaVerificationModeRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest + class ModifyReplicaVerificationModeRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'ModifyReplicaVerificationMode','kvstore') + RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'ModifyReplicaVerificationMode','r-kvstore') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -29,24 +30,18 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) - def get_SecurityToken(self): - return self.get_query_params().get('SecurityToken') - - def set_SecurityToken(self,SecurityToken): - self.add_query_param('SecurityToken',SecurityToken) - - def get_ReplicaId(self): - return self.get_query_params().get('ReplicaId') - - def set_ReplicaId(self,ReplicaId): - self.add_query_param('ReplicaId',ReplicaId) - def get_VerificationMode(self): return self.get_query_params().get('VerificationMode') def set_VerificationMode(self,VerificationMode): self.add_query_param('VerificationMode',VerificationMode) + def get_SecurityToken(self): + return self.get_query_params().get('SecurityToken') + + def set_SecurityToken(self,SecurityToken): + self.add_query_param('SecurityToken',SecurityToken) + def get_ResourceOwnerAccount(self): return self.get_query_params().get('ResourceOwnerAccount') @@ -59,6 +54,12 @@ def get_OwnerAccount(self): def set_OwnerAccount(self,OwnerAccount): self.add_query_param('OwnerAccount',OwnerAccount) + def get_ReplicaId(self): + return self.get_query_params().get('ReplicaId') + + def set_ReplicaId(self,ReplicaId): + self.add_query_param('ReplicaId',ReplicaId) + def get_OwnerId(self): return self.get_query_params().get('OwnerId') diff --git a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/ModifySecurityIpsRequest.py b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/ModifySecurityIpsRequest.py index 46c45c64f8..783e66e85e 100644 --- a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/ModifySecurityIpsRequest.py +++ b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/ModifySecurityIpsRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest + class ModifySecurityIpsRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'ModifySecurityIps','kvstore') + RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'ModifySecurityIps','r-kvstore') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -29,24 +30,6 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) - def get_SecurityIps(self): - return self.get_query_params().get('SecurityIps') - - def set_SecurityIps(self,SecurityIps): - self.add_query_param('SecurityIps',SecurityIps) - - def get_SecurityIpGroupName(self): - return self.get_query_params().get('SecurityIpGroupName') - - def set_SecurityIpGroupName(self,SecurityIpGroupName): - self.add_query_param('SecurityIpGroupName',SecurityIpGroupName) - - def get_SecurityToken(self): - return self.get_query_params().get('SecurityToken') - - def set_SecurityToken(self,SecurityToken): - self.add_query_param('SecurityToken',SecurityToken) - def get_ModifyMode(self): return self.get_query_params().get('ModifyMode') @@ -65,18 +48,36 @@ def get_OwnerAccount(self): def set_OwnerAccount(self,OwnerAccount): self.add_query_param('OwnerAccount',OwnerAccount) + def get_SecurityIps(self): + return self.get_query_params().get('SecurityIps') + + def set_SecurityIps(self,SecurityIps): + self.add_query_param('SecurityIps',SecurityIps) + def get_OwnerId(self): return self.get_query_params().get('OwnerId') def set_OwnerId(self,OwnerId): self.add_query_param('OwnerId',OwnerId) + def get_SecurityIpGroupName(self): + return self.get_query_params().get('SecurityIpGroupName') + + def set_SecurityIpGroupName(self,SecurityIpGroupName): + self.add_query_param('SecurityIpGroupName',SecurityIpGroupName) + def get_InstanceId(self): return self.get_query_params().get('InstanceId') def set_InstanceId(self,InstanceId): self.add_query_param('InstanceId',InstanceId) + def get_SecurityToken(self): + return self.get_query_params().get('SecurityToken') + + def set_SecurityToken(self,SecurityToken): + self.add_query_param('SecurityToken',SecurityToken) + def get_SecurityIpGroupAttribute(self): return self.get_query_params().get('SecurityIpGroupAttribute') diff --git a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/QueryTaskRequest.py b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/QueryTaskRequest.py index 4e0c2c4c2d..4bfa339449 100644 --- a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/QueryTaskRequest.py +++ b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/QueryTaskRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest + class QueryTaskRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'QueryTask','kvstore') + RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'QueryTask','r-kvstore') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/ReleaseInstancePublicConnectionRequest.py b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/ReleaseInstancePublicConnectionRequest.py deleted file mode 100644 index deae822356..0000000000 --- a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/ReleaseInstancePublicConnectionRequest.py +++ /dev/null @@ -1,66 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest -class ReleaseInstancePublicConnectionRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'ReleaseInstancePublicConnection','kvstore') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_SecurityToken(self): - return self.get_query_params().get('SecurityToken') - - def set_SecurityToken(self,SecurityToken): - self.add_query_param('SecurityToken',SecurityToken) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_CurrentConnectionString(self): - return self.get_query_params().get('CurrentConnectionString') - - def set_CurrentConnectionString(self,CurrentConnectionString): - self.add_query_param('CurrentConnectionString',CurrentConnectionString) - - def get_InstanceId(self): - return self.get_query_params().get('InstanceId') - - def set_InstanceId(self,InstanceId): - self.add_query_param('InstanceId',InstanceId) \ No newline at end of file diff --git a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/ReleaseInstancesRequest.py b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/ReleaseInstancesRequest.py new file mode 100644 index 0000000000..f32b404022 --- /dev/null +++ b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/ReleaseInstancesRequest.py @@ -0,0 +1,73 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class ReleaseInstancesRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'ReleaseInstances','r-kvstore') + + def get_async(self): + return self.get_query_params().get('async') + + def set_async(self,async): + self.add_query_param('async',async) + + def get_instanceName(self): + return self.get_query_params().get('instanceName') + + def set_instanceName(self,instanceName): + self.add_query_param('instanceName',instanceName) + + def get_instanceID(self): + return self.get_query_params().get('instanceID') + + def set_instanceID(self,instanceID): + self.add_query_param('instanceID',instanceID) + + def get_channel(self): + return self.get_query_params().get('channel') + + def set_channel(self,channel): + self.add_query_param('channel',channel) + + def get_force(self): + return self.get_query_params().get('force') + + def set_force(self,force): + self.add_query_param('force',force) + + def get_aliUID(self): + return self.get_query_params().get('aliUID') + + def set_aliUID(self,aliUID): + self.add_query_param('aliUID',aliUID) + + def get_resourceName(self): + return self.get_query_params().get('resourceName') + + def set_resourceName(self,resourceName): + self.add_query_param('resourceName',resourceName) + + def get_operator(self): + return self.get_query_params().get('operator') + + def set_operator(self,operator): + self.add_query_param('operator',operator) \ No newline at end of file diff --git a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/ReleaseReplicaRequest.py b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/ReleaseReplicaRequest.py index 6eb457979a..981a596e22 100644 --- a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/ReleaseReplicaRequest.py +++ b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/ReleaseReplicaRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest + class ReleaseReplicaRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'ReleaseReplica','kvstore') + RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'ReleaseReplica','r-kvstore') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -35,12 +36,6 @@ def get_SecurityToken(self): def set_SecurityToken(self,SecurityToken): self.add_query_param('SecurityToken',SecurityToken) - def get_ReplicaId(self): - return self.get_query_params().get('ReplicaId') - - def set_ReplicaId(self,ReplicaId): - self.add_query_param('ReplicaId',ReplicaId) - def get_ResourceOwnerAccount(self): return self.get_query_params().get('ResourceOwnerAccount') @@ -53,6 +48,12 @@ def get_OwnerAccount(self): def set_OwnerAccount(self,OwnerAccount): self.add_query_param('OwnerAccount',OwnerAccount) + def get_ReplicaId(self): + return self.get_query_params().get('ReplicaId') + + def set_ReplicaId(self,ReplicaId): + self.add_query_param('ReplicaId',ReplicaId) + def get_OwnerId(self): return self.get_query_params().get('OwnerId') diff --git a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/RenewInstanceRequest.py b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/RenewInstanceRequest.py index 30dd17536f..2ed042ec3c 100644 --- a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/RenewInstanceRequest.py +++ b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/RenewInstanceRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest + class RenewInstanceRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'RenewInstance','kvstore') + RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'RenewInstance','r-kvstore') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -29,36 +30,6 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) - def get_CouponNo(self): - return self.get_query_params().get('CouponNo') - - def set_CouponNo(self,CouponNo): - self.add_query_param('CouponNo',CouponNo) - - def get_InstanceClass(self): - return self.get_query_params().get('InstanceClass') - - def set_InstanceClass(self,InstanceClass): - self.add_query_param('InstanceClass',InstanceClass) - - def get_Capacity(self): - return self.get_query_params().get('Capacity') - - def set_Capacity(self,Capacity): - self.add_query_param('Capacity',Capacity) - - def get_SecurityToken(self): - return self.get_query_params().get('SecurityToken') - - def set_SecurityToken(self,SecurityToken): - self.add_query_param('SecurityToken',SecurityToken) - - def get_BusinessInfo(self): - return self.get_query_params().get('BusinessInfo') - - def set_BusinessInfo(self,BusinessInfo): - self.add_query_param('BusinessInfo',BusinessInfo) - def get_Period(self): return self.get_query_params().get('Period') @@ -95,14 +66,32 @@ def get_OwnerId(self): def set_OwnerId(self,OwnerId): self.add_query_param('OwnerId',OwnerId) + def get_InstanceClass(self): + return self.get_query_params().get('InstanceClass') + + def set_InstanceClass(self,InstanceClass): + self.add_query_param('InstanceClass',InstanceClass) + + def get_Capacity(self): + return self.get_query_params().get('Capacity') + + def set_Capacity(self,Capacity): + self.add_query_param('Capacity',Capacity) + def get_InstanceId(self): return self.get_query_params().get('InstanceId') def set_InstanceId(self,InstanceId): self.add_query_param('InstanceId',InstanceId) - def get_ForceUpgrade(self): - return self.get_query_params().get('ForceUpgrade') + def get_SecurityToken(self): + return self.get_query_params().get('SecurityToken') + + def set_SecurityToken(self,SecurityToken): + self.add_query_param('SecurityToken',SecurityToken) + + def get_BusinessInfo(self): + return self.get_query_params().get('BusinessInfo') - def set_ForceUpgrade(self,ForceUpgrade): - self.add_query_param('ForceUpgrade',ForceUpgrade) \ No newline at end of file + def set_BusinessInfo(self,BusinessInfo): + self.add_query_param('BusinessInfo',BusinessInfo) \ No newline at end of file diff --git a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/ModifyInstanceSSLRequest.py b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/RenewInstancesRequest.py similarity index 75% rename from aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/ModifyInstanceSSLRequest.py rename to aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/RenewInstancesRequest.py index 92cad84455..55092d82c4 100644 --- a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/ModifyInstanceSSLRequest.py +++ b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/RenewInstancesRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest -class ModifyInstanceSSLRequest(RpcRequest): + +class RenewInstancesRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'ModifyInstanceSSL','kvstore') + RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'RenewInstances','r-kvstore') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -29,11 +30,23 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) - def get_SecurityToken(self): - return self.get_query_params().get('SecurityToken') + def get_Period(self): + return self.get_query_params().get('Period') + + def set_Period(self,Period): + self.add_query_param('Period',Period) + + def get_InstanceId(self): + return self.get_query_params().get('InstanceId') + + def set_InstanceId(self,InstanceId): + self.add_query_param('InstanceId',InstanceId) - def set_SecurityToken(self,SecurityToken): - self.add_query_param('SecurityToken',SecurityToken) + def get_AutoPay(self): + return self.get_query_params().get('AutoPay') + + def set_AutoPay(self,AutoPay): + self.add_query_param('AutoPay',AutoPay) def get_ResourceOwnerAccount(self): return self.get_query_params().get('ResourceOwnerAccount') @@ -51,16 +64,4 @@ def get_OwnerId(self): return self.get_query_params().get('OwnerId') def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_InstanceId(self): - return self.get_query_params().get('InstanceId') - - def set_InstanceId(self,InstanceId): - self.add_query_param('InstanceId',InstanceId) - - def get_SSLEnabled(self): - return self.get_query_params().get('SSLEnabled') - - def set_SSLEnabled(self,SSLEnabled): - self.add_query_param('SSLEnabled',SSLEnabled) \ No newline at end of file + self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/RenewMultiInstanceRequest.py b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/RenewMultiInstanceRequest.py index bfdd67f29c..eac39d8ae0 100644 --- a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/RenewMultiInstanceRequest.py +++ b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/RenewMultiInstanceRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest + class RenewMultiInstanceRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'RenewMultiInstance','kvstore') + RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'RenewMultiInstance','r-kvstore') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -29,24 +30,6 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) - def get_CouponNo(self): - return self.get_query_params().get('CouponNo') - - def set_CouponNo(self,CouponNo): - self.add_query_param('CouponNo',CouponNo) - - def get_SecurityToken(self): - return self.get_query_params().get('SecurityToken') - - def set_SecurityToken(self,SecurityToken): - self.add_query_param('SecurityToken',SecurityToken) - - def get_BusinessInfo(self): - return self.get_query_params().get('BusinessInfo') - - def set_BusinessInfo(self,BusinessInfo): - self.add_query_param('BusinessInfo',BusinessInfo) - def get_Period(self): return self.get_query_params().get('Period') @@ -83,8 +66,20 @@ def get_OwnerId(self): def set_OwnerId(self,OwnerId): self.add_query_param('OwnerId',OwnerId) + def get_SecurityToken(self): + return self.get_query_params().get('SecurityToken') + + def set_SecurityToken(self,SecurityToken): + self.add_query_param('SecurityToken',SecurityToken) + def get_InstanceIds(self): return self.get_query_params().get('InstanceIds') def set_InstanceIds(self,InstanceIds): - self.add_query_param('InstanceIds',InstanceIds) \ No newline at end of file + self.add_query_param('InstanceIds',InstanceIds) + + def get_BusinessInfo(self): + return self.get_query_params().get('BusinessInfo') + + def set_BusinessInfo(self,BusinessInfo): + self.add_query_param('BusinessInfo',BusinessInfo) \ No newline at end of file diff --git a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/ResetAccountPasswordRequest.py b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/ResetAccountPasswordRequest.py deleted file mode 100644 index 909c5d39bc..0000000000 --- a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/ResetAccountPasswordRequest.py +++ /dev/null @@ -1,72 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest -class ResetAccountPasswordRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'ResetAccountPassword','kvstore') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_AccountName(self): - return self.get_query_params().get('AccountName') - - def set_AccountName(self,AccountName): - self.add_query_param('AccountName',AccountName) - - def get_SecurityToken(self): - return self.get_query_params().get('SecurityToken') - - def set_SecurityToken(self,SecurityToken): - self.add_query_param('SecurityToken',SecurityToken) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_AccountPassword(self): - return self.get_query_params().get('AccountPassword') - - def set_AccountPassword(self,AccountPassword): - self.add_query_param('AccountPassword',AccountPassword) - - def get_InstanceId(self): - return self.get_query_params().get('InstanceId') - - def set_InstanceId(self,InstanceId): - self.add_query_param('InstanceId',InstanceId) \ No newline at end of file diff --git a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/ResetAccountRequest.py b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/ResetAccountRequest.py deleted file mode 100644 index bac64b61e1..0000000000 --- a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/ResetAccountRequest.py +++ /dev/null @@ -1,72 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest -class ResetAccountRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'ResetAccount','kvstore') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_AccountName(self): - return self.get_query_params().get('AccountName') - - def set_AccountName(self,AccountName): - self.add_query_param('AccountName',AccountName) - - def get_SecurityToken(self): - return self.get_query_params().get('SecurityToken') - - def set_SecurityToken(self,SecurityToken): - self.add_query_param('SecurityToken',SecurityToken) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_AccountPassword(self): - return self.get_query_params().get('AccountPassword') - - def set_AccountPassword(self,AccountPassword): - self.add_query_param('AccountPassword',AccountPassword) - - def get_InstanceId(self): - return self.get_query_params().get('InstanceId') - - def set_InstanceId(self,InstanceId): - self.add_query_param('InstanceId',InstanceId) \ No newline at end of file diff --git a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/RestartInstanceRequest.py b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/RestartInstanceRequest.py deleted file mode 100644 index 9525709be4..0000000000 --- a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/RestartInstanceRequest.py +++ /dev/null @@ -1,66 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest -class RestartInstanceRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'RestartInstance','kvstore') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_SecurityToken(self): - return self.get_query_params().get('SecurityToken') - - def set_SecurityToken(self,SecurityToken): - self.add_query_param('SecurityToken',SecurityToken) - - def get_EffectiveTime(self): - return self.get_query_params().get('EffectiveTime') - - def set_EffectiveTime(self,EffectiveTime): - self.add_query_param('EffectiveTime',EffectiveTime) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_InstanceId(self): - return self.get_query_params().get('InstanceId') - - def set_InstanceId(self,InstanceId): - self.add_query_param('InstanceId',InstanceId) \ No newline at end of file diff --git a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/RestoreInstanceRequest.py b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/RestoreInstanceRequest.py index a5da69d483..1b4ae233b4 100644 --- a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/RestoreInstanceRequest.py +++ b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/RestoreInstanceRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest + class RestoreInstanceRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'RestoreInstance','kvstore') + RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'RestoreInstance','r-kvstore') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -29,6 +30,12 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) + def get_InstanceId(self): + return self.get_query_params().get('InstanceId') + + def set_InstanceId(self,InstanceId): + self.add_query_param('InstanceId',InstanceId) + def get_SecurityToken(self): return self.get_query_params().get('SecurityToken') @@ -57,10 +64,4 @@ def get_OwnerId(self): return self.get_query_params().get('OwnerId') def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_InstanceId(self): - return self.get_query_params().get('InstanceId') - - def set_InstanceId(self,InstanceId): - self.add_query_param('InstanceId',InstanceId) \ No newline at end of file + self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/RestoreSnapshotRequest.py b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/RestoreSnapshotRequest.py index 8f2b7184f3..029f166b0d 100644 --- a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/RestoreSnapshotRequest.py +++ b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/RestoreSnapshotRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest + class RestoreSnapshotRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'RestoreSnapshot','kvstore') + RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'RestoreSnapshot','r-kvstore') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/RevokeAccountPrivilegeRequest.py b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/RevokeAccountPrivilegeRequest.py deleted file mode 100644 index dca0d80ea4..0000000000 --- a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/RevokeAccountPrivilegeRequest.py +++ /dev/null @@ -1,66 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest -class RevokeAccountPrivilegeRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'RevokeAccountPrivilege','kvstore') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_AccountName(self): - return self.get_query_params().get('AccountName') - - def set_AccountName(self,AccountName): - self.add_query_param('AccountName',AccountName) - - def get_SecurityToken(self): - return self.get_query_params().get('SecurityToken') - - def set_SecurityToken(self,SecurityToken): - self.add_query_param('SecurityToken',SecurityToken) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_InstanceId(self): - return self.get_query_params().get('InstanceId') - - def set_InstanceId(self,InstanceId): - self.add_query_param('InstanceId',InstanceId) \ No newline at end of file diff --git a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/SetSnapshotSettingsRequest.py b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/SetSnapshotSettingsRequest.py index 12dce2648e..02e19a8f3d 100644 --- a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/SetSnapshotSettingsRequest.py +++ b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/SetSnapshotSettingsRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest + class SetSnapshotSettingsRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'SetSnapshotSettings','kvstore') + RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'SetSnapshotSettings','r-kvstore') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/SwitchNetworkRequest.py b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/SwitchNetworkRequest.py index 92d3fa7a98..2727dacefc 100644 --- a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/SwitchNetworkRequest.py +++ b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/SwitchNetworkRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,17 @@ # under the License. from aliyunsdkcore.request import RpcRequest + class SwitchNetworkRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'SwitchNetwork','kvstore') + RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'SwitchNetwork','r-kvstore') + + def get_VSwitchId(self): + return self.get_query_params().get('VSwitchId') + + def set_VSwitchId(self,VSwitchId): + self.add_query_param('VSwitchId',VSwitchId) def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -29,62 +36,44 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) + def get_InstanceId(self): + return self.get_query_params().get('InstanceId') + + def set_InstanceId(self,InstanceId): + self.add_query_param('InstanceId',InstanceId) + def get_SecurityToken(self): return self.get_query_params().get('SecurityToken') def set_SecurityToken(self,SecurityToken): self.add_query_param('SecurityToken',SecurityToken) - def get_ClassicExpiredDays(self): - return self.get_query_params().get('ClassicExpiredDays') - - def set_ClassicExpiredDays(self,ClassicExpiredDays): - self.add_query_param('ClassicExpiredDays',ClassicExpiredDays) - def get_ResourceOwnerAccount(self): return self.get_query_params().get('ResourceOwnerAccount') def set_ResourceOwnerAccount(self,ResourceOwnerAccount): self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_VSwitchId(self): - return self.get_query_params().get('VSwitchId') - - def set_VSwitchId(self,VSwitchId): - self.add_query_param('VSwitchId',VSwitchId) - - def get_InstanceId(self): - return self.get_query_params().get('InstanceId') - - def set_InstanceId(self,InstanceId): - self.add_query_param('InstanceId',InstanceId) - def get_TargetNetworkType(self): return self.get_query_params().get('TargetNetworkType') def set_TargetNetworkType(self,TargetNetworkType): self.add_query_param('TargetNetworkType',TargetNetworkType) - def get_RetainClassic(self): - return self.get_query_params().get('RetainClassic') + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') - def set_RetainClassic(self,RetainClassic): - self.add_query_param('RetainClassic',RetainClassic) + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) def get_VpcId(self): return self.get_query_params().get('VpcId') def set_VpcId(self,VpcId): - self.add_query_param('VpcId',VpcId) \ No newline at end of file + self.add_query_param('VpcId',VpcId) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/SwitchTempInstanceRequest.py b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/SwitchTempInstanceRequest.py index 9f0c2670dd..1acf0e9199 100644 --- a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/SwitchTempInstanceRequest.py +++ b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/SwitchTempInstanceRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest + class SwitchTempInstanceRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'SwitchTempInstance','kvstore') + RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'SwitchTempInstance','r-kvstore') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/TagResourcesRequest.py b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/TagResourcesRequest.py deleted file mode 100644 index c2b37b08ab..0000000000 --- a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/TagResourcesRequest.py +++ /dev/null @@ -1,73 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest -class TagResourcesRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'TagResources','kvstore') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_Tags(self): - return self.get_query_params().get('Tags') - - def set_Tags(self,Tags): - for i in range(len(Tags)): - if Tags[i].get('Value') is not None: - self.add_query_param('Tag.' + str(i + 1) + '.Value' , Tags[i].get('Value')) - if Tags[i].get('Key') is not None: - self.add_query_param('Tag.' + str(i + 1) + '.Key' , Tags[i].get('Key')) - - - def get_ResourceIds(self): - return self.get_query_params().get('ResourceIds') - - def set_ResourceIds(self,ResourceIds): - for i in range(len(ResourceIds)): - if ResourceIds[i] is not None: - self.add_query_param('ResourceId.' + str(i + 1) , ResourceIds[i]); - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_ResourceType(self): - return self.get_query_params().get('ResourceType') - - def set_ResourceType(self,ResourceType): - self.add_query_param('ResourceType',ResourceType) \ No newline at end of file diff --git a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/TransformToPrePaidRequest.py b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/TransformToPrePaidRequest.py index 105d1cce07..c6e5f156fa 100644 --- a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/TransformToPrePaidRequest.py +++ b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/TransformToPrePaidRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest + class TransformToPrePaidRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'TransformToPrePaid','kvstore') + RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'TransformToPrePaid','r-kvstore') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -29,18 +30,18 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) - def get_SecurityToken(self): - return self.get_query_params().get('SecurityToken') - - def set_SecurityToken(self,SecurityToken): - self.add_query_param('SecurityToken',SecurityToken) - def get_Period(self): return self.get_query_params().get('Period') def set_Period(self,Period): self.add_query_param('Period',Period) + def get_InstanceId(self): + return self.get_query_params().get('InstanceId') + + def set_InstanceId(self,InstanceId): + self.add_query_param('InstanceId',InstanceId) + def get_AutoPay(self): return self.get_query_params().get('AutoPay') @@ -53,6 +54,12 @@ def get_FromApp(self): def set_FromApp(self,FromApp): self.add_query_param('FromApp',FromApp) + def get_SecurityToken(self): + return self.get_query_params().get('SecurityToken') + + def set_SecurityToken(self,SecurityToken): + self.add_query_param('SecurityToken',SecurityToken) + def get_ResourceOwnerAccount(self): return self.get_query_params().get('ResourceOwnerAccount') @@ -69,10 +76,4 @@ def get_OwnerId(self): return self.get_query_params().get('OwnerId') def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_InstanceId(self): - return self.get_query_params().get('InstanceId') - - def set_InstanceId(self,InstanceId): - self.add_query_param('InstanceId',InstanceId) \ No newline at end of file + self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/UntagResourcesRequest.py b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/UntagResourcesRequest.py deleted file mode 100644 index d53d9b7b99..0000000000 --- a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/UntagResourcesRequest.py +++ /dev/null @@ -1,76 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest -class UntagResourcesRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'UntagResources','kvstore') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_All(self): - return self.get_query_params().get('All') - - def set_All(self,All): - self.add_query_param('All',All) - - def get_ResourceIds(self): - return self.get_query_params().get('ResourceIds') - - def set_ResourceIds(self,ResourceIds): - for i in range(len(ResourceIds)): - if ResourceIds[i] is not None: - self.add_query_param('ResourceId.' + str(i + 1) , ResourceIds[i]); - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_ResourceType(self): - return self.get_query_params().get('ResourceType') - - def set_ResourceType(self,ResourceType): - self.add_query_param('ResourceType',ResourceType) - - def get_TagKeys(self): - return self.get_query_params().get('TagKeys') - - def set_TagKeys(self,TagKeys): - for i in range(len(TagKeys)): - if TagKeys[i] is not None: - self.add_query_param('TagKey.' + str(i + 1) , TagKeys[i]); \ No newline at end of file diff --git a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/VerifyPasswordRequest.py b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/VerifyPasswordRequest.py index 6c3d94f8ab..56ddad21b2 100644 --- a/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/VerifyPasswordRequest.py +++ b/aliyun-python-sdk-r-kvstore/aliyunsdkr_kvstore/request/v20150101/VerifyPasswordRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest + class VerifyPasswordRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'VerifyPassword','kvstore') + RpcRequest.__init__(self, 'R-kvstore', '2015-01-01', 'VerifyPassword','r-kvstore') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -35,6 +36,12 @@ def get_Password(self): def set_Password(self,Password): self.add_query_param('Password',Password) + def get_InstanceId(self): + return self.get_query_params().get('InstanceId') + + def set_InstanceId(self,InstanceId): + self.add_query_param('InstanceId',InstanceId) + def get_SecurityToken(self): return self.get_query_params().get('SecurityToken') @@ -57,10 +64,4 @@ def get_OwnerId(self): return self.get_query_params().get('OwnerId') def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_InstanceId(self): - return self.get_query_params().get('InstanceId') - - def set_InstanceId(self,InstanceId): - self.add_query_param('InstanceId',InstanceId) \ No newline at end of file + self.add_query_param('OwnerId',OwnerId) \ No newline at end of file From 5b0834e3d555d183003be9874b7125a43c9b7eda Mon Sep 17 00:00:00 2001 From: sdk-team Date: Tue, 20 Aug 2019 11:00:41 +0800 Subject: [PATCH 134/282] Generated 2019-08-02 for Ft. --- aliyun-python-sdk-ft/ChangeLog.txt | 3 ++ aliyun-python-sdk-ft/README.rst | 10 +++-- aliyun-python-sdk-ft/aliyunsdkft/__init__.py | 2 +- .../v20180713/FtDynamicAddressDubboRequest.py | 36 ---------------- .../v20180713/FtDynamicAddressHsfRequest.py | 24 ----------- .../request/v20180713/FtFlowSpecialRequest.py | 30 ------------- .../v20180713/FtGatedLaunchPolicy4Request.py | 30 ------------- .../request/v20180713/FtParamListRequest.py | 43 ------------------- .../RoaHttpStringResponseTestRequest.py} | 19 ++++---- .../TestPortalRequest.py} | 11 +++-- .../{v20180713 => v20190802}/__init__.py | 0 11 files changed, 29 insertions(+), 179 deletions(-) delete mode 100644 aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/FtDynamicAddressDubboRequest.py delete mode 100644 aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/FtDynamicAddressHsfRequest.py delete mode 100644 aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/FtFlowSpecialRequest.py delete mode 100644 aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/FtGatedLaunchPolicy4Request.py delete mode 100644 aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/FtParamListRequest.py rename aliyun-python-sdk-ft/aliyunsdkft/request/{v20180713/FTApiAliasApiRequest.py => v20190802/RoaHttpStringResponseTestRequest.py} (66%) rename aliyun-python-sdk-ft/aliyunsdkft/request/{v20180713/FtEagleEyeRequest.py => v20190802/TestPortalRequest.py} (81%) rename aliyun-python-sdk-ft/aliyunsdkft/request/{v20180713 => v20190802}/__init__.py (100%) diff --git a/aliyun-python-sdk-ft/ChangeLog.txt b/aliyun-python-sdk-ft/ChangeLog.txt index a4bf0dfee7..9a2fb3b176 100644 --- a/aliyun-python-sdk-ft/ChangeLog.txt +++ b/aliyun-python-sdk-ft/ChangeLog.txt @@ -1,3 +1,6 @@ +2019-08-20 Version: 2.0。1 +- Generated 2019-08-02 for `Ft`. + 2019-03-21 Version: 1.0.0 1, Update Dependency diff --git a/aliyun-python-sdk-ft/README.rst b/aliyun-python-sdk-ft/README.rst index c3cd4f9fb9..4da4b5818f 100644 --- a/aliyun-python-sdk-ft/README.rst +++ b/aliyun-python-sdk-ft/README.rst @@ -1,11 +1,15 @@ +============================================================= aliyun-python-sdk-ft -This is the ft module of Aliyun Python SDK. +============================================================= + +.. This is the ft module of Aliyun Python SDK. Aliyun Python SDK is the official software development kit. It makes things easy to integrate your Python application, library, or script with Aliyun services. This module works on Python versions: 2.6.5 and greater -Documentation: -Please visit http://develop.aliyun.com/sdk/python \ No newline at end of file +**Documentation:** + +Please visit `http://develop.aliyun.com/sdk/python `_ diff --git a/aliyun-python-sdk-ft/aliyunsdkft/__init__.py b/aliyun-python-sdk-ft/aliyunsdkft/__init__.py index d538f87eda..4c179650b2 100644 --- a/aliyun-python-sdk-ft/aliyunsdkft/__init__.py +++ b/aliyun-python-sdk-ft/aliyunsdkft/__init__.py @@ -1 +1 @@ -__version__ = "1.0.0" \ No newline at end of file +__version__ = '2.0。1' \ No newline at end of file diff --git a/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/FtDynamicAddressDubboRequest.py b/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/FtDynamicAddressDubboRequest.py deleted file mode 100644 index a1d37709b6..0000000000 --- a/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/FtDynamicAddressDubboRequest.py +++ /dev/null @@ -1,36 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest -class FtDynamicAddressDubboRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ft', '2018-07-13', 'FtDynamicAddressDubbo','ft') - - def get_IntValue(self): - return self.get_query_params().get('IntValue') - - def set_IntValue(self,IntValue): - self.add_query_param('IntValue',IntValue) - - def get_StringValue(self): - return self.get_query_params().get('StringValue') - - def set_StringValue(self,StringValue): - self.add_query_param('StringValue',StringValue) \ No newline at end of file diff --git a/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/FtDynamicAddressHsfRequest.py b/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/FtDynamicAddressHsfRequest.py deleted file mode 100644 index 9ddd7a940f..0000000000 --- a/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/FtDynamicAddressHsfRequest.py +++ /dev/null @@ -1,24 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest -class FtDynamicAddressHsfRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ft', '2018-07-13', 'FtDynamicAddressHsf','ft') \ No newline at end of file diff --git a/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/FtFlowSpecialRequest.py b/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/FtFlowSpecialRequest.py deleted file mode 100644 index 7fac7b909e..0000000000 --- a/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/FtFlowSpecialRequest.py +++ /dev/null @@ -1,30 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest -class FtFlowSpecialRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ft', '2018-07-13', 'FtFlowSpecial','ft') - - def get_Name(self): - return self.get_query_params().get('Name') - - def set_Name(self,Name): - self.add_query_param('Name',Name) \ No newline at end of file diff --git a/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/FtGatedLaunchPolicy4Request.py b/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/FtGatedLaunchPolicy4Request.py deleted file mode 100644 index 82f2995df4..0000000000 --- a/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/FtGatedLaunchPolicy4Request.py +++ /dev/null @@ -1,30 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest -class FtGatedLaunchPolicy4Request(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ft', '2018-07-13', 'FtGatedLaunchPolicy4','ft') - - def get_IsGatedLaunch(self): - return self.get_query_params().get('IsGatedLaunch') - - def set_IsGatedLaunch(self,IsGatedLaunch): - self.add_query_param('IsGatedLaunch',IsGatedLaunch) \ No newline at end of file diff --git a/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/FtParamListRequest.py b/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/FtParamListRequest.py deleted file mode 100644 index d43c64d50e..0000000000 --- a/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/FtParamListRequest.py +++ /dev/null @@ -1,43 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest -class FtParamListRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ft', '2018-07-13', 'FtParamList','ft') - - def get_Disks(self): - return self.get_query_params().get('Disks') - - def set_Disks(self,Disks): - for i in range(len(Disks)): - for j in range(len(Disks[i].get('Sizes'))): - if Disks[i].get('Sizes')[j] is not None: - self.add_query_param('Disk.' + str(i + 1) + '.Size.'+str(j + 1), Disks[i].get('Sizes')[j]) - for j in range(len(Disks[i].get('Types'))): - if Disks[i].get('Types')[j] is not None: - self.add_query_param('Disk.' + str(i + 1) + '.Type.'+str(j + 1), Disks[i].get('Types')[j]) - - - def get_Name(self): - return self.get_query_params().get('Name') - - def set_Name(self,Name): - self.add_query_param('Name',Name) \ No newline at end of file diff --git a/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/FTApiAliasApiRequest.py b/aliyun-python-sdk-ft/aliyunsdkft/request/v20190802/RoaHttpStringResponseTestRequest.py similarity index 66% rename from aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/FTApiAliasApiRequest.py rename to aliyun-python-sdk-ft/aliyunsdkft/request/v20190802/RoaHttpStringResponseTestRequest.py index b298243ad6..5b63f71e1d 100644 --- a/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/FTApiAliasApiRequest.py +++ b/aliyun-python-sdk-ft/aliyunsdkft/request/v20190802/RoaHttpStringResponseTestRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -17,14 +17,17 @@ # specific language governing permissions and limitations # under the License. -from aliyunsdkcore.request import RpcRequest -class FTApiAliasApiRequest(RpcRequest): +from aliyunsdkcore.request import RoaRequest + +class RoaHttpStringResponseTestRequest(RoaRequest): def __init__(self): - RpcRequest.__init__(self, 'Ft', '2018-07-13', 'FTApiAliasApi','ft') + RoaRequest.__init__(self, 'Ft', '2019-08-02', 'RoaHttpStringResponseTest','ft') + self.set_uri_pattern('/web/getData') + self.set_method('POST|GET') - def get_Name(self): - return self.get_query_params().get('Name') + def get_QueryParam(self): + return self.get_query_params().get('QueryParam') - def set_Name(self,Name): - self.add_query_param('Name',Name) \ No newline at end of file + def set_QueryParam(self,QueryParam): + self.add_query_param('QueryParam',QueryParam) \ No newline at end of file diff --git a/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/FtEagleEyeRequest.py b/aliyun-python-sdk-ft/aliyunsdkft/request/v20190802/TestPortalRequest.py similarity index 81% rename from aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/FtEagleEyeRequest.py rename to aliyun-python-sdk-ft/aliyunsdkft/request/v20190802/TestPortalRequest.py index 774461fd2c..18f5fa3944 100644 --- a/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/FtEagleEyeRequest.py +++ b/aliyun-python-sdk-ft/aliyunsdkft/request/v20190802/TestPortalRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -17,11 +17,14 @@ # specific language governing permissions and limitations # under the License. -from aliyunsdkcore.request import RpcRequest -class FtEagleEyeRequest(RpcRequest): +from aliyunsdkcore.request import RoaRequest + +class TestPortalRequest(RoaRequest): def __init__(self): - RpcRequest.__init__(self, 'Ft', '2018-07-13', 'FtEagleEye','ft') + RoaRequest.__init__(self, 'Ft', '2019-08-02', 'TestPortal','ft') + self.set_uri_pattern('/portal') + self.set_method('POST|GET') def get_Name(self): return self.get_query_params().get('Name') diff --git a/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/__init__.py b/aliyun-python-sdk-ft/aliyunsdkft/request/v20190802/__init__.py similarity index 100% rename from aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/__init__.py rename to aliyun-python-sdk-ft/aliyunsdkft/request/v20190802/__init__.py From 8998dc587aacbffca6ab9d650e0243fa21e28025 Mon Sep 17 00:00:00 2001 From: sdk-team Date: Tue, 20 Aug 2019 11:11:03 +0800 Subject: [PATCH 135/282] Generated 2019-08-02 for Ft. --- aliyun-python-sdk-ft/ChangeLog.txt | 3 ++ aliyun-python-sdk-ft/aliyunsdkft/__init__.py | 2 +- .../request/v20190802/TestPortalRequest.py | 33 ------------------- 3 files changed, 4 insertions(+), 34 deletions(-) delete mode 100644 aliyun-python-sdk-ft/aliyunsdkft/request/v20190802/TestPortalRequest.py diff --git a/aliyun-python-sdk-ft/ChangeLog.txt b/aliyun-python-sdk-ft/ChangeLog.txt index 9a2fb3b176..53ee91bc52 100644 --- a/aliyun-python-sdk-ft/ChangeLog.txt +++ b/aliyun-python-sdk-ft/ChangeLog.txt @@ -1,3 +1,6 @@ +2019-08-20 Version: 2.0.2 +- Generated 2019-08-02 for `Ft`. + 2019-08-20 Version: 2.0。1 - Generated 2019-08-02 for `Ft`. diff --git a/aliyun-python-sdk-ft/aliyunsdkft/__init__.py b/aliyun-python-sdk-ft/aliyunsdkft/__init__.py index 4c179650b2..f11d20d2d3 100644 --- a/aliyun-python-sdk-ft/aliyunsdkft/__init__.py +++ b/aliyun-python-sdk-ft/aliyunsdkft/__init__.py @@ -1 +1 @@ -__version__ = '2.0。1' \ No newline at end of file +__version__ = '2.0.2' \ No newline at end of file diff --git a/aliyun-python-sdk-ft/aliyunsdkft/request/v20190802/TestPortalRequest.py b/aliyun-python-sdk-ft/aliyunsdkft/request/v20190802/TestPortalRequest.py deleted file mode 100644 index 18f5fa3944..0000000000 --- a/aliyun-python-sdk-ft/aliyunsdkft/request/v20190802/TestPortalRequest.py +++ /dev/null @@ -1,33 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RoaRequest - -class TestPortalRequest(RoaRequest): - - def __init__(self): - RoaRequest.__init__(self, 'Ft', '2019-08-02', 'TestPortal','ft') - self.set_uri_pattern('/portal') - self.set_method('POST|GET') - - def get_Name(self): - return self.get_query_params().get('Name') - - def set_Name(self,Name): - self.add_query_param('Name',Name) \ No newline at end of file From 31214d5639f19ab9a050d869c5c812f01d892ba1 Mon Sep 17 00:00:00 2001 From: sdk-team Date: Wed, 25 Sep 2019 17:03:48 +0800 Subject: [PATCH 136/282] Generated 2014-05-26 for Ecs. --- aliyun-python-sdk-ecs/ChangeLog.txt | 3 + aliyun-python-sdk-ecs/README.rst | 10 +- .../aliyunsdkecs/__init__.py | 2 +- .../aliyunsdkecs/endpoint.py | 76 +++ .../AcceptInquiredSystemEventRequest.py | 11 +- .../ActivateRouterInterfaceRequest.py | 11 +- .../AddBandwidthPackageIpsRequest.py | 11 +- .../request/v20140526/AddIpRangeRequest.py | 60 --- .../request/v20140526/AddTagsRequest.py | 11 +- .../v20140526/AddTags_GatedLaunchRequest.py | 65 --- .../AllocateDedicatedHostsRequest.py | 11 +- .../v20140526/AllocateEipAddressRequest.py | 17 +- .../AllocatePublicIpAddressRequest.py | 11 +- ...ocatePublicIpAddress_GatedLaunchRequest.py | 66 --- .../ApplyAutoSnapshotPolicyRequest.py | 11 +- ...lyAutoSnapshotPolicy_GatedLaunchRequest.py | 54 --- .../v20140526/AssignIpv6AddressesRequest.py | 11 +- .../AssignPrivateIpAddressesRequest.py | 11 +- .../v20140526/AssociateEipAddressRequest.py | 11 +- .../v20140526/AssociateHaVipRequest.py | 11 +- .../v20140526/AttachClassicLinkVpcRequest.py | 11 +- .../request/v20140526/AttachDiskRequest.py | 11 +- .../AttachDisk_GatedLaunchRequest.py | 72 --- .../v20140526/AttachInstanceRamRoleRequest.py | 11 +- .../request/v20140526/AttachKeyPairRequest.py | 11 +- .../AttachNetworkInterfaceRequest.py | 11 +- .../request/v20140526/AttachVolumeRequest.py | 60 --- .../AttachVolume_GatedLaunchRequest.py | 60 --- .../AuthorizeSecurityGroupEgressRequest.py | 11 +- ...eSecurityGroupEgress_GatedLaunchRequest.py | 114 ----- .../AuthorizeSecurityGroupRequest.py | 11 +- ...thorizeSecurityGroup_GatedLaunchRequest.py | 114 ----- .../request/v20140526/BindIpRangeRequest.py | 60 --- .../BindIpRange_GatedLaunchRequest.py | 60 --- .../v20140526/CancelAgreementRequest.py | 54 --- .../CancelAutoSnapshotPolicyRequest.py | 11 +- ...elAutoSnapshotPolicy_GatedLaunchRequest.py | 48 -- .../v20140526/CancelCopyImageRequest.py | 11 +- .../CancelCopyImage_GatedLaunchRequest.py | 54 --- .../CancelPhysicalConnectionRequest.py | 11 +- .../CancelSimulatedSystemEventsRequest.py | 11 +- .../request/v20140526/CancelTaskRequest.py | 11 +- .../CancelTask_GatedLaunchRequest.py | 48 -- .../v20140526/CancelUserEventRequest.py | 54 --- .../CheckAutoSnapshotPolicyRequest.py | 96 ---- ...ckAutoSnapshotPolicy_GatedLaunchRequest.py | 96 ---- ...DiskEnableAutoSnapshotValidationRequest.py | 54 --- ...toSnapshotValidation_GatedLaunchRequest.py | 54 --- .../ConnectRouterInterfaceRequest.py | 11 +- .../ConvertNatPublicIpToEipRequest.py | 11 +- .../request/v20140526/CopyImageRequest.py | 11 +- .../v20140526/CopyImage_GatedLaunchRequest.py | 132 ------ .../CreateAutoProvisioningGroupRequest.py | 192 ++++++++ .../CreateAutoSnapshotPolicyRequest.py | 11 +- ...teAutoSnapshotPolicy_GatedLaunchRequest.py | 66 --- .../request/v20140526/CreateCommandRequest.py | 11 +- .../v20140526/CreateDeploymentSetRequest.py | 11 +- .../request/v20140526/CreateDiskRequest.py | 29 +- .../CreateDisk_GatedLaunchRequest.py | 101 ---- .../request/v20140526/CreateFleetRequest.py | 11 +- .../v20140526/CreateForwardEntryRequest.py | 11 +- .../request/v20140526/CreateHaVipRequest.py | 11 +- .../v20140526/CreateHpcClusterRequest.py | 11 +- .../request/v20140526/CreateImageRequest.py | 11 +- .../CreateImage_GatedLaunchRequest.py | 108 ----- .../v20140526/CreateInstanceRequest.py | 37 +- .../CreateInstance_GatedLaunchRequest.py | 401 ---------------- .../request/v20140526/CreateKeyPairRequest.py | 11 +- .../v20140526/CreateLaunchTemplateRequest.py | 11 +- .../CreateLaunchTemplateVersionRequest.py | 11 +- .../v20140526/CreateNatGatewayRequest.py | 11 +- ...CreateNetworkInterfacePermissionRequest.py | 11 +- .../CreateNetworkInterfaceRequest.py | 11 +- .../CreatePhysicalConnectionRequest.py | 11 +- .../v20140526/CreateRouteEntryRequest.py | 11 +- .../v20140526/CreateRouterInterfaceRequest.py | 11 +- .../v20140526/CreateSecurityGroupRequest.py | 11 +- .../CreateSimulatedSystemEventsRequest.py | 11 +- .../v20140526/CreateSnapshotRequest.py | 19 +- ...hRequest.py => CreateStorageSetRequest.py} | 56 +-- .../v20140526/CreateUserEventRequest.py | 66 --- .../request/v20140526/CreateVSwitchRequest.py | 11 +- .../CreateVirtualBorderRouterRequest.py | 11 +- .../request/v20140526/CreateVolumeRequest.py | 113 ----- .../CreateVolume_GatedLaunchRequest.py | 101 ---- .../request/v20140526/CreateVpcRequest.py | 11 +- .../DeactivateRouterInterfaceRequest.py | 11 +- ... => DeleteAutoProvisioningGroupRequest.py} | 41 +- .../DeleteAutoSnapshotPolicyRequest.py | 11 +- ...teAutoSnapshotPolicy_GatedLaunchRequest.py | 48 -- .../DeleteBandwidthPackageRequest.py | 11 +- .../request/v20140526/DeleteCommandRequest.py | 11 +- .../v20140526/DeleteDeploymentSetRequest.py | 11 +- .../request/v20140526/DeleteDiskRequest.py | 11 +- .../DeleteDisk_GatedLaunchRequest.py | 54 --- .../request/v20140526/DeleteFleetRequest.py | 11 +- .../v20140526/DeleteForwardEntryRequest.py | 11 +- .../request/v20140526/DeleteHaVipRequest.py | 11 +- .../v20140526/DeleteHpcClusterRequest.py | 11 +- .../request/v20140526/DeleteImageRequest.py | 11 +- .../DeleteImage_GatedLaunchRequest.py | 54 --- .../v20140526/DeleteInstanceRequest.py | 11 +- ...chRequest.py => DeleteInstancesRequest.py} | 41 +- .../v20140526/DeleteKeyPairsRequest.py | 11 +- .../v20140526/DeleteLaunchTemplateRequest.py | 11 +- .../DeleteLaunchTemplateVersionRequest.py | 11 +- .../v20140526/DeleteNatGatewayRequest.py | 11 +- ...DeleteNetworkInterfacePermissionRequest.py | 11 +- .../DeleteNetworkInterfaceRequest.py | 11 +- .../DeletePhysicalConnectionRequest.py | 11 +- .../v20140526/DeleteRecycleBinRequest.py | 54 --- .../v20140526/DeleteRouteEntryRequest.py | 11 +- .../v20140526/DeleteRouterInterfaceRequest.py | 11 +- .../v20140526/DeleteSecurityGroupRequest.py | 11 +- .../DeleteSecurityGroup_GatedLaunchRequest.py | 54 --- .../v20140526/DeleteSnapshotRequest.py | 11 +- .../DeleteSnapshot_GatedLaunchRequest.py | 54 --- ...eRequest.py => DeleteStorageSetRequest.py} | 27 +- .../request/v20140526/DeleteVSwitchRequest.py | 11 +- .../DeleteVirtualBorderRouterRequest.py | 11 +- .../request/v20140526/DeleteVolumeRequest.py | 54 --- .../DeleteVolume_GatedLaunchRequest.py | 54 --- .../request/v20140526/DeleteVpcRequest.py | 11 +- .../v20140526/DescribeAccessPointsRequest.py | 11 +- .../DescribeAccountAttributesRequest.py | 11 +- ...ibeAutoProvisioningGroupHistoryRequest.py} | 33 +- ...eAutoProvisioningGroupInstancesRequest.py} | 31 +- .../DescribeAutoProvisioningGroupsRequest.py} | 46 +- .../DescribeAutoSnapshotPolicyExRequest.py | 11 +- .../DescribeAutoSnapshotPolicyRequest.py | 48 -- .../DescribeAvailableResourceRequest.py | 17 +- .../DescribeBandwidthLimitationRequest.py | 11 +- .../DescribeBandwidthPackagesRequest.py | 11 +- .../DescribeClassicLinkInstancesRequest.py | 11 +- .../DescribeCloudAssistantStatusRequest.py | 11 +- .../v20140526/DescribeClustersRequest.py | 11 +- .../v20140526/DescribeCommandsRequest.py | 17 +- .../DescribeDedicatedHostAutoRenewRequest.py | 11 +- .../DescribeDedicatedHostTypesRequest.py | 11 +- .../DescribeDedicatedHostsRequest.py | 11 +- .../v20140526/DescribeDemandsRequest.py | 11 +- .../DescribeDeploymentSetTopologyRequest.py | 78 ---- .../DescribeDeploymentSetsRequest.py | 11 +- .../DescribeDiskMonitorDataRequest.py | 11 +- .../DescribeDisksFullStatusRequest.py | 11 +- .../request/v20140526/DescribeDisksRequest.py | 11 +- .../v20140526/DescribeEipAddressesRequest.py | 11 +- .../DescribeEipMonitorDataRequest.py | 11 +- .../DescribeEniMonitorDataRequest.py | 11 +- .../v20140526/DescribeEventDetailRequest.py | 48 -- .../v20140526/DescribeEventsRequest.py | 90 ---- .../v20140526/DescribeFleetHistoryRequest.py | 11 +- .../DescribeFleetInstancesRequest.py | 11 +- .../v20140526/DescribeFleetsRequest.py | 11 +- .../DescribeForwardTableEntriesRequest.py | 11 +- .../v20140526/DescribeHaVipsRequest.py | 11 +- .../v20140526/DescribeHpcClustersRequest.py | 11 +- .../DescribeImageSharePermissionRequest.py | 11 +- ...escribeImageSupportInstanceTypesRequest.py | 11 +- .../v20140526/DescribeImagesRequest.py | 11 +- .../DescribeInstanceAttributeRequest.py | 11 +- ...scribeInstanceAutoRenewAttributeRequest.py | 11 +- .../DescribeInstanceHistoryEventsRequest.py | 11 +- .../DescribeInstanceMonitorDataRequest.py | 11 +- ...escribeInstancePhysicalAttributeRequest.py | 54 --- ...ncePhysicalAttribute_GatedLaunchRequest.py | 54 --- .../DescribeInstanceRamRoleRequest.py | 11 +- .../DescribeInstanceStatusRequest.py | 11 +- .../DescribeInstanceTopologyRequest.py | 11 +- .../DescribeInstanceTypeFamiliesRequest.py | 11 +- .../v20140526/DescribeInstanceTypesRequest.py | 11 +- .../DescribeInstanceVncPasswdRequest.py | 11 +- ...ibeInstanceVncPasswd_GatedLaunchRequest.py | 54 --- .../DescribeInstanceVncUrlRequest.py | 11 +- ...scribeInstanceVncUrl_GatedLaunchRequest.py | 54 --- .../DescribeInstancesFullStatusRequest.py | 11 +- .../v20140526/DescribeInstancesRequest.py | 11 +- .../DescribeIntranetAttributeKbRequest.py | 54 --- ...eIntranetAttributeKb_GatedLaunchRequest.py | 54 --- .../DescribeInvocationResultsRequest.py | 19 +- .../v20140526/DescribeInvocationsRequest.py | 17 +- .../v20140526/DescribeIpRangesRequest.py | 72 --- .../v20140526/DescribeKeyPairsRequest.py | 11 +- .../DescribeLaunchTemplateVersionsRequest.py | 11 +- .../DescribeLaunchTemplatesRequest.py | 11 +- .../v20140526/DescribeLimitationRequest.py | 11 +- .../DescribeLimitation_GatedLaunchRequest.py | 54 --- .../v20140526/DescribeNatGatewaysRequest.py | 11 +- ...cribeNetworkInterfacePermissionsRequest.py | 11 +- .../DescribeNetworkInterfacesRequest.py | 19 +- ...DescribeNewProjectEipMonitorDataRequest.py | 11 +- .../DescribePhysicalConnectionsRequest.py | 11 +- .../request/v20140526/DescribePriceRequest.py | 143 ++++-- .../DescribeRecommendInstanceTypeRequest.py | 109 ++++- .../v20140526/DescribeRegionsRequest.py | 11 +- .../v20140526/DescribeRenewalPriceRequest.py | 11 +- .../DescribeReservedInstancesRequest.py | 11 +- .../DescribeResourceByTagsRequest.py | 11 +- .../DescribeResourcesModificationRequest.py | 11 +- .../v20140526/DescribeRouteTablesRequest.py | 11 +- .../DescribeRouterInterfacesRequest.py | 11 +- .../DescribeSecurityGroupAttributeRequest.py | 11 +- .../DescribeSecurityGroupReferencesRequest.py | 11 +- .../DescribeSecurityGroupsRequest.py | 11 +- .../v20140526/DescribeSnapshotLinksRequest.py | 11 +- .../DescribeSnapshotMonitorDataRequest.py | 11 +- .../DescribeSnapshotPackageRequest.py | 11 +- .../v20140526/DescribeSnapshotsRequest.py | 11 +- .../DescribeSnapshotsUsageRequest.py | 11 +- .../DescribeSpotPriceHistoryRequest.py | 17 +- .../DescribeStorageSetDetailsRequest.py} | 55 +-- .../DescribeStorageSetsRequest.py} | 56 ++- .../v20140526/DescribeTagKeysRequest.py | 72 --- .../DescribeTagKeys_GatedLaunchRequest.py | 66 --- .../request/v20140526/DescribeTagsRequest.py | 11 +- .../v20140526/DescribeTaskAttributeRequest.py | 25 +- .../request/v20140526/DescribeTasksRequest.py | 59 +-- .../DescribeUserBusinessBehaviorRequest.py | 11 +- .../v20140526/DescribeUserDataRequest.py | 11 +- .../DescribeUserData_GatedLaunchRequest.py | 48 -- .../v20140526/DescribeVRoutersRequest.py | 11 +- .../v20140526/DescribeVSwitchesRequest.py | 11 +- ...rderRoutersForPhysicalConnectionRequest.py | 11 +- .../DescribeVirtualBorderRoutersRequest.py | 11 +- .../v20140526/DescribeVolumesRequest.py | 137 ------ .../request/v20140526/DescribeVpcsRequest.py | 11 +- .../request/v20140526/DescribeZonesRequest.py | 11 +- .../v20140526/DetachClassicLinkVpcRequest.py | 11 +- .../request/v20140526/DetachDiskRequest.py | 11 +- .../DetachDisk_GatedLaunchRequest.py | 60 --- .../v20140526/DetachInstanceRamRoleRequest.py | 11 +- .../request/v20140526/DetachKeyPairRequest.py | 11 +- .../DetachNetworkInterfaceRequest.py | 11 +- .../request/v20140526/DetachVolumeRequest.py | 60 --- .../DetachVolume_GatedLaunchRequest.py | 60 --- .../request/v20140526/EipFillParamsRequest.py | 11 +- .../v20140526/EipFillProductRequest.py | 11 +- .../request/v20140526/EipNotifyPaidRequest.py | 11 +- .../EnablePhysicalConnectionRequest.py | 11 +- .../request/v20140526/ExportImageRequest.py | 11 +- .../ExportImage_GatedLaunchRequest.py | 72 --- .../v20140526/ExportSnapshotRequest.py | 11 +- .../GetInstanceConsoleOutputRequest.py | 11 +- .../v20140526/GetInstanceScreenshotRequest.py | 11 +- .../request/v20140526/ImportImageRequest.py | 17 +- .../ImportImage_GatedLaunchRequest.py | 95 ---- .../request/v20140526/ImportKeyPairRequest.py | 11 +- .../v20140526/ImportSnapshotRequest.py | 11 +- .../v20140526/InstallCloudAssistantRequest.py | 11 +- .../request/v20140526/InvokeCommandRequest.py | 11 +- .../v20140526/JoinResourceGroupRequest.py | 11 +- .../v20140526/JoinSecurityGroupRequest.py | 11 +- .../JoinSecurityGroup_GatedLaunchRequest.py | 60 --- .../v20140526/LeaveSecurityGroupRequest.py | 11 +- .../LeaveSecurityGroup_GatedLaunchRequest.py | 60 --- .../v20140526/ListTagResourcesRequest.py | 11 +- .../ModifyAutoProvisioningGroupRequest.py | 109 +++++ .../ModifyAutoSnapshotPolicyExRequest.py | 11 +- ...AutoSnapshotPolicyEx_GatedLaunchRequest.py | 72 --- .../ModifyAutoSnapshotPolicyRequest.py | 11 +- ...fyAutoSnapshotPolicy_GatedLaunchRequest.py | 96 ---- .../ModifyBandwidthPackageSpecRequest.py | 11 +- .../request/v20140526/ModifyCommandRequest.py | 11 +- .../ModifyDedicatedHostAttributeRequest.py | 11 +- ...difyDedicatedHostAutoReleaseTimeRequest.py | 11 +- ...yDedicatedHostAutoRenewAttributeRequest.py | 11 +- .../ModifyDeploymentSetAttributeRequest.py | 11 +- .../v20140526/ModifyDiskAttributeRequest.py | 11 +- .../ModifyDiskAttribute_GatedLaunchRequest.py | 84 ---- .../v20140526/ModifyDiskChargeTypeRequest.py | 11 +- ...nchRequest.py => ModifyDiskSpecRequest.py} | 31 +- .../ModifyEipAddressAttributeRequest.py | 11 +- .../request/v20140526/ModifyFleetRequest.py | 11 +- .../v20140526/ModifyForwardEntryRequest.py | 11 +- .../v20140526/ModifyHaVipAttributeRequest.py | 11 +- .../ModifyHpcClusterAttributeRequest.py | 11 +- .../v20140526/ModifyImageAttributeRequest.py | 11 +- ...ModifyImageAttribute_GatedLaunchRequest.py | 66 --- .../ModifyImageShareGroupPermissionRequest.py | 11 +- ...ShareGroupPermission_GatedLaunchRequest.py | 66 --- .../ModifyImageSharePermissionRequest.py | 11 +- ...ImageSharePermission_GatedLaunchRequest.py | 174 ------- .../ModifyInstanceAttributeRequest.py | 11 +- ...ifyInstanceAttribute_GatedLaunchRequest.py | 84 ---- .../ModifyInstanceAutoReleaseTimeRequest.py | 11 +- ...ModifyInstanceAutoRenewAttributeRequest.py | 11 +- ...ceAutoRenewAttribute_GatedLaunchRequest.py | 66 --- .../ModifyInstanceChargeTypeRequest.py | 17 +- .../ModifyInstanceDeploymentRequest.py | 17 +- .../ModifyInstanceNetworkSpecRequest.py | 11 +- ...yInstanceNetworkSpec_GatedLaunchRequest.py | 66 --- .../v20140526/ModifyInstanceSpecRequest.py | 11 +- .../ModifyInstanceSpec_GatedLaunchRequest.py | 96 ---- .../ModifyInstanceVncPasswdRequest.py | 11 +- ...ifyInstanceVncPasswd_GatedLaunchRequest.py | 60 --- .../ModifyInstanceVpcAttributeRequest.py | 11 +- ...InstanceVpcAttribute_GatedLaunchRequest.py | 66 --- .../ModifyIntranetBandwidthKbRequest.py | 66 --- ...yIntranetBandwidthKb_GatedLaunchRequest.py | 66 --- ...difyLaunchTemplateDefaultVersionRequest.py | 11 +- .../ModifyNetworkInterfaceAttributeRequest.py | 11 +- ...odifyPhysicalConnectionAttributeRequest.py | 11 +- .../ModifyPrepayInstanceSpecRequest.py | 11 +- .../ModifyReservedInstanceAttributeRequest.py | 11 +- .../ModifyReservedInstancesRequest.py | 11 +- .../ModifyRouterInterfaceAttributeRequest.py | 11 +- .../ModifyRouterInterfaceSpecRequest.py | 11 +- .../ModifySecurityGroupAttributeRequest.py | 11 +- ...curityGroupAttribute_GatedLaunchRequest.py | 66 --- .../ModifySecurityGroupEgressRuleRequest.py | 11 +- .../ModifySecurityGroupPolicyRequest.py | 11 +- .../ModifySecurityGroupRuleRequest.py | 11 +- .../ModifySnapshotAttributeRequest.py | 11 +- ...ifySnapshotAttribute_GatedLaunchRequest.py | 66 --- ...py => ModifyStorageSetAttributeRequest.py} | 44 +- .../ModifyUserBusinessBehaviorRequest.py | 11 +- .../ModifyUserEventAttributeRequest.py | 66 --- .../ModifyVRouterAttributeRequest.py | 11 +- .../ModifyVSwitchAttributeRequest.py | 11 +- ...difyVirtualBorderRouterAttributeRequest.py | 11 +- .../v20140526/ModifyVolumeAttributeRequest.py | 66 --- ...odifyVolumeAttribute_GatedLaunchRequest.py | 66 --- .../v20140526/ModifyVpcAttributeRequest.py | 11 +- ...urchaseReservedInstancesOfferingRequest.py | 11 +- .../v20140526/ReActivateInstancesRequest.py | 11 +- .../request/v20140526/ReInitDiskRequest.py | 11 +- .../ReInitDisk_GatedLaunchRequest.py | 60 --- .../request/v20140526/ReInitVolumeRequest.py | 60 --- .../ReInitVolume_GatedLaunchRequest.py | 60 --- .../v20140526/RebootInstanceRequest.py | 11 +- .../RebootInstance_GatedLaunchRequest.py | 60 --- .../RecoverVirtualBorderRouterRequest.py | 11 +- .../v20140526/RedeployInstanceRequest.py | 11 +- .../v20140526/ReleaseDedicatedHostRequest.py | 11 +- .../v20140526/ReleaseEipAddressRequest.py | 11 +- .../ReleasePublicIpAddressRequest.py | 11 +- ...leasePublicIpAddress_GatedLaunchRequest.py | 60 --- .../RemoveBandwidthPackageIpsRequest.py | 11 +- .../request/v20140526/RemoveTagsRequest.py | 11 +- .../RemoveTags_GatedLaunchRequest.py | 65 --- .../v20140526/RenewDedicatedHostsRequest.py | 11 +- .../request/v20140526/RenewInstanceRequest.py | 11 +- .../RenewInstance_GatedLaunchRequest.py | 60 --- .../v20140526/ReplaceSystemDiskRequest.py | 11 +- .../ReplaceSystemDisk_GatedLaunchRequest.py | 84 ---- .../v20140526/ReportInstancesStatusRequest.py | 11 +- .../request/v20140526/ResetDiskRequest.py | 11 +- .../v20140526/ResetDisk_GatedLaunchRequest.py | 60 --- .../request/v20140526/ResizeDiskRequest.py | 11 +- .../ResizeVolume_GatedLaunchRequest.py | 66 --- .../RevokeSecurityGroupEgressRequest.py | 11 +- ...eSecurityGroupEgress_GatedLaunchRequest.py | 102 ---- .../v20140526/RevokeSecurityGroupRequest.py | 11 +- .../RevokeSecurityGroup_GatedLaunchRequest.py | 102 ---- .../v20140526/RollbackVolumeRequest.py | 60 --- .../RollbackVolume_GatedLaunchRequest.py | 60 --- .../request/v20140526/RunCommandRequest.py | 135 ++++++ .../request/v20140526/RunInstancesRequest.py | 37 +- .../request/v20140526/SignAgreementRequest.py | 54 --- .../request/v20140526/StartInstanceRequest.py | 11 +- .../StartInstance_GatedLaunchRequest.py | 54 --- .../request/v20140526/StopInstanceRequest.py | 11 +- .../StopInstance_GatedLaunchRequest.py | 66 --- .../v20140526/StopInvocationRequest.py | 11 +- .../request/v20140526/TagResourcesRequest.py | 11 +- .../TerminatePhysicalConnectionRequest.py | 11 +- .../TerminateVirtualBorderRouterRequest.py | 11 +- .../v20140526/UnassignIpv6AddressesRequest.py | 11 +- .../UnassignPrivateIpAddressesRequest.py | 11 +- .../v20140526/UnassociateEipAddressRequest.py | 11 +- .../v20140526/UnassociateHaVipRequest.py | 11 +- .../request/v20140526/UnbindIpRangeRequest.py | 60 --- .../UnbindIpRange_GatedLaunchRequest.py | 60 --- .../v20140526/UntagResourcesRequest.py | 11 +- .../v20140526/ValidateSecurityGroupRequest.py | 96 ---- .../AllocateDedicatedHostsRequest.py | 173 ------- .../CreateCapacityReservationRequest.py | 125 ----- .../CreateConfigLogSubscriptionsRequest.py | 61 --- .../request/v20160314/CreateDisksRequest.py | 125 ----- .../CreateDisks_GatedLaunchRequest.py | 107 ----- .../v20160314/CreateEniQosGroupRequest.py | 78 ---- .../request/v20160314/CreateOrderRequest.py | 108 ----- .../request/v20160314/CreateVolumesRequest.py | 119 ----- .../CreateVolumes_GatedLaunchRequest.py | 107 ----- .../DeleteConfigLogSubscriptionsRequest.py | 56 --- .../v20160314/DeleteEniQosGroupRequest.py | 48 -- .../DescribeAccountAttributesRequest.py | 56 --- .../v20160314/DescribeAccountLimitsRequest.py | 59 --- .../DescribeBandwidthPriceRequest.py | 60 --- .../DescribeDedicatedHostAutoRenewRequest.py | 60 --- .../DescribeDedicatedHostTypesRequest.py | 66 --- .../DescribeDedicatedHostsRequest.py | 113 ----- .../DescribeEniQosGroupInfoRequest.py | 48 -- .../DescribeInstanceAutoRebootTimeRequest.py | 62 --- .../DescribeInstanceNeedRebootRequest.py | 62 --- .../DescribeKMSKeyAttributeRequest.py | 84 ---- .../v20160314/DescribeLinkedKMSKeysRequest.py | 78 ---- .../request/v20160314/DescribePriceRequest.py | 96 ---- .../DescribeReservedInstancesRequest.py | 135 ------ ...DescribeResourceFilterAttributesRequest.py | 71 --- ...DescribeResourceRecommendFiltersRequest.py | 101 ---- .../v20160314/DescribeResourcesRequest.py | 114 ----- .../v20160314/GetLaunchTemplateDataRequest.py | 48 -- .../v20160314/JoinEniQosGroupRequest.py | 54 --- .../v20160314/LeaveEniQosGroupRequest.py | 48 -- .../ModifyCapacityReservationRequest.py | 66 --- .../ModifyDedicatedHostAttributeRequest.py | 90 ---- ...difyDedicatedHostAutoReleaseTimeRequest.py | 60 --- ...yDedicatedHostAutoRenewAttributeRequest.py | 84 ---- .../v20160314/ModifyEniQosGroupRequest.py | 72 --- .../ModifyInstanceAutoRebootTimeRequest.py | 56 --- ...nceCapacityReservationAttributesRequest.py | 66 --- .../ModifyInstanceDeploymentRequest.py | 72 --- .../ModifyReservedInstanceAttributeRequest.py | 66 --- .../ModifyReservedInstancesRequest.py | 84 ---- ...urchaseReservedInstancesOfferingRequest.py | 149 ------ .../v20160314/QueryEniQosGroupByEniRequest.py | 48 -- .../QueryEniQosGroupByInstanceRequest.py | 48 -- .../ReleaseCapacityReservationRequest.py | 60 --- .../v20160314/ReleaseDedicatedHostRequest.py | 66 --- .../v20160314/RenewDedicatedHostsRequest.py | 84 ---- .../request/v20160314/RunInstancesRequest.py | 434 ------------------ .../RunInstances_GatedLaunchRequest.py | 260 ----------- .../SetInstanceAutoReleaseTimeRequest.py | 60 --- .../request/v20160314/__init__.py | 0 425 files changed, 3442 insertions(+), 12444 deletions(-) create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/endpoint.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AddIpRangeRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AddTags_GatedLaunchRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AllocatePublicIpAddress_GatedLaunchRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ApplyAutoSnapshotPolicy_GatedLaunchRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AttachDisk_GatedLaunchRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AttachVolumeRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AttachVolume_GatedLaunchRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AuthorizeSecurityGroupEgress_GatedLaunchRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AuthorizeSecurityGroup_GatedLaunchRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/BindIpRangeRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/BindIpRange_GatedLaunchRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CancelAgreementRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CancelAutoSnapshotPolicy_GatedLaunchRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CancelCopyImage_GatedLaunchRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CancelTask_GatedLaunchRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CancelUserEventRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CheckAutoSnapshotPolicyRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CheckAutoSnapshotPolicy_GatedLaunchRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CheckDiskEnableAutoSnapshotValidationRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CheckDiskEnableAutoSnapshotValidation_GatedLaunchRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CopyImage_GatedLaunchRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateAutoProvisioningGroupRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateAutoSnapshotPolicy_GatedLaunchRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateDisk_GatedLaunchRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateImage_GatedLaunchRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateInstance_GatedLaunchRequest.py rename aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/{CreateSnapshot_GatedLaunchRequest.py => CreateStorageSetRequest.py} (65%) delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateUserEventRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateVolumeRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateVolume_GatedLaunchRequest.py rename aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/{DescribeRecycleBinRequest.py => DeleteAutoProvisioningGroupRequest.py} (64%) delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteAutoSnapshotPolicy_GatedLaunchRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteDisk_GatedLaunchRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteImage_GatedLaunchRequest.py rename aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/{DeleteInstance_GatedLaunchRequest.py => DeleteInstancesRequest.py} (60%) delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteRecycleBinRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteSecurityGroup_GatedLaunchRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteSnapshot_GatedLaunchRequest.py rename aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/{ResizeVolumeRequest.py => DeleteStorageSetRequest.py} (75%) delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteVolumeRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteVolume_GatedLaunchRequest.py rename aliyun-python-sdk-ecs/aliyunsdkecs/request/{v20160314/DescribeConfigLogHistoryRequest.py => v20140526/DescribeAutoProvisioningGroupHistoryRequest.py} (75%) rename aliyun-python-sdk-ecs/aliyunsdkecs/request/{v20160314/DescribeConfigLogSubscriptionRequest.py => v20140526/DescribeAutoProvisioningGroupInstancesRequest.py} (73%) rename aliyun-python-sdk-ecs/aliyunsdkecs/request/{v20160314/DescribeReservedInstancePriceRequest.py => v20140526/DescribeAutoProvisioningGroupsRequest.py} (56%) delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeAutoSnapshotPolicyRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeDeploymentSetTopologyRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeEventDetailRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeEventsRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstancePhysicalAttributeRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstancePhysicalAttribute_GatedLaunchRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceVncPasswd_GatedLaunchRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceVncUrl_GatedLaunchRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeIntranetAttributeKbRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeIntranetAttributeKb_GatedLaunchRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeIpRangesRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeLimitation_GatedLaunchRequest.py rename aliyun-python-sdk-ecs/aliyunsdkecs/request/{v20160314/DescribeKMSKeysRequest.py => v20140526/DescribeStorageSetDetailsRequest.py} (61%) rename aliyun-python-sdk-ecs/aliyunsdkecs/request/{v20160314/DescribeCapacityReservationsRequest.py => v20140526/DescribeStorageSetsRequest.py} (63%) delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeTagKeysRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeTagKeys_GatedLaunchRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeUserData_GatedLaunchRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeVolumesRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DetachDisk_GatedLaunchRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DetachVolumeRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DetachVolume_GatedLaunchRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ExportImage_GatedLaunchRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ImportImage_GatedLaunchRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/JoinSecurityGroup_GatedLaunchRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/LeaveSecurityGroup_GatedLaunchRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyAutoProvisioningGroupRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyAutoSnapshotPolicyEx_GatedLaunchRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyAutoSnapshotPolicy_GatedLaunchRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyDiskAttribute_GatedLaunchRequest.py rename aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/{ResizeDisk_GatedLaunchRequest.py => ModifyDiskSpecRequest.py} (74%) delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyImageAttribute_GatedLaunchRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyImageShareGroupPermission_GatedLaunchRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyImageSharePermission_GatedLaunchRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceAttribute_GatedLaunchRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceAutoRenewAttribute_GatedLaunchRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceNetworkSpec_GatedLaunchRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceSpec_GatedLaunchRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceVncPasswd_GatedLaunchRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceVpcAttribute_GatedLaunchRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyIntranetBandwidthKbRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyIntranetBandwidthKb_GatedLaunchRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifySecurityGroupAttribute_GatedLaunchRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifySnapshotAttribute_GatedLaunchRequest.py rename aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/{CreateSecurityGroup_GatedLaunchRequest.py => ModifyStorageSetAttributeRequest.py} (68%) delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyUserEventAttributeRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyVolumeAttributeRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyVolumeAttribute_GatedLaunchRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ReInitDisk_GatedLaunchRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ReInitVolumeRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ReInitVolume_GatedLaunchRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RebootInstance_GatedLaunchRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ReleasePublicIpAddress_GatedLaunchRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RemoveTags_GatedLaunchRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RenewInstance_GatedLaunchRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ReplaceSystemDisk_GatedLaunchRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ResetDisk_GatedLaunchRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ResizeVolume_GatedLaunchRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RevokeSecurityGroupEgress_GatedLaunchRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RevokeSecurityGroup_GatedLaunchRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RollbackVolumeRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RollbackVolume_GatedLaunchRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RunCommandRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/SignAgreementRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/StartInstance_GatedLaunchRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/StopInstance_GatedLaunchRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/UnbindIpRangeRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/UnbindIpRange_GatedLaunchRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ValidateSecurityGroupRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/AllocateDedicatedHostsRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/CreateCapacityReservationRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/CreateConfigLogSubscriptionsRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/CreateDisksRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/CreateDisks_GatedLaunchRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/CreateEniQosGroupRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/CreateOrderRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/CreateVolumesRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/CreateVolumes_GatedLaunchRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DeleteConfigLogSubscriptionsRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DeleteEniQosGroupRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DescribeAccountAttributesRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DescribeAccountLimitsRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DescribeBandwidthPriceRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DescribeDedicatedHostAutoRenewRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DescribeDedicatedHostTypesRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DescribeDedicatedHostsRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DescribeEniQosGroupInfoRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DescribeInstanceAutoRebootTimeRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DescribeInstanceNeedRebootRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DescribeKMSKeyAttributeRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DescribeLinkedKMSKeysRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DescribePriceRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DescribeReservedInstancesRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DescribeResourceFilterAttributesRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DescribeResourceRecommendFiltersRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DescribeResourcesRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/GetLaunchTemplateDataRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/JoinEniQosGroupRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/LeaveEniQosGroupRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/ModifyCapacityReservationRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/ModifyDedicatedHostAttributeRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/ModifyDedicatedHostAutoReleaseTimeRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/ModifyDedicatedHostAutoRenewAttributeRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/ModifyEniQosGroupRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/ModifyInstanceAutoRebootTimeRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/ModifyInstanceCapacityReservationAttributesRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/ModifyInstanceDeploymentRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/ModifyReservedInstanceAttributeRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/ModifyReservedInstancesRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/PurchaseReservedInstancesOfferingRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/QueryEniQosGroupByEniRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/QueryEniQosGroupByInstanceRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/ReleaseCapacityReservationRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/ReleaseDedicatedHostRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/RenewDedicatedHostsRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/RunInstancesRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/RunInstances_GatedLaunchRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/SetInstanceAutoReleaseTimeRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/__init__.py diff --git a/aliyun-python-sdk-ecs/ChangeLog.txt b/aliyun-python-sdk-ecs/ChangeLog.txt index edfa3d3ec2..9ed5f65a1a 100644 --- a/aliyun-python-sdk-ecs/ChangeLog.txt +++ b/aliyun-python-sdk-ecs/ChangeLog.txt @@ -1,3 +1,6 @@ +2019-09-25 Version: 1.0.0 +- Generated 2014-05-26 for `Ecs`. + 2019-05-23 Version: 2.0.6 测试发布 ECS 2.0.6 各语言所有的 API 的版本 diff --git a/aliyun-python-sdk-ecs/README.rst b/aliyun-python-sdk-ecs/README.rst index 0c1c93f910..cb07ce8fca 100644 --- a/aliyun-python-sdk-ecs/README.rst +++ b/aliyun-python-sdk-ecs/README.rst @@ -1,11 +1,15 @@ +============================================================= aliyun-python-sdk-ecs -This is the ecs module of Aliyun Python SDK. +============================================================= + +.. This is the ecs module of Aliyun Python SDK. Aliyun Python SDK is the official software development kit. It makes things easy to integrate your Python application, library, or script with Aliyun services. This module works on Python versions: 2.6.5 and greater -Documentation: -Please visit http://develop.aliyun.com/sdk/python \ No newline at end of file +**Documentation:** + +Please visit `http://develop.aliyun.com/sdk/python `_ diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/__init__.py b/aliyun-python-sdk-ecs/aliyunsdkecs/__init__.py index 3435a04f25..75977e6f41 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/__init__.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/__init__.py @@ -1 +1 @@ -__version__ = '2.0.6' \ No newline at end of file +__version__ = '1.0.0' \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/endpoint.py b/aliyun-python-sdk-ecs/aliyunsdkecs/endpoint.py new file mode 100644 index 0000000000..f3d66e1cfa --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/endpoint.py @@ -0,0 +1,76 @@ +# # Licensed to the Apache Software Foundation (ASF) under one +# # or more contributor license agreements. See the NOTICE file +# # distributed with this work for additional information +# # regarding copyright ownership. The ASF licenses this file +# # to you 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. + + +class EndpointData(): + def __init__(self): + self.endpoint_map = { + "cn-shanghai-internal-test-1": "ecs-cn-hangzhou.aliyuncs.com", + "cn-beijing-gov-1": "ecs.aliyuncs.com", + "cn-shenzhen-su18-b01": "ecs-cn-hangzhou.aliyuncs.com", + "cn-beijing": "ecs-cn-hangzhou.aliyuncs.com", + "cn-shanghai-inner": "ecs.aliyuncs.com", + "cn-shenzhen-st4-d01": "ecs-cn-hangzhou.aliyuncs.com", + "cn-haidian-cm12-c01": "ecs-cn-hangzhou.aliyuncs.com", + "cn-hangzhou-internal-prod-1": "ecs-cn-hangzhou.aliyuncs.com", + "cn-north-2-gov-1": "ecs.aliyuncs.com", + "cn-yushanfang": "ecs.aliyuncs.com", + "cn-qingdao": "ecs-cn-hangzhou.aliyuncs.com", + "cn-hongkong-finance-pop": "ecs.aliyuncs.com", + "cn-shanghai": "ecs-cn-hangzhou.aliyuncs.com", + "cn-shanghai-finance-1": "ecs-cn-hangzhou.aliyuncs.com", + "cn-hongkong": "ecs-cn-hangzhou.aliyuncs.com", + "cn-beijing-finance-pop": "ecs.aliyuncs.com", + "cn-wuhan": "ecs.aliyuncs.com", + "us-west-1": "ecs-cn-hangzhou.aliyuncs.com", + "cn-shenzhen": "ecs-cn-hangzhou.aliyuncs.com", + "cn-zhengzhou-nebula-1": "ecs.cn-qingdao-nebula.aliyuncs.com", + "rus-west-1-pop": "ecs.ap-northeast-1.aliyuncs.com", + "cn-shanghai-et15-b01": "ecs-cn-hangzhou.aliyuncs.com", + "cn-hangzhou-bj-b01": "ecs-cn-hangzhou.aliyuncs.com", + "cn-hangzhou-internal-test-1": "ecs-cn-hangzhou.aliyuncs.com", + "eu-west-1-oxs": "ecs.cn-shenzhen-cloudstone.aliyuncs.com", + "cn-zhangbei-na61-b01": "ecs-cn-hangzhou.aliyuncs.com", + "cn-beijing-finance-1": "ecs.aliyuncs.com", + "cn-hangzhou-internal-test-3": "ecs-cn-hangzhou.aliyuncs.com", + "cn-shenzhen-finance-1": "ecs-cn-hangzhou.aliyuncs.com", + "cn-hangzhou-internal-test-2": "ecs-cn-hangzhou.aliyuncs.com", + "cn-hangzhou-test-306": "ecs-cn-hangzhou.aliyuncs.com", + "cn-shanghai-et2-b01": "ecs-cn-hangzhou.aliyuncs.com", + "cn-hangzhou-finance": "ecs.aliyuncs.com", + "ap-southeast-1": "ecs-cn-hangzhou.aliyuncs.com", + "cn-beijing-nu16-b01": "ecs-cn-hangzhou.aliyuncs.com", + "cn-edge-1": "ecs.cn-qingdao-nebula.aliyuncs.com", + "us-east-1": "ecs-cn-hangzhou.aliyuncs.com", + "cn-fujian": "ecs-cn-hangzhou.aliyuncs.com", + "ap-northeast-2-pop": "ecs.ap-northeast-1.aliyuncs.com", + "cn-shenzhen-inner": "ecs.aliyuncs.com", + "cn-zhangjiakou-na62-a01": "ecs.cn-zhangjiakou.aliyuncs.com", + "cn-hangzhou": "ecs-cn-hangzhou.aliyuncs.com", + } + self.endpoint_regional = "regional" + + def getEndpointMap(self): + return self.endpoint_map + + def getEndpointRegional(self): + return self.endpoint_regional + + +endpoint_data = EndpointData() diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AcceptInquiredSystemEventRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AcceptInquiredSystemEventRequest.py index 8da75a32a7..8c78d3ef1b 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AcceptInquiredSystemEventRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AcceptInquiredSystemEventRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,17 @@ # under the License. from aliyunsdkcore.request import RpcRequest +from aliyunsdkecs.endpoint import endpoint_data + class AcceptInquiredSystemEventRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'AcceptInquiredSystemEvent') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'AcceptInquiredSystemEvent','ecs') + if hasattr(self, "endpoint_map"): + setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) + if hasattr(self, "endpoint_regional"): + setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) + def get_EventId(self): return self.get_query_params().get('EventId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ActivateRouterInterfaceRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ActivateRouterInterfaceRequest.py index 63d488884e..f586d3bcbd 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ActivateRouterInterfaceRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ActivateRouterInterfaceRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,17 @@ # under the License. from aliyunsdkcore.request import RpcRequest +from aliyunsdkecs.endpoint import endpoint_data + class ActivateRouterInterfaceRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ActivateRouterInterface') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ActivateRouterInterface','ecs') + if hasattr(self, "endpoint_map"): + setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) + if hasattr(self, "endpoint_regional"): + setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) + def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AddBandwidthPackageIpsRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AddBandwidthPackageIpsRequest.py index 5d3c9700c0..53af60944d 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AddBandwidthPackageIpsRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AddBandwidthPackageIpsRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,17 @@ # under the License. from aliyunsdkcore.request import RpcRequest +from aliyunsdkecs.endpoint import endpoint_data + class AddBandwidthPackageIpsRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'AddBandwidthPackageIps') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'AddBandwidthPackageIps','ecs') + if hasattr(self, "endpoint_map"): + setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) + if hasattr(self, "endpoint_regional"): + setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) + def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AddIpRangeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AddIpRangeRequest.py deleted file mode 100644 index 6a4605b4fc..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AddIpRangeRequest.py +++ /dev/null @@ -1,60 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest -class AddIpRangeRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'AddIpRange') - - def get_IpAddress(self): - return self.get_query_params().get('IpAddress') - - def set_IpAddress(self,IpAddress): - self.add_query_param('IpAddress',IpAddress) - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_ZoneId(self): - return self.get_query_params().get('ZoneId') - - def set_ZoneId(self,ZoneId): - self.add_query_param('ZoneId',ZoneId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AddTagsRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AddTagsRequest.py index b7d7de54ab..80f6ec03ac 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AddTagsRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AddTagsRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,17 @@ # under the License. from aliyunsdkcore.request import RpcRequest +from aliyunsdkecs.endpoint import endpoint_data + class AddTagsRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'AddTags') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'AddTags','ecs') + if hasattr(self, "endpoint_map"): + setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) + if hasattr(self, "endpoint_regional"): + setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) + def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AddTags_GatedLaunchRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AddTags_GatedLaunchRequest.py deleted file mode 100644 index a6343ba6ed..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AddTags_GatedLaunchRequest.py +++ /dev/null @@ -1,65 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest -class AddTags_GatedLaunchRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'AddTags_GatedLaunch','ecs') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_Tags(self): - return self.get_query_params().get('Tags') - - def set_Tags(self,Tags): - for i in range(len(Tags)): - if Tags[i].get('Value') is not None: - self.add_query_param('Tag.' + str(i + 1) + '.Value' , Tags[i].get('Value')) - if Tags[i].get('Key') is not None: - self.add_query_param('Tag.' + str(i + 1) + '.Key' , Tags[i].get('Key')) - - - def get_ResourceId(self): - return self.get_query_params().get('ResourceId') - - def set_ResourceId(self,ResourceId): - self.add_query_param('ResourceId',ResourceId) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_ResourceType(self): - return self.get_query_params().get('ResourceType') - - def set_ResourceType(self,ResourceType): - self.add_query_param('ResourceType',ResourceType) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AllocateDedicatedHostsRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AllocateDedicatedHostsRequest.py index 0e08a27380..747f58e929 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AllocateDedicatedHostsRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AllocateDedicatedHostsRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,17 @@ # under the License. from aliyunsdkcore.request import RpcRequest +from aliyunsdkecs.endpoint import endpoint_data + class AllocateDedicatedHostsRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'AllocateDedicatedHosts') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'AllocateDedicatedHosts','ecs') + if hasattr(self, "endpoint_map"): + setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) + if hasattr(self, "endpoint_regional"): + setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) + def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AllocateEipAddressRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AllocateEipAddressRequest.py index 9c1611ff48..b6fb6ca5b7 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AllocateEipAddressRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AllocateEipAddressRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,17 @@ # under the License. from aliyunsdkcore.request import RpcRequest +from aliyunsdkecs.endpoint import endpoint_data + class AllocateEipAddressRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'AllocateEipAddress') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'AllocateEipAddress','ecs') + if hasattr(self, "endpoint_map"): + setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) + if hasattr(self, "endpoint_regional"): + setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) + def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -65,6 +72,12 @@ def get_OwnerId(self): def set_OwnerId(self,OwnerId): self.add_query_param('OwnerId',OwnerId) + def get_ActivityId(self): + return self.get_query_params().get('ActivityId') + + def set_ActivityId(self,ActivityId): + self.add_query_param('ActivityId',ActivityId) + def get_InternetChargeType(self): return self.get_query_params().get('InternetChargeType') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AllocatePublicIpAddressRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AllocatePublicIpAddressRequest.py index 882c1e3dc4..9ebec14a32 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AllocatePublicIpAddressRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AllocatePublicIpAddressRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,17 @@ # under the License. from aliyunsdkcore.request import RpcRequest +from aliyunsdkecs.endpoint import endpoint_data + class AllocatePublicIpAddressRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'AllocatePublicIpAddress') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'AllocatePublicIpAddress','ecs') + if hasattr(self, "endpoint_map"): + setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) + if hasattr(self, "endpoint_regional"): + setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) + def get_IpAddress(self): return self.get_query_params().get('IpAddress') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AllocatePublicIpAddress_GatedLaunchRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AllocatePublicIpAddress_GatedLaunchRequest.py deleted file mode 100644 index 426d64e05e..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AllocatePublicIpAddress_GatedLaunchRequest.py +++ /dev/null @@ -1,66 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest -class AllocatePublicIpAddress_GatedLaunchRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'AllocatePublicIpAddress_GatedLaunch','ecs') - - def get_IpAddress(self): - return self.get_query_params().get('IpAddress') - - def set_IpAddress(self,IpAddress): - self.add_query_param('IpAddress',IpAddress) - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_VlanId(self): - return self.get_query_params().get('VlanId') - - def set_VlanId(self,VlanId): - self.add_query_param('VlanId',VlanId) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_InstanceId(self): - return self.get_query_params().get('InstanceId') - - def set_InstanceId(self,InstanceId): - self.add_query_param('InstanceId',InstanceId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ApplyAutoSnapshotPolicyRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ApplyAutoSnapshotPolicyRequest.py index feb169e592..7f7383bb5b 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ApplyAutoSnapshotPolicyRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ApplyAutoSnapshotPolicyRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,17 @@ # under the License. from aliyunsdkcore.request import RpcRequest +from aliyunsdkecs.endpoint import endpoint_data + class ApplyAutoSnapshotPolicyRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ApplyAutoSnapshotPolicy') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ApplyAutoSnapshotPolicy','ecs') + if hasattr(self, "endpoint_map"): + setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) + if hasattr(self, "endpoint_regional"): + setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) + def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ApplyAutoSnapshotPolicy_GatedLaunchRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ApplyAutoSnapshotPolicy_GatedLaunchRequest.py deleted file mode 100644 index fe56d2cbb4..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ApplyAutoSnapshotPolicy_GatedLaunchRequest.py +++ /dev/null @@ -1,54 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest -class ApplyAutoSnapshotPolicy_GatedLaunchRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ApplyAutoSnapshotPolicy_GatedLaunch','ecs') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_autoSnapshotPolicyId(self): - return self.get_query_params().get('autoSnapshotPolicyId') - - def set_autoSnapshotPolicyId(self,autoSnapshotPolicyId): - self.add_query_param('autoSnapshotPolicyId',autoSnapshotPolicyId) - - def get_diskIds(self): - return self.get_query_params().get('diskIds') - - def set_diskIds(self,diskIds): - self.add_query_param('diskIds',diskIds) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AssignIpv6AddressesRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AssignIpv6AddressesRequest.py index 700541d632..56e3eb7635 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AssignIpv6AddressesRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AssignIpv6AddressesRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,17 @@ # under the License. from aliyunsdkcore.request import RpcRequest +from aliyunsdkecs.endpoint import endpoint_data + class AssignIpv6AddressesRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'AssignIpv6Addresses') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'AssignIpv6Addresses','ecs') + if hasattr(self, "endpoint_map"): + setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) + if hasattr(self, "endpoint_regional"): + setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) + def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AssignPrivateIpAddressesRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AssignPrivateIpAddressesRequest.py index ba0dc1f1fa..42f4603a37 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AssignPrivateIpAddressesRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AssignPrivateIpAddressesRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,17 @@ # under the License. from aliyunsdkcore.request import RpcRequest +from aliyunsdkecs.endpoint import endpoint_data + class AssignPrivateIpAddressesRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'AssignPrivateIpAddresses') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'AssignPrivateIpAddresses','ecs') + if hasattr(self, "endpoint_map"): + setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) + if hasattr(self, "endpoint_regional"): + setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) + def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AssociateEipAddressRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AssociateEipAddressRequest.py index 147322b66b..eaa25a2cfa 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AssociateEipAddressRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AssociateEipAddressRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,17 @@ # under the License. from aliyunsdkcore.request import RpcRequest +from aliyunsdkecs.endpoint import endpoint_data + class AssociateEipAddressRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'AssociateEipAddress') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'AssociateEipAddress','ecs') + if hasattr(self, "endpoint_map"): + setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) + if hasattr(self, "endpoint_regional"): + setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) + def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AssociateHaVipRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AssociateHaVipRequest.py index 479273c628..af23f1778e 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AssociateHaVipRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AssociateHaVipRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,17 @@ # under the License. from aliyunsdkcore.request import RpcRequest +from aliyunsdkecs.endpoint import endpoint_data + class AssociateHaVipRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'AssociateHaVip') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'AssociateHaVip','ecs') + if hasattr(self, "endpoint_map"): + setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) + if hasattr(self, "endpoint_regional"): + setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) + def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AttachClassicLinkVpcRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AttachClassicLinkVpcRequest.py index 83ca938f33..7ae364a3ed 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AttachClassicLinkVpcRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AttachClassicLinkVpcRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,17 @@ # under the License. from aliyunsdkcore.request import RpcRequest +from aliyunsdkecs.endpoint import endpoint_data + class AttachClassicLinkVpcRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'AttachClassicLinkVpc') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'AttachClassicLinkVpc','ecs') + if hasattr(self, "endpoint_map"): + setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) + if hasattr(self, "endpoint_regional"): + setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) + def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AttachDiskRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AttachDiskRequest.py index 3ff0ecccee..1e1405e5fa 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AttachDiskRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AttachDiskRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,17 @@ # under the License. from aliyunsdkcore.request import RpcRequest +from aliyunsdkecs.endpoint import endpoint_data + class AttachDiskRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'AttachDisk') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'AttachDisk','ecs') + if hasattr(self, "endpoint_map"): + setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) + if hasattr(self, "endpoint_regional"): + setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) + def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AttachDisk_GatedLaunchRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AttachDisk_GatedLaunchRequest.py deleted file mode 100644 index b648dc6019..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AttachDisk_GatedLaunchRequest.py +++ /dev/null @@ -1,72 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest -class AttachDisk_GatedLaunchRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'AttachDisk_GatedLaunch','ecs') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_DiskId(self): - return self.get_query_params().get('DiskId') - - def set_DiskId(self,DiskId): - self.add_query_param('DiskId',DiskId) - - def get_DeleteWithInstance(self): - return self.get_query_params().get('DeleteWithInstance') - - def set_DeleteWithInstance(self,DeleteWithInstance): - self.add_query_param('DeleteWithInstance',DeleteWithInstance) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_InstanceId(self): - return self.get_query_params().get('InstanceId') - - def set_InstanceId(self,InstanceId): - self.add_query_param('InstanceId',InstanceId) - - def get_Device(self): - return self.get_query_params().get('Device') - - def set_Device(self,Device): - self.add_query_param('Device',Device) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AttachInstanceRamRoleRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AttachInstanceRamRoleRequest.py index 413d219d98..aa7f32c6e8 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AttachInstanceRamRoleRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AttachInstanceRamRoleRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,17 @@ # under the License. from aliyunsdkcore.request import RpcRequest +from aliyunsdkecs.endpoint import endpoint_data + class AttachInstanceRamRoleRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'AttachInstanceRamRole') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'AttachInstanceRamRole','ecs') + if hasattr(self, "endpoint_map"): + setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) + if hasattr(self, "endpoint_regional"): + setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) + def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AttachKeyPairRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AttachKeyPairRequest.py index 4119640d7a..26ddc14f8e 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AttachKeyPairRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AttachKeyPairRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,17 @@ # under the License. from aliyunsdkcore.request import RpcRequest +from aliyunsdkecs.endpoint import endpoint_data + class AttachKeyPairRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'AttachKeyPair') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'AttachKeyPair','ecs') + if hasattr(self, "endpoint_map"): + setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) + if hasattr(self, "endpoint_regional"): + setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) + def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AttachNetworkInterfaceRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AttachNetworkInterfaceRequest.py index 6afd14eac5..56eb8bac5f 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AttachNetworkInterfaceRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AttachNetworkInterfaceRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,17 @@ # under the License. from aliyunsdkcore.request import RpcRequest +from aliyunsdkecs.endpoint import endpoint_data + class AttachNetworkInterfaceRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'AttachNetworkInterface') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'AttachNetworkInterface','ecs') + if hasattr(self, "endpoint_map"): + setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) + if hasattr(self, "endpoint_regional"): + setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) + def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AttachVolumeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AttachVolumeRequest.py deleted file mode 100644 index cee5d7865d..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AttachVolumeRequest.py +++ /dev/null @@ -1,60 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest -class AttachVolumeRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'AttachVolume') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_InstanceId(self): - return self.get_query_params().get('InstanceId') - - def set_InstanceId(self,InstanceId): - self.add_query_param('InstanceId',InstanceId) - - def get_VolumeId(self): - return self.get_query_params().get('VolumeId') - - def set_VolumeId(self,VolumeId): - self.add_query_param('VolumeId',VolumeId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AttachVolume_GatedLaunchRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AttachVolume_GatedLaunchRequest.py deleted file mode 100644 index 50d7502f57..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AttachVolume_GatedLaunchRequest.py +++ /dev/null @@ -1,60 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest -class AttachVolume_GatedLaunchRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'AttachVolume_GatedLaunch','ecs') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_InstanceId(self): - return self.get_query_params().get('InstanceId') - - def set_InstanceId(self,InstanceId): - self.add_query_param('InstanceId',InstanceId) - - def get_VolumeId(self): - return self.get_query_params().get('VolumeId') - - def set_VolumeId(self,VolumeId): - self.add_query_param('VolumeId',VolumeId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AuthorizeSecurityGroupEgressRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AuthorizeSecurityGroupEgressRequest.py index 37f8798977..2295a61ec1 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AuthorizeSecurityGroupEgressRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AuthorizeSecurityGroupEgressRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,17 @@ # under the License. from aliyunsdkcore.request import RpcRequest +from aliyunsdkecs.endpoint import endpoint_data + class AuthorizeSecurityGroupEgressRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'AuthorizeSecurityGroupEgress') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'AuthorizeSecurityGroupEgress','ecs') + if hasattr(self, "endpoint_map"): + setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) + if hasattr(self, "endpoint_regional"): + setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) + def get_NicType(self): return self.get_query_params().get('NicType') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AuthorizeSecurityGroupEgress_GatedLaunchRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AuthorizeSecurityGroupEgress_GatedLaunchRequest.py deleted file mode 100644 index bcbe24fba5..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AuthorizeSecurityGroupEgress_GatedLaunchRequest.py +++ /dev/null @@ -1,114 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest -class AuthorizeSecurityGroupEgress_GatedLaunchRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'AuthorizeSecurityGroupEgress_GatedLaunch','ecs') - - def get_NicType(self): - return self.get_query_params().get('NicType') - - def set_NicType(self,NicType): - self.add_query_param('NicType',NicType) - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_ClientToken(self): - return self.get_query_params().get('ClientToken') - - def set_ClientToken(self,ClientToken): - self.add_query_param('ClientToken',ClientToken) - - def get_SecurityGroupId(self): - return self.get_query_params().get('SecurityGroupId') - - def set_SecurityGroupId(self,SecurityGroupId): - self.add_query_param('SecurityGroupId',SecurityGroupId) - - def get_Policy(self): - return self.get_query_params().get('Policy') - - def set_Policy(self,Policy): - self.add_query_param('Policy',Policy) - - def get_PortRange(self): - return self.get_query_params().get('PortRange') - - def set_PortRange(self,PortRange): - self.add_query_param('PortRange',PortRange) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_IpProtocol(self): - return self.get_query_params().get('IpProtocol') - - def set_IpProtocol(self,IpProtocol): - self.add_query_param('IpProtocol',IpProtocol) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_DestGroupId(self): - return self.get_query_params().get('DestGroupId') - - def set_DestGroupId(self,DestGroupId): - self.add_query_param('DestGroupId',DestGroupId) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_DestGroupOwnerAccount(self): - return self.get_query_params().get('DestGroupOwnerAccount') - - def set_DestGroupOwnerAccount(self,DestGroupOwnerAccount): - self.add_query_param('DestGroupOwnerAccount',DestGroupOwnerAccount) - - def get_Priority(self): - return self.get_query_params().get('Priority') - - def set_Priority(self,Priority): - self.add_query_param('Priority',Priority) - - def get_DestCidrIp(self): - return self.get_query_params().get('DestCidrIp') - - def set_DestCidrIp(self,DestCidrIp): - self.add_query_param('DestCidrIp',DestCidrIp) - - def get_DestGroupOwnerId(self): - return self.get_query_params().get('DestGroupOwnerId') - - def set_DestGroupOwnerId(self,DestGroupOwnerId): - self.add_query_param('DestGroupOwnerId',DestGroupOwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AuthorizeSecurityGroupRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AuthorizeSecurityGroupRequest.py index 9e4a1d72e0..eebafe2980 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AuthorizeSecurityGroupRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AuthorizeSecurityGroupRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,17 @@ # under the License. from aliyunsdkcore.request import RpcRequest +from aliyunsdkecs.endpoint import endpoint_data + class AuthorizeSecurityGroupRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'AuthorizeSecurityGroup') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'AuthorizeSecurityGroup','ecs') + if hasattr(self, "endpoint_map"): + setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) + if hasattr(self, "endpoint_regional"): + setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) + def get_NicType(self): return self.get_query_params().get('NicType') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AuthorizeSecurityGroup_GatedLaunchRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AuthorizeSecurityGroup_GatedLaunchRequest.py deleted file mode 100644 index 7555fc05ec..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AuthorizeSecurityGroup_GatedLaunchRequest.py +++ /dev/null @@ -1,114 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest -class AuthorizeSecurityGroup_GatedLaunchRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'AuthorizeSecurityGroup_GatedLaunch','ecs') - - def get_NicType(self): - return self.get_query_params().get('NicType') - - def set_NicType(self,NicType): - self.add_query_param('NicType',NicType) - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_ClientToken(self): - return self.get_query_params().get('ClientToken') - - def set_ClientToken(self,ClientToken): - self.add_query_param('ClientToken',ClientToken) - - def get_SecurityGroupId(self): - return self.get_query_params().get('SecurityGroupId') - - def set_SecurityGroupId(self,SecurityGroupId): - self.add_query_param('SecurityGroupId',SecurityGroupId) - - def get_SourceGroupOwnerId(self): - return self.get_query_params().get('SourceGroupOwnerId') - - def set_SourceGroupOwnerId(self,SourceGroupOwnerId): - self.add_query_param('SourceGroupOwnerId',SourceGroupOwnerId) - - def get_SourceGroupOwnerAccount(self): - return self.get_query_params().get('SourceGroupOwnerAccount') - - def set_SourceGroupOwnerAccount(self,SourceGroupOwnerAccount): - self.add_query_param('SourceGroupOwnerAccount',SourceGroupOwnerAccount) - - def get_Policy(self): - return self.get_query_params().get('Policy') - - def set_Policy(self,Policy): - self.add_query_param('Policy',Policy) - - def get_PortRange(self): - return self.get_query_params().get('PortRange') - - def set_PortRange(self,PortRange): - self.add_query_param('PortRange',PortRange) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_IpProtocol(self): - return self.get_query_params().get('IpProtocol') - - def set_IpProtocol(self,IpProtocol): - self.add_query_param('IpProtocol',IpProtocol) - - def get_SourceCidrIp(self): - return self.get_query_params().get('SourceCidrIp') - - def set_SourceCidrIp(self,SourceCidrIp): - self.add_query_param('SourceCidrIp',SourceCidrIp) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_Priority(self): - return self.get_query_params().get('Priority') - - def set_Priority(self,Priority): - self.add_query_param('Priority',Priority) - - def get_SourceGroupId(self): - return self.get_query_params().get('SourceGroupId') - - def set_SourceGroupId(self,SourceGroupId): - self.add_query_param('SourceGroupId',SourceGroupId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/BindIpRangeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/BindIpRangeRequest.py deleted file mode 100644 index 23b1cdef81..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/BindIpRangeRequest.py +++ /dev/null @@ -1,60 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest -class BindIpRangeRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'BindIpRange') - - def get_IpAddress(self): - return self.get_query_params().get('IpAddress') - - def set_IpAddress(self,IpAddress): - self.add_query_param('IpAddress',IpAddress) - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_InstanceId(self): - return self.get_query_params().get('InstanceId') - - def set_InstanceId(self,InstanceId): - self.add_query_param('InstanceId',InstanceId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/BindIpRange_GatedLaunchRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/BindIpRange_GatedLaunchRequest.py deleted file mode 100644 index 9a89531127..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/BindIpRange_GatedLaunchRequest.py +++ /dev/null @@ -1,60 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest -class BindIpRange_GatedLaunchRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'BindIpRange_GatedLaunch','ecs') - - def get_IpAddress(self): - return self.get_query_params().get('IpAddress') - - def set_IpAddress(self,IpAddress): - self.add_query_param('IpAddress',IpAddress) - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_InstanceId(self): - return self.get_query_params().get('InstanceId') - - def set_InstanceId(self,InstanceId): - self.add_query_param('InstanceId',InstanceId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CancelAgreementRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CancelAgreementRequest.py deleted file mode 100644 index 28e2f86701..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CancelAgreementRequest.py +++ /dev/null @@ -1,54 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest -class CancelAgreementRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CancelAgreement') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_AgreementType(self): - return self.get_query_params().get('AgreementType') - - def set_AgreementType(self,AgreementType): - self.add_query_param('AgreementType',AgreementType) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CancelAutoSnapshotPolicyRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CancelAutoSnapshotPolicyRequest.py index 691ee67a56..36e5ea65de 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CancelAutoSnapshotPolicyRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CancelAutoSnapshotPolicyRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,17 @@ # under the License. from aliyunsdkcore.request import RpcRequest +from aliyunsdkecs.endpoint import endpoint_data + class CancelAutoSnapshotPolicyRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CancelAutoSnapshotPolicy') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CancelAutoSnapshotPolicy','ecs') + if hasattr(self, "endpoint_map"): + setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) + if hasattr(self, "endpoint_regional"): + setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) + def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CancelAutoSnapshotPolicy_GatedLaunchRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CancelAutoSnapshotPolicy_GatedLaunchRequest.py deleted file mode 100644 index f6074bbc6f..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CancelAutoSnapshotPolicy_GatedLaunchRequest.py +++ /dev/null @@ -1,48 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest -class CancelAutoSnapshotPolicy_GatedLaunchRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CancelAutoSnapshotPolicy_GatedLaunch','ecs') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_diskIds(self): - return self.get_query_params().get('diskIds') - - def set_diskIds(self,diskIds): - self.add_query_param('diskIds',diskIds) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CancelCopyImageRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CancelCopyImageRequest.py index 352106816f..798f40b62b 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CancelCopyImageRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CancelCopyImageRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,17 @@ # under the License. from aliyunsdkcore.request import RpcRequest +from aliyunsdkecs.endpoint import endpoint_data + class CancelCopyImageRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CancelCopyImage') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CancelCopyImage','ecs') + if hasattr(self, "endpoint_map"): + setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) + if hasattr(self, "endpoint_regional"): + setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) + def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CancelCopyImage_GatedLaunchRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CancelCopyImage_GatedLaunchRequest.py deleted file mode 100644 index 6e5e000fc2..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CancelCopyImage_GatedLaunchRequest.py +++ /dev/null @@ -1,54 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest -class CancelCopyImage_GatedLaunchRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CancelCopyImage_GatedLaunch','ecs') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_ImageId(self): - return self.get_query_params().get('ImageId') - - def set_ImageId(self,ImageId): - self.add_query_param('ImageId',ImageId) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CancelPhysicalConnectionRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CancelPhysicalConnectionRequest.py index 8e425cc352..a121c4035b 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CancelPhysicalConnectionRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CancelPhysicalConnectionRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,17 @@ # under the License. from aliyunsdkcore.request import RpcRequest +from aliyunsdkecs.endpoint import endpoint_data + class CancelPhysicalConnectionRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CancelPhysicalConnection') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CancelPhysicalConnection','ecs') + if hasattr(self, "endpoint_map"): + setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) + if hasattr(self, "endpoint_regional"): + setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) + def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CancelSimulatedSystemEventsRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CancelSimulatedSystemEventsRequest.py index 09c1a8b420..c03cc2f2ef 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CancelSimulatedSystemEventsRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CancelSimulatedSystemEventsRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,17 @@ # under the License. from aliyunsdkcore.request import RpcRequest +from aliyunsdkecs.endpoint import endpoint_data + class CancelSimulatedSystemEventsRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CancelSimulatedSystemEvents') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CancelSimulatedSystemEvents','ecs') + if hasattr(self, "endpoint_map"): + setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) + if hasattr(self, "endpoint_regional"): + setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) + def get_EventIds(self): return self.get_query_params().get('EventIds') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CancelTaskRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CancelTaskRequest.py index bc78b7dcad..9c0a7d16be 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CancelTaskRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CancelTaskRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,17 @@ # under the License. from aliyunsdkcore.request import RpcRequest +from aliyunsdkecs.endpoint import endpoint_data + class CancelTaskRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CancelTask') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CancelTask','ecs') + if hasattr(self, "endpoint_map"): + setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) + if hasattr(self, "endpoint_regional"): + setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) + def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CancelTask_GatedLaunchRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CancelTask_GatedLaunchRequest.py deleted file mode 100644 index ddf35c616d..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CancelTask_GatedLaunchRequest.py +++ /dev/null @@ -1,48 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest -class CancelTask_GatedLaunchRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CancelTask_GatedLaunch','ecs') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_TaskId(self): - return self.get_query_params().get('TaskId') - - def set_TaskId(self,TaskId): - self.add_query_param('TaskId',TaskId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CancelUserEventRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CancelUserEventRequest.py deleted file mode 100644 index d85272aa52..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CancelUserEventRequest.py +++ /dev/null @@ -1,54 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest -class CancelUserEventRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CancelUserEvent') - - def get_EventId(self): - return self.get_query_params().get('EventId') - - def set_EventId(self,EventId): - self.add_query_param('EventId',EventId) - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_ResourceId(self): - return self.get_query_params().get('ResourceId') - - def set_ResourceId(self,ResourceId): - self.add_query_param('ResourceId',ResourceId) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CheckAutoSnapshotPolicyRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CheckAutoSnapshotPolicyRequest.py deleted file mode 100644 index 01686dbf67..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CheckAutoSnapshotPolicyRequest.py +++ /dev/null @@ -1,96 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest -class CheckAutoSnapshotPolicyRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CheckAutoSnapshotPolicy') - - def get_DataDiskPolicyEnabled(self): - return self.get_query_params().get('DataDiskPolicyEnabled') - - def set_DataDiskPolicyEnabled(self,DataDiskPolicyEnabled): - self.add_query_param('DataDiskPolicyEnabled',DataDiskPolicyEnabled) - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_DataDiskPolicyRetentionDays(self): - return self.get_query_params().get('DataDiskPolicyRetentionDays') - - def set_DataDiskPolicyRetentionDays(self,DataDiskPolicyRetentionDays): - self.add_query_param('DataDiskPolicyRetentionDays',DataDiskPolicyRetentionDays) - - def get_SystemDiskPolicyRetentionLastWeek(self): - return self.get_query_params().get('SystemDiskPolicyRetentionLastWeek') - - def set_SystemDiskPolicyRetentionLastWeek(self,SystemDiskPolicyRetentionLastWeek): - self.add_query_param('SystemDiskPolicyRetentionLastWeek',SystemDiskPolicyRetentionLastWeek) - - def get_SystemDiskPolicyRetentionDays(self): - return self.get_query_params().get('SystemDiskPolicyRetentionDays') - - def set_SystemDiskPolicyRetentionDays(self,SystemDiskPolicyRetentionDays): - self.add_query_param('SystemDiskPolicyRetentionDays',SystemDiskPolicyRetentionDays) - - def get_DataDiskPolicyTimePeriod(self): - return self.get_query_params().get('DataDiskPolicyTimePeriod') - - def set_DataDiskPolicyTimePeriod(self,DataDiskPolicyTimePeriod): - self.add_query_param('DataDiskPolicyTimePeriod',DataDiskPolicyTimePeriod) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_SystemDiskPolicyTimePeriod(self): - return self.get_query_params().get('SystemDiskPolicyTimePeriod') - - def set_SystemDiskPolicyTimePeriod(self,SystemDiskPolicyTimePeriod): - self.add_query_param('SystemDiskPolicyTimePeriod',SystemDiskPolicyTimePeriod) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_DataDiskPolicyRetentionLastWeek(self): - return self.get_query_params().get('DataDiskPolicyRetentionLastWeek') - - def set_DataDiskPolicyRetentionLastWeek(self,DataDiskPolicyRetentionLastWeek): - self.add_query_param('DataDiskPolicyRetentionLastWeek',DataDiskPolicyRetentionLastWeek) - - def get_SystemDiskPolicyEnabled(self): - return self.get_query_params().get('SystemDiskPolicyEnabled') - - def set_SystemDiskPolicyEnabled(self,SystemDiskPolicyEnabled): - self.add_query_param('SystemDiskPolicyEnabled',SystemDiskPolicyEnabled) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CheckAutoSnapshotPolicy_GatedLaunchRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CheckAutoSnapshotPolicy_GatedLaunchRequest.py deleted file mode 100644 index fc1a36e742..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CheckAutoSnapshotPolicy_GatedLaunchRequest.py +++ /dev/null @@ -1,96 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest -class CheckAutoSnapshotPolicy_GatedLaunchRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CheckAutoSnapshotPolicy_GatedLaunch','ecs') - - def get_DataDiskPolicyEnabled(self): - return self.get_query_params().get('DataDiskPolicyEnabled') - - def set_DataDiskPolicyEnabled(self,DataDiskPolicyEnabled): - self.add_query_param('DataDiskPolicyEnabled',DataDiskPolicyEnabled) - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_DataDiskPolicyRetentionDays(self): - return self.get_query_params().get('DataDiskPolicyRetentionDays') - - def set_DataDiskPolicyRetentionDays(self,DataDiskPolicyRetentionDays): - self.add_query_param('DataDiskPolicyRetentionDays',DataDiskPolicyRetentionDays) - - def get_SystemDiskPolicyRetentionLastWeek(self): - return self.get_query_params().get('SystemDiskPolicyRetentionLastWeek') - - def set_SystemDiskPolicyRetentionLastWeek(self,SystemDiskPolicyRetentionLastWeek): - self.add_query_param('SystemDiskPolicyRetentionLastWeek',SystemDiskPolicyRetentionLastWeek) - - def get_SystemDiskPolicyRetentionDays(self): - return self.get_query_params().get('SystemDiskPolicyRetentionDays') - - def set_SystemDiskPolicyRetentionDays(self,SystemDiskPolicyRetentionDays): - self.add_query_param('SystemDiskPolicyRetentionDays',SystemDiskPolicyRetentionDays) - - def get_DataDiskPolicyTimePeriod(self): - return self.get_query_params().get('DataDiskPolicyTimePeriod') - - def set_DataDiskPolicyTimePeriod(self,DataDiskPolicyTimePeriod): - self.add_query_param('DataDiskPolicyTimePeriod',DataDiskPolicyTimePeriod) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_SystemDiskPolicyTimePeriod(self): - return self.get_query_params().get('SystemDiskPolicyTimePeriod') - - def set_SystemDiskPolicyTimePeriod(self,SystemDiskPolicyTimePeriod): - self.add_query_param('SystemDiskPolicyTimePeriod',SystemDiskPolicyTimePeriod) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_DataDiskPolicyRetentionLastWeek(self): - return self.get_query_params().get('DataDiskPolicyRetentionLastWeek') - - def set_DataDiskPolicyRetentionLastWeek(self,DataDiskPolicyRetentionLastWeek): - self.add_query_param('DataDiskPolicyRetentionLastWeek',DataDiskPolicyRetentionLastWeek) - - def get_SystemDiskPolicyEnabled(self): - return self.get_query_params().get('SystemDiskPolicyEnabled') - - def set_SystemDiskPolicyEnabled(self,SystemDiskPolicyEnabled): - self.add_query_param('SystemDiskPolicyEnabled',SystemDiskPolicyEnabled) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CheckDiskEnableAutoSnapshotValidationRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CheckDiskEnableAutoSnapshotValidationRequest.py deleted file mode 100644 index c604b23445..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CheckDiskEnableAutoSnapshotValidationRequest.py +++ /dev/null @@ -1,54 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest -class CheckDiskEnableAutoSnapshotValidationRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CheckDiskEnableAutoSnapshotValidation') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_DiskIds(self): - return self.get_query_params().get('DiskIds') - - def set_DiskIds(self,DiskIds): - self.add_query_param('DiskIds',DiskIds) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CheckDiskEnableAutoSnapshotValidation_GatedLaunchRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CheckDiskEnableAutoSnapshotValidation_GatedLaunchRequest.py deleted file mode 100644 index d05a303eaa..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CheckDiskEnableAutoSnapshotValidation_GatedLaunchRequest.py +++ /dev/null @@ -1,54 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest -class CheckDiskEnableAutoSnapshotValidation_GatedLaunchRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CheckDiskEnableAutoSnapshotValidation_GatedLaunch','ecs') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_DiskIds(self): - return self.get_query_params().get('DiskIds') - - def set_DiskIds(self,DiskIds): - self.add_query_param('DiskIds',DiskIds) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ConnectRouterInterfaceRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ConnectRouterInterfaceRequest.py index 232384559f..cd6004921e 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ConnectRouterInterfaceRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ConnectRouterInterfaceRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,17 @@ # under the License. from aliyunsdkcore.request import RpcRequest +from aliyunsdkecs.endpoint import endpoint_data + class ConnectRouterInterfaceRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ConnectRouterInterface') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ConnectRouterInterface','ecs') + if hasattr(self, "endpoint_map"): + setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) + if hasattr(self, "endpoint_regional"): + setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) + def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ConvertNatPublicIpToEipRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ConvertNatPublicIpToEipRequest.py index ee790d3b09..1075a191dc 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ConvertNatPublicIpToEipRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ConvertNatPublicIpToEipRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,17 @@ # under the License. from aliyunsdkcore.request import RpcRequest +from aliyunsdkecs.endpoint import endpoint_data + class ConvertNatPublicIpToEipRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ConvertNatPublicIpToEip') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ConvertNatPublicIpToEip','ecs') + if hasattr(self, "endpoint_map"): + setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) + if hasattr(self, "endpoint_regional"): + setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) + def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CopyImageRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CopyImageRequest.py index 1235e81af3..d7f299e85d 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CopyImageRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CopyImageRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,17 @@ # under the License. from aliyunsdkcore.request import RpcRequest +from aliyunsdkecs.endpoint import endpoint_data + class CopyImageRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CopyImage') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CopyImage','ecs') + if hasattr(self, "endpoint_map"): + setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) + if hasattr(self, "endpoint_regional"): + setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) + def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CopyImage_GatedLaunchRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CopyImage_GatedLaunchRequest.py deleted file mode 100644 index 73b91f850a..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CopyImage_GatedLaunchRequest.py +++ /dev/null @@ -1,132 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest -class CopyImage_GatedLaunchRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CopyImage_GatedLaunch','ecs') - - def get_Tag4Value(self): - return self.get_query_params().get('Tag.4.Value') - - def set_Tag4Value(self,Tag4Value): - self.add_query_param('Tag.4.Value',Tag4Value) - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_ImageId(self): - return self.get_query_params().get('ImageId') - - def set_ImageId(self,ImageId): - self.add_query_param('ImageId',ImageId) - - def get_Tag2Key(self): - return self.get_query_params().get('Tag.2.Key') - - def set_Tag2Key(self,Tag2Key): - self.add_query_param('Tag.2.Key',Tag2Key) - - def get_DestinationRegionId(self): - return self.get_query_params().get('DestinationRegionId') - - def set_DestinationRegionId(self,DestinationRegionId): - self.add_query_param('DestinationRegionId',DestinationRegionId) - - def get_Tag3Key(self): - return self.get_query_params().get('Tag.3.Key') - - def set_Tag3Key(self,Tag3Key): - self.add_query_param('Tag.3.Key',Tag3Key) - - def get_Tag1Value(self): - return self.get_query_params().get('Tag.1.Value') - - def set_Tag1Value(self,Tag1Value): - self.add_query_param('Tag.1.Value',Tag1Value) - - def get_Tag3Value(self): - return self.get_query_params().get('Tag.3.Value') - - def set_Tag3Value(self,Tag3Value): - self.add_query_param('Tag.3.Value',Tag3Value) - - def get_Tag5Key(self): - return self.get_query_params().get('Tag.5.Key') - - def set_Tag5Key(self,Tag5Key): - self.add_query_param('Tag.5.Key',Tag5Key) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_DestinationImageName(self): - return self.get_query_params().get('DestinationImageName') - - def set_DestinationImageName(self,DestinationImageName): - self.add_query_param('DestinationImageName',DestinationImageName) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_Tag5Value(self): - return self.get_query_params().get('Tag.5.Value') - - def set_Tag5Value(self,Tag5Value): - self.add_query_param('Tag.5.Value',Tag5Value) - - def get_Tag1Key(self): - return self.get_query_params().get('Tag.1.Key') - - def set_Tag1Key(self,Tag1Key): - self.add_query_param('Tag.1.Key',Tag1Key) - - def get_Tag2Value(self): - return self.get_query_params().get('Tag.2.Value') - - def set_Tag2Value(self,Tag2Value): - self.add_query_param('Tag.2.Value',Tag2Value) - - def get_Tag4Key(self): - return self.get_query_params().get('Tag.4.Key') - - def set_Tag4Key(self,Tag4Key): - self.add_query_param('Tag.4.Key',Tag4Key) - - def get_DestinationDescription(self): - return self.get_query_params().get('DestinationDescription') - - def set_DestinationDescription(self,DestinationDescription): - self.add_query_param('DestinationDescription',DestinationDescription) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateAutoProvisioningGroupRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateAutoProvisioningGroupRequest.py new file mode 100644 index 0000000000..88014582d8 --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateAutoProvisioningGroupRequest.py @@ -0,0 +1,192 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +from aliyunsdkecs.endpoint import endpoint_data + +class CreateAutoProvisioningGroupRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateAutoProvisioningGroup','ecs') + if hasattr(self, "endpoint_map"): + setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) + if hasattr(self, "endpoint_regional"): + setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) + + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_AutoProvisioningGroupType(self): + return self.get_query_params().get('AutoProvisioningGroupType') + + def set_AutoProvisioningGroupType(self,AutoProvisioningGroupType): + self.add_query_param('AutoProvisioningGroupType',AutoProvisioningGroupType) + + def get_Description(self): + return self.get_query_params().get('Description') + + def set_Description(self,Description): + self.add_query_param('Description',Description) + + def get_TerminateInstancesWithExpiration(self): + return self.get_query_params().get('TerminateInstancesWithExpiration') + + def set_TerminateInstancesWithExpiration(self,TerminateInstancesWithExpiration): + self.add_query_param('TerminateInstancesWithExpiration',TerminateInstancesWithExpiration) + + def get_ResourceGroupId(self): + return self.get_query_params().get('ResourceGroupId') + + def set_ResourceGroupId(self,ResourceGroupId): + self.add_query_param('ResourceGroupId',ResourceGroupId) + + def get_SpotAllocationStrategy(self): + return self.get_query_params().get('SpotAllocationStrategy') + + def set_SpotAllocationStrategy(self,SpotAllocationStrategy): + self.add_query_param('SpotAllocationStrategy',SpotAllocationStrategy) + + def get_TerminateInstances(self): + return self.get_query_params().get('TerminateInstances') + + def set_TerminateInstances(self,TerminateInstances): + self.add_query_param('TerminateInstances',TerminateInstances) + + def get_PayAsYouGoAllocationStrategy(self): + return self.get_query_params().get('PayAsYouGoAllocationStrategy') + + def set_PayAsYouGoAllocationStrategy(self,PayAsYouGoAllocationStrategy): + self.add_query_param('PayAsYouGoAllocationStrategy',PayAsYouGoAllocationStrategy) + + def get_DefaultTargetCapacityType(self): + return self.get_query_params().get('DefaultTargetCapacityType') + + def set_DefaultTargetCapacityType(self,DefaultTargetCapacityType): + self.add_query_param('DefaultTargetCapacityType',DefaultTargetCapacityType) + + def get_ExcessCapacityTerminationPolicy(self): + return self.get_query_params().get('ExcessCapacityTerminationPolicy') + + def set_ExcessCapacityTerminationPolicy(self,ExcessCapacityTerminationPolicy): + self.add_query_param('ExcessCapacityTerminationPolicy',ExcessCapacityTerminationPolicy) + + def get_LaunchTemplateConfigs(self): + return self.get_query_params().get('LaunchTemplateConfigs') + + def set_LaunchTemplateConfigs(self,LaunchTemplateConfigs): + for i in range(len(LaunchTemplateConfigs)): + if LaunchTemplateConfigs[i].get('InstanceType') is not None: + self.add_query_param('LaunchTemplateConfig.' + str(i + 1) + '.InstanceType' , LaunchTemplateConfigs[i].get('InstanceType')) + if LaunchTemplateConfigs[i].get('MaxPrice') is not None: + self.add_query_param('LaunchTemplateConfig.' + str(i + 1) + '.MaxPrice' , LaunchTemplateConfigs[i].get('MaxPrice')) + if LaunchTemplateConfigs[i].get('VSwitchId') is not None: + self.add_query_param('LaunchTemplateConfig.' + str(i + 1) + '.VSwitchId' , LaunchTemplateConfigs[i].get('VSwitchId')) + if LaunchTemplateConfigs[i].get('WeightedCapacity') is not None: + self.add_query_param('LaunchTemplateConfig.' + str(i + 1) + '.WeightedCapacity' , LaunchTemplateConfigs[i].get('WeightedCapacity')) + if LaunchTemplateConfigs[i].get('Priority') is not None: + self.add_query_param('LaunchTemplateConfig.' + str(i + 1) + '.Priority' , LaunchTemplateConfigs[i].get('Priority')) + + + def get_ValidUntil(self): + return self.get_query_params().get('ValidUntil') + + def set_ValidUntil(self,ValidUntil): + self.add_query_param('ValidUntil',ValidUntil) + + def get_SpotInstanceInterruptionBehavior(self): + return self.get_query_params().get('SpotInstanceInterruptionBehavior') + + def set_SpotInstanceInterruptionBehavior(self,SpotInstanceInterruptionBehavior): + self.add_query_param('SpotInstanceInterruptionBehavior',SpotInstanceInterruptionBehavior) + + def get_LaunchTemplateId(self): + return self.get_query_params().get('LaunchTemplateId') + + def set_LaunchTemplateId(self,LaunchTemplateId): + self.add_query_param('LaunchTemplateId',LaunchTemplateId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_SpotInstancePoolsToUseCount(self): + return self.get_query_params().get('SpotInstancePoolsToUseCount') + + def set_SpotInstancePoolsToUseCount(self,SpotInstancePoolsToUseCount): + self.add_query_param('SpotInstancePoolsToUseCount',SpotInstancePoolsToUseCount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_LaunchTemplateVersion(self): + return self.get_query_params().get('LaunchTemplateVersion') + + def set_LaunchTemplateVersion(self,LaunchTemplateVersion): + self.add_query_param('LaunchTemplateVersion',LaunchTemplateVersion) + + def get_PayAsYouGoTargetCapacity(self): + return self.get_query_params().get('PayAsYouGoTargetCapacity') + + def set_PayAsYouGoTargetCapacity(self,PayAsYouGoTargetCapacity): + self.add_query_param('PayAsYouGoTargetCapacity',PayAsYouGoTargetCapacity) + + def get_TotalTargetCapacity(self): + return self.get_query_params().get('TotalTargetCapacity') + + def set_TotalTargetCapacity(self,TotalTargetCapacity): + self.add_query_param('TotalTargetCapacity',TotalTargetCapacity) + + def get_SpotTargetCapacity(self): + return self.get_query_params().get('SpotTargetCapacity') + + def set_SpotTargetCapacity(self,SpotTargetCapacity): + self.add_query_param('SpotTargetCapacity',SpotTargetCapacity) + + def get_ValidFrom(self): + return self.get_query_params().get('ValidFrom') + + def set_ValidFrom(self,ValidFrom): + self.add_query_param('ValidFrom',ValidFrom) + + def get_AutoProvisioningGroupName(self): + return self.get_query_params().get('AutoProvisioningGroupName') + + def set_AutoProvisioningGroupName(self,AutoProvisioningGroupName): + self.add_query_param('AutoProvisioningGroupName',AutoProvisioningGroupName) + + def get_MaxSpotPrice(self): + return self.get_query_params().get('MaxSpotPrice') + + def set_MaxSpotPrice(self,MaxSpotPrice): + self.add_query_param('MaxSpotPrice',MaxSpotPrice) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateAutoSnapshotPolicyRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateAutoSnapshotPolicyRequest.py index a0655eb994..278b17be40 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateAutoSnapshotPolicyRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateAutoSnapshotPolicyRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,17 @@ # under the License. from aliyunsdkcore.request import RpcRequest +from aliyunsdkecs.endpoint import endpoint_data + class CreateAutoSnapshotPolicyRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateAutoSnapshotPolicy') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateAutoSnapshotPolicy','ecs') + if hasattr(self, "endpoint_map"): + setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) + if hasattr(self, "endpoint_regional"): + setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) + def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateAutoSnapshotPolicy_GatedLaunchRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateAutoSnapshotPolicy_GatedLaunchRequest.py deleted file mode 100644 index 6767bf7e4b..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateAutoSnapshotPolicy_GatedLaunchRequest.py +++ /dev/null @@ -1,66 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest -class CreateAutoSnapshotPolicy_GatedLaunchRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateAutoSnapshotPolicy_GatedLaunch','ecs') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_timePoints(self): - return self.get_query_params().get('timePoints') - - def set_timePoints(self,timePoints): - self.add_query_param('timePoints',timePoints) - - def get_repeatWeekdays(self): - return self.get_query_params().get('repeatWeekdays') - - def set_repeatWeekdays(self,repeatWeekdays): - self.add_query_param('repeatWeekdays',repeatWeekdays) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_autoSnapshotPolicyName(self): - return self.get_query_params().get('autoSnapshotPolicyName') - - def set_autoSnapshotPolicyName(self,autoSnapshotPolicyName): - self.add_query_param('autoSnapshotPolicyName',autoSnapshotPolicyName) - - def get_retentionDays(self): - return self.get_query_params().get('retentionDays') - - def set_retentionDays(self,retentionDays): - self.add_query_param('retentionDays',retentionDays) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateCommandRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateCommandRequest.py index 6729c33f26..697061348f 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateCommandRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateCommandRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,17 @@ # under the License. from aliyunsdkcore.request import RpcRequest +from aliyunsdkecs.endpoint import endpoint_data + class CreateCommandRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateCommand') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateCommand','ecs') + if hasattr(self, "endpoint_map"): + setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) + if hasattr(self, "endpoint_regional"): + setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) + def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateDeploymentSetRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateDeploymentSetRequest.py index ef6b19e9f4..374d15b7c9 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateDeploymentSetRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateDeploymentSetRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,17 @@ # under the License. from aliyunsdkcore.request import RpcRequest +from aliyunsdkecs.endpoint import endpoint_data + class CreateDeploymentSetRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateDeploymentSet') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateDeploymentSet','ecs') + if hasattr(self, "endpoint_map"): + setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) + if hasattr(self, "endpoint_regional"): + setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) + def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateDiskRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateDiskRequest.py index 36199a27c1..7d974e4c10 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateDiskRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateDiskRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,17 @@ # under the License. from aliyunsdkcore.request import RpcRequest +from aliyunsdkecs.endpoint import endpoint_data + class CreateDiskRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateDisk') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateDisk','ecs') + if hasattr(self, "endpoint_map"): + setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) + if hasattr(self, "endpoint_regional"): + setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) + def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -65,6 +72,12 @@ def get_DiskCategory(self): def set_DiskCategory(self,DiskCategory): self.add_query_param('DiskCategory',DiskCategory) + def get_StorageSetPartitionNumber(self): + return self.get_query_params().get('StorageSetPartitionNumber') + + def set_StorageSetPartitionNumber(self,StorageSetPartitionNumber): + self.add_query_param('StorageSetPartitionNumber',StorageSetPartitionNumber) + def get_Tags(self): return self.get_query_params().get('Tags') @@ -101,6 +114,12 @@ def get_ResourceOwnerAccount(self): def set_ResourceOwnerAccount(self,ResourceOwnerAccount): self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + def get_PerformanceLevel(self): + return self.get_query_params().get('PerformanceLevel') + + def set_PerformanceLevel(self,PerformanceLevel): + self.add_query_param('PerformanceLevel',PerformanceLevel) + def get_OwnerAccount(self): return self.get_query_params().get('OwnerAccount') @@ -119,6 +138,12 @@ def get_InstanceId(self): def set_InstanceId(self,InstanceId): self.add_query_param('InstanceId',InstanceId) + def get_StorageSetId(self): + return self.get_query_params().get('StorageSetId') + + def set_StorageSetId(self,StorageSetId): + self.add_query_param('StorageSetId',StorageSetId) + def get_Size(self): return self.get_query_params().get('Size') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateDisk_GatedLaunchRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateDisk_GatedLaunchRequest.py deleted file mode 100644 index 591114dd8e..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateDisk_GatedLaunchRequest.py +++ /dev/null @@ -1,101 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest -class CreateDisk_GatedLaunchRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateDisk_GatedLaunch','ecs') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_SnapshotId(self): - return self.get_query_params().get('SnapshotId') - - def set_SnapshotId(self,SnapshotId): - self.add_query_param('SnapshotId',SnapshotId) - - def get_ClientToken(self): - return self.get_query_params().get('ClientToken') - - def set_ClientToken(self,ClientToken): - self.add_query_param('ClientToken',ClientToken) - - def get_Description(self): - return self.get_query_params().get('Description') - - def set_Description(self,Description): - self.add_query_param('Description',Description) - - def get_DiskName(self): - return self.get_query_params().get('DiskName') - - def set_DiskName(self,DiskName): - self.add_query_param('DiskName',DiskName) - - def get_DiskCategory(self): - return self.get_query_params().get('DiskCategory') - - def set_DiskCategory(self,DiskCategory): - self.add_query_param('DiskCategory',DiskCategory) - - def get_Tags(self): - return self.get_query_params().get('Tags') - - def set_Tags(self,Tags): - for i in range(len(Tags)): - if Tags[i].get('Value') is not None: - self.add_query_param('Tag.' + str(i + 1) + '.Value' , Tags[i].get('Value')) - if Tags[i].get('Key') is not None: - self.add_query_param('Tag.' + str(i + 1) + '.Key' , Tags[i].get('Key')) - - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_Size(self): - return self.get_query_params().get('Size') - - def set_Size(self,Size): - self.add_query_param('Size',Size) - - def get_ZoneId(self): - return self.get_query_params().get('ZoneId') - - def set_ZoneId(self,ZoneId): - self.add_query_param('ZoneId',ZoneId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateFleetRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateFleetRequest.py index e3a241ef82..db6b0381dd 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateFleetRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateFleetRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,17 @@ # under the License. from aliyunsdkcore.request import RpcRequest +from aliyunsdkecs.endpoint import endpoint_data + class CreateFleetRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateFleet') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateFleet','ecs') + if hasattr(self, "endpoint_map"): + setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) + if hasattr(self, "endpoint_regional"): + setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) + def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateForwardEntryRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateForwardEntryRequest.py index ea55b5cafc..712d49f45b 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateForwardEntryRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateForwardEntryRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,17 @@ # under the License. from aliyunsdkcore.request import RpcRequest +from aliyunsdkecs.endpoint import endpoint_data + class CreateForwardEntryRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateForwardEntry') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateForwardEntry','ecs') + if hasattr(self, "endpoint_map"): + setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) + if hasattr(self, "endpoint_regional"): + setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) + def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateHaVipRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateHaVipRequest.py index ce45e7ef5f..c78157a5a7 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateHaVipRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateHaVipRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,17 @@ # under the License. from aliyunsdkcore.request import RpcRequest +from aliyunsdkecs.endpoint import endpoint_data + class CreateHaVipRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateHaVip') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateHaVip','ecs') + if hasattr(self, "endpoint_map"): + setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) + if hasattr(self, "endpoint_regional"): + setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) + def get_IpAddress(self): return self.get_query_params().get('IpAddress') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateHpcClusterRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateHpcClusterRequest.py index 4141d58c5d..039c4d862f 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateHpcClusterRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateHpcClusterRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,17 @@ # under the License. from aliyunsdkcore.request import RpcRequest +from aliyunsdkecs.endpoint import endpoint_data + class CreateHpcClusterRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateHpcCluster') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateHpcCluster','ecs') + if hasattr(self, "endpoint_map"): + setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) + if hasattr(self, "endpoint_regional"): + setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) + def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateImageRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateImageRequest.py index d07cf438b4..1879a279d9 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateImageRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateImageRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,17 @@ # under the License. from aliyunsdkcore.request import RpcRequest +from aliyunsdkecs.endpoint import endpoint_data + class CreateImageRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateImage') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateImage','ecs') + if hasattr(self, "endpoint_map"): + setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) + if hasattr(self, "endpoint_regional"): + setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) + def get_DiskDeviceMappings(self): return self.get_query_params().get('DiskDeviceMappings') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateImage_GatedLaunchRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateImage_GatedLaunchRequest.py deleted file mode 100644 index e8f5540d00..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateImage_GatedLaunchRequest.py +++ /dev/null @@ -1,108 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest -class CreateImage_GatedLaunchRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateImage_GatedLaunch','ecs') - - def get_DiskDeviceMappings(self): - return self.get_query_params().get('DiskDeviceMappings') - - def set_DiskDeviceMappings(self,DiskDeviceMappings): - for i in range(len(DiskDeviceMappings)): - if DiskDeviceMappings[i].get('SnapshotId') is not None: - self.add_query_param('DiskDeviceMapping.' + str(i + 1) + '.SnapshotId' , DiskDeviceMappings[i].get('SnapshotId')) - if DiskDeviceMappings[i].get('Size') is not None: - self.add_query_param('DiskDeviceMapping.' + str(i + 1) + '.Size' , DiskDeviceMappings[i].get('Size')) - if DiskDeviceMappings[i].get('Device') is not None: - self.add_query_param('DiskDeviceMapping.' + str(i + 1) + '.Device' , DiskDeviceMappings[i].get('Device')) - - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_SnapshotId(self): - return self.get_query_params().get('SnapshotId') - - def set_SnapshotId(self,SnapshotId): - self.add_query_param('SnapshotId',SnapshotId) - - def get_ClientToken(self): - return self.get_query_params().get('ClientToken') - - def set_ClientToken(self,ClientToken): - self.add_query_param('ClientToken',ClientToken) - - def get_Description(self): - return self.get_query_params().get('Description') - - def set_Description(self,Description): - self.add_query_param('Description',Description) - - def get_ImageName(self): - return self.get_query_params().get('ImageName') - - def set_ImageName(self,ImageName): - self.add_query_param('ImageName',ImageName) - - def get_Tags(self): - return self.get_query_params().get('Tags') - - def set_Tags(self,Tags): - for i in range(len(Tags)): - if Tags[i].get('Value') is not None: - self.add_query_param('Tag.' + str(i + 1) + '.Value' , Tags[i].get('Value')) - if Tags[i].get('Key') is not None: - self.add_query_param('Tag.' + str(i + 1) + '.Key' , Tags[i].get('Key')) - - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_InstanceId(self): - return self.get_query_params().get('InstanceId') - - def set_InstanceId(self,InstanceId): - self.add_query_param('InstanceId',InstanceId) - - def get_ImageVersion(self): - return self.get_query_params().get('ImageVersion') - - def set_ImageVersion(self,ImageVersion): - self.add_query_param('ImageVersion',ImageVersion) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateInstanceRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateInstanceRequest.py index 8dbf67b010..89842a89f1 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateInstanceRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateInstanceRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,17 @@ # under the License. from aliyunsdkcore.request import RpcRequest +from aliyunsdkecs.endpoint import endpoint_data + class CreateInstanceRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateInstance') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateInstance','ecs') + if hasattr(self, "endpoint_map"): + setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) + if hasattr(self, "endpoint_regional"): + setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) + def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -77,6 +84,12 @@ def get_Password(self): def set_Password(self,Password): self.add_query_param('Password',Password) + def get_StorageSetPartitionNumber(self): + return self.get_query_params().get('StorageSetPartitionNumber') + + def set_StorageSetPartitionNumber(self,StorageSetPartitionNumber): + self.add_query_param('StorageSetPartitionNumber',StorageSetPartitionNumber) + def get_Tags(self): return self.get_query_params().get('Tags') @@ -250,6 +263,12 @@ def get_CapacityReservationId(self): def set_CapacityReservationId(self,CapacityReservationId): self.add_query_param('CapacityReservationId',CapacityReservationId) + def get_SystemDiskPerformanceLevel(self): + return self.get_query_params().get('SystemDisk.PerformanceLevel') + + def set_SystemDiskPerformanceLevel(self,SystemDiskPerformanceLevel): + self.add_query_param('SystemDisk.PerformanceLevel',SystemDiskPerformanceLevel) + def get_UserData(self): return self.get_query_params().get('UserData') @@ -347,6 +366,12 @@ def get_CreditSpecification(self): def set_CreditSpecification(self,CreditSpecification): self.add_query_param('CreditSpecification',CreditSpecification) + def get_SpotDuration(self): + return self.get_query_params().get('SpotDuration') + + def set_SpotDuration(self,SpotDuration): + self.add_query_param('SpotDuration',SpotDuration) + def get_DataDisks(self): return self.get_query_params().get('DataDisks') @@ -360,6 +385,8 @@ def set_DataDisks(self,DataDisks): self.add_query_param('DataDisk.' + str(i + 1) + '.Size' , DataDisks[i].get('Size')) if DataDisks[i].get('Encrypted') is not None: self.add_query_param('DataDisk.' + str(i + 1) + '.Encrypted' , DataDisks[i].get('Encrypted')) + if DataDisks[i].get('PerformanceLevel') is not None: + self.add_query_param('DataDisk.' + str(i + 1) + '.PerformanceLevel' , DataDisks[i].get('PerformanceLevel')) if DataDisks[i].get('Description') is not None: self.add_query_param('DataDisk.' + str(i + 1) + '.Description' , DataDisks[i].get('Description')) if DataDisks[i].get('Category') is not None: @@ -372,6 +399,12 @@ def set_DataDisks(self,DataDisks): self.add_query_param('DataDisk.' + str(i + 1) + '.DeleteWithInstance' , DataDisks[i].get('DeleteWithInstance')) + def get_StorageSetId(self): + return self.get_query_params().get('StorageSetId') + + def set_StorageSetId(self,StorageSetId): + self.add_query_param('StorageSetId',StorageSetId) + def get_SystemDiskSize(self): return self.get_query_params().get('SystemDisk.Size') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateInstance_GatedLaunchRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateInstance_GatedLaunchRequest.py deleted file mode 100644 index 5145e99cfe..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateInstance_GatedLaunchRequest.py +++ /dev/null @@ -1,401 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest -class CreateInstance_GatedLaunchRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateInstance_GatedLaunch','ecs') - - def get_DataDisk3Size(self): - return self.get_query_params().get('DataDisk.3.Size') - - def set_DataDisk3Size(self,DataDisk3Size): - self.add_query_param('DataDisk.3.Size',DataDisk3Size) - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_DataDisk3Category(self): - return self.get_query_params().get('DataDisk.3.Category') - - def set_DataDisk3Category(self,DataDisk3Category): - self.add_query_param('DataDisk.3.Category',DataDisk3Category) - - def get_HostName(self): - return self.get_query_params().get('HostName') - - def set_HostName(self,HostName): - self.add_query_param('HostName',HostName) - - def get_Password(self): - return self.get_query_params().get('Password') - - def set_Password(self,Password): - self.add_query_param('Password',Password) - - def get_DataDisk2SnapshotId(self): - return self.get_query_params().get('DataDisk.2.SnapshotId') - - def set_DataDisk2SnapshotId(self,DataDisk2SnapshotId): - self.add_query_param('DataDisk.2.SnapshotId',DataDisk2SnapshotId) - - def get_DataDisk3DiskName(self): - return self.get_query_params().get('DataDisk.3.DiskName') - - def set_DataDisk3DiskName(self,DataDisk3DiskName): - self.add_query_param('DataDisk.3.DiskName',DataDisk3DiskName) - - def get_DataDisk4Size(self): - return self.get_query_params().get('DataDisk.4.Size') - - def set_DataDisk4Size(self,DataDisk4Size): - self.add_query_param('DataDisk.4.Size',DataDisk4Size) - - def get_Tags(self): - return self.get_query_params().get('Tags') - - def set_Tags(self,Tags): - for i in range(len(Tags)): - if Tags[i].get('Value') is not None: - self.add_query_param('Tag.' + str(i + 1) + '.Value' , Tags[i].get('Value')) - if Tags[i].get('Key') is not None: - self.add_query_param('Tag.' + str(i + 1) + '.Key' , Tags[i].get('Key')) - - - def get_NodeControllerId(self): - return self.get_query_params().get('NodeControllerId') - - def set_NodeControllerId(self,NodeControllerId): - self.add_query_param('NodeControllerId',NodeControllerId) - - def get_Period(self): - return self.get_query_params().get('Period') - - def set_Period(self,Period): - self.add_query_param('Period',Period) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_DataDisk2DeleteWithInstance(self): - return self.get_query_params().get('DataDisk.2.DeleteWithInstance') - - def set_DataDisk2DeleteWithInstance(self,DataDisk2DeleteWithInstance): - self.add_query_param('DataDisk.2.DeleteWithInstance',DataDisk2DeleteWithInstance) - - def get_VSwitchId(self): - return self.get_query_params().get('VSwitchId') - - def set_VSwitchId(self,VSwitchId): - self.add_query_param('VSwitchId',VSwitchId) - - def get_PrivateIpAddress(self): - return self.get_query_params().get('PrivateIpAddress') - - def set_PrivateIpAddress(self,PrivateIpAddress): - self.add_query_param('PrivateIpAddress',PrivateIpAddress) - - def get_SpotStrategy(self): - return self.get_query_params().get('SpotStrategy') - - def set_SpotStrategy(self,SpotStrategy): - self.add_query_param('SpotStrategy',SpotStrategy) - - def get_InstanceName(self): - return self.get_query_params().get('InstanceName') - - def set_InstanceName(self,InstanceName): - self.add_query_param('InstanceName',InstanceName) - - def get_DataDisk3DeleteWithInstance(self): - return self.get_query_params().get('DataDisk.3.DeleteWithInstance') - - def set_DataDisk3DeleteWithInstance(self,DataDisk3DeleteWithInstance): - self.add_query_param('DataDisk.3.DeleteWithInstance',DataDisk3DeleteWithInstance) - - def get_InternetChargeType(self): - return self.get_query_params().get('InternetChargeType') - - def set_InternetChargeType(self,InternetChargeType): - self.add_query_param('InternetChargeType',InternetChargeType) - - def get_DataDisk3Device(self): - return self.get_query_params().get('DataDisk.3.Device') - - def set_DataDisk3Device(self,DataDisk3Device): - self.add_query_param('DataDisk.3.Device',DataDisk3Device) - - def get_ZoneId(self): - return self.get_query_params().get('ZoneId') - - def set_ZoneId(self,ZoneId): - self.add_query_param('ZoneId',ZoneId) - - def get_DataDisk4DeleteWithInstance(self): - return self.get_query_params().get('DataDisk.4.DeleteWithInstance') - - def set_DataDisk4DeleteWithInstance(self,DataDisk4DeleteWithInstance): - self.add_query_param('DataDisk.4.DeleteWithInstance',DataDisk4DeleteWithInstance) - - def get_DataDisk2DiskName(self): - return self.get_query_params().get('DataDisk.2.DiskName') - - def set_DataDisk2DiskName(self,DataDisk2DiskName): - self.add_query_param('DataDisk.2.DiskName',DataDisk2DiskName) - - def get_InternetMaxBandwidthIn(self): - return self.get_query_params().get('InternetMaxBandwidthIn') - - def set_InternetMaxBandwidthIn(self,InternetMaxBandwidthIn): - self.add_query_param('InternetMaxBandwidthIn',InternetMaxBandwidthIn) - - def get_DataDisk1DeleteWithInstance(self): - return self.get_query_params().get('DataDisk.1.DeleteWithInstance') - - def set_DataDisk1DeleteWithInstance(self,DataDisk1DeleteWithInstance): - self.add_query_param('DataDisk.1.DeleteWithInstance',DataDisk1DeleteWithInstance) - - def get_UseAdditionalService(self): - return self.get_query_params().get('UseAdditionalService') - - def set_UseAdditionalService(self,UseAdditionalService): - self.add_query_param('UseAdditionalService',UseAdditionalService) - - def get_ImageId(self): - return self.get_query_params().get('ImageId') - - def set_ImageId(self,ImageId): - self.add_query_param('ImageId',ImageId) - - def get_DataDisk1SnapshotId(self): - return self.get_query_params().get('DataDisk.1.SnapshotId') - - def set_DataDisk1SnapshotId(self,DataDisk1SnapshotId): - self.add_query_param('DataDisk.1.SnapshotId',DataDisk1SnapshotId) - - def get_DataDisk1Device(self): - return self.get_query_params().get('DataDisk.1.Device') - - def set_DataDisk1Device(self,DataDisk1Device): - self.add_query_param('DataDisk.1.Device',DataDisk1Device) - - def get_ClientToken(self): - return self.get_query_params().get('ClientToken') - - def set_ClientToken(self,ClientToken): - self.add_query_param('ClientToken',ClientToken) - - def get_VlanId(self): - return self.get_query_params().get('VlanId') - - def set_VlanId(self,VlanId): - self.add_query_param('VlanId',VlanId) - - def get_DataDisk2Device(self): - return self.get_query_params().get('DataDisk.2.Device') - - def set_DataDisk2Device(self,DataDisk2Device): - self.add_query_param('DataDisk.2.Device',DataDisk2Device) - - def get_IoOptimized(self): - return self.get_query_params().get('IoOptimized') - - def set_IoOptimized(self,IoOptimized): - self.add_query_param('IoOptimized',IoOptimized) - - def get_SecurityGroupId(self): - return self.get_query_params().get('SecurityGroupId') - - def set_SecurityGroupId(self,SecurityGroupId): - self.add_query_param('SecurityGroupId',SecurityGroupId) - - def get_InternetMaxBandwidthOut(self): - return self.get_query_params().get('InternetMaxBandwidthOut') - - def set_InternetMaxBandwidthOut(self,InternetMaxBandwidthOut): - self.add_query_param('InternetMaxBandwidthOut',InternetMaxBandwidthOut) - - def get_DataDisk4Description(self): - return self.get_query_params().get('DataDisk.4.Description') - - def set_DataDisk4Description(self,DataDisk4Description): - self.add_query_param('DataDisk.4.Description',DataDisk4Description) - - def get_Description(self): - return self.get_query_params().get('Description') - - def set_Description(self,Description): - self.add_query_param('Description',Description) - - def get_DataDisk1DiskName(self): - return self.get_query_params().get('DataDisk.1.DiskName') - - def set_DataDisk1DiskName(self,DataDisk1DiskName): - self.add_query_param('DataDisk.1.DiskName',DataDisk1DiskName) - - def get_DataDisk3Description(self): - return self.get_query_params().get('DataDisk.3.Description') - - def set_DataDisk3Description(self,DataDisk3Description): - self.add_query_param('DataDisk.3.Description',DataDisk3Description) - - def get_DataDisk4DiskName(self): - return self.get_query_params().get('DataDisk.4.DiskName') - - def set_DataDisk4DiskName(self,DataDisk4DiskName): - self.add_query_param('DataDisk.4.DiskName',DataDisk4DiskName) - - def get_SystemDiskCategory(self): - return self.get_query_params().get('SystemDisk.Category') - - def set_SystemDiskCategory(self,SystemDiskCategory): - self.add_query_param('SystemDisk.Category',SystemDiskCategory) - - def get_UserData(self): - return self.get_query_params().get('UserData') - - def set_UserData(self,UserData): - self.add_query_param('UserData',UserData) - - def get_DataDisk1Description(self): - return self.get_query_params().get('DataDisk.1.Description') - - def set_DataDisk1Description(self,DataDisk1Description): - self.add_query_param('DataDisk.1.Description',DataDisk1Description) - - def get_DataDisk4Category(self): - return self.get_query_params().get('DataDisk.4.Category') - - def set_DataDisk4Category(self,DataDisk4Category): - self.add_query_param('DataDisk.4.Category',DataDisk4Category) - - def get_DataDisk2Description(self): - return self.get_query_params().get('DataDisk.2.Description') - - def set_DataDisk2Description(self,DataDisk2Description): - self.add_query_param('DataDisk.2.Description',DataDisk2Description) - - def get_InstanceType(self): - return self.get_query_params().get('InstanceType') - - def set_InstanceType(self,InstanceType): - self.add_query_param('InstanceType',InstanceType) - - def get_DataDisk2Category(self): - return self.get_query_params().get('DataDisk.2.Category') - - def set_DataDisk2Category(self,DataDisk2Category): - self.add_query_param('DataDisk.2.Category',DataDisk2Category) - - def get_DataDisk1Size(self): - return self.get_query_params().get('DataDisk.1.Size') - - def set_DataDisk1Size(self,DataDisk1Size): - self.add_query_param('DataDisk.1.Size',DataDisk1Size) - - def get_InstanceChargeType(self): - return self.get_query_params().get('InstanceChargeType') - - def set_InstanceChargeType(self,InstanceChargeType): - self.add_query_param('InstanceChargeType',InstanceChargeType) - - def get_DeploymentSetId(self): - return self.get_query_params().get('DeploymentSetId') - - def set_DeploymentSetId(self,DeploymentSetId): - self.add_query_param('DeploymentSetId',DeploymentSetId) - - def get_InnerIpAddress(self): - return self.get_query_params().get('InnerIpAddress') - - def set_InnerIpAddress(self,InnerIpAddress): - self.add_query_param('InnerIpAddress',InnerIpAddress) - - def get_DataDisk3SnapshotId(self): - return self.get_query_params().get('DataDisk.3.SnapshotId') - - def set_DataDisk3SnapshotId(self,DataDisk3SnapshotId): - self.add_query_param('DataDisk.3.SnapshotId',DataDisk3SnapshotId) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_SystemDiskDiskName(self): - return self.get_query_params().get('SystemDisk.DiskName') - - def set_SystemDiskDiskName(self,SystemDiskDiskName): - self.add_query_param('SystemDisk.DiskName',SystemDiskDiskName) - - def get_DataDisk2Size(self): - return self.get_query_params().get('DataDisk.2.Size') - - def set_DataDisk2Size(self,DataDisk2Size): - self.add_query_param('DataDisk.2.Size',DataDisk2Size) - - def get_ClusterId(self): - return self.get_query_params().get('ClusterId') - - def set_ClusterId(self,ClusterId): - self.add_query_param('ClusterId',ClusterId) - - def get_DataDisk1Category(self): - return self.get_query_params().get('DataDisk.1.Category') - - def set_DataDisk1Category(self,DataDisk1Category): - self.add_query_param('DataDisk.1.Category',DataDisk1Category) - - def get_SystemDiskSize(self): - return self.get_query_params().get('SystemDisk.Size') - - def set_SystemDiskSize(self,SystemDiskSize): - self.add_query_param('SystemDisk.Size',SystemDiskSize) - - def get_DataDisk4SnapshotId(self): - return self.get_query_params().get('DataDisk.4.SnapshotId') - - def set_DataDisk4SnapshotId(self,DataDisk4SnapshotId): - self.add_query_param('DataDisk.4.SnapshotId',DataDisk4SnapshotId) - - def get_DataDisk4Device(self): - return self.get_query_params().get('DataDisk.4.Device') - - def set_DataDisk4Device(self,DataDisk4Device): - self.add_query_param('DataDisk.4.Device',DataDisk4Device) - - def get_SystemDiskDescription(self): - return self.get_query_params().get('SystemDisk.Description') - - def set_SystemDiskDescription(self,SystemDiskDescription): - self.add_query_param('SystemDisk.Description',SystemDiskDescription) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateKeyPairRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateKeyPairRequest.py index d709dbe7f8..166779e2eb 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateKeyPairRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateKeyPairRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,17 @@ # under the License. from aliyunsdkcore.request import RpcRequest +from aliyunsdkecs.endpoint import endpoint_data + class CreateKeyPairRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateKeyPair') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateKeyPair','ecs') + if hasattr(self, "endpoint_map"): + setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) + if hasattr(self, "endpoint_regional"): + setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) + def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateLaunchTemplateRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateLaunchTemplateRequest.py index 715c131ceb..390975de98 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateLaunchTemplateRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateLaunchTemplateRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,17 @@ # under the License. from aliyunsdkcore.request import RpcRequest +from aliyunsdkecs.endpoint import endpoint_data + class CreateLaunchTemplateRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateLaunchTemplate') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateLaunchTemplate','ecs') + if hasattr(self, "endpoint_map"): + setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) + if hasattr(self, "endpoint_regional"): + setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) + def get_LaunchTemplateName(self): return self.get_query_params().get('LaunchTemplateName') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateLaunchTemplateVersionRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateLaunchTemplateVersionRequest.py index 6512842dcb..7c81c8b70b 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateLaunchTemplateVersionRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateLaunchTemplateVersionRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,17 @@ # under the License. from aliyunsdkcore.request import RpcRequest +from aliyunsdkecs.endpoint import endpoint_data + class CreateLaunchTemplateVersionRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateLaunchTemplateVersion') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateLaunchTemplateVersion','ecs') + if hasattr(self, "endpoint_map"): + setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) + if hasattr(self, "endpoint_regional"): + setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) + def get_LaunchTemplateName(self): return self.get_query_params().get('LaunchTemplateName') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateNatGatewayRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateNatGatewayRequest.py index fa583e2fd0..f6bc6828c9 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateNatGatewayRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateNatGatewayRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,17 @@ # under the License. from aliyunsdkcore.request import RpcRequest +from aliyunsdkecs.endpoint import endpoint_data + class CreateNatGatewayRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateNatGateway') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateNatGateway','ecs') + if hasattr(self, "endpoint_map"): + setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) + if hasattr(self, "endpoint_regional"): + setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) + def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateNetworkInterfacePermissionRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateNetworkInterfacePermissionRequest.py index 1c1becaf46..fab168626d 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateNetworkInterfacePermissionRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateNetworkInterfacePermissionRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,17 @@ # under the License. from aliyunsdkcore.request import RpcRequest +from aliyunsdkecs.endpoint import endpoint_data + class CreateNetworkInterfacePermissionRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateNetworkInterfacePermission') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateNetworkInterfacePermission','ecs') + if hasattr(self, "endpoint_map"): + setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) + if hasattr(self, "endpoint_regional"): + setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) + def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateNetworkInterfaceRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateNetworkInterfaceRequest.py index 01a8ca4ad0..81aee4e10a 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateNetworkInterfaceRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateNetworkInterfaceRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,17 @@ # under the License. from aliyunsdkcore.request import RpcRequest +from aliyunsdkecs.endpoint import endpoint_data + class CreateNetworkInterfaceRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateNetworkInterface') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateNetworkInterface','ecs') + if hasattr(self, "endpoint_map"): + setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) + if hasattr(self, "endpoint_regional"): + setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) + def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreatePhysicalConnectionRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreatePhysicalConnectionRequest.py index e1c121ef17..284a452c54 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreatePhysicalConnectionRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreatePhysicalConnectionRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,17 @@ # under the License. from aliyunsdkcore.request import RpcRequest +from aliyunsdkecs.endpoint import endpoint_data + class CreatePhysicalConnectionRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreatePhysicalConnection') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreatePhysicalConnection','ecs') + if hasattr(self, "endpoint_map"): + setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) + if hasattr(self, "endpoint_regional"): + setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) + def get_AccessPointId(self): return self.get_query_params().get('AccessPointId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateRouteEntryRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateRouteEntryRequest.py index 34adecb7cf..dbaa7a4f3f 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateRouteEntryRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateRouteEntryRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,17 @@ # under the License. from aliyunsdkcore.request import RpcRequest +from aliyunsdkecs.endpoint import endpoint_data + class CreateRouteEntryRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateRouteEntry') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateRouteEntry','ecs') + if hasattr(self, "endpoint_map"): + setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) + if hasattr(self, "endpoint_regional"): + setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) + def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateRouterInterfaceRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateRouterInterfaceRequest.py index 53767a96ad..ea7bb818fd 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateRouterInterfaceRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateRouterInterfaceRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,17 @@ # under the License. from aliyunsdkcore.request import RpcRequest +from aliyunsdkecs.endpoint import endpoint_data + class CreateRouterInterfaceRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateRouterInterface') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateRouterInterface','ecs') + if hasattr(self, "endpoint_map"): + setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) + if hasattr(self, "endpoint_regional"): + setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) + def get_AccessPointId(self): return self.get_query_params().get('AccessPointId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateSecurityGroupRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateSecurityGroupRequest.py index a82b731876..e12d4e62ae 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateSecurityGroupRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateSecurityGroupRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,17 @@ # under the License. from aliyunsdkcore.request import RpcRequest +from aliyunsdkecs.endpoint import endpoint_data + class CreateSecurityGroupRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateSecurityGroup') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateSecurityGroup','ecs') + if hasattr(self, "endpoint_map"): + setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) + if hasattr(self, "endpoint_regional"): + setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) + def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateSimulatedSystemEventsRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateSimulatedSystemEventsRequest.py index dcd8d83a4b..e5f0db572e 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateSimulatedSystemEventsRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateSimulatedSystemEventsRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,17 @@ # under the License. from aliyunsdkcore.request import RpcRequest +from aliyunsdkecs.endpoint import endpoint_data + class CreateSimulatedSystemEventsRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateSimulatedSystemEvents') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateSimulatedSystemEvents','ecs') + if hasattr(self, "endpoint_map"): + setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) + if hasattr(self, "endpoint_regional"): + setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) + def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateSnapshotRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateSnapshotRequest.py index 9078a9d542..e824b3dc12 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateSnapshotRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateSnapshotRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,17 @@ # under the License. from aliyunsdkcore.request import RpcRequest +from aliyunsdkecs.endpoint import endpoint_data + class CreateSnapshotRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateSnapshot') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateSnapshot','ecs') + if hasattr(self, "endpoint_map"): + setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) + if hasattr(self, "endpoint_regional"): + setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) + def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -80,4 +87,10 @@ def get_OwnerId(self): return self.get_query_params().get('OwnerId') def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) \ No newline at end of file + self.add_query_param('OwnerId',OwnerId) + + def get_RetentionDays(self): + return self.get_query_params().get('RetentionDays') + + def set_RetentionDays(self,RetentionDays): + self.add_query_param('RetentionDays',RetentionDays) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateSnapshot_GatedLaunchRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateStorageSetRequest.py similarity index 65% rename from aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateSnapshot_GatedLaunchRequest.py rename to aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateStorageSetRequest.py index 21e684b94a..483c9f5fbf 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateSnapshot_GatedLaunchRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateStorageSetRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,17 @@ # under the License. from aliyunsdkcore.request import RpcRequest -class CreateSnapshot_GatedLaunchRequest(RpcRequest): +from aliyunsdkecs.endpoint import endpoint_data + +class CreateStorageSetRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateSnapshot_GatedLaunch','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateStorageSet','ecs') + if hasattr(self, "endpoint_map"): + setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) + if hasattr(self, "endpoint_regional"): + setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) + def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -35,35 +42,18 @@ def get_ClientToken(self): def set_ClientToken(self,ClientToken): self.add_query_param('ClientToken',ClientToken) + def get_MaxPartitionNumber(self): + return self.get_query_params().get('MaxPartitionNumber') + + def set_MaxPartitionNumber(self,MaxPartitionNumber): + self.add_query_param('MaxPartitionNumber',MaxPartitionNumber) + def get_Description(self): return self.get_query_params().get('Description') def set_Description(self,Description): self.add_query_param('Description',Description) - def get_SnapshotName(self): - return self.get_query_params().get('SnapshotName') - - def set_SnapshotName(self,SnapshotName): - self.add_query_param('SnapshotName',SnapshotName) - - def get_DiskId(self): - return self.get_query_params().get('DiskId') - - def set_DiskId(self,DiskId): - self.add_query_param('DiskId',DiskId) - - def get_Tags(self): - return self.get_query_params().get('Tags') - - def set_Tags(self,Tags): - for i in range(len(Tags)): - if Tags[i].get('Value') is not None: - self.add_query_param('Tag.' + str(i + 1) + '.Value' , Tags[i].get('Value')) - if Tags[i].get('Key') is not None: - self.add_query_param('Tag.' + str(i + 1) + '.Key' , Tags[i].get('Key')) - - def get_ResourceOwnerAccount(self): return self.get_query_params().get('ResourceOwnerAccount') @@ -80,4 +70,16 @@ def get_OwnerId(self): return self.get_query_params().get('OwnerId') def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) \ No newline at end of file + self.add_query_param('OwnerId',OwnerId) + + def get_ZoneId(self): + return self.get_query_params().get('ZoneId') + + def set_ZoneId(self,ZoneId): + self.add_query_param('ZoneId',ZoneId) + + def get_StorageSetName(self): + return self.get_query_params().get('StorageSetName') + + def set_StorageSetName(self,StorageSetName): + self.add_query_param('StorageSetName',StorageSetName) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateUserEventRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateUserEventRequest.py deleted file mode 100644 index 5222fef2ee..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateUserEventRequest.py +++ /dev/null @@ -1,66 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest -class CreateUserEventRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateUserEvent') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_PlanTime(self): - return self.get_query_params().get('PlanTime') - - def set_PlanTime(self,PlanTime): - self.add_query_param('PlanTime',PlanTime) - - def get_ExpireTime(self): - return self.get_query_params().get('ExpireTime') - - def set_ExpireTime(self,ExpireTime): - self.add_query_param('ExpireTime',ExpireTime) - - def get_ResourceId(self): - return self.get_query_params().get('ResourceId') - - def set_ResourceId(self,ResourceId): - self.add_query_param('ResourceId',ResourceId) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_EventType(self): - return self.get_query_params().get('EventType') - - def set_EventType(self,EventType): - self.add_query_param('EventType',EventType) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateVSwitchRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateVSwitchRequest.py index 7b9c76e08d..90829a68e3 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateVSwitchRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateVSwitchRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,17 @@ # under the License. from aliyunsdkcore.request import RpcRequest +from aliyunsdkecs.endpoint import endpoint_data + class CreateVSwitchRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateVSwitch') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateVSwitch','ecs') + if hasattr(self, "endpoint_map"): + setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) + if hasattr(self, "endpoint_regional"): + setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) + def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateVirtualBorderRouterRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateVirtualBorderRouterRequest.py index 41f4ffdd55..2de196a11d 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateVirtualBorderRouterRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateVirtualBorderRouterRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,17 @@ # under the License. from aliyunsdkcore.request import RpcRequest +from aliyunsdkecs.endpoint import endpoint_data + class CreateVirtualBorderRouterRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateVirtualBorderRouter') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateVirtualBorderRouter','ecs') + if hasattr(self, "endpoint_map"): + setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) + if hasattr(self, "endpoint_regional"): + setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) + def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateVolumeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateVolumeRequest.py deleted file mode 100644 index 080af1748b..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateVolumeRequest.py +++ /dev/null @@ -1,113 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest -class CreateVolumeRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateVolume') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_SnapshotId(self): - return self.get_query_params().get('SnapshotId') - - def set_SnapshotId(self,SnapshotId): - self.add_query_param('SnapshotId',SnapshotId) - - def get_ClientToken(self): - return self.get_query_params().get('ClientToken') - - def set_ClientToken(self,ClientToken): - self.add_query_param('ClientToken',ClientToken) - - def get_Description(self): - return self.get_query_params().get('Description') - - def set_Description(self,Description): - self.add_query_param('Description',Description) - - def get_VolumeCategory(self): - return self.get_query_params().get('VolumeCategory') - - def set_VolumeCategory(self,VolumeCategory): - self.add_query_param('VolumeCategory',VolumeCategory) - - def get_Tags(self): - return self.get_query_params().get('Tags') - - def set_Tags(self,Tags): - for i in range(len(Tags)): - if Tags[i].get('Value') is not None: - self.add_query_param('Tag.' + str(i + 1) + '.Value' , Tags[i].get('Value')) - if Tags[i].get('Key') is not None: - self.add_query_param('Tag.' + str(i + 1) + '.Key' , Tags[i].get('Key')) - - - def get_VolumeName(self): - return self.get_query_params().get('VolumeName') - - def set_VolumeName(self,VolumeName): - self.add_query_param('VolumeName',VolumeName) - - def get_VolumeEncrypted(self): - return self.get_query_params().get('VolumeEncrypted') - - def set_VolumeEncrypted(self,VolumeEncrypted): - self.add_query_param('VolumeEncrypted',VolumeEncrypted) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_Size(self): - return self.get_query_params().get('Size') - - def set_Size(self,Size): - self.add_query_param('Size',Size) - - def get_ZoneId(self): - return self.get_query_params().get('ZoneId') - - def set_ZoneId(self,ZoneId): - self.add_query_param('ZoneId',ZoneId) - - def get_KMSKeyId(self): - return self.get_query_params().get('KMSKeyId') - - def set_KMSKeyId(self,KMSKeyId): - self.add_query_param('KMSKeyId',KMSKeyId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateVolume_GatedLaunchRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateVolume_GatedLaunchRequest.py deleted file mode 100644 index 6c32ffa57f..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateVolume_GatedLaunchRequest.py +++ /dev/null @@ -1,101 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest -class CreateVolume_GatedLaunchRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateVolume_GatedLaunch','ecs') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_SnapshotId(self): - return self.get_query_params().get('SnapshotId') - - def set_SnapshotId(self,SnapshotId): - self.add_query_param('SnapshotId',SnapshotId) - - def get_ClientToken(self): - return self.get_query_params().get('ClientToken') - - def set_ClientToken(self,ClientToken): - self.add_query_param('ClientToken',ClientToken) - - def get_Description(self): - return self.get_query_params().get('Description') - - def set_Description(self,Description): - self.add_query_param('Description',Description) - - def get_VolumeCategory(self): - return self.get_query_params().get('VolumeCategory') - - def set_VolumeCategory(self,VolumeCategory): - self.add_query_param('VolumeCategory',VolumeCategory) - - def get_Tags(self): - return self.get_query_params().get('Tags') - - def set_Tags(self,Tags): - for i in range(len(Tags)): - if Tags[i].get('Value') is not None: - self.add_query_param('Tag.' + str(i + 1) + '.Value' , Tags[i].get('Value')) - if Tags[i].get('Key') is not None: - self.add_query_param('Tag.' + str(i + 1) + '.Key' , Tags[i].get('Key')) - - - def get_VolumeName(self): - return self.get_query_params().get('VolumeName') - - def set_VolumeName(self,VolumeName): - self.add_query_param('VolumeName',VolumeName) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_Size(self): - return self.get_query_params().get('Size') - - def set_Size(self,Size): - self.add_query_param('Size',Size) - - def get_ZoneId(self): - return self.get_query_params().get('ZoneId') - - def set_ZoneId(self,ZoneId): - self.add_query_param('ZoneId',ZoneId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateVpcRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateVpcRequest.py index e11efa93b5..a0cbde904a 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateVpcRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateVpcRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,17 @@ # under the License. from aliyunsdkcore.request import RpcRequest +from aliyunsdkecs.endpoint import endpoint_data + class CreateVpcRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateVpc') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateVpc','ecs') + if hasattr(self, "endpoint_map"): + setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) + if hasattr(self, "endpoint_regional"): + setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) + def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeactivateRouterInterfaceRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeactivateRouterInterfaceRequest.py index 51caf072f9..fabc85ad73 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeactivateRouterInterfaceRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeactivateRouterInterfaceRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,17 @@ # under the License. from aliyunsdkcore.request import RpcRequest +from aliyunsdkecs.endpoint import endpoint_data + class DeactivateRouterInterfaceRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeactivateRouterInterface') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeactivateRouterInterface','ecs') + if hasattr(self, "endpoint_map"): + setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) + if hasattr(self, "endpoint_regional"): + setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) + def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeRecycleBinRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteAutoProvisioningGroupRequest.py similarity index 64% rename from aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeRecycleBinRequest.py rename to aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteAutoProvisioningGroupRequest.py index 23fda8d5cf..bd1d42cda0 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeRecycleBinRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteAutoProvisioningGroupRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,17 @@ # under the License. from aliyunsdkcore.request import RpcRequest -class DescribeRecycleBinRequest(RpcRequest): +from aliyunsdkecs.endpoint import endpoint_data + +class DeleteAutoProvisioningGroupRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeRecycleBin') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteAutoProvisioningGroup','ecs') + if hasattr(self, "endpoint_map"): + setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) + if hasattr(self, "endpoint_regional"): + setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) + def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -29,23 +36,11 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) - def get_PageNumber(self): - return self.get_query_params().get('PageNumber') - - def set_PageNumber(self,PageNumber): - self.add_query_param('PageNumber',PageNumber) - - def get_PageSize(self): - return self.get_query_params().get('PageSize') - - def set_PageSize(self,PageSize): - self.add_query_param('PageSize',PageSize) - - def get_ResourceId(self): - return self.get_query_params().get('ResourceId') + def get_TerminateInstances(self): + return self.get_query_params().get('TerminateInstances') - def set_ResourceId(self,ResourceId): - self.add_query_param('ResourceId',ResourceId) + def set_TerminateInstances(self,TerminateInstances): + self.add_query_param('TerminateInstances',TerminateInstances) def get_ResourceOwnerAccount(self): return self.get_query_params().get('ResourceOwnerAccount') @@ -65,8 +60,8 @@ def get_OwnerId(self): def set_OwnerId(self,OwnerId): self.add_query_param('OwnerId',OwnerId) - def get_Status(self): - return self.get_query_params().get('Status') + def get_AutoProvisioningGroupId(self): + return self.get_query_params().get('AutoProvisioningGroupId') - def set_Status(self,Status): - self.add_query_param('Status',Status) \ No newline at end of file + def set_AutoProvisioningGroupId(self,AutoProvisioningGroupId): + self.add_query_param('AutoProvisioningGroupId',AutoProvisioningGroupId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteAutoSnapshotPolicyRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteAutoSnapshotPolicyRequest.py index e5f8562c3b..7c5dd191a9 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteAutoSnapshotPolicyRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteAutoSnapshotPolicyRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,17 @@ # under the License. from aliyunsdkcore.request import RpcRequest +from aliyunsdkecs.endpoint import endpoint_data + class DeleteAutoSnapshotPolicyRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteAutoSnapshotPolicy') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteAutoSnapshotPolicy','ecs') + if hasattr(self, "endpoint_map"): + setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) + if hasattr(self, "endpoint_regional"): + setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) + def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteAutoSnapshotPolicy_GatedLaunchRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteAutoSnapshotPolicy_GatedLaunchRequest.py deleted file mode 100644 index 84c709b287..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteAutoSnapshotPolicy_GatedLaunchRequest.py +++ /dev/null @@ -1,48 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest -class DeleteAutoSnapshotPolicy_GatedLaunchRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteAutoSnapshotPolicy_GatedLaunch','ecs') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_autoSnapshotPolicyId(self): - return self.get_query_params().get('autoSnapshotPolicyId') - - def set_autoSnapshotPolicyId(self,autoSnapshotPolicyId): - self.add_query_param('autoSnapshotPolicyId',autoSnapshotPolicyId) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteBandwidthPackageRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteBandwidthPackageRequest.py index 2742d176ce..e5f02fdad6 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteBandwidthPackageRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteBandwidthPackageRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,17 @@ # under the License. from aliyunsdkcore.request import RpcRequest +from aliyunsdkecs.endpoint import endpoint_data + class DeleteBandwidthPackageRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteBandwidthPackage') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteBandwidthPackage','ecs') + if hasattr(self, "endpoint_map"): + setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) + if hasattr(self, "endpoint_regional"): + setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) + def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteCommandRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteCommandRequest.py index 2fce599949..872ba9248d 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteCommandRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteCommandRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,17 @@ # under the License. from aliyunsdkcore.request import RpcRequest +from aliyunsdkecs.endpoint import endpoint_data + class DeleteCommandRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteCommand') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteCommand','ecs') + if hasattr(self, "endpoint_map"): + setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) + if hasattr(self, "endpoint_regional"): + setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) + def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteDeploymentSetRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteDeploymentSetRequest.py index beb4133ec0..6cf15ddcdb 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteDeploymentSetRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteDeploymentSetRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,17 @@ # under the License. from aliyunsdkcore.request import RpcRequest +from aliyunsdkecs.endpoint import endpoint_data + class DeleteDeploymentSetRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteDeploymentSet') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteDeploymentSet','ecs') + if hasattr(self, "endpoint_map"): + setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) + if hasattr(self, "endpoint_regional"): + setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) + def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteDiskRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteDiskRequest.py index 84af84891c..de92da2dba 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteDiskRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteDiskRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,17 @@ # under the License. from aliyunsdkcore.request import RpcRequest +from aliyunsdkecs.endpoint import endpoint_data + class DeleteDiskRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteDisk') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteDisk','ecs') + if hasattr(self, "endpoint_map"): + setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) + if hasattr(self, "endpoint_regional"): + setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) + def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteDisk_GatedLaunchRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteDisk_GatedLaunchRequest.py deleted file mode 100644 index 2f7afb941a..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteDisk_GatedLaunchRequest.py +++ /dev/null @@ -1,54 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest -class DeleteDisk_GatedLaunchRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteDisk_GatedLaunch','ecs') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_DiskId(self): - return self.get_query_params().get('DiskId') - - def set_DiskId(self,DiskId): - self.add_query_param('DiskId',DiskId) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteFleetRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteFleetRequest.py index d3008f158a..406d1305c8 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteFleetRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteFleetRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,17 @@ # under the License. from aliyunsdkcore.request import RpcRequest +from aliyunsdkecs.endpoint import endpoint_data + class DeleteFleetRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteFleet') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteFleet','ecs') + if hasattr(self, "endpoint_map"): + setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) + if hasattr(self, "endpoint_regional"): + setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) + def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteForwardEntryRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteForwardEntryRequest.py index 16f211051a..e7f4af5c56 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteForwardEntryRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteForwardEntryRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,17 @@ # under the License. from aliyunsdkcore.request import RpcRequest +from aliyunsdkecs.endpoint import endpoint_data + class DeleteForwardEntryRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteForwardEntry') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteForwardEntry','ecs') + if hasattr(self, "endpoint_map"): + setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) + if hasattr(self, "endpoint_regional"): + setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) + def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteHaVipRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteHaVipRequest.py index a3e180303a..8cdfa7da92 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteHaVipRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteHaVipRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,17 @@ # under the License. from aliyunsdkcore.request import RpcRequest +from aliyunsdkecs.endpoint import endpoint_data + class DeleteHaVipRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteHaVip') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteHaVip','ecs') + if hasattr(self, "endpoint_map"): + setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) + if hasattr(self, "endpoint_regional"): + setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) + def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteHpcClusterRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteHpcClusterRequest.py index 4932552a25..b241fa69a9 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteHpcClusterRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteHpcClusterRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,17 @@ # under the License. from aliyunsdkcore.request import RpcRequest +from aliyunsdkecs.endpoint import endpoint_data + class DeleteHpcClusterRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteHpcCluster') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteHpcCluster','ecs') + if hasattr(self, "endpoint_map"): + setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) + if hasattr(self, "endpoint_regional"): + setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) + def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteImageRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteImageRequest.py index 54e18b9b0a..b7b14ef237 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteImageRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteImageRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,17 @@ # under the License. from aliyunsdkcore.request import RpcRequest +from aliyunsdkecs.endpoint import endpoint_data + class DeleteImageRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteImage') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteImage','ecs') + if hasattr(self, "endpoint_map"): + setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) + if hasattr(self, "endpoint_regional"): + setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) + def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteImage_GatedLaunchRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteImage_GatedLaunchRequest.py deleted file mode 100644 index 7303722740..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteImage_GatedLaunchRequest.py +++ /dev/null @@ -1,54 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest -class DeleteImage_GatedLaunchRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteImage_GatedLaunch','ecs') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_ImageId(self): - return self.get_query_params().get('ImageId') - - def set_ImageId(self,ImageId): - self.add_query_param('ImageId',ImageId) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteInstanceRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteInstanceRequest.py index 1e82ba8ac2..c1206c282e 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteInstanceRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteInstanceRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,17 @@ # under the License. from aliyunsdkcore.request import RpcRequest +from aliyunsdkecs.endpoint import endpoint_data + class DeleteInstanceRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteInstance') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteInstance','ecs') + if hasattr(self, "endpoint_map"): + setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) + if hasattr(self, "endpoint_regional"): + setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) + def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteInstance_GatedLaunchRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteInstancesRequest.py similarity index 60% rename from aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteInstance_GatedLaunchRequest.py rename to aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteInstancesRequest.py index fa9da9da59..0c6ad91a44 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteInstance_GatedLaunchRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteInstancesRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,17 @@ # under the License. from aliyunsdkcore.request import RpcRequest -class DeleteInstance_GatedLaunchRequest(RpcRequest): +from aliyunsdkecs.endpoint import endpoint_data + +class DeleteInstancesRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteInstance_GatedLaunch','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteInstances','ecs') + if hasattr(self, "endpoint_map"): + setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) + if hasattr(self, "endpoint_regional"): + setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) + def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -29,6 +36,24 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) + def get_ClientToken(self): + return self.get_query_params().get('ClientToken') + + def set_ClientToken(self,ClientToken): + self.add_query_param('ClientToken',ClientToken) + + def get_TerminateSubscription(self): + return self.get_query_params().get('TerminateSubscription') + + def set_TerminateSubscription(self,TerminateSubscription): + self.add_query_param('TerminateSubscription',TerminateSubscription) + + def get_DryRun(self): + return self.get_query_params().get('DryRun') + + def set_DryRun(self,DryRun): + self.add_query_param('DryRun',DryRun) + def get_ResourceOwnerAccount(self): return self.get_query_params().get('ResourceOwnerAccount') @@ -47,11 +72,13 @@ def get_OwnerId(self): def set_OwnerId(self,OwnerId): self.add_query_param('OwnerId',OwnerId) - def get_InstanceId(self): - return self.get_query_params().get('InstanceId') + def get_InstanceIds(self): + return self.get_query_params().get('InstanceIds') - def set_InstanceId(self,InstanceId): - self.add_query_param('InstanceId',InstanceId) + def set_InstanceIds(self,InstanceIds): + for i in range(len(InstanceIds)): + if InstanceIds[i] is not None: + self.add_query_param('InstanceId.' + str(i + 1) , InstanceIds[i]); def get_Force(self): return self.get_query_params().get('Force') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteKeyPairsRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteKeyPairsRequest.py index 645c1bfeba..a13b3bab30 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteKeyPairsRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteKeyPairsRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,17 @@ # under the License. from aliyunsdkcore.request import RpcRequest +from aliyunsdkecs.endpoint import endpoint_data + class DeleteKeyPairsRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteKeyPairs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteKeyPairs','ecs') + if hasattr(self, "endpoint_map"): + setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) + if hasattr(self, "endpoint_regional"): + setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) + def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteLaunchTemplateRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteLaunchTemplateRequest.py index d04feccd94..0de9e83e9f 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteLaunchTemplateRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteLaunchTemplateRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,17 @@ # under the License. from aliyunsdkcore.request import RpcRequest +from aliyunsdkecs.endpoint import endpoint_data + class DeleteLaunchTemplateRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteLaunchTemplate') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteLaunchTemplate','ecs') + if hasattr(self, "endpoint_map"): + setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) + if hasattr(self, "endpoint_regional"): + setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) + def get_LaunchTemplateName(self): return self.get_query_params().get('LaunchTemplateName') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteLaunchTemplateVersionRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteLaunchTemplateVersionRequest.py index 9361877e9c..847a0a85cf 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteLaunchTemplateVersionRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteLaunchTemplateVersionRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,17 @@ # under the License. from aliyunsdkcore.request import RpcRequest +from aliyunsdkecs.endpoint import endpoint_data + class DeleteLaunchTemplateVersionRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteLaunchTemplateVersion') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteLaunchTemplateVersion','ecs') + if hasattr(self, "endpoint_map"): + setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) + if hasattr(self, "endpoint_regional"): + setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) + def get_LaunchTemplateName(self): return self.get_query_params().get('LaunchTemplateName') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteNatGatewayRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteNatGatewayRequest.py index a6c03e3c38..6a2550b163 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteNatGatewayRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteNatGatewayRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,17 @@ # under the License. from aliyunsdkcore.request import RpcRequest +from aliyunsdkecs.endpoint import endpoint_data + class DeleteNatGatewayRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteNatGateway') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteNatGateway','ecs') + if hasattr(self, "endpoint_map"): + setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) + if hasattr(self, "endpoint_regional"): + setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) + def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteNetworkInterfacePermissionRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteNetworkInterfacePermissionRequest.py index 91d914fb51..2eecf043e0 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteNetworkInterfacePermissionRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteNetworkInterfacePermissionRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,17 @@ # under the License. from aliyunsdkcore.request import RpcRequest +from aliyunsdkecs.endpoint import endpoint_data + class DeleteNetworkInterfacePermissionRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteNetworkInterfacePermission') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteNetworkInterfacePermission','ecs') + if hasattr(self, "endpoint_map"): + setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) + if hasattr(self, "endpoint_regional"): + setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) + def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteNetworkInterfaceRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteNetworkInterfaceRequest.py index 4e85b9f378..e29cabafe3 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteNetworkInterfaceRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteNetworkInterfaceRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,17 @@ # under the License. from aliyunsdkcore.request import RpcRequest +from aliyunsdkecs.endpoint import endpoint_data + class DeleteNetworkInterfaceRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteNetworkInterface') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteNetworkInterface','ecs') + if hasattr(self, "endpoint_map"): + setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) + if hasattr(self, "endpoint_regional"): + setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) + def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeletePhysicalConnectionRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeletePhysicalConnectionRequest.py index 081418b498..91f331f8f6 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeletePhysicalConnectionRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeletePhysicalConnectionRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,17 @@ # under the License. from aliyunsdkcore.request import RpcRequest +from aliyunsdkecs.endpoint import endpoint_data + class DeletePhysicalConnectionRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeletePhysicalConnection') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeletePhysicalConnection','ecs') + if hasattr(self, "endpoint_map"): + setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) + if hasattr(self, "endpoint_regional"): + setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) + def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteRecycleBinRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteRecycleBinRequest.py deleted file mode 100644 index e0c63c90de..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteRecycleBinRequest.py +++ /dev/null @@ -1,54 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest -class DeleteRecycleBinRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteRecycleBin') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_resourceIds(self): - return self.get_query_params().get('resourceIds') - - def set_resourceIds(self,resourceIds): - self.add_query_param('resourceIds',resourceIds) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteRouteEntryRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteRouteEntryRequest.py index 489d863160..a0205adc9f 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteRouteEntryRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteRouteEntryRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,17 @@ # under the License. from aliyunsdkcore.request import RpcRequest +from aliyunsdkecs.endpoint import endpoint_data + class DeleteRouteEntryRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteRouteEntry') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteRouteEntry','ecs') + if hasattr(self, "endpoint_map"): + setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) + if hasattr(self, "endpoint_regional"): + setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) + def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteRouterInterfaceRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteRouterInterfaceRequest.py index 51c0f0b222..7e3b787062 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteRouterInterfaceRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteRouterInterfaceRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,17 @@ # under the License. from aliyunsdkcore.request import RpcRequest +from aliyunsdkecs.endpoint import endpoint_data + class DeleteRouterInterfaceRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteRouterInterface') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteRouterInterface','ecs') + if hasattr(self, "endpoint_map"): + setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) + if hasattr(self, "endpoint_regional"): + setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) + def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteSecurityGroupRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteSecurityGroupRequest.py index a56a0ff8ef..58393f6eda 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteSecurityGroupRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteSecurityGroupRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,17 @@ # under the License. from aliyunsdkcore.request import RpcRequest +from aliyunsdkecs.endpoint import endpoint_data + class DeleteSecurityGroupRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteSecurityGroup') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteSecurityGroup','ecs') + if hasattr(self, "endpoint_map"): + setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) + if hasattr(self, "endpoint_regional"): + setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) + def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteSecurityGroup_GatedLaunchRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteSecurityGroup_GatedLaunchRequest.py deleted file mode 100644 index 7440e183ab..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteSecurityGroup_GatedLaunchRequest.py +++ /dev/null @@ -1,54 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest -class DeleteSecurityGroup_GatedLaunchRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteSecurityGroup_GatedLaunch','ecs') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_SecurityGroupId(self): - return self.get_query_params().get('SecurityGroupId') - - def set_SecurityGroupId(self,SecurityGroupId): - self.add_query_param('SecurityGroupId',SecurityGroupId) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteSnapshotRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteSnapshotRequest.py index 57e25e00a7..623257f106 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteSnapshotRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteSnapshotRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,17 @@ # under the License. from aliyunsdkcore.request import RpcRequest +from aliyunsdkecs.endpoint import endpoint_data + class DeleteSnapshotRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteSnapshot') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteSnapshot','ecs') + if hasattr(self, "endpoint_map"): + setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) + if hasattr(self, "endpoint_regional"): + setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) + def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteSnapshot_GatedLaunchRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteSnapshot_GatedLaunchRequest.py deleted file mode 100644 index e45a7ccf60..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteSnapshot_GatedLaunchRequest.py +++ /dev/null @@ -1,54 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest -class DeleteSnapshot_GatedLaunchRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteSnapshot_GatedLaunch','ecs') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_SnapshotId(self): - return self.get_query_params().get('SnapshotId') - - def set_SnapshotId(self,SnapshotId): - self.add_query_param('SnapshotId',SnapshotId) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ResizeVolumeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteStorageSetRequest.py similarity index 75% rename from aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ResizeVolumeRequest.py rename to aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteStorageSetRequest.py index de48035a2f..c7d4152b73 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ResizeVolumeRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteStorageSetRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,17 @@ # under the License. from aliyunsdkcore.request import RpcRequest -class ResizeVolumeRequest(RpcRequest): +from aliyunsdkecs.endpoint import endpoint_data + +class DeleteStorageSetRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ResizeVolume') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteStorageSet','ecs') + if hasattr(self, "endpoint_map"): + setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) + if hasattr(self, "endpoint_regional"): + setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) + def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -47,20 +54,14 @@ def get_OwnerAccount(self): def set_OwnerAccount(self,OwnerAccount): self.add_query_param('OwnerAccount',OwnerAccount) - def get_NewSize(self): - return self.get_query_params().get('NewSize') - - def set_NewSize(self,NewSize): - self.add_query_param('NewSize',NewSize) - def get_OwnerId(self): return self.get_query_params().get('OwnerId') def set_OwnerId(self,OwnerId): self.add_query_param('OwnerId',OwnerId) - def get_VolumeId(self): - return self.get_query_params().get('VolumeId') + def get_StorageSetId(self): + return self.get_query_params().get('StorageSetId') - def set_VolumeId(self,VolumeId): - self.add_query_param('VolumeId',VolumeId) \ No newline at end of file + def set_StorageSetId(self,StorageSetId): + self.add_query_param('StorageSetId',StorageSetId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteVSwitchRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteVSwitchRequest.py index 57dd772555..0c61c0ff08 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteVSwitchRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteVSwitchRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,17 @@ # under the License. from aliyunsdkcore.request import RpcRequest +from aliyunsdkecs.endpoint import endpoint_data + class DeleteVSwitchRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteVSwitch') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteVSwitch','ecs') + if hasattr(self, "endpoint_map"): + setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) + if hasattr(self, "endpoint_regional"): + setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) + def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteVirtualBorderRouterRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteVirtualBorderRouterRequest.py index f3e589f41b..7c284bbfd8 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteVirtualBorderRouterRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteVirtualBorderRouterRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,17 @@ # under the License. from aliyunsdkcore.request import RpcRequest +from aliyunsdkecs.endpoint import endpoint_data + class DeleteVirtualBorderRouterRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteVirtualBorderRouter') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteVirtualBorderRouter','ecs') + if hasattr(self, "endpoint_map"): + setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) + if hasattr(self, "endpoint_regional"): + setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) + def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteVolumeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteVolumeRequest.py deleted file mode 100644 index a71968b750..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteVolumeRequest.py +++ /dev/null @@ -1,54 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest -class DeleteVolumeRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteVolume') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_VolumeId(self): - return self.get_query_params().get('VolumeId') - - def set_VolumeId(self,VolumeId): - self.add_query_param('VolumeId',VolumeId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteVolume_GatedLaunchRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteVolume_GatedLaunchRequest.py deleted file mode 100644 index caae2cdf72..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteVolume_GatedLaunchRequest.py +++ /dev/null @@ -1,54 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest -class DeleteVolume_GatedLaunchRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteVolume_GatedLaunch','ecs') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_VolumeId(self): - return self.get_query_params().get('VolumeId') - - def set_VolumeId(self,VolumeId): - self.add_query_param('VolumeId',VolumeId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteVpcRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteVpcRequest.py index c6f75ee071..435753550b 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteVpcRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteVpcRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,17 @@ # under the License. from aliyunsdkcore.request import RpcRequest +from aliyunsdkecs.endpoint import endpoint_data + class DeleteVpcRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteVpc') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteVpc','ecs') + if hasattr(self, "endpoint_map"): + setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) + if hasattr(self, "endpoint_regional"): + setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) + def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeAccessPointsRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeAccessPointsRequest.py index bd61470714..4bb25896fa 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeAccessPointsRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeAccessPointsRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,17 @@ # under the License. from aliyunsdkcore.request import RpcRequest +from aliyunsdkecs.endpoint import endpoint_data + class DescribeAccessPointsRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeAccessPoints') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeAccessPoints','ecs') + if hasattr(self, "endpoint_map"): + setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) + if hasattr(self, "endpoint_regional"): + setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) + def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeAccountAttributesRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeAccountAttributesRequest.py index bb228f4ceb..f32f81edb9 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeAccountAttributesRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeAccountAttributesRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,17 @@ # under the License. from aliyunsdkcore.request import RpcRequest +from aliyunsdkecs.endpoint import endpoint_data + class DescribeAccountAttributesRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeAccountAttributes') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeAccountAttributes','ecs') + if hasattr(self, "endpoint_map"): + setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) + if hasattr(self, "endpoint_regional"): + setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) + def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DescribeConfigLogHistoryRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeAutoProvisioningGroupHistoryRequest.py similarity index 75% rename from aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DescribeConfigLogHistoryRequest.py rename to aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeAutoProvisioningGroupHistoryRequest.py index acbd1821b0..84c4923d5f 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DescribeConfigLogHistoryRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeAutoProvisioningGroupHistoryRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,17 @@ # under the License. from aliyunsdkcore.request import RpcRequest -class DescribeConfigLogHistoryRequest(RpcRequest): +from aliyunsdkecs.endpoint import endpoint_data + +class DescribeAutoProvisioningGroupHistoryRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2016-03-14', 'DescribeConfigLogHistory') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeAutoProvisioningGroupHistory','ecs') + if hasattr(self, "endpoint_map"): + setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) + if hasattr(self, "endpoint_regional"): + setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) + def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -41,24 +48,12 @@ def get_PageNumber(self): def set_PageNumber(self,PageNumber): self.add_query_param('PageNumber',PageNumber) - def get_ChronologicalOrder(self): - return self.get_query_params().get('ChronologicalOrder') - - def set_ChronologicalOrder(self,ChronologicalOrder): - self.add_query_param('ChronologicalOrder',ChronologicalOrder) - def get_PageSize(self): return self.get_query_params().get('PageSize') def set_PageSize(self,PageSize): self.add_query_param('PageSize',PageSize) - def get_ResourceId(self): - return self.get_query_params().get('ResourceId') - - def set_ResourceId(self,ResourceId): - self.add_query_param('ResourceId',ResourceId) - def get_ResourceOwnerAccount(self): return self.get_query_params().get('ResourceOwnerAccount') @@ -83,8 +78,8 @@ def get_OwnerId(self): def set_OwnerId(self,OwnerId): self.add_query_param('OwnerId',OwnerId) - def get_ResourceType(self): - return self.get_query_params().get('ResourceType') + def get_AutoProvisioningGroupId(self): + return self.get_query_params().get('AutoProvisioningGroupId') - def set_ResourceType(self,ResourceType): - self.add_query_param('ResourceType',ResourceType) \ No newline at end of file + def set_AutoProvisioningGroupId(self,AutoProvisioningGroupId): + self.add_query_param('AutoProvisioningGroupId',AutoProvisioningGroupId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DescribeConfigLogSubscriptionRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeAutoProvisioningGroupInstancesRequest.py similarity index 73% rename from aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DescribeConfigLogSubscriptionRequest.py rename to aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeAutoProvisioningGroupInstancesRequest.py index ad1db0d2e9..674b88c53d 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DescribeConfigLogSubscriptionRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeAutoProvisioningGroupInstancesRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,17 @@ # under the License. from aliyunsdkcore.request import RpcRequest -class DescribeConfigLogSubscriptionRequest(RpcRequest): +from aliyunsdkecs.endpoint import endpoint_data + +class DescribeAutoProvisioningGroupInstancesRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2016-03-14', 'DescribeConfigLogSubscription') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeAutoProvisioningGroupInstances','ecs') + if hasattr(self, "endpoint_map"): + setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) + if hasattr(self, "endpoint_regional"): + setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) + def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -59,18 +66,8 @@ def get_OwnerId(self): def set_OwnerId(self,OwnerId): self.add_query_param('OwnerId',OwnerId) - def get_ResourceTypes(self): - return self.get_query_params().get('ResourceTypes') - - def set_ResourceTypes(self,ResourceTypes): - for i in range(len(ResourceTypes)): - if ResourceTypes[i] is not None: - self.add_query_param('ResourceType.' + str(i + 1) , ResourceTypes[i]); - - def get_Names(self): - return self.get_query_params().get('Names') + def get_AutoProvisioningGroupId(self): + return self.get_query_params().get('AutoProvisioningGroupId') - def set_Names(self,Names): - for i in range(len(Names)): - if Names[i] is not None: - self.add_query_param('Name.' + str(i + 1) , Names[i]); \ No newline at end of file + def set_AutoProvisioningGroupId(self,AutoProvisioningGroupId): + self.add_query_param('AutoProvisioningGroupId',AutoProvisioningGroupId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DescribeReservedInstancePriceRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeAutoProvisioningGroupsRequest.py similarity index 56% rename from aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DescribeReservedInstancePriceRequest.py rename to aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeAutoProvisioningGroupsRequest.py index e633fb0633..386f4a4e53 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DescribeReservedInstancePriceRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeAutoProvisioningGroupsRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,17 @@ # under the License. from aliyunsdkcore.request import RpcRequest -class DescribeReservedInstancePriceRequest(RpcRequest): +from aliyunsdkecs.endpoint import endpoint_data + +class DescribeAutoProvisioningGroupsRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2016-03-14', 'DescribeReservedInstancePrice') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeAutoProvisioningGroups','ecs') + if hasattr(self, "endpoint_map"): + setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) + if hasattr(self, "endpoint_regional"): + setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) + def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -41,16 +48,13 @@ def get_PageSize(self): def set_PageSize(self,PageSize): self.add_query_param('PageSize',PageSize) - def get_Tags(self): - return self.get_query_params().get('Tags') - - def set_Tags(self,Tags): - for i in range(len(Tags)): - if Tags[i].get('Key') is not None: - self.add_query_param('Tag.' + str(i + 1) + '.Key' , Tags[i].get('Key')) - if Tags[i].get('Value') is not None: - self.add_query_param('Tag.' + str(i + 1) + '.Value' , Tags[i].get('Value')) + def get_AutoProvisioningGroupStatuss(self): + return self.get_query_params().get('AutoProvisioningGroupStatuss') + def set_AutoProvisioningGroupStatuss(self,AutoProvisioningGroupStatuss): + for i in range(len(AutoProvisioningGroupStatuss)): + if AutoProvisioningGroupStatuss[i] is not None: + self.add_query_param('AutoProvisioningGroupStatus.' + str(i + 1) , AutoProvisioningGroupStatuss[i]); def get_ResourceOwnerAccount(self): return self.get_query_params().get('ResourceOwnerAccount') @@ -70,10 +74,16 @@ def get_OwnerId(self): def set_OwnerId(self,OwnerId): self.add_query_param('OwnerId',OwnerId) - def get_ReservedInstanceIds(self): - return self.get_query_params().get('ReservedInstanceIds') + def get_AutoProvisioningGroupIds(self): + return self.get_query_params().get('AutoProvisioningGroupIds') + + def set_AutoProvisioningGroupIds(self,AutoProvisioningGroupIds): + for i in range(len(AutoProvisioningGroupIds)): + if AutoProvisioningGroupIds[i] is not None: + self.add_query_param('AutoProvisioningGroupId.' + str(i + 1) , AutoProvisioningGroupIds[i]); + + def get_AutoProvisioningGroupName(self): + return self.get_query_params().get('AutoProvisioningGroupName') - def set_ReservedInstanceIds(self,ReservedInstanceIds): - for i in range(len(ReservedInstanceIds)): - if ReservedInstanceIds[i] is not None: - self.add_query_param('ReservedInstanceId.' + str(i + 1) , ReservedInstanceIds[i]); \ No newline at end of file + def set_AutoProvisioningGroupName(self,AutoProvisioningGroupName): + self.add_query_param('AutoProvisioningGroupName',AutoProvisioningGroupName) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeAutoSnapshotPolicyExRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeAutoSnapshotPolicyExRequest.py index 06c52e4f8d..5877894e37 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeAutoSnapshotPolicyExRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeAutoSnapshotPolicyExRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,17 @@ # under the License. from aliyunsdkcore.request import RpcRequest +from aliyunsdkecs.endpoint import endpoint_data + class DescribeAutoSnapshotPolicyExRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeAutoSnapshotPolicyEx') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeAutoSnapshotPolicyEx','ecs') + if hasattr(self, "endpoint_map"): + setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) + if hasattr(self, "endpoint_regional"): + setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) + def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeAutoSnapshotPolicyRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeAutoSnapshotPolicyRequest.py deleted file mode 100644 index f474827600..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeAutoSnapshotPolicyRequest.py +++ /dev/null @@ -1,48 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest -class DescribeAutoSnapshotPolicyRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeAutoSnapshotPolicy') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeAvailableResourceRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeAvailableResourceRequest.py index 46d1c2a264..7059d41095 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeAvailableResourceRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeAvailableResourceRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,17 @@ # under the License. from aliyunsdkcore.request import RpcRequest +from aliyunsdkecs.endpoint import endpoint_data + class DescribeAvailableResourceRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeAvailableResource') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeAvailableResource','ecs') + if hasattr(self, "endpoint_map"): + setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) + if hasattr(self, "endpoint_regional"): + setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) + def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -107,6 +114,12 @@ def get_OwnerId(self): def set_OwnerId(self,OwnerId): self.add_query_param('OwnerId',OwnerId) + def get_SpotDuration(self): + return self.get_query_params().get('SpotDuration') + + def set_SpotDuration(self,SpotDuration): + self.add_query_param('SpotDuration',SpotDuration) + def get_ResourceType(self): return self.get_query_params().get('ResourceType') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeBandwidthLimitationRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeBandwidthLimitationRequest.py index d5d1684638..aa17d37674 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeBandwidthLimitationRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeBandwidthLimitationRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,17 @@ # under the License. from aliyunsdkcore.request import RpcRequest +from aliyunsdkecs.endpoint import endpoint_data + class DescribeBandwidthLimitationRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeBandwidthLimitation') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeBandwidthLimitation','ecs') + if hasattr(self, "endpoint_map"): + setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) + if hasattr(self, "endpoint_regional"): + setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) + def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeBandwidthPackagesRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeBandwidthPackagesRequest.py index 203f721ee7..1ad54437de 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeBandwidthPackagesRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeBandwidthPackagesRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,17 @@ # under the License. from aliyunsdkcore.request import RpcRequest +from aliyunsdkecs.endpoint import endpoint_data + class DescribeBandwidthPackagesRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeBandwidthPackages') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeBandwidthPackages','ecs') + if hasattr(self, "endpoint_map"): + setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) + if hasattr(self, "endpoint_regional"): + setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) + def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeClassicLinkInstancesRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeClassicLinkInstancesRequest.py index a4608caa93..5a202c4d50 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeClassicLinkInstancesRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeClassicLinkInstancesRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,17 @@ # under the License. from aliyunsdkcore.request import RpcRequest +from aliyunsdkecs.endpoint import endpoint_data + class DescribeClassicLinkInstancesRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeClassicLinkInstances') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeClassicLinkInstances','ecs') + if hasattr(self, "endpoint_map"): + setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) + if hasattr(self, "endpoint_regional"): + setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) + def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeCloudAssistantStatusRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeCloudAssistantStatusRequest.py index b29c2d0f07..d10f9a5415 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeCloudAssistantStatusRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeCloudAssistantStatusRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,17 @@ # under the License. from aliyunsdkcore.request import RpcRequest +from aliyunsdkecs.endpoint import endpoint_data + class DescribeCloudAssistantStatusRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeCloudAssistantStatus') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeCloudAssistantStatus','ecs') + if hasattr(self, "endpoint_map"): + setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) + if hasattr(self, "endpoint_regional"): + setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) + def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeClustersRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeClustersRequest.py index 008104249f..40ae3df664 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeClustersRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeClustersRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,17 @@ # under the License. from aliyunsdkcore.request import RpcRequest +from aliyunsdkecs.endpoint import endpoint_data + class DescribeClustersRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeClusters') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeClusters','ecs') + if hasattr(self, "endpoint_map"): + setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) + if hasattr(self, "endpoint_regional"): + setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) + def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeCommandsRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeCommandsRequest.py index f31ac021cc..ed71789eaf 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeCommandsRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeCommandsRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,17 @@ # under the License. from aliyunsdkcore.request import RpcRequest +from aliyunsdkecs.endpoint import endpoint_data + class DescribeCommandsRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeCommands') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeCommands','ecs') + if hasattr(self, "endpoint_map"): + setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) + if hasattr(self, "endpoint_regional"): + setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) + def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -53,6 +60,12 @@ def get_PageNumber(self): def set_PageNumber(self,PageNumber): self.add_query_param('PageNumber',PageNumber) + def get_ContentEncoding(self): + return self.get_query_params().get('ContentEncoding') + + def set_ContentEncoding(self,ContentEncoding): + self.add_query_param('ContentEncoding',ContentEncoding) + def get_PageSize(self): return self.get_query_params().get('PageSize') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeDedicatedHostAutoRenewRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeDedicatedHostAutoRenewRequest.py index 11c4b9592e..2bcf058506 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeDedicatedHostAutoRenewRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeDedicatedHostAutoRenewRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,17 @@ # under the License. from aliyunsdkcore.request import RpcRequest +from aliyunsdkecs.endpoint import endpoint_data + class DescribeDedicatedHostAutoRenewRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeDedicatedHostAutoRenew') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeDedicatedHostAutoRenew','ecs') + if hasattr(self, "endpoint_map"): + setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) + if hasattr(self, "endpoint_regional"): + setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) + def get_DedicatedHostIds(self): return self.get_query_params().get('DedicatedHostIds') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeDedicatedHostTypesRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeDedicatedHostTypesRequest.py index 8f256a47d4..2521ec5d39 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeDedicatedHostTypesRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeDedicatedHostTypesRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,17 @@ # under the License. from aliyunsdkcore.request import RpcRequest +from aliyunsdkecs.endpoint import endpoint_data + class DescribeDedicatedHostTypesRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeDedicatedHostTypes') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeDedicatedHostTypes','ecs') + if hasattr(self, "endpoint_map"): + setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) + if hasattr(self, "endpoint_regional"): + setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) + def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeDedicatedHostsRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeDedicatedHostsRequest.py index cee522dd45..c8144bc4ed 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeDedicatedHostsRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeDedicatedHostsRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,17 @@ # under the License. from aliyunsdkcore.request import RpcRequest +from aliyunsdkecs.endpoint import endpoint_data + class DescribeDedicatedHostsRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeDedicatedHosts') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeDedicatedHosts','ecs') + if hasattr(self, "endpoint_map"): + setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) + if hasattr(self, "endpoint_regional"): + setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) + def get_DedicatedHostIds(self): return self.get_query_params().get('DedicatedHostIds') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeDemandsRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeDemandsRequest.py index d8907763f6..91bfb47da9 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeDemandsRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeDemandsRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,17 @@ # under the License. from aliyunsdkcore.request import RpcRequest +from aliyunsdkecs.endpoint import endpoint_data + class DescribeDemandsRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeDemands') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeDemands','ecs') + if hasattr(self, "endpoint_map"): + setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) + if hasattr(self, "endpoint_regional"): + setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) + def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeDeploymentSetTopologyRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeDeploymentSetTopologyRequest.py deleted file mode 100644 index 3dfdb66fae..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeDeploymentSetTopologyRequest.py +++ /dev/null @@ -1,78 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest -class DescribeDeploymentSetTopologyRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeDeploymentSetTopology') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_NetworkType(self): - return self.get_query_params().get('NetworkType') - - def set_NetworkType(self,NetworkType): - self.add_query_param('NetworkType',NetworkType) - - def get_DeploymentSetId(self): - return self.get_query_params().get('DeploymentSetId') - - def set_DeploymentSetId(self,DeploymentSetId): - self.add_query_param('DeploymentSetId',DeploymentSetId) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_DeploymentSetName(self): - return self.get_query_params().get('DeploymentSetName') - - def set_DeploymentSetName(self,DeploymentSetName): - self.add_query_param('DeploymentSetName',DeploymentSetName) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_Granularity(self): - return self.get_query_params().get('Granularity') - - def set_Granularity(self,Granularity): - self.add_query_param('Granularity',Granularity) - - def get_Domain(self): - return self.get_query_params().get('Domain') - - def set_Domain(self,Domain): - self.add_query_param('Domain',Domain) - - def get_Strategy(self): - return self.get_query_params().get('Strategy') - - def set_Strategy(self,Strategy): - self.add_query_param('Strategy',Strategy) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeDeploymentSetsRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeDeploymentSetsRequest.py index c72f17e9b6..933a791b5c 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeDeploymentSetsRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeDeploymentSetsRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,17 @@ # under the License. from aliyunsdkcore.request import RpcRequest +from aliyunsdkecs.endpoint import endpoint_data + class DescribeDeploymentSetsRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeDeploymentSets') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeDeploymentSets','ecs') + if hasattr(self, "endpoint_map"): + setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) + if hasattr(self, "endpoint_regional"): + setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) + def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeDiskMonitorDataRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeDiskMonitorDataRequest.py index 6a18a03628..33a3d54a38 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeDiskMonitorDataRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeDiskMonitorDataRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,17 @@ # under the License. from aliyunsdkcore.request import RpcRequest +from aliyunsdkecs.endpoint import endpoint_data + class DescribeDiskMonitorDataRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeDiskMonitorData') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeDiskMonitorData','ecs') + if hasattr(self, "endpoint_map"): + setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) + if hasattr(self, "endpoint_regional"): + setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) + def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeDisksFullStatusRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeDisksFullStatusRequest.py index c729d1f701..8e953037c8 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeDisksFullStatusRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeDisksFullStatusRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,17 @@ # under the License. from aliyunsdkcore.request import RpcRequest +from aliyunsdkecs.endpoint import endpoint_data + class DescribeDisksFullStatusRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeDisksFullStatus') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeDisksFullStatus','ecs') + if hasattr(self, "endpoint_map"): + setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) + if hasattr(self, "endpoint_regional"): + setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) + def get_EventIds(self): return self.get_query_params().get('EventIds') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeDisksRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeDisksRequest.py index 04405a459b..b394aa3a50 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeDisksRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeDisksRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,17 @@ # under the License. from aliyunsdkcore.request import RpcRequest +from aliyunsdkecs.endpoint import endpoint_data + class DescribeDisksRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeDisks') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeDisks','ecs') + if hasattr(self, "endpoint_map"): + setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) + if hasattr(self, "endpoint_regional"): + setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) + def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeEipAddressesRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeEipAddressesRequest.py index 5000c07066..149b89debf 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeEipAddressesRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeEipAddressesRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,17 @@ # under the License. from aliyunsdkcore.request import RpcRequest +from aliyunsdkecs.endpoint import endpoint_data + class DescribeEipAddressesRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeEipAddresses') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeEipAddresses','ecs') + if hasattr(self, "endpoint_map"): + setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) + if hasattr(self, "endpoint_regional"): + setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) + def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeEipMonitorDataRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeEipMonitorDataRequest.py index cb681876fd..d3472678cf 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeEipMonitorDataRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeEipMonitorDataRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,17 @@ # under the License. from aliyunsdkcore.request import RpcRequest +from aliyunsdkecs.endpoint import endpoint_data + class DescribeEipMonitorDataRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeEipMonitorData') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeEipMonitorData','ecs') + if hasattr(self, "endpoint_map"): + setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) + if hasattr(self, "endpoint_regional"): + setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) + def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeEniMonitorDataRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeEniMonitorDataRequest.py index dc14f1839f..8f54fbd630 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeEniMonitorDataRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeEniMonitorDataRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,17 @@ # under the License. from aliyunsdkcore.request import RpcRequest +from aliyunsdkecs.endpoint import endpoint_data + class DescribeEniMonitorDataRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeEniMonitorData') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeEniMonitorData','ecs') + if hasattr(self, "endpoint_map"): + setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) + if hasattr(self, "endpoint_regional"): + setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) + def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeEventDetailRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeEventDetailRequest.py deleted file mode 100644 index 82acaefeb5..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeEventDetailRequest.py +++ /dev/null @@ -1,48 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest -class DescribeEventDetailRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeEventDetail') - - def get_EventId(self): - return self.get_query_params().get('EventId') - - def set_EventId(self,EventId): - self.add_query_param('EventId',EventId) - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeEventsRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeEventsRequest.py deleted file mode 100644 index fdbb08b61d..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeEventsRequest.py +++ /dev/null @@ -1,90 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest -class DescribeEventsRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeEvents') - - def get_EventId(self): - return self.get_query_params().get('EventId') - - def set_EventId(self,EventId): - self.add_query_param('EventId',EventId) - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_PageNumber(self): - return self.get_query_params().get('PageNumber') - - def set_PageNumber(self,PageNumber): - self.add_query_param('PageNumber',PageNumber) - - def get_PageSize(self): - return self.get_query_params().get('PageSize') - - def set_PageSize(self,PageSize): - self.add_query_param('PageSize',PageSize) - - def get_PlanTime(self): - return self.get_query_params().get('PlanTime') - - def set_PlanTime(self,PlanTime): - self.add_query_param('PlanTime',PlanTime) - - def get_ExpireTime(self): - return self.get_query_params().get('ExpireTime') - - def set_ExpireTime(self,ExpireTime): - self.add_query_param('ExpireTime',ExpireTime) - - def get_ResourceId(self): - return self.get_query_params().get('ResourceId') - - def set_ResourceId(self,ResourceId): - self.add_query_param('ResourceId',ResourceId) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_EventType(self): - return self.get_query_params().get('EventType') - - def set_EventType(self,EventType): - self.add_query_param('EventType',EventType) - - def get_Status(self): - return self.get_query_params().get('Status') - - def set_Status(self,Status): - self.add_query_param('Status',Status) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeFleetHistoryRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeFleetHistoryRequest.py index 516b56e3cc..2b74440f66 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeFleetHistoryRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeFleetHistoryRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,17 @@ # under the License. from aliyunsdkcore.request import RpcRequest +from aliyunsdkecs.endpoint import endpoint_data + class DescribeFleetHistoryRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeFleetHistory') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeFleetHistory','ecs') + if hasattr(self, "endpoint_map"): + setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) + if hasattr(self, "endpoint_regional"): + setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) + def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeFleetInstancesRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeFleetInstancesRequest.py index 09d3ad6c7c..182e43d92a 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeFleetInstancesRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeFleetInstancesRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,17 @@ # under the License. from aliyunsdkcore.request import RpcRequest +from aliyunsdkecs.endpoint import endpoint_data + class DescribeFleetInstancesRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeFleetInstances') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeFleetInstances','ecs') + if hasattr(self, "endpoint_map"): + setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) + if hasattr(self, "endpoint_regional"): + setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) + def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeFleetsRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeFleetsRequest.py index 3b683418e2..f41c10d5aa 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeFleetsRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeFleetsRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,17 @@ # under the License. from aliyunsdkcore.request import RpcRequest +from aliyunsdkecs.endpoint import endpoint_data + class DescribeFleetsRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeFleets') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeFleets','ecs') + if hasattr(self, "endpoint_map"): + setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) + if hasattr(self, "endpoint_regional"): + setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) + def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeForwardTableEntriesRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeForwardTableEntriesRequest.py index cab4f01e0d..b9dc379369 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeForwardTableEntriesRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeForwardTableEntriesRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,17 @@ # under the License. from aliyunsdkcore.request import RpcRequest +from aliyunsdkecs.endpoint import endpoint_data + class DescribeForwardTableEntriesRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeForwardTableEntries') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeForwardTableEntries','ecs') + if hasattr(self, "endpoint_map"): + setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) + if hasattr(self, "endpoint_regional"): + setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) + def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeHaVipsRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeHaVipsRequest.py index 4d517356bf..2027ca820e 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeHaVipsRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeHaVipsRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,17 @@ # under the License. from aliyunsdkcore.request import RpcRequest +from aliyunsdkecs.endpoint import endpoint_data + class DescribeHaVipsRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeHaVips') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeHaVips','ecs') + if hasattr(self, "endpoint_map"): + setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) + if hasattr(self, "endpoint_regional"): + setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) + def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeHpcClustersRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeHpcClustersRequest.py index ee1e0890a3..806184b632 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeHpcClustersRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeHpcClustersRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,17 @@ # under the License. from aliyunsdkcore.request import RpcRequest +from aliyunsdkecs.endpoint import endpoint_data + class DescribeHpcClustersRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeHpcClusters') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeHpcClusters','ecs') + if hasattr(self, "endpoint_map"): + setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) + if hasattr(self, "endpoint_regional"): + setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) + def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeImageSharePermissionRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeImageSharePermissionRequest.py index b45dca32f6..7f26d0ec7f 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeImageSharePermissionRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeImageSharePermissionRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,17 @@ # under the License. from aliyunsdkcore.request import RpcRequest +from aliyunsdkecs.endpoint import endpoint_data + class DescribeImageSharePermissionRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeImageSharePermission') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeImageSharePermission','ecs') + if hasattr(self, "endpoint_map"): + setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) + if hasattr(self, "endpoint_regional"): + setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) + def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeImageSupportInstanceTypesRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeImageSupportInstanceTypesRequest.py index 66f6e11685..1f8cd75e1c 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeImageSupportInstanceTypesRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeImageSupportInstanceTypesRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,17 @@ # under the License. from aliyunsdkcore.request import RpcRequest +from aliyunsdkecs.endpoint import endpoint_data + class DescribeImageSupportInstanceTypesRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeImageSupportInstanceTypes') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeImageSupportInstanceTypes','ecs') + if hasattr(self, "endpoint_map"): + setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) + if hasattr(self, "endpoint_regional"): + setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) + def get_ActionType(self): return self.get_query_params().get('ActionType') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeImagesRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeImagesRequest.py index fee80d9670..bed7a91040 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeImagesRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeImagesRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,17 @@ # under the License. from aliyunsdkcore.request import RpcRequest +from aliyunsdkecs.endpoint import endpoint_data + class DescribeImagesRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeImages') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeImages','ecs') + if hasattr(self, "endpoint_map"): + setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) + if hasattr(self, "endpoint_regional"): + setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) + def get_ActionType(self): return self.get_query_params().get('ActionType') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceAttributeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceAttributeRequest.py index 1b6ddda7e4..b2e5b4fe5a 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceAttributeRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceAttributeRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,17 @@ # under the License. from aliyunsdkcore.request import RpcRequest +from aliyunsdkecs.endpoint import endpoint_data + class DescribeInstanceAttributeRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeInstanceAttribute') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeInstanceAttribute','ecs') + if hasattr(self, "endpoint_map"): + setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) + if hasattr(self, "endpoint_regional"): + setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) + def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceAutoRenewAttributeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceAutoRenewAttributeRequest.py index 373e8b7c97..8810a8505b 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceAutoRenewAttributeRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceAutoRenewAttributeRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,17 @@ # under the License. from aliyunsdkcore.request import RpcRequest +from aliyunsdkecs.endpoint import endpoint_data + class DescribeInstanceAutoRenewAttributeRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeInstanceAutoRenewAttribute') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeInstanceAutoRenewAttribute','ecs') + if hasattr(self, "endpoint_map"): + setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) + if hasattr(self, "endpoint_regional"): + setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) + def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceHistoryEventsRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceHistoryEventsRequest.py index 483873de94..55544e2f51 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceHistoryEventsRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceHistoryEventsRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,17 @@ # under the License. from aliyunsdkcore.request import RpcRequest +from aliyunsdkecs.endpoint import endpoint_data + class DescribeInstanceHistoryEventsRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeInstanceHistoryEvents') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeInstanceHistoryEvents','ecs') + if hasattr(self, "endpoint_map"): + setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) + if hasattr(self, "endpoint_regional"): + setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) + def get_EventIds(self): return self.get_query_params().get('EventIds') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceMonitorDataRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceMonitorDataRequest.py index 59b750387a..ffc791c599 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceMonitorDataRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceMonitorDataRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,17 @@ # under the License. from aliyunsdkcore.request import RpcRequest +from aliyunsdkecs.endpoint import endpoint_data + class DescribeInstanceMonitorDataRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeInstanceMonitorData') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeInstanceMonitorData','ecs') + if hasattr(self, "endpoint_map"): + setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) + if hasattr(self, "endpoint_regional"): + setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) + def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstancePhysicalAttributeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstancePhysicalAttributeRequest.py deleted file mode 100644 index 49e6f0f991..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstancePhysicalAttributeRequest.py +++ /dev/null @@ -1,54 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest -class DescribeInstancePhysicalAttributeRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeInstancePhysicalAttribute') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_InstanceId(self): - return self.get_query_params().get('InstanceId') - - def set_InstanceId(self,InstanceId): - self.add_query_param('InstanceId',InstanceId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstancePhysicalAttribute_GatedLaunchRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstancePhysicalAttribute_GatedLaunchRequest.py deleted file mode 100644 index d146f65e1b..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstancePhysicalAttribute_GatedLaunchRequest.py +++ /dev/null @@ -1,54 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest -class DescribeInstancePhysicalAttribute_GatedLaunchRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeInstancePhysicalAttribute_GatedLaunch','ecs') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_InstanceId(self): - return self.get_query_params().get('InstanceId') - - def set_InstanceId(self,InstanceId): - self.add_query_param('InstanceId',InstanceId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceRamRoleRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceRamRoleRequest.py index 31d21538d1..a74ab0d36d 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceRamRoleRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceRamRoleRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,17 @@ # under the License. from aliyunsdkcore.request import RpcRequest +from aliyunsdkecs.endpoint import endpoint_data + class DescribeInstanceRamRoleRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeInstanceRamRole') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeInstanceRamRole','ecs') + if hasattr(self, "endpoint_map"): + setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) + if hasattr(self, "endpoint_regional"): + setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) + def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceStatusRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceStatusRequest.py index 93eb7a0882..5f1ec9bdc2 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceStatusRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceStatusRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,17 @@ # under the License. from aliyunsdkcore.request import RpcRequest +from aliyunsdkecs.endpoint import endpoint_data + class DescribeInstanceStatusRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeInstanceStatus') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeInstanceStatus','ecs') + if hasattr(self, "endpoint_map"): + setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) + if hasattr(self, "endpoint_regional"): + setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) + def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceTopologyRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceTopologyRequest.py index 65bd9e7704..0a52bbffec 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceTopologyRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceTopologyRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,17 @@ # under the License. from aliyunsdkcore.request import RpcRequest +from aliyunsdkecs.endpoint import endpoint_data + class DescribeInstanceTopologyRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeInstanceTopology') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeInstanceTopology','ecs') + if hasattr(self, "endpoint_map"): + setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) + if hasattr(self, "endpoint_regional"): + setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) + def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceTypeFamiliesRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceTypeFamiliesRequest.py index aba5a11d18..4bc71aa003 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceTypeFamiliesRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceTypeFamiliesRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,17 @@ # under the License. from aliyunsdkcore.request import RpcRequest +from aliyunsdkecs.endpoint import endpoint_data + class DescribeInstanceTypeFamiliesRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeInstanceTypeFamilies') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeInstanceTypeFamilies','ecs') + if hasattr(self, "endpoint_map"): + setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) + if hasattr(self, "endpoint_regional"): + setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) + def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceTypesRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceTypesRequest.py index 1145929f36..f2c1dd61d6 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceTypesRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceTypesRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,17 @@ # under the License. from aliyunsdkcore.request import RpcRequest +from aliyunsdkecs.endpoint import endpoint_data + class DescribeInstanceTypesRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeInstanceTypes') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeInstanceTypes','ecs') + if hasattr(self, "endpoint_map"): + setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) + if hasattr(self, "endpoint_regional"): + setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) + def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceVncPasswdRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceVncPasswdRequest.py index 959fe8335f..4e1f30f280 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceVncPasswdRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceVncPasswdRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,17 @@ # under the License. from aliyunsdkcore.request import RpcRequest +from aliyunsdkecs.endpoint import endpoint_data + class DescribeInstanceVncPasswdRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeInstanceVncPasswd') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeInstanceVncPasswd','ecs') + if hasattr(self, "endpoint_map"): + setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) + if hasattr(self, "endpoint_regional"): + setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) + def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceVncPasswd_GatedLaunchRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceVncPasswd_GatedLaunchRequest.py deleted file mode 100644 index 5b44a20f73..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceVncPasswd_GatedLaunchRequest.py +++ /dev/null @@ -1,54 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest -class DescribeInstanceVncPasswd_GatedLaunchRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeInstanceVncPasswd_GatedLaunch','ecs') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_InstanceId(self): - return self.get_query_params().get('InstanceId') - - def set_InstanceId(self,InstanceId): - self.add_query_param('InstanceId',InstanceId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceVncUrlRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceVncUrlRequest.py index 2fc5750ca0..7c40520b8a 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceVncUrlRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceVncUrlRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,17 @@ # under the License. from aliyunsdkcore.request import RpcRequest +from aliyunsdkecs.endpoint import endpoint_data + class DescribeInstanceVncUrlRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeInstanceVncUrl') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeInstanceVncUrl','ecs') + if hasattr(self, "endpoint_map"): + setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) + if hasattr(self, "endpoint_regional"): + setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) + def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceVncUrl_GatedLaunchRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceVncUrl_GatedLaunchRequest.py deleted file mode 100644 index b5c649541a..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceVncUrl_GatedLaunchRequest.py +++ /dev/null @@ -1,54 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest -class DescribeInstanceVncUrl_GatedLaunchRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeInstanceVncUrl_GatedLaunch','ecs') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_InstanceId(self): - return self.get_query_params().get('InstanceId') - - def set_InstanceId(self,InstanceId): - self.add_query_param('InstanceId',InstanceId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstancesFullStatusRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstancesFullStatusRequest.py index ba41fad059..26c76db127 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstancesFullStatusRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstancesFullStatusRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,17 @@ # under the License. from aliyunsdkcore.request import RpcRequest +from aliyunsdkecs.endpoint import endpoint_data + class DescribeInstancesFullStatusRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeInstancesFullStatus') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeInstancesFullStatus','ecs') + if hasattr(self, "endpoint_map"): + setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) + if hasattr(self, "endpoint_regional"): + setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) + def get_EventIds(self): return self.get_query_params().get('EventIds') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstancesRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstancesRequest.py index d6b902a28d..59c90c7d97 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstancesRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstancesRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,17 @@ # under the License. from aliyunsdkcore.request import RpcRequest +from aliyunsdkecs.endpoint import endpoint_data + class DescribeInstancesRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeInstances') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeInstances','ecs') + if hasattr(self, "endpoint_map"): + setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) + if hasattr(self, "endpoint_regional"): + setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) + def get_InnerIpAddresses(self): return self.get_query_params().get('InnerIpAddresses') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeIntranetAttributeKbRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeIntranetAttributeKbRequest.py deleted file mode 100644 index 38e10a7914..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeIntranetAttributeKbRequest.py +++ /dev/null @@ -1,54 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest -class DescribeIntranetAttributeKbRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeIntranetAttributeKb') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_InstanceId(self): - return self.get_query_params().get('InstanceId') - - def set_InstanceId(self,InstanceId): - self.add_query_param('InstanceId',InstanceId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeIntranetAttributeKb_GatedLaunchRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeIntranetAttributeKb_GatedLaunchRequest.py deleted file mode 100644 index 2af569fa76..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeIntranetAttributeKb_GatedLaunchRequest.py +++ /dev/null @@ -1,54 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest -class DescribeIntranetAttributeKb_GatedLaunchRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeIntranetAttributeKb_GatedLaunch','ecs') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_InstanceId(self): - return self.get_query_params().get('InstanceId') - - def set_InstanceId(self,InstanceId): - self.add_query_param('InstanceId',InstanceId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInvocationResultsRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInvocationResultsRequest.py index a4702b35c8..017de4ffe4 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInvocationResultsRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInvocationResultsRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,17 @@ # under the License. from aliyunsdkcore.request import RpcRequest +from aliyunsdkecs.endpoint import endpoint_data + class DescribeInvocationResultsRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeInvocationResults') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeInvocationResults','ecs') + if hasattr(self, "endpoint_map"): + setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) + if hasattr(self, "endpoint_regional"): + setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) + def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -81,4 +88,10 @@ def get_InvokeRecordStatus(self): return self.get_query_params().get('InvokeRecordStatus') def set_InvokeRecordStatus(self,InvokeRecordStatus): - self.add_query_param('InvokeRecordStatus',InvokeRecordStatus) \ No newline at end of file + self.add_query_param('InvokeRecordStatus',InvokeRecordStatus) + + def get_IncludeHistory(self): + return self.get_query_params().get('IncludeHistory') + + def set_IncludeHistory(self,IncludeHistory): + self.add_query_param('IncludeHistory',IncludeHistory) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInvocationsRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInvocationsRequest.py index 31ffba6e90..c0a2ec8477 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInvocationsRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInvocationsRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,17 @@ # under the License. from aliyunsdkcore.request import RpcRequest +from aliyunsdkecs.endpoint import endpoint_data + class DescribeInvocationsRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeInvocations') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeInvocations','ecs') + if hasattr(self, "endpoint_map"): + setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) + if hasattr(self, "endpoint_regional"): + setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) + def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -47,6 +54,12 @@ def get_PageNumber(self): def set_PageNumber(self,PageNumber): self.add_query_param('PageNumber',PageNumber) + def get_ContentEncoding(self): + return self.get_query_params().get('ContentEncoding') + + def set_ContentEncoding(self,ContentEncoding): + self.add_query_param('ContentEncoding',ContentEncoding) + def get_PageSize(self): return self.get_query_params().get('PageSize') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeIpRangesRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeIpRangesRequest.py deleted file mode 100644 index d60fe94284..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeIpRangesRequest.py +++ /dev/null @@ -1,72 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest -class DescribeIpRangesRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeIpRanges') - - def get_NicType(self): - return self.get_query_params().get('NicType') - - def set_NicType(self,NicType): - self.add_query_param('NicType',NicType) - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_PageNumber(self): - return self.get_query_params().get('PageNumber') - - def set_PageNumber(self,PageNumber): - self.add_query_param('PageNumber',PageNumber) - - def get_PageSize(self): - return self.get_query_params().get('PageSize') - - def set_PageSize(self,PageSize): - self.add_query_param('PageSize',PageSize) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_ClusterId(self): - return self.get_query_params().get('ClusterId') - - def set_ClusterId(self,ClusterId): - self.add_query_param('ClusterId',ClusterId) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeKeyPairsRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeKeyPairsRequest.py index 5ca8e508d5..0c9b190e03 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeKeyPairsRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeKeyPairsRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,17 @@ # under the License. from aliyunsdkcore.request import RpcRequest +from aliyunsdkecs.endpoint import endpoint_data + class DescribeKeyPairsRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeKeyPairs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeKeyPairs','ecs') + if hasattr(self, "endpoint_map"): + setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) + if hasattr(self, "endpoint_regional"): + setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) + def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeLaunchTemplateVersionsRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeLaunchTemplateVersionsRequest.py index f1356b2f27..cb413b15b6 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeLaunchTemplateVersionsRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeLaunchTemplateVersionsRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,17 @@ # under the License. from aliyunsdkcore.request import RpcRequest +from aliyunsdkecs.endpoint import endpoint_data + class DescribeLaunchTemplateVersionsRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeLaunchTemplateVersions') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeLaunchTemplateVersions','ecs') + if hasattr(self, "endpoint_map"): + setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) + if hasattr(self, "endpoint_regional"): + setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) + def get_LaunchTemplateName(self): return self.get_query_params().get('LaunchTemplateName') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeLaunchTemplatesRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeLaunchTemplatesRequest.py index 4b0b31af43..a981730bb3 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeLaunchTemplatesRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeLaunchTemplatesRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,17 @@ # under the License. from aliyunsdkcore.request import RpcRequest +from aliyunsdkecs.endpoint import endpoint_data + class DescribeLaunchTemplatesRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeLaunchTemplates') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeLaunchTemplates','ecs') + if hasattr(self, "endpoint_map"): + setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) + if hasattr(self, "endpoint_regional"): + setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) + def get_LaunchTemplateNames(self): return self.get_query_params().get('LaunchTemplateNames') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeLimitationRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeLimitationRequest.py index 3774ddedc3..a98eff18a0 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeLimitationRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeLimitationRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,17 @@ # under the License. from aliyunsdkcore.request import RpcRequest +from aliyunsdkecs.endpoint import endpoint_data + class DescribeLimitationRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeLimitation') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeLimitation','ecs') + if hasattr(self, "endpoint_map"): + setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) + if hasattr(self, "endpoint_regional"): + setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) + def get_Limitation(self): return self.get_query_params().get('Limitation') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeLimitation_GatedLaunchRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeLimitation_GatedLaunchRequest.py deleted file mode 100644 index 7733045cd0..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeLimitation_GatedLaunchRequest.py +++ /dev/null @@ -1,54 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest -class DescribeLimitation_GatedLaunchRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeLimitation_GatedLaunch','ecs') - - def get_Limitation(self): - return self.get_query_params().get('Limitation') - - def set_Limitation(self,Limitation): - self.add_query_param('Limitation',Limitation) - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeNatGatewaysRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeNatGatewaysRequest.py index 056ed68eca..9966e5b066 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeNatGatewaysRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeNatGatewaysRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,17 @@ # under the License. from aliyunsdkcore.request import RpcRequest +from aliyunsdkecs.endpoint import endpoint_data + class DescribeNatGatewaysRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeNatGateways') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeNatGateways','ecs') + if hasattr(self, "endpoint_map"): + setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) + if hasattr(self, "endpoint_regional"): + setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) + def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeNetworkInterfacePermissionsRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeNetworkInterfacePermissionsRequest.py index 26fed9d278..91aec9b80e 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeNetworkInterfacePermissionsRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeNetworkInterfacePermissionsRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,17 @@ # under the License. from aliyunsdkcore.request import RpcRequest +from aliyunsdkecs.endpoint import endpoint_data + class DescribeNetworkInterfacePermissionsRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeNetworkInterfacePermissions') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeNetworkInterfacePermissions','ecs') + if hasattr(self, "endpoint_map"): + setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) + if hasattr(self, "endpoint_regional"): + setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) + def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeNetworkInterfacesRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeNetworkInterfacesRequest.py index 44b021266d..133fb7d4a1 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeNetworkInterfacesRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeNetworkInterfacesRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,17 @@ # under the License. from aliyunsdkcore.request import RpcRequest +from aliyunsdkecs.endpoint import endpoint_data + class DescribeNetworkInterfacesRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeNetworkInterfaces') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeNetworkInterfaces','ecs') + if hasattr(self, "endpoint_map"): + setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) + if hasattr(self, "endpoint_regional"): + setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) + def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -106,6 +113,14 @@ def get_VSwitchId(self): def set_VSwitchId(self,VSwitchId): self.add_query_param('VSwitchId',VSwitchId) + def get_PrivateIpAddresss(self): + return self.get_query_params().get('PrivateIpAddresss') + + def set_PrivateIpAddresss(self,PrivateIpAddresss): + for i in range(len(PrivateIpAddresss)): + if PrivateIpAddresss[i] is not None: + self.add_query_param('PrivateIpAddress.' + str(i + 1) , PrivateIpAddresss[i]); + def get_InstanceId(self): return self.get_query_params().get('InstanceId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeNewProjectEipMonitorDataRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeNewProjectEipMonitorDataRequest.py index afb405d83b..05c5ee2e6e 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeNewProjectEipMonitorDataRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeNewProjectEipMonitorDataRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,17 @@ # under the License. from aliyunsdkcore.request import RpcRequest +from aliyunsdkecs.endpoint import endpoint_data + class DescribeNewProjectEipMonitorDataRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeNewProjectEipMonitorData') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeNewProjectEipMonitorData','ecs') + if hasattr(self, "endpoint_map"): + setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) + if hasattr(self, "endpoint_regional"): + setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) + def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribePhysicalConnectionsRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribePhysicalConnectionsRequest.py index 1c21f484c2..af2016a00d 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribePhysicalConnectionsRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribePhysicalConnectionsRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,17 @@ # under the License. from aliyunsdkcore.request import RpcRequest +from aliyunsdkecs.endpoint import endpoint_data + class DescribePhysicalConnectionsRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribePhysicalConnections') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribePhysicalConnections','ecs') + if hasattr(self, "endpoint_map"): + setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) + if hasattr(self, "endpoint_regional"): + setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) + def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribePriceRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribePriceRequest.py index 92fcd0f667..faa1757d41 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribePriceRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribePriceRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,17 @@ # under the License. from aliyunsdkcore.request import RpcRequest +from aliyunsdkecs.endpoint import endpoint_data + class DescribePriceRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribePrice') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribePrice','ecs') + if hasattr(self, "endpoint_map"): + setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) + if hasattr(self, "endpoint_regional"): + setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) + def get_DataDisk3Size(self): return self.get_query_params().get('DataDisk.3.Size') @@ -35,18 +42,72 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) - def get_ImageId(self): - return self.get_query_params().get('ImageId') - - def set_ImageId(self,ImageId): - self.add_query_param('ImageId',ImageId) - def get_DataDisk3Category(self): return self.get_query_params().get('DataDisk.3.Category') def set_DataDisk3Category(self,DataDisk3Category): self.add_query_param('DataDisk.3.Category',DataDisk3Category) + def get_DataDisk4Size(self): + return self.get_query_params().get('DataDisk.4.Size') + + def set_DataDisk4Size(self,DataDisk4Size): + self.add_query_param('DataDisk.4.Size',DataDisk4Size) + + def get_PriceUnit(self): + return self.get_query_params().get('PriceUnit') + + def set_PriceUnit(self,PriceUnit): + self.add_query_param('PriceUnit',PriceUnit) + + def get_Period(self): + return self.get_query_params().get('Period') + + def set_Period(self,Period): + self.add_query_param('Period',Period) + + def get_DataDisk1PerformanceLevel(self): + return self.get_query_params().get('DataDisk.1.PerformanceLevel') + + def set_DataDisk1PerformanceLevel(self,DataDisk1PerformanceLevel): + self.add_query_param('DataDisk.1.PerformanceLevel',DataDisk1PerformanceLevel) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_InternetChargeType(self): + return self.get_query_params().get('InternetChargeType') + + def set_InternetChargeType(self,InternetChargeType): + self.add_query_param('InternetChargeType',InternetChargeType) + + def get_InstanceNetworkType(self): + return self.get_query_params().get('InstanceNetworkType') + + def set_InstanceNetworkType(self,InstanceNetworkType): + self.add_query_param('InstanceNetworkType',InstanceNetworkType) + + def get_InstanceAmount(self): + return self.get_query_params().get('InstanceAmount') + + def set_InstanceAmount(self,InstanceAmount): + self.add_query_param('InstanceAmount',InstanceAmount) + + def get_DataDisk3PerformanceLevel(self): + return self.get_query_params().get('DataDisk.3.PerformanceLevel') + + def set_DataDisk3PerformanceLevel(self,DataDisk3PerformanceLevel): + self.add_query_param('DataDisk.3.PerformanceLevel',DataDisk3PerformanceLevel) + + def get_ImageId(self): + return self.get_query_params().get('ImageId') + + def set_ImageId(self,ImageId): + self.add_query_param('ImageId',ImageId) + def get_IoOptimized(self): return self.get_query_params().get('IoOptimized') @@ -65,23 +126,41 @@ def get_SystemDiskCategory(self): def set_SystemDiskCategory(self,SystemDiskCategory): self.add_query_param('SystemDisk.Category',SystemDiskCategory) + def get_Platform(self): + return self.get_query_params().get('Platform') + + def set_Platform(self,Platform): + self.add_query_param('Platform',Platform) + + def get_Capacity(self): + return self.get_query_params().get('Capacity') + + def set_Capacity(self,Capacity): + self.add_query_param('Capacity',Capacity) + + def get_SystemDiskPerformanceLevel(self): + return self.get_query_params().get('SystemDisk.PerformanceLevel') + + def set_SystemDiskPerformanceLevel(self,SystemDiskPerformanceLevel): + self.add_query_param('SystemDisk.PerformanceLevel',SystemDiskPerformanceLevel) + def get_DataDisk4Category(self): return self.get_query_params().get('DataDisk.4.Category') def set_DataDisk4Category(self,DataDisk4Category): self.add_query_param('DataDisk.4.Category',DataDisk4Category) - def get_DataDisk4Size(self): - return self.get_query_params().get('DataDisk.4.Size') + def get_DataDisk4PerformanceLevel(self): + return self.get_query_params().get('DataDisk.4.PerformanceLevel') - def set_DataDisk4Size(self,DataDisk4Size): - self.add_query_param('DataDisk.4.Size',DataDisk4Size) + def set_DataDisk4PerformanceLevel(self,DataDisk4PerformanceLevel): + self.add_query_param('DataDisk.4.PerformanceLevel',DataDisk4PerformanceLevel) - def get_PriceUnit(self): - return self.get_query_params().get('PriceUnit') + def get_Scope(self): + return self.get_query_params().get('Scope') - def set_PriceUnit(self,PriceUnit): - self.add_query_param('PriceUnit',PriceUnit) + def set_Scope(self,Scope): + self.add_query_param('Scope',Scope) def get_InstanceType(self): return self.get_query_params().get('InstanceType') @@ -101,12 +180,6 @@ def get_DataDisk1Size(self): def set_DataDisk1Size(self,DataDisk1Size): self.add_query_param('DataDisk.1.Size',DataDisk1Size) - def get_Period(self): - return self.get_query_params().get('Period') - - def set_Period(self,Period): - self.add_query_param('Period',Period) - def get_Amount(self): return self.get_query_params().get('Amount') @@ -131,12 +204,6 @@ def get_DataDisk2Size(self): def set_DataDisk2Size(self,DataDisk2Size): self.add_query_param('DataDisk.2.Size',DataDisk2Size) - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - def get_ResourceType(self): return self.get_query_params().get('ResourceType') @@ -149,20 +216,20 @@ def get_DataDisk1Category(self): def set_DataDisk1Category(self,DataDisk1Category): self.add_query_param('DataDisk.1.Category',DataDisk1Category) + def get_DataDisk2PerformanceLevel(self): + return self.get_query_params().get('DataDisk.2.PerformanceLevel') + + def set_DataDisk2PerformanceLevel(self,DataDisk2PerformanceLevel): + self.add_query_param('DataDisk.2.PerformanceLevel',DataDisk2PerformanceLevel) + def get_SystemDiskSize(self): return self.get_query_params().get('SystemDisk.Size') def set_SystemDiskSize(self,SystemDiskSize): self.add_query_param('SystemDisk.Size',SystemDiskSize) - def get_InternetChargeType(self): - return self.get_query_params().get('InternetChargeType') + def get_OfferingType(self): + return self.get_query_params().get('OfferingType') - def set_InternetChargeType(self,InternetChargeType): - self.add_query_param('InternetChargeType',InternetChargeType) - - def get_InstanceNetworkType(self): - return self.get_query_params().get('InstanceNetworkType') - - def set_InstanceNetworkType(self,InstanceNetworkType): - self.add_query_param('InstanceNetworkType',InstanceNetworkType) \ No newline at end of file + def set_OfferingType(self,OfferingType): + self.add_query_param('OfferingType',OfferingType) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeRecommendInstanceTypeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeRecommendInstanceTypeRequest.py index 45e88cc17c..0729261960 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeRecommendInstanceTypeRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeRecommendInstanceTypeRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,17 @@ # under the License. from aliyunsdkcore.request import RpcRequest +from aliyunsdkecs.endpoint import endpoint_data + class DescribeRecommendInstanceTypeRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeRecommendInstanceType') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeRecommendInstanceType','ecs') + if hasattr(self, "endpoint_map"): + setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) + if hasattr(self, "endpoint_regional"): + setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) + def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -29,11 +36,29 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) - def get_channel(self): - return self.get_query_params().get('channel') + def get_InstancePpsRx(self): + return self.get_query_params().get('InstancePpsRx') + + def set_InstancePpsRx(self,InstancePpsRx): + self.add_query_param('InstancePpsRx',InstancePpsRx) + + def get_Memory(self): + return self.get_query_params().get('Memory') + + def set_Memory(self,Memory): + self.add_query_param('Memory',Memory) - def set_channel(self,channel): - self.add_query_param('channel',channel) + def get_InstancePpsTx(self): + return self.get_query_params().get('InstancePpsTx') + + def set_InstancePpsTx(self,InstancePpsTx): + self.add_query_param('InstancePpsTx',InstancePpsTx) + + def get_IoOptimized(self): + return self.get_query_params().get('IoOptimized') + + def set_IoOptimized(self,IoOptimized): + self.add_query_param('IoOptimized',IoOptimized) def get_NetworkType(self): return self.get_query_params().get('NetworkType') @@ -41,29 +66,53 @@ def get_NetworkType(self): def set_NetworkType(self,NetworkType): self.add_query_param('NetworkType',NetworkType) - def get_operator(self): - return self.get_query_params().get('operator') - - def set_operator(self,operator): - self.add_query_param('operator',operator) - def get_Scene(self): return self.get_query_params().get('Scene') def set_Scene(self,Scene): self.add_query_param('Scene',Scene) + def get_InstanceBandwidthTx(self): + return self.get_query_params().get('InstanceBandwidthTx') + + def set_InstanceBandwidthTx(self,InstanceBandwidthTx): + self.add_query_param('InstanceBandwidthTx',InstanceBandwidthTx) + + def get_Cores(self): + return self.get_query_params().get('Cores') + + def set_Cores(self,Cores): + self.add_query_param('Cores',Cores) + + def get_InstanceBandwidthRx(self): + return self.get_query_params().get('InstanceBandwidthRx') + + def set_InstanceBandwidthRx(self,InstanceBandwidthRx): + self.add_query_param('InstanceBandwidthRx',InstanceBandwidthRx) + + def get_SystemDiskCategory(self): + return self.get_query_params().get('SystemDiskCategory') + + def set_SystemDiskCategory(self,SystemDiskCategory): + self.add_query_param('SystemDiskCategory',SystemDiskCategory) + def get_InstanceType(self): return self.get_query_params().get('InstanceType') def set_InstanceType(self,InstanceType): self.add_query_param('InstanceType',InstanceType) - def get_proxyId(self): - return self.get_query_params().get('proxyId') + def get_InstanceChargeType(self): + return self.get_query_params().get('InstanceChargeType') + + def set_InstanceChargeType(self,InstanceChargeType): + self.add_query_param('InstanceChargeType',InstanceChargeType) - def set_proxyId(self,proxyId): - self.add_query_param('proxyId',proxyId) + def get_MaxPrice(self): + return self.get_query_params().get('MaxPrice') + + def set_MaxPrice(self,MaxPrice): + self.add_query_param('MaxPrice',MaxPrice) def get_ResourceOwnerAccount(self): return self.get_query_params().get('ResourceOwnerAccount') @@ -77,14 +126,34 @@ def get_OwnerAccount(self): def set_OwnerAccount(self,OwnerAccount): self.add_query_param('OwnerAccount',OwnerAccount) + def get_InstanceTypeFamilys(self): + return self.get_query_params().get('InstanceTypeFamilys') + + def set_InstanceTypeFamilys(self,InstanceTypeFamilys): + for i in range(len(InstanceTypeFamilys)): + if InstanceTypeFamilys[i] is not None: + self.add_query_param('InstanceTypeFamily.' + str(i + 1) , InstanceTypeFamilys[i]); + def get_OwnerId(self): return self.get_query_params().get('OwnerId') def set_OwnerId(self,OwnerId): self.add_query_param('OwnerId',OwnerId) - def get_token(self): - return self.get_query_params().get('token') + def get_SpotStrategy(self): + return self.get_query_params().get('SpotStrategy') + + def set_SpotStrategy(self,SpotStrategy): + self.add_query_param('SpotStrategy',SpotStrategy) + + def get_PriorityStrategy(self): + return self.get_query_params().get('PriorityStrategy') + + def set_PriorityStrategy(self,PriorityStrategy): + self.add_query_param('PriorityStrategy',PriorityStrategy) + + def get_ZoneId(self): + return self.get_query_params().get('ZoneId') - def set_token(self,token): - self.add_query_param('token',token) \ No newline at end of file + def set_ZoneId(self,ZoneId): + self.add_query_param('ZoneId',ZoneId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeRegionsRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeRegionsRequest.py index bc69400112..11d7cebdc6 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeRegionsRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeRegionsRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,17 @@ # under the License. from aliyunsdkcore.request import RpcRequest +from aliyunsdkecs.endpoint import endpoint_data + class DescribeRegionsRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeRegions') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeRegions','ecs') + if hasattr(self, "endpoint_map"): + setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) + if hasattr(self, "endpoint_regional"): + setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) + def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeRenewalPriceRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeRenewalPriceRequest.py index e637f97198..cff08d4a57 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeRenewalPriceRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeRenewalPriceRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,17 @@ # under the License. from aliyunsdkcore.request import RpcRequest +from aliyunsdkecs.endpoint import endpoint_data + class DescribeRenewalPriceRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeRenewalPrice') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeRenewalPrice','ecs') + if hasattr(self, "endpoint_map"): + setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) + if hasattr(self, "endpoint_regional"): + setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) + def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeReservedInstancesRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeReservedInstancesRequest.py index 29f111f056..ce6b4de705 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeReservedInstancesRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeReservedInstancesRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,17 @@ # under the License. from aliyunsdkcore.request import RpcRequest +from aliyunsdkecs.endpoint import endpoint_data + class DescribeReservedInstancesRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeReservedInstances') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeReservedInstances','ecs') + if hasattr(self, "endpoint_map"): + setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) + if hasattr(self, "endpoint_regional"): + setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) + def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeResourceByTagsRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeResourceByTagsRequest.py index e5252a261c..76aaab27b6 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeResourceByTagsRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeResourceByTagsRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,17 @@ # under the License. from aliyunsdkcore.request import RpcRequest +from aliyunsdkecs.endpoint import endpoint_data + class DescribeResourceByTagsRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeResourceByTags') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeResourceByTags','ecs') + if hasattr(self, "endpoint_map"): + setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) + if hasattr(self, "endpoint_regional"): + setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) + def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeResourcesModificationRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeResourcesModificationRequest.py index ac4306be5b..347f648b5e 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeResourcesModificationRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeResourcesModificationRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,17 @@ # under the License. from aliyunsdkcore.request import RpcRequest +from aliyunsdkecs.endpoint import endpoint_data + class DescribeResourcesModificationRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeResourcesModification') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeResourcesModification','ecs') + if hasattr(self, "endpoint_map"): + setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) + if hasattr(self, "endpoint_regional"): + setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) + def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeRouteTablesRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeRouteTablesRequest.py index 6a93b98336..89202211e6 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeRouteTablesRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeRouteTablesRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,17 @@ # under the License. from aliyunsdkcore.request import RpcRequest +from aliyunsdkecs.endpoint import endpoint_data + class DescribeRouteTablesRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeRouteTables') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeRouteTables','ecs') + if hasattr(self, "endpoint_map"): + setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) + if hasattr(self, "endpoint_regional"): + setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) + def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeRouterInterfacesRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeRouterInterfacesRequest.py index 82cf493808..c424226655 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeRouterInterfacesRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeRouterInterfacesRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,17 @@ # under the License. from aliyunsdkcore.request import RpcRequest +from aliyunsdkecs.endpoint import endpoint_data + class DescribeRouterInterfacesRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeRouterInterfaces') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeRouterInterfaces','ecs') + if hasattr(self, "endpoint_map"): + setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) + if hasattr(self, "endpoint_regional"): + setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) + def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeSecurityGroupAttributeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeSecurityGroupAttributeRequest.py index 726bbf2092..72a7c05e89 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeSecurityGroupAttributeRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeSecurityGroupAttributeRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,17 @@ # under the License. from aliyunsdkcore.request import RpcRequest +from aliyunsdkecs.endpoint import endpoint_data + class DescribeSecurityGroupAttributeRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeSecurityGroupAttribute') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeSecurityGroupAttribute','ecs') + if hasattr(self, "endpoint_map"): + setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) + if hasattr(self, "endpoint_regional"): + setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) + def get_NicType(self): return self.get_query_params().get('NicType') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeSecurityGroupReferencesRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeSecurityGroupReferencesRequest.py index 5eedba0f8c..162599ba98 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeSecurityGroupReferencesRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeSecurityGroupReferencesRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,17 @@ # under the License. from aliyunsdkcore.request import RpcRequest +from aliyunsdkecs.endpoint import endpoint_data + class DescribeSecurityGroupReferencesRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeSecurityGroupReferences') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeSecurityGroupReferences','ecs') + if hasattr(self, "endpoint_map"): + setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) + if hasattr(self, "endpoint_regional"): + setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) + def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeSecurityGroupsRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeSecurityGroupsRequest.py index ffec9f67a2..2a9571eb41 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeSecurityGroupsRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeSecurityGroupsRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,17 @@ # under the License. from aliyunsdkcore.request import RpcRequest +from aliyunsdkecs.endpoint import endpoint_data + class DescribeSecurityGroupsRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeSecurityGroups') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeSecurityGroups','ecs') + if hasattr(self, "endpoint_map"): + setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) + if hasattr(self, "endpoint_regional"): + setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) + def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeSnapshotLinksRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeSnapshotLinksRequest.py index d00b21e60b..29cba03b63 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeSnapshotLinksRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeSnapshotLinksRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,17 @@ # under the License. from aliyunsdkcore.request import RpcRequest +from aliyunsdkecs.endpoint import endpoint_data + class DescribeSnapshotLinksRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeSnapshotLinks') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeSnapshotLinks','ecs') + if hasattr(self, "endpoint_map"): + setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) + if hasattr(self, "endpoint_regional"): + setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) + def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeSnapshotMonitorDataRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeSnapshotMonitorDataRequest.py index 6eabb51722..da7833cf7c 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeSnapshotMonitorDataRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeSnapshotMonitorDataRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,17 @@ # under the License. from aliyunsdkcore.request import RpcRequest +from aliyunsdkecs.endpoint import endpoint_data + class DescribeSnapshotMonitorDataRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeSnapshotMonitorData') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeSnapshotMonitorData','ecs') + if hasattr(self, "endpoint_map"): + setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) + if hasattr(self, "endpoint_regional"): + setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) + def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeSnapshotPackageRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeSnapshotPackageRequest.py index 46ef75f8c9..2454999543 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeSnapshotPackageRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeSnapshotPackageRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,17 @@ # under the License. from aliyunsdkcore.request import RpcRequest +from aliyunsdkecs.endpoint import endpoint_data + class DescribeSnapshotPackageRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeSnapshotPackage') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeSnapshotPackage','ecs') + if hasattr(self, "endpoint_map"): + setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) + if hasattr(self, "endpoint_regional"): + setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) + def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeSnapshotsRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeSnapshotsRequest.py index a9e64da90e..ceb894aabd 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeSnapshotsRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeSnapshotsRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,17 @@ # under the License. from aliyunsdkcore.request import RpcRequest +from aliyunsdkecs.endpoint import endpoint_data + class DescribeSnapshotsRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeSnapshots') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeSnapshots','ecs') + if hasattr(self, "endpoint_map"): + setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) + if hasattr(self, "endpoint_regional"): + setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) + def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeSnapshotsUsageRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeSnapshotsUsageRequest.py index 1a51ab7ed0..96ed975f12 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeSnapshotsUsageRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeSnapshotsUsageRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,17 @@ # under the License. from aliyunsdkcore.request import RpcRequest +from aliyunsdkecs.endpoint import endpoint_data + class DescribeSnapshotsUsageRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeSnapshotsUsage') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeSnapshotsUsage','ecs') + if hasattr(self, "endpoint_map"): + setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) + if hasattr(self, "endpoint_regional"): + setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) + def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeSpotPriceHistoryRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeSpotPriceHistoryRequest.py index 08734f8596..e1c687b606 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeSpotPriceHistoryRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeSpotPriceHistoryRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,17 @@ # under the License. from aliyunsdkcore.request import RpcRequest +from aliyunsdkecs.endpoint import endpoint_data + class DescribeSpotPriceHistoryRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeSpotPriceHistory') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeSpotPriceHistory','ecs') + if hasattr(self, "endpoint_map"): + setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) + if hasattr(self, "endpoint_regional"): + setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) + def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -89,6 +96,12 @@ def get_OwnerId(self): def set_OwnerId(self,OwnerId): self.add_query_param('OwnerId',OwnerId) + def get_SpotDuration(self): + return self.get_query_params().get('SpotDuration') + + def set_SpotDuration(self,SpotDuration): + self.add_query_param('SpotDuration',SpotDuration) + def get_ZoneId(self): return self.get_query_params().get('ZoneId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DescribeKMSKeysRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeStorageSetDetailsRequest.py similarity index 61% rename from aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DescribeKMSKeysRequest.py rename to aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeStorageSetDetailsRequest.py index 7e0940aad1..1a0652e940 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DescribeKMSKeysRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeStorageSetDetailsRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,17 @@ # under the License. from aliyunsdkcore.request import RpcRequest -class DescribeKMSKeysRequest(RpcRequest): +from aliyunsdkecs.endpoint import endpoint_data + +class DescribeStorageSetDetailsRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2016-03-14', 'DescribeKMSKeys') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeStorageSetDetails','ecs') + if hasattr(self, "endpoint_map"): + setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) + if hasattr(self, "endpoint_regional"): + setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) + def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -29,17 +36,11 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) - def get_channel(self): - return self.get_query_params().get('channel') - - def set_channel(self,channel): - self.add_query_param('channel',channel) + def get_ClientToken(self): + return self.get_query_params().get('ClientToken') - def get_operator(self): - return self.get_query_params().get('operator') - - def set_operator(self,operator): - self.add_query_param('operator',operator) + def set_ClientToken(self,ClientToken): + self.add_query_param('ClientToken',ClientToken) def get_PageNumber(self): return self.get_query_params().get('PageNumber') @@ -53,11 +54,17 @@ def get_PageSize(self): def set_PageSize(self,PageSize): self.add_query_param('PageSize',PageSize) - def get_proxyId(self): - return self.get_query_params().get('proxyId') + def get_StorageSetPartitionNumber(self): + return self.get_query_params().get('StorageSetPartitionNumber') + + def set_StorageSetPartitionNumber(self,StorageSetPartitionNumber): + self.add_query_param('StorageSetPartitionNumber',StorageSetPartitionNumber) + + def get_DiskIds(self): + return self.get_query_params().get('DiskIds') - def set_proxyId(self,proxyId): - self.add_query_param('proxyId',proxyId) + def set_DiskIds(self,DiskIds): + self.add_query_param('DiskIds',DiskIds) def get_ResourceOwnerAccount(self): return self.get_query_params().get('ResourceOwnerAccount') @@ -77,14 +84,8 @@ def get_OwnerId(self): def set_OwnerId(self,OwnerId): self.add_query_param('OwnerId',OwnerId) - def get_token(self): - return self.get_query_params().get('token') - - def set_token(self,token): - self.add_query_param('token',token) - - def get_appKey(self): - return self.get_query_params().get('appKey') + def get_StorageSetId(self): + return self.get_query_params().get('StorageSetId') - def set_appKey(self,appKey): - self.add_query_param('appKey',appKey) \ No newline at end of file + def set_StorageSetId(self,StorageSetId): + self.add_query_param('StorageSetId',StorageSetId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DescribeCapacityReservationsRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeStorageSetsRequest.py similarity index 63% rename from aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DescribeCapacityReservationsRequest.py rename to aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeStorageSetsRequest.py index dcaa78418f..dc4076fb36 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DescribeCapacityReservationsRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeStorageSetsRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,17 @@ # under the License. from aliyunsdkcore.request import RpcRequest -class DescribeCapacityReservationsRequest(RpcRequest): +from aliyunsdkecs.endpoint import endpoint_data + +class DescribeStorageSetsRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2016-03-14', 'DescribeCapacityReservations') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeStorageSets','ecs') + if hasattr(self, "endpoint_map"): + setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) + if hasattr(self, "endpoint_regional"): + setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) + def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -29,6 +36,18 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) + def get_ClientToken(self): + return self.get_query_params().get('ClientToken') + + def set_ClientToken(self,ClientToken): + self.add_query_param('ClientToken',ClientToken) + + def get_StorageSetIds(self): + return self.get_query_params().get('StorageSetIds') + + def set_StorageSetIds(self,StorageSetIds): + self.add_query_param('StorageSetIds',StorageSetIds) + def get_PageNumber(self): return self.get_query_params().get('PageNumber') @@ -41,17 +60,6 @@ def get_PageSize(self): def set_PageSize(self,PageSize): self.add_query_param('PageSize',PageSize) - def get_Tags(self): - return self.get_query_params().get('Tags') - - def set_Tags(self,Tags): - for i in range(len(Tags)): - if Tags[i].get('Key') is not None: - self.add_query_param('Tag.' + str(i + 1) + '.Key' , Tags[i].get('Key')) - if Tags[i].get('Value') is not None: - self.add_query_param('Tag.' + str(i + 1) + '.Value' , Tags[i].get('Value')) - - def get_ResourceOwnerAccount(self): return self.get_query_params().get('ResourceOwnerAccount') @@ -70,26 +78,14 @@ def get_OwnerId(self): def set_OwnerId(self,OwnerId): self.add_query_param('OwnerId',OwnerId) - def get_CapacityReservationIds(self): - return self.get_query_params().get('CapacityReservationIds') - - def set_CapacityReservationIds(self,CapacityReservationIds): - self.add_query_param('CapacityReservationIds',CapacityReservationIds) - - def get_CapacityReservationName(self): - return self.get_query_params().get('CapacityReservationName') - - def set_CapacityReservationName(self,CapacityReservationName): - self.add_query_param('CapacityReservationName',CapacityReservationName) - def get_ZoneId(self): return self.get_query_params().get('ZoneId') def set_ZoneId(self,ZoneId): self.add_query_param('ZoneId',ZoneId) - def get_Status(self): - return self.get_query_params().get('Status') + def get_StorageSetName(self): + return self.get_query_params().get('StorageSetName') - def set_Status(self,Status): - self.add_query_param('Status',Status) \ No newline at end of file + def set_StorageSetName(self,StorageSetName): + self.add_query_param('StorageSetName',StorageSetName) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeTagKeysRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeTagKeysRequest.py deleted file mode 100644 index 12a7196a09..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeTagKeysRequest.py +++ /dev/null @@ -1,72 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest -class DescribeTagKeysRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeTagKeys') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_PageNumber(self): - return self.get_query_params().get('PageNumber') - - def set_PageNumber(self,PageNumber): - self.add_query_param('PageNumber',PageNumber) - - def get_PageSize(self): - return self.get_query_params().get('PageSize') - - def set_PageSize(self,PageSize): - self.add_query_param('PageSize',PageSize) - - def get_ResourceId(self): - return self.get_query_params().get('ResourceId') - - def set_ResourceId(self,ResourceId): - self.add_query_param('ResourceId',ResourceId) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_ResourceType(self): - return self.get_query_params().get('ResourceType') - - def set_ResourceType(self,ResourceType): - self.add_query_param('ResourceType',ResourceType) - - def get_Category(self): - return self.get_query_params().get('Category') - - def set_Category(self,Category): - self.add_query_param('Category',Category) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeTagKeys_GatedLaunchRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeTagKeys_GatedLaunchRequest.py deleted file mode 100644 index 2758a45e05..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeTagKeys_GatedLaunchRequest.py +++ /dev/null @@ -1,66 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest -class DescribeTagKeys_GatedLaunchRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeTagKeys_GatedLaunch','ecs') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_PageNumber(self): - return self.get_query_params().get('PageNumber') - - def set_PageNumber(self,PageNumber): - self.add_query_param('PageNumber',PageNumber) - - def get_PageSize(self): - return self.get_query_params().get('PageSize') - - def set_PageSize(self,PageSize): - self.add_query_param('PageSize',PageSize) - - def get_ResourceId(self): - return self.get_query_params().get('ResourceId') - - def set_ResourceId(self,ResourceId): - self.add_query_param('ResourceId',ResourceId) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_ResourceType(self): - return self.get_query_params().get('ResourceType') - - def set_ResourceType(self,ResourceType): - self.add_query_param('ResourceType',ResourceType) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeTagsRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeTagsRequest.py index ea7ace4a74..5826af5fd9 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeTagsRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeTagsRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,17 @@ # under the License. from aliyunsdkcore.request import RpcRequest +from aliyunsdkecs.endpoint import endpoint_data + class DescribeTagsRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeTags') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeTags','ecs') + if hasattr(self, "endpoint_map"): + setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) + if hasattr(self, "endpoint_regional"): + setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) + def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeTaskAttributeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeTaskAttributeRequest.py index a92e19dde5..b43c419fea 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeTaskAttributeRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeTaskAttributeRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,17 @@ # under the License. from aliyunsdkcore.request import RpcRequest +from aliyunsdkecs.endpoint import endpoint_data + class DescribeTaskAttributeRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeTaskAttribute') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeTaskAttribute','ecs') + if hasattr(self, "endpoint_map"): + setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) + if hasattr(self, "endpoint_regional"): + setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) + def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -29,6 +36,12 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) + def get_TaskId(self): + return self.get_query_params().get('TaskId') + + def set_TaskId(self,TaskId): + self.add_query_param('TaskId',TaskId) + def get_ResourceOwnerAccount(self): return self.get_query_params().get('ResourceOwnerAccount') @@ -39,10 +52,4 @@ def get_OwnerId(self): return self.get_query_params().get('OwnerId') def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_TaskId(self): - return self.get_query_params().get('TaskId') - - def set_TaskId(self,TaskId): - self.add_query_param('TaskId',TaskId) \ No newline at end of file + self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeTasksRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeTasksRequest.py index c38c27b62a..4ac43ba2a7 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeTasksRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeTasksRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,17 @@ # under the License. from aliyunsdkcore.request import RpcRequest +from aliyunsdkecs.endpoint import endpoint_data + class DescribeTasksRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeTasks') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeTasks','ecs') + if hasattr(self, "endpoint_map"): + setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) + if hasattr(self, "endpoint_regional"): + setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) + def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -29,36 +36,12 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_EndTime(self): - return self.get_query_params().get('EndTime') - - def set_EndTime(self,EndTime): - self.add_query_param('EndTime',EndTime) - def get_StartTime(self): return self.get_query_params().get('StartTime') def set_StartTime(self,StartTime): self.add_query_param('StartTime',StartTime) - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - def get_TaskIds(self): return self.get_query_params().get('TaskIds') @@ -83,6 +66,30 @@ def get_PageSize(self): def set_PageSize(self,PageSize): self.add_query_param('PageSize',PageSize) + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_EndTime(self): + return self.get_query_params().get('EndTime') + + def set_EndTime(self,EndTime): + self.add_query_param('EndTime',EndTime) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + def get_TaskAction(self): return self.get_query_params().get('TaskAction') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeUserBusinessBehaviorRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeUserBusinessBehaviorRequest.py index da36edf605..139f6a1229 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeUserBusinessBehaviorRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeUserBusinessBehaviorRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,17 @@ # under the License. from aliyunsdkcore.request import RpcRequest +from aliyunsdkecs.endpoint import endpoint_data + class DescribeUserBusinessBehaviorRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeUserBusinessBehavior') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeUserBusinessBehavior','ecs') + if hasattr(self, "endpoint_map"): + setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) + if hasattr(self, "endpoint_regional"): + setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) + def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeUserDataRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeUserDataRequest.py index e88b21059c..023f2ffa22 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeUserDataRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeUserDataRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,17 @@ # under the License. from aliyunsdkcore.request import RpcRequest +from aliyunsdkecs.endpoint import endpoint_data + class DescribeUserDataRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeUserData') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeUserData','ecs') + if hasattr(self, "endpoint_map"): + setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) + if hasattr(self, "endpoint_regional"): + setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) + def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeUserData_GatedLaunchRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeUserData_GatedLaunchRequest.py deleted file mode 100644 index 718284dd6f..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeUserData_GatedLaunchRequest.py +++ /dev/null @@ -1,48 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest -class DescribeUserData_GatedLaunchRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeUserData_GatedLaunch','ecs') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_InstanceId(self): - return self.get_query_params().get('InstanceId') - - def set_InstanceId(self,InstanceId): - self.add_query_param('InstanceId',InstanceId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeVRoutersRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeVRoutersRequest.py index 4268080f66..5e5918cda9 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeVRoutersRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeVRoutersRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,17 @@ # under the License. from aliyunsdkcore.request import RpcRequest +from aliyunsdkecs.endpoint import endpoint_data + class DescribeVRoutersRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeVRouters') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeVRouters','ecs') + if hasattr(self, "endpoint_map"): + setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) + if hasattr(self, "endpoint_regional"): + setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) + def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeVSwitchesRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeVSwitchesRequest.py index 29535918f9..34ceef0300 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeVSwitchesRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeVSwitchesRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,17 @@ # under the License. from aliyunsdkcore.request import RpcRequest +from aliyunsdkecs.endpoint import endpoint_data + class DescribeVSwitchesRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeVSwitches') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeVSwitches','ecs') + if hasattr(self, "endpoint_map"): + setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) + if hasattr(self, "endpoint_regional"): + setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) + def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeVirtualBorderRoutersForPhysicalConnectionRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeVirtualBorderRoutersForPhysicalConnectionRequest.py index 4115949774..d64917447e 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeVirtualBorderRoutersForPhysicalConnectionRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeVirtualBorderRoutersForPhysicalConnectionRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,17 @@ # under the License. from aliyunsdkcore.request import RpcRequest +from aliyunsdkecs.endpoint import endpoint_data + class DescribeVirtualBorderRoutersForPhysicalConnectionRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeVirtualBorderRoutersForPhysicalConnection') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeVirtualBorderRoutersForPhysicalConnection','ecs') + if hasattr(self, "endpoint_map"): + setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) + if hasattr(self, "endpoint_regional"): + setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) + def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeVirtualBorderRoutersRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeVirtualBorderRoutersRequest.py index 1972907a13..a6d53b0970 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeVirtualBorderRoutersRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeVirtualBorderRoutersRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,17 @@ # under the License. from aliyunsdkcore.request import RpcRequest +from aliyunsdkecs.endpoint import endpoint_data + class DescribeVirtualBorderRoutersRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeVirtualBorderRouters') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeVirtualBorderRouters','ecs') + if hasattr(self, "endpoint_map"): + setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) + if hasattr(self, "endpoint_regional"): + setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) + def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeVolumesRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeVolumesRequest.py deleted file mode 100644 index 6ce534e3c4..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeVolumesRequest.py +++ /dev/null @@ -1,137 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest -class DescribeVolumesRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeVolumes') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_SnapshotId(self): - return self.get_query_params().get('SnapshotId') - - def set_SnapshotId(self,SnapshotId): - self.add_query_param('SnapshotId',SnapshotId) - - def get_AutoSnapshotPolicyId(self): - return self.get_query_params().get('AutoSnapshotPolicyId') - - def set_AutoSnapshotPolicyId(self,AutoSnapshotPolicyId): - self.add_query_param('AutoSnapshotPolicyId',AutoSnapshotPolicyId) - - def get_PageNumber(self): - return self.get_query_params().get('PageNumber') - - def set_PageNumber(self,PageNumber): - self.add_query_param('PageNumber',PageNumber) - - def get_LockReason(self): - return self.get_query_params().get('LockReason') - - def set_LockReason(self,LockReason): - self.add_query_param('LockReason',LockReason) - - def get_PageSize(self): - return self.get_query_params().get('PageSize') - - def set_PageSize(self,PageSize): - self.add_query_param('PageSize',PageSize) - - def get_Tags(self): - return self.get_query_params().get('Tags') - - def set_Tags(self,Tags): - for i in range(len(Tags)): - if Tags[i].get('Value') is not None: - self.add_query_param('Tag.' + str(i + 1) + '.Value' , Tags[i].get('Value')) - if Tags[i].get('Key') is not None: - self.add_query_param('Tag.' + str(i + 1) + '.Key' , Tags[i].get('Key')) - - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_EnableAutomatedSnapshotPolicy(self): - return self.get_query_params().get('EnableAutomatedSnapshotPolicy') - - def set_EnableAutomatedSnapshotPolicy(self,EnableAutomatedSnapshotPolicy): - self.add_query_param('EnableAutomatedSnapshotPolicy',EnableAutomatedSnapshotPolicy) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_InstanceId(self): - return self.get_query_params().get('InstanceId') - - def set_InstanceId(self,InstanceId): - self.add_query_param('InstanceId',InstanceId) - - def get_Encrypted(self): - return self.get_query_params().get('Encrypted') - - def set_Encrypted(self,Encrypted): - self.add_query_param('Encrypted',Encrypted) - - def get_ZoneId(self): - return self.get_query_params().get('ZoneId') - - def set_ZoneId(self,ZoneId): - self.add_query_param('ZoneId',ZoneId) - - def get_VolumeIds(self): - return self.get_query_params().get('VolumeIds') - - def set_VolumeIds(self,VolumeIds): - self.add_query_param('VolumeIds',VolumeIds) - - def get_Category(self): - return self.get_query_params().get('Category') - - def set_Category(self,Category): - self.add_query_param('Category',Category) - - def get_KMSKeyId(self): - return self.get_query_params().get('KMSKeyId') - - def set_KMSKeyId(self,KMSKeyId): - self.add_query_param('KMSKeyId',KMSKeyId) - - def get_Status(self): - return self.get_query_params().get('Status') - - def set_Status(self,Status): - self.add_query_param('Status',Status) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeVpcsRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeVpcsRequest.py index 443a233a0f..afd077b18e 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeVpcsRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeVpcsRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,17 @@ # under the License. from aliyunsdkcore.request import RpcRequest +from aliyunsdkecs.endpoint import endpoint_data + class DescribeVpcsRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeVpcs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeVpcs','ecs') + if hasattr(self, "endpoint_map"): + setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) + if hasattr(self, "endpoint_regional"): + setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) + def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeZonesRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeZonesRequest.py index 0775ecffec..0ccb2a9cbf 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeZonesRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeZonesRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,17 @@ # under the License. from aliyunsdkcore.request import RpcRequest +from aliyunsdkecs.endpoint import endpoint_data + class DescribeZonesRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeZones') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeZones','ecs') + if hasattr(self, "endpoint_map"): + setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) + if hasattr(self, "endpoint_regional"): + setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) + def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DetachClassicLinkVpcRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DetachClassicLinkVpcRequest.py index 650a75ba29..49b9b664b0 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DetachClassicLinkVpcRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DetachClassicLinkVpcRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,17 @@ # under the License. from aliyunsdkcore.request import RpcRequest +from aliyunsdkecs.endpoint import endpoint_data + class DetachClassicLinkVpcRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DetachClassicLinkVpc') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DetachClassicLinkVpc','ecs') + if hasattr(self, "endpoint_map"): + setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) + if hasattr(self, "endpoint_regional"): + setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) + def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DetachDiskRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DetachDiskRequest.py index 71b21f4adb..562af15e61 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DetachDiskRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DetachDiskRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,17 @@ # under the License. from aliyunsdkcore.request import RpcRequest +from aliyunsdkecs.endpoint import endpoint_data + class DetachDiskRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DetachDisk') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DetachDisk','ecs') + if hasattr(self, "endpoint_map"): + setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) + if hasattr(self, "endpoint_regional"): + setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) + def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DetachDisk_GatedLaunchRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DetachDisk_GatedLaunchRequest.py deleted file mode 100644 index c193e4022d..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DetachDisk_GatedLaunchRequest.py +++ /dev/null @@ -1,60 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest -class DetachDisk_GatedLaunchRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DetachDisk_GatedLaunch','ecs') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_DiskId(self): - return self.get_query_params().get('DiskId') - - def set_DiskId(self,DiskId): - self.add_query_param('DiskId',DiskId) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_InstanceId(self): - return self.get_query_params().get('InstanceId') - - def set_InstanceId(self,InstanceId): - self.add_query_param('InstanceId',InstanceId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DetachInstanceRamRoleRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DetachInstanceRamRoleRequest.py index dca5c80c94..2afcc1c494 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DetachInstanceRamRoleRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DetachInstanceRamRoleRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,17 @@ # under the License. from aliyunsdkcore.request import RpcRequest +from aliyunsdkecs.endpoint import endpoint_data + class DetachInstanceRamRoleRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DetachInstanceRamRole') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DetachInstanceRamRole','ecs') + if hasattr(self, "endpoint_map"): + setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) + if hasattr(self, "endpoint_regional"): + setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) + def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DetachKeyPairRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DetachKeyPairRequest.py index eee399e119..101423a2c6 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DetachKeyPairRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DetachKeyPairRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,17 @@ # under the License. from aliyunsdkcore.request import RpcRequest +from aliyunsdkecs.endpoint import endpoint_data + class DetachKeyPairRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DetachKeyPair') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DetachKeyPair','ecs') + if hasattr(self, "endpoint_map"): + setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) + if hasattr(self, "endpoint_regional"): + setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) + def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DetachNetworkInterfaceRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DetachNetworkInterfaceRequest.py index d901e757c5..006cc734dd 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DetachNetworkInterfaceRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DetachNetworkInterfaceRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,17 @@ # under the License. from aliyunsdkcore.request import RpcRequest +from aliyunsdkecs.endpoint import endpoint_data + class DetachNetworkInterfaceRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DetachNetworkInterface') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DetachNetworkInterface','ecs') + if hasattr(self, "endpoint_map"): + setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) + if hasattr(self, "endpoint_regional"): + setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) + def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DetachVolumeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DetachVolumeRequest.py deleted file mode 100644 index fe96c98d34..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DetachVolumeRequest.py +++ /dev/null @@ -1,60 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest -class DetachVolumeRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DetachVolume') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_InstanceId(self): - return self.get_query_params().get('InstanceId') - - def set_InstanceId(self,InstanceId): - self.add_query_param('InstanceId',InstanceId) - - def get_VolumeId(self): - return self.get_query_params().get('VolumeId') - - def set_VolumeId(self,VolumeId): - self.add_query_param('VolumeId',VolumeId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DetachVolume_GatedLaunchRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DetachVolume_GatedLaunchRequest.py deleted file mode 100644 index 5de7663ec4..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DetachVolume_GatedLaunchRequest.py +++ /dev/null @@ -1,60 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest -class DetachVolume_GatedLaunchRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DetachVolume_GatedLaunch','ecs') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_InstanceId(self): - return self.get_query_params().get('InstanceId') - - def set_InstanceId(self,InstanceId): - self.add_query_param('InstanceId',InstanceId) - - def get_VolumeId(self): - return self.get_query_params().get('VolumeId') - - def set_VolumeId(self,VolumeId): - self.add_query_param('VolumeId',VolumeId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/EipFillParamsRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/EipFillParamsRequest.py index 38bc2f0f1b..8ee436e565 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/EipFillParamsRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/EipFillParamsRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,17 @@ # under the License. from aliyunsdkcore.request import RpcRequest +from aliyunsdkecs.endpoint import endpoint_data + class EipFillParamsRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'EipFillParams') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'EipFillParams','ecs') + if hasattr(self, "endpoint_map"): + setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) + if hasattr(self, "endpoint_regional"): + setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) + def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/EipFillProductRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/EipFillProductRequest.py index fab220ef51..71a5627e37 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/EipFillProductRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/EipFillProductRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,17 @@ # under the License. from aliyunsdkcore.request import RpcRequest +from aliyunsdkecs.endpoint import endpoint_data + class EipFillProductRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'EipFillProduct') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'EipFillProduct','ecs') + if hasattr(self, "endpoint_map"): + setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) + if hasattr(self, "endpoint_regional"): + setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) + def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/EipNotifyPaidRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/EipNotifyPaidRequest.py index df42de9762..d3801c414b 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/EipNotifyPaidRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/EipNotifyPaidRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,17 @@ # under the License. from aliyunsdkcore.request import RpcRequest +from aliyunsdkecs.endpoint import endpoint_data + class EipNotifyPaidRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'EipNotifyPaid') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'EipNotifyPaid','ecs') + if hasattr(self, "endpoint_map"): + setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) + if hasattr(self, "endpoint_regional"): + setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) + def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/EnablePhysicalConnectionRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/EnablePhysicalConnectionRequest.py index 1cf7e25d65..4e31b4d863 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/EnablePhysicalConnectionRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/EnablePhysicalConnectionRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,17 @@ # under the License. from aliyunsdkcore.request import RpcRequest +from aliyunsdkecs.endpoint import endpoint_data + class EnablePhysicalConnectionRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'EnablePhysicalConnection') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'EnablePhysicalConnection','ecs') + if hasattr(self, "endpoint_map"): + setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) + if hasattr(self, "endpoint_regional"): + setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) + def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ExportImageRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ExportImageRequest.py index d23cc93415..e63e7d6a77 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ExportImageRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ExportImageRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,17 @@ # under the License. from aliyunsdkcore.request import RpcRequest +from aliyunsdkecs.endpoint import endpoint_data + class ExportImageRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ExportImage') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ExportImage','ecs') + if hasattr(self, "endpoint_map"): + setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) + if hasattr(self, "endpoint_regional"): + setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) + def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ExportImage_GatedLaunchRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ExportImage_GatedLaunchRequest.py deleted file mode 100644 index 196e34e1b7..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ExportImage_GatedLaunchRequest.py +++ /dev/null @@ -1,72 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest -class ExportImage_GatedLaunchRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ExportImage_GatedLaunch','ecs') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_ImageId(self): - return self.get_query_params().get('ImageId') - - def set_ImageId(self,ImageId): - self.add_query_param('ImageId',ImageId) - - def get_OSSBucket(self): - return self.get_query_params().get('OSSBucket') - - def set_OSSBucket(self,OSSBucket): - self.add_query_param('OSSBucket',OSSBucket) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_RoleName(self): - return self.get_query_params().get('RoleName') - - def set_RoleName(self,RoleName): - self.add_query_param('RoleName',RoleName) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_OSSPrefix(self): - return self.get_query_params().get('OSSPrefix') - - def set_OSSPrefix(self,OSSPrefix): - self.add_query_param('OSSPrefix',OSSPrefix) - - def get_ImageFormat(self): - return self.get_query_params().get('ImageFormat') - - def set_ImageFormat(self,ImageFormat): - self.add_query_param('ImageFormat',ImageFormat) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ExportSnapshotRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ExportSnapshotRequest.py index 400c729a9b..9778600410 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ExportSnapshotRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ExportSnapshotRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,17 @@ # under the License. from aliyunsdkcore.request import RpcRequest +from aliyunsdkecs.endpoint import endpoint_data + class ExportSnapshotRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ExportSnapshot') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ExportSnapshot','ecs') + if hasattr(self, "endpoint_map"): + setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) + if hasattr(self, "endpoint_regional"): + setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) + def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/GetInstanceConsoleOutputRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/GetInstanceConsoleOutputRequest.py index 3e5f7e1e21..2f9365d2be 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/GetInstanceConsoleOutputRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/GetInstanceConsoleOutputRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,17 @@ # under the License. from aliyunsdkcore.request import RpcRequest +from aliyunsdkecs.endpoint import endpoint_data + class GetInstanceConsoleOutputRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'GetInstanceConsoleOutput') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'GetInstanceConsoleOutput','ecs') + if hasattr(self, "endpoint_map"): + setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) + if hasattr(self, "endpoint_regional"): + setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) + def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/GetInstanceScreenshotRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/GetInstanceScreenshotRequest.py index 9174b37d76..f28d4f25c7 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/GetInstanceScreenshotRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/GetInstanceScreenshotRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,17 @@ # under the License. from aliyunsdkcore.request import RpcRequest +from aliyunsdkecs.endpoint import endpoint_data + class GetInstanceScreenshotRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'GetInstanceScreenshot') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'GetInstanceScreenshot','ecs') + if hasattr(self, "endpoint_map"): + setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) + if hasattr(self, "endpoint_regional"): + setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) + def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ImportImageRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ImportImageRequest.py index ed1e40aae9..346bec0991 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ImportImageRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ImportImageRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,17 @@ # under the License. from aliyunsdkcore.request import RpcRequest +from aliyunsdkecs.endpoint import endpoint_data + class ImportImageRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ImportImage') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ImportImage','ecs') + if hasattr(self, "endpoint_map"): + setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) + if hasattr(self, "endpoint_regional"): + setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) + def get_DiskDeviceMappings(self): return self.get_query_params().get('DiskDeviceMappings') @@ -72,6 +79,12 @@ def get_Architecture(self): def set_Architecture(self,Architecture): self.add_query_param('Architecture',Architecture) + def get_LicenseType(self): + return self.get_query_params().get('LicenseType') + + def set_LicenseType(self,LicenseType): + self.add_query_param('LicenseType',LicenseType) + def get_ResourceOwnerAccount(self): return self.get_query_params().get('ResourceOwnerAccount') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ImportImage_GatedLaunchRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ImportImage_GatedLaunchRequest.py deleted file mode 100644 index f11ec257e3..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ImportImage_GatedLaunchRequest.py +++ /dev/null @@ -1,95 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest -class ImportImage_GatedLaunchRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ImportImage_GatedLaunch','ecs') - - def get_DiskDeviceMappings(self): - return self.get_query_params().get('DiskDeviceMappings') - - def set_DiskDeviceMappings(self,DiskDeviceMappings): - for i in range(len(DiskDeviceMappings)): - if DiskDeviceMappings[i].get('OSSBucket') is not None: - self.add_query_param('DiskDeviceMapping.' + str(i + 1) + '.OSSBucket' , DiskDeviceMappings[i].get('OSSBucket')) - if DiskDeviceMappings[i].get('DiskImSize') is not None: - self.add_query_param('DiskDeviceMapping.' + str(i + 1) + '.DiskImSize' , DiskDeviceMappings[i].get('DiskImSize')) - if DiskDeviceMappings[i].get('Format') is not None: - self.add_query_param('DiskDeviceMapping.' + str(i + 1) + '.Format' , DiskDeviceMappings[i].get('Format')) - if DiskDeviceMappings[i].get('Device') is not None: - self.add_query_param('DiskDeviceMapping.' + str(i + 1) + '.Device' , DiskDeviceMappings[i].get('Device')) - if DiskDeviceMappings[i].get('OSSObject') is not None: - self.add_query_param('DiskDeviceMapping.' + str(i + 1) + '.OSSObject' , DiskDeviceMappings[i].get('OSSObject')) - - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_RoleName(self): - return self.get_query_params().get('RoleName') - - def set_RoleName(self,RoleName): - self.add_query_param('RoleName',RoleName) - - def get_Description(self): - return self.get_query_params().get('Description') - - def set_Description(self,Description): - self.add_query_param('Description',Description) - - def get_OSType(self): - return self.get_query_params().get('OSType') - - def set_OSType(self,OSType): - self.add_query_param('OSType',OSType) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_Platform(self): - return self.get_query_params().get('Platform') - - def set_Platform(self,Platform): - self.add_query_param('Platform',Platform) - - def get_ImageName(self): - return self.get_query_params().get('ImageName') - - def set_ImageName(self,ImageName): - self.add_query_param('ImageName',ImageName) - - def get_Architecture(self): - return self.get_query_params().get('Architecture') - - def set_Architecture(self,Architecture): - self.add_query_param('Architecture',Architecture) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ImportKeyPairRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ImportKeyPairRequest.py index 7dba8c6465..effaeeabd9 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ImportKeyPairRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ImportKeyPairRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,17 @@ # under the License. from aliyunsdkcore.request import RpcRequest +from aliyunsdkecs.endpoint import endpoint_data + class ImportKeyPairRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ImportKeyPair') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ImportKeyPair','ecs') + if hasattr(self, "endpoint_map"): + setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) + if hasattr(self, "endpoint_regional"): + setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) + def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ImportSnapshotRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ImportSnapshotRequest.py index 9f41be97ae..8fd8e96449 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ImportSnapshotRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ImportSnapshotRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,17 @@ # under the License. from aliyunsdkcore.request import RpcRequest +from aliyunsdkecs.endpoint import endpoint_data + class ImportSnapshotRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ImportSnapshot') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ImportSnapshot','ecs') + if hasattr(self, "endpoint_map"): + setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) + if hasattr(self, "endpoint_regional"): + setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) + def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/InstallCloudAssistantRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/InstallCloudAssistantRequest.py index 8426c74a59..1a89c8514e 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/InstallCloudAssistantRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/InstallCloudAssistantRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,17 @@ # under the License. from aliyunsdkcore.request import RpcRequest +from aliyunsdkecs.endpoint import endpoint_data + class InstallCloudAssistantRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'InstallCloudAssistant') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'InstallCloudAssistant','ecs') + if hasattr(self, "endpoint_map"): + setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) + if hasattr(self, "endpoint_regional"): + setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) + def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/InvokeCommandRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/InvokeCommandRequest.py index b444c4a8ef..b9730ea273 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/InvokeCommandRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/InvokeCommandRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,17 @@ # under the License. from aliyunsdkcore.request import RpcRequest +from aliyunsdkecs.endpoint import endpoint_data + class InvokeCommandRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'InvokeCommand') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'InvokeCommand','ecs') + if hasattr(self, "endpoint_map"): + setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) + if hasattr(self, "endpoint_regional"): + setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) + def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/JoinResourceGroupRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/JoinResourceGroupRequest.py index 25814defe4..aab3d2e35c 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/JoinResourceGroupRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/JoinResourceGroupRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,17 @@ # under the License. from aliyunsdkcore.request import RpcRequest +from aliyunsdkecs.endpoint import endpoint_data + class JoinResourceGroupRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'JoinResourceGroup') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'JoinResourceGroup','ecs') + if hasattr(self, "endpoint_map"): + setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) + if hasattr(self, "endpoint_regional"): + setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) + def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/JoinSecurityGroupRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/JoinSecurityGroupRequest.py index 57337f8aa7..ad869223d9 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/JoinSecurityGroupRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/JoinSecurityGroupRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,17 @@ # under the License. from aliyunsdkcore.request import RpcRequest +from aliyunsdkecs.endpoint import endpoint_data + class JoinSecurityGroupRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'JoinSecurityGroup') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'JoinSecurityGroup','ecs') + if hasattr(self, "endpoint_map"): + setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) + if hasattr(self, "endpoint_regional"): + setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) + def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/JoinSecurityGroup_GatedLaunchRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/JoinSecurityGroup_GatedLaunchRequest.py deleted file mode 100644 index 6bb321f28a..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/JoinSecurityGroup_GatedLaunchRequest.py +++ /dev/null @@ -1,60 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest -class JoinSecurityGroup_GatedLaunchRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'JoinSecurityGroup_GatedLaunch','ecs') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_SecurityGroupId(self): - return self.get_query_params().get('SecurityGroupId') - - def set_SecurityGroupId(self,SecurityGroupId): - self.add_query_param('SecurityGroupId',SecurityGroupId) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_InstanceId(self): - return self.get_query_params().get('InstanceId') - - def set_InstanceId(self,InstanceId): - self.add_query_param('InstanceId',InstanceId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/LeaveSecurityGroupRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/LeaveSecurityGroupRequest.py index d2d5cad58d..88a20961a7 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/LeaveSecurityGroupRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/LeaveSecurityGroupRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,17 @@ # under the License. from aliyunsdkcore.request import RpcRequest +from aliyunsdkecs.endpoint import endpoint_data + class LeaveSecurityGroupRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'LeaveSecurityGroup') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'LeaveSecurityGroup','ecs') + if hasattr(self, "endpoint_map"): + setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) + if hasattr(self, "endpoint_regional"): + setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) + def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/LeaveSecurityGroup_GatedLaunchRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/LeaveSecurityGroup_GatedLaunchRequest.py deleted file mode 100644 index 93ddc59ec3..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/LeaveSecurityGroup_GatedLaunchRequest.py +++ /dev/null @@ -1,60 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest -class LeaveSecurityGroup_GatedLaunchRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'LeaveSecurityGroup_GatedLaunch','ecs') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_SecurityGroupId(self): - return self.get_query_params().get('SecurityGroupId') - - def set_SecurityGroupId(self,SecurityGroupId): - self.add_query_param('SecurityGroupId',SecurityGroupId) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_InstanceId(self): - return self.get_query_params().get('InstanceId') - - def set_InstanceId(self,InstanceId): - self.add_query_param('InstanceId',InstanceId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ListTagResourcesRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ListTagResourcesRequest.py index 7b184a48e4..2059b623be 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ListTagResourcesRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ListTagResourcesRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,17 @@ # under the License. from aliyunsdkcore.request import RpcRequest +from aliyunsdkecs.endpoint import endpoint_data + class ListTagResourcesRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ListTagResources') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ListTagResources','ecs') + if hasattr(self, "endpoint_map"): + setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) + if hasattr(self, "endpoint_regional"): + setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) + def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyAutoProvisioningGroupRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyAutoProvisioningGroupRequest.py new file mode 100644 index 0000000000..e185116ed4 --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyAutoProvisioningGroupRequest.py @@ -0,0 +1,109 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +from aliyunsdkecs.endpoint import endpoint_data + +class ModifyAutoProvisioningGroupRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyAutoProvisioningGroup','ecs') + if hasattr(self, "endpoint_map"): + setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) + if hasattr(self, "endpoint_regional"): + setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) + + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_TerminateInstancesWithExpiration(self): + return self.get_query_params().get('TerminateInstancesWithExpiration') + + def set_TerminateInstancesWithExpiration(self,TerminateInstancesWithExpiration): + self.add_query_param('TerminateInstancesWithExpiration',TerminateInstancesWithExpiration) + + def get_DefaultTargetCapacityType(self): + return self.get_query_params().get('DefaultTargetCapacityType') + + def set_DefaultTargetCapacityType(self,DefaultTargetCapacityType): + self.add_query_param('DefaultTargetCapacityType',DefaultTargetCapacityType) + + def get_ExcessCapacityTerminationPolicy(self): + return self.get_query_params().get('ExcessCapacityTerminationPolicy') + + def set_ExcessCapacityTerminationPolicy(self,ExcessCapacityTerminationPolicy): + self.add_query_param('ExcessCapacityTerminationPolicy',ExcessCapacityTerminationPolicy) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_AutoProvisioningGroupId(self): + return self.get_query_params().get('AutoProvisioningGroupId') + + def set_AutoProvisioningGroupId(self,AutoProvisioningGroupId): + self.add_query_param('AutoProvisioningGroupId',AutoProvisioningGroupId) + + def get_PayAsYouGoTargetCapacity(self): + return self.get_query_params().get('PayAsYouGoTargetCapacity') + + def set_PayAsYouGoTargetCapacity(self,PayAsYouGoTargetCapacity): + self.add_query_param('PayAsYouGoTargetCapacity',PayAsYouGoTargetCapacity) + + def get_TotalTargetCapacity(self): + return self.get_query_params().get('TotalTargetCapacity') + + def set_TotalTargetCapacity(self,TotalTargetCapacity): + self.add_query_param('TotalTargetCapacity',TotalTargetCapacity) + + def get_SpotTargetCapacity(self): + return self.get_query_params().get('SpotTargetCapacity') + + def set_SpotTargetCapacity(self,SpotTargetCapacity): + self.add_query_param('SpotTargetCapacity',SpotTargetCapacity) + + def get_MaxSpotPrice(self): + return self.get_query_params().get('MaxSpotPrice') + + def set_MaxSpotPrice(self,MaxSpotPrice): + self.add_query_param('MaxSpotPrice',MaxSpotPrice) + + def get_AutoProvisioningGroupName(self): + return self.get_query_params().get('AutoProvisioningGroupName') + + def set_AutoProvisioningGroupName(self,AutoProvisioningGroupName): + self.add_query_param('AutoProvisioningGroupName',AutoProvisioningGroupName) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyAutoSnapshotPolicyExRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyAutoSnapshotPolicyExRequest.py index 84d0dd53b0..500f6b9644 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyAutoSnapshotPolicyExRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyAutoSnapshotPolicyExRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,17 @@ # under the License. from aliyunsdkcore.request import RpcRequest +from aliyunsdkecs.endpoint import endpoint_data + class ModifyAutoSnapshotPolicyExRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyAutoSnapshotPolicyEx') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyAutoSnapshotPolicyEx','ecs') + if hasattr(self, "endpoint_map"): + setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) + if hasattr(self, "endpoint_regional"): + setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) + def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyAutoSnapshotPolicyEx_GatedLaunchRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyAutoSnapshotPolicyEx_GatedLaunchRequest.py deleted file mode 100644 index 588fcd8234..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyAutoSnapshotPolicyEx_GatedLaunchRequest.py +++ /dev/null @@ -1,72 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest -class ModifyAutoSnapshotPolicyEx_GatedLaunchRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyAutoSnapshotPolicyEx_GatedLaunch','ecs') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_autoSnapshotPolicyId(self): - return self.get_query_params().get('autoSnapshotPolicyId') - - def set_autoSnapshotPolicyId(self,autoSnapshotPolicyId): - self.add_query_param('autoSnapshotPolicyId',autoSnapshotPolicyId) - - def get_timePoints(self): - return self.get_query_params().get('timePoints') - - def set_timePoints(self,timePoints): - self.add_query_param('timePoints',timePoints) - - def get_repeatWeekdays(self): - return self.get_query_params().get('repeatWeekdays') - - def set_repeatWeekdays(self,repeatWeekdays): - self.add_query_param('repeatWeekdays',repeatWeekdays) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_autoSnapshotPolicyName(self): - return self.get_query_params().get('autoSnapshotPolicyName') - - def set_autoSnapshotPolicyName(self,autoSnapshotPolicyName): - self.add_query_param('autoSnapshotPolicyName',autoSnapshotPolicyName) - - def get_retentionDays(self): - return self.get_query_params().get('retentionDays') - - def set_retentionDays(self,retentionDays): - self.add_query_param('retentionDays',retentionDays) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyAutoSnapshotPolicyRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyAutoSnapshotPolicyRequest.py index 20fe37e3c2..defc4b7bbb 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyAutoSnapshotPolicyRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyAutoSnapshotPolicyRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,17 @@ # under the License. from aliyunsdkcore.request import RpcRequest +from aliyunsdkecs.endpoint import endpoint_data + class ModifyAutoSnapshotPolicyRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyAutoSnapshotPolicy') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyAutoSnapshotPolicy','ecs') + if hasattr(self, "endpoint_map"): + setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) + if hasattr(self, "endpoint_regional"): + setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) + def get_DataDiskPolicyEnabled(self): return self.get_query_params().get('DataDiskPolicyEnabled') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyAutoSnapshotPolicy_GatedLaunchRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyAutoSnapshotPolicy_GatedLaunchRequest.py deleted file mode 100644 index ca506ce447..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyAutoSnapshotPolicy_GatedLaunchRequest.py +++ /dev/null @@ -1,96 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest -class ModifyAutoSnapshotPolicy_GatedLaunchRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyAutoSnapshotPolicy_GatedLaunch','ecs') - - def get_DataDiskPolicyEnabled(self): - return self.get_query_params().get('DataDiskPolicyEnabled') - - def set_DataDiskPolicyEnabled(self,DataDiskPolicyEnabled): - self.add_query_param('DataDiskPolicyEnabled',DataDiskPolicyEnabled) - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_DataDiskPolicyRetentionDays(self): - return self.get_query_params().get('DataDiskPolicyRetentionDays') - - def set_DataDiskPolicyRetentionDays(self,DataDiskPolicyRetentionDays): - self.add_query_param('DataDiskPolicyRetentionDays',DataDiskPolicyRetentionDays) - - def get_SystemDiskPolicyRetentionLastWeek(self): - return self.get_query_params().get('SystemDiskPolicyRetentionLastWeek') - - def set_SystemDiskPolicyRetentionLastWeek(self,SystemDiskPolicyRetentionLastWeek): - self.add_query_param('SystemDiskPolicyRetentionLastWeek',SystemDiskPolicyRetentionLastWeek) - - def get_SystemDiskPolicyRetentionDays(self): - return self.get_query_params().get('SystemDiskPolicyRetentionDays') - - def set_SystemDiskPolicyRetentionDays(self,SystemDiskPolicyRetentionDays): - self.add_query_param('SystemDiskPolicyRetentionDays',SystemDiskPolicyRetentionDays) - - def get_DataDiskPolicyTimePeriod(self): - return self.get_query_params().get('DataDiskPolicyTimePeriod') - - def set_DataDiskPolicyTimePeriod(self,DataDiskPolicyTimePeriod): - self.add_query_param('DataDiskPolicyTimePeriod',DataDiskPolicyTimePeriod) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_SystemDiskPolicyTimePeriod(self): - return self.get_query_params().get('SystemDiskPolicyTimePeriod') - - def set_SystemDiskPolicyTimePeriod(self,SystemDiskPolicyTimePeriod): - self.add_query_param('SystemDiskPolicyTimePeriod',SystemDiskPolicyTimePeriod) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_DataDiskPolicyRetentionLastWeek(self): - return self.get_query_params().get('DataDiskPolicyRetentionLastWeek') - - def set_DataDiskPolicyRetentionLastWeek(self,DataDiskPolicyRetentionLastWeek): - self.add_query_param('DataDiskPolicyRetentionLastWeek',DataDiskPolicyRetentionLastWeek) - - def get_SystemDiskPolicyEnabled(self): - return self.get_query_params().get('SystemDiskPolicyEnabled') - - def set_SystemDiskPolicyEnabled(self,SystemDiskPolicyEnabled): - self.add_query_param('SystemDiskPolicyEnabled',SystemDiskPolicyEnabled) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyBandwidthPackageSpecRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyBandwidthPackageSpecRequest.py index 826d067c85..193d60d57d 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyBandwidthPackageSpecRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyBandwidthPackageSpecRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,17 @@ # under the License. from aliyunsdkcore.request import RpcRequest +from aliyunsdkecs.endpoint import endpoint_data + class ModifyBandwidthPackageSpecRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyBandwidthPackageSpec') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyBandwidthPackageSpec','ecs') + if hasattr(self, "endpoint_map"): + setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) + if hasattr(self, "endpoint_regional"): + setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) + def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyCommandRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyCommandRequest.py index bba53a4c0f..4f05ce4cb2 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyCommandRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyCommandRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,17 @@ # under the License. from aliyunsdkcore.request import RpcRequest +from aliyunsdkecs.endpoint import endpoint_data + class ModifyCommandRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyCommand') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyCommand','ecs') + if hasattr(self, "endpoint_map"): + setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) + if hasattr(self, "endpoint_regional"): + setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) + def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyDedicatedHostAttributeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyDedicatedHostAttributeRequest.py index 5aa79e4ea1..82cc0726fe 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyDedicatedHostAttributeRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyDedicatedHostAttributeRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,17 @@ # under the License. from aliyunsdkcore.request import RpcRequest +from aliyunsdkecs.endpoint import endpoint_data + class ModifyDedicatedHostAttributeRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyDedicatedHostAttribute') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyDedicatedHostAttribute','ecs') + if hasattr(self, "endpoint_map"): + setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) + if hasattr(self, "endpoint_regional"): + setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) + def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyDedicatedHostAutoReleaseTimeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyDedicatedHostAutoReleaseTimeRequest.py index 83685191fb..417443e6dc 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyDedicatedHostAutoReleaseTimeRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyDedicatedHostAutoReleaseTimeRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,17 @@ # under the License. from aliyunsdkcore.request import RpcRequest +from aliyunsdkecs.endpoint import endpoint_data + class ModifyDedicatedHostAutoReleaseTimeRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyDedicatedHostAutoReleaseTime') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyDedicatedHostAutoReleaseTime','ecs') + if hasattr(self, "endpoint_map"): + setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) + if hasattr(self, "endpoint_regional"): + setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) + def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyDedicatedHostAutoRenewAttributeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyDedicatedHostAutoRenewAttributeRequest.py index 2b7a5bcca3..e6ea96f303 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyDedicatedHostAutoRenewAttributeRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyDedicatedHostAutoRenewAttributeRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,17 @@ # under the License. from aliyunsdkcore.request import RpcRequest +from aliyunsdkecs.endpoint import endpoint_data + class ModifyDedicatedHostAutoRenewAttributeRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyDedicatedHostAutoRenewAttribute') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyDedicatedHostAutoRenewAttribute','ecs') + if hasattr(self, "endpoint_map"): + setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) + if hasattr(self, "endpoint_regional"): + setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) + def get_DedicatedHostIds(self): return self.get_query_params().get('DedicatedHostIds') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyDeploymentSetAttributeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyDeploymentSetAttributeRequest.py index b9032e7d7b..73f55bb728 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyDeploymentSetAttributeRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyDeploymentSetAttributeRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,17 @@ # under the License. from aliyunsdkcore.request import RpcRequest +from aliyunsdkecs.endpoint import endpoint_data + class ModifyDeploymentSetAttributeRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyDeploymentSetAttribute') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyDeploymentSetAttribute','ecs') + if hasattr(self, "endpoint_map"): + setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) + if hasattr(self, "endpoint_regional"): + setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) + def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyDiskAttributeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyDiskAttributeRequest.py index 8995580986..a1430cc8b4 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyDiskAttributeRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyDiskAttributeRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,17 @@ # under the License. from aliyunsdkcore.request import RpcRequest +from aliyunsdkecs.endpoint import endpoint_data + class ModifyDiskAttributeRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyDiskAttribute') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyDiskAttribute','ecs') + if hasattr(self, "endpoint_map"): + setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) + if hasattr(self, "endpoint_regional"): + setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) + def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyDiskAttribute_GatedLaunchRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyDiskAttribute_GatedLaunchRequest.py deleted file mode 100644 index 6d132a37a4..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyDiskAttribute_GatedLaunchRequest.py +++ /dev/null @@ -1,84 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest -class ModifyDiskAttribute_GatedLaunchRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyDiskAttribute_GatedLaunch','ecs') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_Description(self): - return self.get_query_params().get('Description') - - def set_Description(self,Description): - self.add_query_param('Description',Description) - - def get_DiskName(self): - return self.get_query_params().get('DiskName') - - def set_DiskName(self,DiskName): - self.add_query_param('DiskName',DiskName) - - def get_DeleteAutoSnapshot(self): - return self.get_query_params().get('DeleteAutoSnapshot') - - def set_DeleteAutoSnapshot(self,DeleteAutoSnapshot): - self.add_query_param('DeleteAutoSnapshot',DeleteAutoSnapshot) - - def get_DiskId(self): - return self.get_query_params().get('DiskId') - - def set_DiskId(self,DiskId): - self.add_query_param('DiskId',DiskId) - - def get_DeleteWithInstance(self): - return self.get_query_params().get('DeleteWithInstance') - - def set_DeleteWithInstance(self,DeleteWithInstance): - self.add_query_param('DeleteWithInstance',DeleteWithInstance) - - def get_EnableAutoSnapshot(self): - return self.get_query_params().get('EnableAutoSnapshot') - - def set_EnableAutoSnapshot(self,EnableAutoSnapshot): - self.add_query_param('EnableAutoSnapshot',EnableAutoSnapshot) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyDiskChargeTypeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyDiskChargeTypeRequest.py index d413ecf675..225096a140 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyDiskChargeTypeRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyDiskChargeTypeRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,17 @@ # under the License. from aliyunsdkcore.request import RpcRequest +from aliyunsdkecs.endpoint import endpoint_data + class ModifyDiskChargeTypeRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyDiskChargeType') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyDiskChargeType','ecs') + if hasattr(self, "endpoint_map"): + setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) + if hasattr(self, "endpoint_regional"): + setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) + def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ResizeDisk_GatedLaunchRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyDiskSpecRequest.py similarity index 74% rename from aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ResizeDisk_GatedLaunchRequest.py rename to aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyDiskSpecRequest.py index caaa278168..9e0e46c259 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ResizeDisk_GatedLaunchRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyDiskSpecRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,17 @@ # under the License. from aliyunsdkcore.request import RpcRequest -class ResizeDisk_GatedLaunchRequest(RpcRequest): +from aliyunsdkecs.endpoint import endpoint_data + +class ModifyDiskSpecRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ResizeDisk_GatedLaunch','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyDiskSpec','ecs') + if hasattr(self, "endpoint_map"): + setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) + if hasattr(self, "endpoint_regional"): + setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) + def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -29,12 +36,6 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) - def get_ClientToken(self): - return self.get_query_params().get('ClientToken') - - def set_ClientToken(self,ClientToken): - self.add_query_param('ClientToken',ClientToken) - def get_DiskId(self): return self.get_query_params().get('DiskId') @@ -47,18 +48,18 @@ def get_ResourceOwnerAccount(self): def set_ResourceOwnerAccount(self,ResourceOwnerAccount): self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + def get_PerformanceLevel(self): + return self.get_query_params().get('PerformanceLevel') + + def set_PerformanceLevel(self,PerformanceLevel): + self.add_query_param('PerformanceLevel',PerformanceLevel) + def get_OwnerAccount(self): return self.get_query_params().get('OwnerAccount') def set_OwnerAccount(self,OwnerAccount): self.add_query_param('OwnerAccount',OwnerAccount) - def get_NewSize(self): - return self.get_query_params().get('NewSize') - - def set_NewSize(self,NewSize): - self.add_query_param('NewSize',NewSize) - def get_OwnerId(self): return self.get_query_params().get('OwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyEipAddressAttributeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyEipAddressAttributeRequest.py index 8a8b5c0968..685a07ba1d 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyEipAddressAttributeRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyEipAddressAttributeRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,17 @@ # under the License. from aliyunsdkcore.request import RpcRequest +from aliyunsdkecs.endpoint import endpoint_data + class ModifyEipAddressAttributeRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyEipAddressAttribute') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyEipAddressAttribute','ecs') + if hasattr(self, "endpoint_map"): + setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) + if hasattr(self, "endpoint_regional"): + setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) + def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyFleetRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyFleetRequest.py index 3940e4e3a0..cdf10d2620 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyFleetRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyFleetRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,17 @@ # under the License. from aliyunsdkcore.request import RpcRequest +from aliyunsdkecs.endpoint import endpoint_data + class ModifyFleetRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyFleet') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyFleet','ecs') + if hasattr(self, "endpoint_map"): + setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) + if hasattr(self, "endpoint_regional"): + setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) + def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyForwardEntryRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyForwardEntryRequest.py index a687f76ae2..8102048eb2 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyForwardEntryRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyForwardEntryRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,17 @@ # under the License. from aliyunsdkcore.request import RpcRequest +from aliyunsdkecs.endpoint import endpoint_data + class ModifyForwardEntryRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyForwardEntry') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyForwardEntry','ecs') + if hasattr(self, "endpoint_map"): + setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) + if hasattr(self, "endpoint_regional"): + setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) + def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyHaVipAttributeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyHaVipAttributeRequest.py index 86bb886545..75e40f65f9 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyHaVipAttributeRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyHaVipAttributeRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,17 @@ # under the License. from aliyunsdkcore.request import RpcRequest +from aliyunsdkecs.endpoint import endpoint_data + class ModifyHaVipAttributeRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyHaVipAttribute') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyHaVipAttribute','ecs') + if hasattr(self, "endpoint_map"): + setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) + if hasattr(self, "endpoint_regional"): + setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) + def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyHpcClusterAttributeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyHpcClusterAttributeRequest.py index 667e39b1e6..0917b3668b 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyHpcClusterAttributeRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyHpcClusterAttributeRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,17 @@ # under the License. from aliyunsdkcore.request import RpcRequest +from aliyunsdkecs.endpoint import endpoint_data + class ModifyHpcClusterAttributeRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyHpcClusterAttribute') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyHpcClusterAttribute','ecs') + if hasattr(self, "endpoint_map"): + setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) + if hasattr(self, "endpoint_regional"): + setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) + def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyImageAttributeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyImageAttributeRequest.py index 53e9b32cd2..8f17d14bed 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyImageAttributeRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyImageAttributeRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,17 @@ # under the License. from aliyunsdkcore.request import RpcRequest +from aliyunsdkecs.endpoint import endpoint_data + class ModifyImageAttributeRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyImageAttribute') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyImageAttribute','ecs') + if hasattr(self, "endpoint_map"): + setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) + if hasattr(self, "endpoint_regional"): + setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) + def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyImageAttribute_GatedLaunchRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyImageAttribute_GatedLaunchRequest.py deleted file mode 100644 index abd368d03e..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyImageAttribute_GatedLaunchRequest.py +++ /dev/null @@ -1,66 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest -class ModifyImageAttribute_GatedLaunchRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyImageAttribute_GatedLaunch','ecs') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_ImageId(self): - return self.get_query_params().get('ImageId') - - def set_ImageId(self,ImageId): - self.add_query_param('ImageId',ImageId) - - def get_Description(self): - return self.get_query_params().get('Description') - - def set_Description(self,Description): - self.add_query_param('Description',Description) - - def get_ImageName(self): - return self.get_query_params().get('ImageName') - - def set_ImageName(self,ImageName): - self.add_query_param('ImageName',ImageName) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyImageShareGroupPermissionRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyImageShareGroupPermissionRequest.py index 913f005e71..67707eef04 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyImageShareGroupPermissionRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyImageShareGroupPermissionRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,17 @@ # under the License. from aliyunsdkcore.request import RpcRequest +from aliyunsdkecs.endpoint import endpoint_data + class ModifyImageShareGroupPermissionRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyImageShareGroupPermission') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyImageShareGroupPermission','ecs') + if hasattr(self, "endpoint_map"): + setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) + if hasattr(self, "endpoint_regional"): + setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) + def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyImageShareGroupPermission_GatedLaunchRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyImageShareGroupPermission_GatedLaunchRequest.py deleted file mode 100644 index a03c879404..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyImageShareGroupPermission_GatedLaunchRequest.py +++ /dev/null @@ -1,66 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest -class ModifyImageShareGroupPermission_GatedLaunchRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyImageShareGroupPermission_GatedLaunch','ecs') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_ImageId(self): - return self.get_query_params().get('ImageId') - - def set_ImageId(self,ImageId): - self.add_query_param('ImageId',ImageId) - - def get_AddGroup1(self): - return self.get_query_params().get('AddGroup.1') - - def set_AddGroup1(self,AddGroup1): - self.add_query_param('AddGroup.1',AddGroup1) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_RemoveGroup1(self): - return self.get_query_params().get('RemoveGroup.1') - - def set_RemoveGroup1(self,RemoveGroup1): - self.add_query_param('RemoveGroup.1',RemoveGroup1) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyImageSharePermissionRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyImageSharePermissionRequest.py index fad62a9e52..7102931d83 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyImageSharePermissionRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyImageSharePermissionRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,17 @@ # under the License. from aliyunsdkcore.request import RpcRequest +from aliyunsdkecs.endpoint import endpoint_data + class ModifyImageSharePermissionRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyImageSharePermission') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyImageSharePermission','ecs') + if hasattr(self, "endpoint_map"): + setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) + if hasattr(self, "endpoint_regional"): + setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) + def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyImageSharePermission_GatedLaunchRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyImageSharePermission_GatedLaunchRequest.py deleted file mode 100644 index 386ee5b366..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyImageSharePermission_GatedLaunchRequest.py +++ /dev/null @@ -1,174 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest -class ModifyImageSharePermission_GatedLaunchRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyImageSharePermission_GatedLaunch','ecs') - - def get_AddAccount1(self): - return self.get_query_params().get('AddAccount.1') - - def set_AddAccount1(self,AddAccount1): - self.add_query_param('AddAccount.1',AddAccount1) - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_ImageId(self): - return self.get_query_params().get('ImageId') - - def set_ImageId(self,ImageId): - self.add_query_param('ImageId',ImageId) - - def get_AddAccount9(self): - return self.get_query_params().get('AddAccount.9') - - def set_AddAccount9(self,AddAccount9): - self.add_query_param('AddAccount.9',AddAccount9) - - def get_AddAccount8(self): - return self.get_query_params().get('AddAccount.8') - - def set_AddAccount8(self,AddAccount8): - self.add_query_param('AddAccount.8',AddAccount8) - - def get_AddAccount7(self): - return self.get_query_params().get('AddAccount.7') - - def set_AddAccount7(self,AddAccount7): - self.add_query_param('AddAccount.7',AddAccount7) - - def get_AddAccount6(self): - return self.get_query_params().get('AddAccount.6') - - def set_AddAccount6(self,AddAccount6): - self.add_query_param('AddAccount.6',AddAccount6) - - def get_AddAccount5(self): - return self.get_query_params().get('AddAccount.5') - - def set_AddAccount5(self,AddAccount5): - self.add_query_param('AddAccount.5',AddAccount5) - - def get_AddAccount10(self): - return self.get_query_params().get('AddAccount.10') - - def set_AddAccount10(self,AddAccount10): - self.add_query_param('AddAccount.10',AddAccount10) - - def get_AddAccount4(self): - return self.get_query_params().get('AddAccount.4') - - def set_AddAccount4(self,AddAccount4): - self.add_query_param('AddAccount.4',AddAccount4) - - def get_AddAccount3(self): - return self.get_query_params().get('AddAccount.3') - - def set_AddAccount3(self,AddAccount3): - self.add_query_param('AddAccount.3',AddAccount3) - - def get_AddAccount2(self): - return self.get_query_params().get('AddAccount.2') - - def set_AddAccount2(self,AddAccount2): - self.add_query_param('AddAccount.2',AddAccount2) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_RemoveAccount1(self): - return self.get_query_params().get('RemoveAccount.1') - - def set_RemoveAccount1(self,RemoveAccount1): - self.add_query_param('RemoveAccount.1',RemoveAccount1) - - def get_RemoveAccount2(self): - return self.get_query_params().get('RemoveAccount.2') - - def set_RemoveAccount2(self,RemoveAccount2): - self.add_query_param('RemoveAccount.2',RemoveAccount2) - - def get_RemoveAccount3(self): - return self.get_query_params().get('RemoveAccount.3') - - def set_RemoveAccount3(self,RemoveAccount3): - self.add_query_param('RemoveAccount.3',RemoveAccount3) - - def get_RemoveAccount4(self): - return self.get_query_params().get('RemoveAccount.4') - - def set_RemoveAccount4(self,RemoveAccount4): - self.add_query_param('RemoveAccount.4',RemoveAccount4) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_RemoveAccount9(self): - return self.get_query_params().get('RemoveAccount.9') - - def set_RemoveAccount9(self,RemoveAccount9): - self.add_query_param('RemoveAccount.9',RemoveAccount9) - - def get_RemoveAccount5(self): - return self.get_query_params().get('RemoveAccount.5') - - def set_RemoveAccount5(self,RemoveAccount5): - self.add_query_param('RemoveAccount.5',RemoveAccount5) - - def get_RemoveAccount6(self): - return self.get_query_params().get('RemoveAccount.6') - - def set_RemoveAccount6(self,RemoveAccount6): - self.add_query_param('RemoveAccount.6',RemoveAccount6) - - def get_RemoveAccount7(self): - return self.get_query_params().get('RemoveAccount.7') - - def set_RemoveAccount7(self,RemoveAccount7): - self.add_query_param('RemoveAccount.7',RemoveAccount7) - - def get_RemoveAccount8(self): - return self.get_query_params().get('RemoveAccount.8') - - def set_RemoveAccount8(self,RemoveAccount8): - self.add_query_param('RemoveAccount.8',RemoveAccount8) - - def get_RemoveAccount10(self): - return self.get_query_params().get('RemoveAccount.10') - - def set_RemoveAccount10(self,RemoveAccount10): - self.add_query_param('RemoveAccount.10',RemoveAccount10) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceAttributeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceAttributeRequest.py index 421625b4b8..8aa8b7498d 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceAttributeRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceAttributeRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,17 @@ # under the License. from aliyunsdkcore.request import RpcRequest +from aliyunsdkecs.endpoint import endpoint_data + class ModifyInstanceAttributeRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyInstanceAttribute') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyInstanceAttribute','ecs') + if hasattr(self, "endpoint_map"): + setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) + if hasattr(self, "endpoint_regional"): + setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) + def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceAttribute_GatedLaunchRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceAttribute_GatedLaunchRequest.py deleted file mode 100644 index 74f4b74934..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceAttribute_GatedLaunchRequest.py +++ /dev/null @@ -1,84 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest -class ModifyInstanceAttribute_GatedLaunchRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyInstanceAttribute_GatedLaunch','ecs') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_Description(self): - return self.get_query_params().get('Description') - - def set_Description(self,Description): - self.add_query_param('Description',Description) - - def get_UserData(self): - return self.get_query_params().get('UserData') - - def set_UserData(self,UserData): - self.add_query_param('UserData',UserData) - - def get_Password(self): - return self.get_query_params().get('Password') - - def set_Password(self,Password): - self.add_query_param('Password',Password) - - def get_HostName(self): - return self.get_query_params().get('HostName') - - def set_HostName(self,HostName): - self.add_query_param('HostName',HostName) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_InstanceId(self): - return self.get_query_params().get('InstanceId') - - def set_InstanceId(self,InstanceId): - self.add_query_param('InstanceId',InstanceId) - - def get_InstanceName(self): - return self.get_query_params().get('InstanceName') - - def set_InstanceName(self,InstanceName): - self.add_query_param('InstanceName',InstanceName) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceAutoReleaseTimeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceAutoReleaseTimeRequest.py index 6d3968d565..2c300f22ba 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceAutoReleaseTimeRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceAutoReleaseTimeRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,17 @@ # under the License. from aliyunsdkcore.request import RpcRequest +from aliyunsdkecs.endpoint import endpoint_data + class ModifyInstanceAutoReleaseTimeRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyInstanceAutoReleaseTime') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyInstanceAutoReleaseTime','ecs') + if hasattr(self, "endpoint_map"): + setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) + if hasattr(self, "endpoint_regional"): + setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) + def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceAutoRenewAttributeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceAutoRenewAttributeRequest.py index 3842ed7559..c68e318c8a 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceAutoRenewAttributeRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceAutoRenewAttributeRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,17 @@ # under the License. from aliyunsdkcore.request import RpcRequest +from aliyunsdkecs.endpoint import endpoint_data + class ModifyInstanceAutoRenewAttributeRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyInstanceAutoRenewAttribute') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyInstanceAutoRenewAttribute','ecs') + if hasattr(self, "endpoint_map"): + setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) + if hasattr(self, "endpoint_regional"): + setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) + def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceAutoRenewAttribute_GatedLaunchRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceAutoRenewAttribute_GatedLaunchRequest.py deleted file mode 100644 index 8ed7c48b4d..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceAutoRenewAttribute_GatedLaunchRequest.py +++ /dev/null @@ -1,66 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest -class ModifyInstanceAutoRenewAttribute_GatedLaunchRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyInstanceAutoRenewAttribute_GatedLaunch','ecs') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_Duration(self): - return self.get_query_params().get('Duration') - - def set_Duration(self,Duration): - self.add_query_param('Duration',Duration) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_InstanceId(self): - return self.get_query_params().get('InstanceId') - - def set_InstanceId(self,InstanceId): - self.add_query_param('InstanceId',InstanceId) - - def get_AutoRenew(self): - return self.get_query_params().get('AutoRenew') - - def set_AutoRenew(self,AutoRenew): - self.add_query_param('AutoRenew',AutoRenew) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceChargeTypeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceChargeTypeRequest.py index 25c21a4960..781954310d 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceChargeTypeRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceChargeTypeRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,17 @@ # under the License. from aliyunsdkcore.request import RpcRequest +from aliyunsdkecs.endpoint import endpoint_data + class ModifyInstanceChargeTypeRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyInstanceChargeType') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyInstanceChargeType','ecs') + if hasattr(self, "endpoint_map"): + setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) + if hasattr(self, "endpoint_regional"): + setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) + def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -35,6 +42,12 @@ def get_ClientToken(self): def set_ClientToken(self,ClientToken): self.add_query_param('ClientToken',ClientToken) + def get_IsDetailFee(self): + return self.get_query_params().get('IsDetailFee') + + def set_IsDetailFee(self,IsDetailFee): + self.add_query_param('IsDetailFee',IsDetailFee) + def get_InstanceChargeType(self): return self.get_query_params().get('InstanceChargeType') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceDeploymentRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceDeploymentRequest.py index 72479b3f4b..5985ff4fba 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceDeploymentRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceDeploymentRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,17 @@ # under the License. from aliyunsdkcore.request import RpcRequest +from aliyunsdkecs.endpoint import endpoint_data + class ModifyInstanceDeploymentRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyInstanceDeployment') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyInstanceDeployment','ecs') + if hasattr(self, "endpoint_map"): + setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) + if hasattr(self, "endpoint_regional"): + setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) + def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -77,6 +84,12 @@ def get_Force(self): def set_Force(self,Force): self.add_query_param('Force',Force) + def get_MigrationType(self): + return self.get_query_params().get('MigrationType') + + def set_MigrationType(self,MigrationType): + self.add_query_param('MigrationType',MigrationType) + def get_Affinity(self): return self.get_query_params().get('Affinity') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceNetworkSpecRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceNetworkSpecRequest.py index 572e56a5a1..30780eb227 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceNetworkSpecRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceNetworkSpecRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,17 @@ # under the License. from aliyunsdkcore.request import RpcRequest +from aliyunsdkecs.endpoint import endpoint_data + class ModifyInstanceNetworkSpecRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyInstanceNetworkSpec') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyInstanceNetworkSpec','ecs') + if hasattr(self, "endpoint_map"): + setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) + if hasattr(self, "endpoint_regional"): + setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) + def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceNetworkSpec_GatedLaunchRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceNetworkSpec_GatedLaunchRequest.py deleted file mode 100644 index a57739086e..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceNetworkSpec_GatedLaunchRequest.py +++ /dev/null @@ -1,66 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest -class ModifyInstanceNetworkSpec_GatedLaunchRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyInstanceNetworkSpec_GatedLaunch','ecs') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_InternetMaxBandwidthOut(self): - return self.get_query_params().get('InternetMaxBandwidthOut') - - def set_InternetMaxBandwidthOut(self,InternetMaxBandwidthOut): - self.add_query_param('InternetMaxBandwidthOut',InternetMaxBandwidthOut) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_InstanceId(self): - return self.get_query_params().get('InstanceId') - - def set_InstanceId(self,InstanceId): - self.add_query_param('InstanceId',InstanceId) - - def get_InternetMaxBandwidthIn(self): - return self.get_query_params().get('InternetMaxBandwidthIn') - - def set_InternetMaxBandwidthIn(self,InternetMaxBandwidthIn): - self.add_query_param('InternetMaxBandwidthIn',InternetMaxBandwidthIn) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceSpecRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceSpecRequest.py index b2c8081b51..b0d84e5572 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceSpecRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceSpecRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,17 @@ # under the License. from aliyunsdkcore.request import RpcRequest +from aliyunsdkecs.endpoint import endpoint_data + class ModifyInstanceSpecRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyInstanceSpec') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyInstanceSpec','ecs') + if hasattr(self, "endpoint_map"): + setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) + if hasattr(self, "endpoint_regional"): + setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) + def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceSpec_GatedLaunchRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceSpec_GatedLaunchRequest.py deleted file mode 100644 index 9cee88f30c..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceSpec_GatedLaunchRequest.py +++ /dev/null @@ -1,96 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest -class ModifyInstanceSpec_GatedLaunchRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyInstanceSpec_GatedLaunch','ecs') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_InternetMaxBandwidthOut(self): - return self.get_query_params().get('InternetMaxBandwidthOut') - - def set_InternetMaxBandwidthOut(self,InternetMaxBandwidthOut): - self.add_query_param('InternetMaxBandwidthOut',InternetMaxBandwidthOut) - - def get_InstanceType(self): - return self.get_query_params().get('InstanceType') - - def set_InstanceType(self,InstanceType): - self.add_query_param('InstanceType',InstanceType) - - def get_TemporaryEndTime(self): - return self.get_query_params().get('Temporary.EndTime') - - def set_TemporaryEndTime(self,TemporaryEndTime): - self.add_query_param('Temporary.EndTime',TemporaryEndTime) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_TemporaryInternetMaxBandwidthOut(self): - return self.get_query_params().get('Temporary.InternetMaxBandwidthOut') - - def set_TemporaryInternetMaxBandwidthOut(self,TemporaryInternetMaxBandwidthOut): - self.add_query_param('Temporary.InternetMaxBandwidthOut',TemporaryInternetMaxBandwidthOut) - - def get_TemporaryStartTime(self): - return self.get_query_params().get('Temporary.StartTime') - - def set_TemporaryStartTime(self,TemporaryStartTime): - self.add_query_param('Temporary.StartTime',TemporaryStartTime) - - def get_Async(self): - return self.get_query_params().get('Async') - - def set_Async(self,Async): - self.add_query_param('Async',Async) - - def get_InstanceId(self): - return self.get_query_params().get('InstanceId') - - def set_InstanceId(self,InstanceId): - self.add_query_param('InstanceId',InstanceId) - - def get_InternetMaxBandwidthIn(self): - return self.get_query_params().get('InternetMaxBandwidthIn') - - def set_InternetMaxBandwidthIn(self,InternetMaxBandwidthIn): - self.add_query_param('InternetMaxBandwidthIn',InternetMaxBandwidthIn) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceVncPasswdRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceVncPasswdRequest.py index 1f7bc00bc3..992e61ef25 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceVncPasswdRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceVncPasswdRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,17 @@ # under the License. from aliyunsdkcore.request import RpcRequest +from aliyunsdkecs.endpoint import endpoint_data + class ModifyInstanceVncPasswdRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyInstanceVncPasswd') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyInstanceVncPasswd','ecs') + if hasattr(self, "endpoint_map"): + setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) + if hasattr(self, "endpoint_regional"): + setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) + def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceVncPasswd_GatedLaunchRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceVncPasswd_GatedLaunchRequest.py deleted file mode 100644 index b07a2957d8..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceVncPasswd_GatedLaunchRequest.py +++ /dev/null @@ -1,60 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest -class ModifyInstanceVncPasswd_GatedLaunchRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyInstanceVncPasswd_GatedLaunch','ecs') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_InstanceId(self): - return self.get_query_params().get('InstanceId') - - def set_InstanceId(self,InstanceId): - self.add_query_param('InstanceId',InstanceId) - - def get_VncPassword(self): - return self.get_query_params().get('VncPassword') - - def set_VncPassword(self,VncPassword): - self.add_query_param('VncPassword',VncPassword) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceVpcAttributeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceVpcAttributeRequest.py index dab105b7c7..18fcf3308c 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceVpcAttributeRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceVpcAttributeRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,17 @@ # under the License. from aliyunsdkcore.request import RpcRequest +from aliyunsdkecs.endpoint import endpoint_data + class ModifyInstanceVpcAttributeRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyInstanceVpcAttribute') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyInstanceVpcAttribute','ecs') + if hasattr(self, "endpoint_map"): + setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) + if hasattr(self, "endpoint_regional"): + setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) + def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceVpcAttribute_GatedLaunchRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceVpcAttribute_GatedLaunchRequest.py deleted file mode 100644 index f12277b593..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceVpcAttribute_GatedLaunchRequest.py +++ /dev/null @@ -1,66 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest -class ModifyInstanceVpcAttribute_GatedLaunchRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyInstanceVpcAttribute_GatedLaunch','ecs') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_VSwitchId(self): - return self.get_query_params().get('VSwitchId') - - def set_VSwitchId(self,VSwitchId): - self.add_query_param('VSwitchId',VSwitchId) - - def get_PrivateIpAddress(self): - return self.get_query_params().get('PrivateIpAddress') - - def set_PrivateIpAddress(self,PrivateIpAddress): - self.add_query_param('PrivateIpAddress',PrivateIpAddress) - - def get_InstanceId(self): - return self.get_query_params().get('InstanceId') - - def set_InstanceId(self,InstanceId): - self.add_query_param('InstanceId',InstanceId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyIntranetBandwidthKbRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyIntranetBandwidthKbRequest.py deleted file mode 100644 index 026792eaf4..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyIntranetBandwidthKbRequest.py +++ /dev/null @@ -1,66 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest -class ModifyIntranetBandwidthKbRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyIntranetBandwidthKb') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_IntranetMaxBandwidthOut(self): - return self.get_query_params().get('IntranetMaxBandwidthOut') - - def set_IntranetMaxBandwidthOut(self,IntranetMaxBandwidthOut): - self.add_query_param('IntranetMaxBandwidthOut',IntranetMaxBandwidthOut) - - def get_InstanceId(self): - return self.get_query_params().get('InstanceId') - - def set_InstanceId(self,InstanceId): - self.add_query_param('InstanceId',InstanceId) - - def get_IntranetMaxBandwidthIn(self): - return self.get_query_params().get('IntranetMaxBandwidthIn') - - def set_IntranetMaxBandwidthIn(self,IntranetMaxBandwidthIn): - self.add_query_param('IntranetMaxBandwidthIn',IntranetMaxBandwidthIn) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyIntranetBandwidthKb_GatedLaunchRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyIntranetBandwidthKb_GatedLaunchRequest.py deleted file mode 100644 index bacaa206e7..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyIntranetBandwidthKb_GatedLaunchRequest.py +++ /dev/null @@ -1,66 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest -class ModifyIntranetBandwidthKb_GatedLaunchRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyIntranetBandwidthKb_GatedLaunch','ecs') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_IntranetMaxBandwidthOut(self): - return self.get_query_params().get('IntranetMaxBandwidthOut') - - def set_IntranetMaxBandwidthOut(self,IntranetMaxBandwidthOut): - self.add_query_param('IntranetMaxBandwidthOut',IntranetMaxBandwidthOut) - - def get_InstanceId(self): - return self.get_query_params().get('InstanceId') - - def set_InstanceId(self,InstanceId): - self.add_query_param('InstanceId',InstanceId) - - def get_IntranetMaxBandwidthIn(self): - return self.get_query_params().get('IntranetMaxBandwidthIn') - - def set_IntranetMaxBandwidthIn(self,IntranetMaxBandwidthIn): - self.add_query_param('IntranetMaxBandwidthIn',IntranetMaxBandwidthIn) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyLaunchTemplateDefaultVersionRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyLaunchTemplateDefaultVersionRequest.py index 5d3eb5f4bb..53ab321d81 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyLaunchTemplateDefaultVersionRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyLaunchTemplateDefaultVersionRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,17 @@ # under the License. from aliyunsdkcore.request import RpcRequest +from aliyunsdkecs.endpoint import endpoint_data + class ModifyLaunchTemplateDefaultVersionRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyLaunchTemplateDefaultVersion') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyLaunchTemplateDefaultVersion','ecs') + if hasattr(self, "endpoint_map"): + setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) + if hasattr(self, "endpoint_regional"): + setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) + def get_LaunchTemplateName(self): return self.get_query_params().get('LaunchTemplateName') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyNetworkInterfaceAttributeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyNetworkInterfaceAttributeRequest.py index afd5089ef4..1d038a609b 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyNetworkInterfaceAttributeRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyNetworkInterfaceAttributeRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,17 @@ # under the License. from aliyunsdkcore.request import RpcRequest +from aliyunsdkecs.endpoint import endpoint_data + class ModifyNetworkInterfaceAttributeRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyNetworkInterfaceAttribute') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyNetworkInterfaceAttribute','ecs') + if hasattr(self, "endpoint_map"): + setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) + if hasattr(self, "endpoint_regional"): + setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) + def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyPhysicalConnectionAttributeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyPhysicalConnectionAttributeRequest.py index f4043af477..09c0cde905 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyPhysicalConnectionAttributeRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyPhysicalConnectionAttributeRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,17 @@ # under the License. from aliyunsdkcore.request import RpcRequest +from aliyunsdkecs.endpoint import endpoint_data + class ModifyPhysicalConnectionAttributeRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyPhysicalConnectionAttribute') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyPhysicalConnectionAttribute','ecs') + if hasattr(self, "endpoint_map"): + setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) + if hasattr(self, "endpoint_regional"): + setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) + def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyPrepayInstanceSpecRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyPrepayInstanceSpecRequest.py index 8ceb92c29a..a27b5aeab6 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyPrepayInstanceSpecRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyPrepayInstanceSpecRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,17 @@ # under the License. from aliyunsdkcore.request import RpcRequest +from aliyunsdkecs.endpoint import endpoint_data + class ModifyPrepayInstanceSpecRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyPrepayInstanceSpec') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyPrepayInstanceSpec','ecs') + if hasattr(self, "endpoint_map"): + setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) + if hasattr(self, "endpoint_regional"): + setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) + def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyReservedInstanceAttributeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyReservedInstanceAttributeRequest.py index 4552ca8598..b38b73ad36 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyReservedInstanceAttributeRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyReservedInstanceAttributeRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,17 @@ # under the License. from aliyunsdkcore.request import RpcRequest +from aliyunsdkecs.endpoint import endpoint_data + class ModifyReservedInstanceAttributeRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyReservedInstanceAttribute') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyReservedInstanceAttribute','ecs') + if hasattr(self, "endpoint_map"): + setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) + if hasattr(self, "endpoint_regional"): + setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) + def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyReservedInstancesRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyReservedInstancesRequest.py index aa675647c1..53afe4989c 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyReservedInstancesRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyReservedInstancesRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,17 @@ # under the License. from aliyunsdkcore.request import RpcRequest +from aliyunsdkecs.endpoint import endpoint_data + class ModifyReservedInstancesRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyReservedInstances') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyReservedInstances','ecs') + if hasattr(self, "endpoint_map"): + setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) + if hasattr(self, "endpoint_regional"): + setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) + def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyRouterInterfaceAttributeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyRouterInterfaceAttributeRequest.py index 01dde0fe03..99fed18f9d 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyRouterInterfaceAttributeRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyRouterInterfaceAttributeRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,17 @@ # under the License. from aliyunsdkcore.request import RpcRequest +from aliyunsdkecs.endpoint import endpoint_data + class ModifyRouterInterfaceAttributeRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyRouterInterfaceAttribute') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyRouterInterfaceAttribute','ecs') + if hasattr(self, "endpoint_map"): + setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) + if hasattr(self, "endpoint_regional"): + setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) + def get_OppositeRouterId(self): return self.get_query_params().get('OppositeRouterId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyRouterInterfaceSpecRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyRouterInterfaceSpecRequest.py index e1c0cd7d0f..2e9c02be53 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyRouterInterfaceSpecRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyRouterInterfaceSpecRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,17 @@ # under the License. from aliyunsdkcore.request import RpcRequest +from aliyunsdkecs.endpoint import endpoint_data + class ModifyRouterInterfaceSpecRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyRouterInterfaceSpec') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyRouterInterfaceSpec','ecs') + if hasattr(self, "endpoint_map"): + setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) + if hasattr(self, "endpoint_regional"): + setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) + def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifySecurityGroupAttributeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifySecurityGroupAttributeRequest.py index 13d5c528af..bdb2cabbc4 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifySecurityGroupAttributeRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifySecurityGroupAttributeRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,17 @@ # under the License. from aliyunsdkcore.request import RpcRequest +from aliyunsdkecs.endpoint import endpoint_data + class ModifySecurityGroupAttributeRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifySecurityGroupAttribute') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifySecurityGroupAttribute','ecs') + if hasattr(self, "endpoint_map"): + setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) + if hasattr(self, "endpoint_regional"): + setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) + def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifySecurityGroupAttribute_GatedLaunchRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifySecurityGroupAttribute_GatedLaunchRequest.py deleted file mode 100644 index bd230bc2e0..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifySecurityGroupAttribute_GatedLaunchRequest.py +++ /dev/null @@ -1,66 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest -class ModifySecurityGroupAttribute_GatedLaunchRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifySecurityGroupAttribute_GatedLaunch','ecs') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_SecurityGroupId(self): - return self.get_query_params().get('SecurityGroupId') - - def set_SecurityGroupId(self,SecurityGroupId): - self.add_query_param('SecurityGroupId',SecurityGroupId) - - def get_Description(self): - return self.get_query_params().get('Description') - - def set_Description(self,Description): - self.add_query_param('Description',Description) - - def get_SecurityGroupName(self): - return self.get_query_params().get('SecurityGroupName') - - def set_SecurityGroupName(self,SecurityGroupName): - self.add_query_param('SecurityGroupName',SecurityGroupName) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifySecurityGroupEgressRuleRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifySecurityGroupEgressRuleRequest.py index b6f3b163c9..172888e15d 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifySecurityGroupEgressRuleRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifySecurityGroupEgressRuleRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,17 @@ # under the License. from aliyunsdkcore.request import RpcRequest +from aliyunsdkecs.endpoint import endpoint_data + class ModifySecurityGroupEgressRuleRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifySecurityGroupEgressRule') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifySecurityGroupEgressRule','ecs') + if hasattr(self, "endpoint_map"): + setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) + if hasattr(self, "endpoint_regional"): + setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) + def get_NicType(self): return self.get_query_params().get('NicType') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifySecurityGroupPolicyRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifySecurityGroupPolicyRequest.py index 319fabf9cf..08da311b74 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifySecurityGroupPolicyRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifySecurityGroupPolicyRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,17 @@ # under the License. from aliyunsdkcore.request import RpcRequest +from aliyunsdkecs.endpoint import endpoint_data + class ModifySecurityGroupPolicyRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifySecurityGroupPolicy') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifySecurityGroupPolicy','ecs') + if hasattr(self, "endpoint_map"): + setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) + if hasattr(self, "endpoint_regional"): + setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) + def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifySecurityGroupRuleRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifySecurityGroupRuleRequest.py index 01a4adfd30..b78e4262dc 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifySecurityGroupRuleRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifySecurityGroupRuleRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,17 @@ # under the License. from aliyunsdkcore.request import RpcRequest +from aliyunsdkecs.endpoint import endpoint_data + class ModifySecurityGroupRuleRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifySecurityGroupRule') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifySecurityGroupRule','ecs') + if hasattr(self, "endpoint_map"): + setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) + if hasattr(self, "endpoint_regional"): + setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) + def get_NicType(self): return self.get_query_params().get('NicType') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifySnapshotAttributeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifySnapshotAttributeRequest.py index efc996d5e6..f3ce01da3c 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifySnapshotAttributeRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifySnapshotAttributeRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,17 @@ # under the License. from aliyunsdkcore.request import RpcRequest +from aliyunsdkecs.endpoint import endpoint_data + class ModifySnapshotAttributeRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifySnapshotAttribute') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifySnapshotAttribute','ecs') + if hasattr(self, "endpoint_map"): + setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) + if hasattr(self, "endpoint_regional"): + setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) + def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifySnapshotAttribute_GatedLaunchRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifySnapshotAttribute_GatedLaunchRequest.py deleted file mode 100644 index e838bee72b..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifySnapshotAttribute_GatedLaunchRequest.py +++ /dev/null @@ -1,66 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest -class ModifySnapshotAttribute_GatedLaunchRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifySnapshotAttribute_GatedLaunch','ecs') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_SnapshotId(self): - return self.get_query_params().get('SnapshotId') - - def set_SnapshotId(self,SnapshotId): - self.add_query_param('SnapshotId',SnapshotId) - - def get_Description(self): - return self.get_query_params().get('Description') - - def set_Description(self,Description): - self.add_query_param('Description',Description) - - def get_SnapshotName(self): - return self.get_query_params().get('SnapshotName') - - def set_SnapshotName(self,SnapshotName): - self.add_query_param('SnapshotName',SnapshotName) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateSecurityGroup_GatedLaunchRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyStorageSetAttributeRequest.py similarity index 68% rename from aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateSecurityGroup_GatedLaunchRequest.py rename to aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyStorageSetAttributeRequest.py index c23a6e9de6..1c191cc571 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateSecurityGroup_GatedLaunchRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyStorageSetAttributeRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,17 @@ # under the License. from aliyunsdkcore.request import RpcRequest -class CreateSecurityGroup_GatedLaunchRequest(RpcRequest): +from aliyunsdkecs.endpoint import endpoint_data + +class ModifyStorageSetAttributeRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateSecurityGroup_GatedLaunch','ecs') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyStorageSetAttribute','ecs') + if hasattr(self, "endpoint_map"): + setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) + if hasattr(self, "endpoint_regional"): + setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) + def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -41,23 +48,6 @@ def get_Description(self): def set_Description(self,Description): self.add_query_param('Description',Description) - def get_SecurityGroupName(self): - return self.get_query_params().get('SecurityGroupName') - - def set_SecurityGroupName(self,SecurityGroupName): - self.add_query_param('SecurityGroupName',SecurityGroupName) - - def get_Tags(self): - return self.get_query_params().get('Tags') - - def set_Tags(self,Tags): - for i in range(len(Tags)): - if Tags[i].get('Value') is not None: - self.add_query_param('Tag.' + str(i + 1) + '.Value' , Tags[i].get('Value')) - if Tags[i].get('Key') is not None: - self.add_query_param('Tag.' + str(i + 1) + '.Key' , Tags[i].get('Key')) - - def get_ResourceOwnerAccount(self): return self.get_query_params().get('ResourceOwnerAccount') @@ -76,8 +66,14 @@ def get_OwnerId(self): def set_OwnerId(self,OwnerId): self.add_query_param('OwnerId',OwnerId) - def get_VpcId(self): - return self.get_query_params().get('VpcId') + def get_StorageSetId(self): + return self.get_query_params().get('StorageSetId') + + def set_StorageSetId(self,StorageSetId): + self.add_query_param('StorageSetId',StorageSetId) + + def get_StorageSetName(self): + return self.get_query_params().get('StorageSetName') - def set_VpcId(self,VpcId): - self.add_query_param('VpcId',VpcId) \ No newline at end of file + def set_StorageSetName(self,StorageSetName): + self.add_query_param('StorageSetName',StorageSetName) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyUserBusinessBehaviorRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyUserBusinessBehaviorRequest.py index 7f6118751e..46cb8610ae 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyUserBusinessBehaviorRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyUserBusinessBehaviorRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,17 @@ # under the License. from aliyunsdkcore.request import RpcRequest +from aliyunsdkecs.endpoint import endpoint_data + class ModifyUserBusinessBehaviorRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyUserBusinessBehavior') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyUserBusinessBehavior','ecs') + if hasattr(self, "endpoint_map"): + setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) + if hasattr(self, "endpoint_regional"): + setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) + def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyUserEventAttributeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyUserEventAttributeRequest.py deleted file mode 100644 index 24ae60f42e..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyUserEventAttributeRequest.py +++ /dev/null @@ -1,66 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest -class ModifyUserEventAttributeRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyUserEventAttribute') - - def get_EventId(self): - return self.get_query_params().get('EventId') - - def set_EventId(self,EventId): - self.add_query_param('EventId',EventId) - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_ResourceId(self): - return self.get_query_params().get('ResourceId') - - def set_ResourceId(self,ResourceId): - self.add_query_param('ResourceId',ResourceId) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_NewPlanTime(self): - return self.get_query_params().get('NewPlanTime') - - def set_NewPlanTime(self,NewPlanTime): - self.add_query_param('NewPlanTime',NewPlanTime) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_NewExpireTime(self): - return self.get_query_params().get('NewExpireTime') - - def set_NewExpireTime(self,NewExpireTime): - self.add_query_param('NewExpireTime',NewExpireTime) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyVRouterAttributeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyVRouterAttributeRequest.py index 77c6e65db4..61b1efcab0 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyVRouterAttributeRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyVRouterAttributeRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,17 @@ # under the License. from aliyunsdkcore.request import RpcRequest +from aliyunsdkecs.endpoint import endpoint_data + class ModifyVRouterAttributeRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyVRouterAttribute') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyVRouterAttribute','ecs') + if hasattr(self, "endpoint_map"): + setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) + if hasattr(self, "endpoint_regional"): + setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) + def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyVSwitchAttributeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyVSwitchAttributeRequest.py index e6431614ce..de84d470b7 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyVSwitchAttributeRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyVSwitchAttributeRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,17 @@ # under the License. from aliyunsdkcore.request import RpcRequest +from aliyunsdkecs.endpoint import endpoint_data + class ModifyVSwitchAttributeRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyVSwitchAttribute') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyVSwitchAttribute','ecs') + if hasattr(self, "endpoint_map"): + setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) + if hasattr(self, "endpoint_regional"): + setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) + def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyVirtualBorderRouterAttributeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyVirtualBorderRouterAttributeRequest.py index 8ed15b4b5f..e807554033 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyVirtualBorderRouterAttributeRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyVirtualBorderRouterAttributeRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,17 @@ # under the License. from aliyunsdkcore.request import RpcRequest +from aliyunsdkecs.endpoint import endpoint_data + class ModifyVirtualBorderRouterAttributeRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyVirtualBorderRouterAttribute') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyVirtualBorderRouterAttribute','ecs') + if hasattr(self, "endpoint_map"): + setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) + if hasattr(self, "endpoint_regional"): + setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) + def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyVolumeAttributeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyVolumeAttributeRequest.py deleted file mode 100644 index c1f31a65cc..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyVolumeAttributeRequest.py +++ /dev/null @@ -1,66 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest -class ModifyVolumeAttributeRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyVolumeAttribute') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_Description(self): - return self.get_query_params().get('Description') - - def set_Description(self,Description): - self.add_query_param('Description',Description) - - def get_VolumeName(self): - return self.get_query_params().get('VolumeName') - - def set_VolumeName(self,VolumeName): - self.add_query_param('VolumeName',VolumeName) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_VolumeId(self): - return self.get_query_params().get('VolumeId') - - def set_VolumeId(self,VolumeId): - self.add_query_param('VolumeId',VolumeId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyVolumeAttribute_GatedLaunchRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyVolumeAttribute_GatedLaunchRequest.py deleted file mode 100644 index a5bf964993..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyVolumeAttribute_GatedLaunchRequest.py +++ /dev/null @@ -1,66 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest -class ModifyVolumeAttribute_GatedLaunchRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyVolumeAttribute_GatedLaunch','ecs') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_Description(self): - return self.get_query_params().get('Description') - - def set_Description(self,Description): - self.add_query_param('Description',Description) - - def get_VolumeName(self): - return self.get_query_params().get('VolumeName') - - def set_VolumeName(self,VolumeName): - self.add_query_param('VolumeName',VolumeName) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_VolumeId(self): - return self.get_query_params().get('VolumeId') - - def set_VolumeId(self,VolumeId): - self.add_query_param('VolumeId',VolumeId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyVpcAttributeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyVpcAttributeRequest.py index 2169414652..1d256405d0 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyVpcAttributeRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyVpcAttributeRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,17 @@ # under the License. from aliyunsdkcore.request import RpcRequest +from aliyunsdkecs.endpoint import endpoint_data + class ModifyVpcAttributeRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyVpcAttribute') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyVpcAttribute','ecs') + if hasattr(self, "endpoint_map"): + setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) + if hasattr(self, "endpoint_regional"): + setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) + def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/PurchaseReservedInstancesOfferingRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/PurchaseReservedInstancesOfferingRequest.py index d0100e7028..557c627fb6 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/PurchaseReservedInstancesOfferingRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/PurchaseReservedInstancesOfferingRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,17 @@ # under the License. from aliyunsdkcore.request import RpcRequest +from aliyunsdkecs.endpoint import endpoint_data + class PurchaseReservedInstancesOfferingRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'PurchaseReservedInstancesOffering') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'PurchaseReservedInstancesOffering','ecs') + if hasattr(self, "endpoint_map"): + setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) + if hasattr(self, "endpoint_regional"): + setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) + def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ReActivateInstancesRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ReActivateInstancesRequest.py index cb91453ffb..1b1109fd04 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ReActivateInstancesRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ReActivateInstancesRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,17 @@ # under the License. from aliyunsdkcore.request import RpcRequest +from aliyunsdkecs.endpoint import endpoint_data + class ReActivateInstancesRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ReActivateInstances') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ReActivateInstances','ecs') + if hasattr(self, "endpoint_map"): + setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) + if hasattr(self, "endpoint_regional"): + setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) + def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ReInitDiskRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ReInitDiskRequest.py index 973c28188c..952c346fc4 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ReInitDiskRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ReInitDiskRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,17 @@ # under the License. from aliyunsdkcore.request import RpcRequest +from aliyunsdkecs.endpoint import endpoint_data + class ReInitDiskRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ReInitDisk') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ReInitDisk','ecs') + if hasattr(self, "endpoint_map"): + setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) + if hasattr(self, "endpoint_regional"): + setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) + def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ReInitDisk_GatedLaunchRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ReInitDisk_GatedLaunchRequest.py deleted file mode 100644 index 88cc07c4fb..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ReInitDisk_GatedLaunchRequest.py +++ /dev/null @@ -1,60 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest -class ReInitDisk_GatedLaunchRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ReInitDisk_GatedLaunch','ecs') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_Password(self): - return self.get_query_params().get('Password') - - def set_Password(self,Password): - self.add_query_param('Password',Password) - - def get_DiskId(self): - return self.get_query_params().get('DiskId') - - def set_DiskId(self,DiskId): - self.add_query_param('DiskId',DiskId) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ReInitVolumeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ReInitVolumeRequest.py deleted file mode 100644 index 6417807f23..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ReInitVolumeRequest.py +++ /dev/null @@ -1,60 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest -class ReInitVolumeRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ReInitVolume') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_Password(self): - return self.get_query_params().get('Password') - - def set_Password(self,Password): - self.add_query_param('Password',Password) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_VolumeId(self): - return self.get_query_params().get('VolumeId') - - def set_VolumeId(self,VolumeId): - self.add_query_param('VolumeId',VolumeId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ReInitVolume_GatedLaunchRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ReInitVolume_GatedLaunchRequest.py deleted file mode 100644 index 73de2f28fc..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ReInitVolume_GatedLaunchRequest.py +++ /dev/null @@ -1,60 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest -class ReInitVolume_GatedLaunchRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ReInitVolume_GatedLaunch','ecs') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_Password(self): - return self.get_query_params().get('Password') - - def set_Password(self,Password): - self.add_query_param('Password',Password) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_VolumeId(self): - return self.get_query_params().get('VolumeId') - - def set_VolumeId(self,VolumeId): - self.add_query_param('VolumeId',VolumeId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RebootInstanceRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RebootInstanceRequest.py index 4421d964cf..cd822d1890 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RebootInstanceRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RebootInstanceRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,17 @@ # under the License. from aliyunsdkcore.request import RpcRequest +from aliyunsdkecs.endpoint import endpoint_data + class RebootInstanceRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'RebootInstance') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'RebootInstance','ecs') + if hasattr(self, "endpoint_map"): + setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) + if hasattr(self, "endpoint_regional"): + setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) + def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RebootInstance_GatedLaunchRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RebootInstance_GatedLaunchRequest.py deleted file mode 100644 index 5eaea24ad4..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RebootInstance_GatedLaunchRequest.py +++ /dev/null @@ -1,60 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest -class RebootInstance_GatedLaunchRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'RebootInstance_GatedLaunch','ecs') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_ForceStop(self): - return self.get_query_params().get('ForceStop') - - def set_ForceStop(self,ForceStop): - self.add_query_param('ForceStop',ForceStop) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_InstanceId(self): - return self.get_query_params().get('InstanceId') - - def set_InstanceId(self,InstanceId): - self.add_query_param('InstanceId',InstanceId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RecoverVirtualBorderRouterRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RecoverVirtualBorderRouterRequest.py index 4e71ea134a..089e3efa62 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RecoverVirtualBorderRouterRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RecoverVirtualBorderRouterRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,17 @@ # under the License. from aliyunsdkcore.request import RpcRequest +from aliyunsdkecs.endpoint import endpoint_data + class RecoverVirtualBorderRouterRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'RecoverVirtualBorderRouter') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'RecoverVirtualBorderRouter','ecs') + if hasattr(self, "endpoint_map"): + setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) + if hasattr(self, "endpoint_regional"): + setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) + def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RedeployInstanceRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RedeployInstanceRequest.py index 1c40cc934b..de0e576ef5 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RedeployInstanceRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RedeployInstanceRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,17 @@ # under the License. from aliyunsdkcore.request import RpcRequest +from aliyunsdkecs.endpoint import endpoint_data + class RedeployInstanceRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'RedeployInstance') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'RedeployInstance','ecs') + if hasattr(self, "endpoint_map"): + setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) + if hasattr(self, "endpoint_regional"): + setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) + def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ReleaseDedicatedHostRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ReleaseDedicatedHostRequest.py index fd79fcc17e..1bd0e2df9b 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ReleaseDedicatedHostRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ReleaseDedicatedHostRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,17 @@ # under the License. from aliyunsdkcore.request import RpcRequest +from aliyunsdkecs.endpoint import endpoint_data + class ReleaseDedicatedHostRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ReleaseDedicatedHost') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ReleaseDedicatedHost','ecs') + if hasattr(self, "endpoint_map"): + setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) + if hasattr(self, "endpoint_regional"): + setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) + def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ReleaseEipAddressRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ReleaseEipAddressRequest.py index ac291f4a2a..1bfbf1d91f 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ReleaseEipAddressRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ReleaseEipAddressRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,17 @@ # under the License. from aliyunsdkcore.request import RpcRequest +from aliyunsdkecs.endpoint import endpoint_data + class ReleaseEipAddressRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ReleaseEipAddress') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ReleaseEipAddress','ecs') + if hasattr(self, "endpoint_map"): + setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) + if hasattr(self, "endpoint_regional"): + setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) + def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ReleasePublicIpAddressRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ReleasePublicIpAddressRequest.py index a697ebd215..33603eac7e 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ReleasePublicIpAddressRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ReleasePublicIpAddressRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,17 @@ # under the License. from aliyunsdkcore.request import RpcRequest +from aliyunsdkecs.endpoint import endpoint_data + class ReleasePublicIpAddressRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ReleasePublicIpAddress') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ReleasePublicIpAddress','ecs') + if hasattr(self, "endpoint_map"): + setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) + if hasattr(self, "endpoint_regional"): + setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) + def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ReleasePublicIpAddress_GatedLaunchRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ReleasePublicIpAddress_GatedLaunchRequest.py deleted file mode 100644 index 8102707183..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ReleasePublicIpAddress_GatedLaunchRequest.py +++ /dev/null @@ -1,60 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest -class ReleasePublicIpAddress_GatedLaunchRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ReleasePublicIpAddress_GatedLaunch','ecs') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_PublicIpAddress(self): - return self.get_query_params().get('PublicIpAddress') - - def set_PublicIpAddress(self,PublicIpAddress): - self.add_query_param('PublicIpAddress',PublicIpAddress) - - def get_InstanceId(self): - return self.get_query_params().get('InstanceId') - - def set_InstanceId(self,InstanceId): - self.add_query_param('InstanceId',InstanceId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RemoveBandwidthPackageIpsRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RemoveBandwidthPackageIpsRequest.py index 01e9b0d119..62519137a4 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RemoveBandwidthPackageIpsRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RemoveBandwidthPackageIpsRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,17 @@ # under the License. from aliyunsdkcore.request import RpcRequest +from aliyunsdkecs.endpoint import endpoint_data + class RemoveBandwidthPackageIpsRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'RemoveBandwidthPackageIps') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'RemoveBandwidthPackageIps','ecs') + if hasattr(self, "endpoint_map"): + setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) + if hasattr(self, "endpoint_regional"): + setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) + def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RemoveTagsRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RemoveTagsRequest.py index 436a3c44b0..8eb1b1cdb8 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RemoveTagsRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RemoveTagsRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,17 @@ # under the License. from aliyunsdkcore.request import RpcRequest +from aliyunsdkecs.endpoint import endpoint_data + class RemoveTagsRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'RemoveTags') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'RemoveTags','ecs') + if hasattr(self, "endpoint_map"): + setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) + if hasattr(self, "endpoint_regional"): + setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) + def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RemoveTags_GatedLaunchRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RemoveTags_GatedLaunchRequest.py deleted file mode 100644 index a878ff1a9a..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RemoveTags_GatedLaunchRequest.py +++ /dev/null @@ -1,65 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest -class RemoveTags_GatedLaunchRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'RemoveTags_GatedLaunch','ecs') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_Tags(self): - return self.get_query_params().get('Tags') - - def set_Tags(self,Tags): - for i in range(len(Tags)): - if Tags[i].get('Value') is not None: - self.add_query_param('Tag.' + str(i + 1) + '.Value' , Tags[i].get('Value')) - if Tags[i].get('Key') is not None: - self.add_query_param('Tag.' + str(i + 1) + '.Key' , Tags[i].get('Key')) - - - def get_ResourceId(self): - return self.get_query_params().get('ResourceId') - - def set_ResourceId(self,ResourceId): - self.add_query_param('ResourceId',ResourceId) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_ResourceType(self): - return self.get_query_params().get('ResourceType') - - def set_ResourceType(self,ResourceType): - self.add_query_param('ResourceType',ResourceType) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RenewDedicatedHostsRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RenewDedicatedHostsRequest.py index 90b77763cf..91ff563fb9 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RenewDedicatedHostsRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RenewDedicatedHostsRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,17 @@ # under the License. from aliyunsdkcore.request import RpcRequest +from aliyunsdkecs.endpoint import endpoint_data + class RenewDedicatedHostsRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'RenewDedicatedHosts') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'RenewDedicatedHosts','ecs') + if hasattr(self, "endpoint_map"): + setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) + if hasattr(self, "endpoint_regional"): + setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) + def get_DedicatedHostIds(self): return self.get_query_params().get('DedicatedHostIds') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RenewInstanceRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RenewInstanceRequest.py index 5609841755..f2d009d5a2 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RenewInstanceRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RenewInstanceRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,17 @@ # under the License. from aliyunsdkcore.request import RpcRequest +from aliyunsdkecs.endpoint import endpoint_data + class RenewInstanceRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'RenewInstance') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'RenewInstance','ecs') + if hasattr(self, "endpoint_map"): + setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) + if hasattr(self, "endpoint_regional"): + setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) + def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RenewInstance_GatedLaunchRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RenewInstance_GatedLaunchRequest.py deleted file mode 100644 index 95aaad174d..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RenewInstance_GatedLaunchRequest.py +++ /dev/null @@ -1,60 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest -class RenewInstance_GatedLaunchRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'RenewInstance_GatedLaunch','ecs') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_Period(self): - return self.get_query_params().get('Period') - - def set_Period(self,Period): - self.add_query_param('Period',Period) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_InstanceId(self): - return self.get_query_params().get('InstanceId') - - def set_InstanceId(self,InstanceId): - self.add_query_param('InstanceId',InstanceId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ReplaceSystemDiskRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ReplaceSystemDiskRequest.py index 3fa801d489..fdd8249852 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ReplaceSystemDiskRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ReplaceSystemDiskRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,17 @@ # under the License. from aliyunsdkcore.request import RpcRequest +from aliyunsdkecs.endpoint import endpoint_data + class ReplaceSystemDiskRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ReplaceSystemDisk') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ReplaceSystemDisk','ecs') + if hasattr(self, "endpoint_map"): + setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) + if hasattr(self, "endpoint_regional"): + setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) + def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ReplaceSystemDisk_GatedLaunchRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ReplaceSystemDisk_GatedLaunchRequest.py deleted file mode 100644 index 4cd6f1d8c2..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ReplaceSystemDisk_GatedLaunchRequest.py +++ /dev/null @@ -1,84 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest -class ReplaceSystemDisk_GatedLaunchRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ReplaceSystemDisk_GatedLaunch','ecs') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_ImageId(self): - return self.get_query_params().get('ImageId') - - def set_ImageId(self,ImageId): - self.add_query_param('ImageId',ImageId) - - def get_ClientToken(self): - return self.get_query_params().get('ClientToken') - - def set_ClientToken(self,ClientToken): - self.add_query_param('ClientToken',ClientToken) - - def get_Password(self): - return self.get_query_params().get('Password') - - def set_Password(self,Password): - self.add_query_param('Password',Password) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_InstanceId(self): - return self.get_query_params().get('InstanceId') - - def set_InstanceId(self,InstanceId): - self.add_query_param('InstanceId',InstanceId) - - def get_SystemDiskSize(self): - return self.get_query_params().get('SystemDisk.Size') - - def set_SystemDiskSize(self,SystemDiskSize): - self.add_query_param('SystemDisk.Size',SystemDiskSize) - - def get_UseAdditionalService(self): - return self.get_query_params().get('UseAdditionalService') - - def set_UseAdditionalService(self,UseAdditionalService): - self.add_query_param('UseAdditionalService',UseAdditionalService) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ReportInstancesStatusRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ReportInstancesStatusRequest.py index e18d52778d..74c4cf2e38 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ReportInstancesStatusRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ReportInstancesStatusRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,17 @@ # under the License. from aliyunsdkcore.request import RpcRequest +from aliyunsdkecs.endpoint import endpoint_data + class ReportInstancesStatusRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ReportInstancesStatus') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ReportInstancesStatus','ecs') + if hasattr(self, "endpoint_map"): + setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) + if hasattr(self, "endpoint_regional"): + setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) + def get_Reason(self): return self.get_query_params().get('Reason') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ResetDiskRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ResetDiskRequest.py index 6ce8469bd8..d63f5881be 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ResetDiskRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ResetDiskRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,17 @@ # under the License. from aliyunsdkcore.request import RpcRequest +from aliyunsdkecs.endpoint import endpoint_data + class ResetDiskRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ResetDisk') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ResetDisk','ecs') + if hasattr(self, "endpoint_map"): + setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) + if hasattr(self, "endpoint_regional"): + setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) + def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ResetDisk_GatedLaunchRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ResetDisk_GatedLaunchRequest.py deleted file mode 100644 index a62b0115c8..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ResetDisk_GatedLaunchRequest.py +++ /dev/null @@ -1,60 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest -class ResetDisk_GatedLaunchRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ResetDisk_GatedLaunch','ecs') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_SnapshotId(self): - return self.get_query_params().get('SnapshotId') - - def set_SnapshotId(self,SnapshotId): - self.add_query_param('SnapshotId',SnapshotId) - - def get_DiskId(self): - return self.get_query_params().get('DiskId') - - def set_DiskId(self,DiskId): - self.add_query_param('DiskId',DiskId) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ResizeDiskRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ResizeDiskRequest.py index e525c79687..b4f852112f 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ResizeDiskRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ResizeDiskRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,17 @@ # under the License. from aliyunsdkcore.request import RpcRequest +from aliyunsdkecs.endpoint import endpoint_data + class ResizeDiskRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ResizeDisk') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ResizeDisk','ecs') + if hasattr(self, "endpoint_map"): + setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) + if hasattr(self, "endpoint_regional"): + setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) + def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ResizeVolume_GatedLaunchRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ResizeVolume_GatedLaunchRequest.py deleted file mode 100644 index c4527bf14f..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ResizeVolume_GatedLaunchRequest.py +++ /dev/null @@ -1,66 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest -class ResizeVolume_GatedLaunchRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ResizeVolume_GatedLaunch','ecs') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_ClientToken(self): - return self.get_query_params().get('ClientToken') - - def set_ClientToken(self,ClientToken): - self.add_query_param('ClientToken',ClientToken) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_NewSize(self): - return self.get_query_params().get('NewSize') - - def set_NewSize(self,NewSize): - self.add_query_param('NewSize',NewSize) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_VolumeId(self): - return self.get_query_params().get('VolumeId') - - def set_VolumeId(self,VolumeId): - self.add_query_param('VolumeId',VolumeId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RevokeSecurityGroupEgressRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RevokeSecurityGroupEgressRequest.py index d5d3fd4306..ea5e0f39e3 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RevokeSecurityGroupEgressRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RevokeSecurityGroupEgressRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,17 @@ # under the License. from aliyunsdkcore.request import RpcRequest +from aliyunsdkecs.endpoint import endpoint_data + class RevokeSecurityGroupEgressRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'RevokeSecurityGroupEgress') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'RevokeSecurityGroupEgress','ecs') + if hasattr(self, "endpoint_map"): + setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) + if hasattr(self, "endpoint_regional"): + setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) + def get_NicType(self): return self.get_query_params().get('NicType') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RevokeSecurityGroupEgress_GatedLaunchRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RevokeSecurityGroupEgress_GatedLaunchRequest.py deleted file mode 100644 index 49580ebe97..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RevokeSecurityGroupEgress_GatedLaunchRequest.py +++ /dev/null @@ -1,102 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest -class RevokeSecurityGroupEgress_GatedLaunchRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'RevokeSecurityGroupEgress_GatedLaunch','ecs') - - def get_NicType(self): - return self.get_query_params().get('NicType') - - def set_NicType(self,NicType): - self.add_query_param('NicType',NicType) - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_SecurityGroupId(self): - return self.get_query_params().get('SecurityGroupId') - - def set_SecurityGroupId(self,SecurityGroupId): - self.add_query_param('SecurityGroupId',SecurityGroupId) - - def get_Policy(self): - return self.get_query_params().get('Policy') - - def set_Policy(self,Policy): - self.add_query_param('Policy',Policy) - - def get_PortRange(self): - return self.get_query_params().get('PortRange') - - def set_PortRange(self,PortRange): - self.add_query_param('PortRange',PortRange) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_IpProtocol(self): - return self.get_query_params().get('IpProtocol') - - def set_IpProtocol(self,IpProtocol): - self.add_query_param('IpProtocol',IpProtocol) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_DestGroupId(self): - return self.get_query_params().get('DestGroupId') - - def set_DestGroupId(self,DestGroupId): - self.add_query_param('DestGroupId',DestGroupId) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_DestGroupOwnerAccount(self): - return self.get_query_params().get('DestGroupOwnerAccount') - - def set_DestGroupOwnerAccount(self,DestGroupOwnerAccount): - self.add_query_param('DestGroupOwnerAccount',DestGroupOwnerAccount) - - def get_DestCidrIp(self): - return self.get_query_params().get('DestCidrIp') - - def set_DestCidrIp(self,DestCidrIp): - self.add_query_param('DestCidrIp',DestCidrIp) - - def get_DestGroupOwnerId(self): - return self.get_query_params().get('DestGroupOwnerId') - - def set_DestGroupOwnerId(self,DestGroupOwnerId): - self.add_query_param('DestGroupOwnerId',DestGroupOwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RevokeSecurityGroupRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RevokeSecurityGroupRequest.py index ff415a7127..7e5a888a36 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RevokeSecurityGroupRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RevokeSecurityGroupRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,17 @@ # under the License. from aliyunsdkcore.request import RpcRequest +from aliyunsdkecs.endpoint import endpoint_data + class RevokeSecurityGroupRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'RevokeSecurityGroup') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'RevokeSecurityGroup','ecs') + if hasattr(self, "endpoint_map"): + setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) + if hasattr(self, "endpoint_regional"): + setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) + def get_NicType(self): return self.get_query_params().get('NicType') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RevokeSecurityGroup_GatedLaunchRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RevokeSecurityGroup_GatedLaunchRequest.py deleted file mode 100644 index 8d4c904bbb..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RevokeSecurityGroup_GatedLaunchRequest.py +++ /dev/null @@ -1,102 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest -class RevokeSecurityGroup_GatedLaunchRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'RevokeSecurityGroup_GatedLaunch','ecs') - - def get_NicType(self): - return self.get_query_params().get('NicType') - - def set_NicType(self,NicType): - self.add_query_param('NicType',NicType) - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_SecurityGroupId(self): - return self.get_query_params().get('SecurityGroupId') - - def set_SecurityGroupId(self,SecurityGroupId): - self.add_query_param('SecurityGroupId',SecurityGroupId) - - def get_SourceGroupOwnerId(self): - return self.get_query_params().get('SourceGroupOwnerId') - - def set_SourceGroupOwnerId(self,SourceGroupOwnerId): - self.add_query_param('SourceGroupOwnerId',SourceGroupOwnerId) - - def get_SourceGroupOwnerAccount(self): - return self.get_query_params().get('SourceGroupOwnerAccount') - - def set_SourceGroupOwnerAccount(self,SourceGroupOwnerAccount): - self.add_query_param('SourceGroupOwnerAccount',SourceGroupOwnerAccount) - - def get_Policy(self): - return self.get_query_params().get('Policy') - - def set_Policy(self,Policy): - self.add_query_param('Policy',Policy) - - def get_PortRange(self): - return self.get_query_params().get('PortRange') - - def set_PortRange(self,PortRange): - self.add_query_param('PortRange',PortRange) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_IpProtocol(self): - return self.get_query_params().get('IpProtocol') - - def set_IpProtocol(self,IpProtocol): - self.add_query_param('IpProtocol',IpProtocol) - - def get_SourceCidrIp(self): - return self.get_query_params().get('SourceCidrIp') - - def set_SourceCidrIp(self,SourceCidrIp): - self.add_query_param('SourceCidrIp',SourceCidrIp) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_SourceGroupId(self): - return self.get_query_params().get('SourceGroupId') - - def set_SourceGroupId(self,SourceGroupId): - self.add_query_param('SourceGroupId',SourceGroupId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RollbackVolumeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RollbackVolumeRequest.py deleted file mode 100644 index d9a9a92780..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RollbackVolumeRequest.py +++ /dev/null @@ -1,60 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest -class RollbackVolumeRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'RollbackVolume') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_SnapshotId(self): - return self.get_query_params().get('SnapshotId') - - def set_SnapshotId(self,SnapshotId): - self.add_query_param('SnapshotId',SnapshotId) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_VolumeId(self): - return self.get_query_params().get('VolumeId') - - def set_VolumeId(self,VolumeId): - self.add_query_param('VolumeId',VolumeId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RollbackVolume_GatedLaunchRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RollbackVolume_GatedLaunchRequest.py deleted file mode 100644 index cc6cdfcad0..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RollbackVolume_GatedLaunchRequest.py +++ /dev/null @@ -1,60 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest -class RollbackVolume_GatedLaunchRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'RollbackVolume_GatedLaunch','ecs') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_SnapshotId(self): - return self.get_query_params().get('SnapshotId') - - def set_SnapshotId(self,SnapshotId): - self.add_query_param('SnapshotId',SnapshotId) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_VolumeId(self): - return self.get_query_params().get('VolumeId') - - def set_VolumeId(self,VolumeId): - self.add_query_param('VolumeId',VolumeId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RunCommandRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RunCommandRequest.py new file mode 100644 index 0000000000..73cbeb2d7c --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RunCommandRequest.py @@ -0,0 +1,135 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +from aliyunsdkecs.endpoint import endpoint_data + +class RunCommandRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'RunCommand','ecs') + if hasattr(self, "endpoint_map"): + setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) + if hasattr(self, "endpoint_regional"): + setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) + + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_WorkingDir(self): + return self.get_query_params().get('WorkingDir') + + def set_WorkingDir(self,WorkingDir): + self.add_query_param('WorkingDir',WorkingDir) + + def get_Description(self): + return self.get_query_params().get('Description') + + def set_Description(self,Description): + self.add_query_param('Description',Description) + + def get_Type(self): + return self.get_query_params().get('Type') + + def set_Type(self,Type): + self.add_query_param('Type',Type) + + def get_CommandContent(self): + return self.get_query_params().get('CommandContent') + + def set_CommandContent(self,CommandContent): + self.add_query_param('CommandContent',CommandContent) + + def get_Timeout(self): + return self.get_query_params().get('Timeout') + + def set_Timeout(self,Timeout): + self.add_query_param('Timeout',Timeout) + + def get_Frequency(self): + return self.get_query_params().get('Frequency') + + def set_Frequency(self,Frequency): + self.add_query_param('Frequency',Frequency) + + def get_ContentEncoding(self): + return self.get_query_params().get('ContentEncoding') + + def set_ContentEncoding(self,ContentEncoding): + self.add_query_param('ContentEncoding',ContentEncoding) + + def get_KeepCommand(self): + return self.get_query_params().get('KeepCommand') + + def set_KeepCommand(self,KeepCommand): + self.add_query_param('KeepCommand',KeepCommand) + + def get_Timed(self): + return self.get_query_params().get('Timed') + + def set_Timed(self,Timed): + self.add_query_param('Timed',Timed) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_InstanceIds(self): + return self.get_query_params().get('InstanceIds') + + def set_InstanceIds(self,InstanceIds): + for i in range(len(InstanceIds)): + if InstanceIds[i] is not None: + self.add_query_param('InstanceId.' + str(i + 1) , InstanceIds[i]); + + def get_Name(self): + return self.get_query_params().get('Name') + + def set_Name(self,Name): + self.add_query_param('Name',Name) + + def get_Parameters(self): + return self.get_query_params().get('Parameters') + + def set_Parameters(self,Parameters): + self.add_query_param('Parameters',Parameters) + + def get_EnableParameter(self): + return self.get_query_params().get('EnableParameter') + + def set_EnableParameter(self,EnableParameter): + self.add_query_param('EnableParameter',EnableParameter) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RunInstancesRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RunInstancesRequest.py index 170c8d5d8d..326262373c 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RunInstancesRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RunInstancesRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,17 @@ # under the License. from aliyunsdkcore.request import RpcRequest +from aliyunsdkecs.endpoint import endpoint_data + class RunInstancesRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'RunInstances') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'RunInstances','ecs') + if hasattr(self, "endpoint_map"): + setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) + if hasattr(self, "endpoint_regional"): + setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) + def get_LaunchTemplateName(self): return self.get_query_params().get('LaunchTemplateName') @@ -95,6 +102,12 @@ def get_Password(self): def set_Password(self,Password): self.add_query_param('Password',Password) + def get_StorageSetPartitionNumber(self): + return self.get_query_params().get('StorageSetPartitionNumber') + + def set_StorageSetPartitionNumber(self,StorageSetPartitionNumber): + self.add_query_param('StorageSetPartitionNumber',StorageSetPartitionNumber) + def get_Tags(self): return self.get_query_params().get('Tags') @@ -270,6 +283,12 @@ def get_CapacityReservationId(self): def set_CapacityReservationId(self,CapacityReservationId): self.add_query_param('CapacityReservationId',CapacityReservationId) + def get_SystemDiskPerformanceLevel(self): + return self.get_query_params().get('SystemDisk.PerformanceLevel') + + def set_SystemDiskPerformanceLevel(self,SystemDiskPerformanceLevel): + self.add_query_param('SystemDisk.PerformanceLevel',SystemDiskPerformanceLevel) + def get_UserData(self): return self.get_query_params().get('UserData') @@ -385,6 +404,12 @@ def set_SecurityGroupIdss(self,SecurityGroupIdss): if SecurityGroupIdss[i] is not None: self.add_query_param('SecurityGroupIds.' + str(i + 1) , SecurityGroupIdss[i]); + def get_SpotDuration(self): + return self.get_query_params().get('SpotDuration') + + def set_SpotDuration(self,SpotDuration): + self.add_query_param('SpotDuration',SpotDuration) + def get_DataDisks(self): return self.get_query_params().get('DataDisks') @@ -408,6 +433,8 @@ def set_DataDisks(self,DataDisks): self.add_query_param('DataDisk.' + str(i + 1) + '.Device' , DataDisks[i].get('Device')) if DataDisks[i].get('DeleteWithInstance') is not None: self.add_query_param('DataDisk.' + str(i + 1) + '.DeleteWithInstance' , DataDisks[i].get('DeleteWithInstance')) + if DataDisks[i].get('PerformanceLevel') is not None: + self.add_query_param('DataDisk.' + str(i + 1) + '.PerformanceLevel' , DataDisks[i].get('PerformanceLevel')) def get_LaunchTemplateVersion(self): @@ -416,6 +443,12 @@ def get_LaunchTemplateVersion(self): def set_LaunchTemplateVersion(self,LaunchTemplateVersion): self.add_query_param('LaunchTemplateVersion',LaunchTemplateVersion) + def get_StorageSetId(self): + return self.get_query_params().get('StorageSetId') + + def set_StorageSetId(self,StorageSetId): + self.add_query_param('StorageSetId',StorageSetId) + def get_SystemDiskSize(self): return self.get_query_params().get('SystemDisk.Size') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/SignAgreementRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/SignAgreementRequest.py deleted file mode 100644 index 24c0ac23db..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/SignAgreementRequest.py +++ /dev/null @@ -1,54 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest -class SignAgreementRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'SignAgreement') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_AgreementType(self): - return self.get_query_params().get('AgreementType') - - def set_AgreementType(self,AgreementType): - self.add_query_param('AgreementType',AgreementType) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/StartInstanceRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/StartInstanceRequest.py index cbd0c4c815..c0909b4fc2 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/StartInstanceRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/StartInstanceRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,17 @@ # under the License. from aliyunsdkcore.request import RpcRequest +from aliyunsdkecs.endpoint import endpoint_data + class StartInstanceRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'StartInstance') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'StartInstance','ecs') + if hasattr(self, "endpoint_map"): + setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) + if hasattr(self, "endpoint_regional"): + setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) + def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/StartInstance_GatedLaunchRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/StartInstance_GatedLaunchRequest.py deleted file mode 100644 index 53256c2380..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/StartInstance_GatedLaunchRequest.py +++ /dev/null @@ -1,54 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest -class StartInstance_GatedLaunchRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'StartInstance_GatedLaunch','ecs') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_InstanceId(self): - return self.get_query_params().get('InstanceId') - - def set_InstanceId(self,InstanceId): - self.add_query_param('InstanceId',InstanceId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/StopInstanceRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/StopInstanceRequest.py index 6b4291b196..c88334c64f 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/StopInstanceRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/StopInstanceRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,17 @@ # under the License. from aliyunsdkcore.request import RpcRequest +from aliyunsdkecs.endpoint import endpoint_data + class StopInstanceRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'StopInstance') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'StopInstance','ecs') + if hasattr(self, "endpoint_map"): + setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) + if hasattr(self, "endpoint_regional"): + setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) + def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/StopInstance_GatedLaunchRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/StopInstance_GatedLaunchRequest.py deleted file mode 100644 index e08536d775..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/StopInstance_GatedLaunchRequest.py +++ /dev/null @@ -1,66 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest -class StopInstance_GatedLaunchRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'StopInstance_GatedLaunch','ecs') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_ForceStop(self): - return self.get_query_params().get('ForceStop') - - def set_ForceStop(self,ForceStop): - self.add_query_param('ForceStop',ForceStop) - - def get_ConfirmStop(self): - return self.get_query_params().get('ConfirmStop') - - def set_ConfirmStop(self,ConfirmStop): - self.add_query_param('ConfirmStop',ConfirmStop) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_InstanceId(self): - return self.get_query_params().get('InstanceId') - - def set_InstanceId(self,InstanceId): - self.add_query_param('InstanceId',InstanceId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/StopInvocationRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/StopInvocationRequest.py index 347d0a9fc4..509ae2c92b 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/StopInvocationRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/StopInvocationRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,17 @@ # under the License. from aliyunsdkcore.request import RpcRequest +from aliyunsdkecs.endpoint import endpoint_data + class StopInvocationRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'StopInvocation') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'StopInvocation','ecs') + if hasattr(self, "endpoint_map"): + setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) + if hasattr(self, "endpoint_regional"): + setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) + def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/TagResourcesRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/TagResourcesRequest.py index 6c86c47796..87bca67c96 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/TagResourcesRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/TagResourcesRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,17 @@ # under the License. from aliyunsdkcore.request import RpcRequest +from aliyunsdkecs.endpoint import endpoint_data + class TagResourcesRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'TagResources') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'TagResources','ecs') + if hasattr(self, "endpoint_map"): + setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) + if hasattr(self, "endpoint_regional"): + setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) + def get_Tags(self): return self.get_query_params().get('Tags') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/TerminatePhysicalConnectionRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/TerminatePhysicalConnectionRequest.py index 406b453469..47a8009109 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/TerminatePhysicalConnectionRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/TerminatePhysicalConnectionRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,17 @@ # under the License. from aliyunsdkcore.request import RpcRequest +from aliyunsdkecs.endpoint import endpoint_data + class TerminatePhysicalConnectionRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'TerminatePhysicalConnection') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'TerminatePhysicalConnection','ecs') + if hasattr(self, "endpoint_map"): + setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) + if hasattr(self, "endpoint_regional"): + setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) + def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/TerminateVirtualBorderRouterRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/TerminateVirtualBorderRouterRequest.py index 5653fb7b5a..f85f5293e1 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/TerminateVirtualBorderRouterRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/TerminateVirtualBorderRouterRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,17 @@ # under the License. from aliyunsdkcore.request import RpcRequest +from aliyunsdkecs.endpoint import endpoint_data + class TerminateVirtualBorderRouterRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'TerminateVirtualBorderRouter') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'TerminateVirtualBorderRouter','ecs') + if hasattr(self, "endpoint_map"): + setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) + if hasattr(self, "endpoint_regional"): + setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) + def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/UnassignIpv6AddressesRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/UnassignIpv6AddressesRequest.py index f0a264061e..c34781b1a2 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/UnassignIpv6AddressesRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/UnassignIpv6AddressesRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,17 @@ # under the License. from aliyunsdkcore.request import RpcRequest +from aliyunsdkecs.endpoint import endpoint_data + class UnassignIpv6AddressesRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'UnassignIpv6Addresses') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'UnassignIpv6Addresses','ecs') + if hasattr(self, "endpoint_map"): + setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) + if hasattr(self, "endpoint_regional"): + setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) + def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/UnassignPrivateIpAddressesRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/UnassignPrivateIpAddressesRequest.py index f5cfd62c2f..0487878f0f 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/UnassignPrivateIpAddressesRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/UnassignPrivateIpAddressesRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,17 @@ # under the License. from aliyunsdkcore.request import RpcRequest +from aliyunsdkecs.endpoint import endpoint_data + class UnassignPrivateIpAddressesRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'UnassignPrivateIpAddresses') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'UnassignPrivateIpAddresses','ecs') + if hasattr(self, "endpoint_map"): + setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) + if hasattr(self, "endpoint_regional"): + setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) + def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/UnassociateEipAddressRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/UnassociateEipAddressRequest.py index ee20f3d5a0..42106861bb 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/UnassociateEipAddressRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/UnassociateEipAddressRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,17 @@ # under the License. from aliyunsdkcore.request import RpcRequest +from aliyunsdkecs.endpoint import endpoint_data + class UnassociateEipAddressRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'UnassociateEipAddress') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'UnassociateEipAddress','ecs') + if hasattr(self, "endpoint_map"): + setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) + if hasattr(self, "endpoint_regional"): + setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) + def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/UnassociateHaVipRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/UnassociateHaVipRequest.py index 3a1729019a..d626962cb8 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/UnassociateHaVipRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/UnassociateHaVipRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,17 @@ # under the License. from aliyunsdkcore.request import RpcRequest +from aliyunsdkecs.endpoint import endpoint_data + class UnassociateHaVipRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'UnassociateHaVip') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'UnassociateHaVip','ecs') + if hasattr(self, "endpoint_map"): + setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) + if hasattr(self, "endpoint_regional"): + setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) + def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/UnbindIpRangeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/UnbindIpRangeRequest.py deleted file mode 100644 index e347c3c7c9..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/UnbindIpRangeRequest.py +++ /dev/null @@ -1,60 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest -class UnbindIpRangeRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'UnbindIpRange') - - def get_IpAddress(self): - return self.get_query_params().get('IpAddress') - - def set_IpAddress(self,IpAddress): - self.add_query_param('IpAddress',IpAddress) - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_InstanceId(self): - return self.get_query_params().get('InstanceId') - - def set_InstanceId(self,InstanceId): - self.add_query_param('InstanceId',InstanceId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/UnbindIpRange_GatedLaunchRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/UnbindIpRange_GatedLaunchRequest.py deleted file mode 100644 index 5dfdbca9af..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/UnbindIpRange_GatedLaunchRequest.py +++ /dev/null @@ -1,60 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest -class UnbindIpRange_GatedLaunchRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'UnbindIpRange_GatedLaunch','ecs') - - def get_IpAddress(self): - return self.get_query_params().get('IpAddress') - - def set_IpAddress(self,IpAddress): - self.add_query_param('IpAddress',IpAddress) - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_InstanceId(self): - return self.get_query_params().get('InstanceId') - - def set_InstanceId(self,InstanceId): - self.add_query_param('InstanceId',InstanceId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/UntagResourcesRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/UntagResourcesRequest.py index fe579af016..7f513faff6 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/UntagResourcesRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/UntagResourcesRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,17 @@ # under the License. from aliyunsdkcore.request import RpcRequest +from aliyunsdkecs.endpoint import endpoint_data + class UntagResourcesRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'UntagResources') + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'UntagResources','ecs') + if hasattr(self, "endpoint_map"): + setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) + if hasattr(self, "endpoint_regional"): + setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) + def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ValidateSecurityGroupRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ValidateSecurityGroupRequest.py deleted file mode 100644 index fdfdd23c5f..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ValidateSecurityGroupRequest.py +++ /dev/null @@ -1,96 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest -class ValidateSecurityGroupRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ValidateSecurityGroup') - - def get_NicType(self): - return self.get_query_params().get('NicType') - - def set_NicType(self,NicType): - self.add_query_param('NicType',NicType) - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_SourcePort(self): - return self.get_query_params().get('SourcePort') - - def set_SourcePort(self,SourcePort): - self.add_query_param('SourcePort',SourcePort) - - def get_SourceIp(self): - return self.get_query_params().get('SourceIp') - - def set_SourceIp(self,SourceIp): - self.add_query_param('SourceIp',SourceIp) - - def get_Direction(self): - return self.get_query_params().get('Direction') - - def set_Direction(self,Direction): - self.add_query_param('Direction',Direction) - - def get_DestIp(self): - return self.get_query_params().get('DestIp') - - def set_DestIp(self,DestIp): - self.add_query_param('DestIp',DestIp) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_IpProtocol(self): - return self.get_query_params().get('IpProtocol') - - def set_IpProtocol(self,IpProtocol): - self.add_query_param('IpProtocol',IpProtocol) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_InstanceId(self): - return self.get_query_params().get('InstanceId') - - def set_InstanceId(self,InstanceId): - self.add_query_param('InstanceId',InstanceId) - - def get_DestPort(self): - return self.get_query_params().get('DestPort') - - def set_DestPort(self,DestPort): - self.add_query_param('DestPort',DestPort) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/AllocateDedicatedHostsRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/AllocateDedicatedHostsRequest.py deleted file mode 100644 index df7ad8443f..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/AllocateDedicatedHostsRequest.py +++ /dev/null @@ -1,173 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest -class AllocateDedicatedHostsRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2016-03-14', 'AllocateDedicatedHosts') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_ClientToken(self): - return self.get_query_params().get('ClientToken') - - def set_ClientToken(self,ClientToken): - self.add_query_param('ClientToken',ClientToken) - - def get_Description(self): - return self.get_query_params().get('Description') - - def set_Description(self,Description): - self.add_query_param('Description',Description) - - def get_ResourceGroupId(self): - return self.get_query_params().get('ResourceGroupId') - - def set_ResourceGroupId(self,ResourceGroupId): - self.add_query_param('ResourceGroupId',ResourceGroupId) - - def get_ActionOnMaintenance(self): - return self.get_query_params().get('ActionOnMaintenance') - - def set_ActionOnMaintenance(self,ActionOnMaintenance): - self.add_query_param('ActionOnMaintenance',ActionOnMaintenance) - - def get_Tags(self): - return self.get_query_params().get('Tags') - - def set_Tags(self,Tags): - for i in range(len(Tags)): - if Tags[i].get('Key') is not None: - self.add_query_param('Tag.' + str(i + 1) + '.Key' , Tags[i].get('Key')) - if Tags[i].get('Value') is not None: - self.add_query_param('Tag.' + str(i + 1) + '.Value' , Tags[i].get('Value')) - - - def get_DedicatedHostType(self): - return self.get_query_params().get('DedicatedHostType') - - def set_DedicatedHostType(self,DedicatedHostType): - self.add_query_param('DedicatedHostType',DedicatedHostType) - - def get_BusinessInfo(self): - return self.get_query_params().get('BusinessInfo') - - def set_BusinessInfo(self,BusinessInfo): - self.add_query_param('BusinessInfo',BusinessInfo) - - def get_AutoRenewPeriod(self): - return self.get_query_params().get('AutoRenewPeriod') - - def set_AutoRenewPeriod(self,AutoRenewPeriod): - self.add_query_param('AutoRenewPeriod',AutoRenewPeriod) - - def get_Period(self): - return self.get_query_params().get('Period') - - def set_Period(self,Period): - self.add_query_param('Period',Period) - - def get_Quantity(self): - return self.get_query_params().get('Quantity') - - def set_Quantity(self,Quantity): - self.add_query_param('Quantity',Quantity) - - def get_DedicatedHostName(self): - return self.get_query_params().get('DedicatedHostName') - - def set_DedicatedHostName(self,DedicatedHostName): - self.add_query_param('DedicatedHostName',DedicatedHostName) - - def get_FromApp(self): - return self.get_query_params().get('FromApp') - - def set_FromApp(self,FromApp): - self.add_query_param('FromApp',FromApp) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_AutoReleaseTime(self): - return self.get_query_params().get('AutoReleaseTime') - - def set_AutoReleaseTime(self,AutoReleaseTime): - self.add_query_param('AutoReleaseTime',AutoReleaseTime) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_PeriodUnit(self): - return self.get_query_params().get('PeriodUnit') - - def set_PeriodUnit(self,PeriodUnit): - self.add_query_param('PeriodUnit',PeriodUnit) - - def get_AutoRenew(self): - return self.get_query_params().get('AutoRenew') - - def set_AutoRenew(self,AutoRenew): - self.add_query_param('AutoRenew',AutoRenew) - - def get_NetworkAttributesSlbUdpTimeout(self): - return self.get_query_params().get('NetworkAttributes.SlbUdpTimeout') - - def set_NetworkAttributesSlbUdpTimeout(self,NetworkAttributesSlbUdpTimeout): - self.add_query_param('NetworkAttributes.SlbUdpTimeout',NetworkAttributesSlbUdpTimeout) - - def get_ZoneId(self): - return self.get_query_params().get('ZoneId') - - def set_ZoneId(self,ZoneId): - self.add_query_param('ZoneId',ZoneId) - - def get_AutoPlacement(self): - return self.get_query_params().get('AutoPlacement') - - def set_AutoPlacement(self,AutoPlacement): - self.add_query_param('AutoPlacement',AutoPlacement) - - def get_ChargeType(self): - return self.get_query_params().get('ChargeType') - - def set_ChargeType(self,ChargeType): - self.add_query_param('ChargeType',ChargeType) - - def get_NetworkAttributesUdpTimeout(self): - return self.get_query_params().get('NetworkAttributes.UdpTimeout') - - def set_NetworkAttributesUdpTimeout(self,NetworkAttributesUdpTimeout): - self.add_query_param('NetworkAttributes.UdpTimeout',NetworkAttributesUdpTimeout) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/CreateCapacityReservationRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/CreateCapacityReservationRequest.py deleted file mode 100644 index 449b4e91be..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/CreateCapacityReservationRequest.py +++ /dev/null @@ -1,125 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest -class CreateCapacityReservationRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2016-03-14', 'CreateCapacityReservation') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_Description(self): - return self.get_query_params().get('Description') - - def set_Description(self,Description): - self.add_query_param('Description',Description) - - def get_NetworkType(self): - return self.get_query_params().get('NetworkType') - - def set_NetworkType(self,NetworkType): - self.add_query_param('NetworkType',NetworkType) - - def get_ResourceGroupId(self): - return self.get_query_params().get('ResourceGroupId') - - def set_ResourceGroupId(self,ResourceGroupId): - self.add_query_param('ResourceGroupId',ResourceGroupId) - - def get_InstanceCount(self): - return self.get_query_params().get('InstanceCount') - - def set_InstanceCount(self,InstanceCount): - self.add_query_param('InstanceCount',InstanceCount) - - def get_InstanceType(self): - return self.get_query_params().get('InstanceType') - - def set_InstanceType(self,InstanceType): - self.add_query_param('InstanceType',InstanceType) - - def get_Tags(self): - return self.get_query_params().get('Tags') - - def set_Tags(self,Tags): - for i in range(len(Tags)): - if Tags[i].get('Key') is not None: - self.add_query_param('Tag.' + str(i + 1) + '.Key' , Tags[i].get('Key')) - if Tags[i].get('Value') is not None: - self.add_query_param('Tag.' + str(i + 1) + '.Value' , Tags[i].get('Value')) - - - def get_InstancePlatform(self): - return self.get_query_params().get('InstancePlatform') - - def set_InstancePlatform(self,InstancePlatform): - self.add_query_param('InstancePlatform',InstancePlatform) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_EndDateType(self): - return self.get_query_params().get('EndDateType') - - def set_EndDateType(self,EndDateType): - self.add_query_param('EndDateType',EndDateType) - - def get_InstanceMatchCriteria(self): - return self.get_query_params().get('InstanceMatchCriteria') - - def set_InstanceMatchCriteria(self,InstanceMatchCriteria): - self.add_query_param('InstanceMatchCriteria',InstanceMatchCriteria) - - def get_TimeSlot(self): - return self.get_query_params().get('TimeSlot') - - def set_TimeSlot(self,TimeSlot): - self.add_query_param('TimeSlot',TimeSlot) - - def get_CapacityReservationName(self): - return self.get_query_params().get('CapacityReservationName') - - def set_CapacityReservationName(self,CapacityReservationName): - self.add_query_param('CapacityReservationName',CapacityReservationName) - - def get_ZoneId(self): - return self.get_query_params().get('ZoneId') - - def set_ZoneId(self,ZoneId): - self.add_query_param('ZoneId',ZoneId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/CreateConfigLogSubscriptionsRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/CreateConfigLogSubscriptionsRequest.py deleted file mode 100644 index 0b05e71de3..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/CreateConfigLogSubscriptionsRequest.py +++ /dev/null @@ -1,61 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest -class CreateConfigLogSubscriptionsRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2016-03-14', 'CreateConfigLogSubscriptions') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_Subscriptions(self): - return self.get_query_params().get('Subscriptions') - - def set_Subscriptions(self,Subscriptions): - for i in range(len(Subscriptions)): - if Subscriptions[i].get('Name') is not None: - self.add_query_param('Subscription.' + str(i + 1) + '.Name' , Subscriptions[i].get('Name')) - if Subscriptions[i].get('ResourceType') is not None: - self.add_query_param('Subscription.' + str(i + 1) + '.ResourceType' , Subscriptions[i].get('ResourceType')) - if Subscriptions[i].get('MnsQueueArn') is not None: - self.add_query_param('Subscription.' + str(i + 1) + '.MnsQueueArn' , Subscriptions[i].get('MnsQueueArn')) - - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/CreateDisksRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/CreateDisksRequest.py deleted file mode 100644 index d5375a41d2..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/CreateDisksRequest.py +++ /dev/null @@ -1,125 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest -class CreateDisksRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2016-03-14', 'CreateDisks') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_SnapshotId(self): - return self.get_query_params().get('SnapshotId') - - def set_SnapshotId(self,SnapshotId): - self.add_query_param('SnapshotId',SnapshotId) - - def get_ClientToken(self): - return self.get_query_params().get('ClientToken') - - def set_ClientToken(self,ClientToken): - self.add_query_param('ClientToken',ClientToken) - - def get_Description(self): - return self.get_query_params().get('Description') - - def set_Description(self,Description): - self.add_query_param('Description',Description) - - def get_DiskName(self): - return self.get_query_params().get('DiskName') - - def set_DiskName(self,DiskName): - self.add_query_param('DiskName',DiskName) - - def get_ResourceGroupId(self): - return self.get_query_params().get('ResourceGroupId') - - def set_ResourceGroupId(self,ResourceGroupId): - self.add_query_param('ResourceGroupId',ResourceGroupId) - - def get_Tags(self): - return self.get_query_params().get('Tags') - - def set_Tags(self,Tags): - for i in range(len(Tags)): - if Tags[i].get('Value') is not None: - self.add_query_param('Tag.' + str(i + 1) + '.Value' , Tags[i].get('Value')) - if Tags[i].get('Key') is not None: - self.add_query_param('Tag.' + str(i + 1) + '.Key' , Tags[i].get('Key')) - - - def get_Amount(self): - return self.get_query_params().get('Amount') - - def set_Amount(self,Amount): - self.add_query_param('Amount',Amount) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_Size(self): - return self.get_query_params().get('Size') - - def set_Size(self,Size): - self.add_query_param('Size',Size) - - def get_Encrypted(self): - return self.get_query_params().get('Encrypted') - - def set_Encrypted(self,Encrypted): - self.add_query_param('Encrypted',Encrypted) - - def get_ZoneId(self): - return self.get_query_params().get('ZoneId') - - def set_ZoneId(self,ZoneId): - self.add_query_param('ZoneId',ZoneId) - - def get_Category(self): - return self.get_query_params().get('Category') - - def set_Category(self,Category): - self.add_query_param('Category',Category) - - def get_KMSKeyId(self): - return self.get_query_params().get('KMSKeyId') - - def set_KMSKeyId(self,KMSKeyId): - self.add_query_param('KMSKeyId',KMSKeyId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/CreateDisks_GatedLaunchRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/CreateDisks_GatedLaunchRequest.py deleted file mode 100644 index 6ea1693364..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/CreateDisks_GatedLaunchRequest.py +++ /dev/null @@ -1,107 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest -class CreateDisks_GatedLaunchRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2016-03-14', 'CreateDisks_GatedLaunch','ecs') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_SnapshotId(self): - return self.get_query_params().get('SnapshotId') - - def set_SnapshotId(self,SnapshotId): - self.add_query_param('SnapshotId',SnapshotId) - - def get_ClientToken(self): - return self.get_query_params().get('ClientToken') - - def set_ClientToken(self,ClientToken): - self.add_query_param('ClientToken',ClientToken) - - def get_Description(self): - return self.get_query_params().get('Description') - - def set_Description(self,Description): - self.add_query_param('Description',Description) - - def get_DiskName(self): - return self.get_query_params().get('DiskName') - - def set_DiskName(self,DiskName): - self.add_query_param('DiskName',DiskName) - - def get_Tags(self): - return self.get_query_params().get('Tags') - - def set_Tags(self,Tags): - for i in range(len(Tags)): - if Tags[i].get('Value') is not None: - self.add_query_param('Tag.' + str(i + 1) + '.Value' , Tags[i].get('Value')) - if Tags[i].get('Key') is not None: - self.add_query_param('Tag.' + str(i + 1) + '.Key' , Tags[i].get('Key')) - - - def get_Amount(self): - return self.get_query_params().get('Amount') - - def set_Amount(self,Amount): - self.add_query_param('Amount',Amount) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_Size(self): - return self.get_query_params().get('Size') - - def set_Size(self,Size): - self.add_query_param('Size',Size) - - def get_ZoneId(self): - return self.get_query_params().get('ZoneId') - - def set_ZoneId(self,ZoneId): - self.add_query_param('ZoneId',ZoneId) - - def get_Category(self): - return self.get_query_params().get('Category') - - def set_Category(self,Category): - self.add_query_param('Category',Category) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/CreateEniQosGroupRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/CreateEniQosGroupRequest.py deleted file mode 100644 index fa64627da8..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/CreateEniQosGroupRequest.py +++ /dev/null @@ -1,78 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest -class CreateEniQosGroupRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2016-03-14', 'CreateEniQosGroup') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_Tx(self): - return self.get_query_params().get('Tx') - - def set_Tx(self,Tx): - self.add_query_param('Tx',Tx) - - def get_Rx(self): - return self.get_query_params().get('Rx') - - def set_Rx(self,Rx): - self.add_query_param('Rx',Rx) - - def get_RxPps(self): - return self.get_query_params().get('RxPps') - - def set_RxPps(self,RxPps): - self.add_query_param('RxPps',RxPps) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_QosGroupName(self): - return self.get_query_params().get('QosGroupName') - - def set_QosGroupName(self,QosGroupName): - self.add_query_param('QosGroupName',QosGroupName) - - def get_InstanceId(self): - return self.get_query_params().get('InstanceId') - - def set_InstanceId(self,InstanceId): - self.add_query_param('InstanceId',InstanceId) - - def get_TxPps(self): - return self.get_query_params().get('TxPps') - - def set_TxPps(self,TxPps): - self.add_query_param('TxPps',TxPps) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/CreateOrderRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/CreateOrderRequest.py deleted file mode 100644 index 803d41ef90..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/CreateOrderRequest.py +++ /dev/null @@ -1,108 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest -class CreateOrderRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2016-03-14', 'CreateOrder') - - def get_Commodity(self): - return self.get_query_params().get('Commodity') - - def set_Commodity(self,Commodity): - self.add_query_param('Commodity',Commodity) - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_AsyncPattern(self): - return self.get_query_params().get('AsyncPattern') - - def set_AsyncPattern(self,AsyncPattern): - self.add_query_param('AsyncPattern',AsyncPattern) - - def get_ClientToken(self): - return self.get_query_params().get('ClientToken') - - def set_ClientToken(self,ClientToken): - self.add_query_param('ClientToken',ClientToken) - - def get_BusinessInfo(self): - return self.get_query_params().get('BusinessInfo') - - def set_BusinessInfo(self,BusinessInfo): - self.add_query_param('BusinessInfo',BusinessInfo) - - def get_FromApp(self): - return self.get_query_params().get('FromApp') - - def set_FromApp(self,FromApp): - self.add_query_param('FromApp',FromApp) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_Tenancy(self): - return self.get_query_params().get('Tenancy') - - def set_Tenancy(self,Tenancy): - self.add_query_param('Tenancy',Tenancy) - - def get_DedicatedHostId(self): - return self.get_query_params().get('DedicatedHostId') - - def set_DedicatedHostId(self,DedicatedHostId): - self.add_query_param('DedicatedHostId',DedicatedHostId) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_ChargeType(self): - return self.get_query_params().get('ChargeType') - - def set_ChargeType(self,ChargeType): - self.add_query_param('ChargeType',ChargeType) - - def get_OrderType(self): - return self.get_query_params().get('OrderType') - - def set_OrderType(self,OrderType): - self.add_query_param('OrderType',OrderType) - - def get_Affinity(self): - return self.get_query_params().get('Affinity') - - def set_Affinity(self,Affinity): - self.add_query_param('Affinity',Affinity) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/CreateVolumesRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/CreateVolumesRequest.py deleted file mode 100644 index 763a062ea0..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/CreateVolumesRequest.py +++ /dev/null @@ -1,119 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest -class CreateVolumesRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2016-03-14', 'CreateVolumes') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_SnapshotId(self): - return self.get_query_params().get('SnapshotId') - - def set_SnapshotId(self,SnapshotId): - self.add_query_param('SnapshotId',SnapshotId) - - def get_ClientToken(self): - return self.get_query_params().get('ClientToken') - - def set_ClientToken(self,ClientToken): - self.add_query_param('ClientToken',ClientToken) - - def get_Description(self): - return self.get_query_params().get('Description') - - def set_Description(self,Description): - self.add_query_param('Description',Description) - - def get_VolumeCategory(self): - return self.get_query_params().get('VolumeCategory') - - def set_VolumeCategory(self,VolumeCategory): - self.add_query_param('VolumeCategory',VolumeCategory) - - def get_Tags(self): - return self.get_query_params().get('Tags') - - def set_Tags(self,Tags): - for i in range(len(Tags)): - if Tags[i].get('Value') is not None: - self.add_query_param('Tag.' + str(i + 1) + '.Value' , Tags[i].get('Value')) - if Tags[i].get('Key') is not None: - self.add_query_param('Tag.' + str(i + 1) + '.Key' , Tags[i].get('Key')) - - - def get_Amount(self): - return self.get_query_params().get('Amount') - - def set_Amount(self,Amount): - self.add_query_param('Amount',Amount) - - def get_VolumeName(self): - return self.get_query_params().get('VolumeName') - - def set_VolumeName(self,VolumeName): - self.add_query_param('VolumeName',VolumeName) - - def get_VolumeEncrypted(self): - return self.get_query_params().get('VolumeEncrypted') - - def set_VolumeEncrypted(self,VolumeEncrypted): - self.add_query_param('VolumeEncrypted',VolumeEncrypted) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_Size(self): - return self.get_query_params().get('Size') - - def set_Size(self,Size): - self.add_query_param('Size',Size) - - def get_ZoneId(self): - return self.get_query_params().get('ZoneId') - - def set_ZoneId(self,ZoneId): - self.add_query_param('ZoneId',ZoneId) - - def get_KMSKeyId(self): - return self.get_query_params().get('KMSKeyId') - - def set_KMSKeyId(self,KMSKeyId): - self.add_query_param('KMSKeyId',KMSKeyId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/CreateVolumes_GatedLaunchRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/CreateVolumes_GatedLaunchRequest.py deleted file mode 100644 index a607d3a984..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/CreateVolumes_GatedLaunchRequest.py +++ /dev/null @@ -1,107 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest -class CreateVolumes_GatedLaunchRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2016-03-14', 'CreateVolumes_GatedLaunch','ecs') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_SnapshotId(self): - return self.get_query_params().get('SnapshotId') - - def set_SnapshotId(self,SnapshotId): - self.add_query_param('SnapshotId',SnapshotId) - - def get_ClientToken(self): - return self.get_query_params().get('ClientToken') - - def set_ClientToken(self,ClientToken): - self.add_query_param('ClientToken',ClientToken) - - def get_Description(self): - return self.get_query_params().get('Description') - - def set_Description(self,Description): - self.add_query_param('Description',Description) - - def get_VolumeCategory(self): - return self.get_query_params().get('VolumeCategory') - - def set_VolumeCategory(self,VolumeCategory): - self.add_query_param('VolumeCategory',VolumeCategory) - - def get_Tags(self): - return self.get_query_params().get('Tags') - - def set_Tags(self,Tags): - for i in range(len(Tags)): - if Tags[i].get('Value') is not None: - self.add_query_param('Tag.' + str(i + 1) + '.Value' , Tags[i].get('Value')) - if Tags[i].get('Key') is not None: - self.add_query_param('Tag.' + str(i + 1) + '.Key' , Tags[i].get('Key')) - - - def get_Amount(self): - return self.get_query_params().get('Amount') - - def set_Amount(self,Amount): - self.add_query_param('Amount',Amount) - - def get_VolumeName(self): - return self.get_query_params().get('VolumeName') - - def set_VolumeName(self,VolumeName): - self.add_query_param('VolumeName',VolumeName) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_Size(self): - return self.get_query_params().get('Size') - - def set_Size(self,Size): - self.add_query_param('Size',Size) - - def get_ZoneId(self): - return self.get_query_params().get('ZoneId') - - def set_ZoneId(self,ZoneId): - self.add_query_param('ZoneId',ZoneId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DeleteConfigLogSubscriptionsRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DeleteConfigLogSubscriptionsRequest.py deleted file mode 100644 index b41fa5f883..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DeleteConfigLogSubscriptionsRequest.py +++ /dev/null @@ -1,56 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest -class DeleteConfigLogSubscriptionsRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2016-03-14', 'DeleteConfigLogSubscriptions') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_Names(self): - return self.get_query_params().get('Names') - - def set_Names(self,Names): - for i in range(len(Names)): - if Names[i] is not None: - self.add_query_param('Name.' + str(i + 1) , Names[i]); \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DeleteEniQosGroupRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DeleteEniQosGroupRequest.py deleted file mode 100644 index ecad052730..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DeleteEniQosGroupRequest.py +++ /dev/null @@ -1,48 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest -class DeleteEniQosGroupRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2016-03-14', 'DeleteEniQosGroup') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_QosGroupName(self): - return self.get_query_params().get('QosGroupName') - - def set_QosGroupName(self,QosGroupName): - self.add_query_param('QosGroupName',QosGroupName) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DescribeAccountAttributesRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DescribeAccountAttributesRequest.py deleted file mode 100644 index a35789c251..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DescribeAccountAttributesRequest.py +++ /dev/null @@ -1,56 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest -class DescribeAccountAttributesRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2016-03-14', 'DescribeAccountAttributes') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_AttributeNames(self): - return self.get_query_params().get('AttributeNames') - - def set_AttributeNames(self,AttributeNames): - for i in range(len(AttributeNames)): - if AttributeNames[i] is not None: - self.add_query_param('AttributeName.' + str(i + 1) , AttributeNames[i]); - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_ZoneId(self): - return self.get_query_params().get('ZoneId') - - def set_ZoneId(self,ZoneId): - self.add_query_param('ZoneId',ZoneId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DescribeAccountLimitsRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DescribeAccountLimitsRequest.py deleted file mode 100644 index aff08d4672..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DescribeAccountLimitsRequest.py +++ /dev/null @@ -1,59 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest -class DescribeAccountLimitsRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2016-03-14', 'DescribeAccountLimits') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_Filters(self): - return self.get_query_params().get('Filters') - - def set_Filters(self,Filters): - for i in range(len(Filters)): - for j in range(len(Filters[i].get('Values'))): - if Filters[i].get('Values')[j] is not None: - self.add_query_param('Filter.' + str(i + 1) + '.Value.'+str(j + 1), Filters[i].get('Values')[j]) - if Filters[i].get('Key') is not None: - self.add_query_param('Filter.' + str(i + 1) + '.Key' , Filters[i].get('Key')) diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DescribeBandwidthPriceRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DescribeBandwidthPriceRequest.py deleted file mode 100644 index dd8732f8e8..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DescribeBandwidthPriceRequest.py +++ /dev/null @@ -1,60 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest -class DescribeBandwidthPriceRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2016-03-14', 'DescribeBandwidthPrice') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_PriceUnit(self): - return self.get_query_params().get('PriceUnit') - - def set_PriceUnit(self,PriceUnit): - self.add_query_param('PriceUnit',PriceUnit) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_Verbose(self): - return self.get_query_params().get('Verbose') - - def set_Verbose(self,Verbose): - self.add_query_param('Verbose',Verbose) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DescribeDedicatedHostAutoRenewRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DescribeDedicatedHostAutoRenewRequest.py deleted file mode 100644 index e1df3d41d3..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DescribeDedicatedHostAutoRenewRequest.py +++ /dev/null @@ -1,60 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest -class DescribeDedicatedHostAutoRenewRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2016-03-14', 'DescribeDedicatedHostAutoRenew') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_ResourceType(self): - return self.get_query_params().get('ResourceType') - - def set_ResourceType(self,ResourceType): - self.add_query_param('ResourceType',ResourceType) - - def get_InstanceIds(self): - return self.get_query_params().get('InstanceIds') - - def set_InstanceIds(self,InstanceIds): - self.add_query_param('InstanceIds',InstanceIds) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DescribeDedicatedHostTypesRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DescribeDedicatedHostTypesRequest.py deleted file mode 100644 index b2877a8a5a..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DescribeDedicatedHostTypesRequest.py +++ /dev/null @@ -1,66 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest -class DescribeDedicatedHostTypesRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2016-03-14', 'DescribeDedicatedHostTypes') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_SupportInstanceTypeFamily(self): - return self.get_query_params().get('SupportInstanceTypeFamily') - - def set_SupportInstanceTypeFamily(self,SupportInstanceTypeFamily): - self.add_query_param('SupportInstanceTypeFamily',SupportInstanceTypeFamily) - - def get_DedicatedHostType(self): - return self.get_query_params().get('DedicatedHostType') - - def set_DedicatedHostType(self,DedicatedHostType): - self.add_query_param('DedicatedHostType',DedicatedHostType) - - def get_Generation(self): - return self.get_query_params().get('Generation') - - def set_Generation(self,Generation): - self.add_query_param('Generation',Generation) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DescribeDedicatedHostsRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DescribeDedicatedHostsRequest.py deleted file mode 100644 index 484bf5d93a..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DescribeDedicatedHostsRequest.py +++ /dev/null @@ -1,113 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest -class DescribeDedicatedHostsRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2016-03-14', 'DescribeDedicatedHosts') - - def get_DedicatedHostIds(self): - return self.get_query_params().get('DedicatedHostIds') - - def set_DedicatedHostIds(self,DedicatedHostIds): - self.add_query_param('DedicatedHostIds',DedicatedHostIds) - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_PageNumber(self): - return self.get_query_params().get('PageNumber') - - def set_PageNumber(self,PageNumber): - self.add_query_param('PageNumber',PageNumber) - - def get_ResourceGroupId(self): - return self.get_query_params().get('ResourceGroupId') - - def set_ResourceGroupId(self,ResourceGroupId): - self.add_query_param('ResourceGroupId',ResourceGroupId) - - def get_LockReason(self): - return self.get_query_params().get('LockReason') - - def set_LockReason(self,LockReason): - self.add_query_param('LockReason',LockReason) - - def get_PageSize(self): - return self.get_query_params().get('PageSize') - - def set_PageSize(self,PageSize): - self.add_query_param('PageSize',PageSize) - - def get_DedicatedHostType(self): - return self.get_query_params().get('DedicatedHostType') - - def set_DedicatedHostType(self,DedicatedHostType): - self.add_query_param('DedicatedHostType',DedicatedHostType) - - def get_Tags(self): - return self.get_query_params().get('Tags') - - def set_Tags(self,Tags): - for i in range(len(Tags)): - if Tags[i].get('Value') is not None: - self.add_query_param('Tag.' + str(i + 1) + '.Value' , Tags[i].get('Value')) - if Tags[i].get('Key') is not None: - self.add_query_param('Tag.' + str(i + 1) + '.Key' , Tags[i].get('Key')) - - - def get_DedicatedHostName(self): - return self.get_query_params().get('DedicatedHostName') - - def set_DedicatedHostName(self,DedicatedHostName): - self.add_query_param('DedicatedHostName',DedicatedHostName) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_ZoneId(self): - return self.get_query_params().get('ZoneId') - - def set_ZoneId(self,ZoneId): - self.add_query_param('ZoneId',ZoneId) - - def get_Status(self): - return self.get_query_params().get('Status') - - def set_Status(self,Status): - self.add_query_param('Status',Status) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DescribeEniQosGroupInfoRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DescribeEniQosGroupInfoRequest.py deleted file mode 100644 index 2f44e2859a..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DescribeEniQosGroupInfoRequest.py +++ /dev/null @@ -1,48 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest -class DescribeEniQosGroupInfoRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2016-03-14', 'DescribeEniQosGroupInfo') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_QosGroupName(self): - return self.get_query_params().get('QosGroupName') - - def set_QosGroupName(self,QosGroupName): - self.add_query_param('QosGroupName',QosGroupName) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DescribeInstanceAutoRebootTimeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DescribeInstanceAutoRebootTimeRequest.py deleted file mode 100644 index 66960cfdca..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DescribeInstanceAutoRebootTimeRequest.py +++ /dev/null @@ -1,62 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest -class DescribeInstanceAutoRebootTimeRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2016-03-14', 'DescribeInstanceAutoRebootTime') - - def get_AutoRebootTimeTo(self): - return self.get_query_params().get('AutoRebootTimeTo') - - def set_AutoRebootTimeTo(self,AutoRebootTimeTo): - self.add_query_param('AutoRebootTimeTo',AutoRebootTimeTo) - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_AutoRebootTimeFrom(self): - return self.get_query_params().get('AutoRebootTimeFrom') - - def set_AutoRebootTimeFrom(self,AutoRebootTimeFrom): - self.add_query_param('AutoRebootTimeFrom',AutoRebootTimeFrom) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_InstanceIdss(self): - return self.get_query_params().get('InstanceIdss') - - def set_InstanceIdss(self,InstanceIdss): - for i in range(len(InstanceIdss)): - if InstanceIdss[i] is not None: - self.add_query_param('InstanceIds.' + str(i + 1) , InstanceIdss[i]); \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DescribeInstanceNeedRebootRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DescribeInstanceNeedRebootRequest.py deleted file mode 100644 index 06116b9770..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DescribeInstanceNeedRebootRequest.py +++ /dev/null @@ -1,62 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest -class DescribeInstanceNeedRebootRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2016-03-14', 'DescribeInstanceNeedReboot') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_PageNumber(self): - return self.get_query_params().get('PageNumber') - - def set_PageNumber(self,PageNumber): - self.add_query_param('PageNumber',PageNumber) - - def get_PageSize(self): - return self.get_query_params().get('PageSize') - - def set_PageSize(self,PageSize): - self.add_query_param('PageSize',PageSize) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_InstanceIdss(self): - return self.get_query_params().get('InstanceIdss') - - def set_InstanceIdss(self,InstanceIdss): - for i in range(len(InstanceIdss)): - if InstanceIdss[i] is not None: - self.add_query_param('InstanceIds.' + str(i + 1) , InstanceIdss[i]); \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DescribeKMSKeyAttributeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DescribeKMSKeyAttributeRequest.py deleted file mode 100644 index 96211080e9..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DescribeKMSKeyAttributeRequest.py +++ /dev/null @@ -1,84 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest -class DescribeKMSKeyAttributeRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2016-03-14', 'DescribeKMSKeyAttribute') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_channel(self): - return self.get_query_params().get('channel') - - def set_channel(self,channel): - self.add_query_param('channel',channel) - - def get_operator(self): - return self.get_query_params().get('operator') - - def set_operator(self,operator): - self.add_query_param('operator',operator) - - def get_proxyId(self): - return self.get_query_params().get('proxyId') - - def set_proxyId(self,proxyId): - self.add_query_param('proxyId',proxyId) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_token(self): - return self.get_query_params().get('token') - - def set_token(self,token): - self.add_query_param('token',token) - - def get_appKey(self): - return self.get_query_params().get('appKey') - - def set_appKey(self,appKey): - self.add_query_param('appKey',appKey) - - def get_KMSKeyId(self): - return self.get_query_params().get('KMSKeyId') - - def set_KMSKeyId(self,KMSKeyId): - self.add_query_param('KMSKeyId',KMSKeyId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DescribeLinkedKMSKeysRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DescribeLinkedKMSKeysRequest.py deleted file mode 100644 index f9ff0882f2..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DescribeLinkedKMSKeysRequest.py +++ /dev/null @@ -1,78 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest -class DescribeLinkedKMSKeysRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2016-03-14', 'DescribeLinkedKMSKeys') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_channel(self): - return self.get_query_params().get('channel') - - def set_channel(self,channel): - self.add_query_param('channel',channel) - - def get_operator(self): - return self.get_query_params().get('operator') - - def set_operator(self,operator): - self.add_query_param('operator',operator) - - def get_proxyId(self): - return self.get_query_params().get('proxyId') - - def set_proxyId(self,proxyId): - self.add_query_param('proxyId',proxyId) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_token(self): - return self.get_query_params().get('token') - - def set_token(self,token): - self.add_query_param('token',token) - - def get_appKey(self): - return self.get_query_params().get('appKey') - - def set_appKey(self,appKey): - self.add_query_param('appKey',appKey) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DescribePriceRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DescribePriceRequest.py deleted file mode 100644 index 098433a76b..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DescribePriceRequest.py +++ /dev/null @@ -1,96 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest -class DescribePriceRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2016-03-14', 'DescribePrice') - - def get_Commodity(self): - return self.get_query_params().get('Commodity') - - def set_Commodity(self,Commodity): - self.add_query_param('Commodity',Commodity) - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_NeedSpotPrice(self): - return self.get_query_params().get('NeedSpotPrice') - - def set_NeedSpotPrice(self,NeedSpotPrice): - self.add_query_param('NeedSpotPrice',NeedSpotPrice) - - def get_NetworkType(self): - return self.get_query_params().get('NetworkType') - - def set_NetworkType(self,NetworkType): - self.add_query_param('NetworkType',NetworkType) - - def get_BusinessInfo(self): - return self.get_query_params().get('BusinessInfo') - - def set_BusinessInfo(self,BusinessInfo): - self.add_query_param('BusinessInfo',BusinessInfo) - - def get_FromApp(self): - return self.get_query_params().get('FromApp') - - def set_FromApp(self,FromApp): - self.add_query_param('FromApp',FromApp) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_Verbose(self): - return self.get_query_params().get('Verbose') - - def set_Verbose(self,Verbose): - self.add_query_param('Verbose',Verbose) - - def get_DefaultVpc(self): - return self.get_query_params().get('DefaultVpc') - - def set_DefaultVpc(self,DefaultVpc): - self.add_query_param('DefaultVpc',DefaultVpc) - - def get_OrderType(self): - return self.get_query_params().get('OrderType') - - def set_OrderType(self,OrderType): - self.add_query_param('OrderType',OrderType) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DescribeReservedInstancesRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DescribeReservedInstancesRequest.py deleted file mode 100644 index 796f60ec75..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DescribeReservedInstancesRequest.py +++ /dev/null @@ -1,135 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest -class DescribeReservedInstancesRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2016-03-14', 'DescribeReservedInstances') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_PageNumber(self): - return self.get_query_params().get('PageNumber') - - def set_PageNumber(self,PageNumber): - self.add_query_param('PageNumber',PageNumber) - - def get_LockReason(self): - return self.get_query_params().get('LockReason') - - def set_LockReason(self,LockReason): - self.add_query_param('LockReason',LockReason) - - def get_Scope(self): - return self.get_query_params().get('Scope') - - def set_Scope(self,Scope): - self.add_query_param('Scope',Scope) - - def get_PageSize(self): - return self.get_query_params().get('PageSize') - - def set_PageSize(self,PageSize): - self.add_query_param('PageSize',PageSize) - - def get_InstanceType(self): - return self.get_query_params().get('InstanceType') - - def set_InstanceType(self,InstanceType): - self.add_query_param('InstanceType',InstanceType) - - def get_Tags(self): - return self.get_query_params().get('Tags') - - def set_Tags(self,Tags): - for i in range(len(Tags)): - if Tags[i].get('Key') is not None: - self.add_query_param('Tag.' + str(i + 1) + '.Key' , Tags[i].get('Key')) - if Tags[i].get('Value') is not None: - self.add_query_param('Tag.' + str(i + 1) + '.Value' , Tags[i].get('Value')) - - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_InstanceTypeFamily(self): - return self.get_query_params().get('InstanceTypeFamily') - - def set_InstanceTypeFamily(self,InstanceTypeFamily): - self.add_query_param('InstanceTypeFamily',InstanceTypeFamily) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_ReservedInstanceIds(self): - return self.get_query_params().get('ReservedInstanceIds') - - def set_ReservedInstanceIds(self,ReservedInstanceIds): - for i in range(len(ReservedInstanceIds)): - if ReservedInstanceIds[i] is not None: - self.add_query_param('ReservedInstanceId.' + str(i + 1) , ReservedInstanceIds[i]); - - def get_OfferingType(self): - return self.get_query_params().get('OfferingType') - - def set_OfferingType(self,OfferingType): - self.add_query_param('OfferingType',OfferingType) - - def get_ExpiredTime(self): - return self.get_query_params().get('ExpiredTime') - - def set_ExpiredTime(self,ExpiredTime): - self.add_query_param('ExpiredTime',ExpiredTime) - - def get_ZoneId(self): - return self.get_query_params().get('ZoneId') - - def set_ZoneId(self,ZoneId): - self.add_query_param('ZoneId',ZoneId) - - def get_ReservedInstanceName(self): - return self.get_query_params().get('ReservedInstanceName') - - def set_ReservedInstanceName(self,ReservedInstanceName): - self.add_query_param('ReservedInstanceName',ReservedInstanceName) - - def get_Statuss(self): - return self.get_query_params().get('Statuss') - - def set_Statuss(self,Statuss): - for i in range(len(Statuss)): - if Statuss[i] is not None: - self.add_query_param('Status.' + str(i + 1) , Statuss[i]); \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DescribeResourceFilterAttributesRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DescribeResourceFilterAttributesRequest.py deleted file mode 100644 index 9906b20cae..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DescribeResourceFilterAttributesRequest.py +++ /dev/null @@ -1,71 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest -class DescribeResourceFilterAttributesRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2016-03-14', 'DescribeResourceFilterAttributes') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_TemplateTags(self): - return self.get_query_params().get('TemplateTags') - - def set_TemplateTags(self,TemplateTags): - for i in range(len(TemplateTags)): - if TemplateTags[i].get('Key') is not None: - self.add_query_param('TemplateTag.' + str(i + 1) + '.Key' , TemplateTags[i].get('Key')) - if TemplateTags[i].get('Value') is not None: - self.add_query_param('TemplateTag.' + str(i + 1) + '.Value' , TemplateTags[i].get('Value')) - - - def get_Product(self): - return self.get_query_params().get('Product') - - def set_Product(self,Product): - self.add_query_param('Product',Product) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_ResourceType(self): - return self.get_query_params().get('ResourceType') - - def set_ResourceType(self,ResourceType): - self.add_query_param('ResourceType',ResourceType) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DescribeResourceRecommendFiltersRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DescribeResourceRecommendFiltersRequest.py deleted file mode 100644 index 0596db0667..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DescribeResourceRecommendFiltersRequest.py +++ /dev/null @@ -1,101 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest -class DescribeResourceRecommendFiltersRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2016-03-14', 'DescribeResourceRecommendFilters') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_AttributeValue(self): - return self.get_query_params().get('AttributeValue') - - def set_AttributeValue(self,AttributeValue): - self.add_query_param('AttributeValue',AttributeValue) - - def get__Global(self): - return self.get_query_params().get('Global') - - def set__Global(self,_Global): - self.add_query_param('Global',_Global) - - def get_AttributeName(self): - return self.get_query_params().get('AttributeName') - - def set_AttributeName(self,AttributeName): - self.add_query_param('AttributeName',AttributeName) - - def get_TemplateTags(self): - return self.get_query_params().get('TemplateTags') - - def set_TemplateTags(self,TemplateTags): - for i in range(len(TemplateTags)): - if TemplateTags[i].get('Key') is not None: - self.add_query_param('TemplateTag.' + str(i + 1) + '.Key' , TemplateTags[i].get('Key')) - if TemplateTags[i].get('Value') is not None: - self.add_query_param('TemplateTag.' + str(i + 1) + '.Value' , TemplateTags[i].get('Value')) - - - def get_Product(self): - return self.get_query_params().get('Product') - - def set_Product(self,Product): - self.add_query_param('Product',Product) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_ResourceType(self): - return self.get_query_params().get('ResourceType') - - def set_ResourceType(self,ResourceType): - self.add_query_param('ResourceType',ResourceType) - - def get_RegionNo(self): - return self.get_query_params().get('RegionNo') - - def set_RegionNo(self,RegionNo): - self.add_query_param('RegionNo',RegionNo) - - def get_MaxItems(self): - return self.get_query_params().get('MaxItems') - - def set_MaxItems(self,MaxItems): - self.add_query_param('MaxItems',MaxItems) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DescribeResourcesRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DescribeResourcesRequest.py deleted file mode 100644 index 339f3026a0..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/DescribeResourcesRequest.py +++ /dev/null @@ -1,114 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest -class DescribeResourcesRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2016-03-14', 'DescribeResources') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get__Global(self): - return self.get_query_params().get('Global') - - def set__Global(self,_Global): - self.add_query_param('Global',_Global) - - def get_TemplateTags(self): - return self.get_query_params().get('TemplateTags') - - def set_TemplateTags(self,TemplateTags): - for i in range(len(TemplateTags)): - if TemplateTags[i].get('Key') is not None: - self.add_query_param('TemplateTag.' + str(i + 1) + '.Key' , TemplateTags[i].get('Key')) - if TemplateTags[i].get('Value') is not None: - self.add_query_param('TemplateTag.' + str(i + 1) + '.Value' , TemplateTags[i].get('Value')) - - - def get_Keyword(self): - return self.get_query_params().get('Keyword') - - def set_Keyword(self,Keyword): - self.add_query_param('Keyword',Keyword) - - def get_Product(self): - return self.get_query_params().get('Product') - - def set_Product(self,Product): - self.add_query_param('Product',Product) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_ResourceType(self): - return self.get_query_params().get('ResourceType') - - def set_ResourceType(self,ResourceType): - self.add_query_param('ResourceType',ResourceType) - - def get_RegionNo(self): - return self.get_query_params().get('RegionNo') - - def set_RegionNo(self,RegionNo): - self.add_query_param('RegionNo',RegionNo) - - def get_Filters(self): - return self.get_query_params().get('Filters') - - def set_Filters(self,Filters): - for i in range(len(Filters)): - if Filters[i].get('AttributeName') is not None: - self.add_query_param('Filter.' + str(i + 1) + '.AttributeName' , Filters[i].get('AttributeName')) - if Filters[i].get('Operation') is not None: - self.add_query_param('Filter.' + str(i + 1) + '.Operation' , Filters[i].get('Operation')) - if Filters[i].get('AttributeValue') is not None: - self.add_query_param('Filter.' + str(i + 1) + '.AttributeValue' , Filters[i].get('AttributeValue')) - - - def get_Marker(self): - return self.get_query_params().get('Marker') - - def set_Marker(self,Marker): - self.add_query_param('Marker',Marker) - - def get_MaxItems(self): - return self.get_query_params().get('MaxItems') - - def set_MaxItems(self,MaxItems): - self.add_query_param('MaxItems',MaxItems) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/GetLaunchTemplateDataRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/GetLaunchTemplateDataRequest.py deleted file mode 100644 index 6151e5fa2c..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/GetLaunchTemplateDataRequest.py +++ /dev/null @@ -1,48 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest -class GetLaunchTemplateDataRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2016-03-14', 'GetLaunchTemplateData') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_InstanceId(self): - return self.get_query_params().get('InstanceId') - - def set_InstanceId(self,InstanceId): - self.add_query_param('InstanceId',InstanceId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/JoinEniQosGroupRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/JoinEniQosGroupRequest.py deleted file mode 100644 index 438085134e..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/JoinEniQosGroupRequest.py +++ /dev/null @@ -1,54 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest -class JoinEniQosGroupRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2016-03-14', 'JoinEniQosGroup') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_QosGroupName(self): - return self.get_query_params().get('QosGroupName') - - def set_QosGroupName(self,QosGroupName): - self.add_query_param('QosGroupName',QosGroupName) - - def get_NetworkInterfaceId(self): - return self.get_query_params().get('NetworkInterfaceId') - - def set_NetworkInterfaceId(self,NetworkInterfaceId): - self.add_query_param('NetworkInterfaceId',NetworkInterfaceId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/LeaveEniQosGroupRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/LeaveEniQosGroupRequest.py deleted file mode 100644 index 90fd85da53..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/LeaveEniQosGroupRequest.py +++ /dev/null @@ -1,48 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest -class LeaveEniQosGroupRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2016-03-14', 'LeaveEniQosGroup') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_NetworkInterfaceId(self): - return self.get_query_params().get('NetworkInterfaceId') - - def set_NetworkInterfaceId(self,NetworkInterfaceId): - self.add_query_param('NetworkInterfaceId',NetworkInterfaceId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/ModifyCapacityReservationRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/ModifyCapacityReservationRequest.py deleted file mode 100644 index f344893ff9..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/ModifyCapacityReservationRequest.py +++ /dev/null @@ -1,66 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest -class ModifyCapacityReservationRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2016-03-14', 'ModifyCapacityReservation') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_CapacityReservationId(self): - return self.get_query_params().get('CapacityReservationId') - - def set_CapacityReservationId(self,CapacityReservationId): - self.add_query_param('CapacityReservationId',CapacityReservationId) - - def get_InstanceCount(self): - return self.get_query_params().get('InstanceCount') - - def set_InstanceCount(self,InstanceCount): - self.add_query_param('InstanceCount',InstanceCount) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_Token(self): - return self.get_query_params().get('Token') - - def set_Token(self,Token): - self.add_query_param('Token',Token) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/ModifyDedicatedHostAttributeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/ModifyDedicatedHostAttributeRequest.py deleted file mode 100644 index 5cde4c6ee2..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/ModifyDedicatedHostAttributeRequest.py +++ /dev/null @@ -1,90 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest -class ModifyDedicatedHostAttributeRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2016-03-14', 'ModifyDedicatedHostAttribute') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_Description(self): - return self.get_query_params().get('Description') - - def set_Description(self,Description): - self.add_query_param('Description',Description) - - def get_ActionOnMaintenance(self): - return self.get_query_params().get('ActionOnMaintenance') - - def set_ActionOnMaintenance(self,ActionOnMaintenance): - self.add_query_param('ActionOnMaintenance',ActionOnMaintenance) - - def get_DedicatedHostName(self): - return self.get_query_params().get('DedicatedHostName') - - def set_DedicatedHostName(self,DedicatedHostName): - self.add_query_param('DedicatedHostName',DedicatedHostName) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_DedicatedHostId(self): - return self.get_query_params().get('DedicatedHostId') - - def set_DedicatedHostId(self,DedicatedHostId): - self.add_query_param('DedicatedHostId',DedicatedHostId) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_NetworkAttributesSlbUdpTimeout(self): - return self.get_query_params().get('NetworkAttributes.SlbUdpTimeout') - - def set_NetworkAttributesSlbUdpTimeout(self,NetworkAttributesSlbUdpTimeout): - self.add_query_param('NetworkAttributes.SlbUdpTimeout',NetworkAttributesSlbUdpTimeout) - - def get_AutoPlacement(self): - return self.get_query_params().get('AutoPlacement') - - def set_AutoPlacement(self,AutoPlacement): - self.add_query_param('AutoPlacement',AutoPlacement) - - def get_NetworkAttributesUdpTimeout(self): - return self.get_query_params().get('NetworkAttributes.UdpTimeout') - - def set_NetworkAttributesUdpTimeout(self,NetworkAttributesUdpTimeout): - self.add_query_param('NetworkAttributes.UdpTimeout',NetworkAttributesUdpTimeout) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/ModifyDedicatedHostAutoReleaseTimeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/ModifyDedicatedHostAutoReleaseTimeRequest.py deleted file mode 100644 index b294600615..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/ModifyDedicatedHostAutoReleaseTimeRequest.py +++ /dev/null @@ -1,60 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest -class ModifyDedicatedHostAutoReleaseTimeRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2016-03-14', 'ModifyDedicatedHostAutoReleaseTime') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_AutoReleaseTime(self): - return self.get_query_params().get('AutoReleaseTime') - - def set_AutoReleaseTime(self,AutoReleaseTime): - self.add_query_param('AutoReleaseTime',AutoReleaseTime) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_InstanceId(self): - return self.get_query_params().get('InstanceId') - - def set_InstanceId(self,InstanceId): - self.add_query_param('InstanceId',InstanceId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/ModifyDedicatedHostAutoRenewAttributeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/ModifyDedicatedHostAutoRenewAttributeRequest.py deleted file mode 100644 index 6127c7ddb3..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/ModifyDedicatedHostAutoRenewAttributeRequest.py +++ /dev/null @@ -1,84 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest -class ModifyDedicatedHostAutoRenewAttributeRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2016-03-14', 'ModifyDedicatedHostAutoRenewAttribute') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_Duration(self): - return self.get_query_params().get('Duration') - - def set_Duration(self,Duration): - self.add_query_param('Duration',Duration) - - def get_RenewalStatus(self): - return self.get_query_params().get('RenewalStatus') - - def set_RenewalStatus(self,RenewalStatus): - self.add_query_param('RenewalStatus',RenewalStatus) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_ResourceType(self): - return self.get_query_params().get('ResourceType') - - def set_ResourceType(self,ResourceType): - self.add_query_param('ResourceType',ResourceType) - - def get_PeriodUnit(self): - return self.get_query_params().get('PeriodUnit') - - def set_PeriodUnit(self,PeriodUnit): - self.add_query_param('PeriodUnit',PeriodUnit) - - def get_AutoRenew(self): - return self.get_query_params().get('AutoRenew') - - def set_AutoRenew(self,AutoRenew): - self.add_query_param('AutoRenew',AutoRenew) - - def get_InstanceIds(self): - return self.get_query_params().get('InstanceIds') - - def set_InstanceIds(self,InstanceIds): - self.add_query_param('InstanceIds',InstanceIds) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/ModifyEniQosGroupRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/ModifyEniQosGroupRequest.py deleted file mode 100644 index cb8915045a..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/ModifyEniQosGroupRequest.py +++ /dev/null @@ -1,72 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest -class ModifyEniQosGroupRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2016-03-14', 'ModifyEniQosGroup') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_Tx(self): - return self.get_query_params().get('Tx') - - def set_Tx(self,Tx): - self.add_query_param('Tx',Tx) - - def get_Rx(self): - return self.get_query_params().get('Rx') - - def set_Rx(self,Rx): - self.add_query_param('Rx',Rx) - - def get_RxPps(self): - return self.get_query_params().get('RxPps') - - def set_RxPps(self,RxPps): - self.add_query_param('RxPps',RxPps) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_QosGroupName(self): - return self.get_query_params().get('QosGroupName') - - def set_QosGroupName(self,QosGroupName): - self.add_query_param('QosGroupName',QosGroupName) - - def get_TxPps(self): - return self.get_query_params().get('TxPps') - - def set_TxPps(self,TxPps): - self.add_query_param('TxPps',TxPps) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/ModifyInstanceAutoRebootTimeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/ModifyInstanceAutoRebootTimeRequest.py deleted file mode 100644 index 594571438c..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/ModifyInstanceAutoRebootTimeRequest.py +++ /dev/null @@ -1,56 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest -class ModifyInstanceAutoRebootTimeRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2016-03-14', 'ModifyInstanceAutoRebootTime') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_AutoRebootTime(self): - return self.get_query_params().get('AutoRebootTime') - - def set_AutoRebootTime(self,AutoRebootTime): - self.add_query_param('AutoRebootTime',AutoRebootTime) - - def get_InstanceIdss(self): - return self.get_query_params().get('InstanceIdss') - - def set_InstanceIdss(self,InstanceIdss): - for i in range(len(InstanceIdss)): - if InstanceIdss[i] is not None: - self.add_query_param('InstanceIds.' + str(i + 1) , InstanceIdss[i]); \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/ModifyInstanceCapacityReservationAttributesRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/ModifyInstanceCapacityReservationAttributesRequest.py deleted file mode 100644 index 8891f82281..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/ModifyInstanceCapacityReservationAttributesRequest.py +++ /dev/null @@ -1,66 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest -class ModifyInstanceCapacityReservationAttributesRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2016-03-14', 'ModifyInstanceCapacityReservationAttributes') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_CapacityReservationId(self): - return self.get_query_params().get('CapacityReservationId') - - def set_CapacityReservationId(self,CapacityReservationId): - self.add_query_param('CapacityReservationId',CapacityReservationId) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_CapacityReservationPreference(self): - return self.get_query_params().get('CapacityReservationPreference') - - def set_CapacityReservationPreference(self,CapacityReservationPreference): - self.add_query_param('CapacityReservationPreference',CapacityReservationPreference) - - def get_InstanceId(self): - return self.get_query_params().get('InstanceId') - - def set_InstanceId(self,InstanceId): - self.add_query_param('InstanceId',InstanceId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/ModifyInstanceDeploymentRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/ModifyInstanceDeploymentRequest.py deleted file mode 100644 index 4ce324fffe..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/ModifyInstanceDeploymentRequest.py +++ /dev/null @@ -1,72 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest -class ModifyInstanceDeploymentRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2016-03-14', 'ModifyInstanceDeployment') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_Tenancy(self): - return self.get_query_params().get('Tenancy') - - def set_Tenancy(self,Tenancy): - self.add_query_param('Tenancy',Tenancy) - - def get_DedicatedHostId(self): - return self.get_query_params().get('DedicatedHostId') - - def set_DedicatedHostId(self,DedicatedHostId): - self.add_query_param('DedicatedHostId',DedicatedHostId) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_InstanceId(self): - return self.get_query_params().get('InstanceId') - - def set_InstanceId(self,InstanceId): - self.add_query_param('InstanceId',InstanceId) - - def get_Affinity(self): - return self.get_query_params().get('Affinity') - - def set_Affinity(self,Affinity): - self.add_query_param('Affinity',Affinity) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/ModifyReservedInstanceAttributeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/ModifyReservedInstanceAttributeRequest.py deleted file mode 100644 index 2f524334eb..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/ModifyReservedInstanceAttributeRequest.py +++ /dev/null @@ -1,66 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest -class ModifyReservedInstanceAttributeRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2016-03-14', 'ModifyReservedInstanceAttribute') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_Description(self): - return self.get_query_params().get('Description') - - def set_Description(self,Description): - self.add_query_param('Description',Description) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_ReservedInstanceId(self): - return self.get_query_params().get('ReservedInstanceId') - - def set_ReservedInstanceId(self,ReservedInstanceId): - self.add_query_param('ReservedInstanceId',ReservedInstanceId) - - def get_ReservedInstanceName(self): - return self.get_query_params().get('ReservedInstanceName') - - def set_ReservedInstanceName(self,ReservedInstanceName): - self.add_query_param('ReservedInstanceName',ReservedInstanceName) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/ModifyReservedInstancesRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/ModifyReservedInstancesRequest.py deleted file mode 100644 index d10d599707..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/ModifyReservedInstancesRequest.py +++ /dev/null @@ -1,84 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest -class ModifyReservedInstancesRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2016-03-14', 'ModifyReservedInstances') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_Configurations(self): - return self.get_query_params().get('Configurations') - - def set_Configurations(self,Configurations): - for i in range(len(Configurations)): - if Configurations[i].get('ZoneId') is not None: - self.add_query_param('Configuration.' + str(i + 1) + '.ZoneId' , Configurations[i].get('ZoneId')) - if Configurations[i].get('ReservedInstanceName') is not None: - self.add_query_param('Configuration.' + str(i + 1) + '.ReservedInstanceName' , Configurations[i].get('ReservedInstanceName')) - if Configurations[i].get('InstanceType') is not None: - self.add_query_param('Configuration.' + str(i + 1) + '.InstanceType' , Configurations[i].get('InstanceType')) - if Configurations[i].get('Scope') is not None: - self.add_query_param('Configuration.' + str(i + 1) + '.Scope' , Configurations[i].get('Scope')) - if Configurations[i].get('InstanceAmount') is not None: - self.add_query_param('Configuration.' + str(i + 1) + '.InstanceAmount' , Configurations[i].get('InstanceAmount')) - - - def get_Tags(self): - return self.get_query_params().get('Tags') - - def set_Tags(self,Tags): - for i in range(len(Tags)): - if Tags[i].get('Key') is not None: - self.add_query_param('Tag.' + str(i + 1) + '.Key' , Tags[i].get('Key')) - if Tags[i].get('Value') is not None: - self.add_query_param('Tag.' + str(i + 1) + '.Value' , Tags[i].get('Value')) - - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_ReservedInstanceIds(self): - return self.get_query_params().get('ReservedInstanceIds') - - def set_ReservedInstanceIds(self,ReservedInstanceIds): - for i in range(len(ReservedInstanceIds)): - if ReservedInstanceIds[i] is not None: - self.add_query_param('ReservedInstanceId.' + str(i + 1) , ReservedInstanceIds[i]); \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/PurchaseReservedInstancesOfferingRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/PurchaseReservedInstancesOfferingRequest.py deleted file mode 100644 index 9d431d406c..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/PurchaseReservedInstancesOfferingRequest.py +++ /dev/null @@ -1,149 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest -class PurchaseReservedInstancesOfferingRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2016-03-14', 'PurchaseReservedInstancesOffering') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_ClientToken(self): - return self.get_query_params().get('ClientToken') - - def set_ClientToken(self,ClientToken): - self.add_query_param('ClientToken',ClientToken) - - def get_Description(self): - return self.get_query_params().get('Description') - - def set_Description(self,Description): - self.add_query_param('Description',Description) - - def get_ResourceGroupId(self): - return self.get_query_params().get('ResourceGroupId') - - def set_ResourceGroupId(self,ResourceGroupId): - self.add_query_param('ResourceGroupId',ResourceGroupId) - - def get_Scope(self): - return self.get_query_params().get('Scope') - - def set_Scope(self,Scope): - self.add_query_param('Scope',Scope) - - def get_InstanceType(self): - return self.get_query_params().get('InstanceType') - - def set_InstanceType(self,InstanceType): - self.add_query_param('InstanceType',InstanceType) - - def get_Tags(self): - return self.get_query_params().get('Tags') - - def set_Tags(self,Tags): - for i in range(len(Tags)): - if Tags[i].get('Key') is not None: - self.add_query_param('Tag.' + str(i + 1) + '.Key' , Tags[i].get('Key')) - if Tags[i].get('Value') is not None: - self.add_query_param('Tag.' + str(i + 1) + '.Value' , Tags[i].get('Value')) - - - def get_BusinessInfo(self): - return self.get_query_params().get('BusinessInfo') - - def set_BusinessInfo(self,BusinessInfo): - self.add_query_param('BusinessInfo',BusinessInfo) - - def get_Period(self): - return self.get_query_params().get('Period') - - def set_Period(self,Period): - self.add_query_param('Period',Period) - - def get_AutoPay(self): - return self.get_query_params().get('AutoPay') - - def set_AutoPay(self,AutoPay): - self.add_query_param('AutoPay',AutoPay) - - def get_FromApp(self): - return self.get_query_params().get('FromApp') - - def set_FromApp(self,FromApp): - self.add_query_param('FromApp',FromApp) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_PeriodUnit(self): - return self.get_query_params().get('PeriodUnit') - - def set_PeriodUnit(self,PeriodUnit): - self.add_query_param('PeriodUnit',PeriodUnit) - - def get_OfferingType(self): - return self.get_query_params().get('OfferingType') - - def set_OfferingType(self,OfferingType): - self.add_query_param('OfferingType',OfferingType) - - def get_ZoneId(self): - return self.get_query_params().get('ZoneId') - - def set_ZoneId(self,ZoneId): - self.add_query_param('ZoneId',ZoneId) - - def get_ReservedInstanceName(self): - return self.get_query_params().get('ReservedInstanceName') - - def set_ReservedInstanceName(self,ReservedInstanceName): - self.add_query_param('ReservedInstanceName',ReservedInstanceName) - - def get_ChargeType(self): - return self.get_query_params().get('ChargeType') - - def set_ChargeType(self,ChargeType): - self.add_query_param('ChargeType',ChargeType) - - def get_InstanceAmount(self): - return self.get_query_params().get('InstanceAmount') - - def set_InstanceAmount(self,InstanceAmount): - self.add_query_param('InstanceAmount',InstanceAmount) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/QueryEniQosGroupByEniRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/QueryEniQosGroupByEniRequest.py deleted file mode 100644 index 4878b7a8f3..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/QueryEniQosGroupByEniRequest.py +++ /dev/null @@ -1,48 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest -class QueryEniQosGroupByEniRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2016-03-14', 'QueryEniQosGroupByEni') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_NetworkInterfaceId(self): - return self.get_query_params().get('NetworkInterfaceId') - - def set_NetworkInterfaceId(self,NetworkInterfaceId): - self.add_query_param('NetworkInterfaceId',NetworkInterfaceId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/QueryEniQosGroupByInstanceRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/QueryEniQosGroupByInstanceRequest.py deleted file mode 100644 index c579a09ee8..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/QueryEniQosGroupByInstanceRequest.py +++ /dev/null @@ -1,48 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest -class QueryEniQosGroupByInstanceRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2016-03-14', 'QueryEniQosGroupByInstance') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_InstanceId(self): - return self.get_query_params().get('InstanceId') - - def set_InstanceId(self,InstanceId): - self.add_query_param('InstanceId',InstanceId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/ReleaseCapacityReservationRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/ReleaseCapacityReservationRequest.py deleted file mode 100644 index d0b7fac229..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/ReleaseCapacityReservationRequest.py +++ /dev/null @@ -1,60 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest -class ReleaseCapacityReservationRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2016-03-14', 'ReleaseCapacityReservation') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_CapacityReservationId(self): - return self.get_query_params().get('CapacityReservationId') - - def set_CapacityReservationId(self,CapacityReservationId): - self.add_query_param('CapacityReservationId',CapacityReservationId) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_Token(self): - return self.get_query_params().get('Token') - - def set_Token(self,Token): - self.add_query_param('Token',Token) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/ReleaseDedicatedHostRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/ReleaseDedicatedHostRequest.py deleted file mode 100644 index f407cbdb63..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/ReleaseDedicatedHostRequest.py +++ /dev/null @@ -1,66 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest -class ReleaseDedicatedHostRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2016-03-14', 'ReleaseDedicatedHost') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_DedicatedHostId(self): - return self.get_query_params().get('DedicatedHostId') - - def set_DedicatedHostId(self,DedicatedHostId): - self.add_query_param('DedicatedHostId',DedicatedHostId) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_Token(self): - return self.get_query_params().get('Token') - - def set_Token(self,Token): - self.add_query_param('Token',Token) - - def get_Force(self): - return self.get_query_params().get('Force') - - def set_Force(self,Force): - self.add_query_param('Force',Force) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/RenewDedicatedHostsRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/RenewDedicatedHostsRequest.py deleted file mode 100644 index 0622a1a3d7..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/RenewDedicatedHostsRequest.py +++ /dev/null @@ -1,84 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest -class RenewDedicatedHostsRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2016-03-14', 'RenewDedicatedHosts') - - def get_DedicatedHostIds(self): - return self.get_query_params().get('DedicatedHostIds') - - def set_DedicatedHostIds(self,DedicatedHostIds): - self.add_query_param('DedicatedHostIds',DedicatedHostIds) - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_ClientToken(self): - return self.get_query_params().get('ClientToken') - - def set_ClientToken(self,ClientToken): - self.add_query_param('ClientToken',ClientToken) - - def get_BusinessInfo(self): - return self.get_query_params().get('BusinessInfo') - - def set_BusinessInfo(self,BusinessInfo): - self.add_query_param('BusinessInfo',BusinessInfo) - - def get_Period(self): - return self.get_query_params().get('Period') - - def set_Period(self,Period): - self.add_query_param('Period',Period) - - def get_FromApp(self): - return self.get_query_params().get('FromApp') - - def set_FromApp(self,FromApp): - self.add_query_param('FromApp',FromApp) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_PeriodUnit(self): - return self.get_query_params().get('PeriodUnit') - - def set_PeriodUnit(self,PeriodUnit): - self.add_query_param('PeriodUnit',PeriodUnit) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/RunInstancesRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/RunInstancesRequest.py deleted file mode 100644 index bab98dfd48..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/RunInstancesRequest.py +++ /dev/null @@ -1,434 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest -class RunInstancesRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2016-03-14', 'RunInstances') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_UniqueSuffix(self): - return self.get_query_params().get('UniqueSuffix') - - def set_UniqueSuffix(self,UniqueSuffix): - self.add_query_param('UniqueSuffix',UniqueSuffix) - - def get_HpcClusterId(self): - return self.get_query_params().get('HpcClusterId') - - def set_HpcClusterId(self,HpcClusterId): - self.add_query_param('HpcClusterId',HpcClusterId) - - def get_SecurityEnhancementStrategy(self): - return self.get_query_params().get('SecurityEnhancementStrategy') - - def set_SecurityEnhancementStrategy(self,SecurityEnhancementStrategy): - self.add_query_param('SecurityEnhancementStrategy',SecurityEnhancementStrategy) - - def get_NetworkType(self): - return self.get_query_params().get('NetworkType') - - def set_NetworkType(self,NetworkType): - self.add_query_param('NetworkType',NetworkType) - - def get_KeyPairName(self): - return self.get_query_params().get('KeyPairName') - - def set_KeyPairName(self,KeyPairName): - self.add_query_param('KeyPairName',KeyPairName) - - def get_MinAmount(self): - return self.get_query_params().get('MinAmount') - - def set_MinAmount(self,MinAmount): - self.add_query_param('MinAmount',MinAmount) - - def get_SpotPriceLimit(self): - return self.get_query_params().get('SpotPriceLimit') - - def set_SpotPriceLimit(self,SpotPriceLimit): - self.add_query_param('SpotPriceLimit',SpotPriceLimit) - - def get_DeletionProtection(self): - return self.get_query_params().get('DeletionProtection') - - def set_DeletionProtection(self,DeletionProtection): - self.add_query_param('DeletionProtection',DeletionProtection) - - def get_ResourceGroupId(self): - return self.get_query_params().get('ResourceGroupId') - - def set_ResourceGroupId(self,ResourceGroupId): - self.add_query_param('ResourceGroupId',ResourceGroupId) - - def get_HostName(self): - return self.get_query_params().get('HostName') - - def set_HostName(self,HostName): - self.add_query_param('HostName',HostName) - - def get_Password(self): - return self.get_query_params().get('Password') - - def set_Password(self,Password): - self.add_query_param('Password',Password) - - def get_Tags(self): - return self.get_query_params().get('Tags') - - def set_Tags(self,Tags): - for i in range(len(Tags)): - if Tags[i].get('Value') is not None: - self.add_query_param('Tag.' + str(i + 1) + '.Value' , Tags[i].get('Value')) - if Tags[i].get('Key') is not None: - self.add_query_param('Tag.' + str(i + 1) + '.Key' , Tags[i].get('Key')) - - - def get_BusinessInfo(self): - return self.get_query_params().get('BusinessInfo') - - def set_BusinessInfo(self,BusinessInfo): - self.add_query_param('BusinessInfo',BusinessInfo) - - def get_NodeControllerId(self): - return self.get_query_params().get('NodeControllerId') - - def set_NodeControllerId(self,NodeControllerId): - self.add_query_param('NodeControllerId',NodeControllerId) - - def get_DryRun(self): - return self.get_query_params().get('DryRun') - - def set_DryRun(self,DryRun): - self.add_query_param('DryRun',DryRun) - - def get_FromApp(self): - return self.get_query_params().get('FromApp') - - def set_FromApp(self,FromApp): - self.add_query_param('FromApp',FromApp) - - def get_Ipv6AddressCount(self): - return self.get_query_params().get('Ipv6AddressCount') - - def set_Ipv6AddressCount(self,Ipv6AddressCount): - self.add_query_param('Ipv6AddressCount',Ipv6AddressCount) - - def get_MaxAmount(self): - return self.get_query_params().get('MaxAmount') - - def set_MaxAmount(self,MaxAmount): - self.add_query_param('MaxAmount',MaxAmount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_CapacityReservationPreference(self): - return self.get_query_params().get('CapacityReservationPreference') - - def set_CapacityReservationPreference(self,CapacityReservationPreference): - self.add_query_param('CapacityReservationPreference',CapacityReservationPreference) - - def get_VSwitchId(self): - return self.get_query_params().get('VSwitchId') - - def set_VSwitchId(self,VSwitchId): - self.add_query_param('VSwitchId',VSwitchId) - - def get_SpotStrategy(self): - return self.get_query_params().get('SpotStrategy') - - def set_SpotStrategy(self,SpotStrategy): - self.add_query_param('SpotStrategy',SpotStrategy) - - def get_RecycleBinResourceId(self): - return self.get_query_params().get('RecycleBinResourceId') - - def set_RecycleBinResourceId(self,RecycleBinResourceId): - self.add_query_param('RecycleBinResourceId',RecycleBinResourceId) - - def get_InstanceName(self): - return self.get_query_params().get('InstanceName') - - def set_InstanceName(self,InstanceName): - self.add_query_param('InstanceName',InstanceName) - - def get_InternetChargeType(self): - return self.get_query_params().get('InternetChargeType') - - def set_InternetChargeType(self,InternetChargeType): - self.add_query_param('InternetChargeType',InternetChargeType) - - def get_ZoneId(self): - return self.get_query_params().get('ZoneId') - - def set_ZoneId(self,ZoneId): - self.add_query_param('ZoneId',ZoneId) - - def get_Ipv6Addresss(self): - return self.get_query_params().get('Ipv6Addresss') - - def set_Ipv6Addresss(self,Ipv6Addresss): - for i in range(len(Ipv6Addresss)): - if Ipv6Addresss[i] is not None: - self.add_query_param('Ipv6Address.' + str(i + 1) , Ipv6Addresss[i]); - - def get_InternetMaxBandwidthIn(self): - return self.get_query_params().get('InternetMaxBandwidthIn') - - def set_InternetMaxBandwidthIn(self,InternetMaxBandwidthIn): - self.add_query_param('InternetMaxBandwidthIn',InternetMaxBandwidthIn) - - def get_Affinity(self): - return self.get_query_params().get('Affinity') - - def set_Affinity(self,Affinity): - self.add_query_param('Affinity',Affinity) - - def get_ImageId(self): - return self.get_query_params().get('ImageId') - - def set_ImageId(self,ImageId): - self.add_query_param('ImageId',ImageId) - - def get_ClientToken(self): - return self.get_query_params().get('ClientToken') - - def set_ClientToken(self,ClientToken): - self.add_query_param('ClientToken',ClientToken) - - def get_SpotInterruptionBehavior(self): - return self.get_query_params().get('SpotInterruptionBehavior') - - def set_SpotInterruptionBehavior(self,SpotInterruptionBehavior): - self.add_query_param('SpotInterruptionBehavior',SpotInterruptionBehavior) - - def get_IoOptimized(self): - return self.get_query_params().get('IoOptimized') - - def set_IoOptimized(self,IoOptimized): - self.add_query_param('IoOptimized',IoOptimized) - - def get_InternetMaxBandwidthOut(self): - return self.get_query_params().get('InternetMaxBandwidthOut') - - def set_InternetMaxBandwidthOut(self,InternetMaxBandwidthOut): - self.add_query_param('InternetMaxBandwidthOut',InternetMaxBandwidthOut) - - def get_SecurityGroupId(self): - return self.get_query_params().get('SecurityGroupId') - - def set_SecurityGroupId(self,SecurityGroupId): - self.add_query_param('SecurityGroupId',SecurityGroupId) - - def get_Description(self): - return self.get_query_params().get('Description') - - def set_Description(self,Description): - self.add_query_param('Description',Description) - - def get_SystemDiskCategory(self): - return self.get_query_params().get('SystemDisk.Category') - - def set_SystemDiskCategory(self,SystemDiskCategory): - self.add_query_param('SystemDisk.Category',SystemDiskCategory) - - def get_CapacityReservationId(self): - return self.get_query_params().get('CapacityReservationId') - - def set_CapacityReservationId(self,CapacityReservationId): - self.add_query_param('CapacityReservationId',CapacityReservationId) - - def get_UserData(self): - return self.get_query_params().get('UserData') - - def set_UserData(self,UserData): - self.add_query_param('UserData',UserData) - - def get_PasswordInherit(self): - return self.get_query_params().get('PasswordInherit') - - def set_PasswordInherit(self,PasswordInherit): - self.add_query_param('PasswordInherit',PasswordInherit) - - def get_InstanceType(self): - return self.get_query_params().get('InstanceType') - - def set_InstanceType(self,InstanceType): - self.add_query_param('InstanceType',InstanceType) - - def get_NetworkInterfaces(self): - return self.get_query_params().get('NetworkInterfaces') - - def set_NetworkInterfaces(self,NetworkInterfaces): - for i in range(len(NetworkInterfaces)): - if NetworkInterfaces[i].get('VSwitchId') is not None: - self.add_query_param('NetworkInterface.' + str(i + 1) + '.VSwitchId' , NetworkInterfaces[i].get('VSwitchId')) - if NetworkInterfaces[i].get('SecurityGroupId') is not None: - self.add_query_param('NetworkInterface.' + str(i + 1) + '.SecurityGroupId' , NetworkInterfaces[i].get('SecurityGroupId')) - if NetworkInterfaces[i].get('PrimaryIpAddress') is not None: - self.add_query_param('NetworkInterface.' + str(i + 1) + '.PrimaryIpAddress' , NetworkInterfaces[i].get('PrimaryIpAddress')) - if NetworkInterfaces[i].get('Description') is not None: - self.add_query_param('NetworkInterface.' + str(i + 1) + '.Description' , NetworkInterfaces[i].get('Description')) - if NetworkInterfaces[i].get('NetworkInterfaceName') is not None: - self.add_query_param('NetworkInterface.' + str(i + 1) + '.NetworkInterfaceName' , NetworkInterfaces[i].get('NetworkInterfaceName')) - - - def get_DeploymentSetId(self): - return self.get_query_params().get('DeploymentSetId') - - def set_DeploymentSetId(self,DeploymentSetId): - self.add_query_param('DeploymentSetId',DeploymentSetId) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_Tenancy(self): - return self.get_query_params().get('Tenancy') - - def set_Tenancy(self,Tenancy): - self.add_query_param('Tenancy',Tenancy) - - def get_SystemDiskDiskName(self): - return self.get_query_params().get('SystemDisk.DiskName') - - def set_SystemDiskDiskName(self,SystemDiskDiskName): - self.add_query_param('SystemDisk.DiskName',SystemDiskDiskName) - - def get_AutoReleaseTime(self): - return self.get_query_params().get('AutoReleaseTime') - - def set_AutoReleaseTime(self,AutoReleaseTime): - self.add_query_param('AutoReleaseTime',AutoReleaseTime) - - def get_RamRoleName(self): - return self.get_query_params().get('RamRoleName') - - def set_RamRoleName(self,RamRoleName): - self.add_query_param('RamRoleName',RamRoleName) - - def get_RelationOrderId(self): - return self.get_query_params().get('RelationOrderId') - - def set_RelationOrderId(self,RelationOrderId): - self.add_query_param('RelationOrderId',RelationOrderId) - - def get_DedicatedHostId(self): - return self.get_query_params().get('DedicatedHostId') - - def set_DedicatedHostId(self,DedicatedHostId): - self.add_query_param('DedicatedHostId',DedicatedHostId) - - def get_ClusterId(self): - return self.get_query_params().get('ClusterId') - - def set_ClusterId(self,ClusterId): - self.add_query_param('ClusterId',ClusterId) - - def get_CreditSpecification(self): - return self.get_query_params().get('CreditSpecification') - - def set_CreditSpecification(self,CreditSpecification): - self.add_query_param('CreditSpecification',CreditSpecification) - - def get_SecurityGroupIdss(self): - return self.get_query_params().get('SecurityGroupIdss') - - def set_SecurityGroupIdss(self,SecurityGroupIdss): - for i in range(len(SecurityGroupIdss)): - if SecurityGroupIdss[i] is not None: - self.add_query_param('SecurityGroupIds.' + str(i + 1) , SecurityGroupIdss[i]); - - def get_DataDisks(self): - return self.get_query_params().get('DataDisks') - - def set_DataDisks(self,DataDisks): - for i in range(len(DataDisks)): - if DataDisks[i].get('DiskName') is not None: - self.add_query_param('DataDisk.' + str(i + 1) + '.DiskName' , DataDisks[i].get('DiskName')) - if DataDisks[i].get('SnapshotId') is not None: - self.add_query_param('DataDisk.' + str(i + 1) + '.SnapshotId' , DataDisks[i].get('SnapshotId')) - if DataDisks[i].get('Size') is not None: - self.add_query_param('DataDisk.' + str(i + 1) + '.Size' , DataDisks[i].get('Size')) - if DataDisks[i].get('Encrypted') is not None: - self.add_query_param('DataDisk.' + str(i + 1) + '.Encrypted' , DataDisks[i].get('Encrypted')) - if DataDisks[i].get('Description') is not None: - self.add_query_param('DataDisk.' + str(i + 1) + '.Description' , DataDisks[i].get('Description')) - if DataDisks[i].get('Category') is not None: - self.add_query_param('DataDisk.' + str(i + 1) + '.Category' , DataDisks[i].get('Category')) - if DataDisks[i].get('KMSKeyId') is not None: - self.add_query_param('DataDisk.' + str(i + 1) + '.KMSKeyId' , DataDisks[i].get('KMSKeyId')) - if DataDisks[i].get('Device') is not None: - self.add_query_param('DataDisk.' + str(i + 1) + '.Device' , DataDisks[i].get('Device')) - if DataDisks[i].get('DeleteWithInstance') is not None: - self.add_query_param('DataDisk.' + str(i + 1) + '.DeleteWithInstance' , DataDisks[i].get('DeleteWithInstance')) - - - def get_SecurityGroupRules(self): - return self.get_query_params().get('SecurityGroupRules') - - def set_SecurityGroupRules(self,SecurityGroupRules): - for i in range(len(SecurityGroupRules)): - if SecurityGroupRules[i].get('NicType') is not None: - self.add_query_param('SecurityGroupRule.' + str(i + 1) + '.NicType' , SecurityGroupRules[i].get('NicType')) - if SecurityGroupRules[i].get('PortRange') is not None: - self.add_query_param('SecurityGroupRule.' + str(i + 1) + '.PortRange' , SecurityGroupRules[i].get('PortRange')) - if SecurityGroupRules[i].get('IpProtocol') is not None: - self.add_query_param('SecurityGroupRule.' + str(i + 1) + '.IpProtocol' , SecurityGroupRules[i].get('IpProtocol')) - if SecurityGroupRules[i].get('Priority') is not None: - self.add_query_param('SecurityGroupRule.' + str(i + 1) + '.Priority' , SecurityGroupRules[i].get('Priority')) - if SecurityGroupRules[i].get('Policy') is not None: - self.add_query_param('SecurityGroupRule.' + str(i + 1) + '.Policy' , SecurityGroupRules[i].get('Policy')) - - - def get_SystemDiskSize(self): - return self.get_query_params().get('SystemDisk.Size') - - def set_SystemDiskSize(self,SystemDiskSize): - self.add_query_param('SystemDisk.Size',SystemDiskSize) - - def get_DefaultVpc(self): - return self.get_query_params().get('DefaultVpc') - - def set_DefaultVpc(self,DefaultVpc): - self.add_query_param('DefaultVpc',DefaultVpc) - - def get_SystemDiskDescription(self): - return self.get_query_params().get('SystemDisk.Description') - - def set_SystemDiskDescription(self,SystemDiskDescription): - self.add_query_param('SystemDisk.Description',SystemDiskDescription) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/RunInstances_GatedLaunchRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/RunInstances_GatedLaunchRequest.py deleted file mode 100644 index fd487c37fa..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/RunInstances_GatedLaunchRequest.py +++ /dev/null @@ -1,260 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest -class RunInstances_GatedLaunchRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2016-03-14', 'RunInstances_GatedLaunch','ecs') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_NetworkType(self): - return self.get_query_params().get('NetworkType') - - def set_NetworkType(self,NetworkType): - self.add_query_param('NetworkType',NetworkType) - - def get_MinAmount(self): - return self.get_query_params().get('MinAmount') - - def set_MinAmount(self,MinAmount): - self.add_query_param('MinAmount',MinAmount) - - def get_HostName(self): - return self.get_query_params().get('HostName') - - def set_HostName(self,HostName): - self.add_query_param('HostName',HostName) - - def get_Password(self): - return self.get_query_params().get('Password') - - def set_Password(self,Password): - self.add_query_param('Password',Password) - - def get_Tags(self): - return self.get_query_params().get('Tags') - - def set_Tags(self,Tags): - for i in range(len(Tags)): - if Tags[i].get('Value') is not None: - self.add_query_param('Tag.' + str(i + 1) + '.Value' , Tags[i].get('Value')) - if Tags[i].get('Key') is not None: - self.add_query_param('Tag.' + str(i + 1) + '.Key' , Tags[i].get('Key')) - - - def get_BusinessInfo(self): - return self.get_query_params().get('BusinessInfo') - - def set_BusinessInfo(self,BusinessInfo): - self.add_query_param('BusinessInfo',BusinessInfo) - - def get_NodeControllerId(self): - return self.get_query_params().get('NodeControllerId') - - def set_NodeControllerId(self,NodeControllerId): - self.add_query_param('NodeControllerId',NodeControllerId) - - def get_FromApp(self): - return self.get_query_params().get('FromApp') - - def set_FromApp(self,FromApp): - self.add_query_param('FromApp',FromApp) - - def get_MaxAmount(self): - return self.get_query_params().get('MaxAmount') - - def set_MaxAmount(self,MaxAmount): - self.add_query_param('MaxAmount',MaxAmount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_VSwitchId(self): - return self.get_query_params().get('VSwitchId') - - def set_VSwitchId(self,VSwitchId): - self.add_query_param('VSwitchId',VSwitchId) - - def get_SpotStrategy(self): - return self.get_query_params().get('SpotStrategy') - - def set_SpotStrategy(self,SpotStrategy): - self.add_query_param('SpotStrategy',SpotStrategy) - - def get_InstanceName(self): - return self.get_query_params().get('InstanceName') - - def set_InstanceName(self,InstanceName): - self.add_query_param('InstanceName',InstanceName) - - def get_InternetChargeType(self): - return self.get_query_params().get('InternetChargeType') - - def set_InternetChargeType(self,InternetChargeType): - self.add_query_param('InternetChargeType',InternetChargeType) - - def get_ZoneId(self): - return self.get_query_params().get('ZoneId') - - def set_ZoneId(self,ZoneId): - self.add_query_param('ZoneId',ZoneId) - - def get_InternetMaxBandwidthIn(self): - return self.get_query_params().get('InternetMaxBandwidthIn') - - def set_InternetMaxBandwidthIn(self,InternetMaxBandwidthIn): - self.add_query_param('InternetMaxBandwidthIn',InternetMaxBandwidthIn) - - def get_ImageId(self): - return self.get_query_params().get('ImageId') - - def set_ImageId(self,ImageId): - self.add_query_param('ImageId',ImageId) - - def get_ClientToken(self): - return self.get_query_params().get('ClientToken') - - def set_ClientToken(self,ClientToken): - self.add_query_param('ClientToken',ClientToken) - - def get_IoOptimized(self): - return self.get_query_params().get('IoOptimized') - - def set_IoOptimized(self,IoOptimized): - self.add_query_param('IoOptimized',IoOptimized) - - def get_InternetMaxBandwidthOut(self): - return self.get_query_params().get('InternetMaxBandwidthOut') - - def set_InternetMaxBandwidthOut(self,InternetMaxBandwidthOut): - self.add_query_param('InternetMaxBandwidthOut',InternetMaxBandwidthOut) - - def get_SecurityGroupId(self): - return self.get_query_params().get('SecurityGroupId') - - def set_SecurityGroupId(self,SecurityGroupId): - self.add_query_param('SecurityGroupId',SecurityGroupId) - - def get_Description(self): - return self.get_query_params().get('Description') - - def set_Description(self,Description): - self.add_query_param('Description',Description) - - def get_SystemDiskCategory(self): - return self.get_query_params().get('SystemDisk.Category') - - def set_SystemDiskCategory(self,SystemDiskCategory): - self.add_query_param('SystemDisk.Category',SystemDiskCategory) - - def get_UserData(self): - return self.get_query_params().get('UserData') - - def set_UserData(self,UserData): - self.add_query_param('UserData',UserData) - - def get_InstanceType(self): - return self.get_query_params().get('InstanceType') - - def set_InstanceType(self,InstanceType): - self.add_query_param('InstanceType',InstanceType) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_SystemDiskDiskName(self): - return self.get_query_params().get('SystemDisk.DiskName') - - def set_SystemDiskDiskName(self,SystemDiskDiskName): - self.add_query_param('SystemDisk.DiskName',SystemDiskDiskName) - - def get_AutoReleaseTime(self): - return self.get_query_params().get('AutoReleaseTime') - - def set_AutoReleaseTime(self,AutoReleaseTime): - self.add_query_param('AutoReleaseTime',AutoReleaseTime) - - def get_RelationOrderId(self): - return self.get_query_params().get('RelationOrderId') - - def set_RelationOrderId(self,RelationOrderId): - self.add_query_param('RelationOrderId',RelationOrderId) - - def get_ClusterId(self): - return self.get_query_params().get('ClusterId') - - def set_ClusterId(self,ClusterId): - self.add_query_param('ClusterId',ClusterId) - - def get_DataDisks(self): - return self.get_query_params().get('DataDisks') - - def set_DataDisks(self,DataDisks): - for i in range(len(DataDisks)): - if DataDisks[i].get('DiskName') is not None: - self.add_query_param('DataDisk.' + str(i + 1) + '.DiskName' , DataDisks[i].get('DiskName')) - if DataDisks[i].get('SnapshotId') is not None: - self.add_query_param('DataDisk.' + str(i + 1) + '.SnapshotId' , DataDisks[i].get('SnapshotId')) - if DataDisks[i].get('Size') is not None: - self.add_query_param('DataDisk.' + str(i + 1) + '.Size' , DataDisks[i].get('Size')) - if DataDisks[i].get('Description') is not None: - self.add_query_param('DataDisk.' + str(i + 1) + '.Description' , DataDisks[i].get('Description')) - if DataDisks[i].get('Category') is not None: - self.add_query_param('DataDisk.' + str(i + 1) + '.Category' , DataDisks[i].get('Category')) - if DataDisks[i].get('Device') is not None: - self.add_query_param('DataDisk.' + str(i + 1) + '.Device' , DataDisks[i].get('Device')) - if DataDisks[i].get('DeleteWithInstance') is not None: - self.add_query_param('DataDisk.' + str(i + 1) + '.DeleteWithInstance' , DataDisks[i].get('DeleteWithInstance')) - - - def get_SystemDiskSize(self): - return self.get_query_params().get('SystemDisk.Size') - - def set_SystemDiskSize(self,SystemDiskSize): - self.add_query_param('SystemDisk.Size',SystemDiskSize) - - def get_DefaultVpc(self): - return self.get_query_params().get('DefaultVpc') - - def set_DefaultVpc(self,DefaultVpc): - self.add_query_param('DefaultVpc',DefaultVpc) - - def get_SystemDiskDescription(self): - return self.get_query_params().get('SystemDisk.Description') - - def set_SystemDiskDescription(self,SystemDiskDescription): - self.add_query_param('SystemDisk.Description',SystemDiskDescription) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/SetInstanceAutoReleaseTimeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/SetInstanceAutoReleaseTimeRequest.py deleted file mode 100644 index 2364f59f41..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/SetInstanceAutoReleaseTimeRequest.py +++ /dev/null @@ -1,60 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest -class SetInstanceAutoReleaseTimeRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2016-03-14', 'SetInstanceAutoReleaseTime') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_AutoReleaseTime(self): - return self.get_query_params().get('AutoReleaseTime') - - def set_AutoReleaseTime(self,AutoReleaseTime): - self.add_query_param('AutoReleaseTime',AutoReleaseTime) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_InstanceId(self): - return self.get_query_params().get('InstanceId') - - def set_InstanceId(self,InstanceId): - self.add_query_param('InstanceId',InstanceId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/__init__.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20160314/__init__.py deleted file mode 100644 index e69de29bb2..0000000000 From e4f4f24601317577129490bdcefecb2213e1fe17 Mon Sep 17 00:00:00 2001 From: sdk-team Date: Wed, 25 Sep 2019 17:07:05 +0800 Subject: [PATCH 137/282] Generated 2019-04-30 for schedulerx2. --- aliyun-python-sdk-schedulerx2/ChangeLog.txt | 3 + aliyun-python-sdk-schedulerx2/MANIFEST.in | 0 aliyun-python-sdk-schedulerx2/README.rst | 15 ++ .../aliyunsdkschedulerx2/__init__.py | 1 + .../aliyunsdkschedulerx2/request/__init__.py | 0 .../v20190430/CreateAppGroupRequest.py | 80 +++++++ .../request/v20190430/CreateJobRequest.py | 212 ++++++++++++++++++ .../request/v20190430/DeleteJobRequest.py | 50 +++++ .../v20190430/DeleteWorkflowRequest.py | 50 +++++ .../request/v20190430/DisableJobRequest.py | 50 +++++ .../v20190430/DisableWorkflowRequest.py | 50 +++++ .../request/v20190430/EnableJobRequest.py | 50 +++++ .../v20190430/EnableWorkflowRequest.py | 50 +++++ .../request/v20190430/ExecuteJobRequest.py | 56 +++++ .../v20190430/ExecuteWorkflowRequest.py | 56 +++++ .../request/v20190430/GetJobInfoRequest.py | 50 +++++ .../v20190430/GetJobInstanceListRequest.py | 50 +++++ .../v20190430/GetJobInstanceRequest.py | 56 +++++ .../request/v20190430/StopInstanceRequest.py | 56 +++++ .../request/v20190430/UpdateJobRequest.py | 212 ++++++++++++++++++ .../request/v20190430/__init__.py | 0 aliyun-python-sdk-schedulerx2/setup.py | 78 +++++++ 22 files changed, 1225 insertions(+) create mode 100644 aliyun-python-sdk-schedulerx2/ChangeLog.txt create mode 100644 aliyun-python-sdk-schedulerx2/MANIFEST.in create mode 100644 aliyun-python-sdk-schedulerx2/README.rst create mode 100644 aliyun-python-sdk-schedulerx2/aliyunsdkschedulerx2/__init__.py create mode 100644 aliyun-python-sdk-schedulerx2/aliyunsdkschedulerx2/request/__init__.py create mode 100644 aliyun-python-sdk-schedulerx2/aliyunsdkschedulerx2/request/v20190430/CreateAppGroupRequest.py create mode 100644 aliyun-python-sdk-schedulerx2/aliyunsdkschedulerx2/request/v20190430/CreateJobRequest.py create mode 100644 aliyun-python-sdk-schedulerx2/aliyunsdkschedulerx2/request/v20190430/DeleteJobRequest.py create mode 100644 aliyun-python-sdk-schedulerx2/aliyunsdkschedulerx2/request/v20190430/DeleteWorkflowRequest.py create mode 100644 aliyun-python-sdk-schedulerx2/aliyunsdkschedulerx2/request/v20190430/DisableJobRequest.py create mode 100644 aliyun-python-sdk-schedulerx2/aliyunsdkschedulerx2/request/v20190430/DisableWorkflowRequest.py create mode 100644 aliyun-python-sdk-schedulerx2/aliyunsdkschedulerx2/request/v20190430/EnableJobRequest.py create mode 100644 aliyun-python-sdk-schedulerx2/aliyunsdkschedulerx2/request/v20190430/EnableWorkflowRequest.py create mode 100644 aliyun-python-sdk-schedulerx2/aliyunsdkschedulerx2/request/v20190430/ExecuteJobRequest.py create mode 100644 aliyun-python-sdk-schedulerx2/aliyunsdkschedulerx2/request/v20190430/ExecuteWorkflowRequest.py create mode 100644 aliyun-python-sdk-schedulerx2/aliyunsdkschedulerx2/request/v20190430/GetJobInfoRequest.py create mode 100644 aliyun-python-sdk-schedulerx2/aliyunsdkschedulerx2/request/v20190430/GetJobInstanceListRequest.py create mode 100644 aliyun-python-sdk-schedulerx2/aliyunsdkschedulerx2/request/v20190430/GetJobInstanceRequest.py create mode 100644 aliyun-python-sdk-schedulerx2/aliyunsdkschedulerx2/request/v20190430/StopInstanceRequest.py create mode 100644 aliyun-python-sdk-schedulerx2/aliyunsdkschedulerx2/request/v20190430/UpdateJobRequest.py create mode 100644 aliyun-python-sdk-schedulerx2/aliyunsdkschedulerx2/request/v20190430/__init__.py create mode 100644 aliyun-python-sdk-schedulerx2/setup.py diff --git a/aliyun-python-sdk-schedulerx2/ChangeLog.txt b/aliyun-python-sdk-schedulerx2/ChangeLog.txt new file mode 100644 index 0000000000..139c7b5aa3 --- /dev/null +++ b/aliyun-python-sdk-schedulerx2/ChangeLog.txt @@ -0,0 +1,3 @@ +2019-09-25 Version: 0.0.1 +- Generated 2019-04-30 for `schedulerx2`. + diff --git a/aliyun-python-sdk-schedulerx2/MANIFEST.in b/aliyun-python-sdk-schedulerx2/MANIFEST.in new file mode 100644 index 0000000000..e69de29bb2 diff --git a/aliyun-python-sdk-schedulerx2/README.rst b/aliyun-python-sdk-schedulerx2/README.rst new file mode 100644 index 0000000000..af3a995e77 --- /dev/null +++ b/aliyun-python-sdk-schedulerx2/README.rst @@ -0,0 +1,15 @@ +============================================================= +aliyun-python-sdk-schedulerx2 +============================================================= + +.. This is the schedulerx2 module of Aliyun Python SDK. + +Aliyun Python SDK is the official software development kit. It makes things easy to integrate your Python application, library, or script with Aliyun services. + +This module works on Python versions: + +2.6.5 and greater + +**Documentation:** + +Please visit `http://develop.aliyun.com/sdk/python `_ diff --git a/aliyun-python-sdk-schedulerx2/aliyunsdkschedulerx2/__init__.py b/aliyun-python-sdk-schedulerx2/aliyunsdkschedulerx2/__init__.py new file mode 100644 index 0000000000..99c4176c34 --- /dev/null +++ b/aliyun-python-sdk-schedulerx2/aliyunsdkschedulerx2/__init__.py @@ -0,0 +1 @@ +__version__ = '0.0.1' \ No newline at end of file diff --git a/aliyun-python-sdk-schedulerx2/aliyunsdkschedulerx2/request/__init__.py b/aliyun-python-sdk-schedulerx2/aliyunsdkschedulerx2/request/__init__.py new file mode 100644 index 0000000000..e69de29bb2 diff --git a/aliyun-python-sdk-schedulerx2/aliyunsdkschedulerx2/request/v20190430/CreateAppGroupRequest.py b/aliyun-python-sdk-schedulerx2/aliyunsdkschedulerx2/request/v20190430/CreateAppGroupRequest.py new file mode 100644 index 0000000000..0df7b72c16 --- /dev/null +++ b/aliyun-python-sdk-schedulerx2/aliyunsdkschedulerx2/request/v20190430/CreateAppGroupRequest.py @@ -0,0 +1,80 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class CreateAppGroupRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'schedulerx2', '2019-04-30', 'CreateAppGroup') + self.set_protocol_type('https') + + def get_MaxJobs(self): + return self.get_query_params().get('MaxJobs') + + def set_MaxJobs(self,MaxJobs): + self.add_query_param('MaxJobs',MaxJobs) + + def get_NamespaceName(self): + return self.get_query_params().get('NamespaceName') + + def set_NamespaceName(self,NamespaceName): + self.add_query_param('NamespaceName',NamespaceName) + + def get_NamespaceSource(self): + return self.get_query_params().get('NamespaceSource') + + def set_NamespaceSource(self,NamespaceSource): + self.add_query_param('NamespaceSource',NamespaceSource) + + def get_MetricsThresholdJson(self): + return self.get_query_params().get('MetricsThresholdJson') + + def set_MetricsThresholdJson(self,MetricsThresholdJson): + self.add_query_param('MetricsThresholdJson',MetricsThresholdJson) + + def get_GroupId(self): + return self.get_query_params().get('GroupId') + + def set_GroupId(self,GroupId): + self.add_query_param('GroupId',GroupId) + + def get_Description(self): + return self.get_query_params().get('Description') + + def set_Description(self,Description): + self.add_query_param('Description',Description) + + def get_AppName(self): + return self.get_query_params().get('AppName') + + def set_AppName(self,AppName): + self.add_query_param('AppName',AppName) + + def get_Namespace(self): + return self.get_query_params().get('Namespace') + + def set_Namespace(self,Namespace): + self.add_query_param('Namespace',Namespace) + + def get_AlarmJson(self): + return self.get_query_params().get('AlarmJson') + + def set_AlarmJson(self,AlarmJson): + self.add_query_param('AlarmJson',AlarmJson) \ No newline at end of file diff --git a/aliyun-python-sdk-schedulerx2/aliyunsdkschedulerx2/request/v20190430/CreateJobRequest.py b/aliyun-python-sdk-schedulerx2/aliyunsdkschedulerx2/request/v20190430/CreateJobRequest.py new file mode 100644 index 0000000000..2c2675e836 --- /dev/null +++ b/aliyun-python-sdk-schedulerx2/aliyunsdkschedulerx2/request/v20190430/CreateJobRequest.py @@ -0,0 +1,212 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class CreateJobRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'schedulerx2', '2019-04-30', 'CreateJob') + self.set_protocol_type('https') + self.set_method('POST') + + def get_NamespaceSource(self): + return self.get_body_params().get('NamespaceSource') + + def set_NamespaceSource(self,NamespaceSource): + self.add_body_params('NamespaceSource', NamespaceSource) + + def get_Description(self): + return self.get_body_params().get('Description') + + def set_Description(self,Description): + self.add_body_params('Description', Description) + + def get_AttemptInterval(self): + return self.get_body_params().get('AttemptInterval') + + def set_AttemptInterval(self,AttemptInterval): + self.add_body_params('AttemptInterval', AttemptInterval) + + def get_Content(self): + return self.get_body_params().get('Content') + + def set_Content(self,Content): + self.add_body_params('Content', Content) + + def get_Timeout(self): + return self.get_body_params().get('Timeout') + + def set_Timeout(self,Timeout): + self.add_body_params('Timeout', Timeout) + + def get_TimeoutKillEnable(self): + return self.get_body_params().get('TimeoutKillEnable') + + def set_TimeoutKillEnable(self,TimeoutKillEnable): + self.add_body_params('TimeoutKillEnable', TimeoutKillEnable) + + def get_PageSize(self): + return self.get_body_params().get('PageSize') + + def set_PageSize(self,PageSize): + self.add_body_params('PageSize', PageSize) + + def get_ConsumerSize(self): + return self.get_body_params().get('ConsumerSize') + + def set_ConsumerSize(self,ConsumerSize): + self.add_body_params('ConsumerSize', ConsumerSize) + + def get_JarUrl(self): + return self.get_body_params().get('JarUrl') + + def set_JarUrl(self,JarUrl): + self.add_body_params('JarUrl', JarUrl) + + def get_Calendar(self): + return self.get_body_params().get('Calendar') + + def set_Calendar(self,Calendar): + self.add_body_params('Calendar', Calendar) + + def get_FailEnable(self): + return self.get_body_params().get('FailEnable') + + def set_FailEnable(self,FailEnable): + self.add_body_params('FailEnable', FailEnable) + + def get_SendChannel(self): + return self.get_body_params().get('SendChannel') + + def set_SendChannel(self,SendChannel): + self.add_body_params('SendChannel', SendChannel) + + def get_DataOffset(self): + return self.get_body_params().get('DataOffset') + + def set_DataOffset(self,DataOffset): + self.add_body_params('DataOffset', DataOffset) + + def get_GroupId(self): + return self.get_body_params().get('GroupId') + + def set_GroupId(self,GroupId): + self.add_body_params('GroupId', GroupId) + + def get_TaskMaxAttempt(self): + return self.get_body_params().get('TaskMaxAttempt') + + def set_TaskMaxAttempt(self,TaskMaxAttempt): + self.add_body_params('TaskMaxAttempt', TaskMaxAttempt) + + def get_MaxAttempt(self): + return self.get_body_params().get('MaxAttempt') + + def set_MaxAttempt(self,MaxAttempt): + self.add_body_params('MaxAttempt', MaxAttempt) + + def get_DispatcherSize(self): + return self.get_body_params().get('DispatcherSize') + + def set_DispatcherSize(self,DispatcherSize): + self.add_body_params('DispatcherSize', DispatcherSize) + + def get_JobType(self): + return self.get_body_params().get('JobType') + + def set_JobType(self,JobType): + self.add_body_params('JobType', JobType) + + def get_TaskAttemptInterval(self): + return self.get_body_params().get('TaskAttemptInterval') + + def set_TaskAttemptInterval(self,TaskAttemptInterval): + self.add_body_params('TaskAttemptInterval', TaskAttemptInterval) + + def get_ExecuteMode(self): + return self.get_body_params().get('ExecuteMode') + + def set_ExecuteMode(self,ExecuteMode): + self.add_body_params('ExecuteMode', ExecuteMode) + + def get_QueueSize(self): + return self.get_body_params().get('QueueSize') + + def set_QueueSize(self,QueueSize): + self.add_body_params('QueueSize', QueueSize) + + def get_TimeExpression(self): + return self.get_body_params().get('TimeExpression') + + def set_TimeExpression(self,TimeExpression): + self.add_body_params('TimeExpression', TimeExpression) + + def get_ClassName(self): + return self.get_body_params().get('ClassName') + + def set_ClassName(self,ClassName): + self.add_body_params('ClassName', ClassName) + + def get_TimeoutEnable(self): + return self.get_body_params().get('TimeoutEnable') + + def set_TimeoutEnable(self,TimeoutEnable): + self.add_body_params('TimeoutEnable', TimeoutEnable) + + def get_ContactInfos(self): + return self.get_body_params().get('ContactInfos') + + def set_ContactInfos(self,ContactInfos): + for i in range(len(ContactInfos)): + if ContactInfos[i].get('UserPhone') is not None: + self.add_body_params('ContactInfo.' + str(i + 1) + '.UserPhone' , ContactInfos[i].get('UserPhone')) + if ContactInfos[i].get('UserName') is not None: + self.add_body_params('ContactInfo.' + str(i + 1) + '.UserName' , ContactInfos[i].get('UserName')) + + + def get_Name(self): + return self.get_body_params().get('Name') + + def set_Name(self,Name): + self.add_body_params('Name', Name) + + def get_Namespace(self): + return self.get_body_params().get('Namespace') + + def set_Namespace(self,Namespace): + self.add_body_params('Namespace', Namespace) + + def get_MaxConcurrency(self): + return self.get_body_params().get('MaxConcurrency') + + def set_MaxConcurrency(self,MaxConcurrency): + self.add_body_params('MaxConcurrency', MaxConcurrency) + + def get_TimeType(self): + return self.get_body_params().get('TimeType') + + def set_TimeType(self,TimeType): + self.add_body_params('TimeType', TimeType) + + def get_Parameters(self): + return self.get_body_params().get('Parameters') + + def set_Parameters(self,Parameters): + self.add_body_params('Parameters', Parameters) \ No newline at end of file diff --git a/aliyun-python-sdk-schedulerx2/aliyunsdkschedulerx2/request/v20190430/DeleteJobRequest.py b/aliyun-python-sdk-schedulerx2/aliyunsdkschedulerx2/request/v20190430/DeleteJobRequest.py new file mode 100644 index 0000000000..d1069ce445 --- /dev/null +++ b/aliyun-python-sdk-schedulerx2/aliyunsdkschedulerx2/request/v20190430/DeleteJobRequest.py @@ -0,0 +1,50 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class DeleteJobRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'schedulerx2', '2019-04-30', 'DeleteJob') + self.set_protocol_type('https') + + def get_NamespaceSource(self): + return self.get_query_params().get('NamespaceSource') + + def set_NamespaceSource(self,NamespaceSource): + self.add_query_param('NamespaceSource',NamespaceSource) + + def get_GroupId(self): + return self.get_query_params().get('GroupId') + + def set_GroupId(self,GroupId): + self.add_query_param('GroupId',GroupId) + + def get_JobId(self): + return self.get_query_params().get('JobId') + + def set_JobId(self,JobId): + self.add_query_param('JobId',JobId) + + def get_Namespace(self): + return self.get_query_params().get('Namespace') + + def set_Namespace(self,Namespace): + self.add_query_param('Namespace',Namespace) \ No newline at end of file diff --git a/aliyun-python-sdk-schedulerx2/aliyunsdkschedulerx2/request/v20190430/DeleteWorkflowRequest.py b/aliyun-python-sdk-schedulerx2/aliyunsdkschedulerx2/request/v20190430/DeleteWorkflowRequest.py new file mode 100644 index 0000000000..122a96d6bf --- /dev/null +++ b/aliyun-python-sdk-schedulerx2/aliyunsdkschedulerx2/request/v20190430/DeleteWorkflowRequest.py @@ -0,0 +1,50 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class DeleteWorkflowRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'schedulerx2', '2019-04-30', 'DeleteWorkflow') + self.set_protocol_type('https') + + def get_NamespaceSource(self): + return self.get_query_params().get('NamespaceSource') + + def set_NamespaceSource(self,NamespaceSource): + self.add_query_param('NamespaceSource',NamespaceSource) + + def get_GroupId(self): + return self.get_query_params().get('GroupId') + + def set_GroupId(self,GroupId): + self.add_query_param('GroupId',GroupId) + + def get_Namespace(self): + return self.get_query_params().get('Namespace') + + def set_Namespace(self,Namespace): + self.add_query_param('Namespace',Namespace) + + def get_WorkflowId(self): + return self.get_query_params().get('WorkflowId') + + def set_WorkflowId(self,WorkflowId): + self.add_query_param('WorkflowId',WorkflowId) \ No newline at end of file diff --git a/aliyun-python-sdk-schedulerx2/aliyunsdkschedulerx2/request/v20190430/DisableJobRequest.py b/aliyun-python-sdk-schedulerx2/aliyunsdkschedulerx2/request/v20190430/DisableJobRequest.py new file mode 100644 index 0000000000..3f04eb30ea --- /dev/null +++ b/aliyun-python-sdk-schedulerx2/aliyunsdkschedulerx2/request/v20190430/DisableJobRequest.py @@ -0,0 +1,50 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class DisableJobRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'schedulerx2', '2019-04-30', 'DisableJob') + self.set_protocol_type('https') + + def get_JobId(self): + return self.get_query_params().get('JobId') + + def set_JobId(self,JobId): + self.add_query_param('JobId',JobId) + + def get_NamespaceSource(self): + return self.get_query_params().get('NamespaceSource') + + def set_NamespaceSource(self,NamespaceSource): + self.add_query_param('NamespaceSource',NamespaceSource) + + def get_GroupId(self): + return self.get_query_params().get('GroupId') + + def set_GroupId(self,GroupId): + self.add_query_param('GroupId',GroupId) + + def get_Namespace(self): + return self.get_query_params().get('Namespace') + + def set_Namespace(self,Namespace): + self.add_query_param('Namespace',Namespace) \ No newline at end of file diff --git a/aliyun-python-sdk-schedulerx2/aliyunsdkschedulerx2/request/v20190430/DisableWorkflowRequest.py b/aliyun-python-sdk-schedulerx2/aliyunsdkschedulerx2/request/v20190430/DisableWorkflowRequest.py new file mode 100644 index 0000000000..ff90fdcf81 --- /dev/null +++ b/aliyun-python-sdk-schedulerx2/aliyunsdkschedulerx2/request/v20190430/DisableWorkflowRequest.py @@ -0,0 +1,50 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class DisableWorkflowRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'schedulerx2', '2019-04-30', 'DisableWorkflow') + self.set_protocol_type('https') + + def get_NamespaceSource(self): + return self.get_query_params().get('NamespaceSource') + + def set_NamespaceSource(self,NamespaceSource): + self.add_query_param('NamespaceSource',NamespaceSource) + + def get_GroupId(self): + return self.get_query_params().get('GroupId') + + def set_GroupId(self,GroupId): + self.add_query_param('GroupId',GroupId) + + def get_Namespace(self): + return self.get_query_params().get('Namespace') + + def set_Namespace(self,Namespace): + self.add_query_param('Namespace',Namespace) + + def get_WorkflowId(self): + return self.get_query_params().get('WorkflowId') + + def set_WorkflowId(self,WorkflowId): + self.add_query_param('WorkflowId',WorkflowId) \ No newline at end of file diff --git a/aliyun-python-sdk-schedulerx2/aliyunsdkschedulerx2/request/v20190430/EnableJobRequest.py b/aliyun-python-sdk-schedulerx2/aliyunsdkschedulerx2/request/v20190430/EnableJobRequest.py new file mode 100644 index 0000000000..971669b4ee --- /dev/null +++ b/aliyun-python-sdk-schedulerx2/aliyunsdkschedulerx2/request/v20190430/EnableJobRequest.py @@ -0,0 +1,50 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class EnableJobRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'schedulerx2', '2019-04-30', 'EnableJob') + self.set_protocol_type('https') + + def get_JobId(self): + return self.get_query_params().get('JobId') + + def set_JobId(self,JobId): + self.add_query_param('JobId',JobId) + + def get_NamespaceSource(self): + return self.get_query_params().get('NamespaceSource') + + def set_NamespaceSource(self,NamespaceSource): + self.add_query_param('NamespaceSource',NamespaceSource) + + def get_GroupId(self): + return self.get_query_params().get('GroupId') + + def set_GroupId(self,GroupId): + self.add_query_param('GroupId',GroupId) + + def get_Namespace(self): + return self.get_query_params().get('Namespace') + + def set_Namespace(self,Namespace): + self.add_query_param('Namespace',Namespace) \ No newline at end of file diff --git a/aliyun-python-sdk-schedulerx2/aliyunsdkschedulerx2/request/v20190430/EnableWorkflowRequest.py b/aliyun-python-sdk-schedulerx2/aliyunsdkschedulerx2/request/v20190430/EnableWorkflowRequest.py new file mode 100644 index 0000000000..d1f318a55e --- /dev/null +++ b/aliyun-python-sdk-schedulerx2/aliyunsdkschedulerx2/request/v20190430/EnableWorkflowRequest.py @@ -0,0 +1,50 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class EnableWorkflowRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'schedulerx2', '2019-04-30', 'EnableWorkflow') + self.set_protocol_type('https') + + def get_NamespaceSource(self): + return self.get_query_params().get('NamespaceSource') + + def set_NamespaceSource(self,NamespaceSource): + self.add_query_param('NamespaceSource',NamespaceSource) + + def get_GroupId(self): + return self.get_query_params().get('GroupId') + + def set_GroupId(self,GroupId): + self.add_query_param('GroupId',GroupId) + + def get_Namespace(self): + return self.get_query_params().get('Namespace') + + def set_Namespace(self,Namespace): + self.add_query_param('Namespace',Namespace) + + def get_WorkflowId(self): + return self.get_query_params().get('WorkflowId') + + def set_WorkflowId(self,WorkflowId): + self.add_query_param('WorkflowId',WorkflowId) \ No newline at end of file diff --git a/aliyun-python-sdk-schedulerx2/aliyunsdkschedulerx2/request/v20190430/ExecuteJobRequest.py b/aliyun-python-sdk-schedulerx2/aliyunsdkschedulerx2/request/v20190430/ExecuteJobRequest.py new file mode 100644 index 0000000000..ba7a0b6378 --- /dev/null +++ b/aliyun-python-sdk-schedulerx2/aliyunsdkschedulerx2/request/v20190430/ExecuteJobRequest.py @@ -0,0 +1,56 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class ExecuteJobRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'schedulerx2', '2019-04-30', 'ExecuteJob') + self.set_protocol_type('https') + + def get_JobId(self): + return self.get_query_params().get('JobId') + + def set_JobId(self,JobId): + self.add_query_param('JobId',JobId) + + def get_NamespaceSource(self): + return self.get_query_params().get('NamespaceSource') + + def set_NamespaceSource(self,NamespaceSource): + self.add_query_param('NamespaceSource',NamespaceSource) + + def get_GroupId(self): + return self.get_query_params().get('GroupId') + + def set_GroupId(self,GroupId): + self.add_query_param('GroupId',GroupId) + + def get_Namespace(self): + return self.get_query_params().get('Namespace') + + def set_Namespace(self,Namespace): + self.add_query_param('Namespace',Namespace) + + def get_InstanceParameters(self): + return self.get_query_params().get('InstanceParameters') + + def set_InstanceParameters(self,InstanceParameters): + self.add_query_param('InstanceParameters',InstanceParameters) \ No newline at end of file diff --git a/aliyun-python-sdk-schedulerx2/aliyunsdkschedulerx2/request/v20190430/ExecuteWorkflowRequest.py b/aliyun-python-sdk-schedulerx2/aliyunsdkschedulerx2/request/v20190430/ExecuteWorkflowRequest.py new file mode 100644 index 0000000000..c3df5274b2 --- /dev/null +++ b/aliyun-python-sdk-schedulerx2/aliyunsdkschedulerx2/request/v20190430/ExecuteWorkflowRequest.py @@ -0,0 +1,56 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class ExecuteWorkflowRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'schedulerx2', '2019-04-30', 'ExecuteWorkflow') + self.set_protocol_type('https') + + def get_NamespaceSource(self): + return self.get_query_params().get('NamespaceSource') + + def set_NamespaceSource(self,NamespaceSource): + self.add_query_param('NamespaceSource',NamespaceSource) + + def get_GroupId(self): + return self.get_query_params().get('GroupId') + + def set_GroupId(self,GroupId): + self.add_query_param('GroupId',GroupId) + + def get_Namespace(self): + return self.get_query_params().get('Namespace') + + def set_Namespace(self,Namespace): + self.add_query_param('Namespace',Namespace) + + def get_WorkflowId(self): + return self.get_query_params().get('WorkflowId') + + def set_WorkflowId(self,WorkflowId): + self.add_query_param('WorkflowId',WorkflowId) + + def get_InstanceParameters(self): + return self.get_query_params().get('InstanceParameters') + + def set_InstanceParameters(self,InstanceParameters): + self.add_query_param('InstanceParameters',InstanceParameters) \ No newline at end of file diff --git a/aliyun-python-sdk-schedulerx2/aliyunsdkschedulerx2/request/v20190430/GetJobInfoRequest.py b/aliyun-python-sdk-schedulerx2/aliyunsdkschedulerx2/request/v20190430/GetJobInfoRequest.py new file mode 100644 index 0000000000..5a27f7460d --- /dev/null +++ b/aliyun-python-sdk-schedulerx2/aliyunsdkschedulerx2/request/v20190430/GetJobInfoRequest.py @@ -0,0 +1,50 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class GetJobInfoRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'schedulerx2', '2019-04-30', 'GetJobInfo') + self.set_protocol_type('https') + + def get_JobId(self): + return self.get_query_params().get('JobId') + + def set_JobId(self,JobId): + self.add_query_param('JobId',JobId) + + def get_NamespaceSource(self): + return self.get_query_params().get('NamespaceSource') + + def set_NamespaceSource(self,NamespaceSource): + self.add_query_param('NamespaceSource',NamespaceSource) + + def get_GroupId(self): + return self.get_query_params().get('GroupId') + + def set_GroupId(self,GroupId): + self.add_query_param('GroupId',GroupId) + + def get_Namespace(self): + return self.get_query_params().get('Namespace') + + def set_Namespace(self,Namespace): + self.add_query_param('Namespace',Namespace) \ No newline at end of file diff --git a/aliyun-python-sdk-schedulerx2/aliyunsdkschedulerx2/request/v20190430/GetJobInstanceListRequest.py b/aliyun-python-sdk-schedulerx2/aliyunsdkschedulerx2/request/v20190430/GetJobInstanceListRequest.py new file mode 100644 index 0000000000..66832e6dc5 --- /dev/null +++ b/aliyun-python-sdk-schedulerx2/aliyunsdkschedulerx2/request/v20190430/GetJobInstanceListRequest.py @@ -0,0 +1,50 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class GetJobInstanceListRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'schedulerx2', '2019-04-30', 'GetJobInstanceList') + self.set_protocol_type('https') + + def get_JobId(self): + return self.get_query_params().get('JobId') + + def set_JobId(self,JobId): + self.add_query_param('JobId',JobId) + + def get_NamespaceSource(self): + return self.get_query_params().get('NamespaceSource') + + def set_NamespaceSource(self,NamespaceSource): + self.add_query_param('NamespaceSource',NamespaceSource) + + def get_GroupId(self): + return self.get_query_params().get('GroupId') + + def set_GroupId(self,GroupId): + self.add_query_param('GroupId',GroupId) + + def get_Namespace(self): + return self.get_query_params().get('Namespace') + + def set_Namespace(self,Namespace): + self.add_query_param('Namespace',Namespace) \ No newline at end of file diff --git a/aliyun-python-sdk-schedulerx2/aliyunsdkschedulerx2/request/v20190430/GetJobInstanceRequest.py b/aliyun-python-sdk-schedulerx2/aliyunsdkschedulerx2/request/v20190430/GetJobInstanceRequest.py new file mode 100644 index 0000000000..9cc738be80 --- /dev/null +++ b/aliyun-python-sdk-schedulerx2/aliyunsdkschedulerx2/request/v20190430/GetJobInstanceRequest.py @@ -0,0 +1,56 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class GetJobInstanceRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'schedulerx2', '2019-04-30', 'GetJobInstance') + self.set_protocol_type('https') + + def get_JobId(self): + return self.get_query_params().get('JobId') + + def set_JobId(self,JobId): + self.add_query_param('JobId',JobId) + + def get_NamespaceSource(self): + return self.get_query_params().get('NamespaceSource') + + def set_NamespaceSource(self,NamespaceSource): + self.add_query_param('NamespaceSource',NamespaceSource) + + def get_GroupId(self): + return self.get_query_params().get('GroupId') + + def set_GroupId(self,GroupId): + self.add_query_param('GroupId',GroupId) + + def get_Namespace(self): + return self.get_query_params().get('Namespace') + + def set_Namespace(self,Namespace): + self.add_query_param('Namespace',Namespace) + + def get_JobInstanceId(self): + return self.get_query_params().get('JobInstanceId') + + def set_JobInstanceId(self,JobInstanceId): + self.add_query_param('JobInstanceId',JobInstanceId) \ No newline at end of file diff --git a/aliyun-python-sdk-schedulerx2/aliyunsdkschedulerx2/request/v20190430/StopInstanceRequest.py b/aliyun-python-sdk-schedulerx2/aliyunsdkschedulerx2/request/v20190430/StopInstanceRequest.py new file mode 100644 index 0000000000..a42bd07b6c --- /dev/null +++ b/aliyun-python-sdk-schedulerx2/aliyunsdkschedulerx2/request/v20190430/StopInstanceRequest.py @@ -0,0 +1,56 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class StopInstanceRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'schedulerx2', '2019-04-30', 'StopInstance') + self.set_protocol_type('https') + + def get_JobId(self): + return self.get_query_params().get('JobId') + + def set_JobId(self,JobId): + self.add_query_param('JobId',JobId) + + def get_NamespaceSource(self): + return self.get_query_params().get('NamespaceSource') + + def set_NamespaceSource(self,NamespaceSource): + self.add_query_param('NamespaceSource',NamespaceSource) + + def get_InstanceId(self): + return self.get_query_params().get('InstanceId') + + def set_InstanceId(self,InstanceId): + self.add_query_param('InstanceId',InstanceId) + + def get_GroupId(self): + return self.get_query_params().get('GroupId') + + def set_GroupId(self,GroupId): + self.add_query_param('GroupId',GroupId) + + def get_Namespace(self): + return self.get_query_params().get('Namespace') + + def set_Namespace(self,Namespace): + self.add_query_param('Namespace',Namespace) \ No newline at end of file diff --git a/aliyun-python-sdk-schedulerx2/aliyunsdkschedulerx2/request/v20190430/UpdateJobRequest.py b/aliyun-python-sdk-schedulerx2/aliyunsdkschedulerx2/request/v20190430/UpdateJobRequest.py new file mode 100644 index 0000000000..bacfb58c9b --- /dev/null +++ b/aliyun-python-sdk-schedulerx2/aliyunsdkschedulerx2/request/v20190430/UpdateJobRequest.py @@ -0,0 +1,212 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class UpdateJobRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'schedulerx2', '2019-04-30', 'UpdateJob') + self.set_protocol_type('https') + self.set_method('POST') + + def get_NamespaceSource(self): + return self.get_body_params().get('NamespaceSource') + + def set_NamespaceSource(self,NamespaceSource): + self.add_body_params('NamespaceSource', NamespaceSource) + + def get_Description(self): + return self.get_body_params().get('Description') + + def set_Description(self,Description): + self.add_body_params('Description', Description) + + def get_AttemptInterval(self): + return self.get_body_params().get('AttemptInterval') + + def set_AttemptInterval(self,AttemptInterval): + self.add_body_params('AttemptInterval', AttemptInterval) + + def get_Content(self): + return self.get_body_params().get('Content') + + def set_Content(self,Content): + self.add_body_params('Content', Content) + + def get_Timeout(self): + return self.get_body_params().get('Timeout') + + def set_Timeout(self,Timeout): + self.add_body_params('Timeout', Timeout) + + def get_TimeoutKillEnable(self): + return self.get_body_params().get('TimeoutKillEnable') + + def set_TimeoutKillEnable(self,TimeoutKillEnable): + self.add_body_params('TimeoutKillEnable', TimeoutKillEnable) + + def get_JobId(self): + return self.get_body_params().get('JobId') + + def set_JobId(self,JobId): + self.add_body_params('JobId', JobId) + + def get_PageSize(self): + return self.get_body_params().get('PageSize') + + def set_PageSize(self,PageSize): + self.add_body_params('PageSize', PageSize) + + def get_ConsumerSize(self): + return self.get_body_params().get('ConsumerSize') + + def set_ConsumerSize(self,ConsumerSize): + self.add_body_params('ConsumerSize', ConsumerSize) + + def get_JarUrl(self): + return self.get_body_params().get('JarUrl') + + def set_JarUrl(self,JarUrl): + self.add_body_params('JarUrl', JarUrl) + + def get_Calendar(self): + return self.get_body_params().get('Calendar') + + def set_Calendar(self,Calendar): + self.add_body_params('Calendar', Calendar) + + def get_FailEnable(self): + return self.get_body_params().get('FailEnable') + + def set_FailEnable(self,FailEnable): + self.add_body_params('FailEnable', FailEnable) + + def get_SendChannel(self): + return self.get_body_params().get('SendChannel') + + def set_SendChannel(self,SendChannel): + self.add_body_params('SendChannel', SendChannel) + + def get_DataOffset(self): + return self.get_body_params().get('DataOffset') + + def set_DataOffset(self,DataOffset): + self.add_body_params('DataOffset', DataOffset) + + def get_GroupId(self): + return self.get_body_params().get('GroupId') + + def set_GroupId(self,GroupId): + self.add_body_params('GroupId', GroupId) + + def get_TaskMaxAttempt(self): + return self.get_body_params().get('TaskMaxAttempt') + + def set_TaskMaxAttempt(self,TaskMaxAttempt): + self.add_body_params('TaskMaxAttempt', TaskMaxAttempt) + + def get_MaxAttempt(self): + return self.get_body_params().get('MaxAttempt') + + def set_MaxAttempt(self,MaxAttempt): + self.add_body_params('MaxAttempt', MaxAttempt) + + def get_DispatcherSize(self): + return self.get_body_params().get('DispatcherSize') + + def set_DispatcherSize(self,DispatcherSize): + self.add_body_params('DispatcherSize', DispatcherSize) + + def get_TaskAttemptInterval(self): + return self.get_body_params().get('TaskAttemptInterval') + + def set_TaskAttemptInterval(self,TaskAttemptInterval): + self.add_body_params('TaskAttemptInterval', TaskAttemptInterval) + + def get_ExecuteMode(self): + return self.get_body_params().get('ExecuteMode') + + def set_ExecuteMode(self,ExecuteMode): + self.add_body_params('ExecuteMode', ExecuteMode) + + def get_QueueSize(self): + return self.get_body_params().get('QueueSize') + + def set_QueueSize(self,QueueSize): + self.add_body_params('QueueSize', QueueSize) + + def get_TimeExpression(self): + return self.get_body_params().get('TimeExpression') + + def set_TimeExpression(self,TimeExpression): + self.add_body_params('TimeExpression', TimeExpression) + + def get_ClassName(self): + return self.get_body_params().get('ClassName') + + def set_ClassName(self,ClassName): + self.add_body_params('ClassName', ClassName) + + def get_TimeoutEnable(self): + return self.get_body_params().get('TimeoutEnable') + + def set_TimeoutEnable(self,TimeoutEnable): + self.add_body_params('TimeoutEnable', TimeoutEnable) + + def get_ContactInfos(self): + return self.get_body_params().get('ContactInfos') + + def set_ContactInfos(self,ContactInfos): + for i in range(len(ContactInfos)): + if ContactInfos[i].get('UserPhone') is not None: + self.add_body_params('ContactInfo.' + str(i + 1) + '.UserPhone' , ContactInfos[i].get('UserPhone')) + if ContactInfos[i].get('UserName') is not None: + self.add_body_params('ContactInfo.' + str(i + 1) + '.UserName' , ContactInfos[i].get('UserName')) + + + def get_Name(self): + return self.get_body_params().get('Name') + + def set_Name(self,Name): + self.add_body_params('Name', Name) + + def get_Namespace(self): + return self.get_body_params().get('Namespace') + + def set_Namespace(self,Namespace): + self.add_body_params('Namespace', Namespace) + + def get_MaxConcurrency(self): + return self.get_body_params().get('MaxConcurrency') + + def set_MaxConcurrency(self,MaxConcurrency): + self.add_body_params('MaxConcurrency', MaxConcurrency) + + def get_TimeType(self): + return self.get_body_params().get('TimeType') + + def set_TimeType(self,TimeType): + self.add_body_params('TimeType', TimeType) + + def get_Parameters(self): + return self.get_body_params().get('Parameters') + + def set_Parameters(self,Parameters): + self.add_body_params('Parameters', Parameters) \ No newline at end of file diff --git a/aliyun-python-sdk-schedulerx2/aliyunsdkschedulerx2/request/v20190430/__init__.py b/aliyun-python-sdk-schedulerx2/aliyunsdkschedulerx2/request/v20190430/__init__.py new file mode 100644 index 0000000000..e69de29bb2 diff --git a/aliyun-python-sdk-schedulerx2/setup.py b/aliyun-python-sdk-schedulerx2/setup.py new file mode 100644 index 0000000000..71dd9eef50 --- /dev/null +++ b/aliyun-python-sdk-schedulerx2/setup.py @@ -0,0 +1,78 @@ +#!/usr/bin/python +''' + Licensed to the Apache Software Foundation (ASF) under one + or more contributor license agreements. See the NOTICE file + distributed with this work for additional information + regarding copyright ownership. The ASF licenses this file + to you 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. +''' + +from setuptools import setup, find_packages +import os +import sys + +""" +setup module for schedulerx2. + +Created on 7/3/2015 + +@author: alex +""" + +PACKAGE = "aliyunsdkschedulerx2" +NAME = "aliyun-python-sdk-schedulerx2" +DESCRIPTION = "The schedulerx2 module of Aliyun Python sdk." +AUTHOR = "Aliyun" +AUTHOR_EMAIL = "aliyun-developers-efficiency@list.alibaba-inc.com" +URL = "http://develop.aliyun.com/sdk/python" + +TOPDIR = os.path.dirname(__file__) or "." +VERSION = __import__(PACKAGE).__version__ + +desc_file = open("README.rst") +try: + LONG_DESCRIPTION = desc_file.read() +finally: + desc_file.close() + +setup( + name=NAME, + version=VERSION, + description=DESCRIPTION, + long_description=LONG_DESCRIPTION, + author=AUTHOR, + author_email=AUTHOR_EMAIL, + license="Apache", + url=URL, + keywords=["aliyun","sdk","schedulerx2"], + packages=find_packages(exclude=["tests*"]), + include_package_data=True, + platforms="any", + install_requires=["aliyun-python-sdk-core>=2.11.5",], + classifiers=( + "Development Status :: 4 - Beta", + "Intended Audience :: Developers", + "License :: OSI Approved :: Apache Software License", + "Programming Language :: Python", + "Programming Language :: Python :: 2.6", + "Programming Language :: Python :: 2.7", + "Programming Language :: Python :: 3", + "Programming Language :: Python :: 3.3", + "Programming Language :: Python :: 3.4", + "Programming Language :: Python :: 3.5", + "Programming Language :: Python :: 3.6", + "Topic :: Software Development", + ) + +) \ No newline at end of file From c188c7b9fb7b2198e6e9734076f1618de31a394a Mon Sep 17 00:00:00 2001 From: sdk-team Date: Wed, 25 Sep 2019 17:41:41 +0800 Subject: [PATCH 138/282] Generated 2019-04-30 for schedulerx2. --- aliyun-python-sdk-schedulerx2/ChangeLog.txt | 3 +++ aliyun-python-sdk-schedulerx2/aliyunsdkschedulerx2/__init__.py | 2 +- .../request/v20190430/CreateAppGroupRequest.py | 1 - .../aliyunsdkschedulerx2/request/v20190430/CreateJobRequest.py | 1 - .../aliyunsdkschedulerx2/request/v20190430/DeleteJobRequest.py | 1 - .../request/v20190430/DeleteWorkflowRequest.py | 1 - .../request/v20190430/DisableJobRequest.py | 1 - .../request/v20190430/DisableWorkflowRequest.py | 1 - .../aliyunsdkschedulerx2/request/v20190430/EnableJobRequest.py | 1 - .../request/v20190430/EnableWorkflowRequest.py | 1 - .../request/v20190430/ExecuteJobRequest.py | 1 - .../request/v20190430/ExecuteWorkflowRequest.py | 1 - .../request/v20190430/GetJobInfoRequest.py | 1 - .../request/v20190430/GetJobInstanceListRequest.py | 1 - .../request/v20190430/GetJobInstanceRequest.py | 1 - .../request/v20190430/StopInstanceRequest.py | 1 - .../aliyunsdkschedulerx2/request/v20190430/UpdateJobRequest.py | 1 - 17 files changed, 4 insertions(+), 16 deletions(-) diff --git a/aliyun-python-sdk-schedulerx2/ChangeLog.txt b/aliyun-python-sdk-schedulerx2/ChangeLog.txt index 139c7b5aa3..874a7a1762 100644 --- a/aliyun-python-sdk-schedulerx2/ChangeLog.txt +++ b/aliyun-python-sdk-schedulerx2/ChangeLog.txt @@ -1,3 +1,6 @@ +2019-09-25 Version: 1.0.2 +- Generated 2019-04-30 for `schedulerx2`. + 2019-09-25 Version: 0.0.1 - Generated 2019-04-30 for `schedulerx2`. diff --git a/aliyun-python-sdk-schedulerx2/aliyunsdkschedulerx2/__init__.py b/aliyun-python-sdk-schedulerx2/aliyunsdkschedulerx2/__init__.py index 99c4176c34..34c1db36a1 100644 --- a/aliyun-python-sdk-schedulerx2/aliyunsdkschedulerx2/__init__.py +++ b/aliyun-python-sdk-schedulerx2/aliyunsdkschedulerx2/__init__.py @@ -1 +1 @@ -__version__ = '0.0.1' \ No newline at end of file +__version__ = '1.0.2' \ No newline at end of file diff --git a/aliyun-python-sdk-schedulerx2/aliyunsdkschedulerx2/request/v20190430/CreateAppGroupRequest.py b/aliyun-python-sdk-schedulerx2/aliyunsdkschedulerx2/request/v20190430/CreateAppGroupRequest.py index 0df7b72c16..963f05363e 100644 --- a/aliyun-python-sdk-schedulerx2/aliyunsdkschedulerx2/request/v20190430/CreateAppGroupRequest.py +++ b/aliyun-python-sdk-schedulerx2/aliyunsdkschedulerx2/request/v20190430/CreateAppGroupRequest.py @@ -23,7 +23,6 @@ class CreateAppGroupRequest(RpcRequest): def __init__(self): RpcRequest.__init__(self, 'schedulerx2', '2019-04-30', 'CreateAppGroup') - self.set_protocol_type('https') def get_MaxJobs(self): return self.get_query_params().get('MaxJobs') diff --git a/aliyun-python-sdk-schedulerx2/aliyunsdkschedulerx2/request/v20190430/CreateJobRequest.py b/aliyun-python-sdk-schedulerx2/aliyunsdkschedulerx2/request/v20190430/CreateJobRequest.py index 2c2675e836..8725061147 100644 --- a/aliyun-python-sdk-schedulerx2/aliyunsdkschedulerx2/request/v20190430/CreateJobRequest.py +++ b/aliyun-python-sdk-schedulerx2/aliyunsdkschedulerx2/request/v20190430/CreateJobRequest.py @@ -23,7 +23,6 @@ class CreateJobRequest(RpcRequest): def __init__(self): RpcRequest.__init__(self, 'schedulerx2', '2019-04-30', 'CreateJob') - self.set_protocol_type('https') self.set_method('POST') def get_NamespaceSource(self): diff --git a/aliyun-python-sdk-schedulerx2/aliyunsdkschedulerx2/request/v20190430/DeleteJobRequest.py b/aliyun-python-sdk-schedulerx2/aliyunsdkschedulerx2/request/v20190430/DeleteJobRequest.py index d1069ce445..e0df9e2d05 100644 --- a/aliyun-python-sdk-schedulerx2/aliyunsdkschedulerx2/request/v20190430/DeleteJobRequest.py +++ b/aliyun-python-sdk-schedulerx2/aliyunsdkschedulerx2/request/v20190430/DeleteJobRequest.py @@ -23,7 +23,6 @@ class DeleteJobRequest(RpcRequest): def __init__(self): RpcRequest.__init__(self, 'schedulerx2', '2019-04-30', 'DeleteJob') - self.set_protocol_type('https') def get_NamespaceSource(self): return self.get_query_params().get('NamespaceSource') diff --git a/aliyun-python-sdk-schedulerx2/aliyunsdkschedulerx2/request/v20190430/DeleteWorkflowRequest.py b/aliyun-python-sdk-schedulerx2/aliyunsdkschedulerx2/request/v20190430/DeleteWorkflowRequest.py index 122a96d6bf..93da4f46d2 100644 --- a/aliyun-python-sdk-schedulerx2/aliyunsdkschedulerx2/request/v20190430/DeleteWorkflowRequest.py +++ b/aliyun-python-sdk-schedulerx2/aliyunsdkschedulerx2/request/v20190430/DeleteWorkflowRequest.py @@ -23,7 +23,6 @@ class DeleteWorkflowRequest(RpcRequest): def __init__(self): RpcRequest.__init__(self, 'schedulerx2', '2019-04-30', 'DeleteWorkflow') - self.set_protocol_type('https') def get_NamespaceSource(self): return self.get_query_params().get('NamespaceSource') diff --git a/aliyun-python-sdk-schedulerx2/aliyunsdkschedulerx2/request/v20190430/DisableJobRequest.py b/aliyun-python-sdk-schedulerx2/aliyunsdkschedulerx2/request/v20190430/DisableJobRequest.py index 3f04eb30ea..5800ac1611 100644 --- a/aliyun-python-sdk-schedulerx2/aliyunsdkschedulerx2/request/v20190430/DisableJobRequest.py +++ b/aliyun-python-sdk-schedulerx2/aliyunsdkschedulerx2/request/v20190430/DisableJobRequest.py @@ -23,7 +23,6 @@ class DisableJobRequest(RpcRequest): def __init__(self): RpcRequest.__init__(self, 'schedulerx2', '2019-04-30', 'DisableJob') - self.set_protocol_type('https') def get_JobId(self): return self.get_query_params().get('JobId') diff --git a/aliyun-python-sdk-schedulerx2/aliyunsdkschedulerx2/request/v20190430/DisableWorkflowRequest.py b/aliyun-python-sdk-schedulerx2/aliyunsdkschedulerx2/request/v20190430/DisableWorkflowRequest.py index ff90fdcf81..54e5d6f5cd 100644 --- a/aliyun-python-sdk-schedulerx2/aliyunsdkschedulerx2/request/v20190430/DisableWorkflowRequest.py +++ b/aliyun-python-sdk-schedulerx2/aliyunsdkschedulerx2/request/v20190430/DisableWorkflowRequest.py @@ -23,7 +23,6 @@ class DisableWorkflowRequest(RpcRequest): def __init__(self): RpcRequest.__init__(self, 'schedulerx2', '2019-04-30', 'DisableWorkflow') - self.set_protocol_type('https') def get_NamespaceSource(self): return self.get_query_params().get('NamespaceSource') diff --git a/aliyun-python-sdk-schedulerx2/aliyunsdkschedulerx2/request/v20190430/EnableJobRequest.py b/aliyun-python-sdk-schedulerx2/aliyunsdkschedulerx2/request/v20190430/EnableJobRequest.py index 971669b4ee..0047a37464 100644 --- a/aliyun-python-sdk-schedulerx2/aliyunsdkschedulerx2/request/v20190430/EnableJobRequest.py +++ b/aliyun-python-sdk-schedulerx2/aliyunsdkschedulerx2/request/v20190430/EnableJobRequest.py @@ -23,7 +23,6 @@ class EnableJobRequest(RpcRequest): def __init__(self): RpcRequest.__init__(self, 'schedulerx2', '2019-04-30', 'EnableJob') - self.set_protocol_type('https') def get_JobId(self): return self.get_query_params().get('JobId') diff --git a/aliyun-python-sdk-schedulerx2/aliyunsdkschedulerx2/request/v20190430/EnableWorkflowRequest.py b/aliyun-python-sdk-schedulerx2/aliyunsdkschedulerx2/request/v20190430/EnableWorkflowRequest.py index d1f318a55e..345b80f133 100644 --- a/aliyun-python-sdk-schedulerx2/aliyunsdkschedulerx2/request/v20190430/EnableWorkflowRequest.py +++ b/aliyun-python-sdk-schedulerx2/aliyunsdkschedulerx2/request/v20190430/EnableWorkflowRequest.py @@ -23,7 +23,6 @@ class EnableWorkflowRequest(RpcRequest): def __init__(self): RpcRequest.__init__(self, 'schedulerx2', '2019-04-30', 'EnableWorkflow') - self.set_protocol_type('https') def get_NamespaceSource(self): return self.get_query_params().get('NamespaceSource') diff --git a/aliyun-python-sdk-schedulerx2/aliyunsdkschedulerx2/request/v20190430/ExecuteJobRequest.py b/aliyun-python-sdk-schedulerx2/aliyunsdkschedulerx2/request/v20190430/ExecuteJobRequest.py index ba7a0b6378..c6169651be 100644 --- a/aliyun-python-sdk-schedulerx2/aliyunsdkschedulerx2/request/v20190430/ExecuteJobRequest.py +++ b/aliyun-python-sdk-schedulerx2/aliyunsdkschedulerx2/request/v20190430/ExecuteJobRequest.py @@ -23,7 +23,6 @@ class ExecuteJobRequest(RpcRequest): def __init__(self): RpcRequest.__init__(self, 'schedulerx2', '2019-04-30', 'ExecuteJob') - self.set_protocol_type('https') def get_JobId(self): return self.get_query_params().get('JobId') diff --git a/aliyun-python-sdk-schedulerx2/aliyunsdkschedulerx2/request/v20190430/ExecuteWorkflowRequest.py b/aliyun-python-sdk-schedulerx2/aliyunsdkschedulerx2/request/v20190430/ExecuteWorkflowRequest.py index c3df5274b2..d570c4ab5e 100644 --- a/aliyun-python-sdk-schedulerx2/aliyunsdkschedulerx2/request/v20190430/ExecuteWorkflowRequest.py +++ b/aliyun-python-sdk-schedulerx2/aliyunsdkschedulerx2/request/v20190430/ExecuteWorkflowRequest.py @@ -23,7 +23,6 @@ class ExecuteWorkflowRequest(RpcRequest): def __init__(self): RpcRequest.__init__(self, 'schedulerx2', '2019-04-30', 'ExecuteWorkflow') - self.set_protocol_type('https') def get_NamespaceSource(self): return self.get_query_params().get('NamespaceSource') diff --git a/aliyun-python-sdk-schedulerx2/aliyunsdkschedulerx2/request/v20190430/GetJobInfoRequest.py b/aliyun-python-sdk-schedulerx2/aliyunsdkschedulerx2/request/v20190430/GetJobInfoRequest.py index 5a27f7460d..6d6830c9fe 100644 --- a/aliyun-python-sdk-schedulerx2/aliyunsdkschedulerx2/request/v20190430/GetJobInfoRequest.py +++ b/aliyun-python-sdk-schedulerx2/aliyunsdkschedulerx2/request/v20190430/GetJobInfoRequest.py @@ -23,7 +23,6 @@ class GetJobInfoRequest(RpcRequest): def __init__(self): RpcRequest.__init__(self, 'schedulerx2', '2019-04-30', 'GetJobInfo') - self.set_protocol_type('https') def get_JobId(self): return self.get_query_params().get('JobId') diff --git a/aliyun-python-sdk-schedulerx2/aliyunsdkschedulerx2/request/v20190430/GetJobInstanceListRequest.py b/aliyun-python-sdk-schedulerx2/aliyunsdkschedulerx2/request/v20190430/GetJobInstanceListRequest.py index 66832e6dc5..494e052c1c 100644 --- a/aliyun-python-sdk-schedulerx2/aliyunsdkschedulerx2/request/v20190430/GetJobInstanceListRequest.py +++ b/aliyun-python-sdk-schedulerx2/aliyunsdkschedulerx2/request/v20190430/GetJobInstanceListRequest.py @@ -23,7 +23,6 @@ class GetJobInstanceListRequest(RpcRequest): def __init__(self): RpcRequest.__init__(self, 'schedulerx2', '2019-04-30', 'GetJobInstanceList') - self.set_protocol_type('https') def get_JobId(self): return self.get_query_params().get('JobId') diff --git a/aliyun-python-sdk-schedulerx2/aliyunsdkschedulerx2/request/v20190430/GetJobInstanceRequest.py b/aliyun-python-sdk-schedulerx2/aliyunsdkschedulerx2/request/v20190430/GetJobInstanceRequest.py index 9cc738be80..f6a6473088 100644 --- a/aliyun-python-sdk-schedulerx2/aliyunsdkschedulerx2/request/v20190430/GetJobInstanceRequest.py +++ b/aliyun-python-sdk-schedulerx2/aliyunsdkschedulerx2/request/v20190430/GetJobInstanceRequest.py @@ -23,7 +23,6 @@ class GetJobInstanceRequest(RpcRequest): def __init__(self): RpcRequest.__init__(self, 'schedulerx2', '2019-04-30', 'GetJobInstance') - self.set_protocol_type('https') def get_JobId(self): return self.get_query_params().get('JobId') diff --git a/aliyun-python-sdk-schedulerx2/aliyunsdkschedulerx2/request/v20190430/StopInstanceRequest.py b/aliyun-python-sdk-schedulerx2/aliyunsdkschedulerx2/request/v20190430/StopInstanceRequest.py index a42bd07b6c..76191f7f79 100644 --- a/aliyun-python-sdk-schedulerx2/aliyunsdkschedulerx2/request/v20190430/StopInstanceRequest.py +++ b/aliyun-python-sdk-schedulerx2/aliyunsdkschedulerx2/request/v20190430/StopInstanceRequest.py @@ -23,7 +23,6 @@ class StopInstanceRequest(RpcRequest): def __init__(self): RpcRequest.__init__(self, 'schedulerx2', '2019-04-30', 'StopInstance') - self.set_protocol_type('https') def get_JobId(self): return self.get_query_params().get('JobId') diff --git a/aliyun-python-sdk-schedulerx2/aliyunsdkschedulerx2/request/v20190430/UpdateJobRequest.py b/aliyun-python-sdk-schedulerx2/aliyunsdkschedulerx2/request/v20190430/UpdateJobRequest.py index bacfb58c9b..55ff0e3b31 100644 --- a/aliyun-python-sdk-schedulerx2/aliyunsdkschedulerx2/request/v20190430/UpdateJobRequest.py +++ b/aliyun-python-sdk-schedulerx2/aliyunsdkschedulerx2/request/v20190430/UpdateJobRequest.py @@ -23,7 +23,6 @@ class UpdateJobRequest(RpcRequest): def __init__(self): RpcRequest.__init__(self, 'schedulerx2', '2019-04-30', 'UpdateJob') - self.set_protocol_type('https') self.set_method('POST') def get_NamespaceSource(self): From 0bcdb77a9edaa751892ba8c93ef75327611fad19 Mon Sep 17 00:00:00 2001 From: sdk-team Date: Wed, 15 Jan 2020 20:30:10 +0800 Subject: [PATCH 139/282] Debugger. --- aliyun-python-sdk-acs/ChangeLog.txt | 3 + .../aliyunsdkacs/__init__.py | 2 +- .../v20150101/DeleteAccountBindingRequest.py | 44 ---------- .../v20150101/DeleteApiInDailyRequest.py | 1 + .../v20150101/DeleteApiOnlineRequest.py | 1 + .../request/v20150101/DeleteApiRequest.py | 50 ----------- .../v20150101/DeleteControlPolicyRequest.py | 44 ---------- .../v20150101/DeleteFlowControlRequest.py | 50 ----------- .../v20150101/DeleteFlowSpecialRequest.py | 44 ---------- .../request/v20150101/DeletePolicyRequest.py | 50 ----------- .../request/v20150101/DeleteProductRequest.py | 38 -------- .../v20150101/DeleteTairCacheRequest.py | 38 -------- .../request/v20150101/DeleteVersionRequest.py | 44 ---------- .../v20150101/GetAccountBindingRequest.py | 50 ----------- .../v20150101/GetApiBackupListRequest.py | 50 ----------- .../request/v20150101/GetApiBackupRequest.py | 56 ------------ .../request/v20150101/GetApiDocNewRequest.py | 62 ------------- .../request/v20150101/GetApiDocRequest.py | 68 --------------- .../v20150101/GetApiDocumentRequest.py | 68 --------------- .../request/v20150101/GetApiNewRequest.py | 50 ----------- .../request/v20150101/GetApiRequest.py | 50 ----------- .../v20150101/GetApiWithOfflineRequest.py | 50 ----------- .../request/v20150101/GetConfigRequest.py | 38 -------- .../GetControlPolicyByProductRequest.py | 38 -------- .../v20150101/GetControlPolicyRequest.py | 44 ---------- .../request/v20150101/GetDocTagListRequest.py | 38 -------- .../request/v20150101/GetDocTagRequest.py | 50 ----------- .../v20150101/GetFlowSpecialAPIRequest.py | 44 ---------- .../GetFlowSpecialByProductRequest.py | 38 -------- .../GetFlowSpecialByUserIdRequest.py | 44 ---------- .../v20150101/GetFlowSpecialRequest.py | 44 ---------- .../v20150101/GetGatedLaunchApiRequest.py | 50 ----------- .../GetGatedLaunchPolicyByProductRequest.py | 38 -------- .../v20150101/GetGatedLaunchPolicyRequest.py | 44 ---------- .../request/v20150101/GetGlobalRequest.py | 32 ------- .../v20150101/GetProductDocNewRequest.py | 50 ----------- .../request/v20150101/GetProductDocRequest.py | 44 ---------- .../v20150101/GetProductDocumentRequest.py | 56 ------------ .../request/v20150101/GetProductRequest.py | 38 -------- .../request/v20150101/GetSecretKeyRequest.py | 38 -------- .../request/v20150101/GetSystemMetaRequest.py | 38 -------- .../request/v20150101/GetTairCacheRequest.py | 38 -------- .../v20150101/GetVersionDocNewRequest.py | 56 ------------ .../request/v20150101/GetVersionDocRequest.py | 50 ----------- .../v20150101/GetVersionDocumentRequest.py | 62 ------------- .../request/v20150101/GetVersionRequest.py | 44 ---------- .../v20150101/GetVersionWithAllApiRequest.py | 50 ----------- .../v20150101/ModifyApiNameInDailyRequest.py | 1 + .../request/v20150101/ModifyApiNameRequest.py | 1 + .../request/v20150101/PurchaseApiRequest.py | 37 ++++---- .../v20150101/PutAccountBindingRequest.py | 50 ----------- .../request/v20150101/PutApiDocRequest.py | 86 ------------------- .../v20150101/PutApiDocumentRequest.py | 86 ------------------- .../v20150101/PutApiErrorMappingRequest.py | 74 ---------------- .../v20150101/PutApiGatedLaunchRequest.py | 50 ----------- .../request/v20150101/PutApiNewRequest.py | 74 ---------------- .../v20150101/PutApiParametersRequest.py | 74 ---------------- .../request/v20150101/PutApiReleaseRequest.py | 74 ---------------- .../request/v20150101/PutApiRequest.py | 74 ---------------- .../v20150101/PutApiResultMappingRequest.py | 74 ---------------- .../v20150101/PutApiRollbackRequest.py | 80 ----------------- .../request/v20150101/PutApiStatusRequest.py | 74 ---------------- .../v20150101/PutApiVisibilityRequest.py | 56 ------------ .../request/v20150101/PutConfigRequest.py | 56 ------------ .../v20150101/PutControlPolicyRequest.py | 56 ------------ .../request/v20150101/PutDocTagRequest.py | 74 ---------------- .../v20150101/PutFlowControlRequest.py | 1 + .../v20150101/PutFlowSpecialRequest.py | 56 ------------ .../v20150101/PutGatedLaunchPolicyRequest.py | 56 ------------ .../v20150101/PutGlobalErrorMappingRequest.py | 56 ------------ .../request/v20150101/PutPolicyRequest.py | 56 ------------ .../request/v20150101/PutProductDocRequest.py | 68 --------------- .../v20150101/PutProductDocumentRequest.py | 74 ---------------- .../request/v20150101/PutProductRequest.py | 62 ------------- .../request/v20150101/PutSecretKeyRequest.py | 56 ------------ .../request/v20150101/PutSystemMetaRequest.py | 56 ------------ .../request/v20150101/PutVersionDocRequest.py | 74 ---------------- .../v20150101/PutVersionDocumentRequest.py | 80 ----------------- .../PutVersionErrorMappingRequest.py | 68 --------------- .../v20150101/PutVersionParametersRequest.py | 68 --------------- .../request/v20150101/PutVersionRequest.py | 68 --------------- .../request/v20150101/ReleaseApiDocRequest.py | 56 ------------ .../v20150101/ResumePurchasedApiRequest.py | 1 + .../v20150101/StopPurchasedApiRequest.py | 1 + 84 files changed, 30 insertions(+), 4097 deletions(-) delete mode 100644 aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/DeleteAccountBindingRequest.py delete mode 100644 aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/DeleteApiRequest.py delete mode 100644 aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/DeleteControlPolicyRequest.py delete mode 100644 aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/DeleteFlowControlRequest.py delete mode 100644 aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/DeleteFlowSpecialRequest.py delete mode 100644 aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/DeletePolicyRequest.py delete mode 100644 aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/DeleteProductRequest.py delete mode 100644 aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/DeleteTairCacheRequest.py delete mode 100644 aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/DeleteVersionRequest.py delete mode 100644 aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/GetAccountBindingRequest.py delete mode 100644 aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/GetApiBackupListRequest.py delete mode 100644 aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/GetApiBackupRequest.py delete mode 100644 aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/GetApiDocNewRequest.py delete mode 100644 aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/GetApiDocRequest.py delete mode 100644 aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/GetApiDocumentRequest.py delete mode 100644 aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/GetApiNewRequest.py delete mode 100644 aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/GetApiRequest.py delete mode 100644 aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/GetApiWithOfflineRequest.py delete mode 100644 aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/GetConfigRequest.py delete mode 100644 aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/GetControlPolicyByProductRequest.py delete mode 100644 aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/GetControlPolicyRequest.py delete mode 100644 aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/GetDocTagListRequest.py delete mode 100644 aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/GetDocTagRequest.py delete mode 100644 aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/GetFlowSpecialAPIRequest.py delete mode 100644 aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/GetFlowSpecialByProductRequest.py delete mode 100644 aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/GetFlowSpecialByUserIdRequest.py delete mode 100644 aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/GetFlowSpecialRequest.py delete mode 100644 aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/GetGatedLaunchApiRequest.py delete mode 100644 aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/GetGatedLaunchPolicyByProductRequest.py delete mode 100644 aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/GetGatedLaunchPolicyRequest.py delete mode 100644 aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/GetGlobalRequest.py delete mode 100644 aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/GetProductDocNewRequest.py delete mode 100644 aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/GetProductDocRequest.py delete mode 100644 aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/GetProductDocumentRequest.py delete mode 100644 aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/GetProductRequest.py delete mode 100644 aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/GetSecretKeyRequest.py delete mode 100644 aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/GetSystemMetaRequest.py delete mode 100644 aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/GetTairCacheRequest.py delete mode 100644 aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/GetVersionDocNewRequest.py delete mode 100644 aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/GetVersionDocRequest.py delete mode 100644 aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/GetVersionDocumentRequest.py delete mode 100644 aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/GetVersionRequest.py delete mode 100644 aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/GetVersionWithAllApiRequest.py delete mode 100644 aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/PutAccountBindingRequest.py delete mode 100644 aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/PutApiDocRequest.py delete mode 100644 aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/PutApiDocumentRequest.py delete mode 100644 aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/PutApiErrorMappingRequest.py delete mode 100644 aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/PutApiGatedLaunchRequest.py delete mode 100644 aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/PutApiNewRequest.py delete mode 100644 aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/PutApiParametersRequest.py delete mode 100644 aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/PutApiReleaseRequest.py delete mode 100644 aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/PutApiRequest.py delete mode 100644 aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/PutApiResultMappingRequest.py delete mode 100644 aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/PutApiRollbackRequest.py delete mode 100644 aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/PutApiStatusRequest.py delete mode 100644 aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/PutApiVisibilityRequest.py delete mode 100644 aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/PutConfigRequest.py delete mode 100644 aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/PutControlPolicyRequest.py delete mode 100644 aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/PutDocTagRequest.py delete mode 100644 aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/PutFlowSpecialRequest.py delete mode 100644 aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/PutGatedLaunchPolicyRequest.py delete mode 100644 aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/PutGlobalErrorMappingRequest.py delete mode 100644 aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/PutPolicyRequest.py delete mode 100644 aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/PutProductDocRequest.py delete mode 100644 aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/PutProductDocumentRequest.py delete mode 100644 aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/PutProductRequest.py delete mode 100644 aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/PutSecretKeyRequest.py delete mode 100644 aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/PutSystemMetaRequest.py delete mode 100644 aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/PutVersionDocRequest.py delete mode 100644 aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/PutVersionDocumentRequest.py delete mode 100644 aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/PutVersionErrorMappingRequest.py delete mode 100644 aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/PutVersionParametersRequest.py delete mode 100644 aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/PutVersionRequest.py delete mode 100644 aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/ReleaseApiDocRequest.py diff --git a/aliyun-python-sdk-acs/ChangeLog.txt b/aliyun-python-sdk-acs/ChangeLog.txt index 36fca562f7..8077ac322f 100644 --- a/aliyun-python-sdk-acs/ChangeLog.txt +++ b/aliyun-python-sdk-acs/ChangeLog.txt @@ -1,3 +1,6 @@ +2020-01-15 Version: 1.1.11 +- Debugger. + 2019-07-18 Version: 1.1.5 - Debugger. diff --git a/aliyun-python-sdk-acs/aliyunsdkacs/__init__.py b/aliyun-python-sdk-acs/aliyunsdkacs/__init__.py index 2c0382f05f..94bf6d45eb 100644 --- a/aliyun-python-sdk-acs/aliyunsdkacs/__init__.py +++ b/aliyun-python-sdk-acs/aliyunsdkacs/__init__.py @@ -1 +1 @@ -__version__ = '1.1.5' \ No newline at end of file +__version__ = '1.1.11' \ No newline at end of file diff --git a/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/DeleteAccountBindingRequest.py b/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/DeleteAccountBindingRequest.py deleted file mode 100644 index 1221c21916..0000000000 --- a/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/DeleteAccountBindingRequest.py +++ /dev/null @@ -1,44 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RoaRequest -class DeleteAccountBindingRequest(RoaRequest): - - def __init__(self): - RoaRequest.__init__(self, 'Acs', '2015-01-01', 'DeleteAccountBinding') - self.set_uri_pattern('/AccountBinding/[Product]/[AliyunUid]') - self.set_method('DELETE') - - def get_Product(self): - return self.get_path_params().get('Product') - - def set_Product(self,Product): - self.add_path_param('Product',Product) - - def get_AliyunUid(self): - return self.get_path_params().get('AliyunUid') - - def set_AliyunUid(self,AliyunUid): - self.add_path_param('AliyunUid',AliyunUid) - - def get_Accept(self): - return self.get_headers().get('Accept') - - def set_Accept(self,Accept): - self.add_header('Accept',Accept) \ No newline at end of file diff --git a/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/DeleteApiInDailyRequest.py b/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/DeleteApiInDailyRequest.py index 7b21bd3057..941e0a931c 100644 --- a/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/DeleteApiInDailyRequest.py +++ b/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/DeleteApiInDailyRequest.py @@ -18,6 +18,7 @@ # under the License. from aliyunsdkcore.request import RoaRequest + class DeleteApiInDailyRequest(RoaRequest): def __init__(self): diff --git a/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/DeleteApiOnlineRequest.py b/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/DeleteApiOnlineRequest.py index 990b4d79c9..3a472d20bf 100644 --- a/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/DeleteApiOnlineRequest.py +++ b/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/DeleteApiOnlineRequest.py @@ -18,6 +18,7 @@ # under the License. from aliyunsdkcore.request import RoaRequest + class DeleteApiOnlineRequest(RoaRequest): def __init__(self): diff --git a/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/DeleteApiRequest.py b/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/DeleteApiRequest.py deleted file mode 100644 index 7667b3084e..0000000000 --- a/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/DeleteApiRequest.py +++ /dev/null @@ -1,50 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RoaRequest -class DeleteApiRequest(RoaRequest): - - def __init__(self): - RoaRequest.__init__(self, 'Acs', '2015-01-01', 'DeleteApi') - self.set_uri_pattern('/Api/[ProductName]/[VersionName]/[ApiName]') - self.set_method('DELETE') - - def get_ApiName(self): - return self.get_path_params().get('ApiName') - - def set_ApiName(self,ApiName): - self.add_path_param('ApiName',ApiName) - - def get_ProductName(self): - return self.get_path_params().get('ProductName') - - def set_ProductName(self,ProductName): - self.add_path_param('ProductName',ProductName) - - def get_VersionName(self): - return self.get_path_params().get('VersionName') - - def set_VersionName(self,VersionName): - self.add_path_param('VersionName',VersionName) - - def get_Accept(self): - return self.get_headers().get('Accept') - - def set_Accept(self,Accept): - self.add_header('Accept',Accept) \ No newline at end of file diff --git a/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/DeleteControlPolicyRequest.py b/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/DeleteControlPolicyRequest.py deleted file mode 100644 index c901b33afc..0000000000 --- a/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/DeleteControlPolicyRequest.py +++ /dev/null @@ -1,44 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RoaRequest -class DeleteControlPolicyRequest(RoaRequest): - - def __init__(self): - RoaRequest.__init__(self, 'Acs', '2015-01-01', 'DeleteControlPolicy') - self.set_uri_pattern('/ControlPolicy/[Product]/[ControlPolicyName]') - self.set_method('DELETE') - - def get_Product(self): - return self.get_path_params().get('Product') - - def set_Product(self,Product): - self.add_path_param('Product',Product) - - def get_ControlPolicyName(self): - return self.get_path_params().get('ControlPolicyName') - - def set_ControlPolicyName(self,ControlPolicyName): - self.add_path_param('ControlPolicyName',ControlPolicyName) - - def get_Accept(self): - return self.get_headers().get('Accept') - - def set_Accept(self,Accept): - self.add_header('Accept',Accept) \ No newline at end of file diff --git a/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/DeleteFlowControlRequest.py b/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/DeleteFlowControlRequest.py deleted file mode 100644 index aa9ac6c124..0000000000 --- a/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/DeleteFlowControlRequest.py +++ /dev/null @@ -1,50 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RoaRequest -class DeleteFlowControlRequest(RoaRequest): - - def __init__(self): - RoaRequest.__init__(self, 'Acs', '2015-01-01', 'DeleteFlowControl') - self.set_uri_pattern('/FlowControl/[ProductName]/[VersionName]/[ApiName]') - self.set_method('DELETE') - - def get_ApiName(self): - return self.get_path_params().get('ApiName') - - def set_ApiName(self,ApiName): - self.add_path_param('ApiName',ApiName) - - def get_ProductName(self): - return self.get_path_params().get('ProductName') - - def set_ProductName(self,ProductName): - self.add_path_param('ProductName',ProductName) - - def get_VersionName(self): - return self.get_path_params().get('VersionName') - - def set_VersionName(self,VersionName): - self.add_path_param('VersionName',VersionName) - - def get_Accept(self): - return self.get_headers().get('Accept') - - def set_Accept(self,Accept): - self.add_header('Accept',Accept) \ No newline at end of file diff --git a/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/DeleteFlowSpecialRequest.py b/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/DeleteFlowSpecialRequest.py deleted file mode 100644 index d9b9ef0396..0000000000 --- a/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/DeleteFlowSpecialRequest.py +++ /dev/null @@ -1,44 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RoaRequest -class DeleteFlowSpecialRequest(RoaRequest): - - def __init__(self): - RoaRequest.__init__(self, 'Acs', '2015-01-01', 'DeleteFlowSpecial') - self.set_uri_pattern('/FlowSpecial/[Product]/[Name]') - self.set_method('DELETE') - - def get_Product(self): - return self.get_path_params().get('Product') - - def set_Product(self,Product): - self.add_path_param('Product',Product) - - def get_Name(self): - return self.get_path_params().get('Name') - - def set_Name(self,Name): - self.add_path_param('Name',Name) - - def get_Accept(self): - return self.get_headers().get('Accept') - - def set_Accept(self,Accept): - self.add_header('Accept',Accept) \ No newline at end of file diff --git a/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/DeletePolicyRequest.py b/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/DeletePolicyRequest.py deleted file mode 100644 index ad04f1a043..0000000000 --- a/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/DeletePolicyRequest.py +++ /dev/null @@ -1,50 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RoaRequest -class DeletePolicyRequest(RoaRequest): - - def __init__(self): - RoaRequest.__init__(self, 'Acs', '2015-01-01', 'DeletePolicy') - self.set_uri_pattern('/Policy/[Product]/[ControlPolicyName]/[UserId]') - self.set_method('DELETE') - - def get_Product(self): - return self.get_path_params().get('Product') - - def set_Product(self,Product): - self.add_path_param('Product',Product) - - def get_ControlPolicyName(self): - return self.get_path_params().get('ControlPolicyName') - - def set_ControlPolicyName(self,ControlPolicyName): - self.add_path_param('ControlPolicyName',ControlPolicyName) - - def get_UserId(self): - return self.get_path_params().get('UserId') - - def set_UserId(self,UserId): - self.add_path_param('UserId',UserId) - - def get_Accept(self): - return self.get_headers().get('Accept') - - def set_Accept(self,Accept): - self.add_header('Accept',Accept) \ No newline at end of file diff --git a/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/DeleteProductRequest.py b/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/DeleteProductRequest.py deleted file mode 100644 index b51c19f4e5..0000000000 --- a/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/DeleteProductRequest.py +++ /dev/null @@ -1,38 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RoaRequest -class DeleteProductRequest(RoaRequest): - - def __init__(self): - RoaRequest.__init__(self, 'Acs', '2015-01-01', 'DeleteProduct') - self.set_uri_pattern('/Product/[ProductName]') - self.set_method('DELETE') - - def get_ProductName(self): - return self.get_path_params().get('ProductName') - - def set_ProductName(self,ProductName): - self.add_path_param('ProductName',ProductName) - - def get_Accept(self): - return self.get_headers().get('Accept') - - def set_Accept(self,Accept): - self.add_header('Accept',Accept) \ No newline at end of file diff --git a/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/DeleteTairCacheRequest.py b/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/DeleteTairCacheRequest.py deleted file mode 100644 index ba49c88ca2..0000000000 --- a/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/DeleteTairCacheRequest.py +++ /dev/null @@ -1,38 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RoaRequest -class DeleteTairCacheRequest(RoaRequest): - - def __init__(self): - RoaRequest.__init__(self, 'Acs', '2015-01-01', 'DeleteTairCache') - self.set_uri_pattern('/TairCache') - self.set_method('DELETE') - - def get_xacscachekey(self): - return self.get_headers().get('x-acs-cache-key') - - def set_xacscachekey(self,xacscachekey): - self.add_header('x-acs-cache-key',xacscachekey) - - def get_Accept(self): - return self.get_headers().get('Accept') - - def set_Accept(self,Accept): - self.add_header('Accept',Accept) \ No newline at end of file diff --git a/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/DeleteVersionRequest.py b/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/DeleteVersionRequest.py deleted file mode 100644 index 9a9b887198..0000000000 --- a/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/DeleteVersionRequest.py +++ /dev/null @@ -1,44 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RoaRequest -class DeleteVersionRequest(RoaRequest): - - def __init__(self): - RoaRequest.__init__(self, 'Acs', '2015-01-01', 'DeleteVersion') - self.set_uri_pattern('/Version/[ProductName]/[VersionName]') - self.set_method('DELETE') - - def get_ProductName(self): - return self.get_path_params().get('ProductName') - - def set_ProductName(self,ProductName): - self.add_path_param('ProductName',ProductName) - - def get_VersionName(self): - return self.get_path_params().get('VersionName') - - def set_VersionName(self,VersionName): - self.add_path_param('VersionName',VersionName) - - def get_Accept(self): - return self.get_headers().get('Accept') - - def set_Accept(self,Accept): - self.add_header('Accept',Accept) \ No newline at end of file diff --git a/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/GetAccountBindingRequest.py b/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/GetAccountBindingRequest.py deleted file mode 100644 index 8a3987aacf..0000000000 --- a/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/GetAccountBindingRequest.py +++ /dev/null @@ -1,50 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RoaRequest -class GetAccountBindingRequest(RoaRequest): - - def __init__(self): - RoaRequest.__init__(self, 'Acs', '2015-01-01', 'GetAccountBinding') - self.set_uri_pattern('/AccountBinding/[Product]') - self.set_method('GET') - - def get_Product(self): - return self.get_path_params().get('Product') - - def set_Product(self,Product): - self.add_path_param('Product',Product) - - def get_AliyunUid(self): - return self.get_query_params().get('AliyunUid') - - def set_AliyunUid(self,AliyunUid): - self.add_query_param('AliyunUid',AliyunUid) - - def get_BucEmpId(self): - return self.get_query_params().get('BucEmpId') - - def set_BucEmpId(self,BucEmpId): - self.add_query_param('BucEmpId',BucEmpId) - - def get_Accept(self): - return self.get_headers().get('Accept') - - def set_Accept(self,Accept): - self.add_header('Accept',Accept) \ No newline at end of file diff --git a/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/GetApiBackupListRequest.py b/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/GetApiBackupListRequest.py deleted file mode 100644 index d639da8069..0000000000 --- a/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/GetApiBackupListRequest.py +++ /dev/null @@ -1,50 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RoaRequest -class GetApiBackupListRequest(RoaRequest): - - def __init__(self): - RoaRequest.__init__(self, 'Acs', '2015-01-01', 'GetApiBackupList') - self.set_uri_pattern('/ApiBackUpList/[ProductName]/[VersionName]/[ApiName]') - self.set_method('GET') - - def get_ApiName(self): - return self.get_path_params().get('ApiName') - - def set_ApiName(self,ApiName): - self.add_path_param('ApiName',ApiName) - - def get_ProductName(self): - return self.get_path_params().get('ProductName') - - def set_ProductName(self,ProductName): - self.add_path_param('ProductName',ProductName) - - def get_VersionName(self): - return self.get_path_params().get('VersionName') - - def set_VersionName(self,VersionName): - self.add_path_param('VersionName',VersionName) - - def get_Accept(self): - return self.get_headers().get('Accept') - - def set_Accept(self,Accept): - self.add_header('Accept',Accept) \ No newline at end of file diff --git a/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/GetApiBackupRequest.py b/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/GetApiBackupRequest.py deleted file mode 100644 index 4a9b21f6f3..0000000000 --- a/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/GetApiBackupRequest.py +++ /dev/null @@ -1,56 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RoaRequest -class GetApiBackupRequest(RoaRequest): - - def __init__(self): - RoaRequest.__init__(self, 'Acs', '2015-01-01', 'GetApiBackup') - self.set_uri_pattern('/ApiBackUp/[ProductName]/[VersionName]/[ApiName]') - self.set_method('GET') - - def get_ApiName(self): - return self.get_path_params().get('ApiName') - - def set_ApiName(self,ApiName): - self.add_path_param('ApiName',ApiName) - - def get_BackupId(self): - return self.get_query_params().get('BackupId') - - def set_BackupId(self,BackupId): - self.add_query_param('BackupId',BackupId) - - def get_ProductName(self): - return self.get_path_params().get('ProductName') - - def set_ProductName(self,ProductName): - self.add_path_param('ProductName',ProductName) - - def get_VersionName(self): - return self.get_path_params().get('VersionName') - - def set_VersionName(self,VersionName): - self.add_path_param('VersionName',VersionName) - - def get_Accept(self): - return self.get_headers().get('Accept') - - def set_Accept(self,Accept): - self.add_header('Accept',Accept) \ No newline at end of file diff --git a/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/GetApiDocNewRequest.py b/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/GetApiDocNewRequest.py deleted file mode 100644 index d81645b452..0000000000 --- a/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/GetApiDocNewRequest.py +++ /dev/null @@ -1,62 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RoaRequest -class GetApiDocNewRequest(RoaRequest): - - def __init__(self): - RoaRequest.__init__(self, 'Acs', '2015-01-01', 'GetApiDocNew') - self.set_uri_pattern('/ApiDocNew/[ProductName]/[VersionName]/[ApiName]/[Language]/[IsDraft]') - self.set_method('GET') - - def get_ApiName(self): - return self.get_path_params().get('ApiName') - - def set_ApiName(self,ApiName): - self.add_path_param('ApiName',ApiName) - - def get_IsDraft(self): - return self.get_path_params().get('IsDraft') - - def set_IsDraft(self,IsDraft): - self.add_path_param('IsDraft',IsDraft) - - def get_ProductName(self): - return self.get_path_params().get('ProductName') - - def set_ProductName(self,ProductName): - self.add_path_param('ProductName',ProductName) - - def get_Language(self): - return self.get_path_params().get('Language') - - def set_Language(self,Language): - self.add_path_param('Language',Language) - - def get_VersionName(self): - return self.get_path_params().get('VersionName') - - def set_VersionName(self,VersionName): - self.add_path_param('VersionName',VersionName) - - def get_Accept(self): - return self.get_headers().get('Accept') - - def set_Accept(self,Accept): - self.add_header('Accept',Accept) \ No newline at end of file diff --git a/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/GetApiDocRequest.py b/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/GetApiDocRequest.py deleted file mode 100644 index 681e8160a3..0000000000 --- a/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/GetApiDocRequest.py +++ /dev/null @@ -1,68 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RoaRequest -class GetApiDocRequest(RoaRequest): - - def __init__(self): - RoaRequest.__init__(self, 'Acs', '2015-01-01', 'GetApiDoc') - self.set_uri_pattern('/ApiDoc/[ProductName]/[VersionName]/[ApiName]/[Language]/[Environment]') - self.set_method('GET') - - def get_Environment(self): - return self.get_path_params().get('Environment') - - def set_Environment(self,Environment): - self.add_path_param('Environment',Environment) - - def get_ApiName(self): - return self.get_path_params().get('ApiName') - - def set_ApiName(self,ApiName): - self.add_path_param('ApiName',ApiName) - - def get_ProductName(self): - return self.get_path_params().get('ProductName') - - def set_ProductName(self,ProductName): - self.add_path_param('ProductName',ProductName) - - def get_Language(self): - return self.get_path_params().get('Language') - - def set_Language(self,Language): - self.add_path_param('Language',Language) - - def get_VersionName(self): - return self.get_path_params().get('VersionName') - - def set_VersionName(self,VersionName): - self.add_path_param('VersionName',VersionName) - - def get_ForceLoadFromApi(self): - return self.get_query_params().get('ForceLoadFromApi') - - def set_ForceLoadFromApi(self,ForceLoadFromApi): - self.add_query_param('ForceLoadFromApi',ForceLoadFromApi) - - def get_Accept(self): - return self.get_headers().get('Accept') - - def set_Accept(self,Accept): - self.add_header('Accept',Accept) \ No newline at end of file diff --git a/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/GetApiDocumentRequest.py b/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/GetApiDocumentRequest.py deleted file mode 100644 index 543cacd59b..0000000000 --- a/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/GetApiDocumentRequest.py +++ /dev/null @@ -1,68 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RoaRequest -class GetApiDocumentRequest(RoaRequest): - - def __init__(self): - RoaRequest.__init__(self, 'Acs', '2015-01-01', 'GetApiDocument') - self.set_uri_pattern('/ApiDocument/[ProductName]/[VersionName]/[ApiName]/[Language]/[Site]/[IsDraft]') - self.set_method('GET') - - def get_Site(self): - return self.get_path_params().get('Site') - - def set_Site(self,Site): - self.add_path_param('Site',Site) - - def get_ApiName(self): - return self.get_path_params().get('ApiName') - - def set_ApiName(self,ApiName): - self.add_path_param('ApiName',ApiName) - - def get_IsDraft(self): - return self.get_path_params().get('IsDraft') - - def set_IsDraft(self,IsDraft): - self.add_path_param('IsDraft',IsDraft) - - def get_ProductName(self): - return self.get_path_params().get('ProductName') - - def set_ProductName(self,ProductName): - self.add_path_param('ProductName',ProductName) - - def get_Language(self): - return self.get_path_params().get('Language') - - def set_Language(self,Language): - self.add_path_param('Language',Language) - - def get_VersionName(self): - return self.get_path_params().get('VersionName') - - def set_VersionName(self,VersionName): - self.add_path_param('VersionName',VersionName) - - def get_Accept(self): - return self.get_headers().get('Accept') - - def set_Accept(self,Accept): - self.add_header('Accept',Accept) \ No newline at end of file diff --git a/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/GetApiNewRequest.py b/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/GetApiNewRequest.py deleted file mode 100644 index 3dd183cc57..0000000000 --- a/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/GetApiNewRequest.py +++ /dev/null @@ -1,50 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RoaRequest -class GetApiNewRequest(RoaRequest): - - def __init__(self): - RoaRequest.__init__(self, 'Acs', '2015-01-01', 'GetApiNew') - self.set_uri_pattern('/[ProductName]/[VersionName]/[ApiName]?new') - self.set_method('GET') - - def get_ApiName(self): - return self.get_path_params().get('ApiName') - - def set_ApiName(self,ApiName): - self.add_path_param('ApiName',ApiName) - - def get_ProductName(self): - return self.get_path_params().get('ProductName') - - def set_ProductName(self,ProductName): - self.add_path_param('ProductName',ProductName) - - def get_VersionName(self): - return self.get_path_params().get('VersionName') - - def set_VersionName(self,VersionName): - self.add_path_param('VersionName',VersionName) - - def get_Accept(self): - return self.get_headers().get('Accept') - - def set_Accept(self,Accept): - self.add_header('Accept',Accept) \ No newline at end of file diff --git a/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/GetApiRequest.py b/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/GetApiRequest.py deleted file mode 100644 index 2ebf40049c..0000000000 --- a/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/GetApiRequest.py +++ /dev/null @@ -1,50 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RoaRequest -class GetApiRequest(RoaRequest): - - def __init__(self): - RoaRequest.__init__(self, 'Acs', '2015-01-01', 'GetApi') - self.set_uri_pattern('/Api/[ProductName]/[VersionName]/[ApiName]') - self.set_method('GET') - - def get_ApiName(self): - return self.get_path_params().get('ApiName') - - def set_ApiName(self,ApiName): - self.add_path_param('ApiName',ApiName) - - def get_ProductName(self): - return self.get_path_params().get('ProductName') - - def set_ProductName(self,ProductName): - self.add_path_param('ProductName',ProductName) - - def get_VersionName(self): - return self.get_path_params().get('VersionName') - - def set_VersionName(self,VersionName): - self.add_path_param('VersionName',VersionName) - - def get_Accept(self): - return self.get_headers().get('Accept') - - def set_Accept(self,Accept): - self.add_header('Accept',Accept) \ No newline at end of file diff --git a/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/GetApiWithOfflineRequest.py b/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/GetApiWithOfflineRequest.py deleted file mode 100644 index 416f4a240f..0000000000 --- a/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/GetApiWithOfflineRequest.py +++ /dev/null @@ -1,50 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RoaRequest -class GetApiWithOfflineRequest(RoaRequest): - - def __init__(self): - RoaRequest.__init__(self, 'Acs', '2015-01-01', 'GetApiWithOffline') - self.set_uri_pattern('/ApiWithOffline/[ProductName]/[VersionName]/[ApiName]') - self.set_method('GET') - - def get_ApiName(self): - return self.get_path_params().get('ApiName') - - def set_ApiName(self,ApiName): - self.add_path_param('ApiName',ApiName) - - def get_ProductName(self): - return self.get_path_params().get('ProductName') - - def set_ProductName(self,ProductName): - self.add_path_param('ProductName',ProductName) - - def get_VersionName(self): - return self.get_path_params().get('VersionName') - - def set_VersionName(self,VersionName): - self.add_path_param('VersionName',VersionName) - - def get_Accept(self): - return self.get_headers().get('Accept') - - def set_Accept(self,Accept): - self.add_header('Accept',Accept) \ No newline at end of file diff --git a/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/GetConfigRequest.py b/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/GetConfigRequest.py deleted file mode 100644 index 474be6970c..0000000000 --- a/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/GetConfigRequest.py +++ /dev/null @@ -1,38 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RoaRequest -class GetConfigRequest(RoaRequest): - - def __init__(self): - RoaRequest.__init__(self, 'Acs', '2015-01-01', 'GetConfig') - self.set_uri_pattern('/PopConfig/[ConfigKey]') - self.set_method('GET') - - def get_ConfigKey(self): - return self.get_path_params().get('ConfigKey') - - def set_ConfigKey(self,ConfigKey): - self.add_path_param('ConfigKey',ConfigKey) - - def get_Accept(self): - return self.get_headers().get('Accept') - - def set_Accept(self,Accept): - self.add_header('Accept',Accept) \ No newline at end of file diff --git a/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/GetControlPolicyByProductRequest.py b/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/GetControlPolicyByProductRequest.py deleted file mode 100644 index 87308a159a..0000000000 --- a/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/GetControlPolicyByProductRequest.py +++ /dev/null @@ -1,38 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RoaRequest -class GetControlPolicyByProductRequest(RoaRequest): - - def __init__(self): - RoaRequest.__init__(self, 'Acs', '2015-01-01', 'GetControlPolicyByProduct') - self.set_uri_pattern('/ControlPolicy/[Product]') - self.set_method('GET') - - def get_Product(self): - return self.get_path_params().get('Product') - - def set_Product(self,Product): - self.add_path_param('Product',Product) - - def get_Accept(self): - return self.get_headers().get('Accept') - - def set_Accept(self,Accept): - self.add_header('Accept',Accept) \ No newline at end of file diff --git a/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/GetControlPolicyRequest.py b/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/GetControlPolicyRequest.py deleted file mode 100644 index a22660271c..0000000000 --- a/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/GetControlPolicyRequest.py +++ /dev/null @@ -1,44 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RoaRequest -class GetControlPolicyRequest(RoaRequest): - - def __init__(self): - RoaRequest.__init__(self, 'Acs', '2015-01-01', 'GetControlPolicy') - self.set_uri_pattern('/ControlPolicy/[Product]/[ControlPolicyName]') - self.set_method('GET') - - def get_Product(self): - return self.get_path_params().get('Product') - - def set_Product(self,Product): - self.add_path_param('Product',Product) - - def get_ControlPolicyName(self): - return self.get_path_params().get('ControlPolicyName') - - def set_ControlPolicyName(self,ControlPolicyName): - self.add_path_param('ControlPolicyName',ControlPolicyName) - - def get_Accept(self): - return self.get_headers().get('Accept') - - def set_Accept(self,Accept): - self.add_header('Accept',Accept) \ No newline at end of file diff --git a/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/GetDocTagListRequest.py b/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/GetDocTagListRequest.py deleted file mode 100644 index ae20219712..0000000000 --- a/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/GetDocTagListRequest.py +++ /dev/null @@ -1,38 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RoaRequest -class GetDocTagListRequest(RoaRequest): - - def __init__(self): - RoaRequest.__init__(self, 'Acs', '2015-01-01', 'GetDocTagList') - self.set_uri_pattern('/DocTag/[ProductName]') - self.set_method('GET') - - def get_ProductName(self): - return self.get_path_params().get('ProductName') - - def set_ProductName(self,ProductName): - self.add_path_param('ProductName',ProductName) - - def get_Accept(self): - return self.get_headers().get('Accept') - - def set_Accept(self,Accept): - self.add_header('Accept',Accept) \ No newline at end of file diff --git a/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/GetDocTagRequest.py b/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/GetDocTagRequest.py deleted file mode 100644 index 5cb8cd1aaa..0000000000 --- a/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/GetDocTagRequest.py +++ /dev/null @@ -1,50 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RoaRequest -class GetDocTagRequest(RoaRequest): - - def __init__(self): - RoaRequest.__init__(self, 'Acs', '2015-01-01', 'GetDocTag') - self.set_uri_pattern('/DocTag/[Product]/[TagId]/[Language]') - self.set_method('GET') - - def get_Product(self): - return self.get_path_params().get('Product') - - def set_Product(self,Product): - self.add_path_param('Product',Product) - - def get_TagId(self): - return self.get_path_params().get('TagId') - - def set_TagId(self,TagId): - self.add_path_param('TagId',TagId) - - def get_Language(self): - return self.get_path_params().get('Language') - - def set_Language(self,Language): - self.add_path_param('Language',Language) - - def get_Accept(self): - return self.get_headers().get('Accept') - - def set_Accept(self,Accept): - self.add_header('Accept',Accept) \ No newline at end of file diff --git a/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/GetFlowSpecialAPIRequest.py b/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/GetFlowSpecialAPIRequest.py deleted file mode 100644 index 9591d58b33..0000000000 --- a/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/GetFlowSpecialAPIRequest.py +++ /dev/null @@ -1,44 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RoaRequest -class GetFlowSpecialAPIRequest(RoaRequest): - - def __init__(self): - RoaRequest.__init__(self, 'Acs', '2015-01-01', 'GetFlowSpecialAPI') - self.set_uri_pattern('/GetFlowSpecialAPI/[Product]/[Name]') - self.set_method('GET') - - def get_Product(self): - return self.get_path_params().get('Product') - - def set_Product(self,Product): - self.add_path_param('Product',Product) - - def get_Name(self): - return self.get_query_params().get('Name') - - def set_Name(self,Name): - self.add_query_param('Name',Name) - - def get_Accept(self): - return self.get_headers().get('Accept') - - def set_Accept(self,Accept): - self.add_header('Accept',Accept) \ No newline at end of file diff --git a/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/GetFlowSpecialByProductRequest.py b/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/GetFlowSpecialByProductRequest.py deleted file mode 100644 index b751e60a80..0000000000 --- a/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/GetFlowSpecialByProductRequest.py +++ /dev/null @@ -1,38 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RoaRequest -class GetFlowSpecialByProductRequest(RoaRequest): - - def __init__(self): - RoaRequest.__init__(self, 'Acs', '2015-01-01', 'GetFlowSpecialByProduct') - self.set_uri_pattern('/FlowSpecial/[Product]') - self.set_method('GET') - - def get_Product(self): - return self.get_path_params().get('Product') - - def set_Product(self,Product): - self.add_path_param('Product',Product) - - def get_Accept(self): - return self.get_headers().get('Accept') - - def set_Accept(self,Accept): - self.add_header('Accept',Accept) \ No newline at end of file diff --git a/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/GetFlowSpecialByUserIdRequest.py b/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/GetFlowSpecialByUserIdRequest.py deleted file mode 100644 index 50b4fd4017..0000000000 --- a/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/GetFlowSpecialByUserIdRequest.py +++ /dev/null @@ -1,44 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RoaRequest -class GetFlowSpecialByUserIdRequest(RoaRequest): - - def __init__(self): - RoaRequest.__init__(self, 'Acs', '2015-01-01', 'GetFlowSpecialByUserId') - self.set_uri_pattern('/GetFlowSpecialByUserId/[Product]/[PopUserId]') - self.set_method('GET') - - def get_Product(self): - return self.get_path_params().get('Product') - - def set_Product(self,Product): - self.add_path_param('Product',Product) - - def get_Accept(self): - return self.get_headers().get('Accept') - - def set_Accept(self,Accept): - self.add_header('Accept',Accept) - - def get_PopUserId(self): - return self.get_path_params().get('PopUserId') - - def set_PopUserId(self,PopUserId): - self.add_path_param('PopUserId',PopUserId) \ No newline at end of file diff --git a/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/GetFlowSpecialRequest.py b/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/GetFlowSpecialRequest.py deleted file mode 100644 index 9f155e6d28..0000000000 --- a/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/GetFlowSpecialRequest.py +++ /dev/null @@ -1,44 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RoaRequest -class GetFlowSpecialRequest(RoaRequest): - - def __init__(self): - RoaRequest.__init__(self, 'Acs', '2015-01-01', 'GetFlowSpecial') - self.set_uri_pattern('/FlowSpecial/[Product]/[Name]') - self.set_method('GET') - - def get_Product(self): - return self.get_path_params().get('Product') - - def set_Product(self,Product): - self.add_path_param('Product',Product) - - def get_Name(self): - return self.get_path_params().get('Name') - - def set_Name(self,Name): - self.add_path_param('Name',Name) - - def get_Accept(self): - return self.get_headers().get('Accept') - - def set_Accept(self,Accept): - self.add_header('Accept',Accept) \ No newline at end of file diff --git a/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/GetGatedLaunchApiRequest.py b/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/GetGatedLaunchApiRequest.py deleted file mode 100644 index db3a85182c..0000000000 --- a/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/GetGatedLaunchApiRequest.py +++ /dev/null @@ -1,50 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RoaRequest -class GetGatedLaunchApiRequest(RoaRequest): - - def __init__(self): - RoaRequest.__init__(self, 'Acs', '2015-01-01', 'GetGatedLaunchApi') - self.set_uri_pattern('/GatedLaunch/[ProductName]/[VersionName]/[ApiName]') - self.set_method('GET') - - def get_ApiName(self): - return self.get_path_params().get('ApiName') - - def set_ApiName(self,ApiName): - self.add_path_param('ApiName',ApiName) - - def get_ProductName(self): - return self.get_path_params().get('ProductName') - - def set_ProductName(self,ProductName): - self.add_path_param('ProductName',ProductName) - - def get_VersionName(self): - return self.get_path_params().get('VersionName') - - def set_VersionName(self,VersionName): - self.add_path_param('VersionName',VersionName) - - def get_Accept(self): - return self.get_headers().get('Accept') - - def set_Accept(self,Accept): - self.add_header('Accept',Accept) \ No newline at end of file diff --git a/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/GetGatedLaunchPolicyByProductRequest.py b/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/GetGatedLaunchPolicyByProductRequest.py deleted file mode 100644 index 701f5373f3..0000000000 --- a/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/GetGatedLaunchPolicyByProductRequest.py +++ /dev/null @@ -1,38 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RoaRequest -class GetGatedLaunchPolicyByProductRequest(RoaRequest): - - def __init__(self): - RoaRequest.__init__(self, 'Acs', '2015-01-01', 'GetGatedLaunchPolicyByProduct') - self.set_uri_pattern('/GatedLaunchPolicy/[Product]') - self.set_method('GET') - - def get_Product(self): - return self.get_path_params().get('Product') - - def set_Product(self,Product): - self.add_path_param('Product',Product) - - def get_Accept(self): - return self.get_headers().get('Accept') - - def set_Accept(self,Accept): - self.add_header('Accept',Accept) \ No newline at end of file diff --git a/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/GetGatedLaunchPolicyRequest.py b/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/GetGatedLaunchPolicyRequest.py deleted file mode 100644 index af75fcd2d5..0000000000 --- a/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/GetGatedLaunchPolicyRequest.py +++ /dev/null @@ -1,44 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RoaRequest -class GetGatedLaunchPolicyRequest(RoaRequest): - - def __init__(self): - RoaRequest.__init__(self, 'Acs', '2015-01-01', 'GetGatedLaunchPolicy') - self.set_uri_pattern('/GatedLaunchPolicy/[ProductName]/[PolicyName]') - self.set_method('GET') - - def get_ProductName(self): - return self.get_path_params().get('ProductName') - - def set_ProductName(self,ProductName): - self.add_path_param('ProductName',ProductName) - - def get_PolicyName(self): - return self.get_path_params().get('PolicyName') - - def set_PolicyName(self,PolicyName): - self.add_path_param('PolicyName',PolicyName) - - def get_Accept(self): - return self.get_headers().get('Accept') - - def set_Accept(self,Accept): - self.add_header('Accept',Accept) \ No newline at end of file diff --git a/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/GetGlobalRequest.py b/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/GetGlobalRequest.py deleted file mode 100644 index 6a396a6fa5..0000000000 --- a/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/GetGlobalRequest.py +++ /dev/null @@ -1,32 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RoaRequest -class GetGlobalRequest(RoaRequest): - - def __init__(self): - RoaRequest.__init__(self, 'Acs', '2015-01-01', 'GetGlobal') - self.set_uri_pattern('/') - self.set_method('GET') - - def get_Accept(self): - return self.get_headers().get('Accept') - - def set_Accept(self,Accept): - self.add_header('Accept',Accept) \ No newline at end of file diff --git a/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/GetProductDocNewRequest.py b/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/GetProductDocNewRequest.py deleted file mode 100644 index 6ce36b4d37..0000000000 --- a/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/GetProductDocNewRequest.py +++ /dev/null @@ -1,50 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RoaRequest -class GetProductDocNewRequest(RoaRequest): - - def __init__(self): - RoaRequest.__init__(self, 'Acs', '2015-01-01', 'GetProductDocNew') - self.set_uri_pattern('/ProductDocNew/[ProductName]/[Language]/[IsDraft]') - self.set_method('GET') - - def get_IsDraft(self): - return self.get_path_params().get('IsDraft') - - def set_IsDraft(self,IsDraft): - self.add_path_param('IsDraft',IsDraft) - - def get_ProductName(self): - return self.get_path_params().get('ProductName') - - def set_ProductName(self,ProductName): - self.add_path_param('ProductName',ProductName) - - def get_Language(self): - return self.get_path_params().get('Language') - - def set_Language(self,Language): - self.add_path_param('Language',Language) - - def get_Accept(self): - return self.get_headers().get('Accept') - - def set_Accept(self,Accept): - self.add_header('Accept',Accept) \ No newline at end of file diff --git a/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/GetProductDocRequest.py b/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/GetProductDocRequest.py deleted file mode 100644 index bf0badd24a..0000000000 --- a/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/GetProductDocRequest.py +++ /dev/null @@ -1,44 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RoaRequest -class GetProductDocRequest(RoaRequest): - - def __init__(self): - RoaRequest.__init__(self, 'Acs', '2015-01-01', 'GetProductDoc') - self.set_uri_pattern('/ProductDoc/[ProductName]/[Language]') - self.set_method('GET') - - def get_ProductName(self): - return self.get_path_params().get('ProductName') - - def set_ProductName(self,ProductName): - self.add_path_param('ProductName',ProductName) - - def get_Language(self): - return self.get_path_params().get('Language') - - def set_Language(self,Language): - self.add_path_param('Language',Language) - - def get_Accept(self): - return self.get_headers().get('Accept') - - def set_Accept(self,Accept): - self.add_header('Accept',Accept) \ No newline at end of file diff --git a/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/GetProductDocumentRequest.py b/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/GetProductDocumentRequest.py deleted file mode 100644 index 1b51e4813d..0000000000 --- a/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/GetProductDocumentRequest.py +++ /dev/null @@ -1,56 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RoaRequest -class GetProductDocumentRequest(RoaRequest): - - def __init__(self): - RoaRequest.__init__(self, 'Acs', '2015-01-01', 'GetProductDocument') - self.set_uri_pattern('/ProductDocument/[ProductName]/[Language]/[Site]/[IsDraft]') - self.set_method('GET') - - def get_Site(self): - return self.get_path_params().get('Site') - - def set_Site(self,Site): - self.add_path_param('Site',Site) - - def get_IsDraft(self): - return self.get_path_params().get('IsDraft') - - def set_IsDraft(self,IsDraft): - self.add_path_param('IsDraft',IsDraft) - - def get_ProductName(self): - return self.get_path_params().get('ProductName') - - def set_ProductName(self,ProductName): - self.add_path_param('ProductName',ProductName) - - def get_Language(self): - return self.get_path_params().get('Language') - - def set_Language(self,Language): - self.add_path_param('Language',Language) - - def get_Accept(self): - return self.get_headers().get('Accept') - - def set_Accept(self,Accept): - self.add_header('Accept',Accept) \ No newline at end of file diff --git a/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/GetProductRequest.py b/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/GetProductRequest.py deleted file mode 100644 index 34f265b060..0000000000 --- a/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/GetProductRequest.py +++ /dev/null @@ -1,38 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RoaRequest -class GetProductRequest(RoaRequest): - - def __init__(self): - RoaRequest.__init__(self, 'Acs', '2015-01-01', 'GetProduct') - self.set_uri_pattern('/Product/[ProductName]') - self.set_method('GET') - - def get_ProductName(self): - return self.get_path_params().get('ProductName') - - def set_ProductName(self,ProductName): - self.add_path_param('ProductName',ProductName) - - def get_Accept(self): - return self.get_headers().get('Accept') - - def set_Accept(self,Accept): - self.add_header('Accept',Accept) \ No newline at end of file diff --git a/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/GetSecretKeyRequest.py b/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/GetSecretKeyRequest.py deleted file mode 100644 index d5519203a7..0000000000 --- a/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/GetSecretKeyRequest.py +++ /dev/null @@ -1,38 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RoaRequest -class GetSecretKeyRequest(RoaRequest): - - def __init__(self): - RoaRequest.__init__(self, 'Acs', '2015-01-01', 'GetSecretKey') - self.set_uri_pattern('/SecretKey/[Product]') - self.set_method('GET') - - def get_Product(self): - return self.get_path_params().get('Product') - - def set_Product(self,Product): - self.add_path_param('Product',Product) - - def get_Accept(self): - return self.get_headers().get('Accept') - - def set_Accept(self,Accept): - self.add_header('Accept',Accept) \ No newline at end of file diff --git a/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/GetSystemMetaRequest.py b/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/GetSystemMetaRequest.py deleted file mode 100644 index bc880b6012..0000000000 --- a/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/GetSystemMetaRequest.py +++ /dev/null @@ -1,38 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RoaRequest -class GetSystemMetaRequest(RoaRequest): - - def __init__(self): - RoaRequest.__init__(self, 'Acs', '2015-01-01', 'GetSystemMeta') - self.set_uri_pattern('/PopSystemMeta/[MetaName]') - self.set_method('GET') - - def get_MetaName(self): - return self.get_path_params().get('MetaName') - - def set_MetaName(self,MetaName): - self.add_path_param('MetaName',MetaName) - - def get_Accept(self): - return self.get_headers().get('Accept') - - def set_Accept(self,Accept): - self.add_header('Accept',Accept) \ No newline at end of file diff --git a/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/GetTairCacheRequest.py b/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/GetTairCacheRequest.py deleted file mode 100644 index dc384e8173..0000000000 --- a/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/GetTairCacheRequest.py +++ /dev/null @@ -1,38 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RoaRequest -class GetTairCacheRequest(RoaRequest): - - def __init__(self): - RoaRequest.__init__(self, 'Acs', '2015-01-01', 'GetTairCache') - self.set_uri_pattern('/TairCache') - self.set_method('GET') - - def get_xacscachekey(self): - return self.get_headers().get('x-acs-cache-key') - - def set_xacscachekey(self,xacscachekey): - self.add_header('x-acs-cache-key',xacscachekey) - - def get_Accept(self): - return self.get_headers().get('Accept') - - def set_Accept(self,Accept): - self.add_header('Accept',Accept) \ No newline at end of file diff --git a/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/GetVersionDocNewRequest.py b/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/GetVersionDocNewRequest.py deleted file mode 100644 index a1edbf8286..0000000000 --- a/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/GetVersionDocNewRequest.py +++ /dev/null @@ -1,56 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RoaRequest -class GetVersionDocNewRequest(RoaRequest): - - def __init__(self): - RoaRequest.__init__(self, 'Acs', '2015-01-01', 'GetVersionDocNew') - self.set_uri_pattern('/VersionDocNew/[ProductName]/[VersionName]/[Language]/[IsDraft]') - self.set_method('GET') - - def get_IsDraft(self): - return self.get_path_params().get('IsDraft') - - def set_IsDraft(self,IsDraft): - self.add_path_param('IsDraft',IsDraft) - - def get_ProductName(self): - return self.get_path_params().get('ProductName') - - def set_ProductName(self,ProductName): - self.add_path_param('ProductName',ProductName) - - def get_Language(self): - return self.get_path_params().get('Language') - - def set_Language(self,Language): - self.add_path_param('Language',Language) - - def get_VersionName(self): - return self.get_path_params().get('VersionName') - - def set_VersionName(self,VersionName): - self.add_path_param('VersionName',VersionName) - - def get_Accept(self): - return self.get_headers().get('Accept') - - def set_Accept(self,Accept): - self.add_header('Accept',Accept) \ No newline at end of file diff --git a/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/GetVersionDocRequest.py b/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/GetVersionDocRequest.py deleted file mode 100644 index c094cf1227..0000000000 --- a/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/GetVersionDocRequest.py +++ /dev/null @@ -1,50 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RoaRequest -class GetVersionDocRequest(RoaRequest): - - def __init__(self): - RoaRequest.__init__(self, 'Acs', '2015-01-01', 'GetVersionDoc') - self.set_uri_pattern('/VersionDoc/[ProductName]/[VersionName]/[Language]') - self.set_method('GET') - - def get_ProductName(self): - return self.get_path_params().get('ProductName') - - def set_ProductName(self,ProductName): - self.add_path_param('ProductName',ProductName) - - def get_Language(self): - return self.get_path_params().get('Language') - - def set_Language(self,Language): - self.add_path_param('Language',Language) - - def get_VersionName(self): - return self.get_path_params().get('VersionName') - - def set_VersionName(self,VersionName): - self.add_path_param('VersionName',VersionName) - - def get_Accept(self): - return self.get_headers().get('Accept') - - def set_Accept(self,Accept): - self.add_header('Accept',Accept) \ No newline at end of file diff --git a/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/GetVersionDocumentRequest.py b/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/GetVersionDocumentRequest.py deleted file mode 100644 index e98f8df48a..0000000000 --- a/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/GetVersionDocumentRequest.py +++ /dev/null @@ -1,62 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RoaRequest -class GetVersionDocumentRequest(RoaRequest): - - def __init__(self): - RoaRequest.__init__(self, 'Acs', '2015-01-01', 'GetVersionDocument') - self.set_uri_pattern('/VersionDocument/[ProductName]/[VersionName]/[Language]/[Site]/[IsDraft]') - self.set_method('GET') - - def get_Site(self): - return self.get_path_params().get('Site') - - def set_Site(self,Site): - self.add_path_param('Site',Site) - - def get_IsDraft(self): - return self.get_path_params().get('IsDraft') - - def set_IsDraft(self,IsDraft): - self.add_path_param('IsDraft',IsDraft) - - def get_ProductName(self): - return self.get_path_params().get('ProductName') - - def set_ProductName(self,ProductName): - self.add_path_param('ProductName',ProductName) - - def get_Language(self): - return self.get_path_params().get('Language') - - def set_Language(self,Language): - self.add_path_param('Language',Language) - - def get_VersionName(self): - return self.get_path_params().get('VersionName') - - def set_VersionName(self,VersionName): - self.add_path_param('VersionName',VersionName) - - def get_Accept(self): - return self.get_headers().get('Accept') - - def set_Accept(self,Accept): - self.add_header('Accept',Accept) \ No newline at end of file diff --git a/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/GetVersionRequest.py b/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/GetVersionRequest.py deleted file mode 100644 index 1e07d142b7..0000000000 --- a/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/GetVersionRequest.py +++ /dev/null @@ -1,44 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RoaRequest -class GetVersionRequest(RoaRequest): - - def __init__(self): - RoaRequest.__init__(self, 'Acs', '2015-01-01', 'GetVersion') - self.set_uri_pattern('/Version/[ProductName]/[VersionName]') - self.set_method('GET') - - def get_ProductName(self): - return self.get_path_params().get('ProductName') - - def set_ProductName(self,ProductName): - self.add_path_param('ProductName',ProductName) - - def get_VersionName(self): - return self.get_path_params().get('VersionName') - - def set_VersionName(self,VersionName): - self.add_path_param('VersionName',VersionName) - - def get_Accept(self): - return self.get_headers().get('Accept') - - def set_Accept(self,Accept): - self.add_header('Accept',Accept) \ No newline at end of file diff --git a/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/GetVersionWithAllApiRequest.py b/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/GetVersionWithAllApiRequest.py deleted file mode 100644 index 9f7731d49c..0000000000 --- a/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/GetVersionWithAllApiRequest.py +++ /dev/null @@ -1,50 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RoaRequest -class GetVersionWithAllApiRequest(RoaRequest): - - def __init__(self): - RoaRequest.__init__(self, 'Acs', '2015-01-01', 'GetVersionWithAllApi') - self.set_uri_pattern('/VersionWithAllApi/[ProductName]/[VersionName]') - self.set_method('GET') - - def get_ProductName(self): - return self.get_path_params().get('ProductName') - - def set_ProductName(self,ProductName): - self.add_path_param('ProductName',ProductName) - - def get_IncludeOfflineApi(self): - return self.get_query_params().get('IncludeOfflineApi') - - def set_IncludeOfflineApi(self,IncludeOfflineApi): - self.add_query_param('IncludeOfflineApi',IncludeOfflineApi) - - def get_VersionName(self): - return self.get_path_params().get('VersionName') - - def set_VersionName(self,VersionName): - self.add_path_param('VersionName',VersionName) - - def get_Accept(self): - return self.get_headers().get('Accept') - - def set_Accept(self,Accept): - self.add_header('Accept',Accept) \ No newline at end of file diff --git a/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/ModifyApiNameInDailyRequest.py b/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/ModifyApiNameInDailyRequest.py index 08d203703e..a36f714bff 100644 --- a/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/ModifyApiNameInDailyRequest.py +++ b/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/ModifyApiNameInDailyRequest.py @@ -18,6 +18,7 @@ # under the License. from aliyunsdkcore.request import RoaRequest + class ModifyApiNameInDailyRequest(RoaRequest): def __init__(self): diff --git a/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/ModifyApiNameRequest.py b/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/ModifyApiNameRequest.py index dbac2b78eb..44a494a267 100644 --- a/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/ModifyApiNameRequest.py +++ b/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/ModifyApiNameRequest.py @@ -18,6 +18,7 @@ # under the License. from aliyunsdkcore.request import RoaRequest + class ModifyApiNameRequest(RoaRequest): def __init__(self): diff --git a/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/PurchaseApiRequest.py b/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/PurchaseApiRequest.py index 592b263082..19ee6456f6 100644 --- a/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/PurchaseApiRequest.py +++ b/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/PurchaseApiRequest.py @@ -18,6 +18,7 @@ # under the License. from aliyunsdkcore.request import RoaRequest + class PurchaseApiRequest(RoaRequest): def __init__(self): @@ -25,18 +26,6 @@ def __init__(self): self.set_uri_pattern('/Api/PurchaseApi') self.set_method('POST|GET') - def get_ServiceDate(self): - return self.get_query_params().get('ServiceDate') - - def set_ServiceDate(self,ServiceDate): - self.add_query_param('ServiceDate',ServiceDate) - - def get_Quota(self): - return self.get_query_params().get('Quota') - - def set_Quota(self,Quota): - self.add_query_param('Quota',Quota) - def get_OrgCode(self): return self.get_query_params().get('OrgCode') @@ -55,18 +44,30 @@ def get_Channel(self): def set_Channel(self,Channel): self.add_query_param('Channel',Channel) - def get_PurchaseVersion(self): - return self.get_query_params().get('PurchaseVersion') - - def set_PurchaseVersion(self,PurchaseVersion): - self.add_query_param('PurchaseVersion',PurchaseVersion) - def get_PurchaseApiName(self): return self.get_query_params().get('PurchaseApiName') def set_PurchaseApiName(self,PurchaseApiName): self.add_query_param('PurchaseApiName',PurchaseApiName) + def get_ServiceDate(self): + return self.get_query_params().get('ServiceDate') + + def set_ServiceDate(self,ServiceDate): + self.add_query_param('ServiceDate',ServiceDate) + + def get_Quota(self): + return self.get_query_params().get('Quota') + + def set_Quota(self,Quota): + self.add_query_param('Quota',Quota) + + def get_PurchaseVersion(self): + return self.get_query_params().get('PurchaseVersion') + + def set_PurchaseVersion(self,PurchaseVersion): + self.add_query_param('PurchaseVersion',PurchaseVersion) + def get_BillingType(self): return self.get_query_params().get('BillingType') diff --git a/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/PutAccountBindingRequest.py b/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/PutAccountBindingRequest.py deleted file mode 100644 index 64be071b87..0000000000 --- a/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/PutAccountBindingRequest.py +++ /dev/null @@ -1,50 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RoaRequest -class PutAccountBindingRequest(RoaRequest): - - def __init__(self): - RoaRequest.__init__(self, 'Acs', '2015-01-01', 'PutAccountBinding') - self.set_uri_pattern('/AccountBinding/[Product]/[AliyunUid]/[BucEmpId]') - self.set_method('PUT') - - def get_Product(self): - return self.get_path_params().get('Product') - - def set_Product(self,Product): - self.add_path_param('Product',Product) - - def get_AliyunUid(self): - return self.get_path_params().get('AliyunUid') - - def set_AliyunUid(self,AliyunUid): - self.add_path_param('AliyunUid',AliyunUid) - - def get_BucEmpId(self): - return self.get_path_params().get('BucEmpId') - - def set_BucEmpId(self,BucEmpId): - self.add_path_param('BucEmpId',BucEmpId) - - def get_Accept(self): - return self.get_headers().get('Accept') - - def set_Accept(self,Accept): - self.add_header('Accept',Accept) \ No newline at end of file diff --git a/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/PutApiDocRequest.py b/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/PutApiDocRequest.py deleted file mode 100644 index 208f71bccb..0000000000 --- a/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/PutApiDocRequest.py +++ /dev/null @@ -1,86 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RoaRequest -class PutApiDocRequest(RoaRequest): - - def __init__(self): - RoaRequest.__init__(self, 'Acs', '2015-01-01', 'PutApiDoc') - self.set_uri_pattern('/ApiDoc/[ProductName]/[VersionName]/[ApiName]/[Language]/[Environment]') - self.set_method('PUT') - - def get_ContentLength(self): - return self.get_headers().get('Content-Length') - - def set_ContentLength(self,ContentLength): - self.add_header('Content-Length',ContentLength) - - def get_BodyContent(self): - return self.get_body_params().get('BodyContent') - - def set_BodyContent(self,BodyContent): - self.add_body_params('BodyContent', BodyContent) - - def get_Environment(self): - return self.get_path_params().get('Environment') - - def set_Environment(self,Environment): - self.add_path_param('Environment',Environment) - - def get_ApiName(self): - return self.get_path_params().get('ApiName') - - def set_ApiName(self,ApiName): - self.add_path_param('ApiName',ApiName) - - def get_ContentMD5(self): - return self.get_headers().get('Content-MD5') - - def set_ContentMD5(self,ContentMD5): - self.add_header('Content-MD5',ContentMD5) - - def get_ProductName(self): - return self.get_path_params().get('ProductName') - - def set_ProductName(self,ProductName): - self.add_path_param('ProductName',ProductName) - - def get_ContentType(self): - return self.get_headers().get('Content-Type') - - def set_ContentType(self,ContentType): - self.add_header('Content-Type',ContentType) - - def get_Language(self): - return self.get_path_params().get('Language') - - def set_Language(self,Language): - self.add_path_param('Language',Language) - - def get_VersionName(self): - return self.get_path_params().get('VersionName') - - def set_VersionName(self,VersionName): - self.add_path_param('VersionName',VersionName) - - def get_Accept(self): - return self.get_headers().get('Accept') - - def set_Accept(self,Accept): - self.add_header('Accept',Accept) \ No newline at end of file diff --git a/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/PutApiDocumentRequest.py b/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/PutApiDocumentRequest.py deleted file mode 100644 index 0b31fe26d7..0000000000 --- a/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/PutApiDocumentRequest.py +++ /dev/null @@ -1,86 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RoaRequest -class PutApiDocumentRequest(RoaRequest): - - def __init__(self): - RoaRequest.__init__(self, 'Acs', '2015-01-01', 'PutApiDocument') - self.set_uri_pattern('/ApiDocument/[ProductName]/[VersionName]/[ApiName]/[Language]/[Site]') - self.set_method('PUT') - - def get_ContentLength(self): - return self.get_headers().get('Content-Length') - - def set_ContentLength(self,ContentLength): - self.add_header('Content-Length',ContentLength) - - def get_BodyContent(self): - return self.get_body_params().get('BodyContent') - - def set_BodyContent(self,BodyContent): - self.add_body_params('BodyContent', BodyContent) - - def get_Site(self): - return self.get_path_params().get('Site') - - def set_Site(self,Site): - self.add_path_param('Site',Site) - - def get_ApiName(self): - return self.get_path_params().get('ApiName') - - def set_ApiName(self,ApiName): - self.add_path_param('ApiName',ApiName) - - def get_ContentMD5(self): - return self.get_headers().get('Content-MD5') - - def set_ContentMD5(self,ContentMD5): - self.add_header('Content-MD5',ContentMD5) - - def get_ProductName(self): - return self.get_path_params().get('ProductName') - - def set_ProductName(self,ProductName): - self.add_path_param('ProductName',ProductName) - - def get_ContentType(self): - return self.get_headers().get('Content-Type') - - def set_ContentType(self,ContentType): - self.add_header('Content-Type',ContentType) - - def get_Language(self): - return self.get_path_params().get('Language') - - def set_Language(self,Language): - self.add_path_param('Language',Language) - - def get_VersionName(self): - return self.get_path_params().get('VersionName') - - def set_VersionName(self,VersionName): - self.add_path_param('VersionName',VersionName) - - def get_Accept(self): - return self.get_headers().get('Accept') - - def set_Accept(self,Accept): - self.add_header('Accept',Accept) \ No newline at end of file diff --git a/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/PutApiErrorMappingRequest.py b/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/PutApiErrorMappingRequest.py deleted file mode 100644 index 02d5e55691..0000000000 --- a/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/PutApiErrorMappingRequest.py +++ /dev/null @@ -1,74 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RoaRequest -class PutApiErrorMappingRequest(RoaRequest): - - def __init__(self): - RoaRequest.__init__(self, 'Acs', '2015-01-01', 'PutApiErrorMapping') - self.set_uri_pattern('/ErrorMapping/[ProductName]/[VersionName]/[ApiName]') - self.set_method('PUT') - - def get_ContentLength(self): - return self.get_headers().get('Content-Length') - - def set_ContentLength(self,ContentLength): - self.add_header('Content-Length',ContentLength) - - def get_BodyContent(self): - return self.get_body_params().get('BodyContent') - - def set_BodyContent(self,BodyContent): - self.add_body_params('BodyContent', BodyContent) - - def get_ApiName(self): - return self.get_path_params().get('ApiName') - - def set_ApiName(self,ApiName): - self.add_path_param('ApiName',ApiName) - - def get_ContentMD5(self): - return self.get_headers().get('Content-MD5') - - def set_ContentMD5(self,ContentMD5): - self.add_header('Content-MD5',ContentMD5) - - def get_ProductName(self): - return self.get_path_params().get('ProductName') - - def set_ProductName(self,ProductName): - self.add_path_param('ProductName',ProductName) - - def get_ContentType(self): - return self.get_headers().get('Content-Type') - - def set_ContentType(self,ContentType): - self.add_header('Content-Type',ContentType) - - def get_VersionName(self): - return self.get_path_params().get('VersionName') - - def set_VersionName(self,VersionName): - self.add_path_param('VersionName',VersionName) - - def get_Accept(self): - return self.get_headers().get('Accept') - - def set_Accept(self,Accept): - self.add_header('Accept',Accept) \ No newline at end of file diff --git a/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/PutApiGatedLaunchRequest.py b/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/PutApiGatedLaunchRequest.py deleted file mode 100644 index 6551ebb3fc..0000000000 --- a/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/PutApiGatedLaunchRequest.py +++ /dev/null @@ -1,50 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RoaRequest -class PutApiGatedLaunchRequest(RoaRequest): - - def __init__(self): - RoaRequest.__init__(self, 'Acs', '2015-01-01', 'PutApiGatedLaunch') - self.set_uri_pattern('/GatedLaunch/[ProductName]/[VersionName]/[ApiName]') - self.set_method('POST') - - def get_ApiName(self): - return self.get_path_params().get('ApiName') - - def set_ApiName(self,ApiName): - self.add_path_param('ApiName',ApiName) - - def get_ProductName(self): - return self.get_path_params().get('ProductName') - - def set_ProductName(self,ProductName): - self.add_path_param('ProductName',ProductName) - - def get_VersionName(self): - return self.get_path_params().get('VersionName') - - def set_VersionName(self,VersionName): - self.add_path_param('VersionName',VersionName) - - def get_Accept(self): - return self.get_headers().get('Accept') - - def set_Accept(self,Accept): - self.add_header('Accept',Accept) \ No newline at end of file diff --git a/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/PutApiNewRequest.py b/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/PutApiNewRequest.py deleted file mode 100644 index d56734f1d9..0000000000 --- a/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/PutApiNewRequest.py +++ /dev/null @@ -1,74 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RoaRequest -class PutApiNewRequest(RoaRequest): - - def __init__(self): - RoaRequest.__init__(self, 'Acs', '2015-01-01', 'PutApiNew') - self.set_uri_pattern('/[ProductName]/[VersionName]/[ApiName]?new') - self.set_method('PUT') - - def get_ContentLength(self): - return self.get_headers().get('Content-Length') - - def set_ContentLength(self,ContentLength): - self.add_header('Content-Length',ContentLength) - - def get_BodyContent(self): - return self.get_body_params().get('BodyContent') - - def set_BodyContent(self,BodyContent): - self.add_body_params('BodyContent', BodyContent) - - def get_ApiName(self): - return self.get_path_params().get('ApiName') - - def set_ApiName(self,ApiName): - self.add_path_param('ApiName',ApiName) - - def get_ContentMD5(self): - return self.get_headers().get('Content-MD5') - - def set_ContentMD5(self,ContentMD5): - self.add_header('Content-MD5',ContentMD5) - - def get_ProductName(self): - return self.get_path_params().get('ProductName') - - def set_ProductName(self,ProductName): - self.add_path_param('ProductName',ProductName) - - def get_ContentType(self): - return self.get_headers().get('Content-Type') - - def set_ContentType(self,ContentType): - self.add_header('Content-Type',ContentType) - - def get_VersionName(self): - return self.get_path_params().get('VersionName') - - def set_VersionName(self,VersionName): - self.add_path_param('VersionName',VersionName) - - def get_Accept(self): - return self.get_headers().get('Accept') - - def set_Accept(self,Accept): - self.add_header('Accept',Accept) \ No newline at end of file diff --git a/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/PutApiParametersRequest.py b/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/PutApiParametersRequest.py deleted file mode 100644 index f7dbf2adb3..0000000000 --- a/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/PutApiParametersRequest.py +++ /dev/null @@ -1,74 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RoaRequest -class PutApiParametersRequest(RoaRequest): - - def __init__(self): - RoaRequest.__init__(self, 'Acs', '2015-01-01', 'PutApiParameters') - self.set_uri_pattern('/Parameters/[ProductName]/[VersionName]/[ApiName]') - self.set_method('PUT') - - def get_ContentLength(self): - return self.get_headers().get('Content-Length') - - def set_ContentLength(self,ContentLength): - self.add_header('Content-Length',ContentLength) - - def get_BodyContent(self): - return self.get_body_params().get('BodyContent') - - def set_BodyContent(self,BodyContent): - self.add_body_params('BodyContent', BodyContent) - - def get_ApiName(self): - return self.get_path_params().get('ApiName') - - def set_ApiName(self,ApiName): - self.add_path_param('ApiName',ApiName) - - def get_ContentMD5(self): - return self.get_headers().get('Content-MD5') - - def set_ContentMD5(self,ContentMD5): - self.add_header('Content-MD5',ContentMD5) - - def get_ProductName(self): - return self.get_path_params().get('ProductName') - - def set_ProductName(self,ProductName): - self.add_path_param('ProductName',ProductName) - - def get_ContentType(self): - return self.get_headers().get('Content-Type') - - def set_ContentType(self,ContentType): - self.add_header('Content-Type',ContentType) - - def get_VersionName(self): - return self.get_path_params().get('VersionName') - - def set_VersionName(self,VersionName): - self.add_path_param('VersionName',VersionName) - - def get_Accept(self): - return self.get_headers().get('Accept') - - def set_Accept(self,Accept): - self.add_header('Accept',Accept) \ No newline at end of file diff --git a/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/PutApiReleaseRequest.py b/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/PutApiReleaseRequest.py deleted file mode 100644 index a2f6de4879..0000000000 --- a/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/PutApiReleaseRequest.py +++ /dev/null @@ -1,74 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RoaRequest -class PutApiReleaseRequest(RoaRequest): - - def __init__(self): - RoaRequest.__init__(self, 'Acs', '2015-01-01', 'PutApiRelease') - self.set_uri_pattern('/Release/[ProductName]/[VersionName]/[ApiName]') - self.set_method('PUT') - - def get_ContentLength(self): - return self.get_headers().get('Content-Length') - - def set_ContentLength(self,ContentLength): - self.add_header('Content-Length',ContentLength) - - def get_BodyContent(self): - return self.get_body_params().get('BodyContent') - - def set_BodyContent(self,BodyContent): - self.add_body_params('BodyContent', BodyContent) - - def get_ApiName(self): - return self.get_path_params().get('ApiName') - - def set_ApiName(self,ApiName): - self.add_path_param('ApiName',ApiName) - - def get_ContentMD5(self): - return self.get_headers().get('Content-MD5') - - def set_ContentMD5(self,ContentMD5): - self.add_header('Content-MD5',ContentMD5) - - def get_ProductName(self): - return self.get_path_params().get('ProductName') - - def set_ProductName(self,ProductName): - self.add_path_param('ProductName',ProductName) - - def get_ContentType(self): - return self.get_headers().get('Content-Type') - - def set_ContentType(self,ContentType): - self.add_header('Content-Type',ContentType) - - def get_VersionName(self): - return self.get_path_params().get('VersionName') - - def set_VersionName(self,VersionName): - self.add_path_param('VersionName',VersionName) - - def get_Accept(self): - return self.get_headers().get('Accept') - - def set_Accept(self,Accept): - self.add_header('Accept',Accept) \ No newline at end of file diff --git a/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/PutApiRequest.py b/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/PutApiRequest.py deleted file mode 100644 index 0baf35ae1e..0000000000 --- a/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/PutApiRequest.py +++ /dev/null @@ -1,74 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RoaRequest -class PutApiRequest(RoaRequest): - - def __init__(self): - RoaRequest.__init__(self, 'Acs', '2015-01-01', 'PutApi') - self.set_uri_pattern('/Api/[ProductName]/[VersionName]/[ApiName]') - self.set_method('PUT') - - def get_ContentLength(self): - return self.get_headers().get('Content-Length') - - def set_ContentLength(self,ContentLength): - self.add_header('Content-Length',ContentLength) - - def get_BodyContent(self): - return self.get_body_params().get('BodyContent') - - def set_BodyContent(self,BodyContent): - self.add_body_params('BodyContent', BodyContent) - - def get_ApiName(self): - return self.get_path_params().get('ApiName') - - def set_ApiName(self,ApiName): - self.add_path_param('ApiName',ApiName) - - def get_ContentMD5(self): - return self.get_headers().get('Content-MD5') - - def set_ContentMD5(self,ContentMD5): - self.add_header('Content-MD5',ContentMD5) - - def get_ProductName(self): - return self.get_path_params().get('ProductName') - - def set_ProductName(self,ProductName): - self.add_path_param('ProductName',ProductName) - - def get_ContentType(self): - return self.get_headers().get('Content-Type') - - def set_ContentType(self,ContentType): - self.add_header('Content-Type',ContentType) - - def get_VersionName(self): - return self.get_path_params().get('VersionName') - - def set_VersionName(self,VersionName): - self.add_path_param('VersionName',VersionName) - - def get_Accept(self): - return self.get_headers().get('Accept') - - def set_Accept(self,Accept): - self.add_header('Accept',Accept) \ No newline at end of file diff --git a/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/PutApiResultMappingRequest.py b/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/PutApiResultMappingRequest.py deleted file mode 100644 index 1e57b4d087..0000000000 --- a/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/PutApiResultMappingRequest.py +++ /dev/null @@ -1,74 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RoaRequest -class PutApiResultMappingRequest(RoaRequest): - - def __init__(self): - RoaRequest.__init__(self, 'Acs', '2015-01-01', 'PutApiResultMapping') - self.set_uri_pattern('/ResultMapping/[ProductName]/[VersionName]/[ApiName]') - self.set_method('PUT') - - def get_ContentLength(self): - return self.get_headers().get('Content-Length') - - def set_ContentLength(self,ContentLength): - self.add_header('Content-Length',ContentLength) - - def get_BodyContent(self): - return self.get_body_params().get('BodyContent') - - def set_BodyContent(self,BodyContent): - self.add_body_params('BodyContent', BodyContent) - - def get_ApiName(self): - return self.get_path_params().get('ApiName') - - def set_ApiName(self,ApiName): - self.add_path_param('ApiName',ApiName) - - def get_ContentMD5(self): - return self.get_headers().get('Content-MD5') - - def set_ContentMD5(self,ContentMD5): - self.add_header('Content-MD5',ContentMD5) - - def get_ProductName(self): - return self.get_path_params().get('ProductName') - - def set_ProductName(self,ProductName): - self.add_path_param('ProductName',ProductName) - - def get_ContentType(self): - return self.get_headers().get('Content-Type') - - def set_ContentType(self,ContentType): - self.add_header('Content-Type',ContentType) - - def get_VersionName(self): - return self.get_path_params().get('VersionName') - - def set_VersionName(self,VersionName): - self.add_path_param('VersionName',VersionName) - - def get_Accept(self): - return self.get_headers().get('Accept') - - def set_Accept(self,Accept): - self.add_header('Accept',Accept) \ No newline at end of file diff --git a/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/PutApiRollbackRequest.py b/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/PutApiRollbackRequest.py deleted file mode 100644 index f0f380b7f5..0000000000 --- a/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/PutApiRollbackRequest.py +++ /dev/null @@ -1,80 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RoaRequest -class PutApiRollbackRequest(RoaRequest): - - def __init__(self): - RoaRequest.__init__(self, 'Acs', '2015-01-01', 'PutApiRollback') - self.set_uri_pattern('/Rollback/[ProductName]/[VersionName]/[ApiName]') - self.set_method('PUT') - - def get_ContentLength(self): - return self.get_headers().get('Content-Length') - - def set_ContentLength(self,ContentLength): - self.add_header('Content-Length',ContentLength) - - def get_BodyContent(self): - return self.get_body_params().get('BodyContent') - - def set_BodyContent(self,BodyContent): - self.add_body_params('BodyContent', BodyContent) - - def get_ApiName(self): - return self.get_path_params().get('ApiName') - - def set_ApiName(self,ApiName): - self.add_path_param('ApiName',ApiName) - - def get_ContentMD5(self): - return self.get_headers().get('Content-MD5') - - def set_ContentMD5(self,ContentMD5): - self.add_header('Content-MD5',ContentMD5) - - def get_BackupId(self): - return self.get_query_params().get('BackupId') - - def set_BackupId(self,BackupId): - self.add_query_param('BackupId',BackupId) - - def get_ProductName(self): - return self.get_path_params().get('ProductName') - - def set_ProductName(self,ProductName): - self.add_path_param('ProductName',ProductName) - - def get_ContentType(self): - return self.get_headers().get('Content-Type') - - def set_ContentType(self,ContentType): - self.add_header('Content-Type',ContentType) - - def get_VersionName(self): - return self.get_path_params().get('VersionName') - - def set_VersionName(self,VersionName): - self.add_path_param('VersionName',VersionName) - - def get_Accept(self): - return self.get_headers().get('Accept') - - def set_Accept(self,Accept): - self.add_header('Accept',Accept) \ No newline at end of file diff --git a/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/PutApiStatusRequest.py b/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/PutApiStatusRequest.py deleted file mode 100644 index c7ec76bad7..0000000000 --- a/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/PutApiStatusRequest.py +++ /dev/null @@ -1,74 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RoaRequest -class PutApiStatusRequest(RoaRequest): - - def __init__(self): - RoaRequest.__init__(self, 'Acs', '2015-01-01', 'PutApiStatus') - self.set_uri_pattern('/Status/[ProductName]/[VersionName]/[ApiName]') - self.set_method('PUT') - - def get_ContentLength(self): - return self.get_headers().get('Content-Length') - - def set_ContentLength(self,ContentLength): - self.add_header('Content-Length',ContentLength) - - def get_ApiName(self): - return self.get_path_params().get('ApiName') - - def set_ApiName(self,ApiName): - self.add_path_param('ApiName',ApiName) - - def get_ContentMD5(self): - return self.get_headers().get('Content-MD5') - - def set_ContentMD5(self,ContentMD5): - self.add_header('Content-MD5',ContentMD5) - - def get_ProductName(self): - return self.get_path_params().get('ProductName') - - def set_ProductName(self,ProductName): - self.add_path_param('ProductName',ProductName) - - def get_ContentType(self): - return self.get_headers().get('Content-Type') - - def set_ContentType(self,ContentType): - self.add_header('Content-Type',ContentType) - - def get_VersionName(self): - return self.get_path_params().get('VersionName') - - def set_VersionName(self,VersionName): - self.add_path_param('VersionName',VersionName) - - def get_Accept(self): - return self.get_headers().get('Accept') - - def set_Accept(self,Accept): - self.add_header('Accept',Accept) - - def get_Status(self): - return self.get_query_params().get('Status') - - def set_Status(self,Status): - self.add_query_param('Status',Status) \ No newline at end of file diff --git a/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/PutApiVisibilityRequest.py b/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/PutApiVisibilityRequest.py deleted file mode 100644 index 2d24f0d46e..0000000000 --- a/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/PutApiVisibilityRequest.py +++ /dev/null @@ -1,56 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RoaRequest -class PutApiVisibilityRequest(RoaRequest): - - def __init__(self): - RoaRequest.__init__(self, 'Acs', '2015-01-01', 'PutApiVisibility') - self.set_uri_pattern('/ApiVisibility/[ProductName]/[VersionName]/[ApiName]') - self.set_method('PUT') - - def get_BodyContent(self): - return self.get_body_params().get('BodyContent') - - def set_BodyContent(self,BodyContent): - self.add_body_params('BodyContent', BodyContent) - - def get_ApiName(self): - return self.get_path_params().get('ApiName') - - def set_ApiName(self,ApiName): - self.add_path_param('ApiName',ApiName) - - def get_ProductName(self): - return self.get_path_params().get('ProductName') - - def set_ProductName(self,ProductName): - self.add_path_param('ProductName',ProductName) - - def get_VersionName(self): - return self.get_path_params().get('VersionName') - - def set_VersionName(self,VersionName): - self.add_path_param('VersionName',VersionName) - - def get_Accept(self): - return self.get_headers().get('Accept') - - def set_Accept(self,Accept): - self.add_header('Accept',Accept) \ No newline at end of file diff --git a/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/PutConfigRequest.py b/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/PutConfigRequest.py deleted file mode 100644 index e46773a094..0000000000 --- a/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/PutConfigRequest.py +++ /dev/null @@ -1,56 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RoaRequest -class PutConfigRequest(RoaRequest): - - def __init__(self): - RoaRequest.__init__(self, 'Acs', '2015-01-01', 'PutConfig') - self.set_uri_pattern('/PopConfig') - self.set_method('PUT') - - def get_ContentLength(self): - return self.get_headers().get('Content-Length') - - def set_ContentLength(self,ContentLength): - self.add_header('Content-Length',ContentLength) - - def get_BodyContent(self): - return self.get_body_params().get('BodyContent') - - def set_BodyContent(self,BodyContent): - self.add_body_params('BodyContent', BodyContent) - - def get_ContentMD5(self): - return self.get_headers().get('Content-MD5') - - def set_ContentMD5(self,ContentMD5): - self.add_header('Content-MD5',ContentMD5) - - def get_ContentType(self): - return self.get_headers().get('Content-Type') - - def set_ContentType(self,ContentType): - self.add_header('Content-Type',ContentType) - - def get_Accept(self): - return self.get_headers().get('Accept') - - def set_Accept(self,Accept): - self.add_header('Accept',Accept) \ No newline at end of file diff --git a/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/PutControlPolicyRequest.py b/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/PutControlPolicyRequest.py deleted file mode 100644 index 0e15c0705d..0000000000 --- a/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/PutControlPolicyRequest.py +++ /dev/null @@ -1,56 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RoaRequest -class PutControlPolicyRequest(RoaRequest): - - def __init__(self): - RoaRequest.__init__(self, 'Acs', '2015-01-01', 'PutControlPolicy') - self.set_uri_pattern('/ControlPolicy') - self.set_method('PUT') - - def get_ContentLength(self): - return self.get_headers().get('Content-Length') - - def set_ContentLength(self,ContentLength): - self.add_header('Content-Length',ContentLength) - - def get_BodyContent(self): - return self.get_body_params().get('BodyContent') - - def set_BodyContent(self,BodyContent): - self.add_body_params('BodyContent', BodyContent) - - def get_ContentMD5(self): - return self.get_headers().get('Content-MD5') - - def set_ContentMD5(self,ContentMD5): - self.add_header('Content-MD5',ContentMD5) - - def get_ContentType(self): - return self.get_headers().get('Content-Type') - - def set_ContentType(self,ContentType): - self.add_header('Content-Type',ContentType) - - def get_Accept(self): - return self.get_headers().get('Accept') - - def set_Accept(self,Accept): - self.add_header('Accept',Accept) \ No newline at end of file diff --git a/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/PutDocTagRequest.py b/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/PutDocTagRequest.py deleted file mode 100644 index c0b8e8e2ef..0000000000 --- a/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/PutDocTagRequest.py +++ /dev/null @@ -1,74 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RoaRequest -class PutDocTagRequest(RoaRequest): - - def __init__(self): - RoaRequest.__init__(self, 'Acs', '2015-01-01', 'PutDocTag') - self.set_uri_pattern('/DocTag/[Product]/[TagId]/[Language]') - self.set_method('PUT') - - def get_ContentLength(self): - return self.get_headers().get('Content-Length') - - def set_ContentLength(self,ContentLength): - self.add_header('Content-Length',ContentLength) - - def get_Product(self): - return self.get_path_params().get('Product') - - def set_Product(self,Product): - self.add_path_param('Product',Product) - - def get_BodyContent(self): - return self.get_body_params().get('BodyContent') - - def set_BodyContent(self,BodyContent): - self.add_body_params('BodyContent', BodyContent) - - def get_TagId(self): - return self.get_path_params().get('TagId') - - def set_TagId(self,TagId): - self.add_path_param('TagId',TagId) - - def get_ContentMD5(self): - return self.get_headers().get('Content-MD5') - - def set_ContentMD5(self,ContentMD5): - self.add_header('Content-MD5',ContentMD5) - - def get_ContentType(self): - return self.get_headers().get('Content-Type') - - def set_ContentType(self,ContentType): - self.add_header('Content-Type',ContentType) - - def get_Language(self): - return self.get_path_params().get('Language') - - def set_Language(self,Language): - self.add_path_param('Language',Language) - - def get_Accept(self): - return self.get_headers().get('Accept') - - def set_Accept(self,Accept): - self.add_header('Accept',Accept) \ No newline at end of file diff --git a/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/PutFlowControlRequest.py b/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/PutFlowControlRequest.py index a0340c17b0..be55fdb996 100644 --- a/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/PutFlowControlRequest.py +++ b/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/PutFlowControlRequest.py @@ -18,6 +18,7 @@ # under the License. from aliyunsdkcore.request import RoaRequest + class PutFlowControlRequest(RoaRequest): def __init__(self): diff --git a/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/PutFlowSpecialRequest.py b/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/PutFlowSpecialRequest.py deleted file mode 100644 index 891aa811c2..0000000000 --- a/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/PutFlowSpecialRequest.py +++ /dev/null @@ -1,56 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RoaRequest -class PutFlowSpecialRequest(RoaRequest): - - def __init__(self): - RoaRequest.__init__(self, 'Acs', '2015-01-01', 'PutFlowSpecial') - self.set_uri_pattern('/FlowSpecial') - self.set_method('PUT') - - def get_ContentLength(self): - return self.get_headers().get('Content-Length') - - def set_ContentLength(self,ContentLength): - self.add_header('Content-Length',ContentLength) - - def get_BodyContent(self): - return self.get_body_params().get('BodyContent') - - def set_BodyContent(self,BodyContent): - self.add_body_params('BodyContent', BodyContent) - - def get_ContentMD5(self): - return self.get_headers().get('Content-MD5') - - def set_ContentMD5(self,ContentMD5): - self.add_header('Content-MD5',ContentMD5) - - def get_ContentType(self): - return self.get_headers().get('Content-Type') - - def set_ContentType(self,ContentType): - self.add_header('Content-Type',ContentType) - - def get_Accept(self): - return self.get_headers().get('Accept') - - def set_Accept(self,Accept): - self.add_header('Accept',Accept) \ No newline at end of file diff --git a/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/PutGatedLaunchPolicyRequest.py b/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/PutGatedLaunchPolicyRequest.py deleted file mode 100644 index 6f43f20fe2..0000000000 --- a/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/PutGatedLaunchPolicyRequest.py +++ /dev/null @@ -1,56 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RoaRequest -class PutGatedLaunchPolicyRequest(RoaRequest): - - def __init__(self): - RoaRequest.__init__(self, 'Acs', '2015-01-01', 'PutGatedLaunchPolicy') - self.set_uri_pattern('/GatedLaunchPolicy') - self.set_method('PUT') - - def get_ContentLength(self): - return self.get_headers().get('Content-Length') - - def set_ContentLength(self,ContentLength): - self.add_header('Content-Length',ContentLength) - - def get_BodyContent(self): - return self.get_body_params().get('BodyContent') - - def set_BodyContent(self,BodyContent): - self.add_body_params('BodyContent', BodyContent) - - def get_ContentMD5(self): - return self.get_headers().get('Content-MD5') - - def set_ContentMD5(self,ContentMD5): - self.add_header('Content-MD5',ContentMD5) - - def get_ContentType(self): - return self.get_headers().get('Content-Type') - - def set_ContentType(self,ContentType): - self.add_header('Content-Type',ContentType) - - def get_Accept(self): - return self.get_headers().get('Accept') - - def set_Accept(self,Accept): - self.add_header('Accept',Accept) \ No newline at end of file diff --git a/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/PutGlobalErrorMappingRequest.py b/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/PutGlobalErrorMappingRequest.py deleted file mode 100644 index 13fc1f40c8..0000000000 --- a/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/PutGlobalErrorMappingRequest.py +++ /dev/null @@ -1,56 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RoaRequest -class PutGlobalErrorMappingRequest(RoaRequest): - - def __init__(self): - RoaRequest.__init__(self, 'Acs', '2015-01-01', 'PutGlobalErrorMapping') - self.set_uri_pattern('/ErrorMapping') - self.set_method('PUT') - - def get_ContentLength(self): - return self.get_headers().get('Content-Length') - - def set_ContentLength(self,ContentLength): - self.add_header('Content-Length',ContentLength) - - def get_BodyContent(self): - return self.get_body_params().get('BodyContent') - - def set_BodyContent(self,BodyContent): - self.add_body_params('BodyContent', BodyContent) - - def get_ContentMD5(self): - return self.get_headers().get('Content-MD5') - - def set_ContentMD5(self,ContentMD5): - self.add_header('Content-MD5',ContentMD5) - - def get_ContentType(self): - return self.get_headers().get('Content-Type') - - def set_ContentType(self,ContentType): - self.add_header('Content-Type',ContentType) - - def get_Accept(self): - return self.get_headers().get('Accept') - - def set_Accept(self,Accept): - self.add_header('Accept',Accept) \ No newline at end of file diff --git a/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/PutPolicyRequest.py b/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/PutPolicyRequest.py deleted file mode 100644 index 0bcada638b..0000000000 --- a/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/PutPolicyRequest.py +++ /dev/null @@ -1,56 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RoaRequest -class PutPolicyRequest(RoaRequest): - - def __init__(self): - RoaRequest.__init__(self, 'Acs', '2015-01-01', 'PutPolicy') - self.set_uri_pattern('/Policy') - self.set_method('PUT') - - def get_ContentLength(self): - return self.get_headers().get('Content-Length') - - def set_ContentLength(self,ContentLength): - self.add_header('Content-Length',ContentLength) - - def get_BodyContent(self): - return self.get_body_params().get('BodyContent') - - def set_BodyContent(self,BodyContent): - self.add_body_params('BodyContent', BodyContent) - - def get_ContentMD5(self): - return self.get_headers().get('Content-MD5') - - def set_ContentMD5(self,ContentMD5): - self.add_header('Content-MD5',ContentMD5) - - def get_ContentType(self): - return self.get_headers().get('Content-Type') - - def set_ContentType(self,ContentType): - self.add_header('Content-Type',ContentType) - - def get_Accept(self): - return self.get_headers().get('Accept') - - def set_Accept(self,Accept): - self.add_header('Accept',Accept) \ No newline at end of file diff --git a/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/PutProductDocRequest.py b/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/PutProductDocRequest.py deleted file mode 100644 index d47e750768..0000000000 --- a/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/PutProductDocRequest.py +++ /dev/null @@ -1,68 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RoaRequest -class PutProductDocRequest(RoaRequest): - - def __init__(self): - RoaRequest.__init__(self, 'Acs', '2015-01-01', 'PutProductDoc') - self.set_uri_pattern('/ProductDoc/[ProductName]/[Language]') - self.set_method('PUT') - - def get_ContentLength(self): - return self.get_headers().get('Content-Length') - - def set_ContentLength(self,ContentLength): - self.add_header('Content-Length',ContentLength) - - def get_BodyContent(self): - return self.get_body_params().get('BodyContent') - - def set_BodyContent(self,BodyContent): - self.add_body_params('BodyContent', BodyContent) - - def get_ContentMD5(self): - return self.get_headers().get('Content-MD5') - - def set_ContentMD5(self,ContentMD5): - self.add_header('Content-MD5',ContentMD5) - - def get_ProductName(self): - return self.get_path_params().get('ProductName') - - def set_ProductName(self,ProductName): - self.add_path_param('ProductName',ProductName) - - def get_ContentType(self): - return self.get_headers().get('Content-Type') - - def set_ContentType(self,ContentType): - self.add_header('Content-Type',ContentType) - - def get_Language(self): - return self.get_path_params().get('Language') - - def set_Language(self,Language): - self.add_path_param('Language',Language) - - def get_Accept(self): - return self.get_headers().get('Accept') - - def set_Accept(self,Accept): - self.add_header('Accept',Accept) \ No newline at end of file diff --git a/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/PutProductDocumentRequest.py b/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/PutProductDocumentRequest.py deleted file mode 100644 index b096b33f11..0000000000 --- a/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/PutProductDocumentRequest.py +++ /dev/null @@ -1,74 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RoaRequest -class PutProductDocumentRequest(RoaRequest): - - def __init__(self): - RoaRequest.__init__(self, 'Acs', '2015-01-01', 'PutProductDocument') - self.set_uri_pattern('/ProductDocument/[ProductName]/[Language]/[Site]') - self.set_method('PUT') - - def get_ContentLength(self): - return self.get_headers().get('Content-Length') - - def set_ContentLength(self,ContentLength): - self.add_header('Content-Length',ContentLength) - - def get_BodyContent(self): - return self.get_body_params().get('BodyContent') - - def set_BodyContent(self,BodyContent): - self.add_body_params('BodyContent', BodyContent) - - def get_Site(self): - return self.get_path_params().get('Site') - - def set_Site(self,Site): - self.add_path_param('Site',Site) - - def get_ContentMD5(self): - return self.get_headers().get('Content-MD5') - - def set_ContentMD5(self,ContentMD5): - self.add_header('Content-MD5',ContentMD5) - - def get_ProductName(self): - return self.get_path_params().get('ProductName') - - def set_ProductName(self,ProductName): - self.add_path_param('ProductName',ProductName) - - def get_ContentType(self): - return self.get_headers().get('Content-Type') - - def set_ContentType(self,ContentType): - self.add_header('Content-Type',ContentType) - - def get_Language(self): - return self.get_path_params().get('Language') - - def set_Language(self,Language): - self.add_path_param('Language',Language) - - def get_Accept(self): - return self.get_headers().get('Accept') - - def set_Accept(self,Accept): - self.add_header('Accept',Accept) \ No newline at end of file diff --git a/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/PutProductRequest.py b/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/PutProductRequest.py deleted file mode 100644 index 59981472d4..0000000000 --- a/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/PutProductRequest.py +++ /dev/null @@ -1,62 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RoaRequest -class PutProductRequest(RoaRequest): - - def __init__(self): - RoaRequest.__init__(self, 'Acs', '2015-01-01', 'PutProduct') - self.set_uri_pattern('/Product/[ProductName]') - self.set_method('PUT') - - def get_ContentLength(self): - return self.get_headers().get('Content-Length') - - def set_ContentLength(self,ContentLength): - self.add_header('Content-Length',ContentLength) - - def get_BodyContent(self): - return self.get_body_params().get('BodyContent') - - def set_BodyContent(self,BodyContent): - self.add_body_params('BodyContent', BodyContent) - - def get_ContentMD5(self): - return self.get_headers().get('Content-MD5') - - def set_ContentMD5(self,ContentMD5): - self.add_header('Content-MD5',ContentMD5) - - def get_ProductName(self): - return self.get_path_params().get('ProductName') - - def set_ProductName(self,ProductName): - self.add_path_param('ProductName',ProductName) - - def get_ContentType(self): - return self.get_headers().get('Content-Type') - - def set_ContentType(self,ContentType): - self.add_header('Content-Type',ContentType) - - def get_Accept(self): - return self.get_headers().get('Accept') - - def set_Accept(self,Accept): - self.add_header('Accept',Accept) \ No newline at end of file diff --git a/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/PutSecretKeyRequest.py b/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/PutSecretKeyRequest.py deleted file mode 100644 index f9bd224ce0..0000000000 --- a/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/PutSecretKeyRequest.py +++ /dev/null @@ -1,56 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RoaRequest -class PutSecretKeyRequest(RoaRequest): - - def __init__(self): - RoaRequest.__init__(self, 'Acs', '2015-01-01', 'PutSecretKey') - self.set_uri_pattern('/SecretKey') - self.set_method('PUT') - - def get_ContentLength(self): - return self.get_headers().get('Content-Length') - - def set_ContentLength(self,ContentLength): - self.add_header('Content-Length',ContentLength) - - def get_BodyContent(self): - return self.get_body_params().get('BodyContent') - - def set_BodyContent(self,BodyContent): - self.add_body_params('BodyContent', BodyContent) - - def get_ContentMD5(self): - return self.get_headers().get('Content-MD5') - - def set_ContentMD5(self,ContentMD5): - self.add_header('Content-MD5',ContentMD5) - - def get_ContentType(self): - return self.get_headers().get('Content-Type') - - def set_ContentType(self,ContentType): - self.add_header('Content-Type',ContentType) - - def get_Accept(self): - return self.get_headers().get('Accept') - - def set_Accept(self,Accept): - self.add_header('Accept',Accept) \ No newline at end of file diff --git a/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/PutSystemMetaRequest.py b/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/PutSystemMetaRequest.py deleted file mode 100644 index 519ee61d98..0000000000 --- a/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/PutSystemMetaRequest.py +++ /dev/null @@ -1,56 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RoaRequest -class PutSystemMetaRequest(RoaRequest): - - def __init__(self): - RoaRequest.__init__(self, 'Acs', '2015-01-01', 'PutSystemMeta') - self.set_uri_pattern('/PopSystemMeta') - self.set_method('PUT') - - def get_ContentLength(self): - return self.get_headers().get('Content-Length') - - def set_ContentLength(self,ContentLength): - self.add_header('Content-Length',ContentLength) - - def get_BodyContent(self): - return self.get_body_params().get('BodyContent') - - def set_BodyContent(self,BodyContent): - self.add_body_params('BodyContent', BodyContent) - - def get_ContentMD5(self): - return self.get_headers().get('Content-MD5') - - def set_ContentMD5(self,ContentMD5): - self.add_header('Content-MD5',ContentMD5) - - def get_ContentType(self): - return self.get_headers().get('Content-Type') - - def set_ContentType(self,ContentType): - self.add_header('Content-Type',ContentType) - - def get_Accept(self): - return self.get_headers().get('Accept') - - def set_Accept(self,Accept): - self.add_header('Accept',Accept) \ No newline at end of file diff --git a/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/PutVersionDocRequest.py b/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/PutVersionDocRequest.py deleted file mode 100644 index cf90c8b87e..0000000000 --- a/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/PutVersionDocRequest.py +++ /dev/null @@ -1,74 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RoaRequest -class PutVersionDocRequest(RoaRequest): - - def __init__(self): - RoaRequest.__init__(self, 'Acs', '2015-01-01', 'PutVersionDoc') - self.set_uri_pattern('/VersionDoc/[ProductName]/[VersionName]/[Language]') - self.set_method('PUT') - - def get_ContentLength(self): - return self.get_headers().get('Content-Length') - - def set_ContentLength(self,ContentLength): - self.add_header('Content-Length',ContentLength) - - def get_BodyContent(self): - return self.get_body_params().get('BodyContent') - - def set_BodyContent(self,BodyContent): - self.add_body_params('BodyContent', BodyContent) - - def get_ContentMD5(self): - return self.get_headers().get('Content-MD5') - - def set_ContentMD5(self,ContentMD5): - self.add_header('Content-MD5',ContentMD5) - - def get_ProductName(self): - return self.get_path_params().get('ProductName') - - def set_ProductName(self,ProductName): - self.add_path_param('ProductName',ProductName) - - def get_ContentType(self): - return self.get_headers().get('Content-Type') - - def set_ContentType(self,ContentType): - self.add_header('Content-Type',ContentType) - - def get_Language(self): - return self.get_path_params().get('Language') - - def set_Language(self,Language): - self.add_path_param('Language',Language) - - def get_VersionName(self): - return self.get_path_params().get('VersionName') - - def set_VersionName(self,VersionName): - self.add_path_param('VersionName',VersionName) - - def get_Accept(self): - return self.get_headers().get('Accept') - - def set_Accept(self,Accept): - self.add_header('Accept',Accept) \ No newline at end of file diff --git a/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/PutVersionDocumentRequest.py b/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/PutVersionDocumentRequest.py deleted file mode 100644 index bc1b405077..0000000000 --- a/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/PutVersionDocumentRequest.py +++ /dev/null @@ -1,80 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RoaRequest -class PutVersionDocumentRequest(RoaRequest): - - def __init__(self): - RoaRequest.__init__(self, 'Acs', '2015-01-01', 'PutVersionDocument') - self.set_uri_pattern('/VersionDocument/[ProductName]/[VersionName]/[Language]/[Site]') - self.set_method('PUT') - - def get_ContentLength(self): - return self.get_headers().get('Content-Length') - - def set_ContentLength(self,ContentLength): - self.add_header('Content-Length',ContentLength) - - def get_BodyContent(self): - return self.get_body_params().get('BodyContent') - - def set_BodyContent(self,BodyContent): - self.add_body_params('BodyContent', BodyContent) - - def get_Site(self): - return self.get_path_params().get('Site') - - def set_Site(self,Site): - self.add_path_param('Site',Site) - - def get_ContentMD5(self): - return self.get_headers().get('Content-MD5') - - def set_ContentMD5(self,ContentMD5): - self.add_header('Content-MD5',ContentMD5) - - def get_ProductName(self): - return self.get_path_params().get('ProductName') - - def set_ProductName(self,ProductName): - self.add_path_param('ProductName',ProductName) - - def get_ContentType(self): - return self.get_headers().get('Content-Type') - - def set_ContentType(self,ContentType): - self.add_header('Content-Type',ContentType) - - def get_Language(self): - return self.get_path_params().get('Language') - - def set_Language(self,Language): - self.add_path_param('Language',Language) - - def get_VersionName(self): - return self.get_path_params().get('VersionName') - - def set_VersionName(self,VersionName): - self.add_path_param('VersionName',VersionName) - - def get_Accept(self): - return self.get_headers().get('Accept') - - def set_Accept(self,Accept): - self.add_header('Accept',Accept) \ No newline at end of file diff --git a/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/PutVersionErrorMappingRequest.py b/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/PutVersionErrorMappingRequest.py deleted file mode 100644 index 3eecfe96e9..0000000000 --- a/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/PutVersionErrorMappingRequest.py +++ /dev/null @@ -1,68 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RoaRequest -class PutVersionErrorMappingRequest(RoaRequest): - - def __init__(self): - RoaRequest.__init__(self, 'Acs', '2015-01-01', 'PutVersionErrorMapping') - self.set_uri_pattern('/ErrorMapping/[ProductName]/[VersionName]') - self.set_method('PUT') - - def get_ContentLength(self): - return self.get_headers().get('Content-Length') - - def set_ContentLength(self,ContentLength): - self.add_header('Content-Length',ContentLength) - - def get_BodyContent(self): - return self.get_body_params().get('BodyContent') - - def set_BodyContent(self,BodyContent): - self.add_body_params('BodyContent', BodyContent) - - def get_ContentMD5(self): - return self.get_headers().get('Content-MD5') - - def set_ContentMD5(self,ContentMD5): - self.add_header('Content-MD5',ContentMD5) - - def get_ProductName(self): - return self.get_path_params().get('ProductName') - - def set_ProductName(self,ProductName): - self.add_path_param('ProductName',ProductName) - - def get_ContentType(self): - return self.get_headers().get('Content-Type') - - def set_ContentType(self,ContentType): - self.add_header('Content-Type',ContentType) - - def get_VersionName(self): - return self.get_path_params().get('VersionName') - - def set_VersionName(self,VersionName): - self.add_path_param('VersionName',VersionName) - - def get_Accept(self): - return self.get_headers().get('Accept') - - def set_Accept(self,Accept): - self.add_header('Accept',Accept) \ No newline at end of file diff --git a/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/PutVersionParametersRequest.py b/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/PutVersionParametersRequest.py deleted file mode 100644 index 65af736409..0000000000 --- a/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/PutVersionParametersRequest.py +++ /dev/null @@ -1,68 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RoaRequest -class PutVersionParametersRequest(RoaRequest): - - def __init__(self): - RoaRequest.__init__(self, 'Acs', '2015-01-01', 'PutVersionParameters') - self.set_uri_pattern('/Parameters/[ProductName]/[VersionName]') - self.set_method('PUT') - - def get_ContentLength(self): - return self.get_headers().get('Content-Length') - - def set_ContentLength(self,ContentLength): - self.add_header('Content-Length',ContentLength) - - def get_BodyContent(self): - return self.get_body_params().get('BodyContent') - - def set_BodyContent(self,BodyContent): - self.add_body_params('BodyContent', BodyContent) - - def get_ContentMD5(self): - return self.get_headers().get('Content-MD5') - - def set_ContentMD5(self,ContentMD5): - self.add_header('Content-MD5',ContentMD5) - - def get_ProductName(self): - return self.get_path_params().get('ProductName') - - def set_ProductName(self,ProductName): - self.add_path_param('ProductName',ProductName) - - def get_ContentType(self): - return self.get_headers().get('Content-Type') - - def set_ContentType(self,ContentType): - self.add_header('Content-Type',ContentType) - - def get_VersionName(self): - return self.get_path_params().get('VersionName') - - def set_VersionName(self,VersionName): - self.add_path_param('VersionName',VersionName) - - def get_Accept(self): - return self.get_headers().get('Accept') - - def set_Accept(self,Accept): - self.add_header('Accept',Accept) \ No newline at end of file diff --git a/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/PutVersionRequest.py b/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/PutVersionRequest.py deleted file mode 100644 index 7b97d7f373..0000000000 --- a/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/PutVersionRequest.py +++ /dev/null @@ -1,68 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RoaRequest -class PutVersionRequest(RoaRequest): - - def __init__(self): - RoaRequest.__init__(self, 'Acs', '2015-01-01', 'PutVersion') - self.set_uri_pattern('/Version/[ProductName]/[VersionName]') - self.set_method('PUT') - - def get_ContentLength(self): - return self.get_headers().get('Content-Length') - - def set_ContentLength(self,ContentLength): - self.add_header('Content-Length',ContentLength) - - def get_BodyContent(self): - return self.get_body_params().get('BodyContent') - - def set_BodyContent(self,BodyContent): - self.add_body_params('BodyContent', BodyContent) - - def get_ContentMD5(self): - return self.get_headers().get('Content-MD5') - - def set_ContentMD5(self,ContentMD5): - self.add_header('Content-MD5',ContentMD5) - - def get_ProductName(self): - return self.get_path_params().get('ProductName') - - def set_ProductName(self,ProductName): - self.add_path_param('ProductName',ProductName) - - def get_ContentType(self): - return self.get_headers().get('Content-Type') - - def set_ContentType(self,ContentType): - self.add_header('Content-Type',ContentType) - - def get_VersionName(self): - return self.get_path_params().get('VersionName') - - def set_VersionName(self,VersionName): - self.add_path_param('VersionName',VersionName) - - def get_Accept(self): - return self.get_headers().get('Accept') - - def set_Accept(self,Accept): - self.add_header('Accept',Accept) \ No newline at end of file diff --git a/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/ReleaseApiDocRequest.py b/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/ReleaseApiDocRequest.py deleted file mode 100644 index 117e9a0a0d..0000000000 --- a/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/ReleaseApiDocRequest.py +++ /dev/null @@ -1,56 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RoaRequest -class ReleaseApiDocRequest(RoaRequest): - - def __init__(self): - RoaRequest.__init__(self, 'Acs', '2015-01-01', 'ReleaseApiDoc') - self.set_uri_pattern('/ReleaseApiDoc/[ProductName]/[VersionName]/[ApiName]/[Language]') - self.set_method('PUT') - - def get_ApiName(self): - return self.get_path_params().get('ApiName') - - def set_ApiName(self,ApiName): - self.add_path_param('ApiName',ApiName) - - def get_ProductName(self): - return self.get_path_params().get('ProductName') - - def set_ProductName(self,ProductName): - self.add_path_param('ProductName',ProductName) - - def get_Language(self): - return self.get_path_params().get('Language') - - def set_Language(self,Language): - self.add_path_param('Language',Language) - - def get_VersionName(self): - return self.get_path_params().get('VersionName') - - def set_VersionName(self,VersionName): - self.add_path_param('VersionName',VersionName) - - def get_Accept(self): - return self.get_headers().get('Accept') - - def set_Accept(self,Accept): - self.add_header('Accept',Accept) \ No newline at end of file diff --git a/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/ResumePurchasedApiRequest.py b/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/ResumePurchasedApiRequest.py index 5a12e2f143..39f7cd0545 100644 --- a/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/ResumePurchasedApiRequest.py +++ b/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/ResumePurchasedApiRequest.py @@ -18,6 +18,7 @@ # under the License. from aliyunsdkcore.request import RoaRequest + class ResumePurchasedApiRequest(RoaRequest): def __init__(self): diff --git a/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/StopPurchasedApiRequest.py b/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/StopPurchasedApiRequest.py index 1607c0e863..cca88395ac 100644 --- a/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/StopPurchasedApiRequest.py +++ b/aliyun-python-sdk-acs/aliyunsdkacs/request/v20150101/StopPurchasedApiRequest.py @@ -18,6 +18,7 @@ # under the License. from aliyunsdkcore.request import RoaRequest + class StopPurchasedApiRequest(RoaRequest): def __init__(self): From 3e0fe735c9d7fb9abafc53e00b7186ba9fce35f5 Mon Sep 17 00:00:00 2001 From: sdk-team Date: Tue, 11 Feb 2020 00:57:25 +0800 Subject: [PATCH 140/282] Generated 2019-06-26 for EcsDemo. --- aliyun-python-sdk-ecsdemo/ChangeLog.txt | 3 + aliyun-python-sdk-ecsdemo/MANIFEST.in | 0 aliyun-python-sdk-ecsdemo/README.rst | 15 ++++ .../aliyunsdkecsdemo/__init__.py | 1 + .../aliyunsdkecsdemo/request/__init__.py | 0 .../v20190626/CancelInstanceRequest.py | 33 ++++++++ .../request/v20190626/__init__.py | 0 aliyun-python-sdk-ecsdemo/setup.py | 78 +++++++++++++++++++ 8 files changed, 130 insertions(+) create mode 100644 aliyun-python-sdk-ecsdemo/ChangeLog.txt create mode 100644 aliyun-python-sdk-ecsdemo/MANIFEST.in create mode 100644 aliyun-python-sdk-ecsdemo/README.rst create mode 100644 aliyun-python-sdk-ecsdemo/aliyunsdkecsdemo/__init__.py create mode 100644 aliyun-python-sdk-ecsdemo/aliyunsdkecsdemo/request/__init__.py create mode 100644 aliyun-python-sdk-ecsdemo/aliyunsdkecsdemo/request/v20190626/CancelInstanceRequest.py create mode 100644 aliyun-python-sdk-ecsdemo/aliyunsdkecsdemo/request/v20190626/__init__.py create mode 100644 aliyun-python-sdk-ecsdemo/setup.py diff --git a/aliyun-python-sdk-ecsdemo/ChangeLog.txt b/aliyun-python-sdk-ecsdemo/ChangeLog.txt new file mode 100644 index 0000000000..c3c4a62671 --- /dev/null +++ b/aliyun-python-sdk-ecsdemo/ChangeLog.txt @@ -0,0 +1,3 @@ +2020-02-11 Version: 1.0.5 +- Generated 2019-06-26 for `EcsDemo`. + diff --git a/aliyun-python-sdk-ecsdemo/MANIFEST.in b/aliyun-python-sdk-ecsdemo/MANIFEST.in new file mode 100644 index 0000000000..e69de29bb2 diff --git a/aliyun-python-sdk-ecsdemo/README.rst b/aliyun-python-sdk-ecsdemo/README.rst new file mode 100644 index 0000000000..c6585da0ce --- /dev/null +++ b/aliyun-python-sdk-ecsdemo/README.rst @@ -0,0 +1,15 @@ +============================================================= +aliyun-python-sdk-ecsdemo +============================================================= + +.. This is the ecsdemo module of Aliyun Python SDK. + +Aliyun Python SDK is the official software development kit. It makes things easy to integrate your Python application, library, or script with Aliyun services. + +This module works on Python versions: + +2.6.5 and greater + +**Documentation:** + +Please visit `http://develop.aliyun.com/sdk/python `_ diff --git a/aliyun-python-sdk-ecsdemo/aliyunsdkecsdemo/__init__.py b/aliyun-python-sdk-ecsdemo/aliyunsdkecsdemo/__init__.py new file mode 100644 index 0000000000..8412cb146d --- /dev/null +++ b/aliyun-python-sdk-ecsdemo/aliyunsdkecsdemo/__init__.py @@ -0,0 +1 @@ +__version__ = '1.0.5' \ No newline at end of file diff --git a/aliyun-python-sdk-ecsdemo/aliyunsdkecsdemo/request/__init__.py b/aliyun-python-sdk-ecsdemo/aliyunsdkecsdemo/request/__init__.py new file mode 100644 index 0000000000..e69de29bb2 diff --git a/aliyun-python-sdk-ecsdemo/aliyunsdkecsdemo/request/v20190626/CancelInstanceRequest.py b/aliyun-python-sdk-ecsdemo/aliyunsdkecsdemo/request/v20190626/CancelInstanceRequest.py new file mode 100644 index 0000000000..11529301f2 --- /dev/null +++ b/aliyun-python-sdk-ecsdemo/aliyunsdkecsdemo/request/v20190626/CancelInstanceRequest.py @@ -0,0 +1,33 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RoaRequest + +class CancelInstanceRequest(RoaRequest): + + def __init__(self): + RoaRequest.__init__(self, 'EcsDemo', '2019-06-26', 'CancelInstance') + self.set_uri_pattern('/dev/mvp/cancel/instance') + self.set_method('POST|GET') + + def get_InstanceId(self): + return self.get_query_params().get('InstanceId') + + def set_InstanceId(self,InstanceId): + self.add_query_param('InstanceId',InstanceId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecsdemo/aliyunsdkecsdemo/request/v20190626/__init__.py b/aliyun-python-sdk-ecsdemo/aliyunsdkecsdemo/request/v20190626/__init__.py new file mode 100644 index 0000000000..e69de29bb2 diff --git a/aliyun-python-sdk-ecsdemo/setup.py b/aliyun-python-sdk-ecsdemo/setup.py new file mode 100644 index 0000000000..15de3a42d7 --- /dev/null +++ b/aliyun-python-sdk-ecsdemo/setup.py @@ -0,0 +1,78 @@ +#!/usr/bin/python +''' + Licensed to the Apache Software Foundation (ASF) under one + or more contributor license agreements. See the NOTICE file + distributed with this work for additional information + regarding copyright ownership. The ASF licenses this file + to you 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. +''' + +from setuptools import setup, find_packages +import os +import sys + +""" +setup module for ecsdemo. + +Created on 7/3/2015 + +@author: alex +""" + +PACKAGE = "aliyunsdkecsdemo" +NAME = "aliyun-python-sdk-ecsdemo" +DESCRIPTION = "The ecsdemo module of Aliyun Python sdk." +AUTHOR = "Aliyun" +AUTHOR_EMAIL = "aliyun-developers-efficiency@list.alibaba-inc.com" +URL = "http://develop.aliyun.com/sdk/python" + +TOPDIR = os.path.dirname(__file__) or "." +VERSION = __import__(PACKAGE).__version__ + +desc_file = open("README.rst") +try: + LONG_DESCRIPTION = desc_file.read() +finally: + desc_file.close() + +setup( + name=NAME, + version=VERSION, + description=DESCRIPTION, + long_description=LONG_DESCRIPTION, + author=AUTHOR, + author_email=AUTHOR_EMAIL, + license="Apache", + url=URL, + keywords=["aliyun","sdk","ecsdemo"], + packages=find_packages(exclude=["tests*"]), + include_package_data=True, + platforms="any", + install_requires=["aliyun-python-sdk-core>=2.11.5",], + classifiers=( + "Development Status :: 4 - Beta", + "Intended Audience :: Developers", + "License :: OSI Approved :: Apache Software License", + "Programming Language :: Python", + "Programming Language :: Python :: 2.6", + "Programming Language :: Python :: 2.7", + "Programming Language :: Python :: 3", + "Programming Language :: Python :: 3.3", + "Programming Language :: Python :: 3.4", + "Programming Language :: Python :: 3.5", + "Programming Language :: Python :: 3.6", + "Topic :: Software Development", + ) + +) \ No newline at end of file From 9d5681e44df44da3b0b1e2797c021aa12d4b5262 Mon Sep 17 00:00:00 2001 From: sdk-team Date: Tue, 11 Feb 2020 00:58:12 +0800 Subject: [PATCH 141/282] Generated 2019-06-26 for EcsDemo. --- aliyun-python-sdk-ecsdemo/ChangeLog.txt | 3 +++ aliyun-python-sdk-ecsdemo/aliyunsdkecsdemo/__init__.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/aliyun-python-sdk-ecsdemo/ChangeLog.txt b/aliyun-python-sdk-ecsdemo/ChangeLog.txt index c3c4a62671..531037190e 100644 --- a/aliyun-python-sdk-ecsdemo/ChangeLog.txt +++ b/aliyun-python-sdk-ecsdemo/ChangeLog.txt @@ -1,3 +1,6 @@ +2020-02-11 Version: 1.0.6 +- Generated 2019-06-26 for `EcsDemo`. + 2020-02-11 Version: 1.0.5 - Generated 2019-06-26 for `EcsDemo`. diff --git a/aliyun-python-sdk-ecsdemo/aliyunsdkecsdemo/__init__.py b/aliyun-python-sdk-ecsdemo/aliyunsdkecsdemo/__init__.py index 8412cb146d..d163f4720a 100644 --- a/aliyun-python-sdk-ecsdemo/aliyunsdkecsdemo/__init__.py +++ b/aliyun-python-sdk-ecsdemo/aliyunsdkecsdemo/__init__.py @@ -1 +1 @@ -__version__ = '1.0.5' \ No newline at end of file +__version__ = '1.0.6' \ No newline at end of file From 37cd93e3d6e0ba884fdcbf4c094cd15ce4fa0564 Mon Sep 17 00:00:00 2001 From: sdk-team Date: Wed, 12 Feb 2020 19:25:15 +0800 Subject: [PATCH 142/282] Generated 2019-02-25 for sdk-test. --- aliyun-python-sdk-sdk-test/ChangeLog.txt | 3 + aliyun-python-sdk-sdk-test/MANIFEST.in | 0 aliyun-python-sdk-sdk-test/README.rst | 15 ++++ .../aliyunsdksdk_test/__init__.py | 1 + .../aliyunsdksdk_test/request/__init__.py | 0 .../v20190225/DescribeRegionsRequest.py | 32 ++++++++ .../request/v20190225/__init__.py | 0 aliyun-python-sdk-sdk-test/setup.py | 78 +++++++++++++++++++ 8 files changed, 129 insertions(+) create mode 100644 aliyun-python-sdk-sdk-test/ChangeLog.txt create mode 100644 aliyun-python-sdk-sdk-test/MANIFEST.in create mode 100644 aliyun-python-sdk-sdk-test/README.rst create mode 100644 aliyun-python-sdk-sdk-test/aliyunsdksdk_test/__init__.py create mode 100644 aliyun-python-sdk-sdk-test/aliyunsdksdk_test/request/__init__.py create mode 100644 aliyun-python-sdk-sdk-test/aliyunsdksdk_test/request/v20190225/DescribeRegionsRequest.py create mode 100644 aliyun-python-sdk-sdk-test/aliyunsdksdk_test/request/v20190225/__init__.py create mode 100644 aliyun-python-sdk-sdk-test/setup.py diff --git a/aliyun-python-sdk-sdk-test/ChangeLog.txt b/aliyun-python-sdk-sdk-test/ChangeLog.txt new file mode 100644 index 0000000000..3158ebc81f --- /dev/null +++ b/aliyun-python-sdk-sdk-test/ChangeLog.txt @@ -0,0 +1,3 @@ +2020-02-12 Version: 1.0.5 +- Generated 2019-02-25 for `sdk-test`. + diff --git a/aliyun-python-sdk-sdk-test/MANIFEST.in b/aliyun-python-sdk-sdk-test/MANIFEST.in new file mode 100644 index 0000000000..e69de29bb2 diff --git a/aliyun-python-sdk-sdk-test/README.rst b/aliyun-python-sdk-sdk-test/README.rst new file mode 100644 index 0000000000..21b1ca5362 --- /dev/null +++ b/aliyun-python-sdk-sdk-test/README.rst @@ -0,0 +1,15 @@ +============================================================= +aliyun-python-sdk-sdk-test +============================================================= + +.. This is the sdk-test module of Aliyun Python SDK. + +Aliyun Python SDK is the official software development kit. It makes things easy to integrate your Python application, library, or script with Aliyun services. + +This module works on Python versions: + +2.6.5 and greater + +**Documentation:** + +Please visit `http://develop.aliyun.com/sdk/python `_ diff --git a/aliyun-python-sdk-sdk-test/aliyunsdksdk_test/__init__.py b/aliyun-python-sdk-sdk-test/aliyunsdksdk_test/__init__.py new file mode 100644 index 0000000000..8412cb146d --- /dev/null +++ b/aliyun-python-sdk-sdk-test/aliyunsdksdk_test/__init__.py @@ -0,0 +1 @@ +__version__ = '1.0.5' \ No newline at end of file diff --git a/aliyun-python-sdk-sdk-test/aliyunsdksdk_test/request/__init__.py b/aliyun-python-sdk-sdk-test/aliyunsdksdk_test/request/__init__.py new file mode 100644 index 0000000000..e69de29bb2 diff --git a/aliyun-python-sdk-sdk-test/aliyunsdksdk_test/request/v20190225/DescribeRegionsRequest.py b/aliyun-python-sdk-sdk-test/aliyunsdksdk_test/request/v20190225/DescribeRegionsRequest.py new file mode 100644 index 0000000000..f410687e58 --- /dev/null +++ b/aliyun-python-sdk-sdk-test/aliyunsdksdk_test/request/v20190225/DescribeRegionsRequest.py @@ -0,0 +1,32 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class DescribeRegionsRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'sdk-test', '2019-02-25', 'DescribeRegions') + self.set_method('POST') + + def get_Name(self): + return self.get_query_params().get('Name') + + def set_Name(self,Name): + self.add_query_param('Name',Name) \ No newline at end of file diff --git a/aliyun-python-sdk-sdk-test/aliyunsdksdk_test/request/v20190225/__init__.py b/aliyun-python-sdk-sdk-test/aliyunsdksdk_test/request/v20190225/__init__.py new file mode 100644 index 0000000000..e69de29bb2 diff --git a/aliyun-python-sdk-sdk-test/setup.py b/aliyun-python-sdk-sdk-test/setup.py new file mode 100644 index 0000000000..4efcb8c92b --- /dev/null +++ b/aliyun-python-sdk-sdk-test/setup.py @@ -0,0 +1,78 @@ +#!/usr/bin/python +''' + Licensed to the Apache Software Foundation (ASF) under one + or more contributor license agreements. See the NOTICE file + distributed with this work for additional information + regarding copyright ownership. The ASF licenses this file + to you 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. +''' + +from setuptools import setup, find_packages +import os +import sys + +""" +setup module for sdk-test. + +Created on 7/3/2015 + +@author: alex +""" + +PACKAGE = "aliyunsdksdk_test" +NAME = "aliyun-python-sdk-sdk-test" +DESCRIPTION = "The sdk-test module of Aliyun Python sdk." +AUTHOR = "Aliyun" +AUTHOR_EMAIL = "aliyun-developers-efficiency@list.alibaba-inc.com" +URL = "http://develop.aliyun.com/sdk/python" + +TOPDIR = os.path.dirname(__file__) or "." +VERSION = __import__(PACKAGE).__version__ + +desc_file = open("README.rst") +try: + LONG_DESCRIPTION = desc_file.read() +finally: + desc_file.close() + +setup( + name=NAME, + version=VERSION, + description=DESCRIPTION, + long_description=LONG_DESCRIPTION, + author=AUTHOR, + author_email=AUTHOR_EMAIL, + license="Apache", + url=URL, + keywords=["aliyun","sdk","sdk-test"], + packages=find_packages(exclude=["tests*"]), + include_package_data=True, + platforms="any", + install_requires=["aliyun-python-sdk-core>=2.11.5",], + classifiers=( + "Development Status :: 4 - Beta", + "Intended Audience :: Developers", + "License :: OSI Approved :: Apache Software License", + "Programming Language :: Python", + "Programming Language :: Python :: 2.6", + "Programming Language :: Python :: 2.7", + "Programming Language :: Python :: 3", + "Programming Language :: Python :: 3.3", + "Programming Language :: Python :: 3.4", + "Programming Language :: Python :: 3.5", + "Programming Language :: Python :: 3.6", + "Topic :: Software Development", + ) + +) \ No newline at end of file From 7f7306408312d3e8b9e0fad29e70019b0d82a949 Mon Sep 17 00:00:00 2001 From: sdk-team Date: Wed, 12 Feb 2020 20:04:14 +0800 Subject: [PATCH 143/282] Test for reactor sdk portal. --- aliyun-python-sdk-sdk-test/ChangeLog.txt | 3 +++ aliyun-python-sdk-sdk-test/aliyunsdksdk_test/__init__.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/aliyun-python-sdk-sdk-test/ChangeLog.txt b/aliyun-python-sdk-sdk-test/ChangeLog.txt index 3158ebc81f..b15e8afb84 100644 --- a/aliyun-python-sdk-sdk-test/ChangeLog.txt +++ b/aliyun-python-sdk-sdk-test/ChangeLog.txt @@ -1,3 +1,6 @@ +2020-02-12 Version: 1.0.4 +- Test for reactor sdk portal. + 2020-02-12 Version: 1.0.5 - Generated 2019-02-25 for `sdk-test`. diff --git a/aliyun-python-sdk-sdk-test/aliyunsdksdk_test/__init__.py b/aliyun-python-sdk-sdk-test/aliyunsdksdk_test/__init__.py index 8412cb146d..7ce86c962b 100644 --- a/aliyun-python-sdk-sdk-test/aliyunsdksdk_test/__init__.py +++ b/aliyun-python-sdk-sdk-test/aliyunsdksdk_test/__init__.py @@ -1 +1 @@ -__version__ = '1.0.5' \ No newline at end of file +__version__ = '1.0.4' \ No newline at end of file From c0b6fc10f416a7c57f88c18448196c085b2ab285 Mon Sep 17 00:00:00 2001 From: sdk-team Date: Thu, 13 Feb 2020 16:14:06 +0800 Subject: [PATCH 144/282] Generated 2014-05-26 for Ecs. --- aliyun-python-sdk-ecs/ChangeLog.txt | 3 + .../aliyunsdkecs/endpoint.py | 76 ------- .../AcceptInquiredSystemEventRequest.py | 8 +- .../ActivateRouterInterfaceRequest.py | 8 +- .../AddBandwidthPackageIpsRequest.py | 8 +- .../request/v20140526/AddTagsRequest.py | 8 +- .../AllocateDedicatedHostsRequest.py | 8 +- .../v20140526/AllocateEipAddressRequest.py | 8 +- .../AllocatePublicIpAddressRequest.py | 8 +- .../ApplyAutoSnapshotPolicyRequest.py | 8 +- .../v20140526/AssignIpv6AddressesRequest.py | 8 +- .../AssignPrivateIpAddressesRequest.py | 8 +- .../v20140526/AssociateEipAddressRequest.py | 8 +- .../v20140526/AssociateHaVipRequest.py | 8 +- .../v20140526/AttachClassicLinkVpcRequest.py | 8 +- .../request/v20140526/AttachDiskRequest.py | 26 ++- .../v20140526/AttachInstanceRamRoleRequest.py | 8 +- .../request/v20140526/AttachKeyPairRequest.py | 8 +- .../AttachNetworkInterfaceRequest.py | 8 +- .../AuthorizeSecurityGroupEgressRequest.py | 8 +- .../AuthorizeSecurityGroupRequest.py | 8 +- .../CancelAutoSnapshotPolicyRequest.py | 8 +- .../v20140526/CancelCopyImageRequest.py | 8 +- .../CancelPhysicalConnectionRequest.py | 8 +- .../CancelSimulatedSystemEventsRequest.py | 8 +- .../request/v20140526/CancelTaskRequest.py | 8 +- .../ConnectRouterInterfaceRequest.py | 8 +- .../ConvertNatPublicIpToEipRequest.py | 8 +- .../request/v20140526/CopyImageRequest.py | 8 +- .../CreateAutoProvisioningGroupRequest.py | 8 +- .../CreateAutoSnapshotPolicyRequest.py | 8 +- .../request/v20140526/CreateCommandRequest.py | 8 +- .../request/v20140526/CreateDemandRequest.py | 115 +++++++++++ .../v20140526/CreateDeploymentSetRequest.py | 8 +- .../request/v20140526/CreateDiskRequest.py | 8 +- .../request/v20140526/CreateFleetRequest.py | 192 ------------------ .../v20140526/CreateForwardEntryRequest.py | 8 +- .../request/v20140526/CreateHaVipRequest.py | 8 +- .../v20140526/CreateHpcClusterRequest.py | 8 +- .../request/v20140526/CreateImageRequest.py | 8 +- .../v20140526/CreateInstanceRequest.py | 20 +- .../request/v20140526/CreateKeyPairRequest.py | 8 +- .../v20140526/CreateLaunchTemplateRequest.py | 8 +- .../CreateLaunchTemplateVersionRequest.py | 8 +- .../v20140526/CreateNatGatewayRequest.py | 8 +- ...CreateNetworkInterfacePermissionRequest.py | 8 +- .../CreateNetworkInterfaceRequest.py | 30 ++- .../CreatePhysicalConnectionRequest.py | 8 +- .../v20140526/CreateRouteEntryRequest.py | 8 +- .../v20140526/CreateRouterInterfaceRequest.py | 8 +- .../v20140526/CreateSecurityGroupRequest.py | 8 +- .../CreateSimulatedSystemEventsRequest.py | 8 +- .../v20140526/CreateSnapshotRequest.py | 16 +- .../v20140526/CreateStorageSetRequest.py | 8 +- .../request/v20140526/CreateVSwitchRequest.py | 8 +- .../CreateVirtualBorderRouterRequest.py | 8 +- .../request/v20140526/CreateVpcRequest.py | 8 +- .../DeactivateRouterInterfaceRequest.py | 8 +- .../DeleteAutoProvisioningGroupRequest.py | 8 +- .../DeleteAutoSnapshotPolicyRequest.py | 8 +- .../DeleteBandwidthPackageRequest.py | 8 +- .../request/v20140526/DeleteCommandRequest.py | 8 +- ...storyRequest.py => DeleteDemandRequest.py} | 28 ++- .../v20140526/DeleteDeploymentSetRequest.py | 8 +- .../request/v20140526/DeleteDiskRequest.py | 8 +- .../v20140526/DeleteForwardEntryRequest.py | 8 +- .../request/v20140526/DeleteHaVipRequest.py | 8 +- .../v20140526/DeleteHpcClusterRequest.py | 8 +- .../request/v20140526/DeleteImageRequest.py | 8 +- .../v20140526/DeleteInstanceRequest.py | 8 +- .../v20140526/DeleteInstancesRequest.py | 8 +- .../v20140526/DeleteKeyPairsRequest.py | 8 +- .../v20140526/DeleteLaunchTemplateRequest.py | 8 +- .../DeleteLaunchTemplateVersionRequest.py | 8 +- .../v20140526/DeleteNatGatewayRequest.py | 8 +- ...DeleteNetworkInterfacePermissionRequest.py | 8 +- .../DeleteNetworkInterfaceRequest.py | 8 +- .../DeletePhysicalConnectionRequest.py | 8 +- .../v20140526/DeleteRouteEntryRequest.py | 8 +- .../v20140526/DeleteRouterInterfaceRequest.py | 8 +- .../v20140526/DeleteSecurityGroupRequest.py | 8 +- .../v20140526/DeleteSnapshotRequest.py | 8 +- .../v20140526/DeleteStorageSetRequest.py | 8 +- .../request/v20140526/DeleteVSwitchRequest.py | 8 +- .../DeleteVirtualBorderRouterRequest.py | 8 +- .../request/v20140526/DeleteVpcRequest.py | 8 +- .../v20140526/DescribeAccessPointsRequest.py | 8 +- .../DescribeAccountAttributesRequest.py | 8 +- ...ribeAutoProvisioningGroupHistoryRequest.py | 8 +- ...beAutoProvisioningGroupInstancesRequest.py | 8 +- .../DescribeAutoProvisioningGroupsRequest.py | 8 +- .../DescribeAutoSnapshotPolicyExRequest.py | 8 +- .../DescribeAvailableResourceRequest.py | 8 +- .../DescribeBandwidthLimitationRequest.py | 8 +- .../DescribeBandwidthPackagesRequest.py | 8 +- .../DescribeClassicLinkInstancesRequest.py | 8 +- .../DescribeCloudAssistantStatusRequest.py | 8 +- .../v20140526/DescribeClustersRequest.py | 8 +- .../v20140526/DescribeCommandsRequest.py | 8 +- .../DescribeDedicatedHostAutoRenewRequest.py | 8 +- .../DescribeDedicatedHostTypesRequest.py | 8 +- .../DescribeDedicatedHostsRequest.py | 8 +- .../v20140526/DescribeDemandsRequest.py | 22 +- .../DescribeDeploymentSetsRequest.py | 8 +- .../DescribeDiskMonitorDataRequest.py | 8 +- .../DescribeDisksFullStatusRequest.py | 8 +- .../request/v20140526/DescribeDisksRequest.py | 8 +- .../v20140526/DescribeEipAddressesRequest.py | 8 +- .../DescribeEipMonitorDataRequest.py | 8 +- .../DescribeEniMonitorDataRequest.py | 8 +- .../DescribeForwardTableEntriesRequest.py | 8 +- .../v20140526/DescribeHaVipsRequest.py | 8 +- .../v20140526/DescribeHpcClustersRequest.py | 8 +- .../DescribeImageSharePermissionRequest.py | 8 +- ...escribeImageSupportInstanceTypesRequest.py | 8 +- .../v20140526/DescribeImagesRequest.py | 8 +- .../DescribeInstanceAttributeRequest.py | 8 +- ...scribeInstanceAutoRenewAttributeRequest.py | 8 +- .../DescribeInstanceHistoryEventsRequest.py | 8 +- ...beInstanceMaintenanceAttributesRequest.py} | 20 +- .../DescribeInstanceMonitorDataRequest.py | 8 +- .../DescribeInstanceRamRoleRequest.py | 8 +- .../DescribeInstanceStatusRequest.py | 8 +- .../DescribeInstanceTopologyRequest.py | 8 +- .../DescribeInstanceTypeFamiliesRequest.py | 8 +- .../v20140526/DescribeInstanceTypesRequest.py | 8 +- .../DescribeInstanceVncPasswdRequest.py | 8 +- .../DescribeInstanceVncUrlRequest.py | 8 +- .../DescribeInstancesFullStatusRequest.py | 8 +- .../v20140526/DescribeInstancesRequest.py | 8 +- .../DescribeInvocationResultsRequest.py | 8 +- .../v20140526/DescribeInvocationsRequest.py | 14 +- .../v20140526/DescribeKeyPairsRequest.py | 8 +- .../DescribeLaunchTemplateVersionsRequest.py | 8 +- .../DescribeLaunchTemplatesRequest.py | 8 +- .../v20140526/DescribeLimitationRequest.py | 8 +- .../v20140526/DescribeNatGatewaysRequest.py | 8 +- ...cribeNetworkInterfacePermissionsRequest.py | 8 +- .../DescribeNetworkInterfacesRequest.py | 20 +- ...DescribeNewProjectEipMonitorDataRequest.py | 8 +- .../DescribePhysicalConnectionsRequest.py | 8 +- .../request/v20140526/DescribePriceRequest.py | 8 +- .../DescribeRecommendInstanceTypeRequest.py | 38 +--- .../v20140526/DescribeRegionsRequest.py | 8 +- .../v20140526/DescribeRenewalPriceRequest.py | 8 +- .../DescribeReservedInstancesRequest.py | 16 +- .../DescribeResourceByTagsRequest.py | 8 +- .../DescribeResourcesModificationRequest.py | 8 +- .../v20140526/DescribeRouteTablesRequest.py | 8 +- .../DescribeRouterInterfacesRequest.py | 8 +- .../DescribeSecurityGroupAttributeRequest.py | 8 +- .../DescribeSecurityGroupReferencesRequest.py | 8 +- .../DescribeSecurityGroupsRequest.py | 8 +- .../v20140526/DescribeSnapshotLinksRequest.py | 8 +- .../DescribeSnapshotMonitorDataRequest.py | 16 +- .../DescribeSnapshotPackageRequest.py | 8 +- .../v20140526/DescribeSnapshotsRequest.py | 8 +- .../DescribeSnapshotsUsageRequest.py | 8 +- .../DescribeSpotPriceHistoryRequest.py | 8 +- .../DescribeStorageSetDetailsRequest.py | 8 +- .../v20140526/DescribeStorageSetsRequest.py | 8 +- .../request/v20140526/DescribeTagsRequest.py | 8 +- .../v20140526/DescribeTaskAttributeRequest.py | 8 +- .../request/v20140526/DescribeTasksRequest.py | 8 +- .../DescribeUserBusinessBehaviorRequest.py | 8 +- .../v20140526/DescribeUserDataRequest.py | 8 +- .../v20140526/DescribeVRoutersRequest.py | 8 +- .../v20140526/DescribeVSwitchesRequest.py | 8 +- ...rderRoutersForPhysicalConnectionRequest.py | 8 +- .../DescribeVirtualBorderRoutersRequest.py | 8 +- .../request/v20140526/DescribeVpcsRequest.py | 8 +- .../request/v20140526/DescribeZonesRequest.py | 8 +- .../v20140526/DetachClassicLinkVpcRequest.py | 8 +- .../request/v20140526/DetachDiskRequest.py | 14 +- .../v20140526/DetachInstanceRamRoleRequest.py | 8 +- .../request/v20140526/DetachKeyPairRequest.py | 8 +- .../DetachNetworkInterfaceRequest.py | 8 +- .../request/v20140526/EipFillParamsRequest.py | 8 +- .../v20140526/EipFillProductRequest.py | 8 +- .../request/v20140526/EipNotifyPaidRequest.py | 8 +- .../EnablePhysicalConnectionRequest.py | 8 +- .../request/v20140526/ExportImageRequest.py | 8 +- .../v20140526/ExportSnapshotRequest.py | 8 +- .../GetInstanceConsoleOutputRequest.py | 8 +- .../v20140526/GetInstanceScreenshotRequest.py | 8 +- .../request/v20140526/ImportImageRequest.py | 8 +- .../request/v20140526/ImportKeyPairRequest.py | 8 +- .../v20140526/ImportSnapshotRequest.py | 8 +- .../v20140526/InstallCloudAssistantRequest.py | 8 +- .../request/v20140526/InvokeCommandRequest.py | 8 +- .../v20140526/JoinResourceGroupRequest.py | 8 +- .../v20140526/JoinSecurityGroupRequest.py | 8 +- .../v20140526/LeaveSecurityGroupRequest.py | 8 +- .../v20140526/ListTagResourcesRequest.py | 20 +- .../ModifyAutoProvisioningGroupRequest.py | 8 +- .../ModifyAutoSnapshotPolicyExRequest.py | 8 +- .../ModifyAutoSnapshotPolicyRequest.py | 8 +- .../ModifyBandwidthPackageSpecRequest.py | 8 +- .../request/v20140526/ModifyCommandRequest.py | 8 +- .../ModifyDedicatedHostAttributeRequest.py | 8 +- ...difyDedicatedHostAutoReleaseTimeRequest.py | 8 +- ...yDedicatedHostAutoRenewAttributeRequest.py | 8 +- .../request/v20140526/ModifyDemandRequest.py | 121 +++++++++++ .../ModifyDeploymentSetAttributeRequest.py | 8 +- .../v20140526/ModifyDiskAttributeRequest.py | 16 +- .../v20140526/ModifyDiskChargeTypeRequest.py | 8 +- .../v20140526/ModifyDiskSpecRequest.py | 8 +- .../ModifyEipAddressAttributeRequest.py | 8 +- .../request/v20140526/ModifyFleetRequest.py | 103 ---------- .../v20140526/ModifyForwardEntryRequest.py | 8 +- .../v20140526/ModifyHaVipAttributeRequest.py | 8 +- .../ModifyHpcClusterAttributeRequest.py | 8 +- .../v20140526/ModifyImageAttributeRequest.py | 8 +- .../ModifyImageShareGroupPermissionRequest.py | 8 +- .../ModifyImageSharePermissionRequest.py | 8 +- .../ModifyInstanceAttributeRequest.py | 16 +- .../ModifyInstanceAutoReleaseTimeRequest.py | 8 +- ...ModifyInstanceAutoRenewAttributeRequest.py | 8 +- .../ModifyInstanceChargeTypeRequest.py | 8 +- .../ModifyInstanceDeploymentRequest.py | 14 +- ...fyInstanceMaintenanceAttributesRequest.py} | 55 ++--- .../ModifyInstanceNetworkSpecRequest.py | 8 +- .../v20140526/ModifyInstanceSpecRequest.py | 8 +- .../ModifyInstanceVncPasswdRequest.py | 8 +- .../ModifyInstanceVpcAttributeRequest.py | 8 +- ...difyLaunchTemplateDefaultVersionRequest.py | 8 +- .../ModifyNetworkInterfaceAttributeRequest.py | 12 +- ...odifyPhysicalConnectionAttributeRequest.py | 8 +- .../ModifyPrepayInstanceSpecRequest.py | 14 +- .../ModifyReservedInstanceAttributeRequest.py | 8 +- .../ModifyReservedInstancesRequest.py | 8 +- .../ModifyRouterInterfaceAttributeRequest.py | 8 +- .../ModifyRouterInterfaceSpecRequest.py | 8 +- .../ModifySecurityGroupAttributeRequest.py | 8 +- .../ModifySecurityGroupEgressRuleRequest.py | 8 +- .../ModifySecurityGroupPolicyRequest.py | 8 +- .../ModifySecurityGroupRuleRequest.py | 8 +- .../ModifySnapshotAttributeRequest.py | 8 +- .../ModifyStorageSetAttributeRequest.py | 8 +- .../ModifyUserBusinessBehaviorRequest.py | 8 +- .../ModifyVRouterAttributeRequest.py | 8 +- .../ModifyVSwitchAttributeRequest.py | 8 +- ...difyVirtualBorderRouterAttributeRequest.py | 8 +- .../v20140526/ModifyVpcAttributeRequest.py | 8 +- ...urchaseReservedInstancesOfferingRequest.py | 14 +- .../v20140526/ReActivateInstancesRequest.py | 8 +- .../request/v20140526/ReInitDiskRequest.py | 8 +- .../v20140526/RebootInstanceRequest.py | 8 +- .../RecoverVirtualBorderRouterRequest.py | 8 +- ...est.py => RedeployDedicatedHostRequest.py} | 30 +-- .../v20140526/RedeployInstanceRequest.py | 8 +- .../v20140526/ReleaseDedicatedHostRequest.py | 8 +- .../v20140526/ReleaseEipAddressRequest.py | 8 +- .../ReleasePublicIpAddressRequest.py | 8 +- .../RemoveBandwidthPackageIpsRequest.py | 8 +- .../request/v20140526/RemoveTagsRequest.py | 8 +- .../v20140526/RenewDedicatedHostsRequest.py | 8 +- .../request/v20140526/RenewInstanceRequest.py | 8 +- .../v20140526/ReplaceSystemDiskRequest.py | 8 +- .../v20140526/ReportInstancesStatusRequest.py | 8 +- .../request/v20140526/ResetDiskRequest.py | 8 +- .../request/v20140526/ResizeDiskRequest.py | 8 +- .../RevokeSecurityGroupEgressRequest.py | 8 +- .../v20140526/RevokeSecurityGroupRequest.py | 8 +- .../request/v20140526/RunCommandRequest.py | 8 +- .../request/v20140526/RunInstancesRequest.py | 55 ++--- .../request/v20140526/StartInstanceRequest.py | 8 +- .../request/v20140526/StopInstanceRequest.py | 14 +- .../v20140526/StopInvocationRequest.py | 8 +- .../request/v20140526/TagResourcesRequest.py | 8 +- .../TerminatePhysicalConnectionRequest.py | 8 +- .../TerminateVirtualBorderRouterRequest.py | 8 +- .../v20140526/UnassignIpv6AddressesRequest.py | 8 +- .../UnassignPrivateIpAddressesRequest.py | 8 +- .../v20140526/UnassociateEipAddressRequest.py | 8 +- .../v20140526/UnassociateHaVipRequest.py | 8 +- .../v20140526/UntagResourcesRequest.py | 8 +- 277 files changed, 744 insertions(+), 2382 deletions(-) delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/endpoint.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateDemandRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateFleetRequest.py rename aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/{DescribeFleetHistoryRequest.py => DeleteDemandRequest.py} (72%) rename aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/{DescribeFleetInstancesRequest.py => DescribeInstanceMaintenanceAttributesRequest.py} (76%) create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyDemandRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyFleetRequest.py rename aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/{DescribeFleetsRequest.py => ModifyInstanceMaintenanceAttributesRequest.py} (53%) rename aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/{DeleteFleetRequest.py => RedeployDedicatedHostRequest.py} (65%) diff --git a/aliyun-python-sdk-ecs/ChangeLog.txt b/aliyun-python-sdk-ecs/ChangeLog.txt index 9ed5f65a1a..2bf4c85f0b 100644 --- a/aliyun-python-sdk-ecs/ChangeLog.txt +++ b/aliyun-python-sdk-ecs/ChangeLog.txt @@ -1,3 +1,6 @@ +2020-02-13 Version: 1.0.0 +- Generated 2014-05-26 for `Ecs`. + 2019-09-25 Version: 1.0.0 - Generated 2014-05-26 for `Ecs`. diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/endpoint.py b/aliyun-python-sdk-ecs/aliyunsdkecs/endpoint.py deleted file mode 100644 index f3d66e1cfa..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/endpoint.py +++ /dev/null @@ -1,76 +0,0 @@ -# # Licensed to the Apache Software Foundation (ASF) under one -# # or more contributor license agreements. See the NOTICE file -# # distributed with this work for additional information -# # regarding copyright ownership. The ASF licenses this file -# # to you 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. - - -class EndpointData(): - def __init__(self): - self.endpoint_map = { - "cn-shanghai-internal-test-1": "ecs-cn-hangzhou.aliyuncs.com", - "cn-beijing-gov-1": "ecs.aliyuncs.com", - "cn-shenzhen-su18-b01": "ecs-cn-hangzhou.aliyuncs.com", - "cn-beijing": "ecs-cn-hangzhou.aliyuncs.com", - "cn-shanghai-inner": "ecs.aliyuncs.com", - "cn-shenzhen-st4-d01": "ecs-cn-hangzhou.aliyuncs.com", - "cn-haidian-cm12-c01": "ecs-cn-hangzhou.aliyuncs.com", - "cn-hangzhou-internal-prod-1": "ecs-cn-hangzhou.aliyuncs.com", - "cn-north-2-gov-1": "ecs.aliyuncs.com", - "cn-yushanfang": "ecs.aliyuncs.com", - "cn-qingdao": "ecs-cn-hangzhou.aliyuncs.com", - "cn-hongkong-finance-pop": "ecs.aliyuncs.com", - "cn-shanghai": "ecs-cn-hangzhou.aliyuncs.com", - "cn-shanghai-finance-1": "ecs-cn-hangzhou.aliyuncs.com", - "cn-hongkong": "ecs-cn-hangzhou.aliyuncs.com", - "cn-beijing-finance-pop": "ecs.aliyuncs.com", - "cn-wuhan": "ecs.aliyuncs.com", - "us-west-1": "ecs-cn-hangzhou.aliyuncs.com", - "cn-shenzhen": "ecs-cn-hangzhou.aliyuncs.com", - "cn-zhengzhou-nebula-1": "ecs.cn-qingdao-nebula.aliyuncs.com", - "rus-west-1-pop": "ecs.ap-northeast-1.aliyuncs.com", - "cn-shanghai-et15-b01": "ecs-cn-hangzhou.aliyuncs.com", - "cn-hangzhou-bj-b01": "ecs-cn-hangzhou.aliyuncs.com", - "cn-hangzhou-internal-test-1": "ecs-cn-hangzhou.aliyuncs.com", - "eu-west-1-oxs": "ecs.cn-shenzhen-cloudstone.aliyuncs.com", - "cn-zhangbei-na61-b01": "ecs-cn-hangzhou.aliyuncs.com", - "cn-beijing-finance-1": "ecs.aliyuncs.com", - "cn-hangzhou-internal-test-3": "ecs-cn-hangzhou.aliyuncs.com", - "cn-shenzhen-finance-1": "ecs-cn-hangzhou.aliyuncs.com", - "cn-hangzhou-internal-test-2": "ecs-cn-hangzhou.aliyuncs.com", - "cn-hangzhou-test-306": "ecs-cn-hangzhou.aliyuncs.com", - "cn-shanghai-et2-b01": "ecs-cn-hangzhou.aliyuncs.com", - "cn-hangzhou-finance": "ecs.aliyuncs.com", - "ap-southeast-1": "ecs-cn-hangzhou.aliyuncs.com", - "cn-beijing-nu16-b01": "ecs-cn-hangzhou.aliyuncs.com", - "cn-edge-1": "ecs.cn-qingdao-nebula.aliyuncs.com", - "us-east-1": "ecs-cn-hangzhou.aliyuncs.com", - "cn-fujian": "ecs-cn-hangzhou.aliyuncs.com", - "ap-northeast-2-pop": "ecs.ap-northeast-1.aliyuncs.com", - "cn-shenzhen-inner": "ecs.aliyuncs.com", - "cn-zhangjiakou-na62-a01": "ecs.cn-zhangjiakou.aliyuncs.com", - "cn-hangzhou": "ecs-cn-hangzhou.aliyuncs.com", - } - self.endpoint_regional = "regional" - - def getEndpointMap(self): - return self.endpoint_map - - def getEndpointRegional(self): - return self.endpoint_regional - - -endpoint_data = EndpointData() diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AcceptInquiredSystemEventRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AcceptInquiredSystemEventRequest.py index 8c78d3ef1b..c584069e41 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AcceptInquiredSystemEventRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AcceptInquiredSystemEventRequest.py @@ -18,17 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest -from aliyunsdkecs.endpoint import endpoint_data class AcceptInquiredSystemEventRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'AcceptInquiredSystemEvent','ecs') - if hasattr(self, "endpoint_map"): - setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) - if hasattr(self, "endpoint_regional"): - setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) - + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'AcceptInquiredSystemEvent','ecs') def get_EventId(self): return self.get_query_params().get('EventId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ActivateRouterInterfaceRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ActivateRouterInterfaceRequest.py index f586d3bcbd..72c1806631 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ActivateRouterInterfaceRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ActivateRouterInterfaceRequest.py @@ -18,17 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest -from aliyunsdkecs.endpoint import endpoint_data class ActivateRouterInterfaceRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ActivateRouterInterface','ecs') - if hasattr(self, "endpoint_map"): - setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) - if hasattr(self, "endpoint_regional"): - setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) - + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ActivateRouterInterface','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AddBandwidthPackageIpsRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AddBandwidthPackageIpsRequest.py index 53af60944d..41145057bb 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AddBandwidthPackageIpsRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AddBandwidthPackageIpsRequest.py @@ -18,17 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest -from aliyunsdkecs.endpoint import endpoint_data class AddBandwidthPackageIpsRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'AddBandwidthPackageIps','ecs') - if hasattr(self, "endpoint_map"): - setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) - if hasattr(self, "endpoint_regional"): - setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) - + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'AddBandwidthPackageIps','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AddTagsRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AddTagsRequest.py index 80f6ec03ac..bfd601fee1 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AddTagsRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AddTagsRequest.py @@ -18,17 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest -from aliyunsdkecs.endpoint import endpoint_data class AddTagsRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'AddTags','ecs') - if hasattr(self, "endpoint_map"): - setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) - if hasattr(self, "endpoint_regional"): - setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) - + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'AddTags','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AllocateDedicatedHostsRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AllocateDedicatedHostsRequest.py index 747f58e929..e9af1ee4b7 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AllocateDedicatedHostsRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AllocateDedicatedHostsRequest.py @@ -18,17 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest -from aliyunsdkecs.endpoint import endpoint_data class AllocateDedicatedHostsRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'AllocateDedicatedHosts','ecs') - if hasattr(self, "endpoint_map"): - setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) - if hasattr(self, "endpoint_regional"): - setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) - + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'AllocateDedicatedHosts','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AllocateEipAddressRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AllocateEipAddressRequest.py index b6fb6ca5b7..8cde1cd9b5 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AllocateEipAddressRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AllocateEipAddressRequest.py @@ -18,17 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest -from aliyunsdkecs.endpoint import endpoint_data class AllocateEipAddressRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'AllocateEipAddress','ecs') - if hasattr(self, "endpoint_map"): - setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) - if hasattr(self, "endpoint_regional"): - setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) - + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'AllocateEipAddress','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AllocatePublicIpAddressRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AllocatePublicIpAddressRequest.py index 9ebec14a32..47833829b8 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AllocatePublicIpAddressRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AllocatePublicIpAddressRequest.py @@ -18,17 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest -from aliyunsdkecs.endpoint import endpoint_data class AllocatePublicIpAddressRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'AllocatePublicIpAddress','ecs') - if hasattr(self, "endpoint_map"): - setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) - if hasattr(self, "endpoint_regional"): - setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) - + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'AllocatePublicIpAddress','ecs') def get_IpAddress(self): return self.get_query_params().get('IpAddress') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ApplyAutoSnapshotPolicyRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ApplyAutoSnapshotPolicyRequest.py index 7f7383bb5b..775d6c6bb6 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ApplyAutoSnapshotPolicyRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ApplyAutoSnapshotPolicyRequest.py @@ -18,17 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest -from aliyunsdkecs.endpoint import endpoint_data class ApplyAutoSnapshotPolicyRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ApplyAutoSnapshotPolicy','ecs') - if hasattr(self, "endpoint_map"): - setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) - if hasattr(self, "endpoint_regional"): - setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) - + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ApplyAutoSnapshotPolicy','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AssignIpv6AddressesRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AssignIpv6AddressesRequest.py index 56e3eb7635..100f8c05f8 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AssignIpv6AddressesRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AssignIpv6AddressesRequest.py @@ -18,17 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest -from aliyunsdkecs.endpoint import endpoint_data class AssignIpv6AddressesRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'AssignIpv6Addresses','ecs') - if hasattr(self, "endpoint_map"): - setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) - if hasattr(self, "endpoint_regional"): - setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) - + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'AssignIpv6Addresses','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AssignPrivateIpAddressesRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AssignPrivateIpAddressesRequest.py index 42f4603a37..f2d85b401c 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AssignPrivateIpAddressesRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AssignPrivateIpAddressesRequest.py @@ -18,17 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest -from aliyunsdkecs.endpoint import endpoint_data class AssignPrivateIpAddressesRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'AssignPrivateIpAddresses','ecs') - if hasattr(self, "endpoint_map"): - setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) - if hasattr(self, "endpoint_regional"): - setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) - + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'AssignPrivateIpAddresses','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AssociateEipAddressRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AssociateEipAddressRequest.py index eaa25a2cfa..a63c7c77fb 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AssociateEipAddressRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AssociateEipAddressRequest.py @@ -18,17 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest -from aliyunsdkecs.endpoint import endpoint_data class AssociateEipAddressRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'AssociateEipAddress','ecs') - if hasattr(self, "endpoint_map"): - setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) - if hasattr(self, "endpoint_regional"): - setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) - + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'AssociateEipAddress','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AssociateHaVipRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AssociateHaVipRequest.py index af23f1778e..c2c83fb34e 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AssociateHaVipRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AssociateHaVipRequest.py @@ -18,17 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest -from aliyunsdkecs.endpoint import endpoint_data class AssociateHaVipRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'AssociateHaVip','ecs') - if hasattr(self, "endpoint_map"): - setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) - if hasattr(self, "endpoint_regional"): - setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) - + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'AssociateHaVip','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AttachClassicLinkVpcRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AttachClassicLinkVpcRequest.py index 7ae364a3ed..3546e72c3e 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AttachClassicLinkVpcRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AttachClassicLinkVpcRequest.py @@ -18,17 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest -from aliyunsdkecs.endpoint import endpoint_data class AttachClassicLinkVpcRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'AttachClassicLinkVpc','ecs') - if hasattr(self, "endpoint_map"): - setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) - if hasattr(self, "endpoint_regional"): - setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) - + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'AttachClassicLinkVpc','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AttachDiskRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AttachDiskRequest.py index 1e1405e5fa..f3fd278956 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AttachDiskRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AttachDiskRequest.py @@ -18,17 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest -from aliyunsdkecs.endpoint import endpoint_data class AttachDiskRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'AttachDisk','ecs') - if hasattr(self, "endpoint_map"): - setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) - if hasattr(self, "endpoint_regional"): - setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) - + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'AttachDisk','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -36,6 +30,24 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) + def get_KeyPairName(self): + return self.get_query_params().get('KeyPairName') + + def set_KeyPairName(self,KeyPairName): + self.add_query_param('KeyPairName',KeyPairName) + + def get_Bootable(self): + return self.get_query_params().get('Bootable') + + def set_Bootable(self,Bootable): + self.add_query_param('Bootable',Bootable) + + def get_Password(self): + return self.get_query_params().get('Password') + + def set_Password(self,Password): + self.add_query_param('Password',Password) + def get_DiskId(self): return self.get_query_params().get('DiskId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AttachInstanceRamRoleRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AttachInstanceRamRoleRequest.py index aa7f32c6e8..482dacfea3 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AttachInstanceRamRoleRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AttachInstanceRamRoleRequest.py @@ -18,17 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest -from aliyunsdkecs.endpoint import endpoint_data class AttachInstanceRamRoleRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'AttachInstanceRamRole','ecs') - if hasattr(self, "endpoint_map"): - setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) - if hasattr(self, "endpoint_regional"): - setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) - + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'AttachInstanceRamRole','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AttachKeyPairRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AttachKeyPairRequest.py index 26ddc14f8e..ee0b0c7e2b 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AttachKeyPairRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AttachKeyPairRequest.py @@ -18,17 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest -from aliyunsdkecs.endpoint import endpoint_data class AttachKeyPairRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'AttachKeyPair','ecs') - if hasattr(self, "endpoint_map"): - setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) - if hasattr(self, "endpoint_regional"): - setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) - + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'AttachKeyPair','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AttachNetworkInterfaceRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AttachNetworkInterfaceRequest.py index 56eb8bac5f..fbfc234e26 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AttachNetworkInterfaceRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AttachNetworkInterfaceRequest.py @@ -18,17 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest -from aliyunsdkecs.endpoint import endpoint_data class AttachNetworkInterfaceRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'AttachNetworkInterface','ecs') - if hasattr(self, "endpoint_map"): - setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) - if hasattr(self, "endpoint_regional"): - setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) - + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'AttachNetworkInterface','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AuthorizeSecurityGroupEgressRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AuthorizeSecurityGroupEgressRequest.py index 2295a61ec1..d5a202445c 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AuthorizeSecurityGroupEgressRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AuthorizeSecurityGroupEgressRequest.py @@ -18,17 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest -from aliyunsdkecs.endpoint import endpoint_data class AuthorizeSecurityGroupEgressRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'AuthorizeSecurityGroupEgress','ecs') - if hasattr(self, "endpoint_map"): - setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) - if hasattr(self, "endpoint_regional"): - setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) - + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'AuthorizeSecurityGroupEgress','ecs') def get_NicType(self): return self.get_query_params().get('NicType') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AuthorizeSecurityGroupRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AuthorizeSecurityGroupRequest.py index eebafe2980..b55649b426 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AuthorizeSecurityGroupRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AuthorizeSecurityGroupRequest.py @@ -18,17 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest -from aliyunsdkecs.endpoint import endpoint_data class AuthorizeSecurityGroupRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'AuthorizeSecurityGroup','ecs') - if hasattr(self, "endpoint_map"): - setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) - if hasattr(self, "endpoint_regional"): - setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) - + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'AuthorizeSecurityGroup','ecs') def get_NicType(self): return self.get_query_params().get('NicType') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CancelAutoSnapshotPolicyRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CancelAutoSnapshotPolicyRequest.py index 36e5ea65de..45ed7ec859 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CancelAutoSnapshotPolicyRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CancelAutoSnapshotPolicyRequest.py @@ -18,17 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest -from aliyunsdkecs.endpoint import endpoint_data class CancelAutoSnapshotPolicyRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CancelAutoSnapshotPolicy','ecs') - if hasattr(self, "endpoint_map"): - setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) - if hasattr(self, "endpoint_regional"): - setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) - + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CancelAutoSnapshotPolicy','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CancelCopyImageRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CancelCopyImageRequest.py index 798f40b62b..0a331bed91 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CancelCopyImageRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CancelCopyImageRequest.py @@ -18,17 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest -from aliyunsdkecs.endpoint import endpoint_data class CancelCopyImageRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CancelCopyImage','ecs') - if hasattr(self, "endpoint_map"): - setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) - if hasattr(self, "endpoint_regional"): - setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) - + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CancelCopyImage','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CancelPhysicalConnectionRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CancelPhysicalConnectionRequest.py index a121c4035b..b4d6fced94 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CancelPhysicalConnectionRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CancelPhysicalConnectionRequest.py @@ -18,17 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest -from aliyunsdkecs.endpoint import endpoint_data class CancelPhysicalConnectionRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CancelPhysicalConnection','ecs') - if hasattr(self, "endpoint_map"): - setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) - if hasattr(self, "endpoint_regional"): - setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) - + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CancelPhysicalConnection','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CancelSimulatedSystemEventsRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CancelSimulatedSystemEventsRequest.py index c03cc2f2ef..fde77bfe24 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CancelSimulatedSystemEventsRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CancelSimulatedSystemEventsRequest.py @@ -18,17 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest -from aliyunsdkecs.endpoint import endpoint_data class CancelSimulatedSystemEventsRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CancelSimulatedSystemEvents','ecs') - if hasattr(self, "endpoint_map"): - setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) - if hasattr(self, "endpoint_regional"): - setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) - + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CancelSimulatedSystemEvents','ecs') def get_EventIds(self): return self.get_query_params().get('EventIds') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CancelTaskRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CancelTaskRequest.py index 9c0a7d16be..ea309680c1 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CancelTaskRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CancelTaskRequest.py @@ -18,17 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest -from aliyunsdkecs.endpoint import endpoint_data class CancelTaskRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CancelTask','ecs') - if hasattr(self, "endpoint_map"): - setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) - if hasattr(self, "endpoint_regional"): - setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) - + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CancelTask','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ConnectRouterInterfaceRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ConnectRouterInterfaceRequest.py index cd6004921e..b8573e9fbf 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ConnectRouterInterfaceRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ConnectRouterInterfaceRequest.py @@ -18,17 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest -from aliyunsdkecs.endpoint import endpoint_data class ConnectRouterInterfaceRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ConnectRouterInterface','ecs') - if hasattr(self, "endpoint_map"): - setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) - if hasattr(self, "endpoint_regional"): - setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) - + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ConnectRouterInterface','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ConvertNatPublicIpToEipRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ConvertNatPublicIpToEipRequest.py index 1075a191dc..de494ab4d6 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ConvertNatPublicIpToEipRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ConvertNatPublicIpToEipRequest.py @@ -18,17 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest -from aliyunsdkecs.endpoint import endpoint_data class ConvertNatPublicIpToEipRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ConvertNatPublicIpToEip','ecs') - if hasattr(self, "endpoint_map"): - setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) - if hasattr(self, "endpoint_regional"): - setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) - + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ConvertNatPublicIpToEip','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CopyImageRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CopyImageRequest.py index d7f299e85d..9c177235d4 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CopyImageRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CopyImageRequest.py @@ -18,17 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest -from aliyunsdkecs.endpoint import endpoint_data class CopyImageRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CopyImage','ecs') - if hasattr(self, "endpoint_map"): - setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) - if hasattr(self, "endpoint_regional"): - setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) - + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CopyImage','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateAutoProvisioningGroupRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateAutoProvisioningGroupRequest.py index 88014582d8..3d1f25802a 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateAutoProvisioningGroupRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateAutoProvisioningGroupRequest.py @@ -18,17 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest -from aliyunsdkecs.endpoint import endpoint_data class CreateAutoProvisioningGroupRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateAutoProvisioningGroup','ecs') - if hasattr(self, "endpoint_map"): - setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) - if hasattr(self, "endpoint_regional"): - setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) - + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateAutoProvisioningGroup','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateAutoSnapshotPolicyRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateAutoSnapshotPolicyRequest.py index 278b17be40..3a23a963b4 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateAutoSnapshotPolicyRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateAutoSnapshotPolicyRequest.py @@ -18,17 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest -from aliyunsdkecs.endpoint import endpoint_data class CreateAutoSnapshotPolicyRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateAutoSnapshotPolicy','ecs') - if hasattr(self, "endpoint_map"): - setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) - if hasattr(self, "endpoint_regional"): - setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) - + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateAutoSnapshotPolicy','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateCommandRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateCommandRequest.py index 697061348f..087db50103 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateCommandRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateCommandRequest.py @@ -18,17 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest -from aliyunsdkecs.endpoint import endpoint_data class CreateCommandRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateCommand','ecs') - if hasattr(self, "endpoint_map"): - setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) - if hasattr(self, "endpoint_regional"): - setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) - + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateCommand','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateDemandRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateDemandRequest.py new file mode 100644 index 0000000000..dfa3220d4d --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateDemandRequest.py @@ -0,0 +1,115 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class CreateDemandRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateDemand','ecs') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_ClientToken(self): + return self.get_query_params().get('ClientToken') + + def set_ClientToken(self,ClientToken): + self.add_query_param('ClientToken',ClientToken) + + def get_StartTime(self): + return self.get_query_params().get('StartTime') + + def set_StartTime(self,StartTime): + self.add_query_param('StartTime',StartTime) + + def get_DemandDescription(self): + return self.get_query_params().get('DemandDescription') + + def set_DemandDescription(self,DemandDescription): + self.add_query_param('DemandDescription',DemandDescription) + + def get_InstanceType(self): + return self.get_query_params().get('InstanceType') + + def set_InstanceType(self,InstanceType): + self.add_query_param('InstanceType',InstanceType) + + def get_InstanceChargeType(self): + return self.get_query_params().get('InstanceChargeType') + + def set_InstanceChargeType(self,InstanceChargeType): + self.add_query_param('InstanceChargeType',InstanceChargeType) + + def get_DemandName(self): + return self.get_query_params().get('DemandName') + + def set_DemandName(self,DemandName): + self.add_query_param('DemandName',DemandName) + + def get_Amount(self): + return self.get_query_params().get('Amount') + + def set_Amount(self,Amount): + self.add_query_param('Amount',Amount) + + def get_Period(self): + return self.get_query_params().get('Period') + + def set_Period(self,Period): + self.add_query_param('Period',Period) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_EndTime(self): + return self.get_query_params().get('EndTime') + + def set_EndTime(self,EndTime): + self.add_query_param('EndTime',EndTime) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_PeriodUnit(self): + return self.get_query_params().get('PeriodUnit') + + def set_PeriodUnit(self,PeriodUnit): + self.add_query_param('PeriodUnit',PeriodUnit) + + def get_ZoneId(self): + return self.get_query_params().get('ZoneId') + + def set_ZoneId(self,ZoneId): + self.add_query_param('ZoneId',ZoneId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateDeploymentSetRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateDeploymentSetRequest.py index 374d15b7c9..9703eb4e74 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateDeploymentSetRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateDeploymentSetRequest.py @@ -18,17 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest -from aliyunsdkecs.endpoint import endpoint_data class CreateDeploymentSetRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateDeploymentSet','ecs') - if hasattr(self, "endpoint_map"): - setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) - if hasattr(self, "endpoint_regional"): - setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) - + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateDeploymentSet','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateDiskRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateDiskRequest.py index 7d974e4c10..675fcfdf6c 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateDiskRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateDiskRequest.py @@ -18,17 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest -from aliyunsdkecs.endpoint import endpoint_data class CreateDiskRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateDisk','ecs') - if hasattr(self, "endpoint_map"): - setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) - if hasattr(self, "endpoint_regional"): - setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) - + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateDisk','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateFleetRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateFleetRequest.py deleted file mode 100644 index db6b0381dd..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateFleetRequest.py +++ /dev/null @@ -1,192 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest -from aliyunsdkecs.endpoint import endpoint_data - -class CreateFleetRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateFleet','ecs') - if hasattr(self, "endpoint_map"): - setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) - if hasattr(self, "endpoint_regional"): - setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) - - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_FleetType(self): - return self.get_query_params().get('FleetType') - - def set_FleetType(self,FleetType): - self.add_query_param('FleetType',FleetType) - - def get_Description(self): - return self.get_query_params().get('Description') - - def set_Description(self,Description): - self.add_query_param('Description',Description) - - def get_TerminateInstancesWithExpiration(self): - return self.get_query_params().get('TerminateInstancesWithExpiration') - - def set_TerminateInstancesWithExpiration(self,TerminateInstancesWithExpiration): - self.add_query_param('TerminateInstancesWithExpiration',TerminateInstancesWithExpiration) - - def get_OnDemandTargetCapacity(self): - return self.get_query_params().get('OnDemandTargetCapacity') - - def set_OnDemandTargetCapacity(self,OnDemandTargetCapacity): - self.add_query_param('OnDemandTargetCapacity',OnDemandTargetCapacity) - - def get_FleetName(self): - return self.get_query_params().get('FleetName') - - def set_FleetName(self,FleetName): - self.add_query_param('FleetName',FleetName) - - def get_SpotAllocationStrategy(self): - return self.get_query_params().get('SpotAllocationStrategy') - - def set_SpotAllocationStrategy(self,SpotAllocationStrategy): - self.add_query_param('SpotAllocationStrategy',SpotAllocationStrategy) - - def get_TerminateInstances(self): - return self.get_query_params().get('TerminateInstances') - - def set_TerminateInstances(self,TerminateInstances): - self.add_query_param('TerminateInstances',TerminateInstances) - - def get_DefaultTargetCapacityType(self): - return self.get_query_params().get('DefaultTargetCapacityType') - - def set_DefaultTargetCapacityType(self,DefaultTargetCapacityType): - self.add_query_param('DefaultTargetCapacityType',DefaultTargetCapacityType) - - def get_ExcessCapacityTerminationPolicy(self): - return self.get_query_params().get('ExcessCapacityTerminationPolicy') - - def set_ExcessCapacityTerminationPolicy(self,ExcessCapacityTerminationPolicy): - self.add_query_param('ExcessCapacityTerminationPolicy',ExcessCapacityTerminationPolicy) - - def get_LaunchTemplateConfigs(self): - return self.get_query_params().get('LaunchTemplateConfigs') - - def set_LaunchTemplateConfigs(self,LaunchTemplateConfigs): - for i in range(len(LaunchTemplateConfigs)): - if LaunchTemplateConfigs[i].get('InstanceType') is not None: - self.add_query_param('LaunchTemplateConfig.' + str(i + 1) + '.InstanceType' , LaunchTemplateConfigs[i].get('InstanceType')) - if LaunchTemplateConfigs[i].get('MaxPrice') is not None: - self.add_query_param('LaunchTemplateConfig.' + str(i + 1) + '.MaxPrice' , LaunchTemplateConfigs[i].get('MaxPrice')) - if LaunchTemplateConfigs[i].get('VSwitchId') is not None: - self.add_query_param('LaunchTemplateConfig.' + str(i + 1) + '.VSwitchId' , LaunchTemplateConfigs[i].get('VSwitchId')) - if LaunchTemplateConfigs[i].get('WeightedCapacity') is not None: - self.add_query_param('LaunchTemplateConfig.' + str(i + 1) + '.WeightedCapacity' , LaunchTemplateConfigs[i].get('WeightedCapacity')) - if LaunchTemplateConfigs[i].get('Priority') is not None: - self.add_query_param('LaunchTemplateConfig.' + str(i + 1) + '.Priority' , LaunchTemplateConfigs[i].get('Priority')) - - - def get_ValidUntil(self): - return self.get_query_params().get('ValidUntil') - - def set_ValidUntil(self,ValidUntil): - self.add_query_param('ValidUntil',ValidUntil) - - def get_FillGapWithOnDemand(self): - return self.get_query_params().get('FillGapWithOnDemand') - - def set_FillGapWithOnDemand(self,FillGapWithOnDemand): - self.add_query_param('FillGapWithOnDemand',FillGapWithOnDemand) - - def get_SpotInstanceInterruptionBehavior(self): - return self.get_query_params().get('SpotInstanceInterruptionBehavior') - - def set_SpotInstanceInterruptionBehavior(self,SpotInstanceInterruptionBehavior): - self.add_query_param('SpotInstanceInterruptionBehavior',SpotInstanceInterruptionBehavior) - - def get_LaunchTemplateId(self): - return self.get_query_params().get('LaunchTemplateId') - - def set_LaunchTemplateId(self,LaunchTemplateId): - self.add_query_param('LaunchTemplateId',LaunchTemplateId) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_SpotInstancePoolsToUseCount(self): - return self.get_query_params().get('SpotInstancePoolsToUseCount') - - def set_SpotInstancePoolsToUseCount(self,SpotInstancePoolsToUseCount): - self.add_query_param('SpotInstancePoolsToUseCount',SpotInstancePoolsToUseCount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_LaunchTemplateVersion(self): - return self.get_query_params().get('LaunchTemplateVersion') - - def set_LaunchTemplateVersion(self,LaunchTemplateVersion): - self.add_query_param('LaunchTemplateVersion',LaunchTemplateVersion) - - def get_TotalTargetCapacity(self): - return self.get_query_params().get('TotalTargetCapacity') - - def set_TotalTargetCapacity(self,TotalTargetCapacity): - self.add_query_param('TotalTargetCapacity',TotalTargetCapacity) - - def get_OnDemandAllocationStrategy(self): - return self.get_query_params().get('OnDemandAllocationStrategy') - - def set_OnDemandAllocationStrategy(self,OnDemandAllocationStrategy): - self.add_query_param('OnDemandAllocationStrategy',OnDemandAllocationStrategy) - - def get_SpotTargetCapacity(self): - return self.get_query_params().get('SpotTargetCapacity') - - def set_SpotTargetCapacity(self,SpotTargetCapacity): - self.add_query_param('SpotTargetCapacity',SpotTargetCapacity) - - def get_ValidFrom(self): - return self.get_query_params().get('ValidFrom') - - def set_ValidFrom(self,ValidFrom): - self.add_query_param('ValidFrom',ValidFrom) - - def get_MaxSpotPrice(self): - return self.get_query_params().get('MaxSpotPrice') - - def set_MaxSpotPrice(self,MaxSpotPrice): - self.add_query_param('MaxSpotPrice',MaxSpotPrice) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateForwardEntryRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateForwardEntryRequest.py index 712d49f45b..d99d6599bd 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateForwardEntryRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateForwardEntryRequest.py @@ -18,17 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest -from aliyunsdkecs.endpoint import endpoint_data class CreateForwardEntryRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateForwardEntry','ecs') - if hasattr(self, "endpoint_map"): - setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) - if hasattr(self, "endpoint_regional"): - setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) - + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateForwardEntry','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateHaVipRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateHaVipRequest.py index c78157a5a7..f284ede787 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateHaVipRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateHaVipRequest.py @@ -18,17 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest -from aliyunsdkecs.endpoint import endpoint_data class CreateHaVipRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateHaVip','ecs') - if hasattr(self, "endpoint_map"): - setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) - if hasattr(self, "endpoint_regional"): - setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) - + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateHaVip','ecs') def get_IpAddress(self): return self.get_query_params().get('IpAddress') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateHpcClusterRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateHpcClusterRequest.py index 039c4d862f..613aa8c54b 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateHpcClusterRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateHpcClusterRequest.py @@ -18,17 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest -from aliyunsdkecs.endpoint import endpoint_data class CreateHpcClusterRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateHpcCluster','ecs') - if hasattr(self, "endpoint_map"): - setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) - if hasattr(self, "endpoint_regional"): - setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) - + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateHpcCluster','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateImageRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateImageRequest.py index 1879a279d9..10a5177570 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateImageRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateImageRequest.py @@ -18,17 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest -from aliyunsdkecs.endpoint import endpoint_data class CreateImageRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateImage','ecs') - if hasattr(self, "endpoint_map"): - setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) - if hasattr(self, "endpoint_regional"): - setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) - + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateImage','ecs') def get_DiskDeviceMappings(self): return self.get_query_params().get('DiskDeviceMappings') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateInstanceRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateInstanceRequest.py index 89842a89f1..cbd71d0f80 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateInstanceRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateInstanceRequest.py @@ -18,17 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest -from aliyunsdkecs.endpoint import endpoint_data class CreateInstanceRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateInstance','ecs') - if hasattr(self, "endpoint_map"): - setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) - if hasattr(self, "endpoint_regional"): - setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) - + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateInstance','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -131,12 +125,6 @@ def get_OwnerId(self): def set_OwnerId(self,OwnerId): self.add_query_param('OwnerId',OwnerId) - def get_CapacityReservationPreference(self): - return self.get_query_params().get('CapacityReservationPreference') - - def set_CapacityReservationPreference(self,CapacityReservationPreference): - self.add_query_param('CapacityReservationPreference',CapacityReservationPreference) - def get_VSwitchId(self): return self.get_query_params().get('VSwitchId') @@ -257,12 +245,6 @@ def get_SystemDiskCategory(self): def set_SystemDiskCategory(self,SystemDiskCategory): self.add_query_param('SystemDisk.Category',SystemDiskCategory) - def get_CapacityReservationId(self): - return self.get_query_params().get('CapacityReservationId') - - def set_CapacityReservationId(self,CapacityReservationId): - self.add_query_param('CapacityReservationId',CapacityReservationId) - def get_SystemDiskPerformanceLevel(self): return self.get_query_params().get('SystemDisk.PerformanceLevel') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateKeyPairRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateKeyPairRequest.py index 166779e2eb..eb8dad9d8f 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateKeyPairRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateKeyPairRequest.py @@ -18,17 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest -from aliyunsdkecs.endpoint import endpoint_data class CreateKeyPairRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateKeyPair','ecs') - if hasattr(self, "endpoint_map"): - setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) - if hasattr(self, "endpoint_regional"): - setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) - + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateKeyPair','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateLaunchTemplateRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateLaunchTemplateRequest.py index 390975de98..11fb49c17e 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateLaunchTemplateRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateLaunchTemplateRequest.py @@ -18,17 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest -from aliyunsdkecs.endpoint import endpoint_data class CreateLaunchTemplateRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateLaunchTemplate','ecs') - if hasattr(self, "endpoint_map"): - setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) - if hasattr(self, "endpoint_regional"): - setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) - + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateLaunchTemplate','ecs') def get_LaunchTemplateName(self): return self.get_query_params().get('LaunchTemplateName') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateLaunchTemplateVersionRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateLaunchTemplateVersionRequest.py index 7c81c8b70b..22c2570ae7 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateLaunchTemplateVersionRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateLaunchTemplateVersionRequest.py @@ -18,17 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest -from aliyunsdkecs.endpoint import endpoint_data class CreateLaunchTemplateVersionRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateLaunchTemplateVersion','ecs') - if hasattr(self, "endpoint_map"): - setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) - if hasattr(self, "endpoint_regional"): - setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) - + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateLaunchTemplateVersion','ecs') def get_LaunchTemplateName(self): return self.get_query_params().get('LaunchTemplateName') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateNatGatewayRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateNatGatewayRequest.py index f6bc6828c9..97ead71405 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateNatGatewayRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateNatGatewayRequest.py @@ -18,17 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest -from aliyunsdkecs.endpoint import endpoint_data class CreateNatGatewayRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateNatGateway','ecs') - if hasattr(self, "endpoint_map"): - setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) - if hasattr(self, "endpoint_regional"): - setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) - + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateNatGateway','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateNetworkInterfacePermissionRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateNetworkInterfacePermissionRequest.py index fab168626d..3f894fc020 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateNetworkInterfacePermissionRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateNetworkInterfacePermissionRequest.py @@ -18,17 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest -from aliyunsdkecs.endpoint import endpoint_data class CreateNetworkInterfacePermissionRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateNetworkInterfacePermission','ecs') - if hasattr(self, "endpoint_map"): - setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) - if hasattr(self, "endpoint_regional"): - setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) - + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateNetworkInterfacePermission','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateNetworkInterfaceRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateNetworkInterfaceRequest.py index 81aee4e10a..233444531a 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateNetworkInterfaceRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateNetworkInterfaceRequest.py @@ -18,17 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest -from aliyunsdkecs.endpoint import endpoint_data class CreateNetworkInterfaceRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateNetworkInterface','ecs') - if hasattr(self, "endpoint_map"): - setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) - if hasattr(self, "endpoint_regional"): - setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) - + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateNetworkInterface','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -54,6 +48,12 @@ def get_Description(self): def set_Description(self,Description): self.add_query_param('Description',Description) + def get_SecondaryPrivateIpAddressCount(self): + return self.get_query_params().get('SecondaryPrivateIpAddressCount') + + def set_SecondaryPrivateIpAddressCount(self,SecondaryPrivateIpAddressCount): + self.add_query_param('SecondaryPrivateIpAddressCount',SecondaryPrivateIpAddressCount) + def get_BusinessType(self): return self.get_query_params().get('BusinessType') @@ -107,12 +107,28 @@ def get_OwnerId(self): def set_OwnerId(self,OwnerId): self.add_query_param('OwnerId',OwnerId) + def get_SecurityGroupIdss(self): + return self.get_query_params().get('SecurityGroupIdss') + + def set_SecurityGroupIdss(self,SecurityGroupIdss): + for i in range(len(SecurityGroupIdss)): + if SecurityGroupIdss[i] is not None: + self.add_query_param('SecurityGroupIds.' + str(i + 1) , SecurityGroupIdss[i]); + def get_VSwitchId(self): return self.get_query_params().get('VSwitchId') def set_VSwitchId(self,VSwitchId): self.add_query_param('VSwitchId',VSwitchId) + def get_PrivateIpAddresss(self): + return self.get_query_params().get('PrivateIpAddresss') + + def set_PrivateIpAddresss(self,PrivateIpAddresss): + for i in range(len(PrivateIpAddresss)): + if PrivateIpAddresss[i] is not None: + self.add_query_param('PrivateIpAddress.' + str(i + 1) , PrivateIpAddresss[i]); + def get_PrimaryIpAddress(self): return self.get_query_params().get('PrimaryIpAddress') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreatePhysicalConnectionRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreatePhysicalConnectionRequest.py index 284a452c54..e5951538fd 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreatePhysicalConnectionRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreatePhysicalConnectionRequest.py @@ -18,17 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest -from aliyunsdkecs.endpoint import endpoint_data class CreatePhysicalConnectionRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreatePhysicalConnection','ecs') - if hasattr(self, "endpoint_map"): - setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) - if hasattr(self, "endpoint_regional"): - setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) - + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreatePhysicalConnection','ecs') def get_AccessPointId(self): return self.get_query_params().get('AccessPointId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateRouteEntryRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateRouteEntryRequest.py index dbaa7a4f3f..f042c57f2b 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateRouteEntryRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateRouteEntryRequest.py @@ -18,17 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest -from aliyunsdkecs.endpoint import endpoint_data class CreateRouteEntryRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateRouteEntry','ecs') - if hasattr(self, "endpoint_map"): - setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) - if hasattr(self, "endpoint_regional"): - setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) - + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateRouteEntry','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateRouterInterfaceRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateRouterInterfaceRequest.py index ea7bb818fd..4ac4225418 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateRouterInterfaceRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateRouterInterfaceRequest.py @@ -18,17 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest -from aliyunsdkecs.endpoint import endpoint_data class CreateRouterInterfaceRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateRouterInterface','ecs') - if hasattr(self, "endpoint_map"): - setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) - if hasattr(self, "endpoint_regional"): - setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) - + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateRouterInterface','ecs') def get_AccessPointId(self): return self.get_query_params().get('AccessPointId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateSecurityGroupRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateSecurityGroupRequest.py index e12d4e62ae..237c98fbd4 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateSecurityGroupRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateSecurityGroupRequest.py @@ -18,17 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest -from aliyunsdkecs.endpoint import endpoint_data class CreateSecurityGroupRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateSecurityGroup','ecs') - if hasattr(self, "endpoint_map"): - setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) - if hasattr(self, "endpoint_regional"): - setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) - + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateSecurityGroup','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateSimulatedSystemEventsRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateSimulatedSystemEventsRequest.py index e5f0db572e..5b0aff4e3b 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateSimulatedSystemEventsRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateSimulatedSystemEventsRequest.py @@ -18,17 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest -from aliyunsdkecs.endpoint import endpoint_data class CreateSimulatedSystemEventsRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateSimulatedSystemEvents','ecs') - if hasattr(self, "endpoint_map"): - setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) - if hasattr(self, "endpoint_regional"): - setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) - + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateSimulatedSystemEvents','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateSnapshotRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateSnapshotRequest.py index e824b3dc12..983fcc20b2 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateSnapshotRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateSnapshotRequest.py @@ -18,17 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest -from aliyunsdkecs.endpoint import endpoint_data class CreateSnapshotRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateSnapshot','ecs') - if hasattr(self, "endpoint_map"): - setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) - if hasattr(self, "endpoint_regional"): - setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) - + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateSnapshot','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -93,4 +87,10 @@ def get_RetentionDays(self): return self.get_query_params().get('RetentionDays') def set_RetentionDays(self,RetentionDays): - self.add_query_param('RetentionDays',RetentionDays) \ No newline at end of file + self.add_query_param('RetentionDays',RetentionDays) + + def get_Category(self): + return self.get_query_params().get('Category') + + def set_Category(self,Category): + self.add_query_param('Category',Category) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateStorageSetRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateStorageSetRequest.py index 483c9f5fbf..6b17a35c41 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateStorageSetRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateStorageSetRequest.py @@ -18,17 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest -from aliyunsdkecs.endpoint import endpoint_data class CreateStorageSetRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateStorageSet','ecs') - if hasattr(self, "endpoint_map"): - setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) - if hasattr(self, "endpoint_regional"): - setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) - + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateStorageSet','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateVSwitchRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateVSwitchRequest.py index 90829a68e3..7f35748fa5 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateVSwitchRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateVSwitchRequest.py @@ -18,17 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest -from aliyunsdkecs.endpoint import endpoint_data class CreateVSwitchRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateVSwitch','ecs') - if hasattr(self, "endpoint_map"): - setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) - if hasattr(self, "endpoint_regional"): - setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) - + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateVSwitch','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateVirtualBorderRouterRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateVirtualBorderRouterRequest.py index 2de196a11d..5aaa62c8bf 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateVirtualBorderRouterRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateVirtualBorderRouterRequest.py @@ -18,17 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest -from aliyunsdkecs.endpoint import endpoint_data class CreateVirtualBorderRouterRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateVirtualBorderRouter','ecs') - if hasattr(self, "endpoint_map"): - setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) - if hasattr(self, "endpoint_regional"): - setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) - + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateVirtualBorderRouter','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateVpcRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateVpcRequest.py index a0cbde904a..85d99675f6 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateVpcRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateVpcRequest.py @@ -18,17 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest -from aliyunsdkecs.endpoint import endpoint_data class CreateVpcRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateVpc','ecs') - if hasattr(self, "endpoint_map"): - setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) - if hasattr(self, "endpoint_regional"): - setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) - + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateVpc','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeactivateRouterInterfaceRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeactivateRouterInterfaceRequest.py index fabc85ad73..0708c719a6 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeactivateRouterInterfaceRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeactivateRouterInterfaceRequest.py @@ -18,17 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest -from aliyunsdkecs.endpoint import endpoint_data class DeactivateRouterInterfaceRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeactivateRouterInterface','ecs') - if hasattr(self, "endpoint_map"): - setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) - if hasattr(self, "endpoint_regional"): - setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) - + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeactivateRouterInterface','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteAutoProvisioningGroupRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteAutoProvisioningGroupRequest.py index bd1d42cda0..7908247379 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteAutoProvisioningGroupRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteAutoProvisioningGroupRequest.py @@ -18,17 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest -from aliyunsdkecs.endpoint import endpoint_data class DeleteAutoProvisioningGroupRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteAutoProvisioningGroup','ecs') - if hasattr(self, "endpoint_map"): - setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) - if hasattr(self, "endpoint_regional"): - setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) - + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteAutoProvisioningGroup','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteAutoSnapshotPolicyRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteAutoSnapshotPolicyRequest.py index 7c5dd191a9..9d72fc6c25 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteAutoSnapshotPolicyRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteAutoSnapshotPolicyRequest.py @@ -18,17 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest -from aliyunsdkecs.endpoint import endpoint_data class DeleteAutoSnapshotPolicyRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteAutoSnapshotPolicy','ecs') - if hasattr(self, "endpoint_map"): - setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) - if hasattr(self, "endpoint_regional"): - setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) - + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteAutoSnapshotPolicy','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteBandwidthPackageRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteBandwidthPackageRequest.py index e5f02fdad6..4c186f3c01 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteBandwidthPackageRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteBandwidthPackageRequest.py @@ -18,17 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest -from aliyunsdkecs.endpoint import endpoint_data class DeleteBandwidthPackageRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteBandwidthPackage','ecs') - if hasattr(self, "endpoint_map"): - setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) - if hasattr(self, "endpoint_regional"): - setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) - + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteBandwidthPackage','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteCommandRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteCommandRequest.py index 872ba9248d..6936fbce0c 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteCommandRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteCommandRequest.py @@ -18,17 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest -from aliyunsdkecs.endpoint import endpoint_data class DeleteCommandRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteCommand','ecs') - if hasattr(self, "endpoint_map"): - setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) - if hasattr(self, "endpoint_regional"): - setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) - + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteCommand','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeFleetHistoryRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteDemandRequest.py similarity index 72% rename from aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeFleetHistoryRequest.py rename to aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteDemandRequest.py index 2b74440f66..3ab9fcfa97 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeFleetHistoryRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteDemandRequest.py @@ -18,17 +18,17 @@ # under the License. from aliyunsdkcore.request import RpcRequest -from aliyunsdkecs.endpoint import endpoint_data -class DescribeFleetHistoryRequest(RpcRequest): +class DeleteDemandRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeFleetHistory','ecs') - if hasattr(self, "endpoint_map"): - setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) - if hasattr(self, "endpoint_regional"): - setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteDemand','ecs') + def get_Reason(self): + return self.get_query_params().get('Reason') + + def set_Reason(self,Reason): + self.add_query_param('Reason',Reason) def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -36,6 +36,12 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) + def get_ClientToken(self): + return self.get_query_params().get('ClientToken') + + def set_ClientToken(self,ClientToken): + self.add_query_param('ClientToken',ClientToken) + def get_ResourceOwnerAccount(self): return self.get_query_params().get('ResourceOwnerAccount') @@ -54,8 +60,8 @@ def get_OwnerId(self): def set_OwnerId(self,OwnerId): self.add_query_param('OwnerId',OwnerId) - def get_FleetId(self): - return self.get_query_params().get('FleetId') + def get_DemandId(self): + return self.get_query_params().get('DemandId') - def set_FleetId(self,FleetId): - self.add_query_param('FleetId',FleetId) \ No newline at end of file + def set_DemandId(self,DemandId): + self.add_query_param('DemandId',DemandId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteDeploymentSetRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteDeploymentSetRequest.py index 6cf15ddcdb..c9d8517a43 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteDeploymentSetRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteDeploymentSetRequest.py @@ -18,17 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest -from aliyunsdkecs.endpoint import endpoint_data class DeleteDeploymentSetRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteDeploymentSet','ecs') - if hasattr(self, "endpoint_map"): - setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) - if hasattr(self, "endpoint_regional"): - setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) - + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteDeploymentSet','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteDiskRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteDiskRequest.py index de92da2dba..955363d152 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteDiskRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteDiskRequest.py @@ -18,17 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest -from aliyunsdkecs.endpoint import endpoint_data class DeleteDiskRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteDisk','ecs') - if hasattr(self, "endpoint_map"): - setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) - if hasattr(self, "endpoint_regional"): - setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) - + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteDisk','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteForwardEntryRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteForwardEntryRequest.py index e7f4af5c56..391637748c 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteForwardEntryRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteForwardEntryRequest.py @@ -18,17 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest -from aliyunsdkecs.endpoint import endpoint_data class DeleteForwardEntryRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteForwardEntry','ecs') - if hasattr(self, "endpoint_map"): - setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) - if hasattr(self, "endpoint_regional"): - setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) - + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteForwardEntry','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteHaVipRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteHaVipRequest.py index 8cdfa7da92..671c5e2129 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteHaVipRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteHaVipRequest.py @@ -18,17 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest -from aliyunsdkecs.endpoint import endpoint_data class DeleteHaVipRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteHaVip','ecs') - if hasattr(self, "endpoint_map"): - setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) - if hasattr(self, "endpoint_regional"): - setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) - + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteHaVip','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteHpcClusterRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteHpcClusterRequest.py index b241fa69a9..eb49487db4 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteHpcClusterRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteHpcClusterRequest.py @@ -18,17 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest -from aliyunsdkecs.endpoint import endpoint_data class DeleteHpcClusterRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteHpcCluster','ecs') - if hasattr(self, "endpoint_map"): - setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) - if hasattr(self, "endpoint_regional"): - setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) - + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteHpcCluster','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteImageRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteImageRequest.py index b7b14ef237..d04acec5a7 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteImageRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteImageRequest.py @@ -18,17 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest -from aliyunsdkecs.endpoint import endpoint_data class DeleteImageRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteImage','ecs') - if hasattr(self, "endpoint_map"): - setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) - if hasattr(self, "endpoint_regional"): - setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) - + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteImage','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteInstanceRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteInstanceRequest.py index c1206c282e..bbfedd738e 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteInstanceRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteInstanceRequest.py @@ -18,17 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest -from aliyunsdkecs.endpoint import endpoint_data class DeleteInstanceRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteInstance','ecs') - if hasattr(self, "endpoint_map"): - setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) - if hasattr(self, "endpoint_regional"): - setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) - + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteInstance','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteInstancesRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteInstancesRequest.py index 0c6ad91a44..9cd156915b 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteInstancesRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteInstancesRequest.py @@ -18,17 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest -from aliyunsdkecs.endpoint import endpoint_data class DeleteInstancesRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteInstances','ecs') - if hasattr(self, "endpoint_map"): - setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) - if hasattr(self, "endpoint_regional"): - setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) - + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteInstances','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteKeyPairsRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteKeyPairsRequest.py index a13b3bab30..f2bcd3744c 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteKeyPairsRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteKeyPairsRequest.py @@ -18,17 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest -from aliyunsdkecs.endpoint import endpoint_data class DeleteKeyPairsRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteKeyPairs','ecs') - if hasattr(self, "endpoint_map"): - setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) - if hasattr(self, "endpoint_regional"): - setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) - + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteKeyPairs','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteLaunchTemplateRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteLaunchTemplateRequest.py index 0de9e83e9f..0a1070eda6 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteLaunchTemplateRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteLaunchTemplateRequest.py @@ -18,17 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest -from aliyunsdkecs.endpoint import endpoint_data class DeleteLaunchTemplateRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteLaunchTemplate','ecs') - if hasattr(self, "endpoint_map"): - setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) - if hasattr(self, "endpoint_regional"): - setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) - + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteLaunchTemplate','ecs') def get_LaunchTemplateName(self): return self.get_query_params().get('LaunchTemplateName') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteLaunchTemplateVersionRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteLaunchTemplateVersionRequest.py index 847a0a85cf..1a483c9b1b 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteLaunchTemplateVersionRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteLaunchTemplateVersionRequest.py @@ -18,17 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest -from aliyunsdkecs.endpoint import endpoint_data class DeleteLaunchTemplateVersionRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteLaunchTemplateVersion','ecs') - if hasattr(self, "endpoint_map"): - setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) - if hasattr(self, "endpoint_regional"): - setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) - + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteLaunchTemplateVersion','ecs') def get_LaunchTemplateName(self): return self.get_query_params().get('LaunchTemplateName') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteNatGatewayRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteNatGatewayRequest.py index 6a2550b163..69d089424d 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteNatGatewayRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteNatGatewayRequest.py @@ -18,17 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest -from aliyunsdkecs.endpoint import endpoint_data class DeleteNatGatewayRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteNatGateway','ecs') - if hasattr(self, "endpoint_map"): - setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) - if hasattr(self, "endpoint_regional"): - setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) - + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteNatGateway','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteNetworkInterfacePermissionRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteNetworkInterfacePermissionRequest.py index 2eecf043e0..9ec1f5127b 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteNetworkInterfacePermissionRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteNetworkInterfacePermissionRequest.py @@ -18,17 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest -from aliyunsdkecs.endpoint import endpoint_data class DeleteNetworkInterfacePermissionRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteNetworkInterfacePermission','ecs') - if hasattr(self, "endpoint_map"): - setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) - if hasattr(self, "endpoint_regional"): - setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) - + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteNetworkInterfacePermission','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteNetworkInterfaceRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteNetworkInterfaceRequest.py index e29cabafe3..f41c5aa556 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteNetworkInterfaceRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteNetworkInterfaceRequest.py @@ -18,17 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest -from aliyunsdkecs.endpoint import endpoint_data class DeleteNetworkInterfaceRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteNetworkInterface','ecs') - if hasattr(self, "endpoint_map"): - setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) - if hasattr(self, "endpoint_regional"): - setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) - + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteNetworkInterface','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeletePhysicalConnectionRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeletePhysicalConnectionRequest.py index 91f331f8f6..37a27b3947 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeletePhysicalConnectionRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeletePhysicalConnectionRequest.py @@ -18,17 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest -from aliyunsdkecs.endpoint import endpoint_data class DeletePhysicalConnectionRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeletePhysicalConnection','ecs') - if hasattr(self, "endpoint_map"): - setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) - if hasattr(self, "endpoint_regional"): - setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) - + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeletePhysicalConnection','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteRouteEntryRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteRouteEntryRequest.py index a0205adc9f..6bce7585a9 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteRouteEntryRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteRouteEntryRequest.py @@ -18,17 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest -from aliyunsdkecs.endpoint import endpoint_data class DeleteRouteEntryRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteRouteEntry','ecs') - if hasattr(self, "endpoint_map"): - setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) - if hasattr(self, "endpoint_regional"): - setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) - + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteRouteEntry','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteRouterInterfaceRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteRouterInterfaceRequest.py index 7e3b787062..34fb631d0c 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteRouterInterfaceRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteRouterInterfaceRequest.py @@ -18,17 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest -from aliyunsdkecs.endpoint import endpoint_data class DeleteRouterInterfaceRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteRouterInterface','ecs') - if hasattr(self, "endpoint_map"): - setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) - if hasattr(self, "endpoint_regional"): - setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) - + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteRouterInterface','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteSecurityGroupRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteSecurityGroupRequest.py index 58393f6eda..b32af6df04 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteSecurityGroupRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteSecurityGroupRequest.py @@ -18,17 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest -from aliyunsdkecs.endpoint import endpoint_data class DeleteSecurityGroupRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteSecurityGroup','ecs') - if hasattr(self, "endpoint_map"): - setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) - if hasattr(self, "endpoint_regional"): - setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) - + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteSecurityGroup','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteSnapshotRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteSnapshotRequest.py index 623257f106..9accf1b989 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteSnapshotRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteSnapshotRequest.py @@ -18,17 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest -from aliyunsdkecs.endpoint import endpoint_data class DeleteSnapshotRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteSnapshot','ecs') - if hasattr(self, "endpoint_map"): - setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) - if hasattr(self, "endpoint_regional"): - setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) - + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteSnapshot','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteStorageSetRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteStorageSetRequest.py index c7d4152b73..010c47ec44 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteStorageSetRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteStorageSetRequest.py @@ -18,17 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest -from aliyunsdkecs.endpoint import endpoint_data class DeleteStorageSetRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteStorageSet','ecs') - if hasattr(self, "endpoint_map"): - setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) - if hasattr(self, "endpoint_regional"): - setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) - + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteStorageSet','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteVSwitchRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteVSwitchRequest.py index 0c61c0ff08..10a886a76b 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteVSwitchRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteVSwitchRequest.py @@ -18,17 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest -from aliyunsdkecs.endpoint import endpoint_data class DeleteVSwitchRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteVSwitch','ecs') - if hasattr(self, "endpoint_map"): - setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) - if hasattr(self, "endpoint_regional"): - setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) - + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteVSwitch','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteVirtualBorderRouterRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteVirtualBorderRouterRequest.py index 7c284bbfd8..7bf78a7f49 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteVirtualBorderRouterRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteVirtualBorderRouterRequest.py @@ -18,17 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest -from aliyunsdkecs.endpoint import endpoint_data class DeleteVirtualBorderRouterRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteVirtualBorderRouter','ecs') - if hasattr(self, "endpoint_map"): - setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) - if hasattr(self, "endpoint_regional"): - setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) - + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteVirtualBorderRouter','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteVpcRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteVpcRequest.py index 435753550b..47995fffd4 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteVpcRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteVpcRequest.py @@ -18,17 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest -from aliyunsdkecs.endpoint import endpoint_data class DeleteVpcRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteVpc','ecs') - if hasattr(self, "endpoint_map"): - setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) - if hasattr(self, "endpoint_regional"): - setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) - + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteVpc','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeAccessPointsRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeAccessPointsRequest.py index 4bb25896fa..421a9e469d 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeAccessPointsRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeAccessPointsRequest.py @@ -18,17 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest -from aliyunsdkecs.endpoint import endpoint_data class DescribeAccessPointsRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeAccessPoints','ecs') - if hasattr(self, "endpoint_map"): - setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) - if hasattr(self, "endpoint_regional"): - setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) - + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeAccessPoints','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeAccountAttributesRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeAccountAttributesRequest.py index f32f81edb9..a26ec699b1 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeAccountAttributesRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeAccountAttributesRequest.py @@ -18,17 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest -from aliyunsdkecs.endpoint import endpoint_data class DescribeAccountAttributesRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeAccountAttributes','ecs') - if hasattr(self, "endpoint_map"): - setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) - if hasattr(self, "endpoint_regional"): - setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) - + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeAccountAttributes','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeAutoProvisioningGroupHistoryRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeAutoProvisioningGroupHistoryRequest.py index 84c4923d5f..6c78c41252 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeAutoProvisioningGroupHistoryRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeAutoProvisioningGroupHistoryRequest.py @@ -18,17 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest -from aliyunsdkecs.endpoint import endpoint_data class DescribeAutoProvisioningGroupHistoryRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeAutoProvisioningGroupHistory','ecs') - if hasattr(self, "endpoint_map"): - setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) - if hasattr(self, "endpoint_regional"): - setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) - + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeAutoProvisioningGroupHistory','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeAutoProvisioningGroupInstancesRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeAutoProvisioningGroupInstancesRequest.py index 674b88c53d..2d3535fcd6 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeAutoProvisioningGroupInstancesRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeAutoProvisioningGroupInstancesRequest.py @@ -18,17 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest -from aliyunsdkecs.endpoint import endpoint_data class DescribeAutoProvisioningGroupInstancesRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeAutoProvisioningGroupInstances','ecs') - if hasattr(self, "endpoint_map"): - setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) - if hasattr(self, "endpoint_regional"): - setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) - + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeAutoProvisioningGroupInstances','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeAutoProvisioningGroupsRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeAutoProvisioningGroupsRequest.py index 386f4a4e53..8219155327 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeAutoProvisioningGroupsRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeAutoProvisioningGroupsRequest.py @@ -18,17 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest -from aliyunsdkecs.endpoint import endpoint_data class DescribeAutoProvisioningGroupsRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeAutoProvisioningGroups','ecs') - if hasattr(self, "endpoint_map"): - setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) - if hasattr(self, "endpoint_regional"): - setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) - + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeAutoProvisioningGroups','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeAutoSnapshotPolicyExRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeAutoSnapshotPolicyExRequest.py index 5877894e37..0d0074e2cf 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeAutoSnapshotPolicyExRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeAutoSnapshotPolicyExRequest.py @@ -18,17 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest -from aliyunsdkecs.endpoint import endpoint_data class DescribeAutoSnapshotPolicyExRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeAutoSnapshotPolicyEx','ecs') - if hasattr(self, "endpoint_map"): - setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) - if hasattr(self, "endpoint_regional"): - setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) - + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeAutoSnapshotPolicyEx','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeAvailableResourceRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeAvailableResourceRequest.py index 7059d41095..43649027e9 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeAvailableResourceRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeAvailableResourceRequest.py @@ -18,17 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest -from aliyunsdkecs.endpoint import endpoint_data class DescribeAvailableResourceRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeAvailableResource','ecs') - if hasattr(self, "endpoint_map"): - setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) - if hasattr(self, "endpoint_regional"): - setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) - + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeAvailableResource','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeBandwidthLimitationRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeBandwidthLimitationRequest.py index aa17d37674..63fcb437fd 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeBandwidthLimitationRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeBandwidthLimitationRequest.py @@ -18,17 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest -from aliyunsdkecs.endpoint import endpoint_data class DescribeBandwidthLimitationRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeBandwidthLimitation','ecs') - if hasattr(self, "endpoint_map"): - setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) - if hasattr(self, "endpoint_regional"): - setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) - + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeBandwidthLimitation','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeBandwidthPackagesRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeBandwidthPackagesRequest.py index 1ad54437de..bb956f0c64 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeBandwidthPackagesRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeBandwidthPackagesRequest.py @@ -18,17 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest -from aliyunsdkecs.endpoint import endpoint_data class DescribeBandwidthPackagesRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeBandwidthPackages','ecs') - if hasattr(self, "endpoint_map"): - setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) - if hasattr(self, "endpoint_regional"): - setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) - + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeBandwidthPackages','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeClassicLinkInstancesRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeClassicLinkInstancesRequest.py index 5a202c4d50..dcf27f9f0c 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeClassicLinkInstancesRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeClassicLinkInstancesRequest.py @@ -18,17 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest -from aliyunsdkecs.endpoint import endpoint_data class DescribeClassicLinkInstancesRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeClassicLinkInstances','ecs') - if hasattr(self, "endpoint_map"): - setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) - if hasattr(self, "endpoint_regional"): - setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) - + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeClassicLinkInstances','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeCloudAssistantStatusRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeCloudAssistantStatusRequest.py index d10f9a5415..1686a53460 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeCloudAssistantStatusRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeCloudAssistantStatusRequest.py @@ -18,17 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest -from aliyunsdkecs.endpoint import endpoint_data class DescribeCloudAssistantStatusRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeCloudAssistantStatus','ecs') - if hasattr(self, "endpoint_map"): - setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) - if hasattr(self, "endpoint_regional"): - setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) - + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeCloudAssistantStatus','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeClustersRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeClustersRequest.py index 40ae3df664..808544ac02 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeClustersRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeClustersRequest.py @@ -18,17 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest -from aliyunsdkecs.endpoint import endpoint_data class DescribeClustersRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeClusters','ecs') - if hasattr(self, "endpoint_map"): - setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) - if hasattr(self, "endpoint_regional"): - setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) - + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeClusters','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeCommandsRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeCommandsRequest.py index ed71789eaf..68e42ddfe3 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeCommandsRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeCommandsRequest.py @@ -18,17 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest -from aliyunsdkecs.endpoint import endpoint_data class DescribeCommandsRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeCommands','ecs') - if hasattr(self, "endpoint_map"): - setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) - if hasattr(self, "endpoint_regional"): - setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) - + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeCommands','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeDedicatedHostAutoRenewRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeDedicatedHostAutoRenewRequest.py index 2bcf058506..a08a47fb49 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeDedicatedHostAutoRenewRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeDedicatedHostAutoRenewRequest.py @@ -18,17 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest -from aliyunsdkecs.endpoint import endpoint_data class DescribeDedicatedHostAutoRenewRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeDedicatedHostAutoRenew','ecs') - if hasattr(self, "endpoint_map"): - setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) - if hasattr(self, "endpoint_regional"): - setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) - + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeDedicatedHostAutoRenew','ecs') def get_DedicatedHostIds(self): return self.get_query_params().get('DedicatedHostIds') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeDedicatedHostTypesRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeDedicatedHostTypesRequest.py index 2521ec5d39..3035c4366d 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeDedicatedHostTypesRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeDedicatedHostTypesRequest.py @@ -18,17 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest -from aliyunsdkecs.endpoint import endpoint_data class DescribeDedicatedHostTypesRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeDedicatedHostTypes','ecs') - if hasattr(self, "endpoint_map"): - setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) - if hasattr(self, "endpoint_regional"): - setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) - + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeDedicatedHostTypes','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeDedicatedHostsRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeDedicatedHostsRequest.py index c8144bc4ed..b26e93ab75 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeDedicatedHostsRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeDedicatedHostsRequest.py @@ -18,17 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest -from aliyunsdkecs.endpoint import endpoint_data class DescribeDedicatedHostsRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeDedicatedHosts','ecs') - if hasattr(self, "endpoint_map"): - setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) - if hasattr(self, "endpoint_regional"): - setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) - + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeDedicatedHosts','ecs') def get_DedicatedHostIds(self): return self.get_query_params().get('DedicatedHostIds') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeDemandsRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeDemandsRequest.py index 91bfb47da9..455c5ab88d 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeDemandsRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeDemandsRequest.py @@ -18,17 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest -from aliyunsdkecs.endpoint import endpoint_data class DescribeDemandsRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeDemands','ecs') - if hasattr(self, "endpoint_map"): - setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) - if hasattr(self, "endpoint_regional"): - setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) - + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeDemands','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -109,8 +103,20 @@ def set_DemandStatuss(self,DemandStatuss): if DemandStatuss[i] is not None: self.add_query_param('DemandStatus.' + str(i + 1) , DemandStatuss[i]); + def get_DemandId(self): + return self.get_query_params().get('DemandId') + + def set_DemandId(self,DemandId): + self.add_query_param('DemandId',DemandId) + def get_ZoneId(self): return self.get_query_params().get('ZoneId') def set_ZoneId(self,ZoneId): - self.add_query_param('ZoneId',ZoneId) \ No newline at end of file + self.add_query_param('ZoneId',ZoneId) + + def get_DemandType(self): + return self.get_query_params().get('DemandType') + + def set_DemandType(self,DemandType): + self.add_query_param('DemandType',DemandType) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeDeploymentSetsRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeDeploymentSetsRequest.py index 933a791b5c..ef6c1c8b57 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeDeploymentSetsRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeDeploymentSetsRequest.py @@ -18,17 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest -from aliyunsdkecs.endpoint import endpoint_data class DescribeDeploymentSetsRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeDeploymentSets','ecs') - if hasattr(self, "endpoint_map"): - setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) - if hasattr(self, "endpoint_regional"): - setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) - + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeDeploymentSets','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeDiskMonitorDataRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeDiskMonitorDataRequest.py index 33a3d54a38..2ac1ecbb6b 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeDiskMonitorDataRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeDiskMonitorDataRequest.py @@ -18,17 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest -from aliyunsdkecs.endpoint import endpoint_data class DescribeDiskMonitorDataRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeDiskMonitorData','ecs') - if hasattr(self, "endpoint_map"): - setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) - if hasattr(self, "endpoint_regional"): - setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) - + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeDiskMonitorData','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeDisksFullStatusRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeDisksFullStatusRequest.py index 8e953037c8..2ab8588738 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeDisksFullStatusRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeDisksFullStatusRequest.py @@ -18,17 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest -from aliyunsdkecs.endpoint import endpoint_data class DescribeDisksFullStatusRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeDisksFullStatus','ecs') - if hasattr(self, "endpoint_map"): - setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) - if hasattr(self, "endpoint_regional"): - setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) - + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeDisksFullStatus','ecs') def get_EventIds(self): return self.get_query_params().get('EventIds') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeDisksRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeDisksRequest.py index b394aa3a50..4f12c19a79 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeDisksRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeDisksRequest.py @@ -18,17 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest -from aliyunsdkecs.endpoint import endpoint_data class DescribeDisksRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeDisks','ecs') - if hasattr(self, "endpoint_map"): - setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) - if hasattr(self, "endpoint_regional"): - setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) - + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeDisks','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeEipAddressesRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeEipAddressesRequest.py index 149b89debf..9c76a24caa 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeEipAddressesRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeEipAddressesRequest.py @@ -18,17 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest -from aliyunsdkecs.endpoint import endpoint_data class DescribeEipAddressesRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeEipAddresses','ecs') - if hasattr(self, "endpoint_map"): - setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) - if hasattr(self, "endpoint_regional"): - setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) - + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeEipAddresses','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeEipMonitorDataRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeEipMonitorDataRequest.py index d3472678cf..ec82c8e036 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeEipMonitorDataRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeEipMonitorDataRequest.py @@ -18,17 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest -from aliyunsdkecs.endpoint import endpoint_data class DescribeEipMonitorDataRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeEipMonitorData','ecs') - if hasattr(self, "endpoint_map"): - setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) - if hasattr(self, "endpoint_regional"): - setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) - + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeEipMonitorData','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeEniMonitorDataRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeEniMonitorDataRequest.py index 8f54fbd630..eb6d8edf88 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeEniMonitorDataRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeEniMonitorDataRequest.py @@ -18,17 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest -from aliyunsdkecs.endpoint import endpoint_data class DescribeEniMonitorDataRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeEniMonitorData','ecs') - if hasattr(self, "endpoint_map"): - setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) - if hasattr(self, "endpoint_regional"): - setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) - + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeEniMonitorData','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeForwardTableEntriesRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeForwardTableEntriesRequest.py index b9dc379369..c2f88ae720 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeForwardTableEntriesRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeForwardTableEntriesRequest.py @@ -18,17 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest -from aliyunsdkecs.endpoint import endpoint_data class DescribeForwardTableEntriesRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeForwardTableEntries','ecs') - if hasattr(self, "endpoint_map"): - setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) - if hasattr(self, "endpoint_regional"): - setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) - + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeForwardTableEntries','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeHaVipsRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeHaVipsRequest.py index 2027ca820e..a708a56dda 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeHaVipsRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeHaVipsRequest.py @@ -18,17 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest -from aliyunsdkecs.endpoint import endpoint_data class DescribeHaVipsRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeHaVips','ecs') - if hasattr(self, "endpoint_map"): - setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) - if hasattr(self, "endpoint_regional"): - setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) - + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeHaVips','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeHpcClustersRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeHpcClustersRequest.py index 806184b632..2f62fc57e0 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeHpcClustersRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeHpcClustersRequest.py @@ -18,17 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest -from aliyunsdkecs.endpoint import endpoint_data class DescribeHpcClustersRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeHpcClusters','ecs') - if hasattr(self, "endpoint_map"): - setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) - if hasattr(self, "endpoint_regional"): - setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) - + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeHpcClusters','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeImageSharePermissionRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeImageSharePermissionRequest.py index 7f26d0ec7f..46c5e98bbe 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeImageSharePermissionRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeImageSharePermissionRequest.py @@ -18,17 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest -from aliyunsdkecs.endpoint import endpoint_data class DescribeImageSharePermissionRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeImageSharePermission','ecs') - if hasattr(self, "endpoint_map"): - setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) - if hasattr(self, "endpoint_regional"): - setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) - + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeImageSharePermission','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeImageSupportInstanceTypesRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeImageSupportInstanceTypesRequest.py index 1f8cd75e1c..ed2cd2da3f 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeImageSupportInstanceTypesRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeImageSupportInstanceTypesRequest.py @@ -18,17 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest -from aliyunsdkecs.endpoint import endpoint_data class DescribeImageSupportInstanceTypesRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeImageSupportInstanceTypes','ecs') - if hasattr(self, "endpoint_map"): - setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) - if hasattr(self, "endpoint_regional"): - setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) - + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeImageSupportInstanceTypes','ecs') def get_ActionType(self): return self.get_query_params().get('ActionType') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeImagesRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeImagesRequest.py index bed7a91040..35b8ffd632 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeImagesRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeImagesRequest.py @@ -18,17 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest -from aliyunsdkecs.endpoint import endpoint_data class DescribeImagesRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeImages','ecs') - if hasattr(self, "endpoint_map"): - setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) - if hasattr(self, "endpoint_regional"): - setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) - + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeImages','ecs') def get_ActionType(self): return self.get_query_params().get('ActionType') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceAttributeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceAttributeRequest.py index b2e5b4fe5a..c29ecdc7b5 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceAttributeRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceAttributeRequest.py @@ -18,17 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest -from aliyunsdkecs.endpoint import endpoint_data class DescribeInstanceAttributeRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeInstanceAttribute','ecs') - if hasattr(self, "endpoint_map"): - setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) - if hasattr(self, "endpoint_regional"): - setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) - + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeInstanceAttribute','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceAutoRenewAttributeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceAutoRenewAttributeRequest.py index 8810a8505b..ad5c1ed3f9 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceAutoRenewAttributeRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceAutoRenewAttributeRequest.py @@ -18,17 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest -from aliyunsdkecs.endpoint import endpoint_data class DescribeInstanceAutoRenewAttributeRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeInstanceAutoRenewAttribute','ecs') - if hasattr(self, "endpoint_map"): - setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) - if hasattr(self, "endpoint_regional"): - setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) - + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeInstanceAutoRenewAttribute','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceHistoryEventsRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceHistoryEventsRequest.py index 55544e2f51..1c36c8cc8e 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceHistoryEventsRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceHistoryEventsRequest.py @@ -18,17 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest -from aliyunsdkecs.endpoint import endpoint_data class DescribeInstanceHistoryEventsRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeInstanceHistoryEvents','ecs') - if hasattr(self, "endpoint_map"): - setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) - if hasattr(self, "endpoint_regional"): - setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) - + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeInstanceHistoryEvents','ecs') def get_EventIds(self): return self.get_query_params().get('EventIds') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeFleetInstancesRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceMaintenanceAttributesRequest.py similarity index 76% rename from aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeFleetInstancesRequest.py rename to aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceMaintenanceAttributesRequest.py index 182e43d92a..89e488dda0 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeFleetInstancesRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceMaintenanceAttributesRequest.py @@ -18,17 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest -from aliyunsdkecs.endpoint import endpoint_data -class DescribeFleetInstancesRequest(RpcRequest): +class DescribeInstanceMaintenanceAttributesRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeFleetInstances','ecs') - if hasattr(self, "endpoint_map"): - setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) - if hasattr(self, "endpoint_regional"): - setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) - + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeInstanceMaintenanceAttributes','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -66,8 +60,10 @@ def get_OwnerId(self): def set_OwnerId(self,OwnerId): self.add_query_param('OwnerId',OwnerId) - def get_FleetId(self): - return self.get_query_params().get('FleetId') + def get_InstanceIds(self): + return self.get_query_params().get('InstanceIds') - def set_FleetId(self,FleetId): - self.add_query_param('FleetId',FleetId) \ No newline at end of file + def set_InstanceIds(self,InstanceIds): + for i in range(len(InstanceIds)): + if InstanceIds[i] is not None: + self.add_query_param('InstanceId.' + str(i + 1) , InstanceIds[i]); \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceMonitorDataRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceMonitorDataRequest.py index ffc791c599..93c738e79b 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceMonitorDataRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceMonitorDataRequest.py @@ -18,17 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest -from aliyunsdkecs.endpoint import endpoint_data class DescribeInstanceMonitorDataRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeInstanceMonitorData','ecs') - if hasattr(self, "endpoint_map"): - setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) - if hasattr(self, "endpoint_regional"): - setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) - + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeInstanceMonitorData','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceRamRoleRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceRamRoleRequest.py index a74ab0d36d..771b3c9ebc 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceRamRoleRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceRamRoleRequest.py @@ -18,17 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest -from aliyunsdkecs.endpoint import endpoint_data class DescribeInstanceRamRoleRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeInstanceRamRole','ecs') - if hasattr(self, "endpoint_map"): - setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) - if hasattr(self, "endpoint_regional"): - setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) - + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeInstanceRamRole','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceStatusRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceStatusRequest.py index 5f1ec9bdc2..de30130188 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceStatusRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceStatusRequest.py @@ -18,17 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest -from aliyunsdkecs.endpoint import endpoint_data class DescribeInstanceStatusRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeInstanceStatus','ecs') - if hasattr(self, "endpoint_map"): - setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) - if hasattr(self, "endpoint_regional"): - setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) - + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeInstanceStatus','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceTopologyRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceTopologyRequest.py index 0a52bbffec..d0fbd6abbe 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceTopologyRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceTopologyRequest.py @@ -18,17 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest -from aliyunsdkecs.endpoint import endpoint_data class DescribeInstanceTopologyRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeInstanceTopology','ecs') - if hasattr(self, "endpoint_map"): - setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) - if hasattr(self, "endpoint_regional"): - setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) - + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeInstanceTopology','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceTypeFamiliesRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceTypeFamiliesRequest.py index 4bc71aa003..ead70505c4 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceTypeFamiliesRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceTypeFamiliesRequest.py @@ -18,17 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest -from aliyunsdkecs.endpoint import endpoint_data class DescribeInstanceTypeFamiliesRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeInstanceTypeFamilies','ecs') - if hasattr(self, "endpoint_map"): - setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) - if hasattr(self, "endpoint_regional"): - setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) - + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeInstanceTypeFamilies','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceTypesRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceTypesRequest.py index f2c1dd61d6..9e45d3ced9 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceTypesRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceTypesRequest.py @@ -18,17 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest -from aliyunsdkecs.endpoint import endpoint_data class DescribeInstanceTypesRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeInstanceTypes','ecs') - if hasattr(self, "endpoint_map"): - setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) - if hasattr(self, "endpoint_regional"): - setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) - + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeInstanceTypes','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceVncPasswdRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceVncPasswdRequest.py index 4e1f30f280..680dce6a8a 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceVncPasswdRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceVncPasswdRequest.py @@ -18,17 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest -from aliyunsdkecs.endpoint import endpoint_data class DescribeInstanceVncPasswdRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeInstanceVncPasswd','ecs') - if hasattr(self, "endpoint_map"): - setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) - if hasattr(self, "endpoint_regional"): - setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) - + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeInstanceVncPasswd','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceVncUrlRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceVncUrlRequest.py index 7c40520b8a..11eac13531 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceVncUrlRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceVncUrlRequest.py @@ -18,17 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest -from aliyunsdkecs.endpoint import endpoint_data class DescribeInstanceVncUrlRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeInstanceVncUrl','ecs') - if hasattr(self, "endpoint_map"): - setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) - if hasattr(self, "endpoint_regional"): - setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) - + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeInstanceVncUrl','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstancesFullStatusRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstancesFullStatusRequest.py index 26c76db127..da9cd37769 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstancesFullStatusRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstancesFullStatusRequest.py @@ -18,17 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest -from aliyunsdkecs.endpoint import endpoint_data class DescribeInstancesFullStatusRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeInstancesFullStatus','ecs') - if hasattr(self, "endpoint_map"): - setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) - if hasattr(self, "endpoint_regional"): - setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) - + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeInstancesFullStatus','ecs') def get_EventIds(self): return self.get_query_params().get('EventIds') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstancesRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstancesRequest.py index 59c90c7d97..57d9245875 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstancesRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstancesRequest.py @@ -18,17 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest -from aliyunsdkecs.endpoint import endpoint_data class DescribeInstancesRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeInstances','ecs') - if hasattr(self, "endpoint_map"): - setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) - if hasattr(self, "endpoint_regional"): - setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) - + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeInstances','ecs') def get_InnerIpAddresses(self): return self.get_query_params().get('InnerIpAddresses') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInvocationResultsRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInvocationResultsRequest.py index 017de4ffe4..91d2c626ea 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInvocationResultsRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInvocationResultsRequest.py @@ -18,17 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest -from aliyunsdkecs.endpoint import endpoint_data class DescribeInvocationResultsRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeInvocationResults','ecs') - if hasattr(self, "endpoint_map"): - setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) - if hasattr(self, "endpoint_regional"): - setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) - + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeInvocationResults','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInvocationsRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInvocationsRequest.py index c0a2ec8477..629aa658bb 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInvocationsRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInvocationsRequest.py @@ -18,17 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest -from aliyunsdkecs.endpoint import endpoint_data class DescribeInvocationsRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeInvocations','ecs') - if hasattr(self, "endpoint_map"): - setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) - if hasattr(self, "endpoint_regional"): - setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) - + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeInvocations','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -42,6 +36,12 @@ def get_InvokeStatus(self): def set_InvokeStatus(self,InvokeStatus): self.add_query_param('InvokeStatus',InvokeStatus) + def get_IncludeOutput(self): + return self.get_query_params().get('IncludeOutput') + + def set_IncludeOutput(self,IncludeOutput): + self.add_query_param('IncludeOutput',IncludeOutput) + def get_CommandId(self): return self.get_query_params().get('CommandId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeKeyPairsRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeKeyPairsRequest.py index 0c9b190e03..6f22dd3273 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeKeyPairsRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeKeyPairsRequest.py @@ -18,17 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest -from aliyunsdkecs.endpoint import endpoint_data class DescribeKeyPairsRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeKeyPairs','ecs') - if hasattr(self, "endpoint_map"): - setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) - if hasattr(self, "endpoint_regional"): - setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) - + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeKeyPairs','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeLaunchTemplateVersionsRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeLaunchTemplateVersionsRequest.py index cb413b15b6..a4f57c91dc 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeLaunchTemplateVersionsRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeLaunchTemplateVersionsRequest.py @@ -18,17 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest -from aliyunsdkecs.endpoint import endpoint_data class DescribeLaunchTemplateVersionsRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeLaunchTemplateVersions','ecs') - if hasattr(self, "endpoint_map"): - setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) - if hasattr(self, "endpoint_regional"): - setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) - + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeLaunchTemplateVersions','ecs') def get_LaunchTemplateName(self): return self.get_query_params().get('LaunchTemplateName') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeLaunchTemplatesRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeLaunchTemplatesRequest.py index a981730bb3..b615ad6e0a 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeLaunchTemplatesRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeLaunchTemplatesRequest.py @@ -18,17 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest -from aliyunsdkecs.endpoint import endpoint_data class DescribeLaunchTemplatesRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeLaunchTemplates','ecs') - if hasattr(self, "endpoint_map"): - setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) - if hasattr(self, "endpoint_regional"): - setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) - + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeLaunchTemplates','ecs') def get_LaunchTemplateNames(self): return self.get_query_params().get('LaunchTemplateNames') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeLimitationRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeLimitationRequest.py index a98eff18a0..da5c390e89 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeLimitationRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeLimitationRequest.py @@ -18,17 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest -from aliyunsdkecs.endpoint import endpoint_data class DescribeLimitationRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeLimitation','ecs') - if hasattr(self, "endpoint_map"): - setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) - if hasattr(self, "endpoint_regional"): - setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) - + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeLimitation','ecs') def get_Limitation(self): return self.get_query_params().get('Limitation') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeNatGatewaysRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeNatGatewaysRequest.py index 9966e5b066..2018f379ee 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeNatGatewaysRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeNatGatewaysRequest.py @@ -18,17 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest -from aliyunsdkecs.endpoint import endpoint_data class DescribeNatGatewaysRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeNatGateways','ecs') - if hasattr(self, "endpoint_map"): - setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) - if hasattr(self, "endpoint_regional"): - setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) - + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeNatGateways','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeNetworkInterfacePermissionsRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeNetworkInterfacePermissionsRequest.py index 91aec9b80e..40b36572d0 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeNetworkInterfacePermissionsRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeNetworkInterfacePermissionsRequest.py @@ -18,17 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest -from aliyunsdkecs.endpoint import endpoint_data class DescribeNetworkInterfacePermissionsRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeNetworkInterfacePermissions','ecs') - if hasattr(self, "endpoint_map"): - setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) - if hasattr(self, "endpoint_regional"): - setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) - + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeNetworkInterfacePermissions','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeNetworkInterfacesRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeNetworkInterfacesRequest.py index 133fb7d4a1..94d0619b84 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeNetworkInterfacesRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeNetworkInterfacesRequest.py @@ -18,17 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest -from aliyunsdkecs.endpoint import endpoint_data class DescribeNetworkInterfacesRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeNetworkInterfaces','ecs') - if hasattr(self, "endpoint_map"): - setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) - if hasattr(self, "endpoint_regional"): - setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) - + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeNetworkInterfaces','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -66,6 +60,12 @@ def get_ResourceGroupId(self): def set_ResourceGroupId(self,ResourceGroupId): self.add_query_param('ResourceGroupId',ResourceGroupId) + def get_NextToken(self): + return self.get_query_params().get('NextToken') + + def set_NextToken(self,NextToken): + self.add_query_param('NextToken',NextToken) + def get_PageSize(self): return self.get_query_params().get('PageSize') @@ -139,6 +139,12 @@ def get_PrimaryIpAddress(self): def set_PrimaryIpAddress(self,PrimaryIpAddress): self.add_query_param('PrimaryIpAddress',PrimaryIpAddress) + def get_MaxResults(self): + return self.get_query_params().get('MaxResults') + + def set_MaxResults(self,MaxResults): + self.add_query_param('MaxResults',MaxResults) + def get_NetworkInterfaceIds(self): return self.get_query_params().get('NetworkInterfaceIds') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeNewProjectEipMonitorDataRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeNewProjectEipMonitorDataRequest.py index 05c5ee2e6e..0846ffc1f7 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeNewProjectEipMonitorDataRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeNewProjectEipMonitorDataRequest.py @@ -18,17 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest -from aliyunsdkecs.endpoint import endpoint_data class DescribeNewProjectEipMonitorDataRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeNewProjectEipMonitorData','ecs') - if hasattr(self, "endpoint_map"): - setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) - if hasattr(self, "endpoint_regional"): - setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) - + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeNewProjectEipMonitorData','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribePhysicalConnectionsRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribePhysicalConnectionsRequest.py index af2016a00d..c3acfc7528 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribePhysicalConnectionsRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribePhysicalConnectionsRequest.py @@ -18,17 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest -from aliyunsdkecs.endpoint import endpoint_data class DescribePhysicalConnectionsRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribePhysicalConnections','ecs') - if hasattr(self, "endpoint_map"): - setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) - if hasattr(self, "endpoint_regional"): - setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) - + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribePhysicalConnections','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribePriceRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribePriceRequest.py index faa1757d41..c311d14911 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribePriceRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribePriceRequest.py @@ -18,17 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest -from aliyunsdkecs.endpoint import endpoint_data class DescribePriceRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribePrice','ecs') - if hasattr(self, "endpoint_map"): - setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) - if hasattr(self, "endpoint_regional"): - setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) - + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribePrice','ecs') def get_DataDisk3Size(self): return self.get_query_params().get('DataDisk.3.Size') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeRecommendInstanceTypeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeRecommendInstanceTypeRequest.py index 0729261960..1f978c059d 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeRecommendInstanceTypeRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeRecommendInstanceTypeRequest.py @@ -18,17 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest -from aliyunsdkecs.endpoint import endpoint_data class DescribeRecommendInstanceTypeRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeRecommendInstanceType','ecs') - if hasattr(self, "endpoint_map"): - setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) - if hasattr(self, "endpoint_regional"): - setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) - + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeRecommendInstanceType','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -36,24 +30,12 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) - def get_InstancePpsRx(self): - return self.get_query_params().get('InstancePpsRx') - - def set_InstancePpsRx(self,InstancePpsRx): - self.add_query_param('InstancePpsRx',InstancePpsRx) - def get_Memory(self): return self.get_query_params().get('Memory') def set_Memory(self,Memory): self.add_query_param('Memory',Memory) - def get_InstancePpsTx(self): - return self.get_query_params().get('InstancePpsTx') - - def set_InstancePpsTx(self,InstancePpsTx): - self.add_query_param('InstancePpsTx',InstancePpsTx) - def get_IoOptimized(self): return self.get_query_params().get('IoOptimized') @@ -72,24 +54,12 @@ def get_Scene(self): def set_Scene(self,Scene): self.add_query_param('Scene',Scene) - def get_InstanceBandwidthTx(self): - return self.get_query_params().get('InstanceBandwidthTx') - - def set_InstanceBandwidthTx(self,InstanceBandwidthTx): - self.add_query_param('InstanceBandwidthTx',InstanceBandwidthTx) - def get_Cores(self): return self.get_query_params().get('Cores') def set_Cores(self,Cores): self.add_query_param('Cores',Cores) - def get_InstanceBandwidthRx(self): - return self.get_query_params().get('InstanceBandwidthRx') - - def set_InstanceBandwidthRx(self,InstanceBandwidthRx): - self.add_query_param('InstanceBandwidthRx',InstanceBandwidthRx) - def get_SystemDiskCategory(self): return self.get_query_params().get('SystemDiskCategory') @@ -152,6 +122,12 @@ def get_PriorityStrategy(self): def set_PriorityStrategy(self,PriorityStrategy): self.add_query_param('PriorityStrategy',PriorityStrategy) + def get_InstanceFamilyLevel(self): + return self.get_query_params().get('InstanceFamilyLevel') + + def set_InstanceFamilyLevel(self,InstanceFamilyLevel): + self.add_query_param('InstanceFamilyLevel',InstanceFamilyLevel) + def get_ZoneId(self): return self.get_query_params().get('ZoneId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeRegionsRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeRegionsRequest.py index 11d7cebdc6..b8ce59893f 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeRegionsRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeRegionsRequest.py @@ -18,17 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest -from aliyunsdkecs.endpoint import endpoint_data class DescribeRegionsRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeRegions','ecs') - if hasattr(self, "endpoint_map"): - setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) - if hasattr(self, "endpoint_regional"): - setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) - + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeRegions','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeRenewalPriceRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeRenewalPriceRequest.py index cff08d4a57..cf99eca985 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeRenewalPriceRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeRenewalPriceRequest.py @@ -18,17 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest -from aliyunsdkecs.endpoint import endpoint_data class DescribeRenewalPriceRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeRenewalPrice','ecs') - if hasattr(self, "endpoint_map"): - setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) - if hasattr(self, "endpoint_regional"): - setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) - + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeRenewalPrice','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeReservedInstancesRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeReservedInstancesRequest.py index ce6b4de705..4ea43b5475 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeReservedInstancesRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeReservedInstancesRequest.py @@ -18,17 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest -from aliyunsdkecs.endpoint import endpoint_data class DescribeReservedInstancesRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeReservedInstances','ecs') - if hasattr(self, "endpoint_map"): - setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) - if hasattr(self, "endpoint_regional"): - setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) - + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeReservedInstances','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -122,4 +116,10 @@ def get_Statuss(self): def set_Statuss(self,Statuss): for i in range(len(Statuss)): if Statuss[i] is not None: - self.add_query_param('Status.' + str(i + 1) , Statuss[i]); \ No newline at end of file + self.add_query_param('Status.' + str(i + 1) , Statuss[i]); + + def get_AllocationType(self): + return self.get_query_params().get('AllocationType') + + def set_AllocationType(self,AllocationType): + self.add_query_param('AllocationType',AllocationType) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeResourceByTagsRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeResourceByTagsRequest.py index 76aaab27b6..e42c0d52b0 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeResourceByTagsRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeResourceByTagsRequest.py @@ -18,17 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest -from aliyunsdkecs.endpoint import endpoint_data class DescribeResourceByTagsRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeResourceByTags','ecs') - if hasattr(self, "endpoint_map"): - setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) - if hasattr(self, "endpoint_regional"): - setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) - + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeResourceByTags','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeResourcesModificationRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeResourcesModificationRequest.py index 347f648b5e..f7ce3be8cb 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeResourcesModificationRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeResourcesModificationRequest.py @@ -18,17 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest -from aliyunsdkecs.endpoint import endpoint_data class DescribeResourcesModificationRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeResourcesModification','ecs') - if hasattr(self, "endpoint_map"): - setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) - if hasattr(self, "endpoint_regional"): - setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) - + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeResourcesModification','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeRouteTablesRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeRouteTablesRequest.py index 89202211e6..01a94f1cb0 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeRouteTablesRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeRouteTablesRequest.py @@ -18,17 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest -from aliyunsdkecs.endpoint import endpoint_data class DescribeRouteTablesRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeRouteTables','ecs') - if hasattr(self, "endpoint_map"): - setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) - if hasattr(self, "endpoint_regional"): - setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) - + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeRouteTables','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeRouterInterfacesRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeRouterInterfacesRequest.py index c424226655..95325c6c2b 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeRouterInterfacesRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeRouterInterfacesRequest.py @@ -18,17 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest -from aliyunsdkecs.endpoint import endpoint_data class DescribeRouterInterfacesRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeRouterInterfaces','ecs') - if hasattr(self, "endpoint_map"): - setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) - if hasattr(self, "endpoint_regional"): - setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) - + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeRouterInterfaces','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeSecurityGroupAttributeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeSecurityGroupAttributeRequest.py index 72a7c05e89..b04121aee1 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeSecurityGroupAttributeRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeSecurityGroupAttributeRequest.py @@ -18,17 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest -from aliyunsdkecs.endpoint import endpoint_data class DescribeSecurityGroupAttributeRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeSecurityGroupAttribute','ecs') - if hasattr(self, "endpoint_map"): - setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) - if hasattr(self, "endpoint_regional"): - setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) - + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeSecurityGroupAttribute','ecs') def get_NicType(self): return self.get_query_params().get('NicType') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeSecurityGroupReferencesRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeSecurityGroupReferencesRequest.py index 162599ba98..f1bdb81148 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeSecurityGroupReferencesRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeSecurityGroupReferencesRequest.py @@ -18,17 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest -from aliyunsdkecs.endpoint import endpoint_data class DescribeSecurityGroupReferencesRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeSecurityGroupReferences','ecs') - if hasattr(self, "endpoint_map"): - setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) - if hasattr(self, "endpoint_regional"): - setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) - + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeSecurityGroupReferences','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeSecurityGroupsRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeSecurityGroupsRequest.py index 2a9571eb41..fd60e8017d 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeSecurityGroupsRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeSecurityGroupsRequest.py @@ -18,17 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest -from aliyunsdkecs.endpoint import endpoint_data class DescribeSecurityGroupsRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeSecurityGroups','ecs') - if hasattr(self, "endpoint_map"): - setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) - if hasattr(self, "endpoint_regional"): - setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) - + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeSecurityGroups','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeSnapshotLinksRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeSnapshotLinksRequest.py index 29cba03b63..3f6489e825 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeSnapshotLinksRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeSnapshotLinksRequest.py @@ -18,17 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest -from aliyunsdkecs.endpoint import endpoint_data class DescribeSnapshotLinksRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeSnapshotLinks','ecs') - if hasattr(self, "endpoint_map"): - setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) - if hasattr(self, "endpoint_regional"): - setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) - + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeSnapshotLinks','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeSnapshotMonitorDataRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeSnapshotMonitorDataRequest.py index da7833cf7c..a68b638e18 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeSnapshotMonitorDataRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeSnapshotMonitorDataRequest.py @@ -18,17 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest -from aliyunsdkecs.endpoint import endpoint_data class DescribeSnapshotMonitorDataRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeSnapshotMonitorData','ecs') - if hasattr(self, "endpoint_map"): - setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) - if hasattr(self, "endpoint_regional"): - setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) - + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeSnapshotMonitorData','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -70,4 +64,10 @@ def get_OwnerId(self): return self.get_query_params().get('OwnerId') def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) \ No newline at end of file + self.add_query_param('OwnerId',OwnerId) + + def get_Category(self): + return self.get_query_params().get('Category') + + def set_Category(self,Category): + self.add_query_param('Category',Category) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeSnapshotPackageRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeSnapshotPackageRequest.py index 2454999543..98d32d57ee 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeSnapshotPackageRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeSnapshotPackageRequest.py @@ -18,17 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest -from aliyunsdkecs.endpoint import endpoint_data class DescribeSnapshotPackageRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeSnapshotPackage','ecs') - if hasattr(self, "endpoint_map"): - setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) - if hasattr(self, "endpoint_regional"): - setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) - + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeSnapshotPackage','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeSnapshotsRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeSnapshotsRequest.py index ceb894aabd..d0644a7fea 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeSnapshotsRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeSnapshotsRequest.py @@ -18,17 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest -from aliyunsdkecs.endpoint import endpoint_data class DescribeSnapshotsRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeSnapshots','ecs') - if hasattr(self, "endpoint_map"): - setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) - if hasattr(self, "endpoint_regional"): - setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) - + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeSnapshots','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeSnapshotsUsageRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeSnapshotsUsageRequest.py index 96ed975f12..351d8cf51d 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeSnapshotsUsageRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeSnapshotsUsageRequest.py @@ -18,17 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest -from aliyunsdkecs.endpoint import endpoint_data class DescribeSnapshotsUsageRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeSnapshotsUsage','ecs') - if hasattr(self, "endpoint_map"): - setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) - if hasattr(self, "endpoint_regional"): - setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) - + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeSnapshotsUsage','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeSpotPriceHistoryRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeSpotPriceHistoryRequest.py index e1c687b606..74baac90e9 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeSpotPriceHistoryRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeSpotPriceHistoryRequest.py @@ -18,17 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest -from aliyunsdkecs.endpoint import endpoint_data class DescribeSpotPriceHistoryRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeSpotPriceHistory','ecs') - if hasattr(self, "endpoint_map"): - setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) - if hasattr(self, "endpoint_regional"): - setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) - + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeSpotPriceHistory','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeStorageSetDetailsRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeStorageSetDetailsRequest.py index 1a0652e940..5608dab6f5 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeStorageSetDetailsRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeStorageSetDetailsRequest.py @@ -18,17 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest -from aliyunsdkecs.endpoint import endpoint_data class DescribeStorageSetDetailsRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeStorageSetDetails','ecs') - if hasattr(self, "endpoint_map"): - setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) - if hasattr(self, "endpoint_regional"): - setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) - + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeStorageSetDetails','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeStorageSetsRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeStorageSetsRequest.py index dc4076fb36..d156e3c27d 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeStorageSetsRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeStorageSetsRequest.py @@ -18,17 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest -from aliyunsdkecs.endpoint import endpoint_data class DescribeStorageSetsRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeStorageSets','ecs') - if hasattr(self, "endpoint_map"): - setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) - if hasattr(self, "endpoint_regional"): - setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) - + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeStorageSets','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeTagsRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeTagsRequest.py index 5826af5fd9..701588c109 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeTagsRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeTagsRequest.py @@ -18,17 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest -from aliyunsdkecs.endpoint import endpoint_data class DescribeTagsRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeTags','ecs') - if hasattr(self, "endpoint_map"): - setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) - if hasattr(self, "endpoint_regional"): - setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) - + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeTags','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeTaskAttributeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeTaskAttributeRequest.py index b43c419fea..23b7632a6d 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeTaskAttributeRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeTaskAttributeRequest.py @@ -18,17 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest -from aliyunsdkecs.endpoint import endpoint_data class DescribeTaskAttributeRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeTaskAttribute','ecs') - if hasattr(self, "endpoint_map"): - setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) - if hasattr(self, "endpoint_regional"): - setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) - + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeTaskAttribute','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeTasksRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeTasksRequest.py index 4ac43ba2a7..6530d6ab19 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeTasksRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeTasksRequest.py @@ -18,17 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest -from aliyunsdkecs.endpoint import endpoint_data class DescribeTasksRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeTasks','ecs') - if hasattr(self, "endpoint_map"): - setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) - if hasattr(self, "endpoint_regional"): - setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) - + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeTasks','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeUserBusinessBehaviorRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeUserBusinessBehaviorRequest.py index 139f6a1229..9e5b44251f 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeUserBusinessBehaviorRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeUserBusinessBehaviorRequest.py @@ -18,17 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest -from aliyunsdkecs.endpoint import endpoint_data class DescribeUserBusinessBehaviorRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeUserBusinessBehavior','ecs') - if hasattr(self, "endpoint_map"): - setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) - if hasattr(self, "endpoint_regional"): - setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) - + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeUserBusinessBehavior','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeUserDataRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeUserDataRequest.py index 023f2ffa22..375da40731 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeUserDataRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeUserDataRequest.py @@ -18,17 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest -from aliyunsdkecs.endpoint import endpoint_data class DescribeUserDataRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeUserData','ecs') - if hasattr(self, "endpoint_map"): - setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) - if hasattr(self, "endpoint_regional"): - setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) - + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeUserData','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeVRoutersRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeVRoutersRequest.py index 5e5918cda9..b7f2bd23f1 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeVRoutersRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeVRoutersRequest.py @@ -18,17 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest -from aliyunsdkecs.endpoint import endpoint_data class DescribeVRoutersRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeVRouters','ecs') - if hasattr(self, "endpoint_map"): - setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) - if hasattr(self, "endpoint_regional"): - setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) - + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeVRouters','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeVSwitchesRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeVSwitchesRequest.py index 34ceef0300..9333a8e935 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeVSwitchesRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeVSwitchesRequest.py @@ -18,17 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest -from aliyunsdkecs.endpoint import endpoint_data class DescribeVSwitchesRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeVSwitches','ecs') - if hasattr(self, "endpoint_map"): - setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) - if hasattr(self, "endpoint_regional"): - setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) - + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeVSwitches','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeVirtualBorderRoutersForPhysicalConnectionRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeVirtualBorderRoutersForPhysicalConnectionRequest.py index d64917447e..58bf011b66 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeVirtualBorderRoutersForPhysicalConnectionRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeVirtualBorderRoutersForPhysicalConnectionRequest.py @@ -18,17 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest -from aliyunsdkecs.endpoint import endpoint_data class DescribeVirtualBorderRoutersForPhysicalConnectionRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeVirtualBorderRoutersForPhysicalConnection','ecs') - if hasattr(self, "endpoint_map"): - setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) - if hasattr(self, "endpoint_regional"): - setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) - + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeVirtualBorderRoutersForPhysicalConnection','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeVirtualBorderRoutersRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeVirtualBorderRoutersRequest.py index a6d53b0970..12d311910c 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeVirtualBorderRoutersRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeVirtualBorderRoutersRequest.py @@ -18,17 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest -from aliyunsdkecs.endpoint import endpoint_data class DescribeVirtualBorderRoutersRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeVirtualBorderRouters','ecs') - if hasattr(self, "endpoint_map"): - setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) - if hasattr(self, "endpoint_regional"): - setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) - + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeVirtualBorderRouters','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeVpcsRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeVpcsRequest.py index afd077b18e..69c5b88b5f 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeVpcsRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeVpcsRequest.py @@ -18,17 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest -from aliyunsdkecs.endpoint import endpoint_data class DescribeVpcsRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeVpcs','ecs') - if hasattr(self, "endpoint_map"): - setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) - if hasattr(self, "endpoint_regional"): - setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) - + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeVpcs','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeZonesRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeZonesRequest.py index 0ccb2a9cbf..664e3cf030 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeZonesRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeZonesRequest.py @@ -18,17 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest -from aliyunsdkecs.endpoint import endpoint_data class DescribeZonesRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeZones','ecs') - if hasattr(self, "endpoint_map"): - setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) - if hasattr(self, "endpoint_regional"): - setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) - + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeZones','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DetachClassicLinkVpcRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DetachClassicLinkVpcRequest.py index 49b9b664b0..f31e41e117 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DetachClassicLinkVpcRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DetachClassicLinkVpcRequest.py @@ -18,17 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest -from aliyunsdkecs.endpoint import endpoint_data class DetachClassicLinkVpcRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DetachClassicLinkVpc','ecs') - if hasattr(self, "endpoint_map"): - setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) - if hasattr(self, "endpoint_regional"): - setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) - + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DetachClassicLinkVpc','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DetachDiskRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DetachDiskRequest.py index 562af15e61..4960e77bd8 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DetachDiskRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DetachDiskRequest.py @@ -18,17 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest -from aliyunsdkecs.endpoint import endpoint_data class DetachDiskRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DetachDisk','ecs') - if hasattr(self, "endpoint_map"): - setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) - if hasattr(self, "endpoint_regional"): - setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) - + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DetachDisk','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -42,6 +36,12 @@ def get_DiskId(self): def set_DiskId(self,DiskId): self.add_query_param('DiskId',DiskId) + def get_DeleteWithInstance(self): + return self.get_query_params().get('DeleteWithInstance') + + def set_DeleteWithInstance(self,DeleteWithInstance): + self.add_query_param('DeleteWithInstance',DeleteWithInstance) + def get_ResourceOwnerAccount(self): return self.get_query_params().get('ResourceOwnerAccount') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DetachInstanceRamRoleRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DetachInstanceRamRoleRequest.py index 2afcc1c494..ac3dab9b74 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DetachInstanceRamRoleRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DetachInstanceRamRoleRequest.py @@ -18,17 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest -from aliyunsdkecs.endpoint import endpoint_data class DetachInstanceRamRoleRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DetachInstanceRamRole','ecs') - if hasattr(self, "endpoint_map"): - setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) - if hasattr(self, "endpoint_regional"): - setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) - + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DetachInstanceRamRole','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DetachKeyPairRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DetachKeyPairRequest.py index 101423a2c6..2b0e118d94 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DetachKeyPairRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DetachKeyPairRequest.py @@ -18,17 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest -from aliyunsdkecs.endpoint import endpoint_data class DetachKeyPairRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DetachKeyPair','ecs') - if hasattr(self, "endpoint_map"): - setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) - if hasattr(self, "endpoint_regional"): - setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) - + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DetachKeyPair','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DetachNetworkInterfaceRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DetachNetworkInterfaceRequest.py index 006cc734dd..21b324245b 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DetachNetworkInterfaceRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DetachNetworkInterfaceRequest.py @@ -18,17 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest -from aliyunsdkecs.endpoint import endpoint_data class DetachNetworkInterfaceRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DetachNetworkInterface','ecs') - if hasattr(self, "endpoint_map"): - setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) - if hasattr(self, "endpoint_regional"): - setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) - + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DetachNetworkInterface','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/EipFillParamsRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/EipFillParamsRequest.py index 8ee436e565..27984d50d1 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/EipFillParamsRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/EipFillParamsRequest.py @@ -18,17 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest -from aliyunsdkecs.endpoint import endpoint_data class EipFillParamsRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'EipFillParams','ecs') - if hasattr(self, "endpoint_map"): - setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) - if hasattr(self, "endpoint_regional"): - setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) - + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'EipFillParams','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/EipFillProductRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/EipFillProductRequest.py index 71a5627e37..d459d335bb 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/EipFillProductRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/EipFillProductRequest.py @@ -18,17 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest -from aliyunsdkecs.endpoint import endpoint_data class EipFillProductRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'EipFillProduct','ecs') - if hasattr(self, "endpoint_map"): - setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) - if hasattr(self, "endpoint_regional"): - setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) - + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'EipFillProduct','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/EipNotifyPaidRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/EipNotifyPaidRequest.py index d3801c414b..378d66ebcf 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/EipNotifyPaidRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/EipNotifyPaidRequest.py @@ -18,17 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest -from aliyunsdkecs.endpoint import endpoint_data class EipNotifyPaidRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'EipNotifyPaid','ecs') - if hasattr(self, "endpoint_map"): - setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) - if hasattr(self, "endpoint_regional"): - setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) - + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'EipNotifyPaid','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/EnablePhysicalConnectionRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/EnablePhysicalConnectionRequest.py index 4e31b4d863..9554544b42 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/EnablePhysicalConnectionRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/EnablePhysicalConnectionRequest.py @@ -18,17 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest -from aliyunsdkecs.endpoint import endpoint_data class EnablePhysicalConnectionRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'EnablePhysicalConnection','ecs') - if hasattr(self, "endpoint_map"): - setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) - if hasattr(self, "endpoint_regional"): - setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) - + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'EnablePhysicalConnection','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ExportImageRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ExportImageRequest.py index e63e7d6a77..901ee1e0ab 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ExportImageRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ExportImageRequest.py @@ -18,17 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest -from aliyunsdkecs.endpoint import endpoint_data class ExportImageRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ExportImage','ecs') - if hasattr(self, "endpoint_map"): - setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) - if hasattr(self, "endpoint_regional"): - setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) - + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ExportImage','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ExportSnapshotRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ExportSnapshotRequest.py index 9778600410..09d9b9501f 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ExportSnapshotRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ExportSnapshotRequest.py @@ -18,17 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest -from aliyunsdkecs.endpoint import endpoint_data class ExportSnapshotRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ExportSnapshot','ecs') - if hasattr(self, "endpoint_map"): - setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) - if hasattr(self, "endpoint_regional"): - setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) - + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ExportSnapshot','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/GetInstanceConsoleOutputRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/GetInstanceConsoleOutputRequest.py index 2f9365d2be..6c7c59b66f 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/GetInstanceConsoleOutputRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/GetInstanceConsoleOutputRequest.py @@ -18,17 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest -from aliyunsdkecs.endpoint import endpoint_data class GetInstanceConsoleOutputRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'GetInstanceConsoleOutput','ecs') - if hasattr(self, "endpoint_map"): - setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) - if hasattr(self, "endpoint_regional"): - setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) - + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'GetInstanceConsoleOutput','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/GetInstanceScreenshotRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/GetInstanceScreenshotRequest.py index f28d4f25c7..6f3b390e23 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/GetInstanceScreenshotRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/GetInstanceScreenshotRequest.py @@ -18,17 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest -from aliyunsdkecs.endpoint import endpoint_data class GetInstanceScreenshotRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'GetInstanceScreenshot','ecs') - if hasattr(self, "endpoint_map"): - setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) - if hasattr(self, "endpoint_regional"): - setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) - + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'GetInstanceScreenshot','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ImportImageRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ImportImageRequest.py index 346bec0991..671882246d 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ImportImageRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ImportImageRequest.py @@ -18,17 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest -from aliyunsdkecs.endpoint import endpoint_data class ImportImageRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ImportImage','ecs') - if hasattr(self, "endpoint_map"): - setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) - if hasattr(self, "endpoint_regional"): - setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) - + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ImportImage','ecs') def get_DiskDeviceMappings(self): return self.get_query_params().get('DiskDeviceMappings') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ImportKeyPairRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ImportKeyPairRequest.py index effaeeabd9..4bf80abab4 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ImportKeyPairRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ImportKeyPairRequest.py @@ -18,17 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest -from aliyunsdkecs.endpoint import endpoint_data class ImportKeyPairRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ImportKeyPair','ecs') - if hasattr(self, "endpoint_map"): - setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) - if hasattr(self, "endpoint_regional"): - setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) - + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ImportKeyPair','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ImportSnapshotRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ImportSnapshotRequest.py index 8fd8e96449..a7c3ba3802 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ImportSnapshotRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ImportSnapshotRequest.py @@ -18,17 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest -from aliyunsdkecs.endpoint import endpoint_data class ImportSnapshotRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ImportSnapshot','ecs') - if hasattr(self, "endpoint_map"): - setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) - if hasattr(self, "endpoint_regional"): - setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) - + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ImportSnapshot','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/InstallCloudAssistantRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/InstallCloudAssistantRequest.py index 1a89c8514e..4ccaf33786 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/InstallCloudAssistantRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/InstallCloudAssistantRequest.py @@ -18,17 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest -from aliyunsdkecs.endpoint import endpoint_data class InstallCloudAssistantRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'InstallCloudAssistant','ecs') - if hasattr(self, "endpoint_map"): - setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) - if hasattr(self, "endpoint_regional"): - setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) - + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'InstallCloudAssistant','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/InvokeCommandRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/InvokeCommandRequest.py index b9730ea273..acd8f6c1ab 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/InvokeCommandRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/InvokeCommandRequest.py @@ -18,17 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest -from aliyunsdkecs.endpoint import endpoint_data class InvokeCommandRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'InvokeCommand','ecs') - if hasattr(self, "endpoint_map"): - setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) - if hasattr(self, "endpoint_regional"): - setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) - + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'InvokeCommand','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/JoinResourceGroupRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/JoinResourceGroupRequest.py index aab3d2e35c..84e0a976a6 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/JoinResourceGroupRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/JoinResourceGroupRequest.py @@ -18,17 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest -from aliyunsdkecs.endpoint import endpoint_data class JoinResourceGroupRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'JoinResourceGroup','ecs') - if hasattr(self, "endpoint_map"): - setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) - if hasattr(self, "endpoint_regional"): - setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) - + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'JoinResourceGroup','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/JoinSecurityGroupRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/JoinSecurityGroupRequest.py index ad869223d9..c95ea6b2b3 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/JoinSecurityGroupRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/JoinSecurityGroupRequest.py @@ -18,17 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest -from aliyunsdkecs.endpoint import endpoint_data class JoinSecurityGroupRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'JoinSecurityGroup','ecs') - if hasattr(self, "endpoint_map"): - setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) - if hasattr(self, "endpoint_regional"): - setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) - + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'JoinSecurityGroup','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/LeaveSecurityGroupRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/LeaveSecurityGroupRequest.py index 88a20961a7..b2a82ea5a9 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/LeaveSecurityGroupRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/LeaveSecurityGroupRequest.py @@ -18,17 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest -from aliyunsdkecs.endpoint import endpoint_data class LeaveSecurityGroupRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'LeaveSecurityGroup','ecs') - if hasattr(self, "endpoint_map"): - setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) - if hasattr(self, "endpoint_regional"): - setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) - + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'LeaveSecurityGroup','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ListTagResourcesRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ListTagResourcesRequest.py index 2059b623be..06ef3c2bf8 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ListTagResourcesRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ListTagResourcesRequest.py @@ -18,17 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest -from aliyunsdkecs.endpoint import endpoint_data class ListTagResourcesRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ListTagResources','ecs') - if hasattr(self, "endpoint_map"): - setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) - if hasattr(self, "endpoint_regional"): - setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) - + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ListTagResources','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -79,6 +73,18 @@ def get_OwnerId(self): def set_OwnerId(self,OwnerId): self.add_query_param('OwnerId',OwnerId) + def get_TagFilters(self): + return self.get_query_params().get('TagFilters') + + def set_TagFilters(self,TagFilters): + for i in range(len(TagFilters)): + if TagFilters[i].get('TagKey') is not None: + self.add_query_param('TagFilter.' + str(i + 1) + '.TagKey' , TagFilters[i].get('TagKey')) + for j in range(len(TagFilters[i].get('TagValuess'))): + if TagFilters[i].get('TagValuess')[j] is not None: + self.add_query_param('TagFilter.' + str(i + 1) + '.TagValues.'+str(j + 1), TagFilters[i].get('TagValuess')[j]) + + def get_ResourceType(self): return self.get_query_params().get('ResourceType') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyAutoProvisioningGroupRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyAutoProvisioningGroupRequest.py index e185116ed4..276fe41ecd 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyAutoProvisioningGroupRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyAutoProvisioningGroupRequest.py @@ -18,17 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest -from aliyunsdkecs.endpoint import endpoint_data class ModifyAutoProvisioningGroupRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyAutoProvisioningGroup','ecs') - if hasattr(self, "endpoint_map"): - setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) - if hasattr(self, "endpoint_regional"): - setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) - + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyAutoProvisioningGroup','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyAutoSnapshotPolicyExRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyAutoSnapshotPolicyExRequest.py index 500f6b9644..ed0a82ac65 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyAutoSnapshotPolicyExRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyAutoSnapshotPolicyExRequest.py @@ -18,17 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest -from aliyunsdkecs.endpoint import endpoint_data class ModifyAutoSnapshotPolicyExRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyAutoSnapshotPolicyEx','ecs') - if hasattr(self, "endpoint_map"): - setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) - if hasattr(self, "endpoint_regional"): - setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) - + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyAutoSnapshotPolicyEx','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyAutoSnapshotPolicyRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyAutoSnapshotPolicyRequest.py index defc4b7bbb..ba0932e4b1 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyAutoSnapshotPolicyRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyAutoSnapshotPolicyRequest.py @@ -18,17 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest -from aliyunsdkecs.endpoint import endpoint_data class ModifyAutoSnapshotPolicyRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyAutoSnapshotPolicy','ecs') - if hasattr(self, "endpoint_map"): - setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) - if hasattr(self, "endpoint_regional"): - setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) - + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyAutoSnapshotPolicy','ecs') def get_DataDiskPolicyEnabled(self): return self.get_query_params().get('DataDiskPolicyEnabled') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyBandwidthPackageSpecRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyBandwidthPackageSpecRequest.py index 193d60d57d..1fd5611762 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyBandwidthPackageSpecRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyBandwidthPackageSpecRequest.py @@ -18,17 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest -from aliyunsdkecs.endpoint import endpoint_data class ModifyBandwidthPackageSpecRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyBandwidthPackageSpec','ecs') - if hasattr(self, "endpoint_map"): - setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) - if hasattr(self, "endpoint_regional"): - setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) - + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyBandwidthPackageSpec','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyCommandRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyCommandRequest.py index 4f05ce4cb2..d3d30fa7fe 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyCommandRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyCommandRequest.py @@ -18,17 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest -from aliyunsdkecs.endpoint import endpoint_data class ModifyCommandRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyCommand','ecs') - if hasattr(self, "endpoint_map"): - setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) - if hasattr(self, "endpoint_regional"): - setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) - + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyCommand','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyDedicatedHostAttributeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyDedicatedHostAttributeRequest.py index 82cc0726fe..3703a7667b 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyDedicatedHostAttributeRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyDedicatedHostAttributeRequest.py @@ -18,17 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest -from aliyunsdkecs.endpoint import endpoint_data class ModifyDedicatedHostAttributeRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyDedicatedHostAttribute','ecs') - if hasattr(self, "endpoint_map"): - setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) - if hasattr(self, "endpoint_regional"): - setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) - + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyDedicatedHostAttribute','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyDedicatedHostAutoReleaseTimeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyDedicatedHostAutoReleaseTimeRequest.py index 417443e6dc..2f6c67451e 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyDedicatedHostAutoReleaseTimeRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyDedicatedHostAutoReleaseTimeRequest.py @@ -18,17 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest -from aliyunsdkecs.endpoint import endpoint_data class ModifyDedicatedHostAutoReleaseTimeRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyDedicatedHostAutoReleaseTime','ecs') - if hasattr(self, "endpoint_map"): - setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) - if hasattr(self, "endpoint_regional"): - setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) - + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyDedicatedHostAutoReleaseTime','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyDedicatedHostAutoRenewAttributeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyDedicatedHostAutoRenewAttributeRequest.py index e6ea96f303..266e1d8755 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyDedicatedHostAutoRenewAttributeRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyDedicatedHostAutoRenewAttributeRequest.py @@ -18,17 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest -from aliyunsdkecs.endpoint import endpoint_data class ModifyDedicatedHostAutoRenewAttributeRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyDedicatedHostAutoRenewAttribute','ecs') - if hasattr(self, "endpoint_map"): - setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) - if hasattr(self, "endpoint_regional"): - setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) - + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyDedicatedHostAutoRenewAttribute','ecs') def get_DedicatedHostIds(self): return self.get_query_params().get('DedicatedHostIds') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyDemandRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyDemandRequest.py new file mode 100644 index 0000000000..ff1351cd5a --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyDemandRequest.py @@ -0,0 +1,121 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class ModifyDemandRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyDemand','ecs') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_ClientToken(self): + return self.get_query_params().get('ClientToken') + + def set_ClientToken(self,ClientToken): + self.add_query_param('ClientToken',ClientToken) + + def get_StartTime(self): + return self.get_query_params().get('StartTime') + + def set_StartTime(self,StartTime): + self.add_query_param('StartTime',StartTime) + + def get_DemandDescription(self): + return self.get_query_params().get('DemandDescription') + + def set_DemandDescription(self,DemandDescription): + self.add_query_param('DemandDescription',DemandDescription) + + def get_InstanceType(self): + return self.get_query_params().get('InstanceType') + + def set_InstanceType(self,InstanceType): + self.add_query_param('InstanceType',InstanceType) + + def get_InstanceChargeType(self): + return self.get_query_params().get('InstanceChargeType') + + def set_InstanceChargeType(self,InstanceChargeType): + self.add_query_param('InstanceChargeType',InstanceChargeType) + + def get_DemandName(self): + return self.get_query_params().get('DemandName') + + def set_DemandName(self,DemandName): + self.add_query_param('DemandName',DemandName) + + def get_Amount(self): + return self.get_query_params().get('Amount') + + def set_Amount(self,Amount): + self.add_query_param('Amount',Amount) + + def get_Period(self): + return self.get_query_params().get('Period') + + def set_Period(self,Period): + self.add_query_param('Period',Period) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_EndTime(self): + return self.get_query_params().get('EndTime') + + def set_EndTime(self,EndTime): + self.add_query_param('EndTime',EndTime) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_PeriodUnit(self): + return self.get_query_params().get('PeriodUnit') + + def set_PeriodUnit(self,PeriodUnit): + self.add_query_param('PeriodUnit',PeriodUnit) + + def get_DemandId(self): + return self.get_query_params().get('DemandId') + + def set_DemandId(self,DemandId): + self.add_query_param('DemandId',DemandId) + + def get_ZoneId(self): + return self.get_query_params().get('ZoneId') + + def set_ZoneId(self,ZoneId): + self.add_query_param('ZoneId',ZoneId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyDeploymentSetAttributeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyDeploymentSetAttributeRequest.py index 73f55bb728..720d6f4daf 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyDeploymentSetAttributeRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyDeploymentSetAttributeRequest.py @@ -18,17 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest -from aliyunsdkecs.endpoint import endpoint_data class ModifyDeploymentSetAttributeRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyDeploymentSetAttribute','ecs') - if hasattr(self, "endpoint_map"): - setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) - if hasattr(self, "endpoint_regional"): - setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) - + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyDeploymentSetAttribute','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyDiskAttributeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyDiskAttributeRequest.py index a1430cc8b4..397f693e43 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyDiskAttributeRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyDiskAttributeRequest.py @@ -18,17 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest -from aliyunsdkecs.endpoint import endpoint_data class ModifyDiskAttributeRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyDiskAttribute','ecs') - if hasattr(self, "endpoint_map"): - setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) - if hasattr(self, "endpoint_regional"): - setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) - + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyDiskAttribute','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -54,6 +48,14 @@ def get_DeleteAutoSnapshot(self): def set_DeleteAutoSnapshot(self,DeleteAutoSnapshot): self.add_query_param('DeleteAutoSnapshot',DeleteAutoSnapshot) + def get_DiskIdss(self): + return self.get_query_params().get('DiskIdss') + + def set_DiskIdss(self,DiskIdss): + for i in range(len(DiskIdss)): + if DiskIdss[i] is not None: + self.add_query_param('DiskIds.' + str(i + 1) , DiskIdss[i]); + def get_DiskId(self): return self.get_query_params().get('DiskId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyDiskChargeTypeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyDiskChargeTypeRequest.py index 225096a140..06985f305a 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyDiskChargeTypeRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyDiskChargeTypeRequest.py @@ -18,17 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest -from aliyunsdkecs.endpoint import endpoint_data class ModifyDiskChargeTypeRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyDiskChargeType','ecs') - if hasattr(self, "endpoint_map"): - setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) - if hasattr(self, "endpoint_regional"): - setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) - + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyDiskChargeType','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyDiskSpecRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyDiskSpecRequest.py index 9e0e46c259..e6e9f59863 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyDiskSpecRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyDiskSpecRequest.py @@ -18,17 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest -from aliyunsdkecs.endpoint import endpoint_data class ModifyDiskSpecRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyDiskSpec','ecs') - if hasattr(self, "endpoint_map"): - setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) - if hasattr(self, "endpoint_regional"): - setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) - + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyDiskSpec','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyEipAddressAttributeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyEipAddressAttributeRequest.py index 685a07ba1d..d526ceabb1 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyEipAddressAttributeRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyEipAddressAttributeRequest.py @@ -18,17 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest -from aliyunsdkecs.endpoint import endpoint_data class ModifyEipAddressAttributeRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyEipAddressAttribute','ecs') - if hasattr(self, "endpoint_map"): - setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) - if hasattr(self, "endpoint_regional"): - setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) - + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyEipAddressAttribute','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyFleetRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyFleetRequest.py deleted file mode 100644 index cdf10d2620..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyFleetRequest.py +++ /dev/null @@ -1,103 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest -from aliyunsdkecs.endpoint import endpoint_data - -class ModifyFleetRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyFleet','ecs') - if hasattr(self, "endpoint_map"): - setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) - if hasattr(self, "endpoint_regional"): - setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) - - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_TerminateInstancesWithExpiration(self): - return self.get_query_params().get('TerminateInstancesWithExpiration') - - def set_TerminateInstancesWithExpiration(self,TerminateInstancesWithExpiration): - self.add_query_param('TerminateInstancesWithExpiration',TerminateInstancesWithExpiration) - - def get_OnDemandTargetCapacity(self): - return self.get_query_params().get('OnDemandTargetCapacity') - - def set_OnDemandTargetCapacity(self,OnDemandTargetCapacity): - self.add_query_param('OnDemandTargetCapacity',OnDemandTargetCapacity) - - def get_DefaultTargetCapacityType(self): - return self.get_query_params().get('DefaultTargetCapacityType') - - def set_DefaultTargetCapacityType(self,DefaultTargetCapacityType): - self.add_query_param('DefaultTargetCapacityType',DefaultTargetCapacityType) - - def get_ExcessCapacityTerminationPolicy(self): - return self.get_query_params().get('ExcessCapacityTerminationPolicy') - - def set_ExcessCapacityTerminationPolicy(self,ExcessCapacityTerminationPolicy): - self.add_query_param('ExcessCapacityTerminationPolicy',ExcessCapacityTerminationPolicy) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_FleetId(self): - return self.get_query_params().get('FleetId') - - def set_FleetId(self,FleetId): - self.add_query_param('FleetId',FleetId) - - def get_TotalTargetCapacity(self): - return self.get_query_params().get('TotalTargetCapacity') - - def set_TotalTargetCapacity(self,TotalTargetCapacity): - self.add_query_param('TotalTargetCapacity',TotalTargetCapacity) - - def get_SpotTargetCapacity(self): - return self.get_query_params().get('SpotTargetCapacity') - - def set_SpotTargetCapacity(self,SpotTargetCapacity): - self.add_query_param('SpotTargetCapacity',SpotTargetCapacity) - - def get_MaxSpotPrice(self): - return self.get_query_params().get('MaxSpotPrice') - - def set_MaxSpotPrice(self,MaxSpotPrice): - self.add_query_param('MaxSpotPrice',MaxSpotPrice) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyForwardEntryRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyForwardEntryRequest.py index 8102048eb2..caa6fc48bc 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyForwardEntryRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyForwardEntryRequest.py @@ -18,17 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest -from aliyunsdkecs.endpoint import endpoint_data class ModifyForwardEntryRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyForwardEntry','ecs') - if hasattr(self, "endpoint_map"): - setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) - if hasattr(self, "endpoint_regional"): - setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) - + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyForwardEntry','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyHaVipAttributeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyHaVipAttributeRequest.py index 75e40f65f9..21326c8e38 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyHaVipAttributeRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyHaVipAttributeRequest.py @@ -18,17 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest -from aliyunsdkecs.endpoint import endpoint_data class ModifyHaVipAttributeRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyHaVipAttribute','ecs') - if hasattr(self, "endpoint_map"): - setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) - if hasattr(self, "endpoint_regional"): - setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) - + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyHaVipAttribute','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyHpcClusterAttributeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyHpcClusterAttributeRequest.py index 0917b3668b..a106f08e05 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyHpcClusterAttributeRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyHpcClusterAttributeRequest.py @@ -18,17 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest -from aliyunsdkecs.endpoint import endpoint_data class ModifyHpcClusterAttributeRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyHpcClusterAttribute','ecs') - if hasattr(self, "endpoint_map"): - setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) - if hasattr(self, "endpoint_regional"): - setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) - + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyHpcClusterAttribute','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyImageAttributeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyImageAttributeRequest.py index 8f17d14bed..77edc87386 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyImageAttributeRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyImageAttributeRequest.py @@ -18,17 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest -from aliyunsdkecs.endpoint import endpoint_data class ModifyImageAttributeRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyImageAttribute','ecs') - if hasattr(self, "endpoint_map"): - setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) - if hasattr(self, "endpoint_regional"): - setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) - + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyImageAttribute','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyImageShareGroupPermissionRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyImageShareGroupPermissionRequest.py index 67707eef04..eb5648424e 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyImageShareGroupPermissionRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyImageShareGroupPermissionRequest.py @@ -18,17 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest -from aliyunsdkecs.endpoint import endpoint_data class ModifyImageShareGroupPermissionRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyImageShareGroupPermission','ecs') - if hasattr(self, "endpoint_map"): - setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) - if hasattr(self, "endpoint_regional"): - setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) - + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyImageShareGroupPermission','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyImageSharePermissionRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyImageSharePermissionRequest.py index 7102931d83..c7080ce837 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyImageSharePermissionRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyImageSharePermissionRequest.py @@ -18,17 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest -from aliyunsdkecs.endpoint import endpoint_data class ModifyImageSharePermissionRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyImageSharePermission','ecs') - if hasattr(self, "endpoint_map"): - setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) - if hasattr(self, "endpoint_regional"): - setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) - + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyImageSharePermission','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceAttributeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceAttributeRequest.py index 8aa8b7498d..8dca19fe60 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceAttributeRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceAttributeRequest.py @@ -18,17 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest -from aliyunsdkecs.endpoint import endpoint_data class ModifyInstanceAttributeRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyInstanceAttribute','ecs') - if hasattr(self, "endpoint_map"): - setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) - if hasattr(self, "endpoint_regional"): - setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) - + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyInstanceAttribute','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -96,6 +90,14 @@ def get_OwnerId(self): def set_OwnerId(self,OwnerId): self.add_query_param('OwnerId',OwnerId) + def get_SecurityGroupIdss(self): + return self.get_query_params().get('SecurityGroupIdss') + + def set_SecurityGroupIdss(self,SecurityGroupIdss): + for i in range(len(SecurityGroupIdss)): + if SecurityGroupIdss[i] is not None: + self.add_query_param('SecurityGroupIds.' + str(i + 1) , SecurityGroupIdss[i]); + def get_InstanceId(self): return self.get_query_params().get('InstanceId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceAutoReleaseTimeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceAutoReleaseTimeRequest.py index 2c300f22ba..741f093867 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceAutoReleaseTimeRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceAutoReleaseTimeRequest.py @@ -18,17 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest -from aliyunsdkecs.endpoint import endpoint_data class ModifyInstanceAutoReleaseTimeRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyInstanceAutoReleaseTime','ecs') - if hasattr(self, "endpoint_map"): - setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) - if hasattr(self, "endpoint_regional"): - setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) - + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyInstanceAutoReleaseTime','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceAutoRenewAttributeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceAutoRenewAttributeRequest.py index c68e318c8a..f248dfc126 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceAutoRenewAttributeRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceAutoRenewAttributeRequest.py @@ -18,17 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest -from aliyunsdkecs.endpoint import endpoint_data class ModifyInstanceAutoRenewAttributeRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyInstanceAutoRenewAttribute','ecs') - if hasattr(self, "endpoint_map"): - setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) - if hasattr(self, "endpoint_regional"): - setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) - + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyInstanceAutoRenewAttribute','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceChargeTypeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceChargeTypeRequest.py index 781954310d..e658596185 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceChargeTypeRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceChargeTypeRequest.py @@ -18,17 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest -from aliyunsdkecs.endpoint import endpoint_data class ModifyInstanceChargeTypeRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyInstanceChargeType','ecs') - if hasattr(self, "endpoint_map"): - setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) - if hasattr(self, "endpoint_regional"): - setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) - + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyInstanceChargeType','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceDeploymentRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceDeploymentRequest.py index 5985ff4fba..8c832e42ce 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceDeploymentRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceDeploymentRequest.py @@ -18,17 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest -from aliyunsdkecs.endpoint import endpoint_data class ModifyInstanceDeploymentRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyInstanceDeployment','ecs') - if hasattr(self, "endpoint_map"): - setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) - if hasattr(self, "endpoint_regional"): - setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) - + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyInstanceDeployment','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -36,6 +30,12 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) + def get_InstanceType(self): + return self.get_query_params().get('InstanceType') + + def set_InstanceType(self,InstanceType): + self.add_query_param('InstanceType',InstanceType) + def get_DeploymentSetId(self): return self.get_query_params().get('DeploymentSetId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeFleetsRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceMaintenanceAttributesRequest.py similarity index 53% rename from aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeFleetsRequest.py rename to aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceMaintenanceAttributesRequest.py index f41c10d5aa..66010adf63 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeFleetsRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceMaintenanceAttributesRequest.py @@ -18,17 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest -from aliyunsdkecs.endpoint import endpoint_data -class DescribeFleetsRequest(RpcRequest): +class ModifyInstanceMaintenanceAttributesRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeFleets','ecs') - if hasattr(self, "endpoint_map"): - setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) - if hasattr(self, "endpoint_regional"): - setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) - + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyInstanceMaintenanceAttributes','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -36,31 +30,22 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) - def get_PageNumber(self): - return self.get_query_params().get('PageNumber') - - def set_PageNumber(self,PageNumber): - self.add_query_param('PageNumber',PageNumber) - - def get_FleetName(self): - return self.get_query_params().get('FleetName') - - def set_FleetName(self,FleetName): - self.add_query_param('FleetName',FleetName) + def get_MaintenanceWindows(self): + return self.get_query_params().get('MaintenanceWindows') - def get_FleetStatuss(self): - return self.get_query_params().get('FleetStatuss') + def set_MaintenanceWindows(self,MaintenanceWindows): + for i in range(len(MaintenanceWindows)): + if MaintenanceWindows[i].get('StartTime') is not None: + self.add_query_param('MaintenanceWindow.' + str(i + 1) + '.StartTime' , MaintenanceWindows[i].get('StartTime')) + if MaintenanceWindows[i].get('EndTime') is not None: + self.add_query_param('MaintenanceWindow.' + str(i + 1) + '.EndTime' , MaintenanceWindows[i].get('EndTime')) - def set_FleetStatuss(self,FleetStatuss): - for i in range(len(FleetStatuss)): - if FleetStatuss[i] is not None: - self.add_query_param('FleetStatus.' + str(i + 1) , FleetStatuss[i]); - def get_PageSize(self): - return self.get_query_params().get('PageSize') + def get_ActionOnMaintenance(self): + return self.get_query_params().get('ActionOnMaintenance') - def set_PageSize(self,PageSize): - self.add_query_param('PageSize',PageSize) + def set_ActionOnMaintenance(self,ActionOnMaintenance): + self.add_query_param('ActionOnMaintenance',ActionOnMaintenance) def get_ResourceOwnerAccount(self): return self.get_query_params().get('ResourceOwnerAccount') @@ -80,10 +65,10 @@ def get_OwnerId(self): def set_OwnerId(self,OwnerId): self.add_query_param('OwnerId',OwnerId) - def get_FleetIds(self): - return self.get_query_params().get('FleetIds') + def get_InstanceIds(self): + return self.get_query_params().get('InstanceIds') - def set_FleetIds(self,FleetIds): - for i in range(len(FleetIds)): - if FleetIds[i] is not None: - self.add_query_param('FleetId.' + str(i + 1) , FleetIds[i]); \ No newline at end of file + def set_InstanceIds(self,InstanceIds): + for i in range(len(InstanceIds)): + if InstanceIds[i] is not None: + self.add_query_param('InstanceId.' + str(i + 1) , InstanceIds[i]); \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceNetworkSpecRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceNetworkSpecRequest.py index 30780eb227..9b70054dfa 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceNetworkSpecRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceNetworkSpecRequest.py @@ -18,17 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest -from aliyunsdkecs.endpoint import endpoint_data class ModifyInstanceNetworkSpecRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyInstanceNetworkSpec','ecs') - if hasattr(self, "endpoint_map"): - setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) - if hasattr(self, "endpoint_regional"): - setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) - + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyInstanceNetworkSpec','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceSpecRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceSpecRequest.py index b0d84e5572..1a2b0be167 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceSpecRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceSpecRequest.py @@ -18,17 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest -from aliyunsdkecs.endpoint import endpoint_data class ModifyInstanceSpecRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyInstanceSpec','ecs') - if hasattr(self, "endpoint_map"): - setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) - if hasattr(self, "endpoint_regional"): - setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) - + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyInstanceSpec','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceVncPasswdRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceVncPasswdRequest.py index 992e61ef25..3be9ff7da0 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceVncPasswdRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceVncPasswdRequest.py @@ -18,17 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest -from aliyunsdkecs.endpoint import endpoint_data class ModifyInstanceVncPasswdRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyInstanceVncPasswd','ecs') - if hasattr(self, "endpoint_map"): - setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) - if hasattr(self, "endpoint_regional"): - setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) - + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyInstanceVncPasswd','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceVpcAttributeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceVpcAttributeRequest.py index 18fcf3308c..c0db3dba75 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceVpcAttributeRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceVpcAttributeRequest.py @@ -18,17 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest -from aliyunsdkecs.endpoint import endpoint_data class ModifyInstanceVpcAttributeRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyInstanceVpcAttribute','ecs') - if hasattr(self, "endpoint_map"): - setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) - if hasattr(self, "endpoint_regional"): - setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) - + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyInstanceVpcAttribute','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyLaunchTemplateDefaultVersionRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyLaunchTemplateDefaultVersionRequest.py index 53ab321d81..a168e39148 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyLaunchTemplateDefaultVersionRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyLaunchTemplateDefaultVersionRequest.py @@ -18,17 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest -from aliyunsdkecs.endpoint import endpoint_data class ModifyLaunchTemplateDefaultVersionRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyLaunchTemplateDefaultVersion','ecs') - if hasattr(self, "endpoint_map"): - setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) - if hasattr(self, "endpoint_regional"): - setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) - + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyLaunchTemplateDefaultVersion','ecs') def get_LaunchTemplateName(self): return self.get_query_params().get('LaunchTemplateName') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyNetworkInterfaceAttributeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyNetworkInterfaceAttributeRequest.py index 1d038a609b..187326bfae 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyNetworkInterfaceAttributeRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyNetworkInterfaceAttributeRequest.py @@ -18,17 +18,17 @@ # under the License. from aliyunsdkcore.request import RpcRequest -from aliyunsdkecs.endpoint import endpoint_data class ModifyNetworkInterfaceAttributeRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyNetworkInterfaceAttribute','ecs') - if hasattr(self, "endpoint_map"): - setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) - if hasattr(self, "endpoint_regional"): - setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyNetworkInterfaceAttribute','ecs') + def get_QueueNumber(self): + return self.get_query_params().get('QueueNumber') + + def set_QueueNumber(self,QueueNumber): + self.add_query_param('QueueNumber',QueueNumber) def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyPhysicalConnectionAttributeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyPhysicalConnectionAttributeRequest.py index 09c0cde905..c8c716bc4e 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyPhysicalConnectionAttributeRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyPhysicalConnectionAttributeRequest.py @@ -18,17 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest -from aliyunsdkecs.endpoint import endpoint_data class ModifyPhysicalConnectionAttributeRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyPhysicalConnectionAttribute','ecs') - if hasattr(self, "endpoint_map"): - setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) - if hasattr(self, "endpoint_regional"): - setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) - + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyPhysicalConnectionAttribute','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyPrepayInstanceSpecRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyPrepayInstanceSpecRequest.py index a27b5aeab6..6260934f79 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyPrepayInstanceSpecRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyPrepayInstanceSpecRequest.py @@ -18,17 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest -from aliyunsdkecs.endpoint import endpoint_data class ModifyPrepayInstanceSpecRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyPrepayInstanceSpec','ecs') - if hasattr(self, "endpoint_map"): - setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) - if hasattr(self, "endpoint_regional"): - setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) - + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyPrepayInstanceSpec','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -78,6 +72,12 @@ def get_AutoPay(self): def set_AutoPay(self,AutoPay): self.add_query_param('AutoPay',AutoPay) + def get_RebootWhenFinished(self): + return self.get_query_params().get('RebootWhenFinished') + + def set_RebootWhenFinished(self,RebootWhenFinished): + self.add_query_param('RebootWhenFinished',RebootWhenFinished) + def get_ResourceOwnerAccount(self): return self.get_query_params().get('ResourceOwnerAccount') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyReservedInstanceAttributeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyReservedInstanceAttributeRequest.py index b38b73ad36..e94bc84819 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyReservedInstanceAttributeRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyReservedInstanceAttributeRequest.py @@ -18,17 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest -from aliyunsdkecs.endpoint import endpoint_data class ModifyReservedInstanceAttributeRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyReservedInstanceAttribute','ecs') - if hasattr(self, "endpoint_map"): - setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) - if hasattr(self, "endpoint_regional"): - setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) - + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyReservedInstanceAttribute','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyReservedInstancesRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyReservedInstancesRequest.py index 53afe4989c..e7286f8048 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyReservedInstancesRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyReservedInstancesRequest.py @@ -18,17 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest -from aliyunsdkecs.endpoint import endpoint_data class ModifyReservedInstancesRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyReservedInstances','ecs') - if hasattr(self, "endpoint_map"): - setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) - if hasattr(self, "endpoint_regional"): - setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) - + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyReservedInstances','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyRouterInterfaceAttributeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyRouterInterfaceAttributeRequest.py index 99fed18f9d..bbf51fdcca 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyRouterInterfaceAttributeRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyRouterInterfaceAttributeRequest.py @@ -18,17 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest -from aliyunsdkecs.endpoint import endpoint_data class ModifyRouterInterfaceAttributeRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyRouterInterfaceAttribute','ecs') - if hasattr(self, "endpoint_map"): - setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) - if hasattr(self, "endpoint_regional"): - setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) - + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyRouterInterfaceAttribute','ecs') def get_OppositeRouterId(self): return self.get_query_params().get('OppositeRouterId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyRouterInterfaceSpecRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyRouterInterfaceSpecRequest.py index 2e9c02be53..d1a2d93fc5 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyRouterInterfaceSpecRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyRouterInterfaceSpecRequest.py @@ -18,17 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest -from aliyunsdkecs.endpoint import endpoint_data class ModifyRouterInterfaceSpecRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyRouterInterfaceSpec','ecs') - if hasattr(self, "endpoint_map"): - setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) - if hasattr(self, "endpoint_regional"): - setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) - + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyRouterInterfaceSpec','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifySecurityGroupAttributeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifySecurityGroupAttributeRequest.py index bdb2cabbc4..e8a47c9ff3 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifySecurityGroupAttributeRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifySecurityGroupAttributeRequest.py @@ -18,17 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest -from aliyunsdkecs.endpoint import endpoint_data class ModifySecurityGroupAttributeRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifySecurityGroupAttribute','ecs') - if hasattr(self, "endpoint_map"): - setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) - if hasattr(self, "endpoint_regional"): - setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) - + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifySecurityGroupAttribute','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifySecurityGroupEgressRuleRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifySecurityGroupEgressRuleRequest.py index 172888e15d..0048eced99 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifySecurityGroupEgressRuleRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifySecurityGroupEgressRuleRequest.py @@ -18,17 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest -from aliyunsdkecs.endpoint import endpoint_data class ModifySecurityGroupEgressRuleRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifySecurityGroupEgressRule','ecs') - if hasattr(self, "endpoint_map"): - setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) - if hasattr(self, "endpoint_regional"): - setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) - + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifySecurityGroupEgressRule','ecs') def get_NicType(self): return self.get_query_params().get('NicType') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifySecurityGroupPolicyRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifySecurityGroupPolicyRequest.py index 08da311b74..6f9a9fd9bc 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifySecurityGroupPolicyRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifySecurityGroupPolicyRequest.py @@ -18,17 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest -from aliyunsdkecs.endpoint import endpoint_data class ModifySecurityGroupPolicyRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifySecurityGroupPolicy','ecs') - if hasattr(self, "endpoint_map"): - setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) - if hasattr(self, "endpoint_regional"): - setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) - + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifySecurityGroupPolicy','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifySecurityGroupRuleRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifySecurityGroupRuleRequest.py index b78e4262dc..f236f1904b 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifySecurityGroupRuleRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifySecurityGroupRuleRequest.py @@ -18,17 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest -from aliyunsdkecs.endpoint import endpoint_data class ModifySecurityGroupRuleRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifySecurityGroupRule','ecs') - if hasattr(self, "endpoint_map"): - setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) - if hasattr(self, "endpoint_regional"): - setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) - + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifySecurityGroupRule','ecs') def get_NicType(self): return self.get_query_params().get('NicType') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifySnapshotAttributeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifySnapshotAttributeRequest.py index f3ce01da3c..bef4c4ec89 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifySnapshotAttributeRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifySnapshotAttributeRequest.py @@ -18,17 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest -from aliyunsdkecs.endpoint import endpoint_data class ModifySnapshotAttributeRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifySnapshotAttribute','ecs') - if hasattr(self, "endpoint_map"): - setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) - if hasattr(self, "endpoint_regional"): - setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) - + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifySnapshotAttribute','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyStorageSetAttributeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyStorageSetAttributeRequest.py index 1c191cc571..6641b6ba3c 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyStorageSetAttributeRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyStorageSetAttributeRequest.py @@ -18,17 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest -from aliyunsdkecs.endpoint import endpoint_data class ModifyStorageSetAttributeRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyStorageSetAttribute','ecs') - if hasattr(self, "endpoint_map"): - setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) - if hasattr(self, "endpoint_regional"): - setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) - + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyStorageSetAttribute','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyUserBusinessBehaviorRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyUserBusinessBehaviorRequest.py index 46cb8610ae..6f24d1a526 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyUserBusinessBehaviorRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyUserBusinessBehaviorRequest.py @@ -18,17 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest -from aliyunsdkecs.endpoint import endpoint_data class ModifyUserBusinessBehaviorRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyUserBusinessBehavior','ecs') - if hasattr(self, "endpoint_map"): - setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) - if hasattr(self, "endpoint_regional"): - setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) - + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyUserBusinessBehavior','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyVRouterAttributeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyVRouterAttributeRequest.py index 61b1efcab0..42826e23c3 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyVRouterAttributeRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyVRouterAttributeRequest.py @@ -18,17 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest -from aliyunsdkecs.endpoint import endpoint_data class ModifyVRouterAttributeRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyVRouterAttribute','ecs') - if hasattr(self, "endpoint_map"): - setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) - if hasattr(self, "endpoint_regional"): - setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) - + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyVRouterAttribute','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyVSwitchAttributeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyVSwitchAttributeRequest.py index de84d470b7..e847f671f7 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyVSwitchAttributeRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyVSwitchAttributeRequest.py @@ -18,17 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest -from aliyunsdkecs.endpoint import endpoint_data class ModifyVSwitchAttributeRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyVSwitchAttribute','ecs') - if hasattr(self, "endpoint_map"): - setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) - if hasattr(self, "endpoint_regional"): - setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) - + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyVSwitchAttribute','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyVirtualBorderRouterAttributeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyVirtualBorderRouterAttributeRequest.py index e807554033..0e73f26420 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyVirtualBorderRouterAttributeRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyVirtualBorderRouterAttributeRequest.py @@ -18,17 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest -from aliyunsdkecs.endpoint import endpoint_data class ModifyVirtualBorderRouterAttributeRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyVirtualBorderRouterAttribute','ecs') - if hasattr(self, "endpoint_map"): - setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) - if hasattr(self, "endpoint_regional"): - setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) - + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyVirtualBorderRouterAttribute','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyVpcAttributeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyVpcAttributeRequest.py index 1d256405d0..00a87fe56c 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyVpcAttributeRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyVpcAttributeRequest.py @@ -18,17 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest -from aliyunsdkecs.endpoint import endpoint_data class ModifyVpcAttributeRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyVpcAttribute','ecs') - if hasattr(self, "endpoint_map"): - setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) - if hasattr(self, "endpoint_regional"): - setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) - + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyVpcAttribute','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/PurchaseReservedInstancesOfferingRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/PurchaseReservedInstancesOfferingRequest.py index 557c627fb6..cc127ecd35 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/PurchaseReservedInstancesOfferingRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/PurchaseReservedInstancesOfferingRequest.py @@ -18,17 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest -from aliyunsdkecs.endpoint import endpoint_data class PurchaseReservedInstancesOfferingRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'PurchaseReservedInstancesOffering','ecs') - if hasattr(self, "endpoint_map"): - setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) - if hasattr(self, "endpoint_regional"): - setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) - + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'PurchaseReservedInstancesOffering','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -48,6 +42,12 @@ def get_Description(self): def set_Description(self,Description): self.add_query_param('Description',Description) + def get_Platform(self): + return self.get_query_params().get('Platform') + + def set_Platform(self,Platform): + self.add_query_param('Platform',Platform) + def get_ResourceGroupId(self): return self.get_query_params().get('ResourceGroupId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ReActivateInstancesRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ReActivateInstancesRequest.py index 1b1109fd04..ce24b1a26b 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ReActivateInstancesRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ReActivateInstancesRequest.py @@ -18,17 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest -from aliyunsdkecs.endpoint import endpoint_data class ReActivateInstancesRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ReActivateInstances','ecs') - if hasattr(self, "endpoint_map"): - setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) - if hasattr(self, "endpoint_regional"): - setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) - + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ReActivateInstances','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ReInitDiskRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ReInitDiskRequest.py index 952c346fc4..2f066aaeb0 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ReInitDiskRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ReInitDiskRequest.py @@ -18,17 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest -from aliyunsdkecs.endpoint import endpoint_data class ReInitDiskRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ReInitDisk','ecs') - if hasattr(self, "endpoint_map"): - setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) - if hasattr(self, "endpoint_regional"): - setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) - + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ReInitDisk','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RebootInstanceRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RebootInstanceRequest.py index cd822d1890..86b967fad9 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RebootInstanceRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RebootInstanceRequest.py @@ -18,17 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest -from aliyunsdkecs.endpoint import endpoint_data class RebootInstanceRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'RebootInstance','ecs') - if hasattr(self, "endpoint_map"): - setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) - if hasattr(self, "endpoint_regional"): - setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) - + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'RebootInstance','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RecoverVirtualBorderRouterRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RecoverVirtualBorderRouterRequest.py index 089e3efa62..2c4dd5d24f 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RecoverVirtualBorderRouterRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RecoverVirtualBorderRouterRequest.py @@ -18,17 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest -from aliyunsdkecs.endpoint import endpoint_data class RecoverVirtualBorderRouterRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'RecoverVirtualBorderRouter','ecs') - if hasattr(self, "endpoint_map"): - setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) - if hasattr(self, "endpoint_regional"): - setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) - + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'RecoverVirtualBorderRouter','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteFleetRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RedeployDedicatedHostRequest.py similarity index 65% rename from aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteFleetRequest.py rename to aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RedeployDedicatedHostRequest.py index 406d1305c8..627323bc3b 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteFleetRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RedeployDedicatedHostRequest.py @@ -18,17 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest -from aliyunsdkecs.endpoint import endpoint_data -class DeleteFleetRequest(RpcRequest): +class RedeployDedicatedHostRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteFleet','ecs') - if hasattr(self, "endpoint_map"): - setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) - if hasattr(self, "endpoint_regional"): - setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) - + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'RedeployDedicatedHost','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -36,12 +30,6 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) - def get_TerminateInstances(self): - return self.get_query_params().get('TerminateInstances') - - def set_TerminateInstances(self,TerminateInstances): - self.add_query_param('TerminateInstances',TerminateInstances) - def get_ResourceOwnerAccount(self): return self.get_query_params().get('ResourceOwnerAccount') @@ -54,14 +42,14 @@ def get_OwnerAccount(self): def set_OwnerAccount(self,OwnerAccount): self.add_query_param('OwnerAccount',OwnerAccount) + def get_DedicatedHostId(self): + return self.get_query_params().get('DedicatedHostId') + + def set_DedicatedHostId(self,DedicatedHostId): + self.add_query_param('DedicatedHostId',DedicatedHostId) + def get_OwnerId(self): return self.get_query_params().get('OwnerId') def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_FleetId(self): - return self.get_query_params().get('FleetId') - - def set_FleetId(self,FleetId): - self.add_query_param('FleetId',FleetId) \ No newline at end of file + self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RedeployInstanceRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RedeployInstanceRequest.py index de0e576ef5..d8ae11e98e 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RedeployInstanceRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RedeployInstanceRequest.py @@ -18,17 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest -from aliyunsdkecs.endpoint import endpoint_data class RedeployInstanceRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'RedeployInstance','ecs') - if hasattr(self, "endpoint_map"): - setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) - if hasattr(self, "endpoint_regional"): - setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) - + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'RedeployInstance','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ReleaseDedicatedHostRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ReleaseDedicatedHostRequest.py index 1bd0e2df9b..187d92e543 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ReleaseDedicatedHostRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ReleaseDedicatedHostRequest.py @@ -18,17 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest -from aliyunsdkecs.endpoint import endpoint_data class ReleaseDedicatedHostRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ReleaseDedicatedHost','ecs') - if hasattr(self, "endpoint_map"): - setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) - if hasattr(self, "endpoint_regional"): - setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) - + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ReleaseDedicatedHost','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ReleaseEipAddressRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ReleaseEipAddressRequest.py index 1bfbf1d91f..adbc5b3b07 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ReleaseEipAddressRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ReleaseEipAddressRequest.py @@ -18,17 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest -from aliyunsdkecs.endpoint import endpoint_data class ReleaseEipAddressRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ReleaseEipAddress','ecs') - if hasattr(self, "endpoint_map"): - setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) - if hasattr(self, "endpoint_regional"): - setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) - + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ReleaseEipAddress','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ReleasePublicIpAddressRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ReleasePublicIpAddressRequest.py index 33603eac7e..64c097a4a0 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ReleasePublicIpAddressRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ReleasePublicIpAddressRequest.py @@ -18,17 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest -from aliyunsdkecs.endpoint import endpoint_data class ReleasePublicIpAddressRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ReleasePublicIpAddress','ecs') - if hasattr(self, "endpoint_map"): - setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) - if hasattr(self, "endpoint_regional"): - setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) - + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ReleasePublicIpAddress','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RemoveBandwidthPackageIpsRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RemoveBandwidthPackageIpsRequest.py index 62519137a4..272087d29b 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RemoveBandwidthPackageIpsRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RemoveBandwidthPackageIpsRequest.py @@ -18,17 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest -from aliyunsdkecs.endpoint import endpoint_data class RemoveBandwidthPackageIpsRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'RemoveBandwidthPackageIps','ecs') - if hasattr(self, "endpoint_map"): - setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) - if hasattr(self, "endpoint_regional"): - setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) - + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'RemoveBandwidthPackageIps','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RemoveTagsRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RemoveTagsRequest.py index 8eb1b1cdb8..e1e7a465f5 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RemoveTagsRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RemoveTagsRequest.py @@ -18,17 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest -from aliyunsdkecs.endpoint import endpoint_data class RemoveTagsRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'RemoveTags','ecs') - if hasattr(self, "endpoint_map"): - setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) - if hasattr(self, "endpoint_regional"): - setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) - + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'RemoveTags','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RenewDedicatedHostsRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RenewDedicatedHostsRequest.py index 91ff563fb9..45570164b5 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RenewDedicatedHostsRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RenewDedicatedHostsRequest.py @@ -18,17 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest -from aliyunsdkecs.endpoint import endpoint_data class RenewDedicatedHostsRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'RenewDedicatedHosts','ecs') - if hasattr(self, "endpoint_map"): - setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) - if hasattr(self, "endpoint_regional"): - setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) - + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'RenewDedicatedHosts','ecs') def get_DedicatedHostIds(self): return self.get_query_params().get('DedicatedHostIds') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RenewInstanceRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RenewInstanceRequest.py index f2d009d5a2..abe40bf644 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RenewInstanceRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RenewInstanceRequest.py @@ -18,17 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest -from aliyunsdkecs.endpoint import endpoint_data class RenewInstanceRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'RenewInstance','ecs') - if hasattr(self, "endpoint_map"): - setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) - if hasattr(self, "endpoint_regional"): - setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) - + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'RenewInstance','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ReplaceSystemDiskRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ReplaceSystemDiskRequest.py index fdd8249852..856a8ec18d 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ReplaceSystemDiskRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ReplaceSystemDiskRequest.py @@ -18,17 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest -from aliyunsdkecs.endpoint import endpoint_data class ReplaceSystemDiskRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ReplaceSystemDisk','ecs') - if hasattr(self, "endpoint_map"): - setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) - if hasattr(self, "endpoint_regional"): - setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) - + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ReplaceSystemDisk','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ReportInstancesStatusRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ReportInstancesStatusRequest.py index 74c4cf2e38..5d015707ab 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ReportInstancesStatusRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ReportInstancesStatusRequest.py @@ -18,17 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest -from aliyunsdkecs.endpoint import endpoint_data class ReportInstancesStatusRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ReportInstancesStatus','ecs') - if hasattr(self, "endpoint_map"): - setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) - if hasattr(self, "endpoint_regional"): - setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) - + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ReportInstancesStatus','ecs') def get_Reason(self): return self.get_query_params().get('Reason') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ResetDiskRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ResetDiskRequest.py index d63f5881be..85c7a012e2 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ResetDiskRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ResetDiskRequest.py @@ -18,17 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest -from aliyunsdkecs.endpoint import endpoint_data class ResetDiskRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ResetDisk','ecs') - if hasattr(self, "endpoint_map"): - setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) - if hasattr(self, "endpoint_regional"): - setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) - + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ResetDisk','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ResizeDiskRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ResizeDiskRequest.py index b4f852112f..d39c7a85c0 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ResizeDiskRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ResizeDiskRequest.py @@ -18,17 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest -from aliyunsdkecs.endpoint import endpoint_data class ResizeDiskRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ResizeDisk','ecs') - if hasattr(self, "endpoint_map"): - setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) - if hasattr(self, "endpoint_regional"): - setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) - + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ResizeDisk','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RevokeSecurityGroupEgressRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RevokeSecurityGroupEgressRequest.py index ea5e0f39e3..d4e7d025c1 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RevokeSecurityGroupEgressRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RevokeSecurityGroupEgressRequest.py @@ -18,17 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest -from aliyunsdkecs.endpoint import endpoint_data class RevokeSecurityGroupEgressRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'RevokeSecurityGroupEgress','ecs') - if hasattr(self, "endpoint_map"): - setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) - if hasattr(self, "endpoint_regional"): - setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) - + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'RevokeSecurityGroupEgress','ecs') def get_NicType(self): return self.get_query_params().get('NicType') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RevokeSecurityGroupRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RevokeSecurityGroupRequest.py index 7e5a888a36..418789f283 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RevokeSecurityGroupRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RevokeSecurityGroupRequest.py @@ -18,17 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest -from aliyunsdkecs.endpoint import endpoint_data class RevokeSecurityGroupRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'RevokeSecurityGroup','ecs') - if hasattr(self, "endpoint_map"): - setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) - if hasattr(self, "endpoint_regional"): - setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) - + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'RevokeSecurityGroup','ecs') def get_NicType(self): return self.get_query_params().get('NicType') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RunCommandRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RunCommandRequest.py index 73cbeb2d7c..7d56509b20 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RunCommandRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RunCommandRequest.py @@ -18,17 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest -from aliyunsdkecs.endpoint import endpoint_data class RunCommandRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'RunCommand','ecs') - if hasattr(self, "endpoint_map"): - setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) - if hasattr(self, "endpoint_regional"): - setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) - + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'RunCommand','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RunInstancesRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RunInstancesRequest.py index 326262373c..6659475036 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RunInstancesRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RunInstancesRequest.py @@ -18,17 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest -from aliyunsdkecs.endpoint import endpoint_data class RunInstancesRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'RunInstances','ecs') - if hasattr(self, "endpoint_map"): - setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) - if hasattr(self, "endpoint_regional"): - setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) - + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'RunInstances','ecs') def get_LaunchTemplateName(self): return self.get_query_params().get('LaunchTemplateName') @@ -119,12 +113,24 @@ def set_Tags(self,Tags): self.add_query_param('Tag.' + str(i + 1) + '.Value' , Tags[i].get('Value')) + def get_SystemDiskAutoSnapshotPolicyId(self): + return self.get_query_params().get('SystemDisk.AutoSnapshotPolicyId') + + def set_SystemDiskAutoSnapshotPolicyId(self,SystemDiskAutoSnapshotPolicyId): + self.add_query_param('SystemDisk.AutoSnapshotPolicyId',SystemDiskAutoSnapshotPolicyId) + def get_AutoRenewPeriod(self): return self.get_query_params().get('AutoRenewPeriod') def set_AutoRenewPeriod(self,AutoRenewPeriod): self.add_query_param('AutoRenewPeriod',AutoRenewPeriod) + def get_CpuOptionsCore(self): + return self.get_query_params().get('CpuOptions.Core') + + def set_CpuOptionsCore(self,CpuOptionsCore): + self.add_query_param('CpuOptions.Core',CpuOptionsCore) + def get_Period(self): return self.get_query_params().get('Period') @@ -149,18 +155,18 @@ def get_Ipv6AddressCount(self): def set_Ipv6AddressCount(self,Ipv6AddressCount): self.add_query_param('Ipv6AddressCount',Ipv6AddressCount) + def get_CpuOptionsNuma(self): + return self.get_query_params().get('CpuOptions.Numa') + + def set_CpuOptionsNuma(self,CpuOptionsNuma): + self.add_query_param('CpuOptions.Numa',CpuOptionsNuma) + def get_OwnerId(self): return self.get_query_params().get('OwnerId') def set_OwnerId(self,OwnerId): self.add_query_param('OwnerId',OwnerId) - def get_CapacityReservationPreference(self): - return self.get_query_params().get('CapacityReservationPreference') - - def set_CapacityReservationPreference(self,CapacityReservationPreference): - self.add_query_param('CapacityReservationPreference',CapacityReservationPreference) - def get_VSwitchId(self): return self.get_query_params().get('VSwitchId') @@ -271,18 +277,18 @@ def get_Description(self): def set_Description(self,Description): self.add_query_param('Description',Description) + def get_CpuOptionsThreadsPerCore(self): + return self.get_query_params().get('CpuOptions.ThreadsPerCore') + + def set_CpuOptionsThreadsPerCore(self,CpuOptionsThreadsPerCore): + self.add_query_param('CpuOptions.ThreadsPerCore',CpuOptionsThreadsPerCore) + def get_SystemDiskCategory(self): return self.get_query_params().get('SystemDisk.Category') def set_SystemDiskCategory(self,SystemDiskCategory): self.add_query_param('SystemDisk.Category',SystemDiskCategory) - def get_CapacityReservationId(self): - return self.get_query_params().get('CapacityReservationId') - - def set_CapacityReservationId(self,CapacityReservationId): - self.add_query_param('CapacityReservationId',CapacityReservationId) - def get_SystemDiskPerformanceLevel(self): return self.get_query_params().get('SystemDisk.PerformanceLevel') @@ -307,12 +313,6 @@ def get_InstanceType(self): def set_InstanceType(self,InstanceType): self.add_query_param('InstanceType',InstanceType) - def get_HibernationConfigured(self): - return self.get_query_params().get('HibernationConfigured') - - def set_HibernationConfigured(self,HibernationConfigured): - self.add_query_param('HibernationConfigured',HibernationConfigured) - def get_InstanceChargeType(self): return self.get_query_params().get('InstanceChargeType') @@ -330,6 +330,9 @@ def set_NetworkInterfaces(self,NetworkInterfaces): self.add_query_param('NetworkInterface.' + str(i + 1) + '.VSwitchId' , NetworkInterfaces[i].get('VSwitchId')) if NetworkInterfaces[i].get('SecurityGroupId') is not None: self.add_query_param('NetworkInterface.' + str(i + 1) + '.SecurityGroupId' , NetworkInterfaces[i].get('SecurityGroupId')) + for j in range(len(NetworkInterfaces[i].get('SecurityGroupIdss'))): + if NetworkInterfaces[i].get('SecurityGroupIdss')[j] is not None: + self.add_query_param('NetworkInterface.' + str(i + 1) + '.SecurityGroupIds.'+str(j + 1), NetworkInterfaces[i].get('SecurityGroupIdss')[j]) if NetworkInterfaces[i].get('NetworkInterfaceName') is not None: self.add_query_param('NetworkInterface.' + str(i + 1) + '.NetworkInterfaceName' , NetworkInterfaces[i].get('NetworkInterfaceName')) if NetworkInterfaces[i].get('Description') is not None: @@ -435,6 +438,8 @@ def set_DataDisks(self,DataDisks): self.add_query_param('DataDisk.' + str(i + 1) + '.DeleteWithInstance' , DataDisks[i].get('DeleteWithInstance')) if DataDisks[i].get('PerformanceLevel') is not None: self.add_query_param('DataDisk.' + str(i + 1) + '.PerformanceLevel' , DataDisks[i].get('PerformanceLevel')) + if DataDisks[i].get('AutoSnapshotPolicyId') is not None: + self.add_query_param('DataDisk.' + str(i + 1) + '.AutoSnapshotPolicyId' , DataDisks[i].get('AutoSnapshotPolicyId')) def get_LaunchTemplateVersion(self): diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/StartInstanceRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/StartInstanceRequest.py index c0909b4fc2..92e2949fe6 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/StartInstanceRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/StartInstanceRequest.py @@ -18,17 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest -from aliyunsdkecs.endpoint import endpoint_data class StartInstanceRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'StartInstance','ecs') - if hasattr(self, "endpoint_map"): - setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) - if hasattr(self, "endpoint_regional"): - setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) - + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'StartInstance','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/StopInstanceRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/StopInstanceRequest.py index c88334c64f..0d18b76675 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/StopInstanceRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/StopInstanceRequest.py @@ -18,17 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest -from aliyunsdkecs.endpoint import endpoint_data class StopInstanceRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'StopInstance','ecs') - if hasattr(self, "endpoint_map"): - setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) - if hasattr(self, "endpoint_regional"): - setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) - + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'StopInstance','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -42,12 +36,6 @@ def get_StoppedMode(self): def set_StoppedMode(self,StoppedMode): self.add_query_param('StoppedMode',StoppedMode) - def get_Hibernate(self): - return self.get_query_params().get('Hibernate') - - def set_Hibernate(self,Hibernate): - self.add_query_param('Hibernate',Hibernate) - def get_ForceStop(self): return self.get_query_params().get('ForceStop') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/StopInvocationRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/StopInvocationRequest.py index 509ae2c92b..72dc512b6b 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/StopInvocationRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/StopInvocationRequest.py @@ -18,17 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest -from aliyunsdkecs.endpoint import endpoint_data class StopInvocationRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'StopInvocation','ecs') - if hasattr(self, "endpoint_map"): - setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) - if hasattr(self, "endpoint_regional"): - setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) - + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'StopInvocation','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/TagResourcesRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/TagResourcesRequest.py index 87bca67c96..cd5e460af5 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/TagResourcesRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/TagResourcesRequest.py @@ -18,17 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest -from aliyunsdkecs.endpoint import endpoint_data class TagResourcesRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'TagResources','ecs') - if hasattr(self, "endpoint_map"): - setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) - if hasattr(self, "endpoint_regional"): - setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) - + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'TagResources','ecs') def get_Tags(self): return self.get_query_params().get('Tags') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/TerminatePhysicalConnectionRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/TerminatePhysicalConnectionRequest.py index 47a8009109..8c8187a025 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/TerminatePhysicalConnectionRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/TerminatePhysicalConnectionRequest.py @@ -18,17 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest -from aliyunsdkecs.endpoint import endpoint_data class TerminatePhysicalConnectionRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'TerminatePhysicalConnection','ecs') - if hasattr(self, "endpoint_map"): - setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) - if hasattr(self, "endpoint_regional"): - setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) - + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'TerminatePhysicalConnection','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/TerminateVirtualBorderRouterRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/TerminateVirtualBorderRouterRequest.py index f85f5293e1..955695fabc 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/TerminateVirtualBorderRouterRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/TerminateVirtualBorderRouterRequest.py @@ -18,17 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest -from aliyunsdkecs.endpoint import endpoint_data class TerminateVirtualBorderRouterRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'TerminateVirtualBorderRouter','ecs') - if hasattr(self, "endpoint_map"): - setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) - if hasattr(self, "endpoint_regional"): - setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) - + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'TerminateVirtualBorderRouter','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/UnassignIpv6AddressesRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/UnassignIpv6AddressesRequest.py index c34781b1a2..a6e47eedaa 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/UnassignIpv6AddressesRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/UnassignIpv6AddressesRequest.py @@ -18,17 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest -from aliyunsdkecs.endpoint import endpoint_data class UnassignIpv6AddressesRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'UnassignIpv6Addresses','ecs') - if hasattr(self, "endpoint_map"): - setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) - if hasattr(self, "endpoint_regional"): - setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) - + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'UnassignIpv6Addresses','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/UnassignPrivateIpAddressesRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/UnassignPrivateIpAddressesRequest.py index 0487878f0f..cc35ea5125 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/UnassignPrivateIpAddressesRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/UnassignPrivateIpAddressesRequest.py @@ -18,17 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest -from aliyunsdkecs.endpoint import endpoint_data class UnassignPrivateIpAddressesRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'UnassignPrivateIpAddresses','ecs') - if hasattr(self, "endpoint_map"): - setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) - if hasattr(self, "endpoint_regional"): - setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) - + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'UnassignPrivateIpAddresses','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/UnassociateEipAddressRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/UnassociateEipAddressRequest.py index 42106861bb..b0caaa5185 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/UnassociateEipAddressRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/UnassociateEipAddressRequest.py @@ -18,17 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest -from aliyunsdkecs.endpoint import endpoint_data class UnassociateEipAddressRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'UnassociateEipAddress','ecs') - if hasattr(self, "endpoint_map"): - setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) - if hasattr(self, "endpoint_regional"): - setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) - + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'UnassociateEipAddress','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/UnassociateHaVipRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/UnassociateHaVipRequest.py index d626962cb8..339d51110d 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/UnassociateHaVipRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/UnassociateHaVipRequest.py @@ -18,17 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest -from aliyunsdkecs.endpoint import endpoint_data class UnassociateHaVipRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'UnassociateHaVip','ecs') - if hasattr(self, "endpoint_map"): - setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) - if hasattr(self, "endpoint_regional"): - setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) - + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'UnassociateHaVip','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/UntagResourcesRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/UntagResourcesRequest.py index 7f513faff6..f4564da21c 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/UntagResourcesRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/UntagResourcesRequest.py @@ -18,17 +18,11 @@ # under the License. from aliyunsdkcore.request import RpcRequest -from aliyunsdkecs.endpoint import endpoint_data class UntagResourcesRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'UntagResources','ecs') - if hasattr(self, "endpoint_map"): - setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) - if hasattr(self, "endpoint_regional"): - setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) - + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'UntagResources','ecs') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') From 4ff82955ec668f98c03d2563566600788d0f1e49 Mon Sep 17 00:00:00 2001 From: sdk-team Date: Thu, 13 Feb 2020 16:16:08 +0800 Subject: [PATCH 145/282] Generated 2014-05-26 for Ecs. --- aliyun-python-sdk-ecs/ChangeLog.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/aliyun-python-sdk-ecs/ChangeLog.txt b/aliyun-python-sdk-ecs/ChangeLog.txt index 2bf4c85f0b..dce42c831e 100644 --- a/aliyun-python-sdk-ecs/ChangeLog.txt +++ b/aliyun-python-sdk-ecs/ChangeLog.txt @@ -1,6 +1,9 @@ 2020-02-13 Version: 1.0.0 - Generated 2014-05-26 for `Ecs`. +2020-02-13 Version: 1.0.0 +- Generated 2014-05-26 for `Ecs`. + 2019-09-25 Version: 1.0.0 - Generated 2014-05-26 for `Ecs`. From 98bf94cbb48425030c8e4a5c5ed8d34e4a377b42 Mon Sep 17 00:00:00 2001 From: sdk-team Date: Thu, 13 Feb 2020 16:26:34 +0800 Subject: [PATCH 146/282] Generated 2014-05-26 for Ecs. --- aliyun-python-sdk-ecs/ChangeLog.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/aliyun-python-sdk-ecs/ChangeLog.txt b/aliyun-python-sdk-ecs/ChangeLog.txt index dce42c831e..af2d5e8b16 100644 --- a/aliyun-python-sdk-ecs/ChangeLog.txt +++ b/aliyun-python-sdk-ecs/ChangeLog.txt @@ -4,6 +4,9 @@ 2020-02-13 Version: 1.0.0 - Generated 2014-05-26 for `Ecs`. +2020-02-13 Version: 1.0.0 +- Generated 2014-05-26 for `Ecs`. + 2019-09-25 Version: 1.0.0 - Generated 2014-05-26 for `Ecs`. From 352a7cc243bd7fbd26a07832bed63c6f6f73da47 Mon Sep 17 00:00:00 2001 From: sdk-team Date: Thu, 13 Feb 2020 17:33:57 +0800 Subject: [PATCH 147/282] Generated 2014-05-26 for Ecs. --- aliyun-python-sdk-ecs/ChangeLog.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/aliyun-python-sdk-ecs/ChangeLog.txt b/aliyun-python-sdk-ecs/ChangeLog.txt index af2d5e8b16..d8e9626f16 100644 --- a/aliyun-python-sdk-ecs/ChangeLog.txt +++ b/aliyun-python-sdk-ecs/ChangeLog.txt @@ -7,6 +7,9 @@ 2020-02-13 Version: 1.0.0 - Generated 2014-05-26 for `Ecs`. +2020-02-13 Version: 1.0.0 +- Generated 2014-05-26 for `Ecs`. + 2019-09-25 Version: 1.0.0 - Generated 2014-05-26 for `Ecs`. From 835a51b30ea9e1c0d2d85e9f921fa184fd5ae3b7 Mon Sep 17 00:00:00 2001 From: sdk-team Date: Mon, 24 Feb 2020 16:15:40 +0800 Subject: [PATCH 148/282] Generated 2019-02-25 for sdk-test. --- aliyun-python-sdk-sdk-test/ChangeLog.txt | 3 +++ aliyun-python-sdk-sdk-test/aliyunsdksdk_test/__init__.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/aliyun-python-sdk-sdk-test/ChangeLog.txt b/aliyun-python-sdk-sdk-test/ChangeLog.txt index b15e8afb84..9e2abfd2ce 100644 --- a/aliyun-python-sdk-sdk-test/ChangeLog.txt +++ b/aliyun-python-sdk-sdk-test/ChangeLog.txt @@ -1,3 +1,6 @@ +2020-02-24 Version: 1.0.22 +- Generated 2019-02-25 for `sdk-test`. + 2020-02-12 Version: 1.0.4 - Test for reactor sdk portal. diff --git a/aliyun-python-sdk-sdk-test/aliyunsdksdk_test/__init__.py b/aliyun-python-sdk-sdk-test/aliyunsdksdk_test/__init__.py index 7ce86c962b..b5d6b8f43d 100644 --- a/aliyun-python-sdk-sdk-test/aliyunsdksdk_test/__init__.py +++ b/aliyun-python-sdk-sdk-test/aliyunsdksdk_test/__init__.py @@ -1 +1 @@ -__version__ = '1.0.4' \ No newline at end of file +__version__ = '1.0.22' \ No newline at end of file From 05f3f4d7d39ec32d9761df2fdffffb7ad826ed95 Mon Sep 17 00:00:00 2001 From: sdk-team Date: Thu, 27 Feb 2020 23:15:04 +0800 Subject: [PATCH 149/282] Generated 2019-02-25 for sdk-test. --- aliyun-python-sdk-sdk-test/ChangeLog.txt | 3 +++ .../aliyunsdksdk_test/__init__.py | 2 +- python.php | 11 +++++++++++ 3 files changed, 15 insertions(+), 1 deletion(-) create mode 100644 python.php diff --git a/aliyun-python-sdk-sdk-test/ChangeLog.txt b/aliyun-python-sdk-sdk-test/ChangeLog.txt index 9e2abfd2ce..5942628117 100644 --- a/aliyun-python-sdk-sdk-test/ChangeLog.txt +++ b/aliyun-python-sdk-sdk-test/ChangeLog.txt @@ -1,3 +1,6 @@ +2020-02-27 Version: 1.2.22 +- Generated 2019-02-25 for `sdk-test`. + 2020-02-24 Version: 1.0.22 - Generated 2019-02-25 for `sdk-test`. diff --git a/aliyun-python-sdk-sdk-test/aliyunsdksdk_test/__init__.py b/aliyun-python-sdk-sdk-test/aliyunsdksdk_test/__init__.py index b5d6b8f43d..785dbbca78 100644 --- a/aliyun-python-sdk-sdk-test/aliyunsdksdk_test/__init__.py +++ b/aliyun-python-sdk-sdk-test/aliyunsdksdk_test/__init__.py @@ -1 +1 @@ -__version__ = '1.0.22' \ No newline at end of file +__version__ = '1.2.22' \ No newline at end of file diff --git a/python.php b/python.php new file mode 100644 index 0000000000..e554779bd9 --- /dev/null +++ b/python.php @@ -0,0 +1,11 @@ + Date: Thu, 27 Feb 2020 23:19:35 +0800 Subject: [PATCH 150/282] Generated 2019-02-25 for sdk-test. --- aliyun-python-sdk-sdk-test/ChangeLog.txt | 3 +++ aliyun-python-sdk-sdk-test/aliyunsdksdk_test/__init__.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/aliyun-python-sdk-sdk-test/ChangeLog.txt b/aliyun-python-sdk-sdk-test/ChangeLog.txt index 5942628117..2b95ca21dd 100644 --- a/aliyun-python-sdk-sdk-test/ChangeLog.txt +++ b/aliyun-python-sdk-sdk-test/ChangeLog.txt @@ -1,3 +1,6 @@ +2020-02-27 Version: 1.2.23 +- Generated 2019-02-25 for `sdk-test`. + 2020-02-27 Version: 1.2.22 - Generated 2019-02-25 for `sdk-test`. diff --git a/aliyun-python-sdk-sdk-test/aliyunsdksdk_test/__init__.py b/aliyun-python-sdk-sdk-test/aliyunsdksdk_test/__init__.py index 785dbbca78..ccfaed7fe3 100644 --- a/aliyun-python-sdk-sdk-test/aliyunsdksdk_test/__init__.py +++ b/aliyun-python-sdk-sdk-test/aliyunsdksdk_test/__init__.py @@ -1 +1 @@ -__version__ = '1.2.22' \ No newline at end of file +__version__ = '1.2.23' \ No newline at end of file From ba76a4021ccc3ced7e01416691518ccc3a8c73f2 Mon Sep 17 00:00:00 2001 From: sdk-team Date: Fri, 28 Feb 2020 00:39:21 +0800 Subject: [PATCH 151/282] Generated 2019-02-25 for sdk-test. --- aliyun-python-sdk-sdk-test/ChangeLog.txt | 3 +++ aliyun-python-sdk-sdk-test/aliyunsdksdk_test/__init__.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/aliyun-python-sdk-sdk-test/ChangeLog.txt b/aliyun-python-sdk-sdk-test/ChangeLog.txt index 2b95ca21dd..cb26fe1f7b 100644 --- a/aliyun-python-sdk-sdk-test/ChangeLog.txt +++ b/aliyun-python-sdk-sdk-test/ChangeLog.txt @@ -1,3 +1,6 @@ +2020-02-28 Version: 1.3.33 +- Generated 2019-02-25 for `sdk-test`. + 2020-02-27 Version: 1.2.23 - Generated 2019-02-25 for `sdk-test`. diff --git a/aliyun-python-sdk-sdk-test/aliyunsdksdk_test/__init__.py b/aliyun-python-sdk-sdk-test/aliyunsdksdk_test/__init__.py index ccfaed7fe3..46903c7f42 100644 --- a/aliyun-python-sdk-sdk-test/aliyunsdksdk_test/__init__.py +++ b/aliyun-python-sdk-sdk-test/aliyunsdksdk_test/__init__.py @@ -1 +1 @@ -__version__ = '1.2.23' \ No newline at end of file +__version__ = '1.3.33' \ No newline at end of file From 98912ef8a7411331af8afdbc26fe8c9bebbbd013 Mon Sep 17 00:00:00 2001 From: sdk-team Date: Fri, 28 Feb 2020 00:39:23 +0800 Subject: [PATCH 152/282] Generated 2018-07-13 for Ft. --- aliyun-python-sdk-ft/ChangeLog.txt | 3 + aliyun-python-sdk-ft/aliyunsdkft/__init__.py | 2 +- .../v20180713/BatchAuditTest01Request.py | 49 +++++++++++++++ .../v20180713/BatchAuditTest02Request.py | 37 +++++++++++ .../v20180713/DescribeResourceTypeRequest.py | 49 +++++++++++++++ .../FTApiAliasApiRequest.py} | 16 +++-- .../v20180713/FtDynamicAddressDubboRequest.py | 37 +++++++++++ .../v20180713/FtDynamicAddressHsfRequest.py | 25 ++++++++ .../request/v20180713/FtEagleEyeRequest.py | 31 ++++++++++ .../request/v20180713/FtFlowSpecialRequest.py | 31 ++++++++++ .../FtGatedLaunchPolicy3ApiRequest.py | 31 ++++++++++ .../v20180713/FtGatedLaunchPolicy4Request.py | 31 ++++++++++ .../FtGatedLaunchPolicyApiRequest.py | 31 ++++++++++ .../v20180713/FtIpFlowControlRequest.py | 31 ++++++++++ .../request/v20180713/FtParamListRequest.py | 44 +++++++++++++ .../v20180713/TestDubboRetryApiRequest.py | 25 ++++++++ .../TestErrorCodeForGateWayRequest.py | 49 +++++++++++++++ .../request/v20180713/TestHttpApiRequest.py | 61 +++++++++++++++++++ .../{v20190802 => v20180713}/__init__.py | 0 19 files changed, 573 insertions(+), 10 deletions(-) create mode 100644 aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/BatchAuditTest01Request.py create mode 100644 aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/BatchAuditTest02Request.py create mode 100644 aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/DescribeResourceTypeRequest.py rename aliyun-python-sdk-ft/aliyunsdkft/request/{v20190802/RoaHttpStringResponseTestRequest.py => v20180713/FTApiAliasApiRequest.py} (66%) create mode 100644 aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/FtDynamicAddressDubboRequest.py create mode 100644 aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/FtDynamicAddressHsfRequest.py create mode 100644 aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/FtEagleEyeRequest.py create mode 100644 aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/FtFlowSpecialRequest.py create mode 100644 aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/FtGatedLaunchPolicy3ApiRequest.py create mode 100644 aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/FtGatedLaunchPolicy4Request.py create mode 100644 aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/FtGatedLaunchPolicyApiRequest.py create mode 100644 aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/FtIpFlowControlRequest.py create mode 100644 aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/FtParamListRequest.py create mode 100644 aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/TestDubboRetryApiRequest.py create mode 100644 aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/TestErrorCodeForGateWayRequest.py create mode 100644 aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/TestHttpApiRequest.py rename aliyun-python-sdk-ft/aliyunsdkft/request/{v20190802 => v20180713}/__init__.py (100%) diff --git a/aliyun-python-sdk-ft/ChangeLog.txt b/aliyun-python-sdk-ft/ChangeLog.txt index 53ee91bc52..a66326024a 100644 --- a/aliyun-python-sdk-ft/ChangeLog.txt +++ b/aliyun-python-sdk-ft/ChangeLog.txt @@ -1,3 +1,6 @@ +2020-02-28 Version: 1.3.33 +- Generated 2018-07-13 for `Ft`. + 2019-08-20 Version: 2.0.2 - Generated 2019-08-02 for `Ft`. diff --git a/aliyun-python-sdk-ft/aliyunsdkft/__init__.py b/aliyun-python-sdk-ft/aliyunsdkft/__init__.py index f11d20d2d3..46903c7f42 100644 --- a/aliyun-python-sdk-ft/aliyunsdkft/__init__.py +++ b/aliyun-python-sdk-ft/aliyunsdkft/__init__.py @@ -1 +1 @@ -__version__ = '2.0.2' \ No newline at end of file +__version__ = '1.3.33' \ No newline at end of file diff --git a/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/BatchAuditTest01Request.py b/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/BatchAuditTest01Request.py new file mode 100644 index 0000000000..7fdf8174cb --- /dev/null +++ b/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/BatchAuditTest01Request.py @@ -0,0 +1,49 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class BatchAuditTest01Request(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ft', '2018-07-13', 'BatchAuditTest01') + + def get_Demo01(self): + return self.get_query_params().get('Demo01') + + def set_Demo01(self,Demo01): + self.add_query_param('Demo01',Demo01) + + def get_Test010101(self): + return self.get_body_params().get('Test010101') + + def set_Test010101(self,Test010101): + self.add_body_params('Test010101', Test010101) + + def get_Name(self): + return self.get_query_params().get('Name') + + def set_Name(self,Name): + self.add_query_param('Name',Name) + + def get_BatchAuditTest01(self): + return self.get_query_params().get('BatchAuditTest01') + + def set_BatchAuditTest01(self,BatchAuditTest01): + self.add_query_param('BatchAuditTest01',BatchAuditTest01) \ No newline at end of file diff --git a/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/BatchAuditTest02Request.py b/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/BatchAuditTest02Request.py new file mode 100644 index 0000000000..fb8b500e59 --- /dev/null +++ b/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/BatchAuditTest02Request.py @@ -0,0 +1,37 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class BatchAuditTest02Request(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ft', '2018-07-13', 'BatchAuditTest02') + + def get_Name(self): + return self.get_query_params().get('Name') + + def set_Name(self,Name): + self.add_query_param('Name',Name) + + def get_BatchAuditTest01(self): + return self.get_query_params().get('BatchAuditTest01') + + def set_BatchAuditTest01(self,BatchAuditTest01): + self.add_query_param('BatchAuditTest01',BatchAuditTest01) \ No newline at end of file diff --git a/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/DescribeResourceTypeRequest.py b/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/DescribeResourceTypeRequest.py new file mode 100644 index 0000000000..69b6e31d50 --- /dev/null +++ b/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/DescribeResourceTypeRequest.py @@ -0,0 +1,49 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class DescribeResourceTypeRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ft', '2018-07-13', 'DescribeResourceType') + + def get_Product(self): + return self.get_query_params().get('Product') + + def set_Product(self,Product): + self.add_query_param('Product',Product) + + def get_AcceptLanguage(self): + return self.get_query_params().get('AcceptLanguage') + + def set_AcceptLanguage(self,AcceptLanguage): + self.add_query_param('AcceptLanguage',AcceptLanguage) + + def get_Env(self): + return self.get_query_params().get('Env') + + def set_Env(self,Env): + self.add_query_param('Env',Env) + + def get_ResourceType(self): + return self.get_query_params().get('ResourceType') + + def set_ResourceType(self,ResourceType): + self.add_query_param('ResourceType',ResourceType) \ No newline at end of file diff --git a/aliyun-python-sdk-ft/aliyunsdkft/request/v20190802/RoaHttpStringResponseTestRequest.py b/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/FTApiAliasApiRequest.py similarity index 66% rename from aliyun-python-sdk-ft/aliyunsdkft/request/v20190802/RoaHttpStringResponseTestRequest.py rename to aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/FTApiAliasApiRequest.py index 5b63f71e1d..6fb5474633 100644 --- a/aliyun-python-sdk-ft/aliyunsdkft/request/v20190802/RoaHttpStringResponseTestRequest.py +++ b/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/FTApiAliasApiRequest.py @@ -17,17 +17,15 @@ # specific language governing permissions and limitations # under the License. -from aliyunsdkcore.request import RoaRequest +from aliyunsdkcore.request import RpcRequest -class RoaHttpStringResponseTestRequest(RoaRequest): +class FTApiAliasApiRequest(RpcRequest): def __init__(self): - RoaRequest.__init__(self, 'Ft', '2019-08-02', 'RoaHttpStringResponseTest','ft') - self.set_uri_pattern('/web/getData') - self.set_method('POST|GET') + RpcRequest.__init__(self, 'Ft', '2018-07-13', 'FTApiAliasApi') - def get_QueryParam(self): - return self.get_query_params().get('QueryParam') + def get_Name(self): + return self.get_query_params().get('Name') - def set_QueryParam(self,QueryParam): - self.add_query_param('QueryParam',QueryParam) \ No newline at end of file + def set_Name(self,Name): + self.add_query_param('Name',Name) \ No newline at end of file diff --git a/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/FtDynamicAddressDubboRequest.py b/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/FtDynamicAddressDubboRequest.py new file mode 100644 index 0000000000..0af6dcb6b8 --- /dev/null +++ b/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/FtDynamicAddressDubboRequest.py @@ -0,0 +1,37 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class FtDynamicAddressDubboRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ft', '2018-07-13', 'FtDynamicAddressDubbo') + + def get_IntValue(self): + return self.get_query_params().get('IntValue') + + def set_IntValue(self,IntValue): + self.add_query_param('IntValue',IntValue) + + def get_StringValue(self): + return self.get_query_params().get('StringValue') + + def set_StringValue(self,StringValue): + self.add_query_param('StringValue',StringValue) \ No newline at end of file diff --git a/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/FtDynamicAddressHsfRequest.py b/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/FtDynamicAddressHsfRequest.py new file mode 100644 index 0000000000..9a85ad2c18 --- /dev/null +++ b/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/FtDynamicAddressHsfRequest.py @@ -0,0 +1,25 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class FtDynamicAddressHsfRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ft', '2018-07-13', 'FtDynamicAddressHsf') \ No newline at end of file diff --git a/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/FtEagleEyeRequest.py b/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/FtEagleEyeRequest.py new file mode 100644 index 0000000000..d321446eef --- /dev/null +++ b/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/FtEagleEyeRequest.py @@ -0,0 +1,31 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class FtEagleEyeRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ft', '2018-07-13', 'FtEagleEye') + + def get_Name(self): + return self.get_query_params().get('Name') + + def set_Name(self,Name): + self.add_query_param('Name',Name) \ No newline at end of file diff --git a/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/FtFlowSpecialRequest.py b/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/FtFlowSpecialRequest.py new file mode 100644 index 0000000000..e18dca2feb --- /dev/null +++ b/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/FtFlowSpecialRequest.py @@ -0,0 +1,31 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class FtFlowSpecialRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ft', '2018-07-13', 'FtFlowSpecial') + + def get_Name(self): + return self.get_query_params().get('Name') + + def set_Name(self,Name): + self.add_query_param('Name',Name) \ No newline at end of file diff --git a/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/FtGatedLaunchPolicy3ApiRequest.py b/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/FtGatedLaunchPolicy3ApiRequest.py new file mode 100644 index 0000000000..546f895acf --- /dev/null +++ b/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/FtGatedLaunchPolicy3ApiRequest.py @@ -0,0 +1,31 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class FtGatedLaunchPolicy3ApiRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ft', '2018-07-13', 'FtGatedLaunchPolicy3Api') + + def get_Name(self): + return self.get_query_params().get('Name') + + def set_Name(self,Name): + self.add_query_param('Name',Name) \ No newline at end of file diff --git a/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/FtGatedLaunchPolicy4Request.py b/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/FtGatedLaunchPolicy4Request.py new file mode 100644 index 0000000000..bccd4b6a64 --- /dev/null +++ b/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/FtGatedLaunchPolicy4Request.py @@ -0,0 +1,31 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class FtGatedLaunchPolicy4Request(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ft', '2018-07-13', 'FtGatedLaunchPolicy4') + + def get_IsGatedLaunch(self): + return self.get_query_params().get('IsGatedLaunch') + + def set_IsGatedLaunch(self,IsGatedLaunch): + self.add_query_param('IsGatedLaunch',IsGatedLaunch) \ No newline at end of file diff --git a/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/FtGatedLaunchPolicyApiRequest.py b/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/FtGatedLaunchPolicyApiRequest.py new file mode 100644 index 0000000000..6e4005f8f2 --- /dev/null +++ b/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/FtGatedLaunchPolicyApiRequest.py @@ -0,0 +1,31 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class FtGatedLaunchPolicyApiRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ft', '2018-07-13', 'FtGatedLaunchPolicyApi') + + def get_UnGatedLaunchPolicy(self): + return self.get_query_params().get('UnGatedLaunchPolicy') + + def set_UnGatedLaunchPolicy(self,UnGatedLaunchPolicy): + self.add_query_param('UnGatedLaunchPolicy',UnGatedLaunchPolicy) \ No newline at end of file diff --git a/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/FtIpFlowControlRequest.py b/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/FtIpFlowControlRequest.py new file mode 100644 index 0000000000..eb68bc01ff --- /dev/null +++ b/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/FtIpFlowControlRequest.py @@ -0,0 +1,31 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class FtIpFlowControlRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ft', '2018-07-13', 'FtIpFlowControl') + + def get_Name(self): + return self.get_query_params().get('Name') + + def set_Name(self,Name): + self.add_query_param('Name',Name) \ No newline at end of file diff --git a/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/FtParamListRequest.py b/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/FtParamListRequest.py new file mode 100644 index 0000000000..ed056a4021 --- /dev/null +++ b/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/FtParamListRequest.py @@ -0,0 +1,44 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class FtParamListRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ft', '2018-07-13', 'FtParamList') + + def get_Disks(self): + return self.get_query_params().get('Disks') + + def set_Disks(self,Disks): + for i in range(len(Disks)): + for j in range(len(Disks[i].get('Sizes'))): + if Disks[i].get('Sizes')[j] is not None: + self.add_query_param('Disk.' + str(i + 1) + '.Size.'+str(j + 1), Disks[i].get('Sizes')[j]) + for j in range(len(Disks[i].get('Types'))): + if Disks[i].get('Types')[j] is not None: + self.add_query_param('Disk.' + str(i + 1) + '.Type.'+str(j + 1), Disks[i].get('Types')[j]) + + + def get_Name(self): + return self.get_query_params().get('Name') + + def set_Name(self,Name): + self.add_query_param('Name',Name) \ No newline at end of file diff --git a/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/TestDubboRetryApiRequest.py b/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/TestDubboRetryApiRequest.py new file mode 100644 index 0000000000..95746fb0f6 --- /dev/null +++ b/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/TestDubboRetryApiRequest.py @@ -0,0 +1,25 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class TestDubboRetryApiRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ft', '2018-07-13', 'TestDubboRetryApi') \ No newline at end of file diff --git a/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/TestErrorCodeForGateWayRequest.py b/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/TestErrorCodeForGateWayRequest.py new file mode 100644 index 0000000000..cee2c7b392 --- /dev/null +++ b/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/TestErrorCodeForGateWayRequest.py @@ -0,0 +1,49 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class TestErrorCodeForGateWayRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ft', '2018-07-13', 'TestErrorCodeForGateWay') + + def get_HttpStatusCode(self): + return self.get_query_params().get('HttpStatusCode') + + def set_HttpStatusCode(self,HttpStatusCode): + self.add_query_param('HttpStatusCode',HttpStatusCode) + + def get_Code(self): + return self.get_query_params().get('Code') + + def set_Code(self,Code): + self.add_query_param('Code',Code) + + def get_Success(self): + return self.get_query_params().get('Success') + + def set_Success(self,Success): + self.add_query_param('Success',Success) + + def get_Message(self): + return self.get_query_params().get('Message') + + def set_Message(self,Message): + self.add_query_param('Message',Message) \ No newline at end of file diff --git a/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/TestHttpApiRequest.py b/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/TestHttpApiRequest.py new file mode 100644 index 0000000000..0a709240fa --- /dev/null +++ b/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/TestHttpApiRequest.py @@ -0,0 +1,61 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class TestHttpApiRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ft', '2018-07-13', 'TestHttpApi') + + def get_IspSignatureSecretKey(self): + return self.get_query_params().get('IspSignatureSecretKey') + + def set_IspSignatureSecretKey(self,IspSignatureSecretKey): + self.add_query_param('IspSignatureSecretKey',IspSignatureSecretKey) + + def get_StringValue(self): + return self.get_body_params().get('StringValue') + + def set_StringValue(self,StringValue): + self.add_body_params('StringValue', StringValue) + + def get_OtherParam(self): + return self.get_body_params().get('OtherParam') + + def set_OtherParam(self,OtherParam): + self.add_body_params('OtherParam', OtherParam) + + def get_BooleanParam(self): + return self.get_query_params().get('BooleanParam') + + def set_BooleanParam(self,BooleanParam): + self.add_query_param('BooleanParam',BooleanParam) + + def get_DefaultValue(self): + return self.get_body_params().get('DefaultValue') + + def set_DefaultValue(self,DefaultValue): + self.add_body_params('DefaultValue', DefaultValue) + + def get_IspSignature(self): + return self.get_query_params().get('IspSignature') + + def set_IspSignature(self,IspSignature): + self.add_query_param('IspSignature',IspSignature) \ No newline at end of file diff --git a/aliyun-python-sdk-ft/aliyunsdkft/request/v20190802/__init__.py b/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/__init__.py similarity index 100% rename from aliyun-python-sdk-ft/aliyunsdkft/request/v20190802/__init__.py rename to aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/__init__.py From 6678654ad830b12d5b4a8e93a4915e25c4013e56 Mon Sep 17 00:00:00 2001 From: sdk-team Date: Fri, 28 Feb 2020 00:39:43 +0800 Subject: [PATCH 153/282] Generated 2018-07-13 for Ft. --- aliyun-python-sdk-ft/ChangeLog.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/aliyun-python-sdk-ft/ChangeLog.txt b/aliyun-python-sdk-ft/ChangeLog.txt index a66326024a..2a56f7fbc4 100644 --- a/aliyun-python-sdk-ft/ChangeLog.txt +++ b/aliyun-python-sdk-ft/ChangeLog.txt @@ -1,6 +1,9 @@ 2020-02-28 Version: 1.3.33 - Generated 2018-07-13 for `Ft`. +2020-02-28 Version: 1.3.33 +- Generated 2018-07-13 for `Ft`. + 2019-08-20 Version: 2.0.2 - Generated 2019-08-02 for `Ft`. From cb3214a34afe3c9d99f30cd606c2f40503d66568 Mon Sep 17 00:00:00 2001 From: sdk-team Date: Thu, 12 Mar 2020 09:37:09 +0800 Subject: [PATCH 154/282] Generated 2019-02-25 for sdk-test. --- aliyun-python-sdk-sdk-test/ChangeLog.txt | 3 +++ aliyun-python-sdk-sdk-test/aliyunsdksdk_test/__init__.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/aliyun-python-sdk-sdk-test/ChangeLog.txt b/aliyun-python-sdk-sdk-test/ChangeLog.txt index cb26fe1f7b..0ba3e2c9d3 100644 --- a/aliyun-python-sdk-sdk-test/ChangeLog.txt +++ b/aliyun-python-sdk-sdk-test/ChangeLog.txt @@ -1,3 +1,6 @@ +2020-03-12 Version: 1.3.34 +- Generated 2019-02-25 for `sdk-test`. + 2020-02-28 Version: 1.3.33 - Generated 2019-02-25 for `sdk-test`. diff --git a/aliyun-python-sdk-sdk-test/aliyunsdksdk_test/__init__.py b/aliyun-python-sdk-sdk-test/aliyunsdksdk_test/__init__.py index 46903c7f42..15dec33559 100644 --- a/aliyun-python-sdk-sdk-test/aliyunsdksdk_test/__init__.py +++ b/aliyun-python-sdk-sdk-test/aliyunsdksdk_test/__init__.py @@ -1 +1 @@ -__version__ = '1.3.33' \ No newline at end of file +__version__ = '1.3.34' \ No newline at end of file From 2c7a28fd1dbf5c2cf2a038e78094e9aa2c5b2ecc Mon Sep 17 00:00:00 2001 From: sdk-team Date: Thu, 12 Mar 2020 11:25:36 +0800 Subject: [PATCH 155/282] Generated 2019-02-25 for sdk-test. --- aliyun-python-sdk-sdk-test/ChangeLog.txt | 3 +++ aliyun-python-sdk-sdk-test/aliyunsdksdk_test/__init__.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/aliyun-python-sdk-sdk-test/ChangeLog.txt b/aliyun-python-sdk-sdk-test/ChangeLog.txt index 0ba3e2c9d3..b88e117fd7 100644 --- a/aliyun-python-sdk-sdk-test/ChangeLog.txt +++ b/aliyun-python-sdk-sdk-test/ChangeLog.txt @@ -1,3 +1,6 @@ +2020-03-12 Version: 1.3.35 +- Generated 2019-02-25 for `sdk-test`. + 2020-03-12 Version: 1.3.34 - Generated 2019-02-25 for `sdk-test`. diff --git a/aliyun-python-sdk-sdk-test/aliyunsdksdk_test/__init__.py b/aliyun-python-sdk-sdk-test/aliyunsdksdk_test/__init__.py index 15dec33559..74c030e6c8 100644 --- a/aliyun-python-sdk-sdk-test/aliyunsdksdk_test/__init__.py +++ b/aliyun-python-sdk-sdk-test/aliyunsdksdk_test/__init__.py @@ -1 +1 @@ -__version__ = '1.3.34' \ No newline at end of file +__version__ = '1.3.35' \ No newline at end of file From e14b9ea6089c832a79a673c26dd4733b915cd50e Mon Sep 17 00:00:00 2001 From: sdk-team Date: Thu, 12 Mar 2020 11:29:00 +0800 Subject: [PATCH 156/282] Generated 2019-02-25 for sdk-test. --- aliyun-python-sdk-sdk-test/ChangeLog.txt | 3 +++ aliyun-python-sdk-sdk-test/aliyunsdksdk_test/__init__.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/aliyun-python-sdk-sdk-test/ChangeLog.txt b/aliyun-python-sdk-sdk-test/ChangeLog.txt index b88e117fd7..9e56ef73d6 100644 --- a/aliyun-python-sdk-sdk-test/ChangeLog.txt +++ b/aliyun-python-sdk-sdk-test/ChangeLog.txt @@ -1,3 +1,6 @@ +2020-03-12 Version: 1.3.36 +- Generated 2019-02-25 for `sdk-test`. + 2020-03-12 Version: 1.3.35 - Generated 2019-02-25 for `sdk-test`. diff --git a/aliyun-python-sdk-sdk-test/aliyunsdksdk_test/__init__.py b/aliyun-python-sdk-sdk-test/aliyunsdksdk_test/__init__.py index 74c030e6c8..edea7545f7 100644 --- a/aliyun-python-sdk-sdk-test/aliyunsdksdk_test/__init__.py +++ b/aliyun-python-sdk-sdk-test/aliyunsdksdk_test/__init__.py @@ -1 +1 @@ -__version__ = '1.3.35' \ No newline at end of file +__version__ = '1.3.36' \ No newline at end of file From d597ed0fef52368a270f5a5683b08706e80d9683 Mon Sep 17 00:00:00 2001 From: sdk-team Date: Wed, 18 Mar 2020 18:24:00 +0800 Subject: [PATCH 157/282] Generated 2019-02-25 for sdk-test. --- aliyun-python-sdk-sdk-test/ChangeLog.txt | 3 +++ aliyun-python-sdk-sdk-test/aliyunsdksdk_test/__init__.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/aliyun-python-sdk-sdk-test/ChangeLog.txt b/aliyun-python-sdk-sdk-test/ChangeLog.txt index 9e56ef73d6..bfd1764953 100644 --- a/aliyun-python-sdk-sdk-test/ChangeLog.txt +++ b/aliyun-python-sdk-sdk-test/ChangeLog.txt @@ -1,3 +1,6 @@ +2020-03-18 Version: 1.3.45 +- Generated 2019-02-25 for `sdk-test`. + 2020-03-12 Version: 1.3.36 - Generated 2019-02-25 for `sdk-test`. diff --git a/aliyun-python-sdk-sdk-test/aliyunsdksdk_test/__init__.py b/aliyun-python-sdk-sdk-test/aliyunsdksdk_test/__init__.py index edea7545f7..64dcee1787 100644 --- a/aliyun-python-sdk-sdk-test/aliyunsdksdk_test/__init__.py +++ b/aliyun-python-sdk-sdk-test/aliyunsdksdk_test/__init__.py @@ -1 +1 @@ -__version__ = '1.3.36' \ No newline at end of file +__version__ = '1.3.45' \ No newline at end of file From 7165b0f8bdff761e19b7bf2488af61c141db8a2f Mon Sep 17 00:00:00 2001 From: sdk-team Date: Thu, 19 Mar 2020 17:13:44 +0800 Subject: [PATCH 158/282] Generated 2019-02-25 for sdk-test. --- aliyun-python-sdk-sdk-test/ChangeLog.txt | 3 +++ aliyun-python-sdk-sdk-test/aliyunsdksdk_test/__init__.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/aliyun-python-sdk-sdk-test/ChangeLog.txt b/aliyun-python-sdk-sdk-test/ChangeLog.txt index bfd1764953..7927b47ce8 100644 --- a/aliyun-python-sdk-sdk-test/ChangeLog.txt +++ b/aliyun-python-sdk-sdk-test/ChangeLog.txt @@ -1,3 +1,6 @@ +2020-03-19 Version: 1.3.46 +- Generated 2019-02-25 for `sdk-test`. + 2020-03-18 Version: 1.3.45 - Generated 2019-02-25 for `sdk-test`. diff --git a/aliyun-python-sdk-sdk-test/aliyunsdksdk_test/__init__.py b/aliyun-python-sdk-sdk-test/aliyunsdksdk_test/__init__.py index 64dcee1787..b0acf3f0b3 100644 --- a/aliyun-python-sdk-sdk-test/aliyunsdksdk_test/__init__.py +++ b/aliyun-python-sdk-sdk-test/aliyunsdksdk_test/__init__.py @@ -1 +1 @@ -__version__ = '1.3.45' \ No newline at end of file +__version__ = '1.3.46' \ No newline at end of file From 9688b6652ceb47351f40104b0989459eabea2788 Mon Sep 17 00:00:00 2001 From: sdk-team Date: Tue, 24 Mar 2020 18:03:42 +0800 Subject: [PATCH 159/282] Generated 2019-02-25 for sdk-test. --- aliyun-python-sdk-sdk-test/ChangeLog.txt | 3 +++ aliyun-python-sdk-sdk-test/aliyunsdksdk_test/__init__.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/aliyun-python-sdk-sdk-test/ChangeLog.txt b/aliyun-python-sdk-sdk-test/ChangeLog.txt index 7927b47ce8..ca4a6e33ef 100644 --- a/aliyun-python-sdk-sdk-test/ChangeLog.txt +++ b/aliyun-python-sdk-sdk-test/ChangeLog.txt @@ -1,3 +1,6 @@ +2020-03-24 Version: 1.3.45 +- Generated 2019-02-25 for `sdk-test`. + 2020-03-19 Version: 1.3.46 - Generated 2019-02-25 for `sdk-test`. diff --git a/aliyun-python-sdk-sdk-test/aliyunsdksdk_test/__init__.py b/aliyun-python-sdk-sdk-test/aliyunsdksdk_test/__init__.py index b0acf3f0b3..64dcee1787 100644 --- a/aliyun-python-sdk-sdk-test/aliyunsdksdk_test/__init__.py +++ b/aliyun-python-sdk-sdk-test/aliyunsdksdk_test/__init__.py @@ -1 +1 @@ -__version__ = '1.3.46' \ No newline at end of file +__version__ = '1.3.45' \ No newline at end of file From 1c0ce99aa199b8b39910a8fb20686d47e65ba716 Mon Sep 17 00:00:00 2001 From: sdk-team Date: Tue, 24 Mar 2020 20:24:50 +0800 Subject: [PATCH 160/282] Generated 2019-02-25 for sdk-test. --- aliyun-python-sdk-sdk-test/ChangeLog.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/aliyun-python-sdk-sdk-test/ChangeLog.txt b/aliyun-python-sdk-sdk-test/ChangeLog.txt index ca4a6e33ef..7e0a05e7e4 100644 --- a/aliyun-python-sdk-sdk-test/ChangeLog.txt +++ b/aliyun-python-sdk-sdk-test/ChangeLog.txt @@ -1,6 +1,9 @@ 2020-03-24 Version: 1.3.45 - Generated 2019-02-25 for `sdk-test`. +2020-03-24 Version: 1.3.45 +- Generated 2019-02-25 for `sdk-test`. + 2020-03-19 Version: 1.3.46 - Generated 2019-02-25 for `sdk-test`. From 021d342f1d8f95e44f06d24780e723dfa9ac343a Mon Sep 17 00:00:00 2001 From: sdk-team Date: Tue, 24 Mar 2020 20:30:19 +0800 Subject: [PATCH 161/282] Generated 2019-02-25 for sdk-test. --- aliyun-python-sdk-sdk-test/ChangeLog.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/aliyun-python-sdk-sdk-test/ChangeLog.txt b/aliyun-python-sdk-sdk-test/ChangeLog.txt index 7e0a05e7e4..7ac04e9ae4 100644 --- a/aliyun-python-sdk-sdk-test/ChangeLog.txt +++ b/aliyun-python-sdk-sdk-test/ChangeLog.txt @@ -4,6 +4,9 @@ 2020-03-24 Version: 1.3.45 - Generated 2019-02-25 for `sdk-test`. +2020-03-24 Version: 1.3.45 +- Generated 2019-02-25 for `sdk-test`. + 2020-03-19 Version: 1.3.46 - Generated 2019-02-25 for `sdk-test`. From fde87f934affe3071dfe267f5a902d5888e9543c Mon Sep 17 00:00:00 2001 From: sdk-team Date: Tue, 24 Mar 2020 22:22:03 +0800 Subject: [PATCH 162/282] Generated 2019-02-25 for sdk-test. --- aliyun-python-sdk-sdk-test/ChangeLog.txt | 3 +++ aliyun-python-sdk-sdk-test/aliyunsdksdk_test/__init__.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/aliyun-python-sdk-sdk-test/ChangeLog.txt b/aliyun-python-sdk-sdk-test/ChangeLog.txt index 7ac04e9ae4..c3101e2aa9 100644 --- a/aliyun-python-sdk-sdk-test/ChangeLog.txt +++ b/aliyun-python-sdk-sdk-test/ChangeLog.txt @@ -1,3 +1,6 @@ +2020-03-24 Version: 1.333 +- Generated 2019-02-25 for `sdk-test`. + 2020-03-24 Version: 1.3.45 - Generated 2019-02-25 for `sdk-test`. diff --git a/aliyun-python-sdk-sdk-test/aliyunsdksdk_test/__init__.py b/aliyun-python-sdk-sdk-test/aliyunsdksdk_test/__init__.py index 64dcee1787..e03d41aa26 100644 --- a/aliyun-python-sdk-sdk-test/aliyunsdksdk_test/__init__.py +++ b/aliyun-python-sdk-sdk-test/aliyunsdksdk_test/__init__.py @@ -1 +1 @@ -__version__ = '1.3.45' \ No newline at end of file +__version__ = '1.333' \ No newline at end of file From 22e3e8d6d481f0add04ab9ee266e2d54b9c66052 Mon Sep 17 00:00:00 2001 From: sdk-team Date: Tue, 24 Mar 2020 22:35:22 +0800 Subject: [PATCH 163/282] Generated 2019-02-25 for sdk-test. --- aliyun-python-sdk-sdk-test/ChangeLog.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/aliyun-python-sdk-sdk-test/ChangeLog.txt b/aliyun-python-sdk-sdk-test/ChangeLog.txt index c3101e2aa9..14db653113 100644 --- a/aliyun-python-sdk-sdk-test/ChangeLog.txt +++ b/aliyun-python-sdk-sdk-test/ChangeLog.txt @@ -1,6 +1,9 @@ 2020-03-24 Version: 1.333 - Generated 2019-02-25 for `sdk-test`. +2020-03-24 Version: 1.333 +- Generated 2019-02-25 for `sdk-test`. + 2020-03-24 Version: 1.3.45 - Generated 2019-02-25 for `sdk-test`. From c97a829f4a016f45282bedea536bedd7a4c6f928 Mon Sep 17 00:00:00 2001 From: sdk-team Date: Tue, 19 May 2020 16:21:21 +0800 Subject: [PATCH 164/282] Generated 2014-07-14 for Bss. --- aliyun-python-sdk-bss/ChangeLog.txt | 3 +++ aliyun-python-sdk-bss/README.rst | 10 +++++++--- aliyun-python-sdk-bss/aliyunsdkbss/__init__.py | 2 +- .../request/v20140714/CreateOrderRequest.py | 4 +++- .../request/v20140714/DescribeCashDetailRequest.py | 6 ++++-- .../request/v20140714/DescribeCouponDetailRequest.py | 4 +++- .../request/v20140714/DescribeCouponListRequest.py | 4 +++- .../request/v20140714/OpenCallbackRequest.py | 4 +++- .../request/v20140714/QueryForCssOrderRequest.py | 4 +++- .../v20140714/SetResourceBusinessStatusRequest.py | 4 +++- .../v20140714/SubscriptionCreateOrderApiRequest.py | 4 +++- .../request/v20140714/VnoBatchRefundOrderRequest.py | 4 +++- .../request/v20140714/VnoPayCallBackNotifyRequest.py | 4 +++- aliyun-python-sdk-bss/setup.py | 2 +- 14 files changed, 43 insertions(+), 16 deletions(-) diff --git a/aliyun-python-sdk-bss/ChangeLog.txt b/aliyun-python-sdk-bss/ChangeLog.txt index 9d1b4463c5..0a8c01c895 100644 --- a/aliyun-python-sdk-bss/ChangeLog.txt +++ b/aliyun-python-sdk-bss/ChangeLog.txt @@ -1,3 +1,6 @@ +2020-05-19 Version: 0.0.5 +- Generated 2014-07-14 for `Bss`. + 2019-05-22 Version: 1.0.0 - Generated 2014-07-14 for `Bss` diff --git a/aliyun-python-sdk-bss/README.rst b/aliyun-python-sdk-bss/README.rst index 11bedd81b4..2333174825 100644 --- a/aliyun-python-sdk-bss/README.rst +++ b/aliyun-python-sdk-bss/README.rst @@ -1,11 +1,15 @@ +============================================================= aliyun-python-sdk-bss -This is the bss module of Aliyun Python SDK. +============================================================= + +.. This is the bss module of Aliyun Python SDK. Aliyun Python SDK is the official software development kit. It makes things easy to integrate your Python application, library, or script with Aliyun services. This module works on Python versions: 2.6.5 and greater -Documentation: -Please visit http://develop.aliyun.com/sdk/python \ No newline at end of file +**Documentation:** + +Please visit `http://develop.aliyun.com/sdk/python `_ diff --git a/aliyun-python-sdk-bss/aliyunsdkbss/__init__.py b/aliyun-python-sdk-bss/aliyunsdkbss/__init__.py index 75977e6f41..a55ccd2290 100644 --- a/aliyun-python-sdk-bss/aliyunsdkbss/__init__.py +++ b/aliyun-python-sdk-bss/aliyunsdkbss/__init__.py @@ -1 +1 @@ -__version__ = '1.0.0' \ No newline at end of file +__version__ = '0.0.5' \ No newline at end of file diff --git a/aliyun-python-sdk-bss/aliyunsdkbss/request/v20140714/CreateOrderRequest.py b/aliyun-python-sdk-bss/aliyunsdkbss/request/v20140714/CreateOrderRequest.py index c68331ab7f..730743d7f2 100644 --- a/aliyun-python-sdk-bss/aliyunsdkbss/request/v20140714/CreateOrderRequest.py +++ b/aliyun-python-sdk-bss/aliyunsdkbss/request/v20140714/CreateOrderRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,12 @@ # under the License. from aliyunsdkcore.request import RpcRequest + class CreateOrderRequest(RpcRequest): def __init__(self): RpcRequest.__init__(self, 'Bss', '2014-07-14', 'CreateOrder') + self.set_method('POST') def get_paramStr(self): return self.get_query_params().get('paramStr') diff --git a/aliyun-python-sdk-bss/aliyunsdkbss/request/v20140714/DescribeCashDetailRequest.py b/aliyun-python-sdk-bss/aliyunsdkbss/request/v20140714/DescribeCashDetailRequest.py index 13a5da004b..a3134afd9d 100644 --- a/aliyun-python-sdk-bss/aliyunsdkbss/request/v20140714/DescribeCashDetailRequest.py +++ b/aliyun-python-sdk-bss/aliyunsdkbss/request/v20140714/DescribeCashDetailRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,8 +18,10 @@ # under the License. from aliyunsdkcore.request import RpcRequest + class DescribeCashDetailRequest(RpcRequest): def __init__(self): RpcRequest.__init__(self, 'Bss', '2014-07-14', 'DescribeCashDetail') - self.set_protocol_type('https') \ No newline at end of file + self.set_protocol_type('https') + self.set_method('POST') \ No newline at end of file diff --git a/aliyun-python-sdk-bss/aliyunsdkbss/request/v20140714/DescribeCouponDetailRequest.py b/aliyun-python-sdk-bss/aliyunsdkbss/request/v20140714/DescribeCouponDetailRequest.py index 4992025f8d..a2d6b7c4fd 100644 --- a/aliyun-python-sdk-bss/aliyunsdkbss/request/v20140714/DescribeCouponDetailRequest.py +++ b/aliyun-python-sdk-bss/aliyunsdkbss/request/v20140714/DescribeCouponDetailRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,11 +18,13 @@ # under the License. from aliyunsdkcore.request import RpcRequest + class DescribeCouponDetailRequest(RpcRequest): def __init__(self): RpcRequest.__init__(self, 'Bss', '2014-07-14', 'DescribeCouponDetail') self.set_protocol_type('https') + self.set_method('GET') def get_CouponNumber(self): return self.get_query_params().get('CouponNumber') diff --git a/aliyun-python-sdk-bss/aliyunsdkbss/request/v20140714/DescribeCouponListRequest.py b/aliyun-python-sdk-bss/aliyunsdkbss/request/v20140714/DescribeCouponListRequest.py index 3933f48edb..697cffe32e 100644 --- a/aliyun-python-sdk-bss/aliyunsdkbss/request/v20140714/DescribeCouponListRequest.py +++ b/aliyun-python-sdk-bss/aliyunsdkbss/request/v20140714/DescribeCouponListRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,11 +18,13 @@ # under the License. from aliyunsdkcore.request import RpcRequest + class DescribeCouponListRequest(RpcRequest): def __init__(self): RpcRequest.__init__(self, 'Bss', '2014-07-14', 'DescribeCouponList') self.set_protocol_type('https') + self.set_method('POST') def get_StartDeliveryTime(self): return self.get_query_params().get('StartDeliveryTime') diff --git a/aliyun-python-sdk-bss/aliyunsdkbss/request/v20140714/OpenCallbackRequest.py b/aliyun-python-sdk-bss/aliyunsdkbss/request/v20140714/OpenCallbackRequest.py index 3f6ad0b23f..a2afef1386 100644 --- a/aliyun-python-sdk-bss/aliyunsdkbss/request/v20140714/OpenCallbackRequest.py +++ b/aliyun-python-sdk-bss/aliyunsdkbss/request/v20140714/OpenCallbackRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,12 @@ # under the License. from aliyunsdkcore.request import RpcRequest + class OpenCallbackRequest(RpcRequest): def __init__(self): RpcRequest.__init__(self, 'Bss', '2014-07-14', 'OpenCallback') + self.set_method('POST') def get_paramStr(self): return self.get_query_params().get('paramStr') diff --git a/aliyun-python-sdk-bss/aliyunsdkbss/request/v20140714/QueryForCssOrderRequest.py b/aliyun-python-sdk-bss/aliyunsdkbss/request/v20140714/QueryForCssOrderRequest.py index db1e6e6c4f..02a1653047 100644 --- a/aliyun-python-sdk-bss/aliyunsdkbss/request/v20140714/QueryForCssOrderRequest.py +++ b/aliyun-python-sdk-bss/aliyunsdkbss/request/v20140714/QueryForCssOrderRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,12 @@ # under the License. from aliyunsdkcore.request import RpcRequest + class QueryForCssOrderRequest(RpcRequest): def __init__(self): RpcRequest.__init__(self, 'Bss', '2014-07-14', 'QueryForCssOrder') + self.set_method('POST') def get_paramStr(self): return self.get_query_params().get('paramStr') diff --git a/aliyun-python-sdk-bss/aliyunsdkbss/request/v20140714/SetResourceBusinessStatusRequest.py b/aliyun-python-sdk-bss/aliyunsdkbss/request/v20140714/SetResourceBusinessStatusRequest.py index 7920475127..19bd015105 100644 --- a/aliyun-python-sdk-bss/aliyunsdkbss/request/v20140714/SetResourceBusinessStatusRequest.py +++ b/aliyun-python-sdk-bss/aliyunsdkbss/request/v20140714/SetResourceBusinessStatusRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,12 @@ # under the License. from aliyunsdkcore.request import RpcRequest + class SetResourceBusinessStatusRequest(RpcRequest): def __init__(self): RpcRequest.__init__(self, 'Bss', '2014-07-14', 'SetResourceBusinessStatus') + self.set_method('POST') def get_BusinessStatus(self): return self.get_query_params().get('BusinessStatus') diff --git a/aliyun-python-sdk-bss/aliyunsdkbss/request/v20140714/SubscriptionCreateOrderApiRequest.py b/aliyun-python-sdk-bss/aliyunsdkbss/request/v20140714/SubscriptionCreateOrderApiRequest.py index a7ee901a17..7f1489acd0 100644 --- a/aliyun-python-sdk-bss/aliyunsdkbss/request/v20140714/SubscriptionCreateOrderApiRequest.py +++ b/aliyun-python-sdk-bss/aliyunsdkbss/request/v20140714/SubscriptionCreateOrderApiRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,12 @@ # under the License. from aliyunsdkcore.request import RpcRequest + class SubscriptionCreateOrderApiRequest(RpcRequest): def __init__(self): RpcRequest.__init__(self, 'Bss', '2014-07-14', 'SubscriptionCreateOrderApi') + self.set_method('POST') def get_productCode(self): return self.get_query_params().get('productCode') diff --git a/aliyun-python-sdk-bss/aliyunsdkbss/request/v20140714/VnoBatchRefundOrderRequest.py b/aliyun-python-sdk-bss/aliyunsdkbss/request/v20140714/VnoBatchRefundOrderRequest.py index afe05fbe02..728b1b6e0f 100644 --- a/aliyun-python-sdk-bss/aliyunsdkbss/request/v20140714/VnoBatchRefundOrderRequest.py +++ b/aliyun-python-sdk-bss/aliyunsdkbss/request/v20140714/VnoBatchRefundOrderRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,12 @@ # under the License. from aliyunsdkcore.request import RpcRequest + class VnoBatchRefundOrderRequest(RpcRequest): def __init__(self): RpcRequest.__init__(self, 'Bss', '2014-07-14', 'VnoBatchRefundOrder') + self.set_method('POST') def get_paramStr(self): return self.get_query_params().get('paramStr') diff --git a/aliyun-python-sdk-bss/aliyunsdkbss/request/v20140714/VnoPayCallBackNotifyRequest.py b/aliyun-python-sdk-bss/aliyunsdkbss/request/v20140714/VnoPayCallBackNotifyRequest.py index 003f49ece2..28540e0d41 100644 --- a/aliyun-python-sdk-bss/aliyunsdkbss/request/v20140714/VnoPayCallBackNotifyRequest.py +++ b/aliyun-python-sdk-bss/aliyunsdkbss/request/v20140714/VnoPayCallBackNotifyRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,12 @@ # under the License. from aliyunsdkcore.request import RpcRequest + class VnoPayCallBackNotifyRequest(RpcRequest): def __init__(self): RpcRequest.__init__(self, 'Bss', '2014-07-14', 'VnoPayCallBackNotify') + self.set_method('POST') def get_paramStr(self): return self.get_query_params().get('paramStr') diff --git a/aliyun-python-sdk-bss/setup.py b/aliyun-python-sdk-bss/setup.py index c737564454..f98b19be81 100644 --- a/aliyun-python-sdk-bss/setup.py +++ b/aliyun-python-sdk-bss/setup.py @@ -31,7 +31,7 @@ """ PACKAGE = "aliyunsdkbss" -NAME = "aliyun-python-sdk-bss-test" +NAME = "aliyun-python-sdk-bss" DESCRIPTION = "The bss module of Aliyun Python sdk." AUTHOR = "Aliyun" AUTHOR_EMAIL = "aliyun-developers-efficiency@list.alibaba-inc.com" From d663f2d9a05eef3a37c899b1a4820851aec0c9f2 Mon Sep 17 00:00:00 2001 From: sdk-team Date: Tue, 19 May 2020 16:38:32 +0800 Subject: [PATCH 165/282] Generated 2017-03-21 for vod. --- aliyun-python-sdk-vod/ChangeLog.txt | 3 + aliyun-python-sdk-vod/README.rst | 10 +- .../aliyunsdkvod/__init__.py | 2 +- .../request/v20170321/AddAITemplateRequest.py | 16 ++-- .../request/v20170321/AddCategoryRequest.py | 30 +++--- .../v20170321/AddEditingProjectRequest.py | 48 +++++----- .../AddTranscodeTemplateGroupRequest.py | 24 +++-- .../request/v20170321/AddVodDomainRequest.py | 68 ++++++++++++++ .../v20170321/AddVodTemplateRequest.py | 34 ++++--- .../request/v20170321/AddWatermarkRequest.py | 48 ++++++---- .../AttachAppPolicyToIdentityRequest.py | 42 +++++---- .../BatchSetVodDomainConfigsRequest.py | 56 +++++++++++ .../v20170321/BatchStartVodDomainRequest.py | 44 +++++++++ .../v20170321/BatchStopVodDomainRequest.py | 44 +++++++++ .../request/v20170321/CreateAppInfoRequest.py | 22 ++--- .../request/v20170321/CreateAuditRequest.py | 4 +- .../CreateUploadAttachedMediaRequest.py | 64 ++++++------- .../v20170321/CreateUploadImageRequest.py | 64 ++++++------- .../v20170321/CreateUploadVideoRequest.py | 90 +++++++++--------- .../v20170321/DeleteAITemplateRequest.py | 4 +- .../request/v20170321/DeleteAppInfoRequest.py | 24 ++--- .../v20170321/DeleteAttachedMediaRequest.py | 18 ++-- .../v20170321/DeleteCategoryRequest.py | 18 ++-- .../v20170321/DeleteEditingProjectRequest.py | 4 +- .../request/v20170321/DeleteImageRequest.py | 16 ++-- .../v20170321/DeleteMessageCallbackRequest.py | 30 +++--- .../v20170321/DeleteMezzaninesRequest.py | 16 ++-- .../v20170321/DeleteMultipartUploadRequest.py | 16 ++-- .../request/v20170321/DeleteStreamRequest.py | 18 ++-- .../DeleteTranscodeTemplateGroupRequest.py | 30 +++--- .../request/v20170321/DeleteVideoRequest.py | 4 +- .../v20170321/DeleteVodDomainRequest.py | 50 ++++++++++ .../DeleteVodSpecificConfigRequest.py | 50 ++++++++++ .../v20170321/DeleteVodTemplateRequest.py | 18 ++-- .../v20170321/DeleteWatermarkRequest.py | 18 ++-- .../v20170321/DescribePlayTopVideosRequest.py | 4 +- .../v20170321/DescribePlayUserAvgRequest.py | 4 +- .../v20170321/DescribePlayUserTotalRequest.py | 4 +- .../DescribePlayVideoStatisRequest.py | 4 +- .../v20170321/DescribeVodAIDataRequest.py | 56 +++++++++++ .../DescribeVodCertificateListRequest.py | 44 +++++++++ .../DescribeVodDomainBpsDataRequest.py | 4 +- ...DescribeVodDomainCertificateInfoRequest.py | 38 ++++++++ .../DescribeVodDomainConfigsRequest.py | 50 ++++++++++ .../DescribeVodDomainDetailRequest.py | 44 +++++++++ .../v20170321/DescribeVodDomainLogRequest.py | 4 +- .../DescribeVodDomainTrafficDataRequest.py | 4 +- .../DescribeVodDomainUsageDataRequest.py | 68 ++++++++++++++ .../DescribeVodRefreshQuotaRequest.py | 18 ++-- .../DescribeVodRefreshTasksRequest.py | 40 ++++---- .../DescribeVodStorageDataRequest.py | 62 +++++++++++++ .../DescribeVodTranscodeDataRequest.py | 68 ++++++++++++++ .../DescribeVodUserDomainsRequest.py | 92 +++++++++++++++++++ .../DetachAppPolicyFromIdentityRequest.py | 42 +++++---- .../v20170321/GetAIMediaAuditJobRequest.py | 18 ++-- .../request/v20170321/GetAITemplateRequest.py | 4 +- .../v20170321/GetAIVideoTagResultRequest.py | 56 +++++++++++ .../request/v20170321/GetAppInfosRequest.py | 24 ++--- .../v20170321/GetAttachedMediaInfoRequest.py | 34 +++---- .../v20170321/GetAuditHistoryRequest.py | 16 ++-- .../request/v20170321/GetCategoriesRequest.py | 40 ++++---- .../v20170321/GetDefaultAITemplateRequest.py | 18 ++-- .../GetEditingProjectMaterialsRequest.py | 30 +++--- .../v20170321/GetEditingProjectRequest.py | 4 +- .../request/v20170321/GetImageInfoRequest.py | 30 +++--- .../GetMediaAuditAudioResultDetailRequest.py | 62 +++++++++++++ .../GetMediaAuditResultDetailRequest.py | 18 ++-- .../v20170321/GetMediaAuditResultRequest.py | 4 +- .../GetMediaAuditResultTimelineRequest.py | 4 +- .../v20170321/GetMediaDNAResultRequest.py | 4 +- .../v20170321/GetMessageCallbackRequest.py | 30 +++--- .../v20170321/GetMezzanineInfoRequest.py | 42 +++++---- .../request/v20170321/GetPlayInfoRequest.py | 84 +++++++---------- .../v20170321/GetTranscodeSummaryRequest.py | 4 +- .../v20170321/GetTranscodeTaskRequest.py | 18 ++-- .../GetTranscodeTemplateGroupRequest.py | 4 +- .../v20170321/GetURLUploadInfosRequest.py | 18 ++-- .../v20170321/GetUploadDetailsRequest.py | 62 +++++++++++++ .../request/v20170321/GetVideoInfoRequest.py | 24 ++--- .../request/v20170321/GetVideoInfosRequest.py | 16 ++-- .../request/v20170321/GetVideoListRequest.py | 62 +++++++------ .../v20170321/GetVideoPlayAuthRequest.py | 32 +++---- .../v20170321/GetVodTemplateRequest.py | 18 ++-- .../request/v20170321/GetWatermarkRequest.py | 18 ++-- .../request/v20170321/ListAIJobRequest.py | 18 ++-- .../v20170321/ListAITemplateRequest.py | 18 ++-- .../request/v20170321/ListAppInfoRequest.py | 30 +++--- .../ListAppPoliciesForIdentityRequest.py | 30 +++--- .../v20170321/ListAuditSecurityIpRequest.py | 4 +- .../v20170321/ListLiveRecordVideoRequest.py | 66 ++++++------- .../request/v20170321/ListSnapshotsRequest.py | 48 +++++----- .../v20170321/ListTranscodeTaskRequest.py | 38 ++++---- .../ListTranscodeTemplateGroupRequest.py | 24 ++++- .../v20170321/ListVodTemplateRequest.py | 18 +++- .../request/v20170321/ListWatermarkRequest.py | 24 ++++- .../v20170321/MoveAppResourceRequest.py | 22 ++--- .../PreloadVodObjectCachesRequest.py | 18 ++-- .../ProduceEditingProjectVideoRequest.py | 54 +++++------ .../v20170321/RefreshUploadVideoRequest.py | 4 +- .../RefreshVodObjectCachesRequest.py | 16 ++-- .../request/v20170321/RegisterMediaRequest.py | 40 ++++---- .../v20170321/SearchEditingProjectRequest.py | 40 ++++---- .../request/v20170321/SearchMediaRequest.py | 58 ++++++------ .../v20170321/SetAuditSecurityIpRequest.py | 16 ++-- .../v20170321/SetDefaultAITemplateRequest.py | 4 +- ...SetDefaultTranscodeTemplateGroupRequest.py | 4 +- .../v20170321/SetDefaultWatermarkRequest.py | 18 ++-- .../SetEditingProjectMaterialsRequest.py | 24 ++--- .../v20170321/SetMessageCallbackRequest.py | 34 +++---- .../SetVodDomainCertificateRequest.py | 74 +++++++++++++++ .../request/v20170321/SubmitAIJobRequest.py | 22 +++-- .../v20170321/SubmitAIMediaAuditJobRequest.py | 18 +++- .../v20170321/SubmitDynamicImageJobRequest.py | 62 +++++++++++++ .../v20170321/SubmitPreprocessJobsRequest.py | 4 +- .../v20170321/SubmitSnapshotJobRequest.py | 66 +++++++------ .../v20170321/SubmitTranscodeJobsRequest.py | 38 +++++--- .../v20170321/SubmitWorkflowJobRequest.py | 62 +++++++++++++ .../v20170321/UpdateAITemplateRequest.py | 16 ++-- .../request/v20170321/UpdateAppInfoRequest.py | 34 +++---- .../UpdateAttachedMediaInfosRequest.py | 4 +- .../v20170321/UpdateCategoryRequest.py | 16 ++-- .../v20170321/UpdateEditingProjectRequest.py | 56 +++++------ .../v20170321/UpdateImageInfosRequest.py | 4 +- .../UpdateTranscodeTemplateGroupRequest.py | 30 +++--- .../v20170321/UpdateVideoInfoRequest.py | 60 +++++------- .../v20170321/UpdateVideoInfosRequest.py | 4 +- .../v20170321/UpdateVodDomainRequest.py | 56 +++++++++++ .../v20170321/UpdateVodTemplateRequest.py | 30 +++--- .../v20170321/UpdateWatermarkRequest.py | 30 +++--- .../v20170321/UploadMediaByURLRequest.py | 76 ++++++++------- 130 files changed, 2715 insertions(+), 1212 deletions(-) create mode 100644 aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/AddVodDomainRequest.py create mode 100644 aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/BatchSetVodDomainConfigsRequest.py create mode 100644 aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/BatchStartVodDomainRequest.py create mode 100644 aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/BatchStopVodDomainRequest.py create mode 100644 aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/DeleteVodDomainRequest.py create mode 100644 aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/DeleteVodSpecificConfigRequest.py create mode 100644 aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/DescribeVodAIDataRequest.py create mode 100644 aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/DescribeVodCertificateListRequest.py create mode 100644 aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/DescribeVodDomainCertificateInfoRequest.py create mode 100644 aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/DescribeVodDomainConfigsRequest.py create mode 100644 aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/DescribeVodDomainDetailRequest.py create mode 100644 aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/DescribeVodDomainUsageDataRequest.py create mode 100644 aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/DescribeVodStorageDataRequest.py create mode 100644 aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/DescribeVodTranscodeDataRequest.py create mode 100644 aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/DescribeVodUserDomainsRequest.py create mode 100644 aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/GetAIVideoTagResultRequest.py create mode 100644 aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/GetMediaAuditAudioResultDetailRequest.py create mode 100644 aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/GetUploadDetailsRequest.py create mode 100644 aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/SetVodDomainCertificateRequest.py create mode 100644 aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/SubmitDynamicImageJobRequest.py create mode 100644 aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/SubmitWorkflowJobRequest.py create mode 100644 aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/UpdateVodDomainRequest.py diff --git a/aliyun-python-sdk-vod/ChangeLog.txt b/aliyun-python-sdk-vod/ChangeLog.txt index 3851a8dfad..182eed75fa 100644 --- a/aliyun-python-sdk-vod/ChangeLog.txt +++ b/aliyun-python-sdk-vod/ChangeLog.txt @@ -1,3 +1,6 @@ +2020-05-19 Version: 2.15.9 +- Generated 2017-03-21 for `vod`. + 2019-04-11 Version: 2.15.2 1, Add some new apis to manage VoD's App, such as CreateAppInfo, GetAppInfos, ListAppInfos, UpdateAppInfo, DeleteAppInfo, AttachAppPolicyToIdentity, DetachAppPolicyFromIdentity, ListAppPoliciesForIdentity and MoveAppResource. 2, Add new apis SetMessageCallback, GetMessageCallback and DeleteMessageCallback to manage message callback configuration. diff --git a/aliyun-python-sdk-vod/README.rst b/aliyun-python-sdk-vod/README.rst index 9c8d941649..265e889a57 100644 --- a/aliyun-python-sdk-vod/README.rst +++ b/aliyun-python-sdk-vod/README.rst @@ -1,11 +1,15 @@ +============================================================= aliyun-python-sdk-vod -This is the vod module of Aliyun Python SDK. +============================================================= + +.. This is the vod module of Aliyun Python SDK. Aliyun Python SDK is the official software development kit. It makes things easy to integrate your Python application, library, or script with Aliyun services. This module works on Python versions: 2.6.5 and greater -Documentation: -Please visit http://develop.aliyun.com/sdk/python \ No newline at end of file +**Documentation:** + +Please visit `http://develop.aliyun.com/sdk/python `_ diff --git a/aliyun-python-sdk-vod/aliyunsdkvod/__init__.py b/aliyun-python-sdk-vod/aliyunsdkvod/__init__.py index 409e0b5179..cd7a4ff1c1 100644 --- a/aliyun-python-sdk-vod/aliyunsdkvod/__init__.py +++ b/aliyun-python-sdk-vod/aliyunsdkvod/__init__.py @@ -1 +1 @@ -__version__ = "2.15.2" \ No newline at end of file +__version__ = '2.15.9' \ No newline at end of file diff --git a/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/AddAITemplateRequest.py b/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/AddAITemplateRequest.py index 84457aeee4..1cd90bff3a 100644 --- a/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/AddAITemplateRequest.py +++ b/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/AddAITemplateRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,12 @@ # under the License. from aliyunsdkcore.request import RpcRequest + class AddAITemplateRequest(RpcRequest): def __init__(self): RpcRequest.__init__(self, 'vod', '2017-03-21', 'AddAITemplate','vod') + self.set_method('POST') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -29,12 +31,6 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - def get_TemplateConfig(self): return self.get_query_params().get('TemplateConfig') @@ -53,6 +49,12 @@ def get_TemplateName(self): def set_TemplateName(self,TemplateName): self.add_query_param('TemplateName',TemplateName) + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + def get_OwnerId(self): return self.get_query_params().get('OwnerId') diff --git a/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/AddCategoryRequest.py b/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/AddCategoryRequest.py index 58b28f2c85..28d1ea3496 100644 --- a/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/AddCategoryRequest.py +++ b/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/AddCategoryRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,12 @@ # under the License. from aliyunsdkcore.request import RpcRequest + class AddCategoryRequest(RpcRequest): def __init__(self): RpcRequest.__init__(self, 'vod', '2017-03-21', 'AddCategory','vod') + self.set_method('POST') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -29,18 +31,6 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - def get_Type(self): return self.get_query_params().get('Type') @@ -57,4 +47,16 @@ def get_CateName(self): return self.get_query_params().get('CateName') def set_CateName(self,CateName): - self.add_query_param('CateName',CateName) \ No newline at end of file + self.add_query_param('CateName',CateName) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/AddEditingProjectRequest.py b/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/AddEditingProjectRequest.py index 21149e59ba..8fa70fc2b3 100644 --- a/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/AddEditingProjectRequest.py +++ b/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/AddEditingProjectRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,30 @@ # under the License. from aliyunsdkcore.request import RpcRequest + class AddEditingProjectRequest(RpcRequest): def __init__(self): RpcRequest.__init__(self, 'vod', '2017-03-21', 'AddEditingProject','vod') + self.set_method('POST') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_Description(self): + return self.get_query_params().get('Description') + + def set_Description(self,Description): + self.add_query_param('Description',Description) + + def get_Title(self): + return self.get_query_params().get('Title') + + def set_Title(self,Title): + self.add_query_param('Title',Title) def get_CoverURL(self): return self.get_query_params().get('CoverURL') @@ -35,12 +55,6 @@ def get_Division(self): def set_Division(self,Division): self.add_query_param('Division',Division) - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - def get_ResourceOwnerAccount(self): return self.get_query_params().get('ResourceOwnerAccount') @@ -53,26 +67,14 @@ def get_OwnerAccount(self): def set_OwnerAccount(self,OwnerAccount): self.add_query_param('OwnerAccount',OwnerAccount) - def get_Description(self): - return self.get_query_params().get('Description') - - def set_Description(self,Description): - self.add_query_param('Description',Description) - - def get_Timeline(self): - return self.get_query_params().get('Timeline') - - def set_Timeline(self,Timeline): - self.add_query_param('Timeline',Timeline) - def get_OwnerId(self): return self.get_query_params().get('OwnerId') def set_OwnerId(self,OwnerId): self.add_query_param('OwnerId',OwnerId) - def get_Title(self): - return self.get_query_params().get('Title') + def get_Timeline(self): + return self.get_query_params().get('Timeline') - def set_Title(self,Title): - self.add_query_param('Title',Title) \ No newline at end of file + def set_Timeline(self,Timeline): + self.add_query_param('Timeline',Timeline) \ No newline at end of file diff --git a/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/AddTranscodeTemplateGroupRequest.py b/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/AddTranscodeTemplateGroupRequest.py index 510eebc83b..a56e93c475 100644 --- a/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/AddTranscodeTemplateGroupRequest.py +++ b/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/AddTranscodeTemplateGroupRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,12 @@ # under the License. from aliyunsdkcore.request import RpcRequest + class AddTranscodeTemplateGroupRequest(RpcRequest): def __init__(self): RpcRequest.__init__(self, 'vod', '2017-03-21', 'AddTranscodeTemplateGroup','vod') + self.set_method('POST') def get_TranscodeTemplateList(self): return self.get_query_params().get('TranscodeTemplateList') @@ -41,12 +43,6 @@ def get_ResourceOwnerAccount(self): def set_ResourceOwnerAccount(self,ResourceOwnerAccount): self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - def get_Name(self): - return self.get_query_params().get('Name') - - def set_Name(self,Name): - self.add_query_param('Name',Name) - def get_OwnerId(self): return self.get_query_params().get('OwnerId') @@ -57,4 +53,16 @@ def get_TranscodeTemplateGroupId(self): return self.get_query_params().get('TranscodeTemplateGroupId') def set_TranscodeTemplateGroupId(self,TranscodeTemplateGroupId): - self.add_query_param('TranscodeTemplateGroupId',TranscodeTemplateGroupId) \ No newline at end of file + self.add_query_param('TranscodeTemplateGroupId',TranscodeTemplateGroupId) + + def get_AppId(self): + return self.get_query_params().get('AppId') + + def set_AppId(self,AppId): + self.add_query_param('AppId',AppId) + + def get_Name(self): + return self.get_query_params().get('Name') + + def set_Name(self,Name): + self.add_query_param('Name',Name) \ No newline at end of file diff --git a/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/AddVodDomainRequest.py b/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/AddVodDomainRequest.py new file mode 100644 index 0000000000..065c69a03f --- /dev/null +++ b/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/AddVodDomainRequest.py @@ -0,0 +1,68 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class AddVodDomainRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'vod', '2017-03-21', 'AddVodDomain','vod') + self.set_method('POST') + + def get_Sources(self): + return self.get_query_params().get('Sources') + + def set_Sources(self,Sources): + self.add_query_param('Sources',Sources) + + def get_SecurityToken(self): + return self.get_query_params().get('SecurityToken') + + def set_SecurityToken(self,SecurityToken): + self.add_query_param('SecurityToken',SecurityToken) + + def get_Scope(self): + return self.get_query_params().get('Scope') + + def set_Scope(self,Scope): + self.add_query_param('Scope',Scope) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_DomainName(self): + return self.get_query_params().get('DomainName') + + def set_DomainName(self,DomainName): + self.add_query_param('DomainName',DomainName) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_CheckUrl(self): + return self.get_query_params().get('CheckUrl') + + def set_CheckUrl(self,CheckUrl): + self.add_query_param('CheckUrl',CheckUrl) \ No newline at end of file diff --git a/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/AddVodTemplateRequest.py b/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/AddVodTemplateRequest.py index a226549667..5e89c7e9fd 100644 --- a/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/AddVodTemplateRequest.py +++ b/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/AddVodTemplateRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,12 @@ # under the License. from aliyunsdkcore.request import RpcRequest + class AddVodTemplateRequest(RpcRequest): def __init__(self): RpcRequest.__init__(self, 'vod', '2017-03-21', 'AddVodTemplate','vod') + self.set_method('POST') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -29,11 +31,11 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') + def get_SubTemplateType(self): + return self.get_query_params().get('SubTemplateType') - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + def set_SubTemplateType(self,SubTemplateType): + self.add_query_param('SubTemplateType',SubTemplateType) def get_TemplateConfig(self): return self.get_query_params().get('TemplateConfig') @@ -47,11 +49,11 @@ def get_TemplateType(self): def set_TemplateType(self,TemplateType): self.add_query_param('TemplateType',TemplateType) - def get_Name(self): - return self.get_query_params().get('Name') + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') - def set_Name(self,Name): - self.add_query_param('Name',Name) + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) def get_OwnerId(self): return self.get_query_params().get('OwnerId') @@ -59,8 +61,14 @@ def get_OwnerId(self): def set_OwnerId(self,OwnerId): self.add_query_param('OwnerId',OwnerId) - def get_SubTemplateType(self): - return self.get_query_params().get('SubTemplateType') + def get_AppId(self): + return self.get_query_params().get('AppId') - def set_SubTemplateType(self,SubTemplateType): - self.add_query_param('SubTemplateType',SubTemplateType) \ No newline at end of file + def set_AppId(self,AppId): + self.add_query_param('AppId',AppId) + + def get_Name(self): + return self.get_query_params().get('Name') + + def set_Name(self,Name): + self.add_query_param('Name',Name) \ No newline at end of file diff --git a/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/AddWatermarkRequest.py b/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/AddWatermarkRequest.py index f81de782a3..f74cb5ccd0 100644 --- a/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/AddWatermarkRequest.py +++ b/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/AddWatermarkRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,12 @@ # under the License. from aliyunsdkcore.request import RpcRequest + class AddWatermarkRequest(RpcRequest): def __init__(self): RpcRequest.__init__(self, 'vod', '2017-03-21', 'AddWatermark','vod') + self.set_method('POST') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -29,38 +31,44 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) + def get_Type(self): + return self.get_query_params().get('Type') + + def set_Type(self,Type): + self.add_query_param('Type',Type) + def get_ResourceOwnerAccount(self): return self.get_query_params().get('ResourceOwnerAccount') def set_ResourceOwnerAccount(self,ResourceOwnerAccount): self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - def get_Name(self): - return self.get_query_params().get('Name') - - def set_Name(self,Name): - self.add_query_param('Name',Name) - - def get_FileUrl(self): - return self.get_query_params().get('FileUrl') - - def set_FileUrl(self,FileUrl): - self.add_query_param('FileUrl',FileUrl) - def get_OwnerId(self): return self.get_query_params().get('OwnerId') def set_OwnerId(self,OwnerId): self.add_query_param('OwnerId',OwnerId) - def get_Type(self): - return self.get_query_params().get('Type') - - def set_Type(self,Type): - self.add_query_param('Type',Type) - def get_WatermarkConfig(self): return self.get_query_params().get('WatermarkConfig') def set_WatermarkConfig(self,WatermarkConfig): - self.add_query_param('WatermarkConfig',WatermarkConfig) \ No newline at end of file + self.add_query_param('WatermarkConfig',WatermarkConfig) + + def get_AppId(self): + return self.get_query_params().get('AppId') + + def set_AppId(self,AppId): + self.add_query_param('AppId',AppId) + + def get_Name(self): + return self.get_query_params().get('Name') + + def set_Name(self,Name): + self.add_query_param('Name',Name) + + def get_FileUrl(self): + return self.get_query_params().get('FileUrl') + + def set_FileUrl(self,FileUrl): + self.add_query_param('FileUrl',FileUrl) \ No newline at end of file diff --git a/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/AttachAppPolicyToIdentityRequest.py b/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/AttachAppPolicyToIdentityRequest.py index e2a8bf2f67..a249c2061f 100644 --- a/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/AttachAppPolicyToIdentityRequest.py +++ b/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/AttachAppPolicyToIdentityRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,16 +18,12 @@ # under the License. from aliyunsdkcore.request import RpcRequest + class AttachAppPolicyToIdentityRequest(RpcRequest): def __init__(self): RpcRequest.__init__(self, 'vod', '2017-03-21', 'AttachAppPolicyToIdentity','vod') - - def get_IdentityName(self): - return self.get_query_params().get('IdentityName') - - def set_IdentityName(self,IdentityName): - self.add_query_param('IdentityName',IdentityName) + self.set_method('POST') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -35,6 +31,18 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) + def get_PolicyNames(self): + return self.get_query_params().get('PolicyNames') + + def set_PolicyNames(self,PolicyNames): + self.add_query_param('PolicyNames',PolicyNames) + + def get_IdentityName(self): + return self.get_query_params().get('IdentityName') + + def set_IdentityName(self,IdentityName): + self.add_query_param('IdentityName',IdentityName) + def get_IdentityType(self): return self.get_query_params().get('IdentityType') @@ -47,20 +55,14 @@ def get_ResourceOwnerAccount(self): def set_ResourceOwnerAccount(self,ResourceOwnerAccount): self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - def get_AppId(self): - return self.get_query_params().get('AppId') - - def set_AppId(self,AppId): - self.add_query_param('AppId',AppId) - - def get_PolicyNames(self): - return self.get_query_params().get('PolicyNames') - - def set_PolicyNames(self,PolicyNames): - self.add_query_param('PolicyNames',PolicyNames) - def get_OwnerId(self): return self.get_query_params().get('OwnerId') def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) \ No newline at end of file + self.add_query_param('OwnerId',OwnerId) + + def get_AppId(self): + return self.get_query_params().get('AppId') + + def set_AppId(self,AppId): + self.add_query_param('AppId',AppId) \ No newline at end of file diff --git a/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/BatchSetVodDomainConfigsRequest.py b/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/BatchSetVodDomainConfigsRequest.py new file mode 100644 index 0000000000..0f624807cc --- /dev/null +++ b/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/BatchSetVodDomainConfigsRequest.py @@ -0,0 +1,56 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class BatchSetVodDomainConfigsRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'vod', '2017-03-21', 'BatchSetVodDomainConfigs','vod') + self.set_method('POST') + + def get_Functions(self): + return self.get_query_params().get('Functions') + + def set_Functions(self,Functions): + self.add_query_param('Functions',Functions) + + def get_DomainNames(self): + return self.get_query_params().get('DomainNames') + + def set_DomainNames(self,DomainNames): + self.add_query_param('DomainNames',DomainNames) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_SecurityToken(self): + return self.get_query_params().get('SecurityToken') + + def set_SecurityToken(self,SecurityToken): + self.add_query_param('SecurityToken',SecurityToken) \ No newline at end of file diff --git a/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/BatchStartVodDomainRequest.py b/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/BatchStartVodDomainRequest.py new file mode 100644 index 0000000000..612f5ae877 --- /dev/null +++ b/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/BatchStartVodDomainRequest.py @@ -0,0 +1,44 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class BatchStartVodDomainRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'vod', '2017-03-21', 'BatchStartVodDomain','vod') + self.set_method('POST') + + def get_DomainNames(self): + return self.get_query_params().get('DomainNames') + + def set_DomainNames(self,DomainNames): + self.add_query_param('DomainNames',DomainNames) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_SecurityToken(self): + return self.get_query_params().get('SecurityToken') + + def set_SecurityToken(self,SecurityToken): + self.add_query_param('SecurityToken',SecurityToken) \ No newline at end of file diff --git a/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/BatchStopVodDomainRequest.py b/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/BatchStopVodDomainRequest.py new file mode 100644 index 0000000000..77e4ff0278 --- /dev/null +++ b/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/BatchStopVodDomainRequest.py @@ -0,0 +1,44 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class BatchStopVodDomainRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'vod', '2017-03-21', 'BatchStopVodDomain','vod') + self.set_method('POST') + + def get_DomainNames(self): + return self.get_query_params().get('DomainNames') + + def set_DomainNames(self,DomainNames): + self.add_query_param('DomainNames',DomainNames) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_SecurityToken(self): + return self.get_query_params().get('SecurityToken') + + def set_SecurityToken(self,SecurityToken): + self.add_query_param('SecurityToken',SecurityToken) \ No newline at end of file diff --git a/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/CreateAppInfoRequest.py b/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/CreateAppInfoRequest.py index 657d4a0ef5..ba522ae254 100644 --- a/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/CreateAppInfoRequest.py +++ b/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/CreateAppInfoRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,12 @@ # under the License. from aliyunsdkcore.request import RpcRequest + class CreateAppInfoRequest(RpcRequest): def __init__(self): RpcRequest.__init__(self, 'vod', '2017-03-21', 'CreateAppInfo','vod') + self.set_method('POST') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -29,6 +31,12 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) + def get_Description(self): + return self.get_query_params().get('Description') + + def set_Description(self,Description): + self.add_query_param('Description',Description) + def get_AppName(self): return self.get_query_params().get('AppName') @@ -41,18 +49,6 @@ def get_ResourceOwnerAccount(self): def set_ResourceOwnerAccount(self,ResourceOwnerAccount): self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - def get_Description(self): - return self.get_query_params().get('Description') - - def set_Description(self,Description): - self.add_query_param('Description',Description) - - def get_ResourceRealOwnerId(self): - return self.get_query_params().get('ResourceRealOwnerId') - - def set_ResourceRealOwnerId(self,ResourceRealOwnerId): - self.add_query_param('ResourceRealOwnerId',ResourceRealOwnerId) - def get_OwnerId(self): return self.get_query_params().get('OwnerId') diff --git a/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/CreateAuditRequest.py b/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/CreateAuditRequest.py index a19205f883..466bd21e48 100644 --- a/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/CreateAuditRequest.py +++ b/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/CreateAuditRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,12 @@ # under the License. from aliyunsdkcore.request import RpcRequest + class CreateAuditRequest(RpcRequest): def __init__(self): RpcRequest.__init__(self, 'vod', '2017-03-21', 'CreateAudit','vod') + self.set_method('POST') def get_AuditContent(self): return self.get_query_params().get('AuditContent') diff --git a/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/CreateUploadAttachedMediaRequest.py b/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/CreateUploadAttachedMediaRequest.py index 0af27ab792..3b26c54288 100644 --- a/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/CreateUploadAttachedMediaRequest.py +++ b/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/CreateUploadAttachedMediaRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,12 @@ # under the License. from aliyunsdkcore.request import RpcRequest + class CreateUploadAttachedMediaRequest(RpcRequest): def __init__(self): RpcRequest.__init__(self, 'vod', '2017-03-21', 'CreateUploadAttachedMedia','vod') + self.set_method('POST') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -29,18 +31,6 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_CateIds(self): - return self.get_query_params().get('CateIds') - - def set_CateIds(self,CateIds): - self.add_query_param('CateIds',CateIds) - def get_Icon(self): return self.get_query_params().get('Icon') @@ -59,12 +49,6 @@ def get_FileSize(self): def set_FileSize(self,FileSize): self.add_query_param('FileSize',FileSize) - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - def get_Title(self): return self.get_query_params().get('Title') @@ -77,12 +61,6 @@ def get_BusinessType(self): def set_BusinessType(self,BusinessType): self.add_query_param('BusinessType',BusinessType) - def get_Tags(self): - return self.get_query_params().get('Tags') - - def set_Tags(self,Tags): - self.add_query_param('Tags',Tags) - def get_StorageLocation(self): return self.get_query_params().get('StorageLocation') @@ -95,6 +73,36 @@ def get_UserData(self): def set_UserData(self,UserData): self.add_query_param('UserData',UserData) + def get_CateId(self): + return self.get_query_params().get('CateId') + + def set_CateId(self,CateId): + self.add_query_param('CateId',CateId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_CateIds(self): + return self.get_query_params().get('CateIds') + + def set_CateIds(self,CateIds): + self.add_query_param('CateIds',CateIds) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_Tags(self): + return self.get_query_params().get('Tags') + + def set_Tags(self,Tags): + self.add_query_param('Tags',Tags) + def get_MediaExt(self): return self.get_query_params().get('MediaExt') @@ -107,12 +115,6 @@ def get_FileName(self): def set_FileName(self,FileName): self.add_query_param('FileName',FileName) - def get_CateId(self): - return self.get_query_params().get('CateId') - - def set_CateId(self,CateId): - self.add_query_param('CateId',CateId) - def get_AppId(self): return self.get_query_params().get('AppId') diff --git a/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/CreateUploadImageRequest.py b/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/CreateUploadImageRequest.py index e89a0e629e..aafd513d00 100644 --- a/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/CreateUploadImageRequest.py +++ b/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/CreateUploadImageRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,12 @@ # under the License. from aliyunsdkcore.request import RpcRequest + class CreateUploadImageRequest(RpcRequest): def __init__(self): RpcRequest.__init__(self, 'vod', '2017-03-21', 'CreateUploadImage','vod') + self.set_method('POST') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -29,6 +31,36 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) + def get_Description(self): + return self.get_query_params().get('Description') + + def set_Description(self,Description): + self.add_query_param('Description',Description) + + def get_Title(self): + return self.get_query_params().get('Title') + + def set_Title(self,Title): + self.add_query_param('Title',Title) + + def get_StorageLocation(self): + return self.get_query_params().get('StorageLocation') + + def set_StorageLocation(self,StorageLocation): + self.add_query_param('StorageLocation',StorageLocation) + + def get_UserData(self): + return self.get_query_params().get('UserData') + + def set_UserData(self,UserData): + self.add_query_param('UserData',UserData) + + def get_CateId(self): + return self.get_query_params().get('CateId') + + def set_CateId(self,CateId): + self.add_query_param('CateId',CateId) + def get_ImageType(self): return self.get_query_params().get('ImageType') @@ -47,54 +79,24 @@ def get_ImageExt(self): def set_ImageExt(self,ImageExt): self.add_query_param('ImageExt',ImageExt) - def get_Description(self): - return self.get_query_params().get('Description') - - def set_Description(self,Description): - self.add_query_param('Description',Description) - def get_OwnerId(self): return self.get_query_params().get('OwnerId') def set_OwnerId(self,OwnerId): self.add_query_param('OwnerId',OwnerId) - def get_Title(self): - return self.get_query_params().get('Title') - - def set_Title(self,Title): - self.add_query_param('Title',Title) - def get_Tags(self): return self.get_query_params().get('Tags') def set_Tags(self,Tags): self.add_query_param('Tags',Tags) - def get_StorageLocation(self): - return self.get_query_params().get('StorageLocation') - - def set_StorageLocation(self,StorageLocation): - self.add_query_param('StorageLocation',StorageLocation) - - def get_UserData(self): - return self.get_query_params().get('UserData') - - def set_UserData(self,UserData): - self.add_query_param('UserData',UserData) - def get_OriginalFileName(self): return self.get_query_params().get('OriginalFileName') def set_OriginalFileName(self,OriginalFileName): self.add_query_param('OriginalFileName',OriginalFileName) - def get_CateId(self): - return self.get_query_params().get('CateId') - - def set_CateId(self,CateId): - self.add_query_param('CateId',CateId) - def get_AppId(self): return self.get_query_params().get('AppId') diff --git a/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/CreateUploadVideoRequest.py b/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/CreateUploadVideoRequest.py index f1af217694..c9321238df 100644 --- a/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/CreateUploadVideoRequest.py +++ b/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/CreateUploadVideoRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,12 @@ # under the License. from aliyunsdkcore.request import RpcRequest + class CreateUploadVideoRequest(RpcRequest): def __init__(self): RpcRequest.__init__(self, 'vod', '2017-03-21', 'CreateUploadVideo','vod') + self.set_method('POST') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -29,24 +31,12 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - def get_TranscodeMode(self): return self.get_query_params().get('TranscodeMode') def set_TranscodeMode(self,TranscodeMode): self.add_query_param('TranscodeMode',TranscodeMode) - def get_IP(self): - return self.get_query_params().get('IP') - - def set_IP(self,IP): - self.add_query_param('IP',IP) - def get_Description(self): return self.get_query_params().get('Description') @@ -59,24 +49,12 @@ def get_FileSize(self): def set_FileSize(self,FileSize): self.add_query_param('FileSize',FileSize) - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - def get_Title(self): return self.get_query_params().get('Title') def set_Title(self,Title): self.add_query_param('Title',Title) - def get_Tags(self): - return self.get_query_params().get('Tags') - - def set_Tags(self,Tags): - self.add_query_param('Tags',Tags) - def get_StorageLocation(self): return self.get_query_params().get('StorageLocation') @@ -95,30 +73,12 @@ def get_UserData(self): def set_UserData(self,UserData): self.add_query_param('UserData',UserData) - def get_FileName(self): - return self.get_query_params().get('FileName') - - def set_FileName(self,FileName): - self.add_query_param('FileName',FileName) - - def get_TemplateGroupId(self): - return self.get_query_params().get('TemplateGroupId') - - def set_TemplateGroupId(self,TemplateGroupId): - self.add_query_param('TemplateGroupId',TemplateGroupId) - def get_CateId(self): return self.get_query_params().get('CateId') def set_CateId(self,CateId): self.add_query_param('CateId',CateId) - def get_AppId(self): - return self.get_query_params().get('AppId') - - def set_AppId(self,AppId): - self.add_query_param('AppId',AppId) - def get_WorkflowId(self): return self.get_query_params().get('WorkflowId') @@ -129,4 +89,46 @@ def get_CustomMediaInfo(self): return self.get_query_params().get('CustomMediaInfo') def set_CustomMediaInfo(self,CustomMediaInfo): - self.add_query_param('CustomMediaInfo',CustomMediaInfo) \ No newline at end of file + self.add_query_param('CustomMediaInfo',CustomMediaInfo) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_IP(self): + return self.get_query_params().get('IP') + + def set_IP(self,IP): + self.add_query_param('IP',IP) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_Tags(self): + return self.get_query_params().get('Tags') + + def set_Tags(self,Tags): + self.add_query_param('Tags',Tags) + + def get_FileName(self): + return self.get_query_params().get('FileName') + + def set_FileName(self,FileName): + self.add_query_param('FileName',FileName) + + def get_TemplateGroupId(self): + return self.get_query_params().get('TemplateGroupId') + + def set_TemplateGroupId(self,TemplateGroupId): + self.add_query_param('TemplateGroupId',TemplateGroupId) + + def get_AppId(self): + return self.get_query_params().get('AppId') + + def set_AppId(self,AppId): + self.add_query_param('AppId',AppId) \ No newline at end of file diff --git a/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/DeleteAITemplateRequest.py b/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/DeleteAITemplateRequest.py index 09b13cd7ca..11ef8bc313 100644 --- a/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/DeleteAITemplateRequest.py +++ b/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/DeleteAITemplateRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,12 @@ # under the License. from aliyunsdkcore.request import RpcRequest + class DeleteAITemplateRequest(RpcRequest): def __init__(self): RpcRequest.__init__(self, 'vod', '2017-03-21', 'DeleteAITemplate','vod') + self.set_method('POST') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/DeleteAppInfoRequest.py b/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/DeleteAppInfoRequest.py index ef1afa6e71..9a2e307bab 100644 --- a/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/DeleteAppInfoRequest.py +++ b/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/DeleteAppInfoRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,12 @@ # under the License. from aliyunsdkcore.request import RpcRequest + class DeleteAppInfoRequest(RpcRequest): def __init__(self): RpcRequest.__init__(self, 'vod', '2017-03-21', 'DeleteAppInfo','vod') + self.set_method('POST') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -35,20 +37,14 @@ def get_ResourceOwnerAccount(self): def set_ResourceOwnerAccount(self,ResourceOwnerAccount): self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - def get_AppId(self): - return self.get_query_params().get('AppId') - - def set_AppId(self,AppId): - self.add_query_param('AppId',AppId) - - def get_ResourceRealOwnerId(self): - return self.get_query_params().get('ResourceRealOwnerId') - - def set_ResourceRealOwnerId(self,ResourceRealOwnerId): - self.add_query_param('ResourceRealOwnerId',ResourceRealOwnerId) - def get_OwnerId(self): return self.get_query_params().get('OwnerId') def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) \ No newline at end of file + self.add_query_param('OwnerId',OwnerId) + + def get_AppId(self): + return self.get_query_params().get('AppId') + + def set_AppId(self,AppId): + self.add_query_param('AppId',AppId) \ No newline at end of file diff --git a/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/DeleteAttachedMediaRequest.py b/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/DeleteAttachedMediaRequest.py index 9ae5f9dabb..5493de18d4 100644 --- a/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/DeleteAttachedMediaRequest.py +++ b/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/DeleteAttachedMediaRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,12 @@ # under the License. from aliyunsdkcore.request import RpcRequest + class DeleteAttachedMediaRequest(RpcRequest): def __init__(self): RpcRequest.__init__(self, 'vod', '2017-03-21', 'DeleteAttachedMedia','vod') + self.set_method('POST') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -35,14 +37,14 @@ def get_ResourceOwnerAccount(self): def set_ResourceOwnerAccount(self,ResourceOwnerAccount): self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - def get_MediaIds(self): - return self.get_query_params().get('MediaIds') - - def set_MediaIds(self,MediaIds): - self.add_query_param('MediaIds',MediaIds) - def get_OwnerId(self): return self.get_query_params().get('OwnerId') def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) \ No newline at end of file + self.add_query_param('OwnerId',OwnerId) + + def get_MediaIds(self): + return self.get_query_params().get('MediaIds') + + def set_MediaIds(self,MediaIds): + self.add_query_param('MediaIds',MediaIds) \ No newline at end of file diff --git a/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/DeleteCategoryRequest.py b/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/DeleteCategoryRequest.py index c9d7347d8c..9b3f9f0c3b 100644 --- a/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/DeleteCategoryRequest.py +++ b/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/DeleteCategoryRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,12 @@ # under the License. from aliyunsdkcore.request import RpcRequest + class DeleteCategoryRequest(RpcRequest): def __init__(self): RpcRequest.__init__(self, 'vod', '2017-03-21', 'DeleteCategory','vod') + self.set_method('POST') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -35,14 +37,14 @@ def get_ResourceOwnerAccount(self): def set_ResourceOwnerAccount(self,ResourceOwnerAccount): self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - def get_CateId(self): - return self.get_query_params().get('CateId') - - def set_CateId(self,CateId): - self.add_query_param('CateId',CateId) - def get_OwnerId(self): return self.get_query_params().get('OwnerId') def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) \ No newline at end of file + self.add_query_param('OwnerId',OwnerId) + + def get_CateId(self): + return self.get_query_params().get('CateId') + + def set_CateId(self,CateId): + self.add_query_param('CateId',CateId) \ No newline at end of file diff --git a/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/DeleteEditingProjectRequest.py b/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/DeleteEditingProjectRequest.py index 164d21c151..90cd67162b 100644 --- a/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/DeleteEditingProjectRequest.py +++ b/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/DeleteEditingProjectRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,12 @@ # under the License. from aliyunsdkcore.request import RpcRequest + class DeleteEditingProjectRequest(RpcRequest): def __init__(self): RpcRequest.__init__(self, 'vod', '2017-03-21', 'DeleteEditingProject','vod') + self.set_method('POST') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/DeleteImageRequest.py b/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/DeleteImageRequest.py index eccac9570e..03070b209d 100644 --- a/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/DeleteImageRequest.py +++ b/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/DeleteImageRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,12 @@ # under the License. from aliyunsdkcore.request import RpcRequest + class DeleteImageRequest(RpcRequest): def __init__(self): RpcRequest.__init__(self, 'vod', '2017-03-21', 'DeleteImage','vod') + self.set_method('POST') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -29,6 +31,12 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) + def get_ImageURLs(self): + return self.get_query_params().get('ImageURLs') + + def set_ImageURLs(self,ImageURLs): + self.add_query_param('ImageURLs',ImageURLs) + def get_ImageType(self): return self.get_query_params().get('ImageType') @@ -41,12 +49,6 @@ def get_ResourceOwnerAccount(self): def set_ResourceOwnerAccount(self,ResourceOwnerAccount): self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - def get_ImageURLs(self): - return self.get_query_params().get('ImageURLs') - - def set_ImageURLs(self,ImageURLs): - self.add_query_param('ImageURLs',ImageURLs) - def get_VideoId(self): return self.get_query_params().get('VideoId') diff --git a/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/DeleteMessageCallbackRequest.py b/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/DeleteMessageCallbackRequest.py index f968ad4cae..06efab1dc9 100644 --- a/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/DeleteMessageCallbackRequest.py +++ b/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/DeleteMessageCallbackRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,12 @@ # under the License. from aliyunsdkcore.request import RpcRequest + class DeleteMessageCallbackRequest(RpcRequest): def __init__(self): RpcRequest.__init__(self, 'vod', '2017-03-21', 'DeleteMessageCallback','vod') + self.set_method('POST') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -29,6 +31,12 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) + def get_ResourceRealOwnerId(self): + return self.get_query_params().get('ResourceRealOwnerId') + + def set_ResourceRealOwnerId(self,ResourceRealOwnerId): + self.add_query_param('ResourceRealOwnerId',ResourceRealOwnerId) + def get_ResourceOwnerAccount(self): return self.get_query_params().get('ResourceOwnerAccount') @@ -41,20 +49,14 @@ def get_OwnerAccount(self): def set_OwnerAccount(self,OwnerAccount): self.add_query_param('OwnerAccount',OwnerAccount) - def get_AppId(self): - return self.get_query_params().get('AppId') - - def set_AppId(self,AppId): - self.add_query_param('AppId',AppId) - - def get_ResourceRealOwnerId(self): - return self.get_query_params().get('ResourceRealOwnerId') - - def set_ResourceRealOwnerId(self,ResourceRealOwnerId): - self.add_query_param('ResourceRealOwnerId',ResourceRealOwnerId) - def get_OwnerId(self): return self.get_query_params().get('OwnerId') def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) \ No newline at end of file + self.add_query_param('OwnerId',OwnerId) + + def get_AppId(self): + return self.get_query_params().get('AppId') + + def set_AppId(self,AppId): + self.add_query_param('AppId',AppId) \ No newline at end of file diff --git a/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/DeleteMezzaninesRequest.py b/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/DeleteMezzaninesRequest.py index 304b59a6fb..f5174586ed 100644 --- a/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/DeleteMezzaninesRequest.py +++ b/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/DeleteMezzaninesRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,12 @@ # under the License. from aliyunsdkcore.request import RpcRequest + class DeleteMezzaninesRequest(RpcRequest): def __init__(self): RpcRequest.__init__(self, 'vod', '2017-03-21', 'DeleteMezzanines','vod') + self.set_method('POST') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -35,18 +37,18 @@ def get_ResourceOwnerAccount(self): def set_ResourceOwnerAccount(self,ResourceOwnerAccount): self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - def get_Force(self): - return self.get_query_params().get('Force') - - def set_Force(self,Force): - self.add_query_param('Force',Force) - def get_OwnerId(self): return self.get_query_params().get('OwnerId') def set_OwnerId(self,OwnerId): self.add_query_param('OwnerId',OwnerId) + def get_Force(self): + return self.get_query_params().get('Force') + + def set_Force(self,Force): + self.add_query_param('Force',Force) + def get_VideoIds(self): return self.get_query_params().get('VideoIds') diff --git a/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/DeleteMultipartUploadRequest.py b/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/DeleteMultipartUploadRequest.py index 15f1228142..edf2d10d31 100644 --- a/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/DeleteMultipartUploadRequest.py +++ b/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/DeleteMultipartUploadRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,12 @@ # under the License. from aliyunsdkcore.request import RpcRequest + class DeleteMultipartUploadRequest(RpcRequest): def __init__(self): RpcRequest.__init__(self, 'vod', '2017-03-21', 'DeleteMultipartUpload','vod') + self.set_method('POST') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -29,6 +31,12 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) + def get_ResourceRealOwnerId(self): + return self.get_query_params().get('ResourceRealOwnerId') + + def set_ResourceRealOwnerId(self,ResourceRealOwnerId): + self.add_query_param('ResourceRealOwnerId',ResourceRealOwnerId) + def get_ResourceOwnerAccount(self): return self.get_query_params().get('ResourceOwnerAccount') @@ -41,12 +49,6 @@ def get_OwnerAccount(self): def set_OwnerAccount(self,OwnerAccount): self.add_query_param('OwnerAccount',OwnerAccount) - def get_ResourceRealOwnerId(self): - return self.get_query_params().get('ResourceRealOwnerId') - - def set_ResourceRealOwnerId(self,ResourceRealOwnerId): - self.add_query_param('ResourceRealOwnerId',ResourceRealOwnerId) - def get_OwnerId(self): return self.get_query_params().get('OwnerId') diff --git a/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/DeleteStreamRequest.py b/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/DeleteStreamRequest.py index fe39a7cc9c..ae07c2e8fe 100644 --- a/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/DeleteStreamRequest.py +++ b/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/DeleteStreamRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,12 @@ # under the License. from aliyunsdkcore.request import RpcRequest + class DeleteStreamRequest(RpcRequest): def __init__(self): RpcRequest.__init__(self, 'vod', '2017-03-21', 'DeleteStream','vod') + self.set_method('POST') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -35,12 +37,6 @@ def get_ResourceOwnerAccount(self): def set_ResourceOwnerAccount(self,ResourceOwnerAccount): self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - def get_JobIds(self): - return self.get_query_params().get('JobIds') - - def set_JobIds(self,JobIds): - self.add_query_param('JobIds',JobIds) - def get_VideoId(self): return self.get_query_params().get('VideoId') @@ -51,4 +47,10 @@ def get_OwnerId(self): return self.get_query_params().get('OwnerId') def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) \ No newline at end of file + self.add_query_param('OwnerId',OwnerId) + + def get_JobIds(self): + return self.get_query_params().get('JobIds') + + def set_JobIds(self,JobIds): + self.add_query_param('JobIds',JobIds) \ No newline at end of file diff --git a/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/DeleteTranscodeTemplateGroupRequest.py b/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/DeleteTranscodeTemplateGroupRequest.py index f348d1dfb5..75bf63ca9c 100644 --- a/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/DeleteTranscodeTemplateGroupRequest.py +++ b/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/DeleteTranscodeTemplateGroupRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,12 @@ # under the License. from aliyunsdkcore.request import RpcRequest + class DeleteTranscodeTemplateGroupRequest(RpcRequest): def __init__(self): RpcRequest.__init__(self, 'vod', '2017-03-21', 'DeleteTranscodeTemplateGroup','vod') + self.set_method('POST') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -29,18 +31,24 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - def get_TranscodeTemplateIds(self): return self.get_query_params().get('TranscodeTemplateIds') def set_TranscodeTemplateIds(self,TranscodeTemplateIds): self.add_query_param('TranscodeTemplateIds',TranscodeTemplateIds) + def get_ForceDelGroup(self): + return self.get_query_params().get('ForceDelGroup') + + def set_ForceDelGroup(self,ForceDelGroup): + self.add_query_param('ForceDelGroup',ForceDelGroup) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + def get_OwnerId(self): return self.get_query_params().get('OwnerId') @@ -51,10 +59,4 @@ def get_TranscodeTemplateGroupId(self): return self.get_query_params().get('TranscodeTemplateGroupId') def set_TranscodeTemplateGroupId(self,TranscodeTemplateGroupId): - self.add_query_param('TranscodeTemplateGroupId',TranscodeTemplateGroupId) - - def get_ForceDelGroup(self): - return self.get_query_params().get('ForceDelGroup') - - def set_ForceDelGroup(self,ForceDelGroup): - self.add_query_param('ForceDelGroup',ForceDelGroup) \ No newline at end of file + self.add_query_param('TranscodeTemplateGroupId',TranscodeTemplateGroupId) \ No newline at end of file diff --git a/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/DeleteVideoRequest.py b/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/DeleteVideoRequest.py index 9da1e99cba..f3dd4e6673 100644 --- a/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/DeleteVideoRequest.py +++ b/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/DeleteVideoRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,12 @@ # under the License. from aliyunsdkcore.request import RpcRequest + class DeleteVideoRequest(RpcRequest): def __init__(self): RpcRequest.__init__(self, 'vod', '2017-03-21', 'DeleteVideo','vod') + self.set_method('POST') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/DeleteVodDomainRequest.py b/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/DeleteVodDomainRequest.py new file mode 100644 index 0000000000..62b417977f --- /dev/null +++ b/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/DeleteVodDomainRequest.py @@ -0,0 +1,50 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class DeleteVodDomainRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'vod', '2017-03-21', 'DeleteVodDomain','vod') + self.set_method('POST') + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_DomainName(self): + return self.get_query_params().get('DomainName') + + def set_DomainName(self,DomainName): + self.add_query_param('DomainName',DomainName) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_SecurityToken(self): + return self.get_query_params().get('SecurityToken') + + def set_SecurityToken(self,SecurityToken): + self.add_query_param('SecurityToken',SecurityToken) \ No newline at end of file diff --git a/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/DeleteVodSpecificConfigRequest.py b/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/DeleteVodSpecificConfigRequest.py new file mode 100644 index 0000000000..7444b38789 --- /dev/null +++ b/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/DeleteVodSpecificConfigRequest.py @@ -0,0 +1,50 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class DeleteVodSpecificConfigRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'vod', '2017-03-21', 'DeleteVodSpecificConfig','vod') + self.set_method('POST') + + def get_DomainName(self): + return self.get_query_params().get('DomainName') + + def set_DomainName(self,DomainName): + self.add_query_param('DomainName',DomainName) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_SecurityToken(self): + return self.get_query_params().get('SecurityToken') + + def set_SecurityToken(self,SecurityToken): + self.add_query_param('SecurityToken',SecurityToken) + + def get_ConfigId(self): + return self.get_query_params().get('ConfigId') + + def set_ConfigId(self,ConfigId): + self.add_query_param('ConfigId',ConfigId) \ No newline at end of file diff --git a/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/DeleteVodTemplateRequest.py b/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/DeleteVodTemplateRequest.py index 906e479879..868edded7e 100644 --- a/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/DeleteVodTemplateRequest.py +++ b/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/DeleteVodTemplateRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,12 @@ # under the License. from aliyunsdkcore.request import RpcRequest + class DeleteVodTemplateRequest(RpcRequest): def __init__(self): RpcRequest.__init__(self, 'vod', '2017-03-21', 'DeleteVodTemplate','vod') + self.set_method('POST') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -35,14 +37,14 @@ def get_ResourceOwnerAccount(self): def set_ResourceOwnerAccount(self,ResourceOwnerAccount): self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - def get_VodTemplateId(self): - return self.get_query_params().get('VodTemplateId') - - def set_VodTemplateId(self,VodTemplateId): - self.add_query_param('VodTemplateId',VodTemplateId) - def get_OwnerId(self): return self.get_query_params().get('OwnerId') def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) \ No newline at end of file + self.add_query_param('OwnerId',OwnerId) + + def get_VodTemplateId(self): + return self.get_query_params().get('VodTemplateId') + + def set_VodTemplateId(self,VodTemplateId): + self.add_query_param('VodTemplateId',VodTemplateId) \ No newline at end of file diff --git a/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/DeleteWatermarkRequest.py b/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/DeleteWatermarkRequest.py index f97c958c6f..24380e0a85 100644 --- a/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/DeleteWatermarkRequest.py +++ b/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/DeleteWatermarkRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,16 +18,12 @@ # under the License. from aliyunsdkcore.request import RpcRequest + class DeleteWatermarkRequest(RpcRequest): def __init__(self): RpcRequest.__init__(self, 'vod', '2017-03-21', 'DeleteWatermark','vod') - - def get_WatermarkId(self): - return self.get_query_params().get('WatermarkId') - - def set_WatermarkId(self,WatermarkId): - self.add_query_param('WatermarkId',WatermarkId) + self.set_method('POST') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -45,4 +41,10 @@ def get_OwnerId(self): return self.get_query_params().get('OwnerId') def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) \ No newline at end of file + self.add_query_param('OwnerId',OwnerId) + + def get_WatermarkId(self): + return self.get_query_params().get('WatermarkId') + + def set_WatermarkId(self,WatermarkId): + self.add_query_param('WatermarkId',WatermarkId) \ No newline at end of file diff --git a/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/DescribePlayTopVideosRequest.py b/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/DescribePlayTopVideosRequest.py index 0610e1e849..372684a2ca 100644 --- a/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/DescribePlayTopVideosRequest.py +++ b/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/DescribePlayTopVideosRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,12 @@ # under the License. from aliyunsdkcore.request import RpcRequest + class DescribePlayTopVideosRequest(RpcRequest): def __init__(self): RpcRequest.__init__(self, 'vod', '2017-03-21', 'DescribePlayTopVideos','vod') + self.set_method('POST') def get_PageSize(self): return self.get_query_params().get('PageSize') diff --git a/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/DescribePlayUserAvgRequest.py b/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/DescribePlayUserAvgRequest.py index 60767b6683..642a0c0063 100644 --- a/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/DescribePlayUserAvgRequest.py +++ b/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/DescribePlayUserAvgRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,12 @@ # under the License. from aliyunsdkcore.request import RpcRequest + class DescribePlayUserAvgRequest(RpcRequest): def __init__(self): RpcRequest.__init__(self, 'vod', '2017-03-21', 'DescribePlayUserAvg','vod') + self.set_method('POST') def get_StartTime(self): return self.get_query_params().get('StartTime') diff --git a/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/DescribePlayUserTotalRequest.py b/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/DescribePlayUserTotalRequest.py index caabe06f7d..95ed95d00f 100644 --- a/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/DescribePlayUserTotalRequest.py +++ b/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/DescribePlayUserTotalRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,12 @@ # under the License. from aliyunsdkcore.request import RpcRequest + class DescribePlayUserTotalRequest(RpcRequest): def __init__(self): RpcRequest.__init__(self, 'vod', '2017-03-21', 'DescribePlayUserTotal','vod') + self.set_method('POST') def get_StartTime(self): return self.get_query_params().get('StartTime') diff --git a/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/DescribePlayVideoStatisRequest.py b/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/DescribePlayVideoStatisRequest.py index 151ec09aa0..b6252451ef 100644 --- a/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/DescribePlayVideoStatisRequest.py +++ b/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/DescribePlayVideoStatisRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,12 @@ # under the License. from aliyunsdkcore.request import RpcRequest + class DescribePlayVideoStatisRequest(RpcRequest): def __init__(self): RpcRequest.__init__(self, 'vod', '2017-03-21', 'DescribePlayVideoStatis','vod') + self.set_method('POST') def get_StartTime(self): return self.get_query_params().get('StartTime') diff --git a/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/DescribeVodAIDataRequest.py b/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/DescribeVodAIDataRequest.py new file mode 100644 index 0000000000..8282ad0f46 --- /dev/null +++ b/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/DescribeVodAIDataRequest.py @@ -0,0 +1,56 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class DescribeVodAIDataRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'vod', '2017-03-21', 'DescribeVodAIData','vod') + self.set_method('POST') + + def get_StartTime(self): + return self.get_query_params().get('StartTime') + + def set_StartTime(self,StartTime): + self.add_query_param('StartTime',StartTime) + + def get_AIType(self): + return self.get_query_params().get('AIType') + + def set_AIType(self,AIType): + self.add_query_param('AIType',AIType) + + def get_EndTime(self): + return self.get_query_params().get('EndTime') + + def set_EndTime(self,EndTime): + self.add_query_param('EndTime',EndTime) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_Region(self): + return self.get_query_params().get('Region') + + def set_Region(self,Region): + self.add_query_param('Region',Region) \ No newline at end of file diff --git a/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/DescribeVodCertificateListRequest.py b/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/DescribeVodCertificateListRequest.py new file mode 100644 index 0000000000..d277b8e56a --- /dev/null +++ b/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/DescribeVodCertificateListRequest.py @@ -0,0 +1,44 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class DescribeVodCertificateListRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'vod', '2017-03-21', 'DescribeVodCertificateList','vod') + self.set_method('POST') + + def get_DomainName(self): + return self.get_query_params().get('DomainName') + + def set_DomainName(self,DomainName): + self.add_query_param('DomainName',DomainName) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_SecurityToken(self): + return self.get_query_params().get('SecurityToken') + + def set_SecurityToken(self,SecurityToken): + self.add_query_param('SecurityToken',SecurityToken) \ No newline at end of file diff --git a/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/DescribeVodDomainBpsDataRequest.py b/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/DescribeVodDomainBpsDataRequest.py index e9ab8562a4..9dacec9ada 100644 --- a/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/DescribeVodDomainBpsDataRequest.py +++ b/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/DescribeVodDomainBpsDataRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,12 @@ # under the License. from aliyunsdkcore.request import RpcRequest + class DescribeVodDomainBpsDataRequest(RpcRequest): def __init__(self): RpcRequest.__init__(self, 'vod', '2017-03-21', 'DescribeVodDomainBpsData','vod') + self.set_method('POST') def get_LocationNameEn(self): return self.get_query_params().get('LocationNameEn') diff --git a/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/DescribeVodDomainCertificateInfoRequest.py b/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/DescribeVodDomainCertificateInfoRequest.py new file mode 100644 index 0000000000..8c579e747b --- /dev/null +++ b/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/DescribeVodDomainCertificateInfoRequest.py @@ -0,0 +1,38 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class DescribeVodDomainCertificateInfoRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'vod', '2017-03-21', 'DescribeVodDomainCertificateInfo','vod') + self.set_method('POST') + + def get_DomainName(self): + return self.get_query_params().get('DomainName') + + def set_DomainName(self,DomainName): + self.add_query_param('DomainName',DomainName) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/DescribeVodDomainConfigsRequest.py b/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/DescribeVodDomainConfigsRequest.py new file mode 100644 index 0000000000..084a118582 --- /dev/null +++ b/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/DescribeVodDomainConfigsRequest.py @@ -0,0 +1,50 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class DescribeVodDomainConfigsRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'vod', '2017-03-21', 'DescribeVodDomainConfigs','vod') + self.set_method('POST') + + def get_FunctionNames(self): + return self.get_query_params().get('FunctionNames') + + def set_FunctionNames(self,FunctionNames): + self.add_query_param('FunctionNames',FunctionNames) + + def get_DomainName(self): + return self.get_query_params().get('DomainName') + + def set_DomainName(self,DomainName): + self.add_query_param('DomainName',DomainName) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_SecurityToken(self): + return self.get_query_params().get('SecurityToken') + + def set_SecurityToken(self,SecurityToken): + self.add_query_param('SecurityToken',SecurityToken) \ No newline at end of file diff --git a/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/DescribeVodDomainDetailRequest.py b/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/DescribeVodDomainDetailRequest.py new file mode 100644 index 0000000000..b9c2b447b1 --- /dev/null +++ b/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/DescribeVodDomainDetailRequest.py @@ -0,0 +1,44 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class DescribeVodDomainDetailRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'vod', '2017-03-21', 'DescribeVodDomainDetail','vod') + self.set_method('POST') + + def get_DomainName(self): + return self.get_query_params().get('DomainName') + + def set_DomainName(self,DomainName): + self.add_query_param('DomainName',DomainName) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_SecurityToken(self): + return self.get_query_params().get('SecurityToken') + + def set_SecurityToken(self,SecurityToken): + self.add_query_param('SecurityToken',SecurityToken) \ No newline at end of file diff --git a/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/DescribeVodDomainLogRequest.py b/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/DescribeVodDomainLogRequest.py index 668bbd3018..caf462cc28 100644 --- a/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/DescribeVodDomainLogRequest.py +++ b/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/DescribeVodDomainLogRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,12 @@ # under the License. from aliyunsdkcore.request import RpcRequest + class DescribeVodDomainLogRequest(RpcRequest): def __init__(self): RpcRequest.__init__(self, 'vod', '2017-03-21', 'DescribeVodDomainLog','vod') + self.set_method('POST') def get_StartTime(self): return self.get_query_params().get('StartTime') diff --git a/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/DescribeVodDomainTrafficDataRequest.py b/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/DescribeVodDomainTrafficDataRequest.py index 16862948d5..8b6437a57b 100644 --- a/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/DescribeVodDomainTrafficDataRequest.py +++ b/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/DescribeVodDomainTrafficDataRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,12 @@ # under the License. from aliyunsdkcore.request import RpcRequest + class DescribeVodDomainTrafficDataRequest(RpcRequest): def __init__(self): RpcRequest.__init__(self, 'vod', '2017-03-21', 'DescribeVodDomainTrafficData','vod') + self.set_method('POST') def get_LocationNameEn(self): return self.get_query_params().get('LocationNameEn') diff --git a/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/DescribeVodDomainUsageDataRequest.py b/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/DescribeVodDomainUsageDataRequest.py new file mode 100644 index 0000000000..50a3e130ab --- /dev/null +++ b/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/DescribeVodDomainUsageDataRequest.py @@ -0,0 +1,68 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class DescribeVodDomainUsageDataRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'vod', '2017-03-21', 'DescribeVodDomainUsageData','vod') + self.set_method('POST') + + def get_StartTime(self): + return self.get_query_params().get('StartTime') + + def set_StartTime(self,StartTime): + self.add_query_param('StartTime',StartTime) + + def get_Type(self): + return self.get_query_params().get('Type') + + def set_Type(self,Type): + self.add_query_param('Type',Type) + + def get_Area(self): + return self.get_query_params().get('Area') + + def set_Area(self,Area): + self.add_query_param('Area',Area) + + def get_DomainName(self): + return self.get_query_params().get('DomainName') + + def set_DomainName(self,DomainName): + self.add_query_param('DomainName',DomainName) + + def get_EndTime(self): + return self.get_query_params().get('EndTime') + + def set_EndTime(self,EndTime): + self.add_query_param('EndTime',EndTime) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_Field(self): + return self.get_query_params().get('Field') + + def set_Field(self,Field): + self.add_query_param('Field',Field) \ No newline at end of file diff --git a/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/DescribeVodRefreshQuotaRequest.py b/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/DescribeVodRefreshQuotaRequest.py index 0d0e5e68c7..3d0dbfe8f9 100644 --- a/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/DescribeVodRefreshQuotaRequest.py +++ b/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/DescribeVodRefreshQuotaRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,19 +18,21 @@ # under the License. from aliyunsdkcore.request import RpcRequest + class DescribeVodRefreshQuotaRequest(RpcRequest): def __init__(self): RpcRequest.__init__(self, 'vod', '2017-03-21', 'DescribeVodRefreshQuota','vod') - - def get_SecurityToken(self): - return self.get_query_params().get('SecurityToken') - - def set_SecurityToken(self,SecurityToken): - self.add_query_param('SecurityToken',SecurityToken) + self.set_method('POST') def get_OwnerId(self): return self.get_query_params().get('OwnerId') def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) \ No newline at end of file + self.add_query_param('OwnerId',OwnerId) + + def get_SecurityToken(self): + return self.get_query_params().get('SecurityToken') + + def set_SecurityToken(self,SecurityToken): + self.add_query_param('SecurityToken',SecurityToken) \ No newline at end of file diff --git a/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/DescribeVodRefreshTasksRequest.py b/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/DescribeVodRefreshTasksRequest.py index 43878c731e..a0d9f682b2 100644 --- a/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/DescribeVodRefreshTasksRequest.py +++ b/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/DescribeVodRefreshTasksRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,12 @@ # under the License. from aliyunsdkcore.request import RpcRequest + class DescribeVodRefreshTasksRequest(RpcRequest): def __init__(self): RpcRequest.__init__(self, 'vod', '2017-03-21', 'DescribeVodRefreshTasks','vod') + self.set_method('POST') def get_ObjectPath(self): return self.get_query_params().get('ObjectPath') @@ -29,30 +31,12 @@ def get_ObjectPath(self): def set_ObjectPath(self,ObjectPath): self.add_query_param('ObjectPath',ObjectPath) - def get_DomainName(self): - return self.get_query_params().get('DomainName') - - def set_DomainName(self,DomainName): - self.add_query_param('DomainName',DomainName) - - def get_EndTime(self): - return self.get_query_params().get('EndTime') - - def set_EndTime(self,EndTime): - self.add_query_param('EndTime',EndTime) - def get_StartTime(self): return self.get_query_params().get('StartTime') def set_StartTime(self,StartTime): self.add_query_param('StartTime',StartTime) - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - def get_PageNumber(self): return self.get_query_params().get('PageNumber') @@ -89,6 +73,24 @@ def get_TaskId(self): def set_TaskId(self,TaskId): self.add_query_param('TaskId',TaskId) + def get_DomainName(self): + return self.get_query_params().get('DomainName') + + def set_DomainName(self,DomainName): + self.add_query_param('DomainName',DomainName) + + def get_EndTime(self): + return self.get_query_params().get('EndTime') + + def set_EndTime(self,EndTime): + self.add_query_param('EndTime',EndTime) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + def get_Status(self): return self.get_query_params().get('Status') diff --git a/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/DescribeVodStorageDataRequest.py b/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/DescribeVodStorageDataRequest.py new file mode 100644 index 0000000000..d3530946ea --- /dev/null +++ b/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/DescribeVodStorageDataRequest.py @@ -0,0 +1,62 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class DescribeVodStorageDataRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'vod', '2017-03-21', 'DescribeVodStorageData','vod') + self.set_method('POST') + + def get_StartTime(self): + return self.get_query_params().get('StartTime') + + def set_StartTime(self,StartTime): + self.add_query_param('StartTime',StartTime) + + def get_Storage(self): + return self.get_query_params().get('Storage') + + def set_Storage(self,Storage): + self.add_query_param('Storage',Storage) + + def get_StorageType(self): + return self.get_query_params().get('StorageType') + + def set_StorageType(self,StorageType): + self.add_query_param('StorageType',StorageType) + + def get_EndTime(self): + return self.get_query_params().get('EndTime') + + def set_EndTime(self,EndTime): + self.add_query_param('EndTime',EndTime) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_Region(self): + return self.get_query_params().get('Region') + + def set_Region(self,Region): + self.add_query_param('Region',Region) \ No newline at end of file diff --git a/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/DescribeVodTranscodeDataRequest.py b/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/DescribeVodTranscodeDataRequest.py new file mode 100644 index 0000000000..792d070aef --- /dev/null +++ b/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/DescribeVodTranscodeDataRequest.py @@ -0,0 +1,68 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class DescribeVodTranscodeDataRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'vod', '2017-03-21', 'DescribeVodTranscodeData','vod') + self.set_method('POST') + + def get_StartTime(self): + return self.get_query_params().get('StartTime') + + def set_StartTime(self,StartTime): + self.add_query_param('StartTime',StartTime) + + def get_Storage(self): + return self.get_query_params().get('Storage') + + def set_Storage(self,Storage): + self.add_query_param('Storage',Storage) + + def get_EndTime(self): + return self.get_query_params().get('EndTime') + + def set_EndTime(self,EndTime): + self.add_query_param('EndTime',EndTime) + + def get_Specification(self): + return self.get_query_params().get('Specification') + + def set_Specification(self,Specification): + self.add_query_param('Specification',Specification) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_Interval(self): + return self.get_query_params().get('Interval') + + def set_Interval(self,Interval): + self.add_query_param('Interval',Interval) + + def get_Region(self): + return self.get_query_params().get('Region') + + def set_Region(self,Region): + self.add_query_param('Region',Region) \ No newline at end of file diff --git a/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/DescribeVodUserDomainsRequest.py b/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/DescribeVodUserDomainsRequest.py new file mode 100644 index 0000000000..adda28d4f6 --- /dev/null +++ b/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/DescribeVodUserDomainsRequest.py @@ -0,0 +1,92 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class DescribeVodUserDomainsRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'vod', '2017-03-21', 'DescribeVodUserDomains','vod') + self.set_method('POST') + + def get_PageNumber(self): + return self.get_query_params().get('PageNumber') + + def set_PageNumber(self,PageNumber): + self.add_query_param('PageNumber',PageNumber) + + def get_CheckDomainShow(self): + return self.get_query_params().get('CheckDomainShow') + + def set_CheckDomainShow(self,CheckDomainShow): + self.add_query_param('CheckDomainShow',CheckDomainShow) + + def get_SecurityToken(self): + return self.get_query_params().get('SecurityToken') + + def set_SecurityToken(self,SecurityToken): + self.add_query_param('SecurityToken',SecurityToken) + + def get_CdnType(self): + return self.get_query_params().get('CdnType') + + def set_CdnType(self,CdnType): + self.add_query_param('CdnType',CdnType) + + def get_PageSize(self): + return self.get_query_params().get('PageSize') + + def set_PageSize(self,PageSize): + self.add_query_param('PageSize',PageSize) + + def get_FuncFilter(self): + return self.get_query_params().get('FuncFilter') + + def set_FuncFilter(self,FuncFilter): + self.add_query_param('FuncFilter',FuncFilter) + + def get_DomainName(self): + return self.get_query_params().get('DomainName') + + def set_DomainName(self,DomainName): + self.add_query_param('DomainName',DomainName) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_FuncId(self): + return self.get_query_params().get('FuncId') + + def set_FuncId(self,FuncId): + self.add_query_param('FuncId',FuncId) + + def get_DomainStatus(self): + return self.get_query_params().get('DomainStatus') + + def set_DomainStatus(self,DomainStatus): + self.add_query_param('DomainStatus',DomainStatus) + + def get_DomainSearchType(self): + return self.get_query_params().get('DomainSearchType') + + def set_DomainSearchType(self,DomainSearchType): + self.add_query_param('DomainSearchType',DomainSearchType) \ No newline at end of file diff --git a/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/DetachAppPolicyFromIdentityRequest.py b/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/DetachAppPolicyFromIdentityRequest.py index 93e647f5f7..88d1843458 100644 --- a/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/DetachAppPolicyFromIdentityRequest.py +++ b/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/DetachAppPolicyFromIdentityRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,16 +18,12 @@ # under the License. from aliyunsdkcore.request import RpcRequest + class DetachAppPolicyFromIdentityRequest(RpcRequest): def __init__(self): RpcRequest.__init__(self, 'vod', '2017-03-21', 'DetachAppPolicyFromIdentity','vod') - - def get_IdentityName(self): - return self.get_query_params().get('IdentityName') - - def set_IdentityName(self,IdentityName): - self.add_query_param('IdentityName',IdentityName) + self.set_method('POST') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -35,6 +31,18 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) + def get_PolicyNames(self): + return self.get_query_params().get('PolicyNames') + + def set_PolicyNames(self,PolicyNames): + self.add_query_param('PolicyNames',PolicyNames) + + def get_IdentityName(self): + return self.get_query_params().get('IdentityName') + + def set_IdentityName(self,IdentityName): + self.add_query_param('IdentityName',IdentityName) + def get_IdentityType(self): return self.get_query_params().get('IdentityType') @@ -47,20 +55,14 @@ def get_ResourceOwnerAccount(self): def set_ResourceOwnerAccount(self,ResourceOwnerAccount): self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - def get_AppId(self): - return self.get_query_params().get('AppId') - - def set_AppId(self,AppId): - self.add_query_param('AppId',AppId) - - def get_PolicyNames(self): - return self.get_query_params().get('PolicyNames') - - def set_PolicyNames(self,PolicyNames): - self.add_query_param('PolicyNames',PolicyNames) - def get_OwnerId(self): return self.get_query_params().get('OwnerId') def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) \ No newline at end of file + self.add_query_param('OwnerId',OwnerId) + + def get_AppId(self): + return self.get_query_params().get('AppId') + + def set_AppId(self,AppId): + self.add_query_param('AppId',AppId) \ No newline at end of file diff --git a/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/GetAIMediaAuditJobRequest.py b/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/GetAIMediaAuditJobRequest.py index aeb0a23902..4de3ac9829 100644 --- a/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/GetAIMediaAuditJobRequest.py +++ b/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/GetAIMediaAuditJobRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,16 +18,12 @@ # under the License. from aliyunsdkcore.request import RpcRequest + class GetAIMediaAuditJobRequest(RpcRequest): def __init__(self): RpcRequest.__init__(self, 'vod', '2017-03-21', 'GetAIMediaAuditJob','vod') - - def get_JobId(self): - return self.get_query_params().get('JobId') - - def set_JobId(self,JobId): - self.add_query_param('JobId',JobId) + self.set_method('POST') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -45,4 +41,10 @@ def get_OwnerId(self): return self.get_query_params().get('OwnerId') def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) \ No newline at end of file + self.add_query_param('OwnerId',OwnerId) + + def get_JobId(self): + return self.get_query_params().get('JobId') + + def set_JobId(self,JobId): + self.add_query_param('JobId',JobId) \ No newline at end of file diff --git a/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/GetAITemplateRequest.py b/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/GetAITemplateRequest.py index 6914c21ab8..03bbaf537b 100644 --- a/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/GetAITemplateRequest.py +++ b/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/GetAITemplateRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,12 @@ # under the License. from aliyunsdkcore.request import RpcRequest + class GetAITemplateRequest(RpcRequest): def __init__(self): RpcRequest.__init__(self, 'vod', '2017-03-21', 'GetAITemplate','vod') + self.set_method('POST') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/GetAIVideoTagResultRequest.py b/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/GetAIVideoTagResultRequest.py new file mode 100644 index 0000000000..048e57f08c --- /dev/null +++ b/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/GetAIVideoTagResultRequest.py @@ -0,0 +1,56 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class GetAIVideoTagResultRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'vod', '2017-03-21', 'GetAIVideoTagResult','vod') + self.set_method('POST') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_MediaId(self): + return self.get_query_params().get('MediaId') + + def set_MediaId(self,MediaId): + self.add_query_param('MediaId',MediaId) \ No newline at end of file diff --git a/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/GetAppInfosRequest.py b/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/GetAppInfosRequest.py index 739a0116a5..b0fc65c029 100644 --- a/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/GetAppInfosRequest.py +++ b/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/GetAppInfosRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,12 @@ # under the License. from aliyunsdkcore.request import RpcRequest + class GetAppInfosRequest(RpcRequest): def __init__(self): RpcRequest.__init__(self, 'vod', '2017-03-21', 'GetAppInfos','vod') + self.set_method('POST') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -29,26 +31,20 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) - def get_AppIds(self): - return self.get_query_params().get('AppIds') - - def set_AppIds(self,AppIds): - self.add_query_param('AppIds',AppIds) - def get_ResourceOwnerAccount(self): return self.get_query_params().get('ResourceOwnerAccount') def set_ResourceOwnerAccount(self,ResourceOwnerAccount): self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - def get_ResourceRealOwnerId(self): - return self.get_query_params().get('ResourceRealOwnerId') - - def set_ResourceRealOwnerId(self,ResourceRealOwnerId): - self.add_query_param('ResourceRealOwnerId',ResourceRealOwnerId) - def get_OwnerId(self): return self.get_query_params().get('OwnerId') def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) \ No newline at end of file + self.add_query_param('OwnerId',OwnerId) + + def get_AppIds(self): + return self.get_query_params().get('AppIds') + + def set_AppIds(self,AppIds): + self.add_query_param('AppIds',AppIds) \ No newline at end of file diff --git a/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/GetAttachedMediaInfoRequest.py b/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/GetAttachedMediaInfoRequest.py index 123572d878..dfc0bc07fd 100644 --- a/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/GetAttachedMediaInfoRequest.py +++ b/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/GetAttachedMediaInfoRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,12 @@ # under the License. from aliyunsdkcore.request import RpcRequest + class GetAttachedMediaInfoRequest(RpcRequest): def __init__(self): RpcRequest.__init__(self, 'vod', '2017-03-21', 'GetAttachedMediaInfo','vod') + self.set_method('POST') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -29,11 +31,11 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') + def get_ResourceRealOwnerId(self): + return self.get_query_params().get('ResourceRealOwnerId') - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + def set_ResourceRealOwnerId(self,ResourceRealOwnerId): + self.add_query_param('ResourceRealOwnerId',ResourceRealOwnerId) def get_OutputType(self): return self.get_query_params().get('OutputType') @@ -47,20 +49,20 @@ def get_MediaIds(self): def set_MediaIds(self,MediaIds): self.add_query_param('MediaIds',MediaIds) - def get_ResourceRealOwnerId(self): - return self.get_query_params().get('ResourceRealOwnerId') + def get_AuthTimeout(self): + return self.get_query_params().get('AuthTimeout') - def set_ResourceRealOwnerId(self,ResourceRealOwnerId): - self.add_query_param('ResourceRealOwnerId',ResourceRealOwnerId) + def set_AuthTimeout(self,AuthTimeout): + self.add_query_param('AuthTimeout',AuthTimeout) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) def get_OwnerId(self): return self.get_query_params().get('OwnerId') def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_AuthTimeout(self): - return self.get_query_params().get('AuthTimeout') - - def set_AuthTimeout(self,AuthTimeout): - self.add_query_param('AuthTimeout',AuthTimeout) \ No newline at end of file + self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/GetAuditHistoryRequest.py b/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/GetAuditHistoryRequest.py index e521baef07..f99980c615 100644 --- a/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/GetAuditHistoryRequest.py +++ b/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/GetAuditHistoryRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,16 +18,12 @@ # under the License. from aliyunsdkcore.request import RpcRequest + class GetAuditHistoryRequest(RpcRequest): def __init__(self): RpcRequest.__init__(self, 'vod', '2017-03-21', 'GetAuditHistory','vod') - - def get_PageNo(self): - return self.get_query_params().get('PageNo') - - def set_PageNo(self,PageNo): - self.add_query_param('PageNo',PageNo) + self.set_method('POST') def get_PageSize(self): return self.get_query_params().get('PageSize') @@ -41,6 +37,12 @@ def get_VideoId(self): def set_VideoId(self,VideoId): self.add_query_param('VideoId',VideoId) + def get_PageNo(self): + return self.get_query_params().get('PageNo') + + def set_PageNo(self,PageNo): + self.add_query_param('PageNo',PageNo) + def get_SortBy(self): return self.get_query_params().get('SortBy') diff --git a/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/GetCategoriesRequest.py b/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/GetCategoriesRequest.py index 50a6b850d5..d063bd4a16 100644 --- a/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/GetCategoriesRequest.py +++ b/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/GetCategoriesRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,12 @@ # under the License. from aliyunsdkcore.request import RpcRequest + class GetCategoriesRequest(RpcRequest): def __init__(self): RpcRequest.__init__(self, 'vod', '2017-03-21', 'GetCategories','vod') + self.set_method('POST') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -29,11 +31,11 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') + def get_Type(self): + return self.get_query_params().get('Type') - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + def set_Type(self,Type): + self.add_query_param('Type',Type) def get_CateId(self): return self.get_query_params().get('CateId') @@ -41,23 +43,17 @@ def get_CateId(self): def set_CateId(self,CateId): self.add_query_param('CateId',CateId) - def get_PageNo(self): - return self.get_query_params().get('PageNo') - - def set_PageNo(self,PageNo): - self.add_query_param('PageNo',PageNo) - def get_PageSize(self): return self.get_query_params().get('PageSize') def set_PageSize(self,PageSize): self.add_query_param('PageSize',PageSize) - def get_SortBy(self): - return self.get_query_params().get('SortBy') + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') - def set_SortBy(self,SortBy): - self.add_query_param('SortBy',SortBy) + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) def get_OwnerId(self): return self.get_query_params().get('OwnerId') @@ -65,8 +61,14 @@ def get_OwnerId(self): def set_OwnerId(self,OwnerId): self.add_query_param('OwnerId',OwnerId) - def get_Type(self): - return self.get_query_params().get('Type') + def get_PageNo(self): + return self.get_query_params().get('PageNo') - def set_Type(self,Type): - self.add_query_param('Type',Type) \ No newline at end of file + def set_PageNo(self,PageNo): + self.add_query_param('PageNo',PageNo) + + def get_SortBy(self): + return self.get_query_params().get('SortBy') + + def set_SortBy(self,SortBy): + self.add_query_param('SortBy',SortBy) \ No newline at end of file diff --git a/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/GetDefaultAITemplateRequest.py b/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/GetDefaultAITemplateRequest.py index 18f189fcfd..146b3c7245 100644 --- a/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/GetDefaultAITemplateRequest.py +++ b/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/GetDefaultAITemplateRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,12 @@ # under the License. from aliyunsdkcore.request import RpcRequest + class GetDefaultAITemplateRequest(RpcRequest): def __init__(self): RpcRequest.__init__(self, 'vod', '2017-03-21', 'GetDefaultAITemplate','vod') + self.set_method('POST') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -35,14 +37,14 @@ def get_ResourceOwnerAccount(self): def set_ResourceOwnerAccount(self,ResourceOwnerAccount): self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - def get_TemplateType(self): - return self.get_query_params().get('TemplateType') - - def set_TemplateType(self,TemplateType): - self.add_query_param('TemplateType',TemplateType) - def get_OwnerId(self): return self.get_query_params().get('OwnerId') def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) \ No newline at end of file + self.add_query_param('OwnerId',OwnerId) + + def get_TemplateType(self): + return self.get_query_params().get('TemplateType') + + def set_TemplateType(self,TemplateType): + self.add_query_param('TemplateType',TemplateType) \ No newline at end of file diff --git a/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/GetEditingProjectMaterialsRequest.py b/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/GetEditingProjectMaterialsRequest.py index 7a9ac51c0f..220dd9716d 100644 --- a/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/GetEditingProjectMaterialsRequest.py +++ b/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/GetEditingProjectMaterialsRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,12 @@ # under the License. from aliyunsdkcore.request import RpcRequest + class GetEditingProjectMaterialsRequest(RpcRequest): def __init__(self): RpcRequest.__init__(self, 'vod', '2017-03-21', 'GetEditingProjectMaterials','vod') + self.set_method('POST') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -29,12 +31,24 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) + def get_Type(self): + return self.get_query_params().get('Type') + + def set_Type(self,Type): + self.add_query_param('Type',Type) + def get_MaterialType(self): return self.get_query_params().get('MaterialType') def set_MaterialType(self,MaterialType): self.add_query_param('MaterialType',MaterialType) + def get_ProjectId(self): + return self.get_query_params().get('ProjectId') + + def set_ProjectId(self,ProjectId): + self.add_query_param('ProjectId',ProjectId) + def get_ResourceOwnerAccount(self): return self.get_query_params().get('ResourceOwnerAccount') @@ -51,16 +65,4 @@ def get_OwnerId(self): return self.get_query_params().get('OwnerId') def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_Type(self): - return self.get_query_params().get('Type') - - def set_Type(self,Type): - self.add_query_param('Type',Type) - - def get_ProjectId(self): - return self.get_query_params().get('ProjectId') - - def set_ProjectId(self,ProjectId): - self.add_query_param('ProjectId',ProjectId) \ No newline at end of file + self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/GetEditingProjectRequest.py b/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/GetEditingProjectRequest.py index 374131f5e4..a6455fae48 100644 --- a/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/GetEditingProjectRequest.py +++ b/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/GetEditingProjectRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,12 @@ # under the License. from aliyunsdkcore.request import RpcRequest + class GetEditingProjectRequest(RpcRequest): def __init__(self): RpcRequest.__init__(self, 'vod', '2017-03-21', 'GetEditingProject','vod') + self.set_method('POST') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/GetImageInfoRequest.py b/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/GetImageInfoRequest.py index 22b63c27a3..3a9de6e315 100644 --- a/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/GetImageInfoRequest.py +++ b/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/GetImageInfoRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,12 @@ # under the License. from aliyunsdkcore.request import RpcRequest + class GetImageInfoRequest(RpcRequest): def __init__(self): RpcRequest.__init__(self, 'vod', '2017-03-21', 'GetImageInfo','vod') + self.set_method('POST') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -35,26 +37,26 @@ def get_ImageId(self): def set_ImageId(self,ImageId): self.add_query_param('ImageId',ImageId) - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - def get_OutputType(self): return self.get_query_params().get('OutputType') def set_OutputType(self,OutputType): self.add_query_param('OutputType',OutputType) - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - def get_AuthTimeout(self): return self.get_query_params().get('AuthTimeout') def set_AuthTimeout(self,AuthTimeout): - self.add_query_param('AuthTimeout',AuthTimeout) \ No newline at end of file + self.add_query_param('AuthTimeout',AuthTimeout) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/GetMediaAuditAudioResultDetailRequest.py b/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/GetMediaAuditAudioResultDetailRequest.py new file mode 100644 index 0000000000..34199f4dc8 --- /dev/null +++ b/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/GetMediaAuditAudioResultDetailRequest.py @@ -0,0 +1,62 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class GetMediaAuditAudioResultDetailRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'vod', '2017-03-21', 'GetMediaAuditAudioResultDetail','vod') + self.set_method('POST') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_MediaId(self): + return self.get_query_params().get('MediaId') + + def set_MediaId(self,MediaId): + self.add_query_param('MediaId',MediaId) + + def get_PageNo(self): + return self.get_query_params().get('PageNo') + + def set_PageNo(self,PageNo): + self.add_query_param('PageNo',PageNo) \ No newline at end of file diff --git a/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/GetMediaAuditResultDetailRequest.py b/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/GetMediaAuditResultDetailRequest.py index 26e65a6d6f..d6356d04c5 100644 --- a/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/GetMediaAuditResultDetailRequest.py +++ b/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/GetMediaAuditResultDetailRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,12 @@ # under the License. from aliyunsdkcore.request import RpcRequest + class GetMediaAuditResultDetailRequest(RpcRequest): def __init__(self): RpcRequest.__init__(self, 'vod', '2017-03-21', 'GetMediaAuditResultDetail','vod') + self.set_method('POST') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -35,12 +37,6 @@ def get_ResourceOwnerAccount(self): def set_ResourceOwnerAccount(self,ResourceOwnerAccount): self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - def get_PageNo(self): - return self.get_query_params().get('PageNo') - - def set_PageNo(self,PageNo): - self.add_query_param('PageNo',PageNo) - def get_OwnerId(self): return self.get_query_params().get('OwnerId') @@ -51,4 +47,10 @@ def get_MediaId(self): return self.get_query_params().get('MediaId') def set_MediaId(self,MediaId): - self.add_query_param('MediaId',MediaId) \ No newline at end of file + self.add_query_param('MediaId',MediaId) + + def get_PageNo(self): + return self.get_query_params().get('PageNo') + + def set_PageNo(self,PageNo): + self.add_query_param('PageNo',PageNo) \ No newline at end of file diff --git a/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/GetMediaAuditResultRequest.py b/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/GetMediaAuditResultRequest.py index 725843729f..d12bebdf42 100644 --- a/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/GetMediaAuditResultRequest.py +++ b/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/GetMediaAuditResultRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,12 @@ # under the License. from aliyunsdkcore.request import RpcRequest + class GetMediaAuditResultRequest(RpcRequest): def __init__(self): RpcRequest.__init__(self, 'vod', '2017-03-21', 'GetMediaAuditResult','vod') + self.set_method('POST') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/GetMediaAuditResultTimelineRequest.py b/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/GetMediaAuditResultTimelineRequest.py index 2659d536b4..b255446846 100644 --- a/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/GetMediaAuditResultTimelineRequest.py +++ b/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/GetMediaAuditResultTimelineRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,12 @@ # under the License. from aliyunsdkcore.request import RpcRequest + class GetMediaAuditResultTimelineRequest(RpcRequest): def __init__(self): RpcRequest.__init__(self, 'vod', '2017-03-21', 'GetMediaAuditResultTimeline','vod') + self.set_method('POST') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/GetMediaDNAResultRequest.py b/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/GetMediaDNAResultRequest.py index 17577a17e9..44dc1f3086 100644 --- a/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/GetMediaDNAResultRequest.py +++ b/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/GetMediaDNAResultRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,12 @@ # under the License. from aliyunsdkcore.request import RpcRequest + class GetMediaDNAResultRequest(RpcRequest): def __init__(self): RpcRequest.__init__(self, 'vod', '2017-03-21', 'GetMediaDNAResult','vod') + self.set_method('POST') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/GetMessageCallbackRequest.py b/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/GetMessageCallbackRequest.py index ace23d15b6..d6734c2103 100644 --- a/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/GetMessageCallbackRequest.py +++ b/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/GetMessageCallbackRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,12 @@ # under the License. from aliyunsdkcore.request import RpcRequest + class GetMessageCallbackRequest(RpcRequest): def __init__(self): RpcRequest.__init__(self, 'vod', '2017-03-21', 'GetMessageCallback','vod') + self.set_method('POST') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -29,6 +31,12 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) + def get_ResourceRealOwnerId(self): + return self.get_query_params().get('ResourceRealOwnerId') + + def set_ResourceRealOwnerId(self,ResourceRealOwnerId): + self.add_query_param('ResourceRealOwnerId',ResourceRealOwnerId) + def get_ResourceOwnerAccount(self): return self.get_query_params().get('ResourceOwnerAccount') @@ -41,20 +49,14 @@ def get_OwnerAccount(self): def set_OwnerAccount(self,OwnerAccount): self.add_query_param('OwnerAccount',OwnerAccount) - def get_AppId(self): - return self.get_query_params().get('AppId') - - def set_AppId(self,AppId): - self.add_query_param('AppId',AppId) - - def get_ResourceRealOwnerId(self): - return self.get_query_params().get('ResourceRealOwnerId') - - def set_ResourceRealOwnerId(self,ResourceRealOwnerId): - self.add_query_param('ResourceRealOwnerId',ResourceRealOwnerId) - def get_OwnerId(self): return self.get_query_params().get('OwnerId') def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) \ No newline at end of file + self.add_query_param('OwnerId',OwnerId) + + def get_AppId(self): + return self.get_query_params().get('AppId') + + def set_AppId(self,AppId): + self.add_query_param('AppId',AppId) \ No newline at end of file diff --git a/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/GetMezzanineInfoRequest.py b/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/GetMezzanineInfoRequest.py index 892897f9cd..519fdc11b3 100644 --- a/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/GetMezzanineInfoRequest.py +++ b/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/GetMezzanineInfoRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,12 @@ # under the License. from aliyunsdkcore.request import RpcRequest + class GetMezzanineInfoRequest(RpcRequest): def __init__(self): RpcRequest.__init__(self, 'vod', '2017-03-21', 'GetMezzanineInfo','vod') + self.set_method('POST') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -29,6 +31,18 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) + def get_OutputType(self): + return self.get_query_params().get('OutputType') + + def set_OutputType(self,OutputType): + self.add_query_param('OutputType',OutputType) + + def get_AuthTimeout(self): + return self.get_query_params().get('AuthTimeout') + + def set_AuthTimeout(self,AuthTimeout): + self.add_query_param('AuthTimeout',AuthTimeout) + def get_ResourceOwnerAccount(self): return self.get_query_params().get('ResourceOwnerAccount') @@ -41,32 +55,20 @@ def get_VideoId(self): def set_VideoId(self,VideoId): self.add_query_param('VideoId',VideoId) + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + def get_PreviewSegment(self): return self.get_query_params().get('PreviewSegment') def set_PreviewSegment(self,PreviewSegment): self.add_query_param('PreviewSegment',PreviewSegment) - def get_OutputType(self): - return self.get_query_params().get('OutputType') - - def set_OutputType(self,OutputType): - self.add_query_param('OutputType',OutputType) - def get_AdditionType(self): return self.get_query_params().get('AdditionType') def set_AdditionType(self,AdditionType): - self.add_query_param('AdditionType',AdditionType) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_AuthTimeout(self): - return self.get_query_params().get('AuthTimeout') - - def set_AuthTimeout(self,AuthTimeout): - self.add_query_param('AuthTimeout',AuthTimeout) \ No newline at end of file + self.add_query_param('AdditionType',AdditionType) \ No newline at end of file diff --git a/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/GetPlayInfoRequest.py b/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/GetPlayInfoRequest.py index f2a327a36f..3e1b587d6a 100644 --- a/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/GetPlayInfoRequest.py +++ b/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/GetPlayInfoRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,12 @@ # under the License. from aliyunsdkcore.request import RpcRequest + class GetPlayInfoRequest(RpcRequest): def __init__(self): RpcRequest.__init__(self, 'vod', '2017-03-21', 'GetPlayInfo','vod') + self.set_method('POST') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -29,60 +31,12 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) - def get_StreamType(self): - return self.get_query_params().get('StreamType') - - def set_StreamType(self,StreamType): - self.add_query_param('StreamType',StreamType) - def get_Formats(self): return self.get_query_params().get('Formats') def set_Formats(self,Formats): self.add_query_param('Formats',Formats) - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_Channel(self): - return self.get_query_params().get('Channel') - - def set_Channel(self,Channel): - self.add_query_param('Channel',Channel) - - def get_VideoId(self): - return self.get_query_params().get('VideoId') - - def set_VideoId(self,VideoId): - self.add_query_param('VideoId',VideoId) - - def get_PlayerVersion(self): - return self.get_query_params().get('PlayerVersion') - - def set_PlayerVersion(self,PlayerVersion): - self.add_query_param('PlayerVersion',PlayerVersion) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_ResultType(self): - return self.get_query_params().get('ResultType') - - def set_ResultType(self,ResultType): - self.add_query_param('ResultType',ResultType) - - def get_Rand(self): - return self.get_query_params().get('Rand') - - def set_Rand(self,Rand): - self.add_query_param('Rand',Rand) - def get_ReAuthInfo(self): return self.get_query_params().get('ReAuthInfo') @@ -113,8 +67,32 @@ def get_AuthTimeout(self): def set_AuthTimeout(self,AuthTimeout): self.add_query_param('AuthTimeout',AuthTimeout) - def get_AuthInfo(self): - return self.get_query_params().get('AuthInfo') + def get_StreamType(self): + return self.get_query_params().get('StreamType') + + def set_StreamType(self,StreamType): + self.add_query_param('StreamType',StreamType) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_VideoId(self): + return self.get_query_params().get('VideoId') + + def set_VideoId(self,VideoId): + self.add_query_param('VideoId',VideoId) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_ResultType(self): + return self.get_query_params().get('ResultType') - def set_AuthInfo(self,AuthInfo): - self.add_query_param('AuthInfo',AuthInfo) \ No newline at end of file + def set_ResultType(self,ResultType): + self.add_query_param('ResultType',ResultType) \ No newline at end of file diff --git a/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/GetTranscodeSummaryRequest.py b/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/GetTranscodeSummaryRequest.py index e3e0944729..1133b2cb60 100644 --- a/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/GetTranscodeSummaryRequest.py +++ b/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/GetTranscodeSummaryRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,12 @@ # under the License. from aliyunsdkcore.request import RpcRequest + class GetTranscodeSummaryRequest(RpcRequest): def __init__(self): RpcRequest.__init__(self, 'vod', '2017-03-21', 'GetTranscodeSummary','vod') + self.set_method('POST') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/GetTranscodeTaskRequest.py b/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/GetTranscodeTaskRequest.py index 305036bfed..a3dfeb50f5 100644 --- a/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/GetTranscodeTaskRequest.py +++ b/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/GetTranscodeTaskRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,12 @@ # under the License. from aliyunsdkcore.request import RpcRequest + class GetTranscodeTaskRequest(RpcRequest): def __init__(self): RpcRequest.__init__(self, 'vod', '2017-03-21', 'GetTranscodeTask','vod') + self.set_method('POST') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -35,14 +37,14 @@ def get_ResourceOwnerAccount(self): def set_ResourceOwnerAccount(self,ResourceOwnerAccount): self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - def get_TranscodeTaskId(self): - return self.get_query_params().get('TranscodeTaskId') - - def set_TranscodeTaskId(self,TranscodeTaskId): - self.add_query_param('TranscodeTaskId',TranscodeTaskId) - def get_OwnerId(self): return self.get_query_params().get('OwnerId') def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) \ No newline at end of file + self.add_query_param('OwnerId',OwnerId) + + def get_TranscodeTaskId(self): + return self.get_query_params().get('TranscodeTaskId') + + def set_TranscodeTaskId(self,TranscodeTaskId): + self.add_query_param('TranscodeTaskId',TranscodeTaskId) \ No newline at end of file diff --git a/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/GetTranscodeTemplateGroupRequest.py b/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/GetTranscodeTemplateGroupRequest.py index be983e059b..b2ae0ab248 100644 --- a/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/GetTranscodeTemplateGroupRequest.py +++ b/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/GetTranscodeTemplateGroupRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,12 @@ # under the License. from aliyunsdkcore.request import RpcRequest + class GetTranscodeTemplateGroupRequest(RpcRequest): def __init__(self): RpcRequest.__init__(self, 'vod', '2017-03-21', 'GetTranscodeTemplateGroup','vod') + self.set_method('POST') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/GetURLUploadInfosRequest.py b/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/GetURLUploadInfosRequest.py index e5e7a99373..2544799094 100644 --- a/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/GetURLUploadInfosRequest.py +++ b/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/GetURLUploadInfosRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,12 @@ # under the License. from aliyunsdkcore.request import RpcRequest + class GetURLUploadInfosRequest(RpcRequest): def __init__(self): RpcRequest.__init__(self, 'vod', '2017-03-21', 'GetURLUploadInfos','vod') + self.set_method('POST') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -35,6 +37,12 @@ def get_ResourceOwnerAccount(self): def set_ResourceOwnerAccount(self,ResourceOwnerAccount): self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + def get_JobIds(self): return self.get_query_params().get('JobIds') @@ -45,10 +53,4 @@ def get_UploadURLs(self): return self.get_query_params().get('UploadURLs') def set_UploadURLs(self,UploadURLs): - self.add_query_param('UploadURLs',UploadURLs) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) \ No newline at end of file + self.add_query_param('UploadURLs',UploadURLs) \ No newline at end of file diff --git a/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/GetUploadDetailsRequest.py b/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/GetUploadDetailsRequest.py new file mode 100644 index 0000000000..aa8a1c8c0b --- /dev/null +++ b/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/GetUploadDetailsRequest.py @@ -0,0 +1,62 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class GetUploadDetailsRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'vod', '2017-03-21', 'GetUploadDetails','vod') + self.set_method('POST') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_ResourceRealOwnerId(self): + return self.get_query_params().get('ResourceRealOwnerId') + + def set_ResourceRealOwnerId(self,ResourceRealOwnerId): + self.add_query_param('ResourceRealOwnerId',ResourceRealOwnerId) + + def get_MediaIds(self): + return self.get_query_params().get('MediaIds') + + def set_MediaIds(self,MediaIds): + self.add_query_param('MediaIds',MediaIds) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_MediaType(self): + return self.get_query_params().get('MediaType') + + def set_MediaType(self,MediaType): + self.add_query_param('MediaType',MediaType) \ No newline at end of file diff --git a/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/GetVideoInfoRequest.py b/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/GetVideoInfoRequest.py index 74d5a2b232..8c9d184842 100644 --- a/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/GetVideoInfoRequest.py +++ b/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/GetVideoInfoRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,12 @@ # under the License. from aliyunsdkcore.request import RpcRequest + class GetVideoInfoRequest(RpcRequest): def __init__(self): RpcRequest.__init__(self, 'vod', '2017-03-21', 'GetVideoInfo','vod') + self.set_method('POST') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -41,20 +43,14 @@ def get_VideoId(self): def set_VideoId(self,VideoId): self.add_query_param('VideoId',VideoId) - def get_AdditionType(self): - return self.get_query_params().get('AdditionType') - - def set_AdditionType(self,AdditionType): - self.add_query_param('AdditionType',AdditionType) - - def get_ResultTypes(self): - return self.get_query_params().get('ResultTypes') - - def set_ResultTypes(self,ResultTypes): - self.add_query_param('ResultTypes',ResultTypes) - def get_OwnerId(self): return self.get_query_params().get('OwnerId') def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) \ No newline at end of file + self.add_query_param('OwnerId',OwnerId) + + def get_AdditionType(self): + return self.get_query_params().get('AdditionType') + + def set_AdditionType(self,AdditionType): + self.add_query_param('AdditionType',AdditionType) \ No newline at end of file diff --git a/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/GetVideoInfosRequest.py b/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/GetVideoInfosRequest.py index ee1b24ada8..86c0365453 100644 --- a/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/GetVideoInfosRequest.py +++ b/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/GetVideoInfosRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,12 @@ # under the License. from aliyunsdkcore.request import RpcRequest + class GetVideoInfosRequest(RpcRequest): def __init__(self): RpcRequest.__init__(self, 'vod', '2017-03-21', 'GetVideoInfos','vod') + self.set_method('POST') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -35,18 +37,18 @@ def get_ResourceOwnerAccount(self): def set_ResourceOwnerAccount(self,ResourceOwnerAccount): self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - def get_AdditionType(self): - return self.get_query_params().get('AdditionType') - - def set_AdditionType(self,AdditionType): - self.add_query_param('AdditionType',AdditionType) - def get_OwnerId(self): return self.get_query_params().get('OwnerId') def set_OwnerId(self,OwnerId): self.add_query_param('OwnerId',OwnerId) + def get_AdditionType(self): + return self.get_query_params().get('AdditionType') + + def set_AdditionType(self,AdditionType): + self.add_query_param('AdditionType',AdditionType) + def get_VideoIds(self): return self.get_query_params().get('VideoIds') diff --git a/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/GetVideoListRequest.py b/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/GetVideoListRequest.py index 0a1403fe7a..0e9b7631d6 100644 --- a/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/GetVideoListRequest.py +++ b/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/GetVideoListRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,12 @@ # under the License. from aliyunsdkcore.request import RpcRequest + class GetVideoListRequest(RpcRequest): def __init__(self): RpcRequest.__init__(self, 'vod', '2017-03-21', 'GetVideoList','vod') + self.set_method('POST') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -29,11 +31,17 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') + def get_StartTime(self): + return self.get_query_params().get('StartTime') - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + def set_StartTime(self,StartTime): + self.add_query_param('StartTime',StartTime) + + def get_StorageLocation(self): + return self.get_query_params().get('StorageLocation') + + def set_StorageLocation(self,StorageLocation): + self.add_query_param('StorageLocation',StorageLocation) def get_CateId(self): return self.get_query_params().get('CateId') @@ -41,50 +49,44 @@ def get_CateId(self): def set_CateId(self,CateId): self.add_query_param('CateId',CateId) - def get_PageNo(self): - return self.get_query_params().get('PageNo') - - def set_PageNo(self,PageNo): - self.add_query_param('PageNo',PageNo) - def get_PageSize(self): return self.get_query_params().get('PageSize') def set_PageSize(self,PageSize): self.add_query_param('PageSize',PageSize) + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + def get_EndTime(self): return self.get_query_params().get('EndTime') def set_EndTime(self,EndTime): self.add_query_param('EndTime',EndTime) - def get_SortBy(self): - return self.get_query_params().get('SortBy') - - def set_SortBy(self,SortBy): - self.add_query_param('SortBy',SortBy) - - def get_StartTime(self): - return self.get_query_params().get('StartTime') - - def set_StartTime(self,StartTime): - self.add_query_param('StartTime',StartTime) - def get_OwnerId(self): return self.get_query_params().get('OwnerId') def set_OwnerId(self,OwnerId): self.add_query_param('OwnerId',OwnerId) + def get_PageNo(self): + return self.get_query_params().get('PageNo') + + def set_PageNo(self,PageNo): + self.add_query_param('PageNo',PageNo) + + def get_SortBy(self): + return self.get_query_params().get('SortBy') + + def set_SortBy(self,SortBy): + self.add_query_param('SortBy',SortBy) + def get_Status(self): return self.get_query_params().get('Status') def set_Status(self,Status): - self.add_query_param('Status',Status) - - def get_StorageLocation(self): - return self.get_query_params().get('StorageLocation') - - def set_StorageLocation(self,StorageLocation): - self.add_query_param('StorageLocation',StorageLocation) \ No newline at end of file + self.add_query_param('Status',Status) \ No newline at end of file diff --git a/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/GetVideoPlayAuthRequest.py b/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/GetVideoPlayAuthRequest.py index 684df137b3..6571dbada5 100644 --- a/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/GetVideoPlayAuthRequest.py +++ b/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/GetVideoPlayAuthRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,12 @@ # under the License. from aliyunsdkcore.request import RpcRequest + class GetVideoPlayAuthRequest(RpcRequest): def __init__(self): RpcRequest.__init__(self, 'vod', '2017-03-21', 'GetVideoPlayAuth','vod') + self.set_method('POST') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -29,29 +31,17 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_ReAuthInfo(self): - return self.get_query_params().get('ReAuthInfo') - - def set_ReAuthInfo(self,ReAuthInfo): - self.add_query_param('ReAuthInfo',ReAuthInfo) - def get_PlayConfig(self): return self.get_query_params().get('PlayConfig') def set_PlayConfig(self,PlayConfig): self.add_query_param('PlayConfig',PlayConfig) - def get_AuthInfoTimeout(self): - return self.get_query_params().get('AuthInfoTimeout') + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') - def set_AuthInfoTimeout(self,AuthInfoTimeout): - self.add_query_param('AuthInfoTimeout',AuthInfoTimeout) + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) def get_VideoId(self): return self.get_query_params().get('VideoId') @@ -63,4 +53,10 @@ def get_OwnerId(self): return self.get_query_params().get('OwnerId') def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) \ No newline at end of file + self.add_query_param('OwnerId',OwnerId) + + def get_AuthInfoTimeout(self): + return self.get_query_params().get('AuthInfoTimeout') + + def set_AuthInfoTimeout(self,AuthInfoTimeout): + self.add_query_param('AuthInfoTimeout',AuthInfoTimeout) \ No newline at end of file diff --git a/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/GetVodTemplateRequest.py b/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/GetVodTemplateRequest.py index c9834cd7b9..5028bdbb28 100644 --- a/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/GetVodTemplateRequest.py +++ b/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/GetVodTemplateRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,12 @@ # under the License. from aliyunsdkcore.request import RpcRequest + class GetVodTemplateRequest(RpcRequest): def __init__(self): RpcRequest.__init__(self, 'vod', '2017-03-21', 'GetVodTemplate','vod') + self.set_method('POST') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -35,14 +37,14 @@ def get_ResourceOwnerAccount(self): def set_ResourceOwnerAccount(self,ResourceOwnerAccount): self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - def get_VodTemplateId(self): - return self.get_query_params().get('VodTemplateId') - - def set_VodTemplateId(self,VodTemplateId): - self.add_query_param('VodTemplateId',VodTemplateId) - def get_OwnerId(self): return self.get_query_params().get('OwnerId') def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) \ No newline at end of file + self.add_query_param('OwnerId',OwnerId) + + def get_VodTemplateId(self): + return self.get_query_params().get('VodTemplateId') + + def set_VodTemplateId(self,VodTemplateId): + self.add_query_param('VodTemplateId',VodTemplateId) \ No newline at end of file diff --git a/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/GetWatermarkRequest.py b/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/GetWatermarkRequest.py index 982c49ee69..4e4c7c0962 100644 --- a/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/GetWatermarkRequest.py +++ b/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/GetWatermarkRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,16 +18,12 @@ # under the License. from aliyunsdkcore.request import RpcRequest + class GetWatermarkRequest(RpcRequest): def __init__(self): RpcRequest.__init__(self, 'vod', '2017-03-21', 'GetWatermark','vod') - - def get_WatermarkId(self): - return self.get_query_params().get('WatermarkId') - - def set_WatermarkId(self,WatermarkId): - self.add_query_param('WatermarkId',WatermarkId) + self.set_method('POST') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -45,4 +41,10 @@ def get_OwnerId(self): return self.get_query_params().get('OwnerId') def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) \ No newline at end of file + self.add_query_param('OwnerId',OwnerId) + + def get_WatermarkId(self): + return self.get_query_params().get('WatermarkId') + + def set_WatermarkId(self,WatermarkId): + self.add_query_param('WatermarkId',WatermarkId) \ No newline at end of file diff --git a/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/ListAIJobRequest.py b/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/ListAIJobRequest.py index 468b1f8150..96010c086a 100644 --- a/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/ListAIJobRequest.py +++ b/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/ListAIJobRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,12 @@ # under the License. from aliyunsdkcore.request import RpcRequest + class ListAIJobRequest(RpcRequest): def __init__(self): RpcRequest.__init__(self, 'vod', '2017-03-21', 'ListAIJob','vod') + self.set_method('POST') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -41,14 +43,14 @@ def get_OwnerAccount(self): def set_OwnerAccount(self,OwnerAccount): self.add_query_param('OwnerAccount',OwnerAccount) - def get_JobIds(self): - return self.get_query_params().get('JobIds') - - def set_JobIds(self,JobIds): - self.add_query_param('JobIds',JobIds) - def get_OwnerId(self): return self.get_query_params().get('OwnerId') def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) \ No newline at end of file + self.add_query_param('OwnerId',OwnerId) + + def get_JobIds(self): + return self.get_query_params().get('JobIds') + + def set_JobIds(self,JobIds): + self.add_query_param('JobIds',JobIds) \ No newline at end of file diff --git a/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/ListAITemplateRequest.py b/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/ListAITemplateRequest.py index 940c30aad7..00014c7527 100644 --- a/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/ListAITemplateRequest.py +++ b/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/ListAITemplateRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,12 @@ # under the License. from aliyunsdkcore.request import RpcRequest + class ListAITemplateRequest(RpcRequest): def __init__(self): RpcRequest.__init__(self, 'vod', '2017-03-21', 'ListAITemplate','vod') + self.set_method('POST') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -35,14 +37,14 @@ def get_ResourceOwnerAccount(self): def set_ResourceOwnerAccount(self,ResourceOwnerAccount): self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - def get_TemplateType(self): - return self.get_query_params().get('TemplateType') - - def set_TemplateType(self,TemplateType): - self.add_query_param('TemplateType',TemplateType) - def get_OwnerId(self): return self.get_query_params().get('OwnerId') def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) \ No newline at end of file + self.add_query_param('OwnerId',OwnerId) + + def get_TemplateType(self): + return self.get_query_params().get('TemplateType') + + def set_TemplateType(self,TemplateType): + self.add_query_param('TemplateType',TemplateType) \ No newline at end of file diff --git a/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/ListAppInfoRequest.py b/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/ListAppInfoRequest.py index feb0187393..02285a6b83 100644 --- a/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/ListAppInfoRequest.py +++ b/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/ListAppInfoRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,12 @@ # under the License. from aliyunsdkcore.request import RpcRequest + class ListAppInfoRequest(RpcRequest): def __init__(self): RpcRequest.__init__(self, 'vod', '2017-03-21', 'ListAppInfo','vod') + self.set_method('POST') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -29,29 +31,17 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_PageNo(self): - return self.get_query_params().get('PageNo') - - def set_PageNo(self,PageNo): - self.add_query_param('PageNo',PageNo) - def get_PageSize(self): return self.get_query_params().get('PageSize') def set_PageSize(self,PageSize): self.add_query_param('PageSize',PageSize) - def get_ResourceRealOwnerId(self): - return self.get_query_params().get('ResourceRealOwnerId') + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') - def set_ResourceRealOwnerId(self,ResourceRealOwnerId): - self.add_query_param('ResourceRealOwnerId',ResourceRealOwnerId) + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) def get_OwnerId(self): return self.get_query_params().get('OwnerId') @@ -59,6 +49,12 @@ def get_OwnerId(self): def set_OwnerId(self,OwnerId): self.add_query_param('OwnerId',OwnerId) + def get_PageNo(self): + return self.get_query_params().get('PageNo') + + def set_PageNo(self,PageNo): + self.add_query_param('PageNo',PageNo) + def get_Status(self): return self.get_query_params().get('Status') diff --git a/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/ListAppPoliciesForIdentityRequest.py b/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/ListAppPoliciesForIdentityRequest.py index c29fae6906..f1cd99cf92 100644 --- a/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/ListAppPoliciesForIdentityRequest.py +++ b/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/ListAppPoliciesForIdentityRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,16 +18,12 @@ # under the License. from aliyunsdkcore.request import RpcRequest + class ListAppPoliciesForIdentityRequest(RpcRequest): def __init__(self): RpcRequest.__init__(self, 'vod', '2017-03-21', 'ListAppPoliciesForIdentity','vod') - - def get_IdentityName(self): - return self.get_query_params().get('IdentityName') - - def set_IdentityName(self,IdentityName): - self.add_query_param('IdentityName',IdentityName) + self.set_method('POST') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -35,6 +31,12 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) + def get_IdentityName(self): + return self.get_query_params().get('IdentityName') + + def set_IdentityName(self,IdentityName): + self.add_query_param('IdentityName',IdentityName) + def get_IdentityType(self): return self.get_query_params().get('IdentityType') @@ -47,14 +49,14 @@ def get_ResourceOwnerAccount(self): def set_ResourceOwnerAccount(self,ResourceOwnerAccount): self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - def get_AppId(self): - return self.get_query_params().get('AppId') - - def set_AppId(self,AppId): - self.add_query_param('AppId',AppId) - def get_OwnerId(self): return self.get_query_params().get('OwnerId') def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) \ No newline at end of file + self.add_query_param('OwnerId',OwnerId) + + def get_AppId(self): + return self.get_query_params().get('AppId') + + def set_AppId(self,AppId): + self.add_query_param('AppId',AppId) \ No newline at end of file diff --git a/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/ListAuditSecurityIpRequest.py b/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/ListAuditSecurityIpRequest.py index 5e94549ab3..1853a30912 100644 --- a/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/ListAuditSecurityIpRequest.py +++ b/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/ListAuditSecurityIpRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,12 @@ # under the License. from aliyunsdkcore.request import RpcRequest + class ListAuditSecurityIpRequest(RpcRequest): def __init__(self): RpcRequest.__init__(self, 'vod', '2017-03-21', 'ListAuditSecurityIp','vod') + self.set_method('POST') def get_SecurityGroupName(self): return self.get_query_params().get('SecurityGroupName') diff --git a/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/ListLiveRecordVideoRequest.py b/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/ListLiveRecordVideoRequest.py index f920789773..bce495d6d4 100644 --- a/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/ListLiveRecordVideoRequest.py +++ b/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/ListLiveRecordVideoRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,12 @@ # under the License. from aliyunsdkcore.request import RpcRequest + class ListLiveRecordVideoRequest(RpcRequest): def __init__(self): RpcRequest.__init__(self, 'vod', '2017-03-21', 'ListLiveRecordVideo','vod') + self.set_method('POST') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -29,6 +31,36 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) + def get_StartTime(self): + return self.get_query_params().get('StartTime') + + def set_StartTime(self,StartTime): + self.add_query_param('StartTime',StartTime) + + def get_AppName(self): + return self.get_query_params().get('AppName') + + def set_AppName(self,AppName): + self.add_query_param('AppName',AppName) + + def get_PageSize(self): + return self.get_query_params().get('PageSize') + + def set_PageSize(self,PageSize): + self.add_query_param('PageSize',PageSize) + + def get_StreamName(self): + return self.get_query_params().get('StreamName') + + def set_StreamName(self,StreamName): + self.add_query_param('StreamName',StreamName) + + def get_QueryType(self): + return self.get_query_params().get('QueryType') + + def set_QueryType(self,QueryType): + self.add_query_param('QueryType',QueryType) + def get_ResourceOwnerAccount(self): return self.get_query_params().get('ResourceOwnerAccount') @@ -47,50 +79,20 @@ def get_EndTime(self): def set_EndTime(self,EndTime): self.add_query_param('EndTime',EndTime) - def get_StartTime(self): - return self.get_query_params().get('StartTime') - - def set_StartTime(self,StartTime): - self.add_query_param('StartTime',StartTime) - def get_OwnerId(self): return self.get_query_params().get('OwnerId') def set_OwnerId(self,OwnerId): self.add_query_param('OwnerId',OwnerId) - def get_AppName(self): - return self.get_query_params().get('AppName') - - def set_AppName(self,AppName): - self.add_query_param('AppName',AppName) - def get_PageNo(self): return self.get_query_params().get('PageNo') def set_PageNo(self,PageNo): self.add_query_param('PageNo',PageNo) - def get_PageSize(self): - return self.get_query_params().get('PageSize') - - def set_PageSize(self,PageSize): - self.add_query_param('PageSize',PageSize) - def get_SortBy(self): return self.get_query_params().get('SortBy') def set_SortBy(self,SortBy): - self.add_query_param('SortBy',SortBy) - - def get_StreamName(self): - return self.get_query_params().get('StreamName') - - def set_StreamName(self,StreamName): - self.add_query_param('StreamName',StreamName) - - def get_QueryType(self): - return self.get_query_params().get('QueryType') - - def set_QueryType(self,QueryType): - self.add_query_param('QueryType',QueryType) \ No newline at end of file + self.add_query_param('SortBy',SortBy) \ No newline at end of file diff --git a/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/ListSnapshotsRequest.py b/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/ListSnapshotsRequest.py index 78cb3152c1..77bf92624f 100644 --- a/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/ListSnapshotsRequest.py +++ b/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/ListSnapshotsRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,12 @@ # under the License. from aliyunsdkcore.request import RpcRequest + class ListSnapshotsRequest(RpcRequest): def __init__(self): RpcRequest.__init__(self, 'vod', '2017-03-21', 'ListSnapshots','vod') + self.set_method('POST') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -29,30 +31,24 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_SnapshotType(self): - return self.get_query_params().get('SnapshotType') - - def set_SnapshotType(self,SnapshotType): - self.add_query_param('SnapshotType',SnapshotType) - - def get_PageNo(self): - return self.get_query_params().get('PageNo') - - def set_PageNo(self,PageNo): - self.add_query_param('PageNo',PageNo) - def get_PageSize(self): return self.get_query_params().get('PageSize') def set_PageSize(self,PageSize): self.add_query_param('PageSize',PageSize) + def get_AuthTimeout(self): + return self.get_query_params().get('AuthTimeout') + + def set_AuthTimeout(self,AuthTimeout): + self.add_query_param('AuthTimeout',AuthTimeout) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + def get_VideoId(self): return self.get_query_params().get('VideoId') @@ -65,8 +61,14 @@ def get_OwnerId(self): def set_OwnerId(self,OwnerId): self.add_query_param('OwnerId',OwnerId) - def get_AuthTimeout(self): - return self.get_query_params().get('AuthTimeout') + def get_SnapshotType(self): + return self.get_query_params().get('SnapshotType') - def set_AuthTimeout(self,AuthTimeout): - self.add_query_param('AuthTimeout',AuthTimeout) \ No newline at end of file + def set_SnapshotType(self,SnapshotType): + self.add_query_param('SnapshotType',SnapshotType) + + def get_PageNo(self): + return self.get_query_params().get('PageNo') + + def set_PageNo(self,PageNo): + self.add_query_param('PageNo',PageNo) \ No newline at end of file diff --git a/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/ListTranscodeTaskRequest.py b/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/ListTranscodeTaskRequest.py index 094f26f29c..bace1d5e45 100644 --- a/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/ListTranscodeTaskRequest.py +++ b/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/ListTranscodeTaskRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,12 @@ # under the License. from aliyunsdkcore.request import RpcRequest + class ListTranscodeTaskRequest(RpcRequest): def __init__(self): RpcRequest.__init__(self, 'vod', '2017-03-21', 'ListTranscodeTask','vod') + self.set_method('POST') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -29,17 +31,11 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_PageNo(self): - return self.get_query_params().get('PageNo') + def get_StartTime(self): + return self.get_query_params().get('StartTime') - def set_PageNo(self,PageNo): - self.add_query_param('PageNo',PageNo) + def set_StartTime(self,StartTime): + self.add_query_param('StartTime',StartTime) def get_PageSize(self): return self.get_query_params().get('PageSize') @@ -47,6 +43,12 @@ def get_PageSize(self): def set_PageSize(self,PageSize): self.add_query_param('PageSize',PageSize) + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + def get_EndTime(self): return self.get_query_params().get('EndTime') @@ -59,14 +61,14 @@ def get_VideoId(self): def set_VideoId(self,VideoId): self.add_query_param('VideoId',VideoId) - def get_StartTime(self): - return self.get_query_params().get('StartTime') - - def set_StartTime(self,StartTime): - self.add_query_param('StartTime',StartTime) - def get_OwnerId(self): return self.get_query_params().get('OwnerId') def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) \ No newline at end of file + self.add_query_param('OwnerId',OwnerId) + + def get_PageNo(self): + return self.get_query_params().get('PageNo') + + def set_PageNo(self,PageNo): + self.add_query_param('PageNo',PageNo) \ No newline at end of file diff --git a/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/ListTranscodeTemplateGroupRequest.py b/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/ListTranscodeTemplateGroupRequest.py index 5c34c997ad..5d2caf34f3 100644 --- a/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/ListTranscodeTemplateGroupRequest.py +++ b/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/ListTranscodeTemplateGroupRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,12 @@ # under the License. from aliyunsdkcore.request import RpcRequest + class ListTranscodeTemplateGroupRequest(RpcRequest): def __init__(self): RpcRequest.__init__(self, 'vod', '2017-03-21', 'ListTranscodeTemplateGroup','vod') + self.set_method('POST') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -29,6 +31,12 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) + def get_PageSize(self): + return self.get_query_params().get('PageSize') + + def set_PageSize(self,PageSize): + self.add_query_param('PageSize',PageSize) + def get_ResourceOwnerAccount(self): return self.get_query_params().get('ResourceOwnerAccount') @@ -39,4 +47,16 @@ def get_OwnerId(self): return self.get_query_params().get('OwnerId') def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) \ No newline at end of file + self.add_query_param('OwnerId',OwnerId) + + def get_PageNo(self): + return self.get_query_params().get('PageNo') + + def set_PageNo(self,PageNo): + self.add_query_param('PageNo',PageNo) + + def get_AppId(self): + return self.get_query_params().get('AppId') + + def set_AppId(self,AppId): + self.add_query_param('AppId',AppId) \ No newline at end of file diff --git a/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/ListVodTemplateRequest.py b/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/ListVodTemplateRequest.py index 1da2fd7473..1390b642b5 100644 --- a/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/ListVodTemplateRequest.py +++ b/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/ListVodTemplateRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,12 @@ # under the License. from aliyunsdkcore.request import RpcRequest + class ListVodTemplateRequest(RpcRequest): def __init__(self): RpcRequest.__init__(self, 'vod', '2017-03-21', 'ListVodTemplate','vod') + self.set_method('POST') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -35,14 +37,20 @@ def get_ResourceOwnerAccount(self): def set_ResourceOwnerAccount(self,ResourceOwnerAccount): self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + def get_TemplateType(self): return self.get_query_params().get('TemplateType') def set_TemplateType(self,TemplateType): self.add_query_param('TemplateType',TemplateType) - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') + def get_AppId(self): + return self.get_query_params().get('AppId') - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) \ No newline at end of file + def set_AppId(self,AppId): + self.add_query_param('AppId',AppId) \ No newline at end of file diff --git a/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/ListWatermarkRequest.py b/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/ListWatermarkRequest.py index 1cbe019331..8e8793a423 100644 --- a/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/ListWatermarkRequest.py +++ b/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/ListWatermarkRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,12 @@ # under the License. from aliyunsdkcore.request import RpcRequest + class ListWatermarkRequest(RpcRequest): def __init__(self): RpcRequest.__init__(self, 'vod', '2017-03-21', 'ListWatermark','vod') + self.set_method('POST') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -29,6 +31,12 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) + def get_PageSize(self): + return self.get_query_params().get('PageSize') + + def set_PageSize(self,PageSize): + self.add_query_param('PageSize',PageSize) + def get_ResourceOwnerAccount(self): return self.get_query_params().get('ResourceOwnerAccount') @@ -39,4 +47,16 @@ def get_OwnerId(self): return self.get_query_params().get('OwnerId') def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) \ No newline at end of file + self.add_query_param('OwnerId',OwnerId) + + def get_PageNo(self): + return self.get_query_params().get('PageNo') + + def set_PageNo(self,PageNo): + self.add_query_param('PageNo',PageNo) + + def get_AppId(self): + return self.get_query_params().get('AppId') + + def set_AppId(self,AppId): + self.add_query_param('AppId',AppId) \ No newline at end of file diff --git a/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/MoveAppResourceRequest.py b/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/MoveAppResourceRequest.py index cdbcf3cda6..5dd08fa4cb 100644 --- a/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/MoveAppResourceRequest.py +++ b/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/MoveAppResourceRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,16 +18,12 @@ # under the License. from aliyunsdkcore.request import RpcRequest + class MoveAppResourceRequest(RpcRequest): def __init__(self): RpcRequest.__init__(self, 'vod', '2017-03-21', 'MoveAppResource','vod') - - def get_TargetAppId(self): - return self.get_query_params().get('TargetAppId') - - def set_TargetAppId(self,TargetAppId): - self.add_query_param('TargetAppId',TargetAppId) + self.set_method('POST') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -35,18 +31,18 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) + def get_TargetAppId(self): + return self.get_query_params().get('TargetAppId') + + def set_TargetAppId(self,TargetAppId): + self.add_query_param('TargetAppId',TargetAppId) + def get_ResourceOwnerAccount(self): return self.get_query_params().get('ResourceOwnerAccount') def set_ResourceOwnerAccount(self,ResourceOwnerAccount): self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - def get_ResourceRealOwnerId(self): - return self.get_query_params().get('ResourceRealOwnerId') - - def set_ResourceRealOwnerId(self,ResourceRealOwnerId): - self.add_query_param('ResourceRealOwnerId',ResourceRealOwnerId) - def get_OwnerId(self): return self.get_query_params().get('OwnerId') diff --git a/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/PreloadVodObjectCachesRequest.py b/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/PreloadVodObjectCachesRequest.py index cba1425103..1dc5954a89 100644 --- a/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/PreloadVodObjectCachesRequest.py +++ b/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/PreloadVodObjectCachesRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,16 +18,12 @@ # under the License. from aliyunsdkcore.request import RpcRequest + class PreloadVodObjectCachesRequest(RpcRequest): def __init__(self): RpcRequest.__init__(self, 'vod', '2017-03-21', 'PreloadVodObjectCaches','vod') - - def get_SecurityToken(self): - return self.get_query_params().get('SecurityToken') - - def set_SecurityToken(self,SecurityToken): - self.add_query_param('SecurityToken',SecurityToken) + self.set_method('POST') def get_ObjectPath(self): return self.get_query_params().get('ObjectPath') @@ -39,4 +35,10 @@ def get_OwnerId(self): return self.get_query_params().get('OwnerId') def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) \ No newline at end of file + self.add_query_param('OwnerId',OwnerId) + + def get_SecurityToken(self): + return self.get_query_params().get('SecurityToken') + + def set_SecurityToken(self,SecurityToken): + self.add_query_param('SecurityToken',SecurityToken) \ No newline at end of file diff --git a/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/ProduceEditingProjectVideoRequest.py b/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/ProduceEditingProjectVideoRequest.py index 9f4b018d94..fbd77fe056 100644 --- a/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/ProduceEditingProjectVideoRequest.py +++ b/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/ProduceEditingProjectVideoRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,12 @@ # under the License. from aliyunsdkcore.request import RpcRequest + class ProduceEditingProjectVideoRequest(RpcRequest): def __init__(self): RpcRequest.__init__(self, 'vod', '2017-03-21', 'ProduceEditingProjectVideo','vod') + self.set_method('POST') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -29,30 +31,12 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) - def get_MediaMetadata(self): - return self.get_query_params().get('MediaMetadata') - - def set_MediaMetadata(self,MediaMetadata): - self.add_query_param('MediaMetadata',MediaMetadata) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - def get_Description(self): return self.get_query_params().get('Description') def set_Description(self,Description): self.add_query_param('Description',Description) - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - def get_Title(self): return self.get_query_params().get('Title') @@ -71,12 +55,6 @@ def get_UserData(self): def set_UserData(self,UserData): self.add_query_param('UserData',UserData) - def get_Timeline(self): - return self.get_query_params().get('Timeline') - - def set_Timeline(self,Timeline): - self.add_query_param('Timeline',Timeline) - def get_ProduceConfig(self): return self.get_query_params().get('ProduceConfig') @@ -87,4 +65,28 @@ def get_ProjectId(self): return self.get_query_params().get('ProjectId') def set_ProjectId(self,ProjectId): - self.add_query_param('ProjectId',ProjectId) \ No newline at end of file + self.add_query_param('ProjectId',ProjectId) + + def get_MediaMetadata(self): + return self.get_query_params().get('MediaMetadata') + + def set_MediaMetadata(self,MediaMetadata): + self.add_query_param('MediaMetadata',MediaMetadata) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_Timeline(self): + return self.get_query_params().get('Timeline') + + def set_Timeline(self,Timeline): + self.add_query_param('Timeline',Timeline) \ No newline at end of file diff --git a/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/RefreshUploadVideoRequest.py b/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/RefreshUploadVideoRequest.py index 241ddf1e59..288c141f8b 100644 --- a/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/RefreshUploadVideoRequest.py +++ b/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/RefreshUploadVideoRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,12 @@ # under the License. from aliyunsdkcore.request import RpcRequest + class RefreshUploadVideoRequest(RpcRequest): def __init__(self): RpcRequest.__init__(self, 'vod', '2017-03-21', 'RefreshUploadVideo','vod') + self.set_method('POST') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/RefreshVodObjectCachesRequest.py b/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/RefreshVodObjectCachesRequest.py index 435c812c8d..17b4db5bb8 100644 --- a/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/RefreshVodObjectCachesRequest.py +++ b/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/RefreshVodObjectCachesRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,16 +18,12 @@ # under the License. from aliyunsdkcore.request import RpcRequest + class RefreshVodObjectCachesRequest(RpcRequest): def __init__(self): RpcRequest.__init__(self, 'vod', '2017-03-21', 'RefreshVodObjectCaches','vod') - - def get_SecurityToken(self): - return self.get_query_params().get('SecurityToken') - - def set_SecurityToken(self,SecurityToken): - self.add_query_param('SecurityToken',SecurityToken) + self.set_method('POST') def get_ObjectPath(self): return self.get_query_params().get('ObjectPath') @@ -41,6 +37,12 @@ def get_OwnerId(self): def set_OwnerId(self,OwnerId): self.add_query_param('OwnerId',OwnerId) + def get_SecurityToken(self): + return self.get_query_params().get('SecurityToken') + + def set_SecurityToken(self,SecurityToken): + self.add_query_param('SecurityToken',SecurityToken) + def get_ObjectType(self): return self.get_query_params().get('ObjectType') diff --git a/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/RegisterMediaRequest.py b/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/RegisterMediaRequest.py index 60bd73180f..a7d540b4a8 100644 --- a/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/RegisterMediaRequest.py +++ b/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/RegisterMediaRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,18 @@ # under the License. from aliyunsdkcore.request import RpcRequest + class RegisterMediaRequest(RpcRequest): def __init__(self): RpcRequest.__init__(self, 'vod', '2017-03-21', 'RegisterMedia','vod') + self.set_method('POST') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) def get_UserData(self): return self.get_query_params().get('UserData') @@ -29,17 +37,17 @@ def get_UserData(self): def set_UserData(self,UserData): self.add_query_param('UserData',UserData) - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') + def get_RegisterMetadatas(self): + return self.get_query_params().get('RegisterMetadatas') - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) + def set_RegisterMetadatas(self,RegisterMetadatas): + self.add_query_param('RegisterMetadatas',RegisterMetadatas) - def get_TemplateGroupId(self): - return self.get_query_params().get('TemplateGroupId') + def get_WorkflowId(self): + return self.get_query_params().get('WorkflowId') - def set_TemplateGroupId(self,TemplateGroupId): - self.add_query_param('TemplateGroupId',TemplateGroupId) + def set_WorkflowId(self,WorkflowId): + self.add_query_param('WorkflowId',WorkflowId) def get_ResourceOwnerAccount(self): return self.get_query_params().get('ResourceOwnerAccount') @@ -53,14 +61,8 @@ def get_OwnerId(self): def set_OwnerId(self,OwnerId): self.add_query_param('OwnerId',OwnerId) - def get_RegisterMetadatas(self): - return self.get_query_params().get('RegisterMetadatas') - - def set_RegisterMetadatas(self,RegisterMetadatas): - self.add_query_param('RegisterMetadatas',RegisterMetadatas) - - def get_WorkFlowId(self): - return self.get_query_params().get('WorkFlowId') + def get_TemplateGroupId(self): + return self.get_query_params().get('TemplateGroupId') - def set_WorkFlowId(self,WorkFlowId): - self.add_query_param('WorkFlowId',WorkFlowId) \ No newline at end of file + def set_TemplateGroupId(self,TemplateGroupId): + self.add_query_param('TemplateGroupId',TemplateGroupId) \ No newline at end of file diff --git a/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/SearchEditingProjectRequest.py b/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/SearchEditingProjectRequest.py index d8be5da4e9..6c0171d2f9 100644 --- a/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/SearchEditingProjectRequest.py +++ b/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/SearchEditingProjectRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,12 @@ # under the License. from aliyunsdkcore.request import RpcRequest + class SearchEditingProjectRequest(RpcRequest): def __init__(self): RpcRequest.__init__(self, 'vod', '2017-03-21', 'SearchEditingProject','vod') + self.set_method('POST') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -29,6 +31,24 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) + def get_StartTime(self): + return self.get_query_params().get('StartTime') + + def set_StartTime(self,StartTime): + self.add_query_param('StartTime',StartTime) + + def get_Title(self): + return self.get_query_params().get('Title') + + def set_Title(self,Title): + self.add_query_param('Title',Title) + + def get_PageSize(self): + return self.get_query_params().get('PageSize') + + def set_PageSize(self,PageSize): + self.add_query_param('PageSize',PageSize) + def get_ResourceOwnerAccount(self): return self.get_query_params().get('ResourceOwnerAccount') @@ -47,36 +67,18 @@ def get_EndTime(self): def set_EndTime(self,EndTime): self.add_query_param('EndTime',EndTime) - def get_StartTime(self): - return self.get_query_params().get('StartTime') - - def set_StartTime(self,StartTime): - self.add_query_param('StartTime',StartTime) - def get_OwnerId(self): return self.get_query_params().get('OwnerId') def set_OwnerId(self,OwnerId): self.add_query_param('OwnerId',OwnerId) - def get_Title(self): - return self.get_query_params().get('Title') - - def set_Title(self,Title): - self.add_query_param('Title',Title) - def get_PageNo(self): return self.get_query_params().get('PageNo') def set_PageNo(self,PageNo): self.add_query_param('PageNo',PageNo) - def get_PageSize(self): - return self.get_query_params().get('PageSize') - - def set_PageSize(self,PageSize): - self.add_query_param('PageSize',PageSize) - def get_SortBy(self): return self.get_query_params().get('SortBy') diff --git a/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/SearchMediaRequest.py b/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/SearchMediaRequest.py index 9f7e738921..9436ceedd6 100644 --- a/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/SearchMediaRequest.py +++ b/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/SearchMediaRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,12 @@ # under the License. from aliyunsdkcore.request import RpcRequest + class SearchMediaRequest(RpcRequest): def __init__(self): RpcRequest.__init__(self, 'vod', '2017-03-21', 'SearchMedia','vod') + self.set_method('POST') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -29,42 +31,18 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_Match(self): - return self.get_query_params().get('Match') - - def set_Match(self,Match): - self.add_query_param('Match',Match) - def get_SessionId(self): return self.get_query_params().get('SessionId') def set_SessionId(self,SessionId): self.add_query_param('SessionId',SessionId) - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - def get_ScrollToken(self): return self.get_query_params().get('ScrollToken') def set_ScrollToken(self,ScrollToken): self.add_query_param('ScrollToken',ScrollToken) - def get_PageNo(self): - return self.get_query_params().get('PageNo') - - def set_PageNo(self,PageNo): - self.add_query_param('PageNo',PageNo) - def get_SearchType(self): return self.get_query_params().get('SearchType') @@ -77,18 +55,36 @@ def get_PageSize(self): def set_PageSize(self,PageSize): self.add_query_param('PageSize',PageSize) + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_Match(self): + return self.get_query_params().get('Match') + + def set_Match(self,Match): + self.add_query_param('Match',Match) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_PageNo(self): + return self.get_query_params().get('PageNo') + + def set_PageNo(self,PageNo): + self.add_query_param('PageNo',PageNo) + def get_SortBy(self): return self.get_query_params().get('SortBy') def set_SortBy(self,SortBy): self.add_query_param('SortBy',SortBy) - def get_ResultTypes(self): - return self.get_query_params().get('ResultTypes') - - def set_ResultTypes(self,ResultTypes): - self.add_query_param('ResultTypes',ResultTypes) - def get_Fields(self): return self.get_query_params().get('Fields') diff --git a/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/SetAuditSecurityIpRequest.py b/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/SetAuditSecurityIpRequest.py index 96e97f8a51..f9393c98a2 100644 --- a/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/SetAuditSecurityIpRequest.py +++ b/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/SetAuditSecurityIpRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,16 +18,12 @@ # under the License. from aliyunsdkcore.request import RpcRequest + class SetAuditSecurityIpRequest(RpcRequest): def __init__(self): RpcRequest.__init__(self, 'vod', '2017-03-21', 'SetAuditSecurityIp','vod') - - def get_OperateMode(self): - return self.get_query_params().get('OperateMode') - - def set_OperateMode(self,OperateMode): - self.add_query_param('OperateMode',OperateMode) + self.set_method('POST') def get_SecurityGroupName(self): return self.get_query_params().get('SecurityGroupName') @@ -35,6 +31,12 @@ def get_SecurityGroupName(self): def set_SecurityGroupName(self,SecurityGroupName): self.add_query_param('SecurityGroupName',SecurityGroupName) + def get_OperateMode(self): + return self.get_query_params().get('OperateMode') + + def set_OperateMode(self,OperateMode): + self.add_query_param('OperateMode',OperateMode) + def get_Ips(self): return self.get_query_params().get('Ips') diff --git a/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/SetDefaultAITemplateRequest.py b/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/SetDefaultAITemplateRequest.py index eb44c021b9..52c9e93093 100644 --- a/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/SetDefaultAITemplateRequest.py +++ b/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/SetDefaultAITemplateRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,12 @@ # under the License. from aliyunsdkcore.request import RpcRequest + class SetDefaultAITemplateRequest(RpcRequest): def __init__(self): RpcRequest.__init__(self, 'vod', '2017-03-21', 'SetDefaultAITemplate','vod') + self.set_method('POST') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/SetDefaultTranscodeTemplateGroupRequest.py b/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/SetDefaultTranscodeTemplateGroupRequest.py index 4304837ec3..ef817da668 100644 --- a/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/SetDefaultTranscodeTemplateGroupRequest.py +++ b/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/SetDefaultTranscodeTemplateGroupRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,12 @@ # under the License. from aliyunsdkcore.request import RpcRequest + class SetDefaultTranscodeTemplateGroupRequest(RpcRequest): def __init__(self): RpcRequest.__init__(self, 'vod', '2017-03-21', 'SetDefaultTranscodeTemplateGroup','vod') + self.set_method('POST') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/SetDefaultWatermarkRequest.py b/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/SetDefaultWatermarkRequest.py index 669cb2568d..5285d4efff 100644 --- a/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/SetDefaultWatermarkRequest.py +++ b/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/SetDefaultWatermarkRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,16 +18,12 @@ # under the License. from aliyunsdkcore.request import RpcRequest + class SetDefaultWatermarkRequest(RpcRequest): def __init__(self): RpcRequest.__init__(self, 'vod', '2017-03-21', 'SetDefaultWatermark','vod') - - def get_WatermarkId(self): - return self.get_query_params().get('WatermarkId') - - def set_WatermarkId(self,WatermarkId): - self.add_query_param('WatermarkId',WatermarkId) + self.set_method('POST') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -45,4 +41,10 @@ def get_OwnerId(self): return self.get_query_params().get('OwnerId') def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) \ No newline at end of file + self.add_query_param('OwnerId',OwnerId) + + def get_WatermarkId(self): + return self.get_query_params().get('WatermarkId') + + def set_WatermarkId(self,WatermarkId): + self.add_query_param('WatermarkId',WatermarkId) \ No newline at end of file diff --git a/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/SetEditingProjectMaterialsRequest.py b/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/SetEditingProjectMaterialsRequest.py index 877d2fd155..0707c84f9a 100644 --- a/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/SetEditingProjectMaterialsRequest.py +++ b/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/SetEditingProjectMaterialsRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,12 @@ # under the License. from aliyunsdkcore.request import RpcRequest + class SetEditingProjectMaterialsRequest(RpcRequest): def __init__(self): RpcRequest.__init__(self, 'vod', '2017-03-21', 'SetEditingProjectMaterials','vod') + self.set_method('POST') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -29,6 +31,12 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) + def get_ProjectId(self): + return self.get_query_params().get('ProjectId') + + def set_ProjectId(self,ProjectId): + self.add_query_param('ProjectId',ProjectId) + def get_ResourceOwnerAccount(self): return self.get_query_params().get('ResourceOwnerAccount') @@ -41,20 +49,14 @@ def get_OwnerAccount(self): def set_OwnerAccount(self,OwnerAccount): self.add_query_param('OwnerAccount',OwnerAccount) - def get_MaterialIds(self): - return self.get_query_params().get('MaterialIds') - - def set_MaterialIds(self,MaterialIds): - self.add_query_param('MaterialIds',MaterialIds) - def get_OwnerId(self): return self.get_query_params().get('OwnerId') def set_OwnerId(self,OwnerId): self.add_query_param('OwnerId',OwnerId) - def get_ProjectId(self): - return self.get_query_params().get('ProjectId') + def get_MaterialIds(self): + return self.get_query_params().get('MaterialIds') - def set_ProjectId(self,ProjectId): - self.add_query_param('ProjectId',ProjectId) \ No newline at end of file + def set_MaterialIds(self,MaterialIds): + self.add_query_param('MaterialIds',MaterialIds) \ No newline at end of file diff --git a/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/SetMessageCallbackRequest.py b/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/SetMessageCallbackRequest.py index 8eba4d5856..6a8feae440 100644 --- a/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/SetMessageCallbackRequest.py +++ b/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/SetMessageCallbackRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,12 @@ # under the License. from aliyunsdkcore.request import RpcRequest + class SetMessageCallbackRequest(RpcRequest): def __init__(self): RpcRequest.__init__(self, 'vod', '2017-03-21', 'SetMessageCallback','vod') + self.set_method('POST') def get_AuthKey(self): return self.get_query_params().get('AuthKey') @@ -35,6 +37,18 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) + def get_ResourceRealOwnerId(self): + return self.get_query_params().get('ResourceRealOwnerId') + + def set_ResourceRealOwnerId(self,ResourceRealOwnerId): + self.add_query_param('ResourceRealOwnerId',ResourceRealOwnerId) + + def get_CallbackType(self): + return self.get_query_params().get('CallbackType') + + def set_CallbackType(self,CallbackType): + self.add_query_param('CallbackType',CallbackType) + def get_ResourceOwnerAccount(self): return self.get_query_params().get('ResourceOwnerAccount') @@ -59,30 +73,12 @@ def get_MnsQueueName(self): def set_MnsQueueName(self,MnsQueueName): self.add_query_param('MnsQueueName',MnsQueueName) - def get_ResourceRealOwnerId(self): - return self.get_query_params().get('ResourceRealOwnerId') - - def set_ResourceRealOwnerId(self,ResourceRealOwnerId): - self.add_query_param('ResourceRealOwnerId',ResourceRealOwnerId) - def get_OwnerId(self): return self.get_query_params().get('OwnerId') def set_OwnerId(self,OwnerId): self.add_query_param('OwnerId',OwnerId) - def get_CallbackType(self): - return self.get_query_params().get('CallbackType') - - def set_CallbackType(self,CallbackType): - self.add_query_param('CallbackType',CallbackType) - - def get_CallbackSwitch(self): - return self.get_query_params().get('CallbackSwitch') - - def set_CallbackSwitch(self,CallbackSwitch): - self.add_query_param('CallbackSwitch',CallbackSwitch) - def get_MnsEndpoint(self): return self.get_query_params().get('MnsEndpoint') diff --git a/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/SetVodDomainCertificateRequest.py b/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/SetVodDomainCertificateRequest.py new file mode 100644 index 0000000000..81d2e6938a --- /dev/null +++ b/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/SetVodDomainCertificateRequest.py @@ -0,0 +1,74 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class SetVodDomainCertificateRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'vod', '2017-03-21', 'SetVodDomainCertificate','vod') + self.set_method('POST') + + def get_SSLProtocol(self): + return self.get_query_params().get('SSLProtocol') + + def set_SSLProtocol(self,SSLProtocol): + self.add_query_param('SSLProtocol',SSLProtocol) + + def get_SecurityToken(self): + return self.get_query_params().get('SecurityToken') + + def set_SecurityToken(self,SecurityToken): + self.add_query_param('SecurityToken',SecurityToken) + + def get_SSLPri(self): + return self.get_query_params().get('SSLPri') + + def set_SSLPri(self,SSLPri): + self.add_query_param('SSLPri',SSLPri) + + def get_CertName(self): + return self.get_query_params().get('CertName') + + def set_CertName(self,CertName): + self.add_query_param('CertName',CertName) + + def get_DomainName(self): + return self.get_query_params().get('DomainName') + + def set_DomainName(self,DomainName): + self.add_query_param('DomainName',DomainName) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_SSLPub(self): + return self.get_query_params().get('SSLPub') + + def set_SSLPub(self,SSLPub): + self.add_query_param('SSLPub',SSLPub) + + def get_Region(self): + return self.get_query_params().get('Region') + + def set_Region(self,Region): + self.add_query_param('Region',Region) \ No newline at end of file diff --git a/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/SubmitAIJobRequest.py b/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/SubmitAIJobRequest.py index b87e0707c8..71affdf9f4 100644 --- a/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/SubmitAIJobRequest.py +++ b/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/SubmitAIJobRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,16 +18,12 @@ # under the License. from aliyunsdkcore.request import RpcRequest + class SubmitAIJobRequest(RpcRequest): def __init__(self): RpcRequest.__init__(self, 'vod', '2017-03-21', 'SubmitAIJob','vod') - - def get_UserData(self): - return self.get_query_params().get('UserData') - - def set_UserData(self,UserData): - self.add_query_param('UserData',UserData) + self.set_method('POST') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -35,6 +31,12 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) + def get_UserData(self): + return self.get_query_params().get('UserData') + + def set_UserData(self,UserData): + self.add_query_param('UserData',UserData) + def get_Types(self): return self.get_query_params().get('Types') @@ -65,6 +67,12 @@ def get_MediaId(self): def set_MediaId(self,MediaId): self.add_query_param('MediaId',MediaId) + def get_Input(self): + return self.get_query_params().get('Input') + + def set_Input(self,Input): + self.add_query_param('Input',Input) + def get_Config(self): return self.get_query_params().get('Config') diff --git a/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/SubmitAIMediaAuditJobRequest.py b/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/SubmitAIMediaAuditJobRequest.py index 1676ab22b2..816aebb9e5 100644 --- a/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/SubmitAIMediaAuditJobRequest.py +++ b/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/SubmitAIMediaAuditJobRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,12 @@ # under the License. from aliyunsdkcore.request import RpcRequest + class SubmitAIMediaAuditJobRequest(RpcRequest): def __init__(self): RpcRequest.__init__(self, 'vod', '2017-03-21', 'SubmitAIMediaAuditJob','vod') + self.set_method('POST') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -29,6 +31,12 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) + def get_UserData(self): + return self.get_query_params().get('UserData') + + def set_UserData(self,UserData): + self.add_query_param('UserData',UserData) + def get_ResourceOwnerAccount(self): return self.get_query_params().get('ResourceOwnerAccount') @@ -51,4 +59,10 @@ def get_TemplateId(self): return self.get_query_params().get('TemplateId') def set_TemplateId(self,TemplateId): - self.add_query_param('TemplateId',TemplateId) \ No newline at end of file + self.add_query_param('TemplateId',TemplateId) + + def get_MediaType(self): + return self.get_query_params().get('MediaType') + + def set_MediaType(self,MediaType): + self.add_query_param('MediaType',MediaType) \ No newline at end of file diff --git a/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/SubmitDynamicImageJobRequest.py b/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/SubmitDynamicImageJobRequest.py new file mode 100644 index 0000000000..da0b43ae82 --- /dev/null +++ b/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/SubmitDynamicImageJobRequest.py @@ -0,0 +1,62 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class SubmitDynamicImageJobRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'vod', '2017-03-21', 'SubmitDynamicImageJob','vod') + self.set_method('POST') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_DynamicImageTemplateId(self): + return self.get_query_params().get('DynamicImageTemplateId') + + def set_DynamicImageTemplateId(self,DynamicImageTemplateId): + self.add_query_param('DynamicImageTemplateId',DynamicImageTemplateId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_VideoId(self): + return self.get_query_params().get('VideoId') + + def set_VideoId(self,VideoId): + self.add_query_param('VideoId',VideoId) + + def get_OverrideParams(self): + return self.get_query_params().get('OverrideParams') + + def set_OverrideParams(self,OverrideParams): + self.add_query_param('OverrideParams',OverrideParams) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/SubmitPreprocessJobsRequest.py b/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/SubmitPreprocessJobsRequest.py index d345843a68..750c956224 100644 --- a/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/SubmitPreprocessJobsRequest.py +++ b/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/SubmitPreprocessJobsRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,12 @@ # under the License. from aliyunsdkcore.request import RpcRequest + class SubmitPreprocessJobsRequest(RpcRequest): def __init__(self): RpcRequest.__init__(self, 'vod', '2017-03-21', 'SubmitPreprocessJobs','vod') + self.set_method('POST') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/SubmitSnapshotJobRequest.py b/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/SubmitSnapshotJobRequest.py index ad4786bc11..e53c65d2c3 100644 --- a/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/SubmitSnapshotJobRequest.py +++ b/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/SubmitSnapshotJobRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,12 @@ # under the License. from aliyunsdkcore.request import RpcRequest + class SubmitSnapshotJobRequest(RpcRequest): def __init__(self): RpcRequest.__init__(self, 'vod', '2017-03-21', 'SubmitSnapshotJob','vod') + self.set_method('POST') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -29,6 +31,36 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) + def get_UserData(self): + return self.get_query_params().get('UserData') + + def set_UserData(self,UserData): + self.add_query_param('UserData',UserData) + + def get_SpecifiedOffsetTime(self): + return self.get_query_params().get('SpecifiedOffsetTime') + + def set_SpecifiedOffsetTime(self,SpecifiedOffsetTime): + self.add_query_param('SpecifiedOffsetTime',SpecifiedOffsetTime) + + def get_SpriteSnapshotConfig(self): + return self.get_query_params().get('SpriteSnapshotConfig') + + def set_SpriteSnapshotConfig(self,SpriteSnapshotConfig): + self.add_query_param('SpriteSnapshotConfig',SpriteSnapshotConfig) + + def get_SnapshotTemplateId(self): + return self.get_query_params().get('SnapshotTemplateId') + + def set_SnapshotTemplateId(self,SnapshotTemplateId): + self.add_query_param('SnapshotTemplateId',SnapshotTemplateId) + + def get_Height(self): + return self.get_query_params().get('Height') + + def set_Height(self,Height): + self.add_query_param('Height',Height) + def get_ResourceOwnerAccount(self): return self.get_query_params().get('ResourceOwnerAccount') @@ -53,38 +85,20 @@ def get_OwnerId(self): def set_OwnerId(self,OwnerId): self.add_query_param('OwnerId',OwnerId) - def get_SpecifiedOffsetTime(self): - return self.get_query_params().get('SpecifiedOffsetTime') - - def set_SpecifiedOffsetTime(self,SpecifiedOffsetTime): - self.add_query_param('SpecifiedOffsetTime',SpecifiedOffsetTime) - def get_Width(self): return self.get_query_params().get('Width') def set_Width(self,Width): self.add_query_param('Width',Width) + def get_FileUrl(self): + return self.get_query_params().get('FileUrl') + + def set_FileUrl(self,FileUrl): + self.add_query_param('FileUrl',FileUrl) + def get_Interval(self): return self.get_query_params().get('Interval') def set_Interval(self,Interval): - self.add_query_param('Interval',Interval) - - def get_SpriteSnapshotConfig(self): - return self.get_query_params().get('SpriteSnapshotConfig') - - def set_SpriteSnapshotConfig(self,SpriteSnapshotConfig): - self.add_query_param('SpriteSnapshotConfig',SpriteSnapshotConfig) - - def get_SnapshotTemplateId(self): - return self.get_query_params().get('SnapshotTemplateId') - - def set_SnapshotTemplateId(self,SnapshotTemplateId): - self.add_query_param('SnapshotTemplateId',SnapshotTemplateId) - - def get_Height(self): - return self.get_query_params().get('Height') - - def set_Height(self,Height): - self.add_query_param('Height',Height) \ No newline at end of file + self.add_query_param('Interval',Interval) \ No newline at end of file diff --git a/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/SubmitTranscodeJobsRequest.py b/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/SubmitTranscodeJobsRequest.py index 011fe0129c..f3253c4165 100644 --- a/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/SubmitTranscodeJobsRequest.py +++ b/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/SubmitTranscodeJobsRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,12 @@ # under the License. from aliyunsdkcore.request import RpcRequest + class SubmitTranscodeJobsRequest(RpcRequest): def __init__(self): RpcRequest.__init__(self, 'vod', '2017-03-21', 'SubmitTranscodeJobs','vod') + self.set_method('POST') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -29,11 +31,11 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) - def get_TemplateGroupId(self): - return self.get_query_params().get('TemplateGroupId') + def get_UserData(self): + return self.get_query_params().get('UserData') - def set_TemplateGroupId(self,TemplateGroupId): - self.add_query_param('TemplateGroupId',TemplateGroupId) + def set_UserData(self,UserData): + self.add_query_param('UserData',UserData) def get_ResourceOwnerAccount(self): return self.get_query_params().get('ResourceOwnerAccount') @@ -65,14 +67,26 @@ def get_Priority(self): def set_Priority(self,Priority): self.add_query_param('Priority',Priority) - def get_EncryptConfig(self): - return self.get_query_params().get('EncryptConfig') - - def set_EncryptConfig(self,EncryptConfig): - self.add_query_param('EncryptConfig',EncryptConfig) - def get_PipelineId(self): return self.get_query_params().get('PipelineId') def set_PipelineId(self,PipelineId): - self.add_query_param('PipelineId',PipelineId) \ No newline at end of file + self.add_query_param('PipelineId',PipelineId) + + def get_TemplateGroupId(self): + return self.get_query_params().get('TemplateGroupId') + + def set_TemplateGroupId(self,TemplateGroupId): + self.add_query_param('TemplateGroupId',TemplateGroupId) + + def get_FileUrl(self): + return self.get_query_params().get('FileUrl') + + def set_FileUrl(self,FileUrl): + self.add_query_param('FileUrl',FileUrl) + + def get_EncryptConfig(self): + return self.get_query_params().get('EncryptConfig') + + def set_EncryptConfig(self,EncryptConfig): + self.add_query_param('EncryptConfig',EncryptConfig) \ No newline at end of file diff --git a/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/SubmitWorkflowJobRequest.py b/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/SubmitWorkflowJobRequest.py new file mode 100644 index 0000000000..e5947d2a87 --- /dev/null +++ b/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/SubmitWorkflowJobRequest.py @@ -0,0 +1,62 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class SubmitWorkflowJobRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'vod', '2017-03-21', 'SubmitWorkflowJob','vod') + self.set_method('POST') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_WorkflowId(self): + return self.get_query_params().get('WorkflowId') + + def set_WorkflowId(self,WorkflowId): + self.add_query_param('WorkflowId',WorkflowId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_MediaId(self): + return self.get_query_params().get('MediaId') + + def set_MediaId(self,MediaId): + self.add_query_param('MediaId',MediaId) + + def get_FileUrl(self): + return self.get_query_params().get('FileUrl') + + def set_FileUrl(self,FileUrl): + self.add_query_param('FileUrl',FileUrl) \ No newline at end of file diff --git a/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/UpdateAITemplateRequest.py b/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/UpdateAITemplateRequest.py index 740bf9c52c..c97697b271 100644 --- a/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/UpdateAITemplateRequest.py +++ b/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/UpdateAITemplateRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,12 @@ # under the License. from aliyunsdkcore.request import RpcRequest + class UpdateAITemplateRequest(RpcRequest): def __init__(self): RpcRequest.__init__(self, 'vod', '2017-03-21', 'UpdateAITemplate','vod') + self.set_method('POST') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -29,12 +31,6 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - def get_TemplateConfig(self): return self.get_query_params().get('TemplateConfig') @@ -47,6 +43,12 @@ def get_TemplateName(self): def set_TemplateName(self,TemplateName): self.add_query_param('TemplateName',TemplateName) + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + def get_OwnerId(self): return self.get_query_params().get('OwnerId') diff --git a/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/UpdateAppInfoRequest.py b/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/UpdateAppInfoRequest.py index 297050d4cb..fbe6077819 100644 --- a/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/UpdateAppInfoRequest.py +++ b/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/UpdateAppInfoRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,12 @@ # under the License. from aliyunsdkcore.request import RpcRequest + class UpdateAppInfoRequest(RpcRequest): def __init__(self): RpcRequest.__init__(self, 'vod', '2017-03-21', 'UpdateAppInfo','vod') + self.set_method('POST') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -29,6 +31,12 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) + def get_Description(self): + return self.get_query_params().get('Description') + + def set_Description(self,Description): + self.add_query_param('Description',Description) + def get_AppName(self): return self.get_query_params().get('AppName') @@ -41,30 +49,18 @@ def get_ResourceOwnerAccount(self): def set_ResourceOwnerAccount(self,ResourceOwnerAccount): self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - def get_AppId(self): - return self.get_query_params().get('AppId') - - def set_AppId(self,AppId): - self.add_query_param('AppId',AppId) - - def get_Description(self): - return self.get_query_params().get('Description') - - def set_Description(self,Description): - self.add_query_param('Description',Description) - - def get_ResourceRealOwnerId(self): - return self.get_query_params().get('ResourceRealOwnerId') - - def set_ResourceRealOwnerId(self,ResourceRealOwnerId): - self.add_query_param('ResourceRealOwnerId',ResourceRealOwnerId) - def get_OwnerId(self): return self.get_query_params().get('OwnerId') def set_OwnerId(self,OwnerId): self.add_query_param('OwnerId',OwnerId) + def get_AppId(self): + return self.get_query_params().get('AppId') + + def set_AppId(self,AppId): + self.add_query_param('AppId',AppId) + def get_Status(self): return self.get_query_params().get('Status') diff --git a/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/UpdateAttachedMediaInfosRequest.py b/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/UpdateAttachedMediaInfosRequest.py index 1d5b37e715..c9aca2e708 100644 --- a/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/UpdateAttachedMediaInfosRequest.py +++ b/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/UpdateAttachedMediaInfosRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,12 @@ # under the License. from aliyunsdkcore.request import RpcRequest + class UpdateAttachedMediaInfosRequest(RpcRequest): def __init__(self): RpcRequest.__init__(self, 'vod', '2017-03-21', 'UpdateAttachedMediaInfos','vod') + self.set_method('POST') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/UpdateCategoryRequest.py b/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/UpdateCategoryRequest.py index 2327319140..2b34d7d4f7 100644 --- a/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/UpdateCategoryRequest.py +++ b/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/UpdateCategoryRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,12 @@ # under the License. from aliyunsdkcore.request import RpcRequest + class UpdateCategoryRequest(RpcRequest): def __init__(self): RpcRequest.__init__(self, 'vod', '2017-03-21', 'UpdateCategory','vod') + self.set_method('POST') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -35,18 +37,18 @@ def get_ResourceOwnerAccount(self): def set_ResourceOwnerAccount(self,ResourceOwnerAccount): self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - def get_CateId(self): - return self.get_query_params().get('CateId') - - def set_CateId(self,CateId): - self.add_query_param('CateId',CateId) - def get_OwnerId(self): return self.get_query_params().get('OwnerId') def set_OwnerId(self,OwnerId): self.add_query_param('OwnerId',OwnerId) + def get_CateId(self): + return self.get_query_params().get('CateId') + + def set_CateId(self,CateId): + self.add_query_param('CateId',CateId) + def get_CateName(self): return self.get_query_params().get('CateName') diff --git a/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/UpdateEditingProjectRequest.py b/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/UpdateEditingProjectRequest.py index 1871b0b419..d940257534 100644 --- a/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/UpdateEditingProjectRequest.py +++ b/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/UpdateEditingProjectRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,30 @@ # under the License. from aliyunsdkcore.request import RpcRequest + class UpdateEditingProjectRequest(RpcRequest): def __init__(self): RpcRequest.__init__(self, 'vod', '2017-03-21', 'UpdateEditingProject','vod') + self.set_method('POST') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_Description(self): + return self.get_query_params().get('Description') + + def set_Description(self,Description): + self.add_query_param('Description',Description) + + def get_Title(self): + return self.get_query_params().get('Title') + + def set_Title(self,Title): + self.add_query_param('Title',Title) def get_CoverURL(self): return self.get_query_params().get('CoverURL') @@ -29,11 +49,11 @@ def get_CoverURL(self): def set_CoverURL(self,CoverURL): self.add_query_param('CoverURL',CoverURL) - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') + def get_ProjectId(self): + return self.get_query_params().get('ProjectId') - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) + def set_ProjectId(self,ProjectId): + self.add_query_param('ProjectId',ProjectId) def get_ResourceOwnerAccount(self): return self.get_query_params().get('ResourceOwnerAccount') @@ -47,32 +67,14 @@ def get_OwnerAccount(self): def set_OwnerAccount(self,OwnerAccount): self.add_query_param('OwnerAccount',OwnerAccount) - def get_Timeline(self): - return self.get_query_params().get('Timeline') - - def set_Timeline(self,Timeline): - self.add_query_param('Timeline',Timeline) - - def get_Description(self): - return self.get_query_params().get('Description') - - def set_Description(self,Description): - self.add_query_param('Description',Description) - def get_OwnerId(self): return self.get_query_params().get('OwnerId') def set_OwnerId(self,OwnerId): self.add_query_param('OwnerId',OwnerId) - def get_Title(self): - return self.get_query_params().get('Title') - - def set_Title(self,Title): - self.add_query_param('Title',Title) - - def get_ProjectId(self): - return self.get_query_params().get('ProjectId') + def get_Timeline(self): + return self.get_query_params().get('Timeline') - def set_ProjectId(self,ProjectId): - self.add_query_param('ProjectId',ProjectId) \ No newline at end of file + def set_Timeline(self,Timeline): + self.add_query_param('Timeline',Timeline) \ No newline at end of file diff --git a/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/UpdateImageInfosRequest.py b/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/UpdateImageInfosRequest.py index a270cf8f5b..1549e48a45 100644 --- a/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/UpdateImageInfosRequest.py +++ b/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/UpdateImageInfosRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,12 @@ # under the License. from aliyunsdkcore.request import RpcRequest + class UpdateImageInfosRequest(RpcRequest): def __init__(self): RpcRequest.__init__(self, 'vod', '2017-03-21', 'UpdateImageInfos','vod') + self.set_method('POST') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/UpdateTranscodeTemplateGroupRequest.py b/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/UpdateTranscodeTemplateGroupRequest.py index b2639de1c0..0a370f51ed 100644 --- a/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/UpdateTranscodeTemplateGroupRequest.py +++ b/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/UpdateTranscodeTemplateGroupRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,12 @@ # under the License. from aliyunsdkcore.request import RpcRequest + class UpdateTranscodeTemplateGroupRequest(RpcRequest): def __init__(self): RpcRequest.__init__(self, 'vod', '2017-03-21', 'UpdateTranscodeTemplateGroup','vod') + self.set_method('POST') def get_TranscodeTemplateList(self): return self.get_query_params().get('TranscodeTemplateList') @@ -35,32 +37,32 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) + def get_Locked(self): + return self.get_query_params().get('Locked') + + def set_Locked(self,Locked): + self.add_query_param('Locked',Locked) + def get_ResourceOwnerAccount(self): return self.get_query_params().get('ResourceOwnerAccount') def set_ResourceOwnerAccount(self,ResourceOwnerAccount): self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - def get_Name(self): - return self.get_query_params().get('Name') - - def set_Name(self,Name): - self.add_query_param('Name',Name) - def get_OwnerId(self): return self.get_query_params().get('OwnerId') def set_OwnerId(self,OwnerId): self.add_query_param('OwnerId',OwnerId) - def get_Locked(self): - return self.get_query_params().get('Locked') - - def set_Locked(self,Locked): - self.add_query_param('Locked',Locked) - def get_TranscodeTemplateGroupId(self): return self.get_query_params().get('TranscodeTemplateGroupId') def set_TranscodeTemplateGroupId(self,TranscodeTemplateGroupId): - self.add_query_param('TranscodeTemplateGroupId',TranscodeTemplateGroupId) \ No newline at end of file + self.add_query_param('TranscodeTemplateGroupId',TranscodeTemplateGroupId) + + def get_Name(self): + return self.get_query_params().get('Name') + + def set_Name(self,Name): + self.add_query_param('Name',Name) \ No newline at end of file diff --git a/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/UpdateVideoInfoRequest.py b/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/UpdateVideoInfoRequest.py index a2b1dd386c..0e659bbab6 100644 --- a/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/UpdateVideoInfoRequest.py +++ b/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/UpdateVideoInfoRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,12 @@ # under the License. from aliyunsdkcore.request import RpcRequest + class UpdateVideoInfoRequest(RpcRequest): def __init__(self): RpcRequest.__init__(self, 'vod', '2017-03-21', 'UpdateVideoInfo','vod') + self.set_method('POST') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -29,54 +31,24 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - def get_Description(self): return self.get_query_params().get('Description') def set_Description(self,Description): self.add_query_param('Description',Description) - def get_VideoId(self): - return self.get_query_params().get('VideoId') - - def set_VideoId(self,VideoId): - self.add_query_param('VideoId',VideoId) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - def get_Title(self): return self.get_query_params().get('Title') def set_Title(self,Title): self.add_query_param('Title',Title) - def get_Tags(self): - return self.get_query_params().get('Tags') - - def set_Tags(self,Tags): - self.add_query_param('Tags',Tags) - def get_CoverURL(self): return self.get_query_params().get('CoverURL') def set_CoverURL(self,CoverURL): self.add_query_param('CoverURL',CoverURL) - def get_DownloadSwitch(self): - return self.get_query_params().get('DownloadSwitch') - - def set_DownloadSwitch(self,DownloadSwitch): - self.add_query_param('DownloadSwitch',DownloadSwitch) - def get_CateId(self): return self.get_query_params().get('CateId') @@ -89,8 +61,26 @@ def get_CustomMediaInfo(self): def set_CustomMediaInfo(self,CustomMediaInfo): self.add_query_param('CustomMediaInfo',CustomMediaInfo) - def get_Status(self): - return self.get_query_params().get('Status') + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_VideoId(self): + return self.get_query_params().get('VideoId') + + def set_VideoId(self,VideoId): + self.add_query_param('VideoId',VideoId) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_Tags(self): + return self.get_query_params().get('Tags') - def set_Status(self,Status): - self.add_query_param('Status',Status) \ No newline at end of file + def set_Tags(self,Tags): + self.add_query_param('Tags',Tags) \ No newline at end of file diff --git a/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/UpdateVideoInfosRequest.py b/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/UpdateVideoInfosRequest.py index 983042f374..a9a431af37 100644 --- a/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/UpdateVideoInfosRequest.py +++ b/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/UpdateVideoInfosRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,12 @@ # under the License. from aliyunsdkcore.request import RpcRequest + class UpdateVideoInfosRequest(RpcRequest): def __init__(self): RpcRequest.__init__(self, 'vod', '2017-03-21', 'UpdateVideoInfos','vod') + self.set_method('POST') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') diff --git a/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/UpdateVodDomainRequest.py b/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/UpdateVodDomainRequest.py new file mode 100644 index 0000000000..e535c3acf0 --- /dev/null +++ b/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/UpdateVodDomainRequest.py @@ -0,0 +1,56 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class UpdateVodDomainRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'vod', '2017-03-21', 'UpdateVodDomain','vod') + self.set_method('POST') + + def get_TopLevelDomain(self): + return self.get_query_params().get('TopLevelDomain') + + def set_TopLevelDomain(self,TopLevelDomain): + self.add_query_param('TopLevelDomain',TopLevelDomain) + + def get_Sources(self): + return self.get_query_params().get('Sources') + + def set_Sources(self,Sources): + self.add_query_param('Sources',Sources) + + def get_DomainName(self): + return self.get_query_params().get('DomainName') + + def set_DomainName(self,DomainName): + self.add_query_param('DomainName',DomainName) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_SecurityToken(self): + return self.get_query_params().get('SecurityToken') + + def set_SecurityToken(self,SecurityToken): + self.add_query_param('SecurityToken',SecurityToken) \ No newline at end of file diff --git a/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/UpdateVodTemplateRequest.py b/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/UpdateVodTemplateRequest.py index 72bf59e923..a1e0b12807 100644 --- a/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/UpdateVodTemplateRequest.py +++ b/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/UpdateVodTemplateRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,12 @@ # under the License. from aliyunsdkcore.request import RpcRequest + class UpdateVodTemplateRequest(RpcRequest): def __init__(self): RpcRequest.__init__(self, 'vod', '2017-03-21', 'UpdateVodTemplate','vod') + self.set_method('POST') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -29,32 +31,32 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - def get_TemplateConfig(self): return self.get_query_params().get('TemplateConfig') def set_TemplateConfig(self,TemplateConfig): self.add_query_param('TemplateConfig',TemplateConfig) - def get_Name(self): - return self.get_query_params().get('Name') - - def set_Name(self,Name): - self.add_query_param('Name',Name) - def get_VodTemplateId(self): return self.get_query_params().get('VodTemplateId') def set_VodTemplateId(self,VodTemplateId): self.add_query_param('VodTemplateId',VodTemplateId) + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + def get_OwnerId(self): return self.get_query_params().get('OwnerId') def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) \ No newline at end of file + self.add_query_param('OwnerId',OwnerId) + + def get_Name(self): + return self.get_query_params().get('Name') + + def set_Name(self,Name): + self.add_query_param('Name',Name) \ No newline at end of file diff --git a/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/UpdateWatermarkRequest.py b/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/UpdateWatermarkRequest.py index 231d4b918f..09f17f54bf 100644 --- a/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/UpdateWatermarkRequest.py +++ b/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/UpdateWatermarkRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,16 +18,12 @@ # under the License. from aliyunsdkcore.request import RpcRequest + class UpdateWatermarkRequest(RpcRequest): def __init__(self): RpcRequest.__init__(self, 'vod', '2017-03-21', 'UpdateWatermark','vod') - - def get_WatermarkId(self): - return self.get_query_params().get('WatermarkId') - - def set_WatermarkId(self,WatermarkId): - self.add_query_param('WatermarkId',WatermarkId) + self.set_method('POST') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -41,12 +37,6 @@ def get_ResourceOwnerAccount(self): def set_ResourceOwnerAccount(self,ResourceOwnerAccount): self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - def get_Name(self): - return self.get_query_params().get('Name') - - def set_Name(self,Name): - self.add_query_param('Name',Name) - def get_OwnerId(self): return self.get_query_params().get('OwnerId') @@ -57,4 +47,16 @@ def get_WatermarkConfig(self): return self.get_query_params().get('WatermarkConfig') def set_WatermarkConfig(self,WatermarkConfig): - self.add_query_param('WatermarkConfig',WatermarkConfig) \ No newline at end of file + self.add_query_param('WatermarkConfig',WatermarkConfig) + + def get_WatermarkId(self): + return self.get_query_params().get('WatermarkId') + + def set_WatermarkId(self,WatermarkId): + self.add_query_param('WatermarkId',WatermarkId) + + def get_Name(self): + return self.get_query_params().get('Name') + + def set_Name(self,Name): + self.add_query_param('Name',Name) \ No newline at end of file diff --git a/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/UploadMediaByURLRequest.py b/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/UploadMediaByURLRequest.py index 0462079085..51a5e4fecf 100644 --- a/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/UploadMediaByURLRequest.py +++ b/aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/UploadMediaByURLRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,16 +18,12 @@ # under the License. from aliyunsdkcore.request import RpcRequest + class UploadMediaByURLRequest(RpcRequest): def __init__(self): RpcRequest.__init__(self, 'vod', '2017-03-21', 'UploadMediaByURL','vod') - - def get_UserData(self): - return self.get_query_params().get('UserData') - - def set_UserData(self,UserData): - self.add_query_param('UserData',UserData) + self.set_method('POST') def get_ResourceOwnerId(self): return self.get_query_params().get('ResourceOwnerId') @@ -35,35 +31,35 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) - def get_TemplateGroupId(self): - return self.get_query_params().get('TemplateGroupId') + def get_MessageCallback(self): + return self.get_query_params().get('MessageCallback') - def set_TemplateGroupId(self,TemplateGroupId): - self.add_query_param('TemplateGroupId',TemplateGroupId) + def set_MessageCallback(self,MessageCallback): + self.add_query_param('MessageCallback',MessageCallback) - def get_UploadMetadatas(self): - return self.get_query_params().get('UploadMetadatas') + def get_StorageLocation(self): + return self.get_query_params().get('StorageLocation') - def set_UploadMetadatas(self,UploadMetadatas): - self.add_query_param('UploadMetadatas',UploadMetadatas) + def set_StorageLocation(self,StorageLocation): + self.add_query_param('StorageLocation',StorageLocation) - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') + def get_UserData(self): + return self.get_query_params().get('UserData') - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + def set_UserData(self,UserData): + self.add_query_param('UserData',UserData) - def get_UploadURLs(self): - return self.get_query_params().get('UploadURLs') + def get_WorkflowId(self): + return self.get_query_params().get('WorkflowId') - def set_UploadURLs(self,UploadURLs): - self.add_query_param('UploadURLs',UploadURLs) + def set_WorkflowId(self,WorkflowId): + self.add_query_param('WorkflowId',WorkflowId) - def get_MessageCallback(self): - return self.get_query_params().get('MessageCallback') + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') - def set_MessageCallback(self,MessageCallback): - self.add_query_param('MessageCallback',MessageCallback) + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) def get_OwnerId(self): return self.get_query_params().get('OwnerId') @@ -77,8 +73,26 @@ def get_Priority(self): def set_Priority(self,Priority): self.add_query_param('Priority',Priority) - def get_StorageLocation(self): - return self.get_query_params().get('StorageLocation') + def get_TemplateGroupId(self): + return self.get_query_params().get('TemplateGroupId') - def set_StorageLocation(self,StorageLocation): - self.add_query_param('StorageLocation',StorageLocation) \ No newline at end of file + def set_TemplateGroupId(self,TemplateGroupId): + self.add_query_param('TemplateGroupId',TemplateGroupId) + + def get_UploadMetadatas(self): + return self.get_query_params().get('UploadMetadatas') + + def set_UploadMetadatas(self,UploadMetadatas): + self.add_query_param('UploadMetadatas',UploadMetadatas) + + def get_UploadURLs(self): + return self.get_query_params().get('UploadURLs') + + def set_UploadURLs(self,UploadURLs): + self.add_query_param('UploadURLs',UploadURLs) + + def get_AppId(self): + return self.get_query_params().get('AppId') + + def set_AppId(self,AppId): + self.add_query_param('AppId',AppId) \ No newline at end of file From cd88a3ab5c2ce8f8e32ebf532a12018cad3dcd9a Mon Sep 17 00:00:00 2001 From: sdk-team Date: Tue, 19 May 2020 16:56:29 +0800 Subject: [PATCH 166/282] Generated 2017-03-21 for vod. --- aliyun-python-sdk-vod/ChangeLog.txt | 3 +++ aliyun-python-sdk-vod/aliyunsdkvod/__init__.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/aliyun-python-sdk-vod/ChangeLog.txt b/aliyun-python-sdk-vod/ChangeLog.txt index 182eed75fa..f8c3876631 100644 --- a/aliyun-python-sdk-vod/ChangeLog.txt +++ b/aliyun-python-sdk-vod/ChangeLog.txt @@ -1,3 +1,6 @@ +2020-05-19 Version: 2.15.10 +- Generated 2017-03-21 for `vod`. + 2020-05-19 Version: 2.15.9 - Generated 2017-03-21 for `vod`. diff --git a/aliyun-python-sdk-vod/aliyunsdkvod/__init__.py b/aliyun-python-sdk-vod/aliyunsdkvod/__init__.py index cd7a4ff1c1..1844ed2521 100644 --- a/aliyun-python-sdk-vod/aliyunsdkvod/__init__.py +++ b/aliyun-python-sdk-vod/aliyunsdkvod/__init__.py @@ -1 +1 @@ -__version__ = '2.15.9' \ No newline at end of file +__version__ = '2.15.10' \ No newline at end of file From 6dc842c70d3f410bf56c165927db72253ad0b298 Mon Sep 17 00:00:00 2001 From: sdk-team Date: Tue, 19 May 2020 16:59:49 +0800 Subject: [PATCH 167/282] Generated 2017-03-21 for vod. --- aliyun-python-sdk-vod/ChangeLog.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/aliyun-python-sdk-vod/ChangeLog.txt b/aliyun-python-sdk-vod/ChangeLog.txt index f8c3876631..f1bbffde98 100644 --- a/aliyun-python-sdk-vod/ChangeLog.txt +++ b/aliyun-python-sdk-vod/ChangeLog.txt @@ -1,6 +1,9 @@ 2020-05-19 Version: 2.15.10 - Generated 2017-03-21 for `vod`. +2020-05-19 Version: 2.15.10 +- Generated 2017-03-21 for `vod`. + 2020-05-19 Version: 2.15.9 - Generated 2017-03-21 for `vod`. From 2503f9cfe223617772f0dcfdb376dc91acafd459 Mon Sep 17 00:00:00 2001 From: sdk-team Date: Tue, 19 May 2020 17:02:46 +0800 Subject: [PATCH 168/282] Generated 2017-03-21 for vod. --- aliyun-python-sdk-vod/ChangeLog.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/aliyun-python-sdk-vod/ChangeLog.txt b/aliyun-python-sdk-vod/ChangeLog.txt index f1bbffde98..6ab15d03f2 100644 --- a/aliyun-python-sdk-vod/ChangeLog.txt +++ b/aliyun-python-sdk-vod/ChangeLog.txt @@ -4,6 +4,9 @@ 2020-05-19 Version: 2.15.10 - Generated 2017-03-21 for `vod`. +2020-05-19 Version: 2.15.10 +- Generated 2017-03-21 for `vod`. + 2020-05-19 Version: 2.15.9 - Generated 2017-03-21 for `vod`. From 4740f300dba2b88e622628e7d9a74af7d9f89cad Mon Sep 17 00:00:00 2001 From: sdk-team Date: Tue, 19 May 2020 17:08:09 +0800 Subject: [PATCH 169/282] Generated 2017-03-21 for vod. --- aliyun-python-sdk-vod/ChangeLog.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/aliyun-python-sdk-vod/ChangeLog.txt b/aliyun-python-sdk-vod/ChangeLog.txt index 6ab15d03f2..ad31550186 100644 --- a/aliyun-python-sdk-vod/ChangeLog.txt +++ b/aliyun-python-sdk-vod/ChangeLog.txt @@ -7,6 +7,9 @@ 2020-05-19 Version: 2.15.10 - Generated 2017-03-21 for `vod`. +2020-05-19 Version: 2.15.10 +- Generated 2017-03-21 for `vod`. + 2020-05-19 Version: 2.15.9 - Generated 2017-03-21 for `vod`. From 88db17f22f57bda8ff7362e8baae3965811facc3 Mon Sep 17 00:00:00 2001 From: sdk-team Date: Tue, 19 May 2020 17:14:14 +0800 Subject: [PATCH 170/282] Generated 2017-03-21 for vod. --- aliyun-python-sdk-vod/ChangeLog.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/aliyun-python-sdk-vod/ChangeLog.txt b/aliyun-python-sdk-vod/ChangeLog.txt index ad31550186..701fb817d7 100644 --- a/aliyun-python-sdk-vod/ChangeLog.txt +++ b/aliyun-python-sdk-vod/ChangeLog.txt @@ -10,6 +10,9 @@ 2020-05-19 Version: 2.15.10 - Generated 2017-03-21 for `vod`. +2020-05-19 Version: 2.15.10 +- Generated 2017-03-21 for `vod`. + 2020-05-19 Version: 2.15.9 - Generated 2017-03-21 for `vod`. From 9d51d66eb7b2637229a34a99bec5473c69a9fe0a Mon Sep 17 00:00:00 2001 From: sdk-team Date: Tue, 19 May 2020 17:37:27 +0800 Subject: [PATCH 171/282] Generated 2017-03-21 for vod. --- aliyun-python-sdk-vod/ChangeLog.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/aliyun-python-sdk-vod/ChangeLog.txt b/aliyun-python-sdk-vod/ChangeLog.txt index 701fb817d7..0c7d0366a8 100644 --- a/aliyun-python-sdk-vod/ChangeLog.txt +++ b/aliyun-python-sdk-vod/ChangeLog.txt @@ -13,6 +13,9 @@ 2020-05-19 Version: 2.15.10 - Generated 2017-03-21 for `vod`. +2020-05-19 Version: 2.15.10 +- Generated 2017-03-21 for `vod`. + 2020-05-19 Version: 2.15.9 - Generated 2017-03-21 for `vod`. From 7a534b76d56c167e6c6e99d975500e0a4100b0f9 Mon Sep 17 00:00:00 2001 From: sdk-team Date: Wed, 29 Jul 2020 20:29:39 +0800 Subject: [PATCH 172/282] Generated 2019-02-25 for sdk-test. --- aliyun-python-sdk-sdk-test/ChangeLog.txt | 3 +++ aliyun-python-sdk-sdk-test/aliyunsdksdk_test/__init__.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/aliyun-python-sdk-sdk-test/ChangeLog.txt b/aliyun-python-sdk-sdk-test/ChangeLog.txt index 14db653113..16dadb4ddd 100644 --- a/aliyun-python-sdk-sdk-test/ChangeLog.txt +++ b/aliyun-python-sdk-sdk-test/ChangeLog.txt @@ -1,3 +1,6 @@ +2020-07-29 Version: 1.1.1 +- Generated 2019-02-25 for `sdk-test`. + 2020-03-24 Version: 1.333 - Generated 2019-02-25 for `sdk-test`. diff --git a/aliyun-python-sdk-sdk-test/aliyunsdksdk_test/__init__.py b/aliyun-python-sdk-sdk-test/aliyunsdksdk_test/__init__.py index e03d41aa26..e9e169e2d0 100644 --- a/aliyun-python-sdk-sdk-test/aliyunsdksdk_test/__init__.py +++ b/aliyun-python-sdk-sdk-test/aliyunsdksdk_test/__init__.py @@ -1 +1 @@ -__version__ = '1.333' \ No newline at end of file +__version__ = '1.1.1' \ No newline at end of file From b7932ac7f1ba5edbf67ec11c80461f3a579abb04 Mon Sep 17 00:00:00 2001 From: sdk-team Date: Wed, 12 Aug 2020 11:35:09 +0000 Subject: [PATCH 173/282] Generated 2019-02-25 for sdk-test. --- aliyun-python-sdk-sdk-test/ChangeLog.txt | 3 +++ aliyun-python-sdk-sdk-test/aliyunsdksdk_test/__init__.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/aliyun-python-sdk-sdk-test/ChangeLog.txt b/aliyun-python-sdk-sdk-test/ChangeLog.txt index 16dadb4ddd..002dcc5869 100644 --- a/aliyun-python-sdk-sdk-test/ChangeLog.txt +++ b/aliyun-python-sdk-sdk-test/ChangeLog.txt @@ -1,3 +1,6 @@ +2020-08-12 Version: 1.0.0 +- Generated 2019-02-25 for `sdk-test`. + 2020-07-29 Version: 1.1.1 - Generated 2019-02-25 for `sdk-test`. diff --git a/aliyun-python-sdk-sdk-test/aliyunsdksdk_test/__init__.py b/aliyun-python-sdk-sdk-test/aliyunsdksdk_test/__init__.py index e9e169e2d0..75977e6f41 100644 --- a/aliyun-python-sdk-sdk-test/aliyunsdksdk_test/__init__.py +++ b/aliyun-python-sdk-sdk-test/aliyunsdksdk_test/__init__.py @@ -1 +1 @@ -__version__ = '1.1.1' \ No newline at end of file +__version__ = '1.0.0' \ No newline at end of file From b4c628bc787cf3a732e207fd8c14c22c7aa0ea54 Mon Sep 17 00:00:00 2001 From: sdk-team Date: Thu, 13 Aug 2020 04:26:51 +0000 Subject: [PATCH 174/282] Generated 2019-02-25 for sdk-test. --- aliyun-python-sdk-sdk-test/ChangeLog.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/aliyun-python-sdk-sdk-test/ChangeLog.txt b/aliyun-python-sdk-sdk-test/ChangeLog.txt index 002dcc5869..e9b2f82e7b 100644 --- a/aliyun-python-sdk-sdk-test/ChangeLog.txt +++ b/aliyun-python-sdk-sdk-test/ChangeLog.txt @@ -1,3 +1,6 @@ +2020-08-13 Version: 1.0.0 +- Generated 2019-02-25 for `sdk-test`. + 2020-08-12 Version: 1.0.0 - Generated 2019-02-25 for `sdk-test`. From fd2d99339e2cac2f771de3719dd344269bba2d19 Mon Sep 17 00:00:00 2001 From: sdk-team Date: Thu, 13 Aug 2020 05:19:57 +0000 Subject: [PATCH 175/282] Generated 2019-02-25 for sdk-test. --- aliyun-python-sdk-sdk-test/ChangeLog.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/aliyun-python-sdk-sdk-test/ChangeLog.txt b/aliyun-python-sdk-sdk-test/ChangeLog.txt index e9b2f82e7b..da1db73324 100644 --- a/aliyun-python-sdk-sdk-test/ChangeLog.txt +++ b/aliyun-python-sdk-sdk-test/ChangeLog.txt @@ -1,6 +1,9 @@ 2020-08-13 Version: 1.0.0 - Generated 2019-02-25 for `sdk-test`. +2020-08-13 Version: 1.0.0 +- Generated 2019-02-25 for `sdk-test`. + 2020-08-12 Version: 1.0.0 - Generated 2019-02-25 for `sdk-test`. From f2ba41effff23cea7885f313e77c45d6257c59d3 Mon Sep 17 00:00:00 2001 From: sdk-team Date: Thu, 13 Aug 2020 07:26:56 +0000 Subject: [PATCH 176/282] Generated 2019-02-25 for sdk-test. --- aliyun-python-sdk-sdk-test/ChangeLog.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/aliyun-python-sdk-sdk-test/ChangeLog.txt b/aliyun-python-sdk-sdk-test/ChangeLog.txt index da1db73324..03d7574b67 100644 --- a/aliyun-python-sdk-sdk-test/ChangeLog.txt +++ b/aliyun-python-sdk-sdk-test/ChangeLog.txt @@ -4,6 +4,9 @@ 2020-08-13 Version: 1.0.0 - Generated 2019-02-25 for `sdk-test`. +2020-08-13 Version: 1.0.0 +- Generated 2019-02-25 for `sdk-test`. + 2020-08-12 Version: 1.0.0 - Generated 2019-02-25 for `sdk-test`. From 75fb95dc281636dfebabe5a8fda17aeccd1425dd Mon Sep 17 00:00:00 2001 From: sdk-team Date: Thu, 13 Aug 2020 08:27:10 +0000 Subject: [PATCH 177/282] Generated 2019-02-25 for sdk-test. --- aliyun-python-sdk-sdk-test/ChangeLog.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/aliyun-python-sdk-sdk-test/ChangeLog.txt b/aliyun-python-sdk-sdk-test/ChangeLog.txt index 03d7574b67..4961ecfba2 100644 --- a/aliyun-python-sdk-sdk-test/ChangeLog.txt +++ b/aliyun-python-sdk-sdk-test/ChangeLog.txt @@ -7,6 +7,9 @@ 2020-08-13 Version: 1.0.0 - Generated 2019-02-25 for `sdk-test`. +2020-08-13 Version: 1.0.0 +- Generated 2019-02-25 for `sdk-test`. + 2020-08-12 Version: 1.0.0 - Generated 2019-02-25 for `sdk-test`. From 60d9944eeb8e44c39e53e51631389ea68187ad60 Mon Sep 17 00:00:00 2001 From: sdk-team Date: Thu, 13 Aug 2020 09:41:06 +0000 Subject: [PATCH 178/282] Generated 2019-02-25 for sdk-test. --- aliyun-python-sdk-sdk-test/ChangeLog.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/aliyun-python-sdk-sdk-test/ChangeLog.txt b/aliyun-python-sdk-sdk-test/ChangeLog.txt index 4961ecfba2..bcaaba62c8 100644 --- a/aliyun-python-sdk-sdk-test/ChangeLog.txt +++ b/aliyun-python-sdk-sdk-test/ChangeLog.txt @@ -10,6 +10,9 @@ 2020-08-13 Version: 1.0.0 - Generated 2019-02-25 for `sdk-test`. +2020-08-13 Version: 1.0.0 +- Generated 2019-02-25 for `sdk-test`. + 2020-08-12 Version: 1.0.0 - Generated 2019-02-25 for `sdk-test`. From f32990de254b2ef16c1a9e21e108eb65b4935813 Mon Sep 17 00:00:00 2001 From: sdk-team Date: Mon, 17 Aug 2020 01:59:24 +0000 Subject: [PATCH 179/282] Generated 2019-02-25 for sdk-test. --- aliyun-python-sdk-sdk-test/ChangeLog.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/aliyun-python-sdk-sdk-test/ChangeLog.txt b/aliyun-python-sdk-sdk-test/ChangeLog.txt index bcaaba62c8..0bc7386481 100644 --- a/aliyun-python-sdk-sdk-test/ChangeLog.txt +++ b/aliyun-python-sdk-sdk-test/ChangeLog.txt @@ -1,3 +1,6 @@ +2020-08-17 Version: 1.0.0 +- Generated 2019-02-25 for `sdk-test`. + 2020-08-13 Version: 1.0.0 - Generated 2019-02-25 for `sdk-test`. From dd08c046911364d9a752ea1bc68aa91114676dd4 Mon Sep 17 00:00:00 2001 From: sdk-team Date: Mon, 17 Aug 2020 07:05:31 +0000 Subject: [PATCH 180/282] Generated 2018-01-01 for SDK. --- aliyun-python-sdk-sdk/ChangeLog.txt | 3 + aliyun-python-sdk-sdk/MANIFEST.in | 0 aliyun-python-sdk-sdk/README.rst | 15 ++++ .../aliyunsdksdk/__init__.py | 1 + .../aliyunsdksdk/request/__init__.py | 0 .../request/v20180101/DemoRequest.py | 51 ++++++++++++ .../request/v20180101/__init__.py | 0 aliyun-python-sdk-sdk/setup.py | 78 +++++++++++++++++++ 8 files changed, 148 insertions(+) create mode 100644 aliyun-python-sdk-sdk/ChangeLog.txt create mode 100644 aliyun-python-sdk-sdk/MANIFEST.in create mode 100644 aliyun-python-sdk-sdk/README.rst create mode 100644 aliyun-python-sdk-sdk/aliyunsdksdk/__init__.py create mode 100644 aliyun-python-sdk-sdk/aliyunsdksdk/request/__init__.py create mode 100644 aliyun-python-sdk-sdk/aliyunsdksdk/request/v20180101/DemoRequest.py create mode 100644 aliyun-python-sdk-sdk/aliyunsdksdk/request/v20180101/__init__.py create mode 100644 aliyun-python-sdk-sdk/setup.py diff --git a/aliyun-python-sdk-sdk/ChangeLog.txt b/aliyun-python-sdk-sdk/ChangeLog.txt new file mode 100644 index 0000000000..baa51d97f4 --- /dev/null +++ b/aliyun-python-sdk-sdk/ChangeLog.txt @@ -0,0 +1,3 @@ +2020-08-17 Version: 1.0.0 +- Generated 2018-01-01 for `SDK`. + diff --git a/aliyun-python-sdk-sdk/MANIFEST.in b/aliyun-python-sdk-sdk/MANIFEST.in new file mode 100644 index 0000000000..e69de29bb2 diff --git a/aliyun-python-sdk-sdk/README.rst b/aliyun-python-sdk-sdk/README.rst new file mode 100644 index 0000000000..1d4af4700a --- /dev/null +++ b/aliyun-python-sdk-sdk/README.rst @@ -0,0 +1,15 @@ +============================================================= +aliyun-python-sdk-sdk +============================================================= + +.. This is the sdk module of Aliyun Python SDK. + +Aliyun Python SDK is the official software development kit. It makes things easy to integrate your Python application, library, or script with Aliyun services. + +This module works on Python versions: + +2.6.5 and greater + +**Documentation:** + +Please visit `http://develop.aliyun.com/sdk/python `_ diff --git a/aliyun-python-sdk-sdk/aliyunsdksdk/__init__.py b/aliyun-python-sdk-sdk/aliyunsdksdk/__init__.py new file mode 100644 index 0000000000..75977e6f41 --- /dev/null +++ b/aliyun-python-sdk-sdk/aliyunsdksdk/__init__.py @@ -0,0 +1 @@ +__version__ = '1.0.0' \ No newline at end of file diff --git a/aliyun-python-sdk-sdk/aliyunsdksdk/request/__init__.py b/aliyun-python-sdk-sdk/aliyunsdksdk/request/__init__.py new file mode 100644 index 0000000000..e69de29bb2 diff --git a/aliyun-python-sdk-sdk/aliyunsdksdk/request/v20180101/DemoRequest.py b/aliyun-python-sdk-sdk/aliyunsdksdk/request/v20180101/DemoRequest.py new file mode 100644 index 0000000000..a9b05f323f --- /dev/null +++ b/aliyun-python-sdk-sdk/aliyunsdksdk/request/v20180101/DemoRequest.py @@ -0,0 +1,51 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RoaRequest + +class DemoRequest(RoaRequest): + + def __init__(self): + RoaRequest.__init__(self, 'SDK', '2018-01-01', 'Demo') + self.set_uri_pattern('/helloworld') + self.set_method('POST') + + def get_Price(self): + return self.get_query_params().get('Price') + + def set_Price(self,Price): + self.add_query_param('Price',Price) + + def get_Name(self): + return self.get_body_params().get('Name') + + def set_Name(self,Name): + self.add_body_params('Name', Name) + + def get_ContentLists(self): + return self.get_body_params().get('ContentLists') + + def set_ContentLists(self, ContentLists): + for depth1 in range(len(ContentLists)): + if ContentLists[depth1].get('Tag') is not None: + self.add_body_params('ContentList.' + str(depth1 + 1) + '.Tag', ContentLists[depth1].get('Tag')) + if ContentLists[depth1].get('Letters') is not None: + for depth2 in range(len(ContentLists[depth1].get('Letters'))): + if ContentLists[depth1].get('Letters')[depth2] is not None: + self.add_body_params('ContentList.' + str(depth1 + 1) + '.Letters.' + str(depth2 + 1) , ContentLists[depth1].get('Letters')[depth2]) \ No newline at end of file diff --git a/aliyun-python-sdk-sdk/aliyunsdksdk/request/v20180101/__init__.py b/aliyun-python-sdk-sdk/aliyunsdksdk/request/v20180101/__init__.py new file mode 100644 index 0000000000..e69de29bb2 diff --git a/aliyun-python-sdk-sdk/setup.py b/aliyun-python-sdk-sdk/setup.py new file mode 100644 index 0000000000..ac2f125cd7 --- /dev/null +++ b/aliyun-python-sdk-sdk/setup.py @@ -0,0 +1,78 @@ +#!/usr/bin/python +''' + Licensed to the Apache Software Foundation (ASF) under one + or more contributor license agreements. See the NOTICE file + distributed with this work for additional information + regarding copyright ownership. The ASF licenses this file + to you 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. +''' + +from setuptools import setup, find_packages +import os +import sys + +""" +setup module for sdk. + +Created on 7/3/2015 + +@author: alex +""" + +PACKAGE = "aliyunsdksdk" +NAME = "aliyun-python-sdk-sdk" +DESCRIPTION = "The sdk module of Aliyun Python sdk." +AUTHOR = "Aliyun" +AUTHOR_EMAIL = "aliyun-developers-efficiency@list.alibaba-inc.com" +URL = "http://develop.aliyun.com/sdk/python" + +TOPDIR = os.path.dirname(__file__) or "." +VERSION = __import__(PACKAGE).__version__ + +desc_file = open("README.rst") +try: + LONG_DESCRIPTION = desc_file.read() +finally: + desc_file.close() + +setup( + name=NAME, + version=VERSION, + description=DESCRIPTION, + long_description=LONG_DESCRIPTION, + author=AUTHOR, + author_email=AUTHOR_EMAIL, + license="Apache", + url=URL, + keywords=["aliyun","sdk","sdk"], + packages=find_packages(exclude=["tests*"]), + include_package_data=True, + platforms="any", + install_requires=["aliyun-python-sdk-core>=2.11.5",], + classifiers=( + "Development Status :: 4 - Beta", + "Intended Audience :: Developers", + "License :: OSI Approved :: Apache Software License", + "Programming Language :: Python", + "Programming Language :: Python :: 2.6", + "Programming Language :: Python :: 2.7", + "Programming Language :: Python :: 3", + "Programming Language :: Python :: 3.3", + "Programming Language :: Python :: 3.4", + "Programming Language :: Python :: 3.5", + "Programming Language :: Python :: 3.6", + "Topic :: Software Development", + ) + +) \ No newline at end of file From b7d1b2e39c6533fa895097725356b4b53895d692 Mon Sep 17 00:00:00 2001 From: sdk-team Date: Mon, 17 Aug 2020 07:26:44 +0000 Subject: [PATCH 181/282] Generated 2018-01-01 for SDK. --- aliyun-python-sdk-sdk/ChangeLog.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/aliyun-python-sdk-sdk/ChangeLog.txt b/aliyun-python-sdk-sdk/ChangeLog.txt index baa51d97f4..b12b48d42f 100644 --- a/aliyun-python-sdk-sdk/ChangeLog.txt +++ b/aliyun-python-sdk-sdk/ChangeLog.txt @@ -1,3 +1,6 @@ 2020-08-17 Version: 1.0.0 - Generated 2018-01-01 for `SDK`. +2020-08-17 Version: 1.0.0 +- Generated 2018-01-01 for `SDK`. + From cde6dcdbeb40e72ab3aa391a7f1e802bba56c7bd Mon Sep 17 00:00:00 2001 From: sdk-team Date: Mon, 17 Aug 2020 07:35:46 +0000 Subject: [PATCH 182/282] Generated 2018-01-01 for SDK. --- aliyun-python-sdk-sdk/ChangeLog.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/aliyun-python-sdk-sdk/ChangeLog.txt b/aliyun-python-sdk-sdk/ChangeLog.txt index b12b48d42f..8838b1c03f 100644 --- a/aliyun-python-sdk-sdk/ChangeLog.txt +++ b/aliyun-python-sdk-sdk/ChangeLog.txt @@ -4,3 +4,6 @@ 2020-08-17 Version: 1.0.0 - Generated 2018-01-01 for `SDK`. +2020-08-17 Version: 1.0.0 +- Generated 2018-01-01 for `SDK`. + From 93bbc9fc0f0b16e347a19521bd5de3177ddd2028 Mon Sep 17 00:00:00 2001 From: sdk-team Date: Mon, 17 Aug 2020 09:04:36 +0000 Subject: [PATCH 183/282] Generated 2018-01-01 for SDK. --- aliyun-python-sdk-sdk/ChangeLog.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/aliyun-python-sdk-sdk/ChangeLog.txt b/aliyun-python-sdk-sdk/ChangeLog.txt index 8838b1c03f..85ea50c6ea 100644 --- a/aliyun-python-sdk-sdk/ChangeLog.txt +++ b/aliyun-python-sdk-sdk/ChangeLog.txt @@ -7,3 +7,6 @@ 2020-08-17 Version: 1.0.0 - Generated 2018-01-01 for `SDK`. +2020-08-17 Version: 1.0.0 +- Generated 2018-01-01 for `SDK`. + From 4e9dc118ec2ac827cd41ec6ce86cdf062df8ba98 Mon Sep 17 00:00:00 2001 From: sdk-team Date: Mon, 17 Aug 2020 09:20:28 +0000 Subject: [PATCH 184/282] Generated 2018-01-01 for SDK. --- aliyun-python-sdk-sdk/ChangeLog.txt | 3 +++ aliyun-python-sdk-sdk/aliyunsdksdk/__init__.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/aliyun-python-sdk-sdk/ChangeLog.txt b/aliyun-python-sdk-sdk/ChangeLog.txt index 85ea50c6ea..e0f52a0c1f 100644 --- a/aliyun-python-sdk-sdk/ChangeLog.txt +++ b/aliyun-python-sdk-sdk/ChangeLog.txt @@ -1,3 +1,6 @@ +2020-08-17 Version: 1.0.1 +- Generated 2018-01-01 for `SDK`. + 2020-08-17 Version: 1.0.0 - Generated 2018-01-01 for `SDK`. diff --git a/aliyun-python-sdk-sdk/aliyunsdksdk/__init__.py b/aliyun-python-sdk-sdk/aliyunsdksdk/__init__.py index 75977e6f41..6c4c011435 100644 --- a/aliyun-python-sdk-sdk/aliyunsdksdk/__init__.py +++ b/aliyun-python-sdk-sdk/aliyunsdksdk/__init__.py @@ -1 +1 @@ -__version__ = '1.0.0' \ No newline at end of file +__version__ = '1.0.1' \ No newline at end of file From 484721c8688ac693fce5c88dbb8b996a4875f460 Mon Sep 17 00:00:00 2001 From: sdk-team Date: Mon, 17 Aug 2020 09:57:22 +0000 Subject: [PATCH 185/282] Generated 2018-01-01 for SDK. --- aliyun-python-sdk-sdk/ChangeLog.txt | 3 +++ aliyun-python-sdk-sdk/aliyunsdksdk/__init__.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/aliyun-python-sdk-sdk/ChangeLog.txt b/aliyun-python-sdk-sdk/ChangeLog.txt index e0f52a0c1f..b6e6b1164e 100644 --- a/aliyun-python-sdk-sdk/ChangeLog.txt +++ b/aliyun-python-sdk-sdk/ChangeLog.txt @@ -1,3 +1,6 @@ +2020-08-17 Version: 1.0.2 +- Generated 2018-01-01 for `SDK`. + 2020-08-17 Version: 1.0.1 - Generated 2018-01-01 for `SDK`. diff --git a/aliyun-python-sdk-sdk/aliyunsdksdk/__init__.py b/aliyun-python-sdk-sdk/aliyunsdksdk/__init__.py index 6c4c011435..34c1db36a1 100644 --- a/aliyun-python-sdk-sdk/aliyunsdksdk/__init__.py +++ b/aliyun-python-sdk-sdk/aliyunsdksdk/__init__.py @@ -1 +1 @@ -__version__ = '1.0.1' \ No newline at end of file +__version__ = '1.0.2' \ No newline at end of file From fb02dd31da4ad1e9f2e24a11910ff71ee8c77792 Mon Sep 17 00:00:00 2001 From: sdk-team Date: Mon, 17 Aug 2020 11:24:16 +0000 Subject: [PATCH 186/282] Generated 2018-01-01 for SDK. --- aliyun-python-sdk-sdk/ChangeLog.txt | 3 +++ aliyun-python-sdk-sdk/aliyunsdksdk/__init__.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/aliyun-python-sdk-sdk/ChangeLog.txt b/aliyun-python-sdk-sdk/ChangeLog.txt index b6e6b1164e..7a48242983 100644 --- a/aliyun-python-sdk-sdk/ChangeLog.txt +++ b/aliyun-python-sdk-sdk/ChangeLog.txt @@ -1,3 +1,6 @@ +2020-08-17 Version: 1.0.4 +- Generated 2018-01-01 for `SDK`. + 2020-08-17 Version: 1.0.2 - Generated 2018-01-01 for `SDK`. diff --git a/aliyun-python-sdk-sdk/aliyunsdksdk/__init__.py b/aliyun-python-sdk-sdk/aliyunsdksdk/__init__.py index 34c1db36a1..7ce86c962b 100644 --- a/aliyun-python-sdk-sdk/aliyunsdksdk/__init__.py +++ b/aliyun-python-sdk-sdk/aliyunsdksdk/__init__.py @@ -1 +1 @@ -__version__ = '1.0.2' \ No newline at end of file +__version__ = '1.0.4' \ No newline at end of file From 1517430db33c45d7ebc96b1561b51d4345eacf4e Mon Sep 17 00:00:00 2001 From: sdk-team Date: Tue, 18 Aug 2020 13:20:37 +0000 Subject: [PATCH 187/282] Generated 2018-07-13 for Ft. --- aliyun-python-sdk-ft/ChangeLog.txt | 3 + aliyun-python-sdk-ft/aliyunsdkft/endpoint.py | 82 +++++++++++++ .../v20180713/BatchAuditTest01Request.py | 7 ++ .../v20180713/BatchAuditTest02Request.py | 7 ++ .../CountCloudProductCallTimesRequest.py | 68 ++++++++++ .../v20180713/DescribeResourceTypeRequest.py | 7 ++ .../request/v20180713/FTApiAliasApiRequest.py | 7 ++ .../v20180713/FtDynamicAddressDubboRequest.py | 7 ++ .../v20180713/FtDynamicAddressHsfRequest.py | 8 +- .../request/v20180713/FtEagleEyeRequest.py | 7 ++ .../FtFlowSpecial1586868138332Request.py | 38 ++++++ .../request/v20180713/FtFlowSpecialRequest.py | 7 ++ .../FtGatedLaunchPolicy3ApiRequest.py | 7 ++ .../v20180713/FtGatedLaunchPolicy4Request.py | 7 ++ .../FtGatedLaunchPolicyApiRequest.py | 7 ++ .../v20180713/FtIpFlowControlRequest.py | 15 ++- .../request/v20180713/FtParamListRequest.py | 26 ++-- .../GetMigrateStrategyResultRequest.py | 116 ++++++++++++++++++ .../request/v20180713/GetTairDataRequest.py | 46 +++++++ .../v20180713/MigrateStrategyRequest.py | 74 +++++++++++ .../QueryDomainChangeRecordsRequest.py | 68 ++++++++++ .../v20180713/TestDubboRetryApiRequest.py | 8 +- .../TestErrorCodeForGateWayRequest.py | 7 ++ .../v20180713/TestFlowStrategy01Request.py | 38 ++++++ .../request/v20180713/TestHttpApiRequest.py | 7 ++ .../v20180713/TestIspHttpValidatorRequest.py | 31 +++++ .../TestXmlServiceRoutePolicyRequest.py | 38 ++++++ .../UpdateDomainRecordsRegionIdRequest.py | 56 +++++++++ 28 files changed, 784 insertions(+), 15 deletions(-) create mode 100644 aliyun-python-sdk-ft/aliyunsdkft/endpoint.py create mode 100644 aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/CountCloudProductCallTimesRequest.py create mode 100644 aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/FtFlowSpecial1586868138332Request.py create mode 100644 aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/GetMigrateStrategyResultRequest.py create mode 100644 aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/GetTairDataRequest.py create mode 100644 aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/MigrateStrategyRequest.py create mode 100644 aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/QueryDomainChangeRecordsRequest.py create mode 100644 aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/TestFlowStrategy01Request.py create mode 100644 aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/TestIspHttpValidatorRequest.py create mode 100644 aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/TestXmlServiceRoutePolicyRequest.py create mode 100644 aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/UpdateDomainRecordsRegionIdRequest.py diff --git a/aliyun-python-sdk-ft/ChangeLog.txt b/aliyun-python-sdk-ft/ChangeLog.txt index 2a56f7fbc4..76f116d993 100644 --- a/aliyun-python-sdk-ft/ChangeLog.txt +++ b/aliyun-python-sdk-ft/ChangeLog.txt @@ -1,3 +1,6 @@ +2020-08-18 Version: 1.3.33 +- Generated 2018-07-13 for `Ft`. + 2020-02-28 Version: 1.3.33 - Generated 2018-07-13 for `Ft`. diff --git a/aliyun-python-sdk-ft/aliyunsdkft/endpoint.py b/aliyun-python-sdk-ft/aliyunsdkft/endpoint.py new file mode 100644 index 0000000000..a037d32a63 --- /dev/null +++ b/aliyun-python-sdk-ft/aliyunsdkft/endpoint.py @@ -0,0 +1,82 @@ +# # Licensed to the Apache Software Foundation (ASF) under one +# # or more contributor license agreements. See the NOTICE file +# # distributed with this work for additional information +# # regarding copyright ownership. The ASF licenses this file +# # to you 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. + + +class EndpointData(): + def __init__(self): + self.endpoint_map = { + "cn-shanghai-internal-test-1": "ft.aliyuncs.com", + "cn-beijing-gov-1": "ft.aliyuncs.com", + "cn-shenzhen-su18-b01": "ft.aliyuncs.com", + "cn-beijing": "ft.aliyuncs.com", + "cn-wulanchabu": "ft.aliyuncs.com", + "ap-south-1": "ft.aliyuncs.com", + "cn-shanghai-inner": "ft.aliyuncs.com", + "cn-shenzhen-st4-d01": "ft.aliyuncs.com", + "cn-haidian-cm12-c01": "ft.aliyuncs.com", + "cn-hangzhou-internal-prod-1": "ft.aliyuncs.com", + "cn-yushanfang": "ft.aliyuncs.com", + "cn-qingdao": "ft.aliyuncs.com", + "cn-hongkong-finance-pop": "ft.aliyuncs.com", + "cn-qingdao-nebula": "ft.aliyuncs.com", + "cn-shanghai-finance-1": "ft.aliyuncs.com", + "cn-beijing-finance-pop": "ft.aliyuncs.com", + "cn-wuhan": "ft.aliyuncs.com", + "eu-central-1": "ft.aliyuncs.com", + "us-west-1": "ft.aliyuncs.com", + "cn-zhengzhou-nebula-1": "ft.aliyuncs.com", + "rus-west-1-pop": "ft.aliyuncs.com", + "cn-shanghai-et15-b01": "ft.aliyuncs.com", + "cn-hangzhou-bj-b01": "ft.aliyuncs.com", + "eu-west-1": "ft.aliyuncs.com", + "cn-hangzhou-internal-test-1": "ft.aliyuncs.com", + "eu-west-1-oxs": "ft.aliyuncs.com", + "cn-zhangbei-na61-b01": "ft.aliyuncs.com", + "cn-beijing-finance-1": "ft.aliyuncs.com", + "cn-hangzhou-internal-test-3": "ft.aliyuncs.com", + "cn-hangzhou-internal-test-2": "ft.aliyuncs.com", + "cn-shenzhen-finance-1": "ft.aliyuncs.com", + "me-east-1": "ft.aliyuncs.com", + "cn-chengdu": "ft.aliyuncs.com", + "cn-hangzhou-test-306": "ft.aliyuncs.com", + "cn-huhehaote-nebula-1": "ft.aliyuncs.com", + "cn-shanghai-et2-b01": "ft.aliyuncs.com", + "cn-hangzhou-finance": "ft.aliyuncs.com", + "ap-southeast-1": "ft.aliyuncs.com", + "cn-beijing-nu16-b01": "ft.aliyuncs.com", + "cn-edge-1": "ft.aliyuncs.com", + "ap-southeast-2": "ft.aliyuncs.com", + "ap-southeast-3": "ft.aliyuncs.com", + "cn-huhehaote": "ft.aliyuncs.com", + "ap-southeast-5": "ft.aliyuncs.com", + "cn-fujian": "ft.aliyuncs.com", + "ap-northeast-2-pop": "ft.aliyuncs.com", + "cn-shenzhen-inner": "ft.aliyuncs.com", + "cn-zhangjiakou-na62-a01": "ft.aliyuncs.com", + } + self.endpoint_regional = "regional" + + def getEndpointMap(self): + return self.endpoint_map + + def getEndpointRegional(self): + return self.endpoint_regional + + +endpoint_data = EndpointData() diff --git a/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/BatchAuditTest01Request.py b/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/BatchAuditTest01Request.py index 7fdf8174cb..9e428f1e6b 100644 --- a/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/BatchAuditTest01Request.py +++ b/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/BatchAuditTest01Request.py @@ -18,11 +18,18 @@ # under the License. from aliyunsdkcore.request import RpcRequest +from aliyunsdkft.endpoint import endpoint_data class BatchAuditTest01Request(RpcRequest): def __init__(self): RpcRequest.__init__(self, 'Ft', '2018-07-13', 'BatchAuditTest01') + self.set_method('POST') + if hasattr(self, "endpoint_map"): + setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) + if hasattr(self, "endpoint_regional"): + setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) + def get_Demo01(self): return self.get_query_params().get('Demo01') diff --git a/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/BatchAuditTest02Request.py b/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/BatchAuditTest02Request.py index fb8b500e59..5959eda7e2 100644 --- a/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/BatchAuditTest02Request.py +++ b/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/BatchAuditTest02Request.py @@ -18,11 +18,18 @@ # under the License. from aliyunsdkcore.request import RpcRequest +from aliyunsdkft.endpoint import endpoint_data class BatchAuditTest02Request(RpcRequest): def __init__(self): RpcRequest.__init__(self, 'Ft', '2018-07-13', 'BatchAuditTest02') + self.set_method('POST') + if hasattr(self, "endpoint_map"): + setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) + if hasattr(self, "endpoint_regional"): + setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) + def get_Name(self): return self.get_query_params().get('Name') diff --git a/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/CountCloudProductCallTimesRequest.py b/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/CountCloudProductCallTimesRequest.py new file mode 100644 index 0000000000..5d65aa9c57 --- /dev/null +++ b/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/CountCloudProductCallTimesRequest.py @@ -0,0 +1,68 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +from aliyunsdkft.endpoint import endpoint_data + +class CountCloudProductCallTimesRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ft', '2018-07-13', 'CountCloudProductCallTimes') + self.set_method('POST') + if hasattr(self, "endpoint_map"): + setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) + if hasattr(self, "endpoint_regional"): + setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) + + + def get_BucUid(self): + return self.get_query_params().get('BucUid') + + def set_BucUid(self,BucUid): + self.add_query_param('BucUid',BucUid) + + def get_BucName(self): + return self.get_query_params().get('BucName') + + def set_BucName(self,BucName): + self.add_query_param('BucName',BucName) + + def get_BucEmpId(self): + return self.get_query_params().get('BucEmpId') + + def set_BucEmpId(self,BucEmpId): + self.add_query_param('BucEmpId',BucEmpId) + + def get_CloudProductsJsonString(self): + return self.get_body_params().get('CloudProductsJsonString') + + def set_CloudProductsJsonString(self,CloudProductsJsonString): + self.add_body_params('CloudProductsJsonString', CloudProductsJsonString) + + def get_ClearCloudCache(self): + return self.get_body_params().get('ClearCloudCache') + + def set_ClearCloudCache(self,ClearCloudCache): + self.add_body_params('ClearCloudCache', ClearCloudCache) + + def get_ClearProductCache(self): + return self.get_body_params().get('ClearProductCache') + + def set_ClearProductCache(self,ClearProductCache): + self.add_body_params('ClearProductCache', ClearProductCache) \ No newline at end of file diff --git a/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/DescribeResourceTypeRequest.py b/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/DescribeResourceTypeRequest.py index 69b6e31d50..e1b2af037a 100644 --- a/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/DescribeResourceTypeRequest.py +++ b/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/DescribeResourceTypeRequest.py @@ -18,11 +18,18 @@ # under the License. from aliyunsdkcore.request import RpcRequest +from aliyunsdkft.endpoint import endpoint_data class DescribeResourceTypeRequest(RpcRequest): def __init__(self): RpcRequest.__init__(self, 'Ft', '2018-07-13', 'DescribeResourceType') + self.set_method('GET') + if hasattr(self, "endpoint_map"): + setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) + if hasattr(self, "endpoint_regional"): + setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) + def get_Product(self): return self.get_query_params().get('Product') diff --git a/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/FTApiAliasApiRequest.py b/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/FTApiAliasApiRequest.py index 6fb5474633..eb609c6db0 100644 --- a/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/FTApiAliasApiRequest.py +++ b/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/FTApiAliasApiRequest.py @@ -18,11 +18,18 @@ # under the License. from aliyunsdkcore.request import RpcRequest +from aliyunsdkft.endpoint import endpoint_data class FTApiAliasApiRequest(RpcRequest): def __init__(self): RpcRequest.__init__(self, 'Ft', '2018-07-13', 'FTApiAliasApi') + self.set_method('POST') + if hasattr(self, "endpoint_map"): + setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) + if hasattr(self, "endpoint_regional"): + setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) + def get_Name(self): return self.get_query_params().get('Name') diff --git a/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/FtDynamicAddressDubboRequest.py b/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/FtDynamicAddressDubboRequest.py index 0af6dcb6b8..ccde95497d 100644 --- a/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/FtDynamicAddressDubboRequest.py +++ b/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/FtDynamicAddressDubboRequest.py @@ -18,11 +18,18 @@ # under the License. from aliyunsdkcore.request import RpcRequest +from aliyunsdkft.endpoint import endpoint_data class FtDynamicAddressDubboRequest(RpcRequest): def __init__(self): RpcRequest.__init__(self, 'Ft', '2018-07-13', 'FtDynamicAddressDubbo') + self.set_method('POST') + if hasattr(self, "endpoint_map"): + setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) + if hasattr(self, "endpoint_regional"): + setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) + def get_IntValue(self): return self.get_query_params().get('IntValue') diff --git a/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/FtDynamicAddressHsfRequest.py b/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/FtDynamicAddressHsfRequest.py index 9a85ad2c18..e0fe5c8fc3 100644 --- a/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/FtDynamicAddressHsfRequest.py +++ b/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/FtDynamicAddressHsfRequest.py @@ -18,8 +18,14 @@ # under the License. from aliyunsdkcore.request import RpcRequest +from aliyunsdkft.endpoint import endpoint_data class FtDynamicAddressHsfRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ft', '2018-07-13', 'FtDynamicAddressHsf') \ No newline at end of file + RpcRequest.__init__(self, 'Ft', '2018-07-13', 'FtDynamicAddressHsf') + self.set_method('POST') + if hasattr(self, "endpoint_map"): + setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) + if hasattr(self, "endpoint_regional"): + setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) diff --git a/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/FtEagleEyeRequest.py b/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/FtEagleEyeRequest.py index d321446eef..b597107f88 100644 --- a/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/FtEagleEyeRequest.py +++ b/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/FtEagleEyeRequest.py @@ -18,11 +18,18 @@ # under the License. from aliyunsdkcore.request import RpcRequest +from aliyunsdkft.endpoint import endpoint_data class FtEagleEyeRequest(RpcRequest): def __init__(self): RpcRequest.__init__(self, 'Ft', '2018-07-13', 'FtEagleEye') + self.set_method('POST') + if hasattr(self, "endpoint_map"): + setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) + if hasattr(self, "endpoint_regional"): + setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) + def get_Name(self): return self.get_query_params().get('Name') diff --git a/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/FtFlowSpecial1586868138332Request.py b/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/FtFlowSpecial1586868138332Request.py new file mode 100644 index 0000000000..f8501059c3 --- /dev/null +++ b/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/FtFlowSpecial1586868138332Request.py @@ -0,0 +1,38 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +from aliyunsdkft.endpoint import endpoint_data + +class FtFlowSpecial1586868138332Request(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ft', '2018-07-13', 'FtFlowSpecial1586868138332') + self.set_method('POST') + if hasattr(self, "endpoint_map"): + setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) + if hasattr(self, "endpoint_regional"): + setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) + + + def get_Name(self): + return self.get_query_params().get('Name') + + def set_Name(self,Name): + self.add_query_param('Name',Name) \ No newline at end of file diff --git a/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/FtFlowSpecialRequest.py b/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/FtFlowSpecialRequest.py index e18dca2feb..3d575855c0 100644 --- a/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/FtFlowSpecialRequest.py +++ b/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/FtFlowSpecialRequest.py @@ -18,11 +18,18 @@ # under the License. from aliyunsdkcore.request import RpcRequest +from aliyunsdkft.endpoint import endpoint_data class FtFlowSpecialRequest(RpcRequest): def __init__(self): RpcRequest.__init__(self, 'Ft', '2018-07-13', 'FtFlowSpecial') + self.set_method('POST') + if hasattr(self, "endpoint_map"): + setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) + if hasattr(self, "endpoint_regional"): + setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) + def get_Name(self): return self.get_query_params().get('Name') diff --git a/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/FtGatedLaunchPolicy3ApiRequest.py b/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/FtGatedLaunchPolicy3ApiRequest.py index 546f895acf..b63382154b 100644 --- a/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/FtGatedLaunchPolicy3ApiRequest.py +++ b/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/FtGatedLaunchPolicy3ApiRequest.py @@ -18,11 +18,18 @@ # under the License. from aliyunsdkcore.request import RpcRequest +from aliyunsdkft.endpoint import endpoint_data class FtGatedLaunchPolicy3ApiRequest(RpcRequest): def __init__(self): RpcRequest.__init__(self, 'Ft', '2018-07-13', 'FtGatedLaunchPolicy3Api') + self.set_method('POST') + if hasattr(self, "endpoint_map"): + setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) + if hasattr(self, "endpoint_regional"): + setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) + def get_Name(self): return self.get_query_params().get('Name') diff --git a/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/FtGatedLaunchPolicy4Request.py b/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/FtGatedLaunchPolicy4Request.py index bccd4b6a64..529bd3d7cb 100644 --- a/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/FtGatedLaunchPolicy4Request.py +++ b/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/FtGatedLaunchPolicy4Request.py @@ -18,11 +18,18 @@ # under the License. from aliyunsdkcore.request import RpcRequest +from aliyunsdkft.endpoint import endpoint_data class FtGatedLaunchPolicy4Request(RpcRequest): def __init__(self): RpcRequest.__init__(self, 'Ft', '2018-07-13', 'FtGatedLaunchPolicy4') + self.set_method('POST') + if hasattr(self, "endpoint_map"): + setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) + if hasattr(self, "endpoint_regional"): + setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) + def get_IsGatedLaunch(self): return self.get_query_params().get('IsGatedLaunch') diff --git a/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/FtGatedLaunchPolicyApiRequest.py b/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/FtGatedLaunchPolicyApiRequest.py index 6e4005f8f2..805733f483 100644 --- a/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/FtGatedLaunchPolicyApiRequest.py +++ b/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/FtGatedLaunchPolicyApiRequest.py @@ -18,11 +18,18 @@ # under the License. from aliyunsdkcore.request import RpcRequest +from aliyunsdkft.endpoint import endpoint_data class FtGatedLaunchPolicyApiRequest(RpcRequest): def __init__(self): RpcRequest.__init__(self, 'Ft', '2018-07-13', 'FtGatedLaunchPolicyApi') + self.set_method('POST') + if hasattr(self, "endpoint_map"): + setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) + if hasattr(self, "endpoint_regional"): + setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) + def get_UnGatedLaunchPolicy(self): return self.get_query_params().get('UnGatedLaunchPolicy') diff --git a/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/FtIpFlowControlRequest.py b/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/FtIpFlowControlRequest.py index eb68bc01ff..f86a8034f6 100644 --- a/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/FtIpFlowControlRequest.py +++ b/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/FtIpFlowControlRequest.py @@ -18,14 +18,21 @@ # under the License. from aliyunsdkcore.request import RpcRequest +from aliyunsdkft.endpoint import endpoint_data class FtIpFlowControlRequest(RpcRequest): def __init__(self): RpcRequest.__init__(self, 'Ft', '2018-07-13', 'FtIpFlowControl') + self.set_method('POST') + if hasattr(self, "endpoint_map"): + setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) + if hasattr(self, "endpoint_regional"): + setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) - def get_Name(self): - return self.get_query_params().get('Name') - def set_Name(self,Name): - self.add_query_param('Name',Name) \ No newline at end of file + def get_StringList(self): + return self.get_query_params().get('StringList') + + def set_StringList(self,StringList): + self.add_query_param('StringList',StringList) \ No newline at end of file diff --git a/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/FtParamListRequest.py b/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/FtParamListRequest.py index ed056a4021..d3632670ef 100644 --- a/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/FtParamListRequest.py +++ b/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/FtParamListRequest.py @@ -18,24 +18,32 @@ # under the License. from aliyunsdkcore.request import RpcRequest +from aliyunsdkft.endpoint import endpoint_data class FtParamListRequest(RpcRequest): def __init__(self): RpcRequest.__init__(self, 'Ft', '2018-07-13', 'FtParamList') + self.set_method('POST') + if hasattr(self, "endpoint_map"): + setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) + if hasattr(self, "endpoint_regional"): + setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) + def get_Disks(self): return self.get_query_params().get('Disks') - def set_Disks(self,Disks): - for i in range(len(Disks)): - for j in range(len(Disks[i].get('Sizes'))): - if Disks[i].get('Sizes')[j] is not None: - self.add_query_param('Disk.' + str(i + 1) + '.Size.'+str(j + 1), Disks[i].get('Sizes')[j]) - for j in range(len(Disks[i].get('Types'))): - if Disks[i].get('Types')[j] is not None: - self.add_query_param('Disk.' + str(i + 1) + '.Type.'+str(j + 1), Disks[i].get('Types')[j]) - + def set_Disks(self, Disks): + for depth1 in range(len(Disks)): + if Disks[depth1].get('Size') is not None: + for depth2 in range(len(Disks[depth1].get('Size'))): + if Disks[depth1].get('Size')[depth2] is not None: + self.add_query_param('Disk.' + str(depth1 + 1) + '.Size.' + str(depth2 + 1) , Disks[depth1].get('Size')[depth2]) + if Disks[depth1].get('Type') is not None: + for depth2 in range(len(Disks[depth1].get('Type'))): + if Disks[depth1].get('Type')[depth2] is not None: + self.add_query_param('Disk.' + str(depth1 + 1) + '.Type.' + str(depth2 + 1) , Disks[depth1].get('Type')[depth2]) def get_Name(self): return self.get_query_params().get('Name') diff --git a/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/GetMigrateStrategyResultRequest.py b/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/GetMigrateStrategyResultRequest.py new file mode 100644 index 0000000000..a24a80b873 --- /dev/null +++ b/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/GetMigrateStrategyResultRequest.py @@ -0,0 +1,116 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +from aliyunsdkft.endpoint import endpoint_data + +class GetMigrateStrategyResultRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ft', '2018-07-13', 'GetMigrateStrategyResult') + self.set_method('POST') + if hasattr(self, "endpoint_map"): + setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) + if hasattr(self, "endpoint_regional"): + setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) + + + def get_parentName(self): + return self.get_query_params().get('parentName') + + def set_parentName(self,parentName): + self.add_query_param('parentName',parentName) + + def get_CurrentPage(self): + return self.get_query_params().get('CurrentPage') + + def set_CurrentPage(self,CurrentPage): + self.add_query_param('CurrentPage',CurrentPage) + + def get_BucName(self): + return self.get_query_params().get('BucName') + + def set_BucName(self,BucName): + self.add_query_param('BucName',BucName) + + def get_Env(self): + return self.get_query_params().get('Env') + + def set_Env(self,Env): + self.add_query_param('Env',Env) + + def get_type(self): + return self.get_query_params().get('type') + + def set_type(self,type): + self.add_query_param('type',type) + + def get_BucEmpId(self): + return self.get_query_params().get('BucEmpId') + + def set_BucEmpId(self,BucEmpId): + self.add_query_param('BucEmpId',BucEmpId) + + def get_strategyName(self): + return self.get_body_params().get('strategyName') + + def set_strategyName(self,strategyName): + self.add_body_params('strategyName', strategyName) + + def get_ApiName(self): + return self.get_query_params().get('ApiName') + + def set_ApiName(self,ApiName): + self.add_query_param('ApiName',ApiName) + + def get_flowSpecial(self): + return self.get_query_params().get('flowSpecial') + + def set_flowSpecial(self,flowSpecial): + self.add_query_param('flowSpecial',flowSpecial) + + def get_PageSize(self): + return self.get_query_params().get('PageSize') + + def set_PageSize(self,PageSize): + self.add_query_param('PageSize',PageSize) + + def get_ProductName(self): + return self.get_query_params().get('ProductName') + + def set_ProductName(self,ProductName): + self.add_query_param('ProductName',ProductName) + + def get_BucUid(self): + return self.get_query_params().get('BucUid') + + def set_BucUid(self,BucUid): + self.add_query_param('BucUid',BucUid) + + def get_VersionName(self): + return self.get_query_params().get('VersionName') + + def set_VersionName(self,VersionName): + self.add_query_param('VersionName',VersionName) + + def get_status(self): + return self.get_query_params().get('status') + + def set_status(self,status): + self.add_query_param('status',status) \ No newline at end of file diff --git a/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/GetTairDataRequest.py b/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/GetTairDataRequest.py new file mode 100644 index 0000000000..d7370ddab2 --- /dev/null +++ b/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/GetTairDataRequest.py @@ -0,0 +1,46 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +from aliyunsdkft.endpoint import endpoint_data + +class GetTairDataRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ft', '2018-07-13', 'GetTairData') + self.set_method('POST') + if hasattr(self, "endpoint_map"): + setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) + if hasattr(self, "endpoint_regional"): + setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) + + + def get_Keyss(self): + return self.get_query_params().get('Keyss') + + def set_Keyss(self, Keyss): + for depth1 in range(len(Keyss)): + if Keyss[depth1] is not None: + self.add_query_param('Keys.' + str(depth1 + 1) , Keyss[depth1]) + + def get_CacheName(self): + return self.get_query_params().get('CacheName') + + def set_CacheName(self,CacheName): + self.add_query_param('CacheName',CacheName) \ No newline at end of file diff --git a/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/MigrateStrategyRequest.py b/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/MigrateStrategyRequest.py new file mode 100644 index 0000000000..4c9e6dfd92 --- /dev/null +++ b/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/MigrateStrategyRequest.py @@ -0,0 +1,74 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +from aliyunsdkft.endpoint import endpoint_data + +class MigrateStrategyRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ft', '2018-07-13', 'MigrateStrategy') + self.set_method('POST') + if hasattr(self, "endpoint_map"): + setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) + if hasattr(self, "endpoint_regional"): + setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) + + + def get_apiName(self): + return self.get_query_params().get('apiName') + + def set_apiName(self,apiName): + self.add_query_param('apiName',apiName) + + def get_ProductName(self): + return self.get_query_params().get('ProductName') + + def set_ProductName(self,ProductName): + self.add_query_param('ProductName',ProductName) + + def get_BucUid(self): + return self.get_query_params().get('BucUid') + + def set_BucUid(self,BucUid): + self.add_query_param('BucUid',BucUid) + + def get_BucName(self): + return self.get_query_params().get('BucName') + + def set_BucName(self,BucName): + self.add_query_param('BucName',BucName) + + def get_Env(self): + return self.get_query_params().get('Env') + + def set_Env(self,Env): + self.add_query_param('Env',Env) + + def get_BucEmpId(self): + return self.get_query_params().get('BucEmpId') + + def set_BucEmpId(self,BucEmpId): + self.add_query_param('BucEmpId',BucEmpId) + + def get_VersionName(self): + return self.get_query_params().get('VersionName') + + def set_VersionName(self,VersionName): + self.add_query_param('VersionName',VersionName) \ No newline at end of file diff --git a/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/QueryDomainChangeRecordsRequest.py b/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/QueryDomainChangeRecordsRequest.py new file mode 100644 index 0000000000..e973713182 --- /dev/null +++ b/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/QueryDomainChangeRecordsRequest.py @@ -0,0 +1,68 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +from aliyunsdkft.endpoint import endpoint_data + +class QueryDomainChangeRecordsRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ft', '2018-07-13', 'QueryDomainChangeRecords') + self.set_method('POST') + if hasattr(self, "endpoint_map"): + setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) + if hasattr(self, "endpoint_regional"): + setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) + + + def get_Product(self): + return self.get_query_params().get('Product') + + def set_Product(self,Product): + self.add_query_param('Product',Product) + + def get_PageSize(self): + return self.get_query_params().get('PageSize') + + def set_PageSize(self,PageSize): + self.add_query_param('PageSize',PageSize) + + def get_BucUid(self): + return self.get_query_params().get('BucUid') + + def set_BucUid(self,BucUid): + self.add_query_param('BucUid',BucUid) + + def get_CurrentPage(self): + return self.get_query_params().get('CurrentPage') + + def set_CurrentPage(self,CurrentPage): + self.add_query_param('CurrentPage',CurrentPage) + + def get_BucName(self): + return self.get_query_params().get('BucName') + + def set_BucName(self,BucName): + self.add_query_param('BucName',BucName) + + def get_BucEmpId(self): + return self.get_query_params().get('BucEmpId') + + def set_BucEmpId(self,BucEmpId): + self.add_query_param('BucEmpId',BucEmpId) \ No newline at end of file diff --git a/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/TestDubboRetryApiRequest.py b/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/TestDubboRetryApiRequest.py index 95746fb0f6..eb6d6639ea 100644 --- a/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/TestDubboRetryApiRequest.py +++ b/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/TestDubboRetryApiRequest.py @@ -18,8 +18,14 @@ # under the License. from aliyunsdkcore.request import RpcRequest +from aliyunsdkft.endpoint import endpoint_data class TestDubboRetryApiRequest(RpcRequest): def __init__(self): - RpcRequest.__init__(self, 'Ft', '2018-07-13', 'TestDubboRetryApi') \ No newline at end of file + RpcRequest.__init__(self, 'Ft', '2018-07-13', 'TestDubboRetryApi') + self.set_method('POST') + if hasattr(self, "endpoint_map"): + setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) + if hasattr(self, "endpoint_regional"): + setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) diff --git a/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/TestErrorCodeForGateWayRequest.py b/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/TestErrorCodeForGateWayRequest.py index cee2c7b392..9bf5ee9b32 100644 --- a/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/TestErrorCodeForGateWayRequest.py +++ b/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/TestErrorCodeForGateWayRequest.py @@ -18,11 +18,18 @@ # under the License. from aliyunsdkcore.request import RpcRequest +from aliyunsdkft.endpoint import endpoint_data class TestErrorCodeForGateWayRequest(RpcRequest): def __init__(self): RpcRequest.__init__(self, 'Ft', '2018-07-13', 'TestErrorCodeForGateWay') + self.set_method('GET') + if hasattr(self, "endpoint_map"): + setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) + if hasattr(self, "endpoint_regional"): + setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) + def get_HttpStatusCode(self): return self.get_query_params().get('HttpStatusCode') diff --git a/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/TestFlowStrategy01Request.py b/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/TestFlowStrategy01Request.py new file mode 100644 index 0000000000..1cc2a83e44 --- /dev/null +++ b/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/TestFlowStrategy01Request.py @@ -0,0 +1,38 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +from aliyunsdkft.endpoint import endpoint_data + +class TestFlowStrategy01Request(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ft', '2018-07-13', 'TestFlowStrategy01') + self.set_method('PUT') + if hasattr(self, "endpoint_map"): + setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) + if hasattr(self, "endpoint_regional"): + setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) + + + def get_Names(self): + return self.get_body_params().get('Names') + + def set_Names(self,Names): + self.add_body_params('Names', Names) \ No newline at end of file diff --git a/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/TestHttpApiRequest.py b/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/TestHttpApiRequest.py index 0a709240fa..7c5ed2132f 100644 --- a/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/TestHttpApiRequest.py +++ b/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/TestHttpApiRequest.py @@ -18,11 +18,18 @@ # under the License. from aliyunsdkcore.request import RpcRequest +from aliyunsdkft.endpoint import endpoint_data class TestHttpApiRequest(RpcRequest): def __init__(self): RpcRequest.__init__(self, 'Ft', '2018-07-13', 'TestHttpApi') + self.set_method('POST') + if hasattr(self, "endpoint_map"): + setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) + if hasattr(self, "endpoint_regional"): + setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) + def get_IspSignatureSecretKey(self): return self.get_query_params().get('IspSignatureSecretKey') diff --git a/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/TestIspHttpValidatorRequest.py b/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/TestIspHttpValidatorRequest.py new file mode 100644 index 0000000000..bc234c86ce --- /dev/null +++ b/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/TestIspHttpValidatorRequest.py @@ -0,0 +1,31 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +from aliyunsdkft.endpoint import endpoint_data + +class TestIspHttpValidatorRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ft', '2018-07-13', 'TestIspHttpValidator') + self.set_method('POST') + if hasattr(self, "endpoint_map"): + setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) + if hasattr(self, "endpoint_regional"): + setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) diff --git a/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/TestXmlServiceRoutePolicyRequest.py b/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/TestXmlServiceRoutePolicyRequest.py new file mode 100644 index 0000000000..bd65536c91 --- /dev/null +++ b/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/TestXmlServiceRoutePolicyRequest.py @@ -0,0 +1,38 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +from aliyunsdkft.endpoint import endpoint_data + +class TestXmlServiceRoutePolicyRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ft', '2018-07-13', 'TestXmlServiceRoutePolicy') + self.set_method('POST') + if hasattr(self, "endpoint_map"): + setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) + if hasattr(self, "endpoint_regional"): + setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) + + + def get_Api(self): + return self.get_query_params().get('Api') + + def set_Api(self,Api): + self.add_query_param('Api',Api) \ No newline at end of file diff --git a/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/UpdateDomainRecordsRegionIdRequest.py b/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/UpdateDomainRecordsRegionIdRequest.py new file mode 100644 index 0000000000..b741210420 --- /dev/null +++ b/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/UpdateDomainRecordsRegionIdRequest.py @@ -0,0 +1,56 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +from aliyunsdkft.endpoint import endpoint_data + +class UpdateDomainRecordsRegionIdRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ft', '2018-07-13', 'UpdateDomainRecordsRegionId') + self.set_method('POST') + if hasattr(self, "endpoint_map"): + setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) + if hasattr(self, "endpoint_regional"): + setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) + + + def get_Domain(self): + return self.get_query_params().get('Domain') + + def set_Domain(self,Domain): + self.add_query_param('Domain',Domain) + + def get_BucUid(self): + return self.get_query_params().get('BucUid') + + def set_BucUid(self,BucUid): + self.add_query_param('BucUid',BucUid) + + def get_BucName(self): + return self.get_query_params().get('BucName') + + def set_BucName(self,BucName): + self.add_query_param('BucName',BucName) + + def get_BucEmpId(self): + return self.get_query_params().get('BucEmpId') + + def set_BucEmpId(self,BucEmpId): + self.add_query_param('BucEmpId',BucEmpId) \ No newline at end of file From efddd17f95d9cb57073270ba56a180c5f85072c5 Mon Sep 17 00:00:00 2001 From: sdk-team Date: Wed, 19 Aug 2020 08:56:02 +0000 Subject: [PATCH 188/282] Generated 2018-07-13 for Ft. --- aliyun-python-sdk-ft/ChangeLog.txt | 3 +++ aliyun-python-sdk-ft/aliyunsdkft/__init__.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/aliyun-python-sdk-ft/ChangeLog.txt b/aliyun-python-sdk-ft/ChangeLog.txt index 76f116d993..a0fbb30d71 100644 --- a/aliyun-python-sdk-ft/ChangeLog.txt +++ b/aliyun-python-sdk-ft/ChangeLog.txt @@ -1,3 +1,6 @@ +2020-08-19 Version: 1.0.0 +- Generated 2018-07-13 for `Ft`. + 2020-08-18 Version: 1.3.33 - Generated 2018-07-13 for `Ft`. diff --git a/aliyun-python-sdk-ft/aliyunsdkft/__init__.py b/aliyun-python-sdk-ft/aliyunsdkft/__init__.py index 46903c7f42..75977e6f41 100644 --- a/aliyun-python-sdk-ft/aliyunsdkft/__init__.py +++ b/aliyun-python-sdk-ft/aliyunsdkft/__init__.py @@ -1 +1 @@ -__version__ = '1.3.33' \ No newline at end of file +__version__ = '1.0.0' \ No newline at end of file From 6a18fb5bd351ef901117d0c81b78cf1395e6f0c1 Mon Sep 17 00:00:00 2001 From: sdk-team Date: Wed, 19 Aug 2020 09:13:05 +0000 Subject: [PATCH 189/282] Generated 2019-02-25 for sdk-test. --- aliyun-python-sdk-sdk-test/ChangeLog.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/aliyun-python-sdk-sdk-test/ChangeLog.txt b/aliyun-python-sdk-sdk-test/ChangeLog.txt index 0bc7386481..2d6f69d78c 100644 --- a/aliyun-python-sdk-sdk-test/ChangeLog.txt +++ b/aliyun-python-sdk-sdk-test/ChangeLog.txt @@ -1,3 +1,6 @@ +2020-08-19 Version: 1.0.0 +- Generated 2019-02-25 for `sdk-test`. + 2020-08-17 Version: 1.0.0 - Generated 2019-02-25 for `sdk-test`. From e2e0e9c8f44dd798a3e50c2f9586810c6e05d3de Mon Sep 17 00:00:00 2001 From: sdk-team Date: Wed, 19 Aug 2020 10:05:29 +0000 Subject: [PATCH 190/282] Generated 2019-02-25 for sdk-test. --- aliyun-python-sdk-sdk-test/ChangeLog.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/aliyun-python-sdk-sdk-test/ChangeLog.txt b/aliyun-python-sdk-sdk-test/ChangeLog.txt index 2d6f69d78c..80144c9229 100644 --- a/aliyun-python-sdk-sdk-test/ChangeLog.txt +++ b/aliyun-python-sdk-sdk-test/ChangeLog.txt @@ -1,6 +1,9 @@ 2020-08-19 Version: 1.0.0 - Generated 2019-02-25 for `sdk-test`. +2020-08-19 Version: 1.0.0 +- Generated 2019-02-25 for `sdk-test`. + 2020-08-17 Version: 1.0.0 - Generated 2019-02-25 for `sdk-test`. From bd9b02602365fa5b4dee00add74efb48619ce712 Mon Sep 17 00:00:00 2001 From: sdk-team Date: Wed, 19 Aug 2020 10:11:41 +0000 Subject: [PATCH 191/282] Generated 2019-02-25 for sdk-test. --- aliyun-python-sdk-sdk-test/ChangeLog.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/aliyun-python-sdk-sdk-test/ChangeLog.txt b/aliyun-python-sdk-sdk-test/ChangeLog.txt index 80144c9229..674acacbcd 100644 --- a/aliyun-python-sdk-sdk-test/ChangeLog.txt +++ b/aliyun-python-sdk-sdk-test/ChangeLog.txt @@ -4,6 +4,9 @@ 2020-08-19 Version: 1.0.0 - Generated 2019-02-25 for `sdk-test`. +2020-08-19 Version: 1.0.0 +- Generated 2019-02-25 for `sdk-test`. + 2020-08-17 Version: 1.0.0 - Generated 2019-02-25 for `sdk-test`. From 3506d43c7e1c11e976fcadfc6690a9e69f688fe3 Mon Sep 17 00:00:00 2001 From: sdk-team Date: Wed, 19 Aug 2020 18:17:48 +0800 Subject: [PATCH 192/282] Generated 2019-02-25 for sdk-test. --- aliyun-python-sdk-sdk-test/ChangeLog.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/aliyun-python-sdk-sdk-test/ChangeLog.txt b/aliyun-python-sdk-sdk-test/ChangeLog.txt index 674acacbcd..f4f013a961 100644 --- a/aliyun-python-sdk-sdk-test/ChangeLog.txt +++ b/aliyun-python-sdk-sdk-test/ChangeLog.txt @@ -7,6 +7,9 @@ 2020-08-19 Version: 1.0.0 - Generated 2019-02-25 for `sdk-test`. +2020-08-19 Version: 1.0.0 +- Generated 2019-02-25 for `sdk-test`. + 2020-08-17 Version: 1.0.0 - Generated 2019-02-25 for `sdk-test`. From da7065e57c969c9b2e2fe2a6f07a237e9edbf817 Mon Sep 17 00:00:00 2001 From: sdk-team Date: Wed, 19 Aug 2020 10:36:26 +0000 Subject: [PATCH 193/282] Generated 2019-02-25 for sdk-test. --- aliyun-python-sdk-sdk-test/ChangeLog.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/aliyun-python-sdk-sdk-test/ChangeLog.txt b/aliyun-python-sdk-sdk-test/ChangeLog.txt index f4f013a961..96312b46b0 100644 --- a/aliyun-python-sdk-sdk-test/ChangeLog.txt +++ b/aliyun-python-sdk-sdk-test/ChangeLog.txt @@ -10,6 +10,9 @@ 2020-08-19 Version: 1.0.0 - Generated 2019-02-25 for `sdk-test`. +2020-08-19 Version: 1.0.0 +- Generated 2019-02-25 for `sdk-test`. + 2020-08-17 Version: 1.0.0 - Generated 2019-02-25 for `sdk-test`. From e839905dd14d72f6251ec60c11b71573c04b425e Mon Sep 17 00:00:00 2001 From: sdk-team Date: Wed, 19 Aug 2020 10:52:34 +0000 Subject: [PATCH 194/282] Generated 2019-02-25 for sdk-test. --- aliyun-python-sdk-sdk-test/ChangeLog.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/aliyun-python-sdk-sdk-test/ChangeLog.txt b/aliyun-python-sdk-sdk-test/ChangeLog.txt index 96312b46b0..9a30ad149f 100644 --- a/aliyun-python-sdk-sdk-test/ChangeLog.txt +++ b/aliyun-python-sdk-sdk-test/ChangeLog.txt @@ -13,6 +13,9 @@ 2020-08-19 Version: 1.0.0 - Generated 2019-02-25 for `sdk-test`. +2020-08-19 Version: 1.0.0 +- Generated 2019-02-25 for `sdk-test`. + 2020-08-17 Version: 1.0.0 - Generated 2019-02-25 for `sdk-test`. From 117455f64146ab6ccd10404f87eeee1e68e7cb03 Mon Sep 17 00:00:00 2001 From: sdk-team Date: Wed, 19 Aug 2020 11:06:14 +0000 Subject: [PATCH 195/282] Generated 2019-02-25 for sdk-test. --- aliyun-python-sdk-sdk-test/ChangeLog.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/aliyun-python-sdk-sdk-test/ChangeLog.txt b/aliyun-python-sdk-sdk-test/ChangeLog.txt index 9a30ad149f..2e87770723 100644 --- a/aliyun-python-sdk-sdk-test/ChangeLog.txt +++ b/aliyun-python-sdk-sdk-test/ChangeLog.txt @@ -16,6 +16,9 @@ 2020-08-19 Version: 1.0.0 - Generated 2019-02-25 for `sdk-test`. +2020-08-19 Version: 1.0.0 +- Generated 2019-02-25 for `sdk-test`. + 2020-08-17 Version: 1.0.0 - Generated 2019-02-25 for `sdk-test`. From 378cf92bd1d5995ead7442ef14ebb5de561b64ba Mon Sep 17 00:00:00 2001 From: sdk-team Date: Wed, 19 Aug 2020 11:37:37 +0000 Subject: [PATCH 196/282] Generated 2019-02-25 for sdk-test. --- aliyun-python-sdk-sdk-test/ChangeLog.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/aliyun-python-sdk-sdk-test/ChangeLog.txt b/aliyun-python-sdk-sdk-test/ChangeLog.txt index 2e87770723..a0b2530388 100644 --- a/aliyun-python-sdk-sdk-test/ChangeLog.txt +++ b/aliyun-python-sdk-sdk-test/ChangeLog.txt @@ -19,6 +19,9 @@ 2020-08-19 Version: 1.0.0 - Generated 2019-02-25 for `sdk-test`. +2020-08-19 Version: 1.0.0 +- Generated 2019-02-25 for `sdk-test`. + 2020-08-17 Version: 1.0.0 - Generated 2019-02-25 for `sdk-test`. From 4219762f4c99e814d2ea3873572e388006532ec2 Mon Sep 17 00:00:00 2001 From: sdk-team Date: Wed, 19 Aug 2020 11:47:26 +0000 Subject: [PATCH 197/282] Generated 2019-02-25 for sdk-test. --- aliyun-python-sdk-sdk-test/ChangeLog.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/aliyun-python-sdk-sdk-test/ChangeLog.txt b/aliyun-python-sdk-sdk-test/ChangeLog.txt index a0b2530388..01c803a599 100644 --- a/aliyun-python-sdk-sdk-test/ChangeLog.txt +++ b/aliyun-python-sdk-sdk-test/ChangeLog.txt @@ -22,6 +22,9 @@ 2020-08-19 Version: 1.0.0 - Generated 2019-02-25 for `sdk-test`. +2020-08-19 Version: 1.0.0 +- Generated 2019-02-25 for `sdk-test`. + 2020-08-17 Version: 1.0.0 - Generated 2019-02-25 for `sdk-test`. From 0d2bc2e6b8362bbeb53c449e268fee2ab6f24c50 Mon Sep 17 00:00:00 2001 From: sdk-team Date: Wed, 19 Aug 2020 12:22:03 +0000 Subject: [PATCH 198/282] Generated 2019-02-25 for sdk-test. --- aliyun-python-sdk-sdk-test/ChangeLog.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/aliyun-python-sdk-sdk-test/ChangeLog.txt b/aliyun-python-sdk-sdk-test/ChangeLog.txt index 01c803a599..b91d09fa61 100644 --- a/aliyun-python-sdk-sdk-test/ChangeLog.txt +++ b/aliyun-python-sdk-sdk-test/ChangeLog.txt @@ -25,6 +25,9 @@ 2020-08-19 Version: 1.0.0 - Generated 2019-02-25 for `sdk-test`. +2020-08-19 Version: 1.0.0 +- Generated 2019-02-25 for `sdk-test`. + 2020-08-17 Version: 1.0.0 - Generated 2019-02-25 for `sdk-test`. From 1eb1eff27c40c7487f611377de44d8f0068a6874 Mon Sep 17 00:00:00 2001 From: sdk-team Date: Thu, 20 Aug 2020 02:04:10 +0000 Subject: [PATCH 199/282] Generated 2019-02-25 for sdk-test. --- aliyun-python-sdk-sdk-test/ChangeLog.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/aliyun-python-sdk-sdk-test/ChangeLog.txt b/aliyun-python-sdk-sdk-test/ChangeLog.txt index b91d09fa61..4142a11ebf 100644 --- a/aliyun-python-sdk-sdk-test/ChangeLog.txt +++ b/aliyun-python-sdk-sdk-test/ChangeLog.txt @@ -1,3 +1,6 @@ +2020-08-20 Version: 1.0.0 +- Generated 2019-02-25 for `sdk-test`. + 2020-08-19 Version: 1.0.0 - Generated 2019-02-25 for `sdk-test`. From 49bb2d13199f4470896e564d602c1ed83ca9efea Mon Sep 17 00:00:00 2001 From: sdk-team Date: Thu, 20 Aug 2020 06:24:40 +0000 Subject: [PATCH 200/282] Generated 2018-07-13 for Ft. --- aliyun-python-sdk-ft/ChangeLog.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/aliyun-python-sdk-ft/ChangeLog.txt b/aliyun-python-sdk-ft/ChangeLog.txt index a0fbb30d71..255167f6af 100644 --- a/aliyun-python-sdk-ft/ChangeLog.txt +++ b/aliyun-python-sdk-ft/ChangeLog.txt @@ -1,3 +1,6 @@ +2020-08-20 Version: 1.0.0 +- Generated 2018-07-13 for `Ft`. + 2020-08-19 Version: 1.0.0 - Generated 2018-07-13 for `Ft`. From 8ba7ddbe4300d4127df755b014d3f98e5b3d8738 Mon Sep 17 00:00:00 2001 From: sdk-team Date: Thu, 20 Aug 2020 06:36:29 +0000 Subject: [PATCH 201/282] Generated 2018-07-13 for Ft. --- aliyun-python-sdk-ft/ChangeLog.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/aliyun-python-sdk-ft/ChangeLog.txt b/aliyun-python-sdk-ft/ChangeLog.txt index 255167f6af..9b82247a0a 100644 --- a/aliyun-python-sdk-ft/ChangeLog.txt +++ b/aliyun-python-sdk-ft/ChangeLog.txt @@ -1,6 +1,9 @@ 2020-08-20 Version: 1.0.0 - Generated 2018-07-13 for `Ft`. +2020-08-20 Version: 1.0.0 +- Generated 2018-07-13 for `Ft`. + 2020-08-19 Version: 1.0.0 - Generated 2018-07-13 for `Ft`. From fd53d482012d749c60b8378152f3a4a669bef699 Mon Sep 17 00:00:00 2001 From: sdk-team Date: Thu, 20 Aug 2020 06:38:36 +0000 Subject: [PATCH 202/282] Generated 2018-07-13 for Ft. --- aliyun-python-sdk-ft/ChangeLog.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/aliyun-python-sdk-ft/ChangeLog.txt b/aliyun-python-sdk-ft/ChangeLog.txt index 9b82247a0a..9b7c9f010d 100644 --- a/aliyun-python-sdk-ft/ChangeLog.txt +++ b/aliyun-python-sdk-ft/ChangeLog.txt @@ -4,6 +4,9 @@ 2020-08-20 Version: 1.0.0 - Generated 2018-07-13 for `Ft`. +2020-08-20 Version: 1.0.0 +- Generated 2018-07-13 for `Ft`. + 2020-08-19 Version: 1.0.0 - Generated 2018-07-13 for `Ft`. From e1929f884870776d0339cfc6e07801ce32a9f481 Mon Sep 17 00:00:00 2001 From: sdk-team Date: Thu, 20 Aug 2020 06:40:50 +0000 Subject: [PATCH 203/282] Generated 2018-07-13 for Ft. --- aliyun-python-sdk-ft/ChangeLog.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/aliyun-python-sdk-ft/ChangeLog.txt b/aliyun-python-sdk-ft/ChangeLog.txt index 9b7c9f010d..8836b55710 100644 --- a/aliyun-python-sdk-ft/ChangeLog.txt +++ b/aliyun-python-sdk-ft/ChangeLog.txt @@ -7,6 +7,9 @@ 2020-08-20 Version: 1.0.0 - Generated 2018-07-13 for `Ft`. +2020-08-20 Version: 1.0.0 +- Generated 2018-07-13 for `Ft`. + 2020-08-19 Version: 1.0.0 - Generated 2018-07-13 for `Ft`. From 54e1653ba7d0e0a7c3254ce93c7efd1482138d8a Mon Sep 17 00:00:00 2001 From: sdk-team Date: Thu, 20 Aug 2020 06:42:35 +0000 Subject: [PATCH 204/282] Generated 2018-07-13 for Ft. --- aliyun-python-sdk-ft/ChangeLog.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/aliyun-python-sdk-ft/ChangeLog.txt b/aliyun-python-sdk-ft/ChangeLog.txt index 8836b55710..95b39a1ad2 100644 --- a/aliyun-python-sdk-ft/ChangeLog.txt +++ b/aliyun-python-sdk-ft/ChangeLog.txt @@ -10,6 +10,9 @@ 2020-08-20 Version: 1.0.0 - Generated 2018-07-13 for `Ft`. +2020-08-20 Version: 1.0.0 +- Generated 2018-07-13 for `Ft`. + 2020-08-19 Version: 1.0.0 - Generated 2018-07-13 for `Ft`. From 332eaea53771d720e7538fe2db933f5dab096b6f Mon Sep 17 00:00:00 2001 From: sdk-team Date: Thu, 20 Aug 2020 06:58:18 +0000 Subject: [PATCH 205/282] Generated 2018-07-13 for Ft. --- aliyun-python-sdk-ft/ChangeLog.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/aliyun-python-sdk-ft/ChangeLog.txt b/aliyun-python-sdk-ft/ChangeLog.txt index 95b39a1ad2..093a02ac27 100644 --- a/aliyun-python-sdk-ft/ChangeLog.txt +++ b/aliyun-python-sdk-ft/ChangeLog.txt @@ -13,6 +13,9 @@ 2020-08-20 Version: 1.0.0 - Generated 2018-07-13 for `Ft`. +2020-08-20 Version: 1.0.0 +- Generated 2018-07-13 for `Ft`. + 2020-08-19 Version: 1.0.0 - Generated 2018-07-13 for `Ft`. From 72eb973788b381bac497e0c3c1a9829deebe0108 Mon Sep 17 00:00:00 2001 From: sdk-team Date: Thu, 20 Aug 2020 07:04:53 +0000 Subject: [PATCH 206/282] Generated 2018-07-13 for Ft. --- aliyun-python-sdk-ft/ChangeLog.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/aliyun-python-sdk-ft/ChangeLog.txt b/aliyun-python-sdk-ft/ChangeLog.txt index 093a02ac27..29ac2557c3 100644 --- a/aliyun-python-sdk-ft/ChangeLog.txt +++ b/aliyun-python-sdk-ft/ChangeLog.txt @@ -16,6 +16,9 @@ 2020-08-20 Version: 1.0.0 - Generated 2018-07-13 for `Ft`. +2020-08-20 Version: 1.0.0 +- Generated 2018-07-13 for `Ft`. + 2020-08-19 Version: 1.0.0 - Generated 2018-07-13 for `Ft`. From 7f32f74f942690032a3bd8552d9260d7c2eddf77 Mon Sep 17 00:00:00 2001 From: sdk-team Date: Thu, 20 Aug 2020 07:06:29 +0000 Subject: [PATCH 207/282] Generated 2018-07-13 for Ft. --- aliyun-python-sdk-ft/ChangeLog.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/aliyun-python-sdk-ft/ChangeLog.txt b/aliyun-python-sdk-ft/ChangeLog.txt index 29ac2557c3..26f3824b61 100644 --- a/aliyun-python-sdk-ft/ChangeLog.txt +++ b/aliyun-python-sdk-ft/ChangeLog.txt @@ -19,6 +19,9 @@ 2020-08-20 Version: 1.0.0 - Generated 2018-07-13 for `Ft`. +2020-08-20 Version: 1.0.0 +- Generated 2018-07-13 for `Ft`. + 2020-08-19 Version: 1.0.0 - Generated 2018-07-13 for `Ft`. From 593c12451699726264ca7afe6c5d4b7697878855 Mon Sep 17 00:00:00 2001 From: sdk-team Date: Thu, 20 Aug 2020 07:06:40 +0000 Subject: [PATCH 208/282] Generated 2018-07-13 for Ft. --- aliyun-python-sdk-ft/ChangeLog.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/aliyun-python-sdk-ft/ChangeLog.txt b/aliyun-python-sdk-ft/ChangeLog.txt index 26f3824b61..4b3f833682 100644 --- a/aliyun-python-sdk-ft/ChangeLog.txt +++ b/aliyun-python-sdk-ft/ChangeLog.txt @@ -22,6 +22,9 @@ 2020-08-20 Version: 1.0.0 - Generated 2018-07-13 for `Ft`. +2020-08-20 Version: 1.0.0 +- Generated 2018-07-13 for `Ft`. + 2020-08-19 Version: 1.0.0 - Generated 2018-07-13 for `Ft`. From dc6bae877f6b00f9b111afd6ffaaacaa77df26aa Mon Sep 17 00:00:00 2001 From: sdk-team Date: Thu, 20 Aug 2020 07:28:42 +0000 Subject: [PATCH 209/282] Generated 2018-07-13 for Ft. --- aliyun-python-sdk-ft/ChangeLog.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/aliyun-python-sdk-ft/ChangeLog.txt b/aliyun-python-sdk-ft/ChangeLog.txt index 4b3f833682..7cf37597e8 100644 --- a/aliyun-python-sdk-ft/ChangeLog.txt +++ b/aliyun-python-sdk-ft/ChangeLog.txt @@ -25,6 +25,9 @@ 2020-08-20 Version: 1.0.0 - Generated 2018-07-13 for `Ft`. +2020-08-20 Version: 1.0.0 +- Generated 2018-07-13 for `Ft`. + 2020-08-19 Version: 1.0.0 - Generated 2018-07-13 for `Ft`. From 0a1a51928a0efda9d19105d863aa3b7a1f1d4666 Mon Sep 17 00:00:00 2001 From: sdk-team Date: Thu, 20 Aug 2020 07:59:22 +0000 Subject: [PATCH 210/282] Generated 2018-07-13 for Ft. --- aliyun-python-sdk-ft/ChangeLog.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/aliyun-python-sdk-ft/ChangeLog.txt b/aliyun-python-sdk-ft/ChangeLog.txt index 7cf37597e8..a6933f3582 100644 --- a/aliyun-python-sdk-ft/ChangeLog.txt +++ b/aliyun-python-sdk-ft/ChangeLog.txt @@ -28,6 +28,9 @@ 2020-08-20 Version: 1.0.0 - Generated 2018-07-13 for `Ft`. +2020-08-20 Version: 1.0.0 +- Generated 2018-07-13 for `Ft`. + 2020-08-19 Version: 1.0.0 - Generated 2018-07-13 for `Ft`. From 89f19bb86cce7944f849732e6bac077e7f912c9a Mon Sep 17 00:00:00 2001 From: sdk-team Date: Thu, 20 Aug 2020 07:59:48 +0000 Subject: [PATCH 211/282] Generated 2018-07-13 for Ft. --- aliyun-python-sdk-ft/ChangeLog.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/aliyun-python-sdk-ft/ChangeLog.txt b/aliyun-python-sdk-ft/ChangeLog.txt index a6933f3582..00542c07e3 100644 --- a/aliyun-python-sdk-ft/ChangeLog.txt +++ b/aliyun-python-sdk-ft/ChangeLog.txt @@ -31,6 +31,9 @@ 2020-08-20 Version: 1.0.0 - Generated 2018-07-13 for `Ft`. +2020-08-20 Version: 1.0.0 +- Generated 2018-07-13 for `Ft`. + 2020-08-19 Version: 1.0.0 - Generated 2018-07-13 for `Ft`. From 1bf4267b4b7661f367c12a0d6867c9ac6a4db5d2 Mon Sep 17 00:00:00 2001 From: sdk-team Date: Thu, 20 Aug 2020 08:00:19 +0000 Subject: [PATCH 212/282] Generated 2018-07-13 for Ft. --- aliyun-python-sdk-ft/ChangeLog.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/aliyun-python-sdk-ft/ChangeLog.txt b/aliyun-python-sdk-ft/ChangeLog.txt index 00542c07e3..f19b04d892 100644 --- a/aliyun-python-sdk-ft/ChangeLog.txt +++ b/aliyun-python-sdk-ft/ChangeLog.txt @@ -34,6 +34,9 @@ 2020-08-20 Version: 1.0.0 - Generated 2018-07-13 for `Ft`. +2020-08-20 Version: 1.0.0 +- Generated 2018-07-13 for `Ft`. + 2020-08-19 Version: 1.0.0 - Generated 2018-07-13 for `Ft`. From 206aea2a1ff7bf1b80f8ce650fc6d9b2fa280494 Mon Sep 17 00:00:00 2001 From: sdk-team Date: Thu, 20 Aug 2020 08:00:34 +0000 Subject: [PATCH 213/282] Generated 2018-07-13 for Ft. --- aliyun-python-sdk-ft/ChangeLog.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/aliyun-python-sdk-ft/ChangeLog.txt b/aliyun-python-sdk-ft/ChangeLog.txt index f19b04d892..f15d60109c 100644 --- a/aliyun-python-sdk-ft/ChangeLog.txt +++ b/aliyun-python-sdk-ft/ChangeLog.txt @@ -37,6 +37,9 @@ 2020-08-20 Version: 1.0.0 - Generated 2018-07-13 for `Ft`. +2020-08-20 Version: 1.0.0 +- Generated 2018-07-13 for `Ft`. + 2020-08-19 Version: 1.0.0 - Generated 2018-07-13 for `Ft`. From f7309fadedb7f5fa0bd189bd2e2d2e80b97c6ce1 Mon Sep 17 00:00:00 2001 From: sdk-team Date: Thu, 20 Aug 2020 08:00:48 +0000 Subject: [PATCH 214/282] Generated 2018-07-13 for Ft. --- aliyun-python-sdk-ft/ChangeLog.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/aliyun-python-sdk-ft/ChangeLog.txt b/aliyun-python-sdk-ft/ChangeLog.txt index f15d60109c..9b964d3e04 100644 --- a/aliyun-python-sdk-ft/ChangeLog.txt +++ b/aliyun-python-sdk-ft/ChangeLog.txt @@ -40,6 +40,9 @@ 2020-08-20 Version: 1.0.0 - Generated 2018-07-13 for `Ft`. +2020-08-20 Version: 1.0.0 +- Generated 2018-07-13 for `Ft`. + 2020-08-19 Version: 1.0.0 - Generated 2018-07-13 for `Ft`. From 253568b906c41b793d9f497f278abde92bdba440 Mon Sep 17 00:00:00 2001 From: sdk-team Date: Thu, 20 Aug 2020 08:01:12 +0000 Subject: [PATCH 215/282] Generated 2018-07-13 for Ft. --- aliyun-python-sdk-ft/ChangeLog.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/aliyun-python-sdk-ft/ChangeLog.txt b/aliyun-python-sdk-ft/ChangeLog.txt index 9b964d3e04..a5235f76ee 100644 --- a/aliyun-python-sdk-ft/ChangeLog.txt +++ b/aliyun-python-sdk-ft/ChangeLog.txt @@ -43,6 +43,9 @@ 2020-08-20 Version: 1.0.0 - Generated 2018-07-13 for `Ft`. +2020-08-20 Version: 1.0.0 +- Generated 2018-07-13 for `Ft`. + 2020-08-19 Version: 1.0.0 - Generated 2018-07-13 for `Ft`. From 6d366532b3319e2a27a1b6efeff28d87de28ebcd Mon Sep 17 00:00:00 2001 From: sdk-team Date: Thu, 20 Aug 2020 08:04:31 +0000 Subject: [PATCH 216/282] Generated 2018-07-13 for Ft. --- aliyun-python-sdk-ft/ChangeLog.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/aliyun-python-sdk-ft/ChangeLog.txt b/aliyun-python-sdk-ft/ChangeLog.txt index a5235f76ee..899efb2d8e 100644 --- a/aliyun-python-sdk-ft/ChangeLog.txt +++ b/aliyun-python-sdk-ft/ChangeLog.txt @@ -46,6 +46,9 @@ 2020-08-20 Version: 1.0.0 - Generated 2018-07-13 for `Ft`. +2020-08-20 Version: 1.0.0 +- Generated 2018-07-13 for `Ft`. + 2020-08-19 Version: 1.0.0 - Generated 2018-07-13 for `Ft`. From 030ca788ad25295550c995f246ff821a8e96a511 Mon Sep 17 00:00:00 2001 From: sdk-team Date: Thu, 20 Aug 2020 08:05:09 +0000 Subject: [PATCH 217/282] Generated 2019-02-25 for sdk-test. --- aliyun-python-sdk-sdk-test/ChangeLog.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/aliyun-python-sdk-sdk-test/ChangeLog.txt b/aliyun-python-sdk-sdk-test/ChangeLog.txt index 4142a11ebf..f125b4e88b 100644 --- a/aliyun-python-sdk-sdk-test/ChangeLog.txt +++ b/aliyun-python-sdk-sdk-test/ChangeLog.txt @@ -1,6 +1,9 @@ 2020-08-20 Version: 1.0.0 - Generated 2019-02-25 for `sdk-test`. +2020-08-20 Version: 1.0.0 +- Generated 2019-02-25 for `sdk-test`. + 2020-08-19 Version: 1.0.0 - Generated 2019-02-25 for `sdk-test`. From b35fb37236eab1d8055792a857863a5810a7956a Mon Sep 17 00:00:00 2001 From: sdk-team Date: Thu, 20 Aug 2020 08:10:02 +0000 Subject: [PATCH 218/282] Generated 2019-02-25 for sdk-test. --- aliyun-python-sdk-sdk-test/ChangeLog.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/aliyun-python-sdk-sdk-test/ChangeLog.txt b/aliyun-python-sdk-sdk-test/ChangeLog.txt index f125b4e88b..53d9f475a7 100644 --- a/aliyun-python-sdk-sdk-test/ChangeLog.txt +++ b/aliyun-python-sdk-sdk-test/ChangeLog.txt @@ -4,6 +4,9 @@ 2020-08-20 Version: 1.0.0 - Generated 2019-02-25 for `sdk-test`. +2020-08-20 Version: 1.0.0 +- Generated 2019-02-25 for `sdk-test`. + 2020-08-19 Version: 1.0.0 - Generated 2019-02-25 for `sdk-test`. From 87f1ee86160a2bef6323aab2cbf886366aa5ad63 Mon Sep 17 00:00:00 2001 From: sdk-team Date: Thu, 20 Aug 2020 13:41:45 +0000 Subject: [PATCH 219/282] Generated 2018-07-13 for Ft. --- aliyun-python-sdk-ft/ChangeLog.txt | 3 +++ aliyun-python-sdk-ft/aliyunsdkft/__init__.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/aliyun-python-sdk-ft/ChangeLog.txt b/aliyun-python-sdk-ft/ChangeLog.txt index 899efb2d8e..7f63b0f9b8 100644 --- a/aliyun-python-sdk-ft/ChangeLog.txt +++ b/aliyun-python-sdk-ft/ChangeLog.txt @@ -1,3 +1,6 @@ +2020-08-20 Version: 1.4.55 +- Generated 2018-07-13 for `Ft`. + 2020-08-20 Version: 1.0.0 - Generated 2018-07-13 for `Ft`. diff --git a/aliyun-python-sdk-ft/aliyunsdkft/__init__.py b/aliyun-python-sdk-ft/aliyunsdkft/__init__.py index 75977e6f41..c10cac5aa9 100644 --- a/aliyun-python-sdk-ft/aliyunsdkft/__init__.py +++ b/aliyun-python-sdk-ft/aliyunsdkft/__init__.py @@ -1 +1 @@ -__version__ = '1.0.0' \ No newline at end of file +__version__ = '1.4.55' \ No newline at end of file From d7a91fc87579dab019c5845fe80c0650f4f22d7e Mon Sep 17 00:00:00 2001 From: sdk-team Date: Thu, 20 Aug 2020 14:27:10 +0000 Subject: [PATCH 220/282] Generated 2019-02-25 for sdk-test. --- aliyun-python-sdk-sdk-test/ChangeLog.txt | 3 +++ aliyun-python-sdk-sdk-test/aliyunsdksdk_test/__init__.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/aliyun-python-sdk-sdk-test/ChangeLog.txt b/aliyun-python-sdk-sdk-test/ChangeLog.txt index 53d9f475a7..9c3967146b 100644 --- a/aliyun-python-sdk-sdk-test/ChangeLog.txt +++ b/aliyun-python-sdk-sdk-test/ChangeLog.txt @@ -1,3 +1,6 @@ +2020-08-20 Version: 1.9.22 +- Generated 2019-02-25 for `sdk-test`. + 2020-08-20 Version: 1.0.0 - Generated 2019-02-25 for `sdk-test`. diff --git a/aliyun-python-sdk-sdk-test/aliyunsdksdk_test/__init__.py b/aliyun-python-sdk-sdk-test/aliyunsdksdk_test/__init__.py index 75977e6f41..952c8bfa48 100644 --- a/aliyun-python-sdk-sdk-test/aliyunsdksdk_test/__init__.py +++ b/aliyun-python-sdk-sdk-test/aliyunsdksdk_test/__init__.py @@ -1 +1 @@ -__version__ = '1.0.0' \ No newline at end of file +__version__ = '1.9.22' \ No newline at end of file From 78d1c83149504df5d25c569d6c664cbd9b8ceaae Mon Sep 17 00:00:00 2001 From: sdk-team Date: Thu, 20 Aug 2020 14:43:16 +0000 Subject: [PATCH 221/282] Generated 2019-02-25 for sdk-test. --- aliyun-python-sdk-sdk-test/ChangeLog.txt | 3 +++ aliyun-python-sdk-sdk-test/aliyunsdksdk_test/__init__.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/aliyun-python-sdk-sdk-test/ChangeLog.txt b/aliyun-python-sdk-sdk-test/ChangeLog.txt index 9c3967146b..0b23658160 100644 --- a/aliyun-python-sdk-sdk-test/ChangeLog.txt +++ b/aliyun-python-sdk-sdk-test/ChangeLog.txt @@ -1,3 +1,6 @@ +2020-08-20 Version: 1.9.23 +- Generated 2019-02-25 for `sdk-test`. + 2020-08-20 Version: 1.9.22 - Generated 2019-02-25 for `sdk-test`. diff --git a/aliyun-python-sdk-sdk-test/aliyunsdksdk_test/__init__.py b/aliyun-python-sdk-sdk-test/aliyunsdksdk_test/__init__.py index 952c8bfa48..b9d4194b37 100644 --- a/aliyun-python-sdk-sdk-test/aliyunsdksdk_test/__init__.py +++ b/aliyun-python-sdk-sdk-test/aliyunsdksdk_test/__init__.py @@ -1 +1 @@ -__version__ = '1.9.22' \ No newline at end of file +__version__ = '1.9.23' \ No newline at end of file From 8e51569c62dfbac7ee47a528aacc4cee3b97af96 Mon Sep 17 00:00:00 2001 From: sdk-team Date: Thu, 20 Aug 2020 14:59:42 +0000 Subject: [PATCH 222/282] Generated 2019-02-25 for sdk-test. --- aliyun-python-sdk-sdk-test/ChangeLog.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/aliyun-python-sdk-sdk-test/ChangeLog.txt b/aliyun-python-sdk-sdk-test/ChangeLog.txt index 0b23658160..3e5b5f7e2d 100644 --- a/aliyun-python-sdk-sdk-test/ChangeLog.txt +++ b/aliyun-python-sdk-sdk-test/ChangeLog.txt @@ -1,6 +1,9 @@ 2020-08-20 Version: 1.9.23 - Generated 2019-02-25 for `sdk-test`. +2020-08-20 Version: 1.9.23 +- Generated 2019-02-25 for `sdk-test`. + 2020-08-20 Version: 1.9.22 - Generated 2019-02-25 for `sdk-test`. From 4d9a948efebc0d48da979c28435ba1728074b35d Mon Sep 17 00:00:00 2001 From: sdk-team Date: Thu, 20 Aug 2020 15:28:03 +0000 Subject: [PATCH 223/282] Generated 2019-02-25 for sdk-test. --- aliyun-python-sdk-sdk-test/ChangeLog.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/aliyun-python-sdk-sdk-test/ChangeLog.txt b/aliyun-python-sdk-sdk-test/ChangeLog.txt index 3e5b5f7e2d..969d5c9321 100644 --- a/aliyun-python-sdk-sdk-test/ChangeLog.txt +++ b/aliyun-python-sdk-sdk-test/ChangeLog.txt @@ -4,6 +4,9 @@ 2020-08-20 Version: 1.9.23 - Generated 2019-02-25 for `sdk-test`. +2020-08-20 Version: 1.9.23 +- Generated 2019-02-25 for `sdk-test`. + 2020-08-20 Version: 1.9.22 - Generated 2019-02-25 for `sdk-test`. From ec44c10c74ff0bd9a2f4f0e4567d2d7fabf4ee3f Mon Sep 17 00:00:00 2001 From: sdk-team Date: Thu, 20 Aug 2020 16:12:53 +0000 Subject: [PATCH 224/282] Generated 2019-02-25 for sdk-test. --- aliyun-python-sdk-sdk-test/ChangeLog.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/aliyun-python-sdk-sdk-test/ChangeLog.txt b/aliyun-python-sdk-sdk-test/ChangeLog.txt index 969d5c9321..3f16c22cc9 100644 --- a/aliyun-python-sdk-sdk-test/ChangeLog.txt +++ b/aliyun-python-sdk-sdk-test/ChangeLog.txt @@ -7,6 +7,9 @@ 2020-08-20 Version: 1.9.23 - Generated 2019-02-25 for `sdk-test`. +2020-08-20 Version: 1.9.23 +- Generated 2019-02-25 for `sdk-test`. + 2020-08-20 Version: 1.9.22 - Generated 2019-02-25 for `sdk-test`. From 8d4ad9fae2649f3bfd2eb9928398fa5a3d9eeb74 Mon Sep 17 00:00:00 2001 From: sdk-team Date: Thu, 20 Aug 2020 16:13:15 +0000 Subject: [PATCH 225/282] Generated 2018-07-13 for Ft. --- aliyun-python-sdk-ft/ChangeLog.txt | 3 +++ aliyun-python-sdk-ft/aliyunsdkft/__init__.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/aliyun-python-sdk-ft/ChangeLog.txt b/aliyun-python-sdk-ft/ChangeLog.txt index 7f63b0f9b8..0924c2c908 100644 --- a/aliyun-python-sdk-ft/ChangeLog.txt +++ b/aliyun-python-sdk-ft/ChangeLog.txt @@ -1,3 +1,6 @@ +2020-08-20 Version: 1.9.23 +- Generated 2018-07-13 for `Ft`. + 2020-08-20 Version: 1.4.55 - Generated 2018-07-13 for `Ft`. diff --git a/aliyun-python-sdk-ft/aliyunsdkft/__init__.py b/aliyun-python-sdk-ft/aliyunsdkft/__init__.py index c10cac5aa9..b9d4194b37 100644 --- a/aliyun-python-sdk-ft/aliyunsdkft/__init__.py +++ b/aliyun-python-sdk-ft/aliyunsdkft/__init__.py @@ -1 +1 @@ -__version__ = '1.4.55' \ No newline at end of file +__version__ = '1.9.23' \ No newline at end of file From f901b40e2e940f3ebe5678d9ed9e9b0a09db35ac Mon Sep 17 00:00:00 2001 From: sdk-team Date: Thu, 20 Aug 2020 16:31:12 +0000 Subject: [PATCH 226/282] Generated 2018-07-13 for Ft. --- aliyun-python-sdk-ft/ChangeLog.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/aliyun-python-sdk-ft/ChangeLog.txt b/aliyun-python-sdk-ft/ChangeLog.txt index 0924c2c908..3964f9a79d 100644 --- a/aliyun-python-sdk-ft/ChangeLog.txt +++ b/aliyun-python-sdk-ft/ChangeLog.txt @@ -1,6 +1,9 @@ 2020-08-20 Version: 1.9.23 - Generated 2018-07-13 for `Ft`. +2020-08-20 Version: 1.9.23 +- Generated 2018-07-13 for `Ft`. + 2020-08-20 Version: 1.4.55 - Generated 2018-07-13 for `Ft`. From 814344d44b82581fc100d1dfebe3b878ab2111f8 Mon Sep 17 00:00:00 2001 From: sdk-team Date: Thu, 20 Aug 2020 16:35:36 +0000 Subject: [PATCH 227/282] Generated 2018-07-13 for Ft. --- aliyun-python-sdk-ft/ChangeLog.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/aliyun-python-sdk-ft/ChangeLog.txt b/aliyun-python-sdk-ft/ChangeLog.txt index 3964f9a79d..eb657b179e 100644 --- a/aliyun-python-sdk-ft/ChangeLog.txt +++ b/aliyun-python-sdk-ft/ChangeLog.txt @@ -4,6 +4,9 @@ 2020-08-20 Version: 1.9.23 - Generated 2018-07-13 for `Ft`. +2020-08-20 Version: 1.9.23 +- Generated 2018-07-13 for `Ft`. + 2020-08-20 Version: 1.4.55 - Generated 2018-07-13 for `Ft`. From 161d5c108dc1695a1accf08004d33848319b6ea6 Mon Sep 17 00:00:00 2001 From: sdk-team Date: Thu, 20 Aug 2020 16:53:13 +0000 Subject: [PATCH 228/282] Generated 2018-07-13 for Ft. --- aliyun-python-sdk-ft/ChangeLog.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/aliyun-python-sdk-ft/ChangeLog.txt b/aliyun-python-sdk-ft/ChangeLog.txt index eb657b179e..45acd0953f 100644 --- a/aliyun-python-sdk-ft/ChangeLog.txt +++ b/aliyun-python-sdk-ft/ChangeLog.txt @@ -7,6 +7,9 @@ 2020-08-20 Version: 1.9.23 - Generated 2018-07-13 for `Ft`. +2020-08-20 Version: 1.9.23 +- Generated 2018-07-13 for `Ft`. + 2020-08-20 Version: 1.4.55 - Generated 2018-07-13 for `Ft`. From 82fc61795e9e10e1ed23a870b7547c607d3600b8 Mon Sep 17 00:00:00 2001 From: sdk-team Date: Mon, 24 Aug 2020 08:02:01 +0000 Subject: [PATCH 229/282] Generated 2019-02-25 for sdk-test. --- aliyun-python-sdk-sdk-test/ChangeLog.txt | 3 +++ aliyun-python-sdk-sdk-test/aliyunsdksdk_test/__init__.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/aliyun-python-sdk-sdk-test/ChangeLog.txt b/aliyun-python-sdk-sdk-test/ChangeLog.txt index 3f16c22cc9..bc30c78c5d 100644 --- a/aliyun-python-sdk-sdk-test/ChangeLog.txt +++ b/aliyun-python-sdk-sdk-test/ChangeLog.txt @@ -1,3 +1,6 @@ +2020-08-24 Version: 1.0.0 +- Generated 2019-02-25 for `sdk-test`. + 2020-08-20 Version: 1.9.23 - Generated 2019-02-25 for `sdk-test`. diff --git a/aliyun-python-sdk-sdk-test/aliyunsdksdk_test/__init__.py b/aliyun-python-sdk-sdk-test/aliyunsdksdk_test/__init__.py index b9d4194b37..75977e6f41 100644 --- a/aliyun-python-sdk-sdk-test/aliyunsdksdk_test/__init__.py +++ b/aliyun-python-sdk-sdk-test/aliyunsdksdk_test/__init__.py @@ -1 +1 @@ -__version__ = '1.9.23' \ No newline at end of file +__version__ = '1.0.0' \ No newline at end of file From ba1014820f209ec4f5222f8f6f2021676e421685 Mon Sep 17 00:00:00 2001 From: sdk-team Date: Mon, 24 Aug 2020 08:05:55 +0000 Subject: [PATCH 230/282] Generated 2019-02-25 for sdk-test. --- aliyun-python-sdk-sdk-test/ChangeLog.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/aliyun-python-sdk-sdk-test/ChangeLog.txt b/aliyun-python-sdk-sdk-test/ChangeLog.txt index bc30c78c5d..e9448a78f8 100644 --- a/aliyun-python-sdk-sdk-test/ChangeLog.txt +++ b/aliyun-python-sdk-sdk-test/ChangeLog.txt @@ -1,6 +1,9 @@ 2020-08-24 Version: 1.0.0 - Generated 2019-02-25 for `sdk-test`. +2020-08-24 Version: 1.0.0 +- Generated 2019-02-25 for `sdk-test`. + 2020-08-20 Version: 1.9.23 - Generated 2019-02-25 for `sdk-test`. From c4e5d916aaadc58b5ddbadcd9769e7e955552519 Mon Sep 17 00:00:00 2001 From: sdk-team Date: Mon, 24 Aug 2020 10:34:40 +0000 Subject: [PATCH 231/282] Generated 2018-10-12 for Airec. --- aliyun-python-sdk-airec/ChangeLog.txt | 3 + aliyun-python-sdk-airec/README.rst | 10 +- .../aliyunsdkairec/__init__.py | 2 +- .../request/v20181012/AttachDatasetRequest.py | 5 +- .../v20181012/CreateDiversifyRequest.py | 5 +- .../v20181012/CreateInstanceRequest.py | 5 +- .../request/v20181012/CreateMixRequest.py | 5 +- .../request/v20181012/CreateRuleRequest.py | 33 ++++++ .../request/v20181012/CreateSceneRequest.py | 39 ++++++ .../request/v20181012/DeleteDataSetRequest.py | 5 +- .../v20181012/DeleteDiversifyRequest.py | 5 +- .../request/v20181012/DeleteMixRequest.py | 5 +- .../request/v20181012/DeleteSceneRequest.py | 39 ++++++ .../DescribeDataSetMessageRequest.py | 5 +- .../v20181012/DescribeDataSetReportRequest.py | 5 +- .../v20181012/DescribeDiversifyRequest.py | 5 +- .../DescribeExposureSettingsRequest.py | 33 ++++++ .../v20181012/DescribeInstanceRequest.py | 5 +- .../request/v20181012/DescribeMixRequest.py | 5 +- .../request/v20181012/DescribeQuotaRequest.py | 5 +- .../v20181012/DescribeRegionsRequest.py | 33 ++++++ .../request/v20181012/DescribeRuleRequest.py | 51 ++++++++ .../request/v20181012/DescribeSceneRequest.py | 39 ++++++ .../DescribeSceneThroughputRequest.py | 39 ++++++ .../DescribeSyncReportDetailRequest.py | 57 +++++++++ .../DescribeSyncReportOutliersRequest.py | 63 ++++++++++ .../v20181012/DescribeUserMetricsRequest.py | 51 ++++++++ .../v20181012/DowngradeInstanceRequest.py | 33 ++++++ .../ListDashboardDetailsFlowsRequest.py | 63 ++++++++++ .../v20181012/ListDashboardDetailsRequest.py | 63 ++++++++++ .../ListDashboardMetricsFlowsRequest.py | 51 ++++++++ .../v20181012/ListDashboardMetricsRequest.py | 51 ++++++++ ...t.py => ListDashboardParametersRequest.py} | 23 +--- .../request/v20181012/ListDashboardRequest.py | 69 +++++++++++ .../v20181012/ListDashboardUidRequest.py | 33 ++++++ .../request/v20181012/ListDataSetRequest.py | 5 +- .../v20181012/ListDataSourceRequest.py | 5 +- .../request/v20181012/ListDiversifyRequest.py | 5 +- .../request/v20181012/ListInstanceRequest.py | 37 +++++- ...aRequest.py => ListInstanceTaskRequest.py} | 9 +- .../request/v20181012/ListMixRequest.py | 5 +- .../v20181012/ListRuleConditionsRequest.py | 33 ++++++ .../request/v20181012/ListRuleTasksRequest.py | 39 ++++++ .../request/v20181012/ListRulesRequest.py | 75 ++++++++++++ .../v20181012/ListSceneItemsRequest.py | 75 ++++++++++++ .../request/v20181012/ListScenesRequest.py | 39 ++++++ .../v20181012/ListUmengAppkeysRequest.py | 27 +++++ .../v20181012/ModifyDataSourceRequest.py | 5 +- .../v20181012/ModifyDiversifyRequest.py | 5 +- .../ModifyExposureSettingsRequest.py | 33 ++++++ .../v20181012/ModifyInstanceRequest.py | 5 +- .../request/v20181012/ModifyMixRequest.py | 5 +- .../request/v20181012/ModifyRuleRequest.py | 39 ++++++ .../request/v20181012/ModifySceneRequest.py | 39 ++++++ .../request/v20181012/PublishRuleRequest.py | 51 ++++++++ .../request/v20181012/PushDocumentRequest.py | 5 +- .../v20181012/PushInterventionRequest.py | 5 +- .../v20181012/QueryDataMessageRequest.py | 111 ++++++++++++++++++ .../QueryDataMessageStatisticsRequest.py | 99 ++++++++++++++++ .../v20181012/QueryExceptionHistoryRequest.py | 51 ++++++++ .../request/v20181012/QueryRawDataRequest.py | 63 ++++++++++ .../QuerySingleAggregationReportRequest.py | 33 ++++++ .../v20181012/QuerySingleReportRequest.py | 39 ++++++ .../QuerySyncReportAggregationRequest.py | 45 +++++++ .../request/v20181012/RecommendRequest.py | 13 +- .../request/v20181012/RunInstanceRequest.py | 5 +- .../request/v20181012/StopDataSetRequest.py | 5 +- .../v20181012/UpgradeInstanceRequest.py | 5 +- .../v20181012/ValidateInstanceRequest.py | 5 +- aliyun-python-sdk-airec/setup.py | 9 +- 70 files changed, 1879 insertions(+), 93 deletions(-) create mode 100644 aliyun-python-sdk-airec/aliyunsdkairec/request/v20181012/CreateRuleRequest.py create mode 100644 aliyun-python-sdk-airec/aliyunsdkairec/request/v20181012/CreateSceneRequest.py create mode 100644 aliyun-python-sdk-airec/aliyunsdkairec/request/v20181012/DeleteSceneRequest.py create mode 100644 aliyun-python-sdk-airec/aliyunsdkairec/request/v20181012/DescribeExposureSettingsRequest.py create mode 100644 aliyun-python-sdk-airec/aliyunsdkairec/request/v20181012/DescribeRegionsRequest.py create mode 100644 aliyun-python-sdk-airec/aliyunsdkairec/request/v20181012/DescribeRuleRequest.py create mode 100644 aliyun-python-sdk-airec/aliyunsdkairec/request/v20181012/DescribeSceneRequest.py create mode 100644 aliyun-python-sdk-airec/aliyunsdkairec/request/v20181012/DescribeSceneThroughputRequest.py create mode 100644 aliyun-python-sdk-airec/aliyunsdkairec/request/v20181012/DescribeSyncReportDetailRequest.py create mode 100644 aliyun-python-sdk-airec/aliyunsdkairec/request/v20181012/DescribeSyncReportOutliersRequest.py create mode 100644 aliyun-python-sdk-airec/aliyunsdkairec/request/v20181012/DescribeUserMetricsRequest.py create mode 100644 aliyun-python-sdk-airec/aliyunsdkairec/request/v20181012/DowngradeInstanceRequest.py create mode 100644 aliyun-python-sdk-airec/aliyunsdkairec/request/v20181012/ListDashboardDetailsFlowsRequest.py create mode 100644 aliyun-python-sdk-airec/aliyunsdkairec/request/v20181012/ListDashboardDetailsRequest.py create mode 100644 aliyun-python-sdk-airec/aliyunsdkairec/request/v20181012/ListDashboardMetricsFlowsRequest.py create mode 100644 aliyun-python-sdk-airec/aliyunsdkairec/request/v20181012/ListDashboardMetricsRequest.py rename aliyun-python-sdk-airec/aliyunsdkairec/request/v20181012/{DescribeDashboardRequest.py => ListDashboardParametersRequest.py} (68%) create mode 100644 aliyun-python-sdk-airec/aliyunsdkairec/request/v20181012/ListDashboardRequest.py create mode 100644 aliyun-python-sdk-airec/aliyunsdkairec/request/v20181012/ListDashboardUidRequest.py rename aliyun-python-sdk-airec/aliyunsdkairec/request/v20181012/{DescribeSchemaRequest.py => ListInstanceTaskRequest.py} (84%) create mode 100644 aliyun-python-sdk-airec/aliyunsdkairec/request/v20181012/ListRuleConditionsRequest.py create mode 100644 aliyun-python-sdk-airec/aliyunsdkairec/request/v20181012/ListRuleTasksRequest.py create mode 100644 aliyun-python-sdk-airec/aliyunsdkairec/request/v20181012/ListRulesRequest.py create mode 100644 aliyun-python-sdk-airec/aliyunsdkairec/request/v20181012/ListSceneItemsRequest.py create mode 100644 aliyun-python-sdk-airec/aliyunsdkairec/request/v20181012/ListScenesRequest.py create mode 100644 aliyun-python-sdk-airec/aliyunsdkairec/request/v20181012/ListUmengAppkeysRequest.py create mode 100644 aliyun-python-sdk-airec/aliyunsdkairec/request/v20181012/ModifyExposureSettingsRequest.py create mode 100644 aliyun-python-sdk-airec/aliyunsdkairec/request/v20181012/ModifyRuleRequest.py create mode 100644 aliyun-python-sdk-airec/aliyunsdkairec/request/v20181012/ModifySceneRequest.py create mode 100644 aliyun-python-sdk-airec/aliyunsdkairec/request/v20181012/PublishRuleRequest.py create mode 100644 aliyun-python-sdk-airec/aliyunsdkairec/request/v20181012/QueryDataMessageRequest.py create mode 100644 aliyun-python-sdk-airec/aliyunsdkairec/request/v20181012/QueryDataMessageStatisticsRequest.py create mode 100644 aliyun-python-sdk-airec/aliyunsdkairec/request/v20181012/QueryExceptionHistoryRequest.py create mode 100644 aliyun-python-sdk-airec/aliyunsdkairec/request/v20181012/QueryRawDataRequest.py create mode 100644 aliyun-python-sdk-airec/aliyunsdkairec/request/v20181012/QuerySingleAggregationReportRequest.py create mode 100644 aliyun-python-sdk-airec/aliyunsdkairec/request/v20181012/QuerySingleReportRequest.py create mode 100644 aliyun-python-sdk-airec/aliyunsdkairec/request/v20181012/QuerySyncReportAggregationRequest.py diff --git a/aliyun-python-sdk-airec/ChangeLog.txt b/aliyun-python-sdk-airec/ChangeLog.txt index aff56b8921..8fde0f77af 100644 --- a/aliyun-python-sdk-airec/ChangeLog.txt +++ b/aliyun-python-sdk-airec/ChangeLog.txt @@ -1,3 +1,6 @@ +2020-08-24 Version: 1.0.0 +- Generated 2018-10-12 for `Airec`. + 2019-01-03 Version: 1.0.0 1, Airec SDK Release Version 1.0.0. diff --git a/aliyun-python-sdk-airec/README.rst b/aliyun-python-sdk-airec/README.rst index ca5949991c..d9f7584287 100644 --- a/aliyun-python-sdk-airec/README.rst +++ b/aliyun-python-sdk-airec/README.rst @@ -1,11 +1,15 @@ +============================================================= aliyun-python-sdk-airec -This is the airec module of Aliyun Python SDK. +============================================================= + +.. This is the airec module of Aliyun Python SDK. Aliyun Python SDK is the official software development kit. It makes things easy to integrate your Python application, library, or script with Aliyun services. This module works on Python versions: 2.6.5 and greater -Documentation: -Please visit http://develop.aliyun.com/sdk/python \ No newline at end of file +**Documentation:** + +Please visit `http://develop.aliyun.com/sdk/python `_ diff --git a/aliyun-python-sdk-airec/aliyunsdkairec/__init__.py b/aliyun-python-sdk-airec/aliyunsdkairec/__init__.py index d538f87eda..75977e6f41 100644 --- a/aliyun-python-sdk-airec/aliyunsdkairec/__init__.py +++ b/aliyun-python-sdk-airec/aliyunsdkairec/__init__.py @@ -1 +1 @@ -__version__ = "1.0.0" \ No newline at end of file +__version__ = '1.0.0' \ No newline at end of file diff --git a/aliyun-python-sdk-airec/aliyunsdkairec/request/v20181012/AttachDatasetRequest.py b/aliyun-python-sdk-airec/aliyunsdkairec/request/v20181012/AttachDatasetRequest.py index 96d11f0d56..ec68d10412 100644 --- a/aliyun-python-sdk-airec/aliyunsdkairec/request/v20181012/AttachDatasetRequest.py +++ b/aliyun-python-sdk-airec/aliyunsdkairec/request/v20181012/AttachDatasetRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,11 @@ # under the License. from aliyunsdkcore.request import RoaRequest + class AttachDatasetRequest(RoaRequest): def __init__(self): - RoaRequest.__init__(self, 'Airec', '2018-10-12', 'AttachDataset','airec') + RoaRequest.__init__(self, 'Airec', '2018-10-12', 'AttachDataset') self.set_uri_pattern('/openapi/instances/[InstanceId]/dataSets/[VersionId]/actions/current') self.set_method('POST') diff --git a/aliyun-python-sdk-airec/aliyunsdkairec/request/v20181012/CreateDiversifyRequest.py b/aliyun-python-sdk-airec/aliyunsdkairec/request/v20181012/CreateDiversifyRequest.py index 4319df66aa..57d762ef9f 100644 --- a/aliyun-python-sdk-airec/aliyunsdkairec/request/v20181012/CreateDiversifyRequest.py +++ b/aliyun-python-sdk-airec/aliyunsdkairec/request/v20181012/CreateDiversifyRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,11 @@ # under the License. from aliyunsdkcore.request import RoaRequest + class CreateDiversifyRequest(RoaRequest): def __init__(self): - RoaRequest.__init__(self, 'Airec', '2018-10-12', 'CreateDiversify','airec') + RoaRequest.__init__(self, 'Airec', '2018-10-12', 'CreateDiversify') self.set_uri_pattern('/openapi/instances/[InstanceId]/diversifies') self.set_method('POST') diff --git a/aliyun-python-sdk-airec/aliyunsdkairec/request/v20181012/CreateInstanceRequest.py b/aliyun-python-sdk-airec/aliyunsdkairec/request/v20181012/CreateInstanceRequest.py index 915dc6bbcf..7f6cd6bf8d 100644 --- a/aliyun-python-sdk-airec/aliyunsdkairec/request/v20181012/CreateInstanceRequest.py +++ b/aliyun-python-sdk-airec/aliyunsdkairec/request/v20181012/CreateInstanceRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,9 +18,10 @@ # under the License. from aliyunsdkcore.request import RoaRequest + class CreateInstanceRequest(RoaRequest): def __init__(self): - RoaRequest.__init__(self, 'Airec', '2018-10-12', 'CreateInstance','airec') + RoaRequest.__init__(self, 'Airec', '2018-10-12', 'CreateInstance') self.set_uri_pattern('/openapi/instances') self.set_method('POST') \ No newline at end of file diff --git a/aliyun-python-sdk-airec/aliyunsdkairec/request/v20181012/CreateMixRequest.py b/aliyun-python-sdk-airec/aliyunsdkairec/request/v20181012/CreateMixRequest.py index 81c99ac76a..f9d81de979 100644 --- a/aliyun-python-sdk-airec/aliyunsdkairec/request/v20181012/CreateMixRequest.py +++ b/aliyun-python-sdk-airec/aliyunsdkairec/request/v20181012/CreateMixRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,11 @@ # under the License. from aliyunsdkcore.request import RoaRequest + class CreateMixRequest(RoaRequest): def __init__(self): - RoaRequest.__init__(self, 'Airec', '2018-10-12', 'CreateMix','airec') + RoaRequest.__init__(self, 'Airec', '2018-10-12', 'CreateMix') self.set_uri_pattern('/openapi/instances/[InstanceId]/mixes') self.set_method('POST') diff --git a/aliyun-python-sdk-airec/aliyunsdkairec/request/v20181012/CreateRuleRequest.py b/aliyun-python-sdk-airec/aliyunsdkairec/request/v20181012/CreateRuleRequest.py new file mode 100644 index 0000000000..5e8c845915 --- /dev/null +++ b/aliyun-python-sdk-airec/aliyunsdkairec/request/v20181012/CreateRuleRequest.py @@ -0,0 +1,33 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RoaRequest + +class CreateRuleRequest(RoaRequest): + + def __init__(self): + RoaRequest.__init__(self, 'Airec', '2018-10-12', 'CreateRule') + self.set_uri_pattern('/openapi/instances/[InstanceId]/rules') + self.set_method('POST') + + def get_InstanceId(self): + return self.get_path_params().get('InstanceId') + + def set_InstanceId(self,InstanceId): + self.add_path_param('InstanceId',InstanceId) \ No newline at end of file diff --git a/aliyun-python-sdk-airec/aliyunsdkairec/request/v20181012/CreateSceneRequest.py b/aliyun-python-sdk-airec/aliyunsdkairec/request/v20181012/CreateSceneRequest.py new file mode 100644 index 0000000000..766b3b5747 --- /dev/null +++ b/aliyun-python-sdk-airec/aliyunsdkairec/request/v20181012/CreateSceneRequest.py @@ -0,0 +1,39 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RoaRequest + +class CreateSceneRequest(RoaRequest): + + def __init__(self): + RoaRequest.__init__(self, 'Airec', '2018-10-12', 'CreateScene') + self.set_uri_pattern('/openapi/instances/[InstanceId]/scenes') + self.set_method('POST') + + def get_InstanceId(self): + return self.get_path_params().get('InstanceId') + + def set_InstanceId(self,InstanceId): + self.add_path_param('InstanceId',InstanceId) + + def get_DryRun(self): + return self.get_query_params().get('DryRun') + + def set_DryRun(self,DryRun): + self.add_query_param('DryRun',DryRun) \ No newline at end of file diff --git a/aliyun-python-sdk-airec/aliyunsdkairec/request/v20181012/DeleteDataSetRequest.py b/aliyun-python-sdk-airec/aliyunsdkairec/request/v20181012/DeleteDataSetRequest.py index 6fdb5a0499..b507bf74b9 100644 --- a/aliyun-python-sdk-airec/aliyunsdkairec/request/v20181012/DeleteDataSetRequest.py +++ b/aliyun-python-sdk-airec/aliyunsdkairec/request/v20181012/DeleteDataSetRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,11 @@ # under the License. from aliyunsdkcore.request import RoaRequest + class DeleteDataSetRequest(RoaRequest): def __init__(self): - RoaRequest.__init__(self, 'Airec', '2018-10-12', 'DeleteDataSet','airec') + RoaRequest.__init__(self, 'Airec', '2018-10-12', 'DeleteDataSet') self.set_uri_pattern('/openapi/instances/[InstanceId]/dataSets/[VersionId]') self.set_method('DELETE') diff --git a/aliyun-python-sdk-airec/aliyunsdkairec/request/v20181012/DeleteDiversifyRequest.py b/aliyun-python-sdk-airec/aliyunsdkairec/request/v20181012/DeleteDiversifyRequest.py index cb8c112b25..36f9cf8ae4 100644 --- a/aliyun-python-sdk-airec/aliyunsdkairec/request/v20181012/DeleteDiversifyRequest.py +++ b/aliyun-python-sdk-airec/aliyunsdkairec/request/v20181012/DeleteDiversifyRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,11 @@ # under the License. from aliyunsdkcore.request import RoaRequest + class DeleteDiversifyRequest(RoaRequest): def __init__(self): - RoaRequest.__init__(self, 'Airec', '2018-10-12', 'DeleteDiversify','airec') + RoaRequest.__init__(self, 'Airec', '2018-10-12', 'DeleteDiversify') self.set_uri_pattern('/openapi/instances/[InstanceId]/diversifies/[Name]') self.set_method('DELETE') diff --git a/aliyun-python-sdk-airec/aliyunsdkairec/request/v20181012/DeleteMixRequest.py b/aliyun-python-sdk-airec/aliyunsdkairec/request/v20181012/DeleteMixRequest.py index 678f6bec93..5e5753b69c 100644 --- a/aliyun-python-sdk-airec/aliyunsdkairec/request/v20181012/DeleteMixRequest.py +++ b/aliyun-python-sdk-airec/aliyunsdkairec/request/v20181012/DeleteMixRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,11 @@ # under the License. from aliyunsdkcore.request import RoaRequest + class DeleteMixRequest(RoaRequest): def __init__(self): - RoaRequest.__init__(self, 'Airec', '2018-10-12', 'DeleteMix','airec') + RoaRequest.__init__(self, 'Airec', '2018-10-12', 'DeleteMix') self.set_uri_pattern('/openapi/instances/[InstanceId]/mixes/[Name]') self.set_method('DELETE') diff --git a/aliyun-python-sdk-airec/aliyunsdkairec/request/v20181012/DeleteSceneRequest.py b/aliyun-python-sdk-airec/aliyunsdkairec/request/v20181012/DeleteSceneRequest.py new file mode 100644 index 0000000000..5e309800b2 --- /dev/null +++ b/aliyun-python-sdk-airec/aliyunsdkairec/request/v20181012/DeleteSceneRequest.py @@ -0,0 +1,39 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RoaRequest + +class DeleteSceneRequest(RoaRequest): + + def __init__(self): + RoaRequest.__init__(self, 'Airec', '2018-10-12', 'DeleteScene') + self.set_uri_pattern('/openapi/instances/[InstanceId]/scenes/[SceneId]') + self.set_method('DELETE') + + def get_InstanceId(self): + return self.get_path_params().get('InstanceId') + + def set_InstanceId(self,InstanceId): + self.add_path_param('InstanceId',InstanceId) + + def get_SceneId(self): + return self.get_path_params().get('SceneId') + + def set_SceneId(self,SceneId): + self.add_path_param('SceneId',SceneId) \ No newline at end of file diff --git a/aliyun-python-sdk-airec/aliyunsdkairec/request/v20181012/DescribeDataSetMessageRequest.py b/aliyun-python-sdk-airec/aliyunsdkairec/request/v20181012/DescribeDataSetMessageRequest.py index 99979b65e4..660ceeb110 100644 --- a/aliyun-python-sdk-airec/aliyunsdkairec/request/v20181012/DescribeDataSetMessageRequest.py +++ b/aliyun-python-sdk-airec/aliyunsdkairec/request/v20181012/DescribeDataSetMessageRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,11 @@ # under the License. from aliyunsdkcore.request import RoaRequest + class DescribeDataSetMessageRequest(RoaRequest): def __init__(self): - RoaRequest.__init__(self, 'Airec', '2018-10-12', 'DescribeDataSetMessage','airec') + RoaRequest.__init__(self, 'Airec', '2018-10-12', 'DescribeDataSetMessage') self.set_uri_pattern('/openapi/instances/[InstanceId]/dataSets/[VersionId]/messages') self.set_method('GET') diff --git a/aliyun-python-sdk-airec/aliyunsdkairec/request/v20181012/DescribeDataSetReportRequest.py b/aliyun-python-sdk-airec/aliyunsdkairec/request/v20181012/DescribeDataSetReportRequest.py index b028a77bbe..674a95fd8d 100644 --- a/aliyun-python-sdk-airec/aliyunsdkairec/request/v20181012/DescribeDataSetReportRequest.py +++ b/aliyun-python-sdk-airec/aliyunsdkairec/request/v20181012/DescribeDataSetReportRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,11 @@ # under the License. from aliyunsdkcore.request import RoaRequest + class DescribeDataSetReportRequest(RoaRequest): def __init__(self): - RoaRequest.__init__(self, 'Airec', '2018-10-12', 'DescribeDataSetReport','airec') + RoaRequest.__init__(self, 'Airec', '2018-10-12', 'DescribeDataSetReport') self.set_uri_pattern('/openapi/instances/[InstanceId]/dataSets/[VersionId]/report') self.set_method('GET') diff --git a/aliyun-python-sdk-airec/aliyunsdkairec/request/v20181012/DescribeDiversifyRequest.py b/aliyun-python-sdk-airec/aliyunsdkairec/request/v20181012/DescribeDiversifyRequest.py index 5597797c39..007d94751c 100644 --- a/aliyun-python-sdk-airec/aliyunsdkairec/request/v20181012/DescribeDiversifyRequest.py +++ b/aliyun-python-sdk-airec/aliyunsdkairec/request/v20181012/DescribeDiversifyRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,11 @@ # under the License. from aliyunsdkcore.request import RoaRequest + class DescribeDiversifyRequest(RoaRequest): def __init__(self): - RoaRequest.__init__(self, 'Airec', '2018-10-12', 'DescribeDiversify','airec') + RoaRequest.__init__(self, 'Airec', '2018-10-12', 'DescribeDiversify') self.set_uri_pattern('/openapi/instances/[InstanceId]/diversifies/[Name]') self.set_method('GET') diff --git a/aliyun-python-sdk-airec/aliyunsdkairec/request/v20181012/DescribeExposureSettingsRequest.py b/aliyun-python-sdk-airec/aliyunsdkairec/request/v20181012/DescribeExposureSettingsRequest.py new file mode 100644 index 0000000000..4075d0bd3f --- /dev/null +++ b/aliyun-python-sdk-airec/aliyunsdkairec/request/v20181012/DescribeExposureSettingsRequest.py @@ -0,0 +1,33 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RoaRequest + +class DescribeExposureSettingsRequest(RoaRequest): + + def __init__(self): + RoaRequest.__init__(self, 'Airec', '2018-10-12', 'DescribeExposureSettings') + self.set_uri_pattern('/openapi/instances/[InstanceId]/exposure-settings') + self.set_method('GET') + + def get_InstanceId(self): + return self.get_path_params().get('InstanceId') + + def set_InstanceId(self,InstanceId): + self.add_path_param('InstanceId',InstanceId) \ No newline at end of file diff --git a/aliyun-python-sdk-airec/aliyunsdkairec/request/v20181012/DescribeInstanceRequest.py b/aliyun-python-sdk-airec/aliyunsdkairec/request/v20181012/DescribeInstanceRequest.py index d394652e02..9b1fd99700 100644 --- a/aliyun-python-sdk-airec/aliyunsdkairec/request/v20181012/DescribeInstanceRequest.py +++ b/aliyun-python-sdk-airec/aliyunsdkairec/request/v20181012/DescribeInstanceRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,11 @@ # under the License. from aliyunsdkcore.request import RoaRequest + class DescribeInstanceRequest(RoaRequest): def __init__(self): - RoaRequest.__init__(self, 'Airec', '2018-10-12', 'DescribeInstance','airec') + RoaRequest.__init__(self, 'Airec', '2018-10-12', 'DescribeInstance') self.set_uri_pattern('/openapi/instances/[InstanceId]') self.set_method('GET') diff --git a/aliyun-python-sdk-airec/aliyunsdkairec/request/v20181012/DescribeMixRequest.py b/aliyun-python-sdk-airec/aliyunsdkairec/request/v20181012/DescribeMixRequest.py index 98f0413551..a40ba53a58 100644 --- a/aliyun-python-sdk-airec/aliyunsdkairec/request/v20181012/DescribeMixRequest.py +++ b/aliyun-python-sdk-airec/aliyunsdkairec/request/v20181012/DescribeMixRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,11 @@ # under the License. from aliyunsdkcore.request import RoaRequest + class DescribeMixRequest(RoaRequest): def __init__(self): - RoaRequest.__init__(self, 'Airec', '2018-10-12', 'DescribeMix','airec') + RoaRequest.__init__(self, 'Airec', '2018-10-12', 'DescribeMix') self.set_uri_pattern('/openapi/instances/[InstanceId]/mixes/[Name]') self.set_method('GET') diff --git a/aliyun-python-sdk-airec/aliyunsdkairec/request/v20181012/DescribeQuotaRequest.py b/aliyun-python-sdk-airec/aliyunsdkairec/request/v20181012/DescribeQuotaRequest.py index 7cd1e523c2..26f97a7ed7 100644 --- a/aliyun-python-sdk-airec/aliyunsdkairec/request/v20181012/DescribeQuotaRequest.py +++ b/aliyun-python-sdk-airec/aliyunsdkairec/request/v20181012/DescribeQuotaRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,11 @@ # under the License. from aliyunsdkcore.request import RoaRequest + class DescribeQuotaRequest(RoaRequest): def __init__(self): - RoaRequest.__init__(self, 'Airec', '2018-10-12', 'DescribeQuota','airec') + RoaRequest.__init__(self, 'Airec', '2018-10-12', 'DescribeQuota') self.set_uri_pattern('/openapi/instances/[InstanceId]/quota') self.set_method('GET') diff --git a/aliyun-python-sdk-airec/aliyunsdkairec/request/v20181012/DescribeRegionsRequest.py b/aliyun-python-sdk-airec/aliyunsdkairec/request/v20181012/DescribeRegionsRequest.py new file mode 100644 index 0000000000..1d55e276bd --- /dev/null +++ b/aliyun-python-sdk-airec/aliyunsdkairec/request/v20181012/DescribeRegionsRequest.py @@ -0,0 +1,33 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RoaRequest + +class DescribeRegionsRequest(RoaRequest): + + def __init__(self): + RoaRequest.__init__(self, 'Airec', '2018-10-12', 'DescribeRegions') + self.set_uri_pattern('/openapi/configurations/regions') + self.set_method('GET') + + def get_AcceptLanguage(self): + return self.get_query_params().get('AcceptLanguage') + + def set_AcceptLanguage(self,AcceptLanguage): + self.add_query_param('AcceptLanguage',AcceptLanguage) \ No newline at end of file diff --git a/aliyun-python-sdk-airec/aliyunsdkairec/request/v20181012/DescribeRuleRequest.py b/aliyun-python-sdk-airec/aliyunsdkairec/request/v20181012/DescribeRuleRequest.py new file mode 100644 index 0000000000..92205528ec --- /dev/null +++ b/aliyun-python-sdk-airec/aliyunsdkairec/request/v20181012/DescribeRuleRequest.py @@ -0,0 +1,51 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RoaRequest + +class DescribeRuleRequest(RoaRequest): + + def __init__(self): + RoaRequest.__init__(self, 'Airec', '2018-10-12', 'DescribeRule') + self.set_uri_pattern('/openapi/instances/[InstanceId]/rules/[RuleId]') + self.set_method('GET') + + def get_InstanceId(self): + return self.get_path_params().get('InstanceId') + + def set_InstanceId(self,InstanceId): + self.add_path_param('InstanceId',InstanceId) + + def get_RuleType(self): + return self.get_query_params().get('RuleType') + + def set_RuleType(self,RuleType): + self.add_query_param('RuleType',RuleType) + + def get_SceneId(self): + return self.get_query_params().get('SceneId') + + def set_SceneId(self,SceneId): + self.add_query_param('SceneId',SceneId) + + def get_RuleId(self): + return self.get_path_params().get('RuleId') + + def set_RuleId(self,RuleId): + self.add_path_param('RuleId',RuleId) \ No newline at end of file diff --git a/aliyun-python-sdk-airec/aliyunsdkairec/request/v20181012/DescribeSceneRequest.py b/aliyun-python-sdk-airec/aliyunsdkairec/request/v20181012/DescribeSceneRequest.py new file mode 100644 index 0000000000..daef403dae --- /dev/null +++ b/aliyun-python-sdk-airec/aliyunsdkairec/request/v20181012/DescribeSceneRequest.py @@ -0,0 +1,39 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RoaRequest + +class DescribeSceneRequest(RoaRequest): + + def __init__(self): + RoaRequest.__init__(self, 'Airec', '2018-10-12', 'DescribeScene') + self.set_uri_pattern('/openapi/instances/[InstanceId]/scenes/[SceneId]') + self.set_method('GET') + + def get_InstanceId(self): + return self.get_path_params().get('InstanceId') + + def set_InstanceId(self,InstanceId): + self.add_path_param('InstanceId',InstanceId) + + def get_SceneId(self): + return self.get_path_params().get('SceneId') + + def set_SceneId(self,SceneId): + self.add_path_param('SceneId',SceneId) \ No newline at end of file diff --git a/aliyun-python-sdk-airec/aliyunsdkairec/request/v20181012/DescribeSceneThroughputRequest.py b/aliyun-python-sdk-airec/aliyunsdkairec/request/v20181012/DescribeSceneThroughputRequest.py new file mode 100644 index 0000000000..1952727638 --- /dev/null +++ b/aliyun-python-sdk-airec/aliyunsdkairec/request/v20181012/DescribeSceneThroughputRequest.py @@ -0,0 +1,39 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RoaRequest + +class DescribeSceneThroughputRequest(RoaRequest): + + def __init__(self): + RoaRequest.__init__(self, 'Airec', '2018-10-12', 'DescribeSceneThroughput') + self.set_uri_pattern('/openapi/instances/[InstanceId]/scenes/[SceneId]/throughput') + self.set_method('GET') + + def get_InstanceId(self): + return self.get_path_params().get('InstanceId') + + def set_InstanceId(self,InstanceId): + self.add_path_param('InstanceId',InstanceId) + + def get_SceneId(self): + return self.get_path_params().get('SceneId') + + def set_SceneId(self,SceneId): + self.add_path_param('SceneId',SceneId) \ No newline at end of file diff --git a/aliyun-python-sdk-airec/aliyunsdkairec/request/v20181012/DescribeSyncReportDetailRequest.py b/aliyun-python-sdk-airec/aliyunsdkairec/request/v20181012/DescribeSyncReportDetailRequest.py new file mode 100644 index 0000000000..f2f4e390c1 --- /dev/null +++ b/aliyun-python-sdk-airec/aliyunsdkairec/request/v20181012/DescribeSyncReportDetailRequest.py @@ -0,0 +1,57 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RoaRequest + +class DescribeSyncReportDetailRequest(RoaRequest): + + def __init__(self): + RoaRequest.__init__(self, 'Airec', '2018-10-12', 'DescribeSyncReportDetail') + self.set_uri_pattern('/openapi/instances/[InstanceId]/sync-reports/detail') + self.set_method('GET') + + def get_InstanceId(self): + return self.get_path_params().get('InstanceId') + + def set_InstanceId(self,InstanceId): + self.add_path_param('InstanceId',InstanceId) + + def get_LevelType(self): + return self.get_query_params().get('LevelType') + + def set_LevelType(self,LevelType): + self.add_query_param('LevelType',LevelType) + + def get_EndTime(self): + return self.get_query_params().get('EndTime') + + def set_EndTime(self,EndTime): + self.add_query_param('EndTime',EndTime) + + def get_StartTime(self): + return self.get_query_params().get('StartTime') + + def set_StartTime(self,StartTime): + self.add_query_param('StartTime',StartTime) + + def get_Type(self): + return self.get_query_params().get('Type') + + def set_Type(self,Type): + self.add_query_param('Type',Type) \ No newline at end of file diff --git a/aliyun-python-sdk-airec/aliyunsdkairec/request/v20181012/DescribeSyncReportOutliersRequest.py b/aliyun-python-sdk-airec/aliyunsdkairec/request/v20181012/DescribeSyncReportOutliersRequest.py new file mode 100644 index 0000000000..752c25c4d9 --- /dev/null +++ b/aliyun-python-sdk-airec/aliyunsdkairec/request/v20181012/DescribeSyncReportOutliersRequest.py @@ -0,0 +1,63 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RoaRequest + +class DescribeSyncReportOutliersRequest(RoaRequest): + + def __init__(self): + RoaRequest.__init__(self, 'Airec', '2018-10-12', 'DescribeSyncReportOutliers') + self.set_uri_pattern('/openapi/instances/[InstanceId]/sync-reports/outliers') + self.set_method('GET') + + def get_InstanceId(self): + return self.get_path_params().get('InstanceId') + + def set_InstanceId(self,InstanceId): + self.add_path_param('InstanceId',InstanceId) + + def get_LevelType(self): + return self.get_query_params().get('LevelType') + + def set_LevelType(self,LevelType): + self.add_query_param('LevelType',LevelType) + + def get_EndTime(self): + return self.get_query_params().get('EndTime') + + def set_EndTime(self,EndTime): + self.add_query_param('EndTime',EndTime) + + def get_StartTime(self): + return self.get_query_params().get('StartTime') + + def set_StartTime(self,StartTime): + self.add_query_param('StartTime',StartTime) + + def get_Type(self): + return self.get_query_params().get('Type') + + def set_Type(self,Type): + self.add_query_param('Type',Type) + + def get_Key(self): + return self.get_query_params().get('Key') + + def set_Key(self,Key): + self.add_query_param('Key',Key) \ No newline at end of file diff --git a/aliyun-python-sdk-airec/aliyunsdkairec/request/v20181012/DescribeUserMetricsRequest.py b/aliyun-python-sdk-airec/aliyunsdkairec/request/v20181012/DescribeUserMetricsRequest.py new file mode 100644 index 0000000000..f08adb20f3 --- /dev/null +++ b/aliyun-python-sdk-airec/aliyunsdkairec/request/v20181012/DescribeUserMetricsRequest.py @@ -0,0 +1,51 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RoaRequest + +class DescribeUserMetricsRequest(RoaRequest): + + def __init__(self): + RoaRequest.__init__(self, 'Airec', '2018-10-12', 'DescribeUserMetrics') + self.set_uri_pattern('/openapi/instances/[InstanceId]/metrics') + self.set_method('GET') + + def get_MetricType(self): + return self.get_query_params().get('MetricType') + + def set_MetricType(self,MetricType): + self.add_query_param('MetricType',MetricType) + + def get_InstanceId(self): + return self.get_path_params().get('InstanceId') + + def set_InstanceId(self,InstanceId): + self.add_path_param('InstanceId',InstanceId) + + def get_EndTime(self): + return self.get_query_params().get('EndTime') + + def set_EndTime(self,EndTime): + self.add_query_param('EndTime',EndTime) + + def get_StartTime(self): + return self.get_query_params().get('StartTime') + + def set_StartTime(self,StartTime): + self.add_query_param('StartTime',StartTime) \ No newline at end of file diff --git a/aliyun-python-sdk-airec/aliyunsdkairec/request/v20181012/DowngradeInstanceRequest.py b/aliyun-python-sdk-airec/aliyunsdkairec/request/v20181012/DowngradeInstanceRequest.py new file mode 100644 index 0000000000..79968fc7ee --- /dev/null +++ b/aliyun-python-sdk-airec/aliyunsdkairec/request/v20181012/DowngradeInstanceRequest.py @@ -0,0 +1,33 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RoaRequest + +class DowngradeInstanceRequest(RoaRequest): + + def __init__(self): + RoaRequest.__init__(self, 'Airec', '2018-10-12', 'DowngradeInstance') + self.set_uri_pattern('/openapi/instances/[InstanceId]/actions/downgrade') + self.set_method('POST') + + def get_InstanceId(self): + return self.get_path_params().get('InstanceId') + + def set_InstanceId(self,InstanceId): + self.add_path_param('InstanceId',InstanceId) \ No newline at end of file diff --git a/aliyun-python-sdk-airec/aliyunsdkairec/request/v20181012/ListDashboardDetailsFlowsRequest.py b/aliyun-python-sdk-airec/aliyunsdkairec/request/v20181012/ListDashboardDetailsFlowsRequest.py new file mode 100644 index 0000000000..cab4171cec --- /dev/null +++ b/aliyun-python-sdk-airec/aliyunsdkairec/request/v20181012/ListDashboardDetailsFlowsRequest.py @@ -0,0 +1,63 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RoaRequest + +class ListDashboardDetailsFlowsRequest(RoaRequest): + + def __init__(self): + RoaRequest.__init__(self, 'Airec', '2018-10-12', 'ListDashboardDetailsFlows') + self.set_uri_pattern('/openapi/instances/[InstanceId]/dashboard/details/flows') + self.set_method('GET') + + def get_MetricType(self): + return self.get_query_params().get('MetricType') + + def set_MetricType(self,MetricType): + self.add_query_param('MetricType',MetricType) + + def get_InstanceId(self): + return self.get_path_params().get('InstanceId') + + def set_InstanceId(self,InstanceId): + self.add_path_param('InstanceId',InstanceId) + + def get_TraceIds(self): + return self.get_query_params().get('TraceIds') + + def set_TraceIds(self,TraceIds): + self.add_query_param('TraceIds',TraceIds) + + def get_EndTime(self): + return self.get_query_params().get('EndTime') + + def set_EndTime(self,EndTime): + self.add_query_param('EndTime',EndTime) + + def get_StartTime(self): + return self.get_query_params().get('StartTime') + + def set_StartTime(self,StartTime): + self.add_query_param('StartTime',StartTime) + + def get_SceneIds(self): + return self.get_query_params().get('SceneIds') + + def set_SceneIds(self,SceneIds): + self.add_query_param('SceneIds',SceneIds) \ No newline at end of file diff --git a/aliyun-python-sdk-airec/aliyunsdkairec/request/v20181012/ListDashboardDetailsRequest.py b/aliyun-python-sdk-airec/aliyunsdkairec/request/v20181012/ListDashboardDetailsRequest.py new file mode 100644 index 0000000000..676ffc9444 --- /dev/null +++ b/aliyun-python-sdk-airec/aliyunsdkairec/request/v20181012/ListDashboardDetailsRequest.py @@ -0,0 +1,63 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RoaRequest + +class ListDashboardDetailsRequest(RoaRequest): + + def __init__(self): + RoaRequest.__init__(self, 'Airec', '2018-10-12', 'ListDashboardDetails') + self.set_uri_pattern('/openapi/instances/[InstanceId]/dashboard/details') + self.set_method('GET') + + def get_MetricType(self): + return self.get_query_params().get('MetricType') + + def set_MetricType(self,MetricType): + self.add_query_param('MetricType',MetricType) + + def get_InstanceId(self): + return self.get_path_params().get('InstanceId') + + def set_InstanceId(self,InstanceId): + self.add_path_param('InstanceId',InstanceId) + + def get_TraceIds(self): + return self.get_query_params().get('TraceIds') + + def set_TraceIds(self,TraceIds): + self.add_query_param('TraceIds',TraceIds) + + def get_EndTime(self): + return self.get_query_params().get('EndTime') + + def set_EndTime(self,EndTime): + self.add_query_param('EndTime',EndTime) + + def get_StartTime(self): + return self.get_query_params().get('StartTime') + + def set_StartTime(self,StartTime): + self.add_query_param('StartTime',StartTime) + + def get_SceneIds(self): + return self.get_query_params().get('SceneIds') + + def set_SceneIds(self,SceneIds): + self.add_query_param('SceneIds',SceneIds) \ No newline at end of file diff --git a/aliyun-python-sdk-airec/aliyunsdkairec/request/v20181012/ListDashboardMetricsFlowsRequest.py b/aliyun-python-sdk-airec/aliyunsdkairec/request/v20181012/ListDashboardMetricsFlowsRequest.py new file mode 100644 index 0000000000..aea721e017 --- /dev/null +++ b/aliyun-python-sdk-airec/aliyunsdkairec/request/v20181012/ListDashboardMetricsFlowsRequest.py @@ -0,0 +1,51 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RoaRequest + +class ListDashboardMetricsFlowsRequest(RoaRequest): + + def __init__(self): + RoaRequest.__init__(self, 'Airec', '2018-10-12', 'ListDashboardMetricsFlows') + self.set_uri_pattern('/openapi/instances/[InstanceId]/dashboard/metrics/flows') + self.set_method('GET') + + def get_MetricType(self): + return self.get_query_params().get('MetricType') + + def set_MetricType(self,MetricType): + self.add_query_param('MetricType',MetricType) + + def get_InstanceId(self): + return self.get_path_params().get('InstanceId') + + def set_InstanceId(self,InstanceId): + self.add_path_param('InstanceId',InstanceId) + + def get_EndTime(self): + return self.get_query_params().get('EndTime') + + def set_EndTime(self,EndTime): + self.add_query_param('EndTime',EndTime) + + def get_StartTime(self): + return self.get_query_params().get('StartTime') + + def set_StartTime(self,StartTime): + self.add_query_param('StartTime',StartTime) \ No newline at end of file diff --git a/aliyun-python-sdk-airec/aliyunsdkairec/request/v20181012/ListDashboardMetricsRequest.py b/aliyun-python-sdk-airec/aliyunsdkairec/request/v20181012/ListDashboardMetricsRequest.py new file mode 100644 index 0000000000..364a991224 --- /dev/null +++ b/aliyun-python-sdk-airec/aliyunsdkairec/request/v20181012/ListDashboardMetricsRequest.py @@ -0,0 +1,51 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RoaRequest + +class ListDashboardMetricsRequest(RoaRequest): + + def __init__(self): + RoaRequest.__init__(self, 'Airec', '2018-10-12', 'ListDashboardMetrics') + self.set_uri_pattern('/openapi/instances/[InstanceId]/dashboard/metrics') + self.set_method('GET') + + def get_MetricType(self): + return self.get_query_params().get('MetricType') + + def set_MetricType(self,MetricType): + self.add_query_param('MetricType',MetricType) + + def get_InstanceId(self): + return self.get_path_params().get('InstanceId') + + def set_InstanceId(self,InstanceId): + self.add_path_param('InstanceId',InstanceId) + + def get_EndTime(self): + return self.get_query_params().get('EndTime') + + def set_EndTime(self,EndTime): + self.add_query_param('EndTime',EndTime) + + def get_StartTime(self): + return self.get_query_params().get('StartTime') + + def set_StartTime(self,StartTime): + self.add_query_param('StartTime',StartTime) \ No newline at end of file diff --git a/aliyun-python-sdk-airec/aliyunsdkairec/request/v20181012/DescribeDashboardRequest.py b/aliyun-python-sdk-airec/aliyunsdkairec/request/v20181012/ListDashboardParametersRequest.py similarity index 68% rename from aliyun-python-sdk-airec/aliyunsdkairec/request/v20181012/DescribeDashboardRequest.py rename to aliyun-python-sdk-airec/aliyunsdkairec/request/v20181012/ListDashboardParametersRequest.py index e949ba0ebf..8dd397fa19 100644 --- a/aliyun-python-sdk-airec/aliyunsdkairec/request/v20181012/DescribeDashboardRequest.py +++ b/aliyun-python-sdk-airec/aliyunsdkairec/request/v20181012/ListDashboardParametersRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,27 +18,16 @@ # under the License. from aliyunsdkcore.request import RoaRequest -class DescribeDashboardRequest(RoaRequest): + +class ListDashboardParametersRequest(RoaRequest): def __init__(self): - RoaRequest.__init__(self, 'Airec', '2018-10-12', 'DescribeDashboard','airec') - self.set_uri_pattern('/openapi/instances/[InstanceId]/dashboard') + RoaRequest.__init__(self, 'Airec', '2018-10-12', 'ListDashboardParameters') + self.set_uri_pattern('/openapi/instances/[InstanceId]/dashboard/parameters') self.set_method('GET') def get_InstanceId(self): return self.get_path_params().get('InstanceId') def set_InstanceId(self,InstanceId): - self.add_path_param('InstanceId',InstanceId) - - def get_EndDate(self): - return self.get_query_params().get('EndDate') - - def set_EndDate(self,EndDate): - self.add_query_param('EndDate',EndDate) - - def get_StartDate(self): - return self.get_query_params().get('StartDate') - - def set_StartDate(self,StartDate): - self.add_query_param('StartDate',StartDate) \ No newline at end of file + self.add_path_param('InstanceId',InstanceId) \ No newline at end of file diff --git a/aliyun-python-sdk-airec/aliyunsdkairec/request/v20181012/ListDashboardRequest.py b/aliyun-python-sdk-airec/aliyunsdkairec/request/v20181012/ListDashboardRequest.py new file mode 100644 index 0000000000..216133ce8e --- /dev/null +++ b/aliyun-python-sdk-airec/aliyunsdkairec/request/v20181012/ListDashboardRequest.py @@ -0,0 +1,69 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RoaRequest + +class ListDashboardRequest(RoaRequest): + + def __init__(self): + RoaRequest.__init__(self, 'Airec', '2018-10-12', 'ListDashboard') + self.set_uri_pattern('/openapi/instances/[InstanceId]/dashboard/statistics') + self.set_method('GET') + + def get_TraceId(self): + return self.get_query_params().get('TraceId') + + def set_TraceId(self,TraceId): + self.add_query_param('TraceId',TraceId) + + def get_InstanceId(self): + return self.get_path_params().get('InstanceId') + + def set_InstanceId(self,InstanceId): + self.add_path_param('InstanceId',InstanceId) + + def get_EndDate(self): + return self.get_query_params().get('EndDate') + + def set_EndDate(self,EndDate): + self.add_query_param('EndDate',EndDate) + + def get_Size(self): + return self.get_query_params().get('Size') + + def set_Size(self,Size): + self.add_query_param('Size',Size) + + def get_SceneId(self): + return self.get_query_params().get('SceneId') + + def set_SceneId(self,SceneId): + self.add_query_param('SceneId',SceneId) + + def get_Page(self): + return self.get_query_params().get('Page') + + def set_Page(self,Page): + self.add_query_param('Page',Page) + + def get_StartDate(self): + return self.get_query_params().get('StartDate') + + def set_StartDate(self,StartDate): + self.add_query_param('StartDate',StartDate) \ No newline at end of file diff --git a/aliyun-python-sdk-airec/aliyunsdkairec/request/v20181012/ListDashboardUidRequest.py b/aliyun-python-sdk-airec/aliyunsdkairec/request/v20181012/ListDashboardUidRequest.py new file mode 100644 index 0000000000..ef7a020f16 --- /dev/null +++ b/aliyun-python-sdk-airec/aliyunsdkairec/request/v20181012/ListDashboardUidRequest.py @@ -0,0 +1,33 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RoaRequest + +class ListDashboardUidRequest(RoaRequest): + + def __init__(self): + RoaRequest.__init__(self, 'Airec', '2018-10-12', 'ListDashboardUid') + self.set_uri_pattern('/openapi/instances/[InstanceId]/dashboard/uid') + self.set_method('GET') + + def get_InstanceId(self): + return self.get_path_params().get('InstanceId') + + def set_InstanceId(self,InstanceId): + self.add_path_param('InstanceId',InstanceId) \ No newline at end of file diff --git a/aliyun-python-sdk-airec/aliyunsdkairec/request/v20181012/ListDataSetRequest.py b/aliyun-python-sdk-airec/aliyunsdkairec/request/v20181012/ListDataSetRequest.py index e785d99714..08d8737a7d 100644 --- a/aliyun-python-sdk-airec/aliyunsdkairec/request/v20181012/ListDataSetRequest.py +++ b/aliyun-python-sdk-airec/aliyunsdkairec/request/v20181012/ListDataSetRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,11 @@ # under the License. from aliyunsdkcore.request import RoaRequest + class ListDataSetRequest(RoaRequest): def __init__(self): - RoaRequest.__init__(self, 'Airec', '2018-10-12', 'ListDataSet','airec') + RoaRequest.__init__(self, 'Airec', '2018-10-12', 'ListDataSet') self.set_uri_pattern('/openapi/instances/[InstanceId]/dataSets') self.set_method('GET') diff --git a/aliyun-python-sdk-airec/aliyunsdkairec/request/v20181012/ListDataSourceRequest.py b/aliyun-python-sdk-airec/aliyunsdkairec/request/v20181012/ListDataSourceRequest.py index fac3a66e9c..2a4ee95232 100644 --- a/aliyun-python-sdk-airec/aliyunsdkairec/request/v20181012/ListDataSourceRequest.py +++ b/aliyun-python-sdk-airec/aliyunsdkairec/request/v20181012/ListDataSourceRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,11 @@ # under the License. from aliyunsdkcore.request import RoaRequest + class ListDataSourceRequest(RoaRequest): def __init__(self): - RoaRequest.__init__(self, 'Airec', '2018-10-12', 'ListDataSource','airec') + RoaRequest.__init__(self, 'Airec', '2018-10-12', 'ListDataSource') self.set_uri_pattern('/openapi/instances/[InstanceId]/dataSources') self.set_method('GET') diff --git a/aliyun-python-sdk-airec/aliyunsdkairec/request/v20181012/ListDiversifyRequest.py b/aliyun-python-sdk-airec/aliyunsdkairec/request/v20181012/ListDiversifyRequest.py index c140391d27..2d583c1d39 100644 --- a/aliyun-python-sdk-airec/aliyunsdkairec/request/v20181012/ListDiversifyRequest.py +++ b/aliyun-python-sdk-airec/aliyunsdkairec/request/v20181012/ListDiversifyRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,11 @@ # under the License. from aliyunsdkcore.request import RoaRequest + class ListDiversifyRequest(RoaRequest): def __init__(self): - RoaRequest.__init__(self, 'Airec', '2018-10-12', 'ListDiversify','airec') + RoaRequest.__init__(self, 'Airec', '2018-10-12', 'ListDiversify') self.set_uri_pattern('/openapi/instances/[InstanceId]/diversifies') self.set_method('GET') diff --git a/aliyun-python-sdk-airec/aliyunsdkairec/request/v20181012/ListInstanceRequest.py b/aliyun-python-sdk-airec/aliyunsdkairec/request/v20181012/ListInstanceRequest.py index fba390bb47..4e3a779200 100644 --- a/aliyun-python-sdk-airec/aliyunsdkairec/request/v20181012/ListInstanceRequest.py +++ b/aliyun-python-sdk-airec/aliyunsdkairec/request/v20181012/ListInstanceRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,9 +18,40 @@ # under the License. from aliyunsdkcore.request import RoaRequest + class ListInstanceRequest(RoaRequest): def __init__(self): - RoaRequest.__init__(self, 'Airec', '2018-10-12', 'ListInstance','airec') + RoaRequest.__init__(self, 'Airec', '2018-10-12', 'ListInstance') self.set_uri_pattern('/openapi/instances') - self.set_method('GET') \ No newline at end of file + self.set_method('GET') + + def get_size(self): + return self.get_query_params().get('size') + + def set_size(self,size): + self.add_query_param('size',size) + + def get_Name(self): + return self.get_query_params().get('Name') + + def set_Name(self,Name): + self.add_query_param('Name',Name) + + def get_ExpiredTime(self): + return self.get_query_params().get('ExpiredTime') + + def set_ExpiredTime(self,ExpiredTime): + self.add_query_param('ExpiredTime',ExpiredTime) + + def get_page(self): + return self.get_query_params().get('page') + + def set_page(self,page): + self.add_query_param('page',page) + + def get_Status(self): + return self.get_query_params().get('Status') + + def set_Status(self,Status): + self.add_query_param('Status',Status) \ No newline at end of file diff --git a/aliyun-python-sdk-airec/aliyunsdkairec/request/v20181012/DescribeSchemaRequest.py b/aliyun-python-sdk-airec/aliyunsdkairec/request/v20181012/ListInstanceTaskRequest.py similarity index 84% rename from aliyun-python-sdk-airec/aliyunsdkairec/request/v20181012/DescribeSchemaRequest.py rename to aliyun-python-sdk-airec/aliyunsdkairec/request/v20181012/ListInstanceTaskRequest.py index a5595e03f6..3ecbe9d4b3 100644 --- a/aliyun-python-sdk-airec/aliyunsdkairec/request/v20181012/DescribeSchemaRequest.py +++ b/aliyun-python-sdk-airec/aliyunsdkairec/request/v20181012/ListInstanceTaskRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,11 +18,12 @@ # under the License. from aliyunsdkcore.request import RoaRequest -class DescribeSchemaRequest(RoaRequest): + +class ListInstanceTaskRequest(RoaRequest): def __init__(self): - RoaRequest.__init__(self, 'Airec', '2018-10-12', 'DescribeSchema','airec') - self.set_uri_pattern('/openapi/instances/[InstanceId]/schema') + RoaRequest.__init__(self, 'Airec', '2018-10-12', 'ListInstanceTask') + self.set_uri_pattern('/openapi/instances/[InstanceId]/tasks') self.set_method('GET') def get_InstanceId(self): diff --git a/aliyun-python-sdk-airec/aliyunsdkairec/request/v20181012/ListMixRequest.py b/aliyun-python-sdk-airec/aliyunsdkairec/request/v20181012/ListMixRequest.py index a46ae6b4c4..a31f386acb 100644 --- a/aliyun-python-sdk-airec/aliyunsdkairec/request/v20181012/ListMixRequest.py +++ b/aliyun-python-sdk-airec/aliyunsdkairec/request/v20181012/ListMixRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,11 @@ # under the License. from aliyunsdkcore.request import RoaRequest + class ListMixRequest(RoaRequest): def __init__(self): - RoaRequest.__init__(self, 'Airec', '2018-10-12', 'ListMix','airec') + RoaRequest.__init__(self, 'Airec', '2018-10-12', 'ListMix') self.set_uri_pattern('/openapi/instances/[InstanceId]/mixes') self.set_method('GET') diff --git a/aliyun-python-sdk-airec/aliyunsdkairec/request/v20181012/ListRuleConditionsRequest.py b/aliyun-python-sdk-airec/aliyunsdkairec/request/v20181012/ListRuleConditionsRequest.py new file mode 100644 index 0000000000..79201901c5 --- /dev/null +++ b/aliyun-python-sdk-airec/aliyunsdkairec/request/v20181012/ListRuleConditionsRequest.py @@ -0,0 +1,33 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RoaRequest + +class ListRuleConditionsRequest(RoaRequest): + + def __init__(self): + RoaRequest.__init__(self, 'Airec', '2018-10-12', 'ListRuleConditions') + self.set_uri_pattern('/openapi/instances/[InstanceId]/rule-conditions') + self.set_method('GET') + + def get_InstanceId(self): + return self.get_path_params().get('InstanceId') + + def set_InstanceId(self,InstanceId): + self.add_path_param('InstanceId',InstanceId) \ No newline at end of file diff --git a/aliyun-python-sdk-airec/aliyunsdkairec/request/v20181012/ListRuleTasksRequest.py b/aliyun-python-sdk-airec/aliyunsdkairec/request/v20181012/ListRuleTasksRequest.py new file mode 100644 index 0000000000..d412b78e1b --- /dev/null +++ b/aliyun-python-sdk-airec/aliyunsdkairec/request/v20181012/ListRuleTasksRequest.py @@ -0,0 +1,39 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RoaRequest + +class ListRuleTasksRequest(RoaRequest): + + def __init__(self): + RoaRequest.__init__(self, 'Airec', '2018-10-12', 'ListRuleTasks') + self.set_uri_pattern('/openapi/instances/[InstanceId]/rule-tasks') + self.set_method('GET') + + def get_InstanceId(self): + return self.get_path_params().get('InstanceId') + + def set_InstanceId(self,InstanceId): + self.add_path_param('InstanceId',InstanceId) + + def get_SceneId(self): + return self.get_query_params().get('SceneId') + + def set_SceneId(self,SceneId): + self.add_query_param('SceneId',SceneId) \ No newline at end of file diff --git a/aliyun-python-sdk-airec/aliyunsdkairec/request/v20181012/ListRulesRequest.py b/aliyun-python-sdk-airec/aliyunsdkairec/request/v20181012/ListRulesRequest.py new file mode 100644 index 0000000000..c073649ef8 --- /dev/null +++ b/aliyun-python-sdk-airec/aliyunsdkairec/request/v20181012/ListRulesRequest.py @@ -0,0 +1,75 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RoaRequest + +class ListRulesRequest(RoaRequest): + + def __init__(self): + RoaRequest.__init__(self, 'Airec', '2018-10-12', 'ListRules') + self.set_uri_pattern('/openapi/instances/[InstanceId]/rules') + self.set_method('GET') + + def get_InstanceId(self): + return self.get_path_params().get('InstanceId') + + def set_InstanceId(self,InstanceId): + self.add_path_param('InstanceId',InstanceId) + + def get_Size(self): + return self.get_query_params().get('Size') + + def set_Size(self,Size): + self.add_query_param('Size',Size) + + def get_RuleType(self): + return self.get_query_params().get('RuleType') + + def set_RuleType(self,RuleType): + self.add_query_param('RuleType',RuleType) + + def get_SceneId(self): + return self.get_query_params().get('SceneId') + + def set_SceneId(self,SceneId): + self.add_query_param('SceneId',SceneId) + + def get_EndTime(self): + return self.get_query_params().get('EndTime') + + def set_EndTime(self,EndTime): + self.add_query_param('EndTime',EndTime) + + def get_Page(self): + return self.get_query_params().get('Page') + + def set_Page(self,Page): + self.add_query_param('Page',Page) + + def get_StartTime(self): + return self.get_query_params().get('StartTime') + + def set_StartTime(self,StartTime): + self.add_query_param('StartTime',StartTime) + + def get_Status(self): + return self.get_query_params().get('Status') + + def set_Status(self,Status): + self.add_query_param('Status',Status) \ No newline at end of file diff --git a/aliyun-python-sdk-airec/aliyunsdkairec/request/v20181012/ListSceneItemsRequest.py b/aliyun-python-sdk-airec/aliyunsdkairec/request/v20181012/ListSceneItemsRequest.py new file mode 100644 index 0000000000..0ca6a0e263 --- /dev/null +++ b/aliyun-python-sdk-airec/aliyunsdkairec/request/v20181012/ListSceneItemsRequest.py @@ -0,0 +1,75 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RoaRequest + +class ListSceneItemsRequest(RoaRequest): + + def __init__(self): + RoaRequest.__init__(self, 'Airec', '2018-10-12', 'ListSceneItems') + self.set_uri_pattern('/openapi/instances/[InstanceId]/scenes/[SceneId]/items') + self.set_method('GET') + + def get_SelectionRuleId(self): + return self.get_query_params().get('SelectionRuleId') + + def set_SelectionRuleId(self,SelectionRuleId): + self.add_query_param('SelectionRuleId',SelectionRuleId) + + def get_InstanceId(self): + return self.get_path_params().get('InstanceId') + + def set_InstanceId(self,InstanceId): + self.add_path_param('InstanceId',InstanceId) + + def get_Size(self): + return self.get_query_params().get('Size') + + def set_Size(self,Size): + self.add_query_param('Size',Size) + + def get_QueryCount(self): + return self.get_query_params().get('QueryCount') + + def set_QueryCount(self,QueryCount): + self.add_query_param('QueryCount',QueryCount) + + def get_SceneId(self): + return self.get_path_params().get('SceneId') + + def set_SceneId(self,SceneId): + self.add_path_param('SceneId',SceneId) + + def get_OperationRuleId(self): + return self.get_query_params().get('OperationRuleId') + + def set_OperationRuleId(self,OperationRuleId): + self.add_query_param('OperationRuleId',OperationRuleId) + + def get_PreviewType(self): + return self.get_query_params().get('PreviewType') + + def set_PreviewType(self,PreviewType): + self.add_query_param('PreviewType',PreviewType) + + def get_Page(self): + return self.get_query_params().get('Page') + + def set_Page(self,Page): + self.add_query_param('Page',Page) \ No newline at end of file diff --git a/aliyun-python-sdk-airec/aliyunsdkairec/request/v20181012/ListScenesRequest.py b/aliyun-python-sdk-airec/aliyunsdkairec/request/v20181012/ListScenesRequest.py new file mode 100644 index 0000000000..b3b332f45c --- /dev/null +++ b/aliyun-python-sdk-airec/aliyunsdkairec/request/v20181012/ListScenesRequest.py @@ -0,0 +1,39 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RoaRequest + +class ListScenesRequest(RoaRequest): + + def __init__(self): + RoaRequest.__init__(self, 'Airec', '2018-10-12', 'ListScenes') + self.set_uri_pattern('/openapi/instances/[InstanceId]/scenes') + self.set_method('GET') + + def get_InstanceId(self): + return self.get_path_params().get('InstanceId') + + def set_InstanceId(self,InstanceId): + self.add_path_param('InstanceId',InstanceId) + + def get_Status(self): + return self.get_query_params().get('Status') + + def set_Status(self,Status): + self.add_query_param('Status',Status) \ No newline at end of file diff --git a/aliyun-python-sdk-airec/aliyunsdkairec/request/v20181012/ListUmengAppkeysRequest.py b/aliyun-python-sdk-airec/aliyunsdkairec/request/v20181012/ListUmengAppkeysRequest.py new file mode 100644 index 0000000000..772f8bd669 --- /dev/null +++ b/aliyun-python-sdk-airec/aliyunsdkairec/request/v20181012/ListUmengAppkeysRequest.py @@ -0,0 +1,27 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RoaRequest + +class ListUmengAppkeysRequest(RoaRequest): + + def __init__(self): + RoaRequest.__init__(self, 'Airec', '2018-10-12', 'ListUmengAppkeys') + self.set_uri_pattern('/openapi/umeng/appkeys') + self.set_method('GET') \ No newline at end of file diff --git a/aliyun-python-sdk-airec/aliyunsdkairec/request/v20181012/ModifyDataSourceRequest.py b/aliyun-python-sdk-airec/aliyunsdkairec/request/v20181012/ModifyDataSourceRequest.py index abfd0a37c3..086b2a0004 100644 --- a/aliyun-python-sdk-airec/aliyunsdkairec/request/v20181012/ModifyDataSourceRequest.py +++ b/aliyun-python-sdk-airec/aliyunsdkairec/request/v20181012/ModifyDataSourceRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,11 @@ # under the License. from aliyunsdkcore.request import RoaRequest + class ModifyDataSourceRequest(RoaRequest): def __init__(self): - RoaRequest.__init__(self, 'Airec', '2018-10-12', 'ModifyDataSource','airec') + RoaRequest.__init__(self, 'Airec', '2018-10-12', 'ModifyDataSource') self.set_uri_pattern('/openapi/instances/[InstanceId]/dataSources/[TableName]') self.set_method('PUT') diff --git a/aliyun-python-sdk-airec/aliyunsdkairec/request/v20181012/ModifyDiversifyRequest.py b/aliyun-python-sdk-airec/aliyunsdkairec/request/v20181012/ModifyDiversifyRequest.py index 0503eadd09..71087b9ec9 100644 --- a/aliyun-python-sdk-airec/aliyunsdkairec/request/v20181012/ModifyDiversifyRequest.py +++ b/aliyun-python-sdk-airec/aliyunsdkairec/request/v20181012/ModifyDiversifyRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,11 @@ # under the License. from aliyunsdkcore.request import RoaRequest + class ModifyDiversifyRequest(RoaRequest): def __init__(self): - RoaRequest.__init__(self, 'Airec', '2018-10-12', 'ModifyDiversify','airec') + RoaRequest.__init__(self, 'Airec', '2018-10-12', 'ModifyDiversify') self.set_uri_pattern('/openapi/instances/[InstanceId]/diversifies/[Name]') self.set_method('PUT') diff --git a/aliyun-python-sdk-airec/aliyunsdkairec/request/v20181012/ModifyExposureSettingsRequest.py b/aliyun-python-sdk-airec/aliyunsdkairec/request/v20181012/ModifyExposureSettingsRequest.py new file mode 100644 index 0000000000..682354079a --- /dev/null +++ b/aliyun-python-sdk-airec/aliyunsdkairec/request/v20181012/ModifyExposureSettingsRequest.py @@ -0,0 +1,33 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RoaRequest + +class ModifyExposureSettingsRequest(RoaRequest): + + def __init__(self): + RoaRequest.__init__(self, 'Airec', '2018-10-12', 'ModifyExposureSettings') + self.set_uri_pattern('/openapi/instances/[InstanceId]/exposure-settings') + self.set_method('PUT') + + def get_InstanceId(self): + return self.get_path_params().get('InstanceId') + + def set_InstanceId(self,InstanceId): + self.add_path_param('InstanceId',InstanceId) \ No newline at end of file diff --git a/aliyun-python-sdk-airec/aliyunsdkairec/request/v20181012/ModifyInstanceRequest.py b/aliyun-python-sdk-airec/aliyunsdkairec/request/v20181012/ModifyInstanceRequest.py index 30593c91ce..7aba1593fc 100644 --- a/aliyun-python-sdk-airec/aliyunsdkairec/request/v20181012/ModifyInstanceRequest.py +++ b/aliyun-python-sdk-airec/aliyunsdkairec/request/v20181012/ModifyInstanceRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,11 @@ # under the License. from aliyunsdkcore.request import RoaRequest + class ModifyInstanceRequest(RoaRequest): def __init__(self): - RoaRequest.__init__(self, 'Airec', '2018-10-12', 'ModifyInstance','airec') + RoaRequest.__init__(self, 'Airec', '2018-10-12', 'ModifyInstance') self.set_uri_pattern('/openapi/instances/[InstanceId]') self.set_method('PUT') diff --git a/aliyun-python-sdk-airec/aliyunsdkairec/request/v20181012/ModifyMixRequest.py b/aliyun-python-sdk-airec/aliyunsdkairec/request/v20181012/ModifyMixRequest.py index 4b5f7ad959..41b0d514d6 100644 --- a/aliyun-python-sdk-airec/aliyunsdkairec/request/v20181012/ModifyMixRequest.py +++ b/aliyun-python-sdk-airec/aliyunsdkairec/request/v20181012/ModifyMixRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,11 @@ # under the License. from aliyunsdkcore.request import RoaRequest + class ModifyMixRequest(RoaRequest): def __init__(self): - RoaRequest.__init__(self, 'Airec', '2018-10-12', 'ModifyMix','airec') + RoaRequest.__init__(self, 'Airec', '2018-10-12', 'ModifyMix') self.set_uri_pattern('/openapi/instances/[InstanceId]/mixes/[Name]') self.set_method('PUT') diff --git a/aliyun-python-sdk-airec/aliyunsdkairec/request/v20181012/ModifyRuleRequest.py b/aliyun-python-sdk-airec/aliyunsdkairec/request/v20181012/ModifyRuleRequest.py new file mode 100644 index 0000000000..3616b8b96b --- /dev/null +++ b/aliyun-python-sdk-airec/aliyunsdkairec/request/v20181012/ModifyRuleRequest.py @@ -0,0 +1,39 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RoaRequest + +class ModifyRuleRequest(RoaRequest): + + def __init__(self): + RoaRequest.__init__(self, 'Airec', '2018-10-12', 'ModifyRule') + self.set_uri_pattern('/openapi/instances/[InstanceId]/rules/[RuleId]') + self.set_method('PUT') + + def get_InstanceId(self): + return self.get_path_params().get('InstanceId') + + def set_InstanceId(self,InstanceId): + self.add_path_param('InstanceId',InstanceId) + + def get_RuleId(self): + return self.get_path_params().get('RuleId') + + def set_RuleId(self,RuleId): + self.add_path_param('RuleId',RuleId) \ No newline at end of file diff --git a/aliyun-python-sdk-airec/aliyunsdkairec/request/v20181012/ModifySceneRequest.py b/aliyun-python-sdk-airec/aliyunsdkairec/request/v20181012/ModifySceneRequest.py new file mode 100644 index 0000000000..268509417c --- /dev/null +++ b/aliyun-python-sdk-airec/aliyunsdkairec/request/v20181012/ModifySceneRequest.py @@ -0,0 +1,39 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RoaRequest + +class ModifySceneRequest(RoaRequest): + + def __init__(self): + RoaRequest.__init__(self, 'Airec', '2018-10-12', 'ModifyScene') + self.set_uri_pattern('/openapi/instances/[InstanceId]/scenes/[SceneId]') + self.set_method('PUT') + + def get_InstanceId(self): + return self.get_path_params().get('InstanceId') + + def set_InstanceId(self,InstanceId): + self.add_path_param('InstanceId',InstanceId) + + def get_SceneId(self): + return self.get_path_params().get('SceneId') + + def set_SceneId(self,SceneId): + self.add_path_param('SceneId',SceneId) \ No newline at end of file diff --git a/aliyun-python-sdk-airec/aliyunsdkairec/request/v20181012/PublishRuleRequest.py b/aliyun-python-sdk-airec/aliyunsdkairec/request/v20181012/PublishRuleRequest.py new file mode 100644 index 0000000000..af537e292e --- /dev/null +++ b/aliyun-python-sdk-airec/aliyunsdkairec/request/v20181012/PublishRuleRequest.py @@ -0,0 +1,51 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RoaRequest + +class PublishRuleRequest(RoaRequest): + + def __init__(self): + RoaRequest.__init__(self, 'Airec', '2018-10-12', 'PublishRule') + self.set_uri_pattern('/openapi/instances/[InstanceId]/rules/[RuleId]/actions/publish') + self.set_method('PUT') + + def get_InstanceId(self): + return self.get_path_params().get('InstanceId') + + def set_InstanceId(self,InstanceId): + self.add_path_param('InstanceId',InstanceId) + + def get_RuleType(self): + return self.get_query_params().get('RuleType') + + def set_RuleType(self,RuleType): + self.add_query_param('RuleType',RuleType) + + def get_SceneId(self): + return self.get_query_params().get('SceneId') + + def set_SceneId(self,SceneId): + self.add_query_param('SceneId',SceneId) + + def get_RuleId(self): + return self.get_path_params().get('RuleId') + + def set_RuleId(self,RuleId): + self.add_path_param('RuleId',RuleId) \ No newline at end of file diff --git a/aliyun-python-sdk-airec/aliyunsdkairec/request/v20181012/PushDocumentRequest.py b/aliyun-python-sdk-airec/aliyunsdkairec/request/v20181012/PushDocumentRequest.py index d73f84465a..dea68c5a47 100644 --- a/aliyun-python-sdk-airec/aliyunsdkairec/request/v20181012/PushDocumentRequest.py +++ b/aliyun-python-sdk-airec/aliyunsdkairec/request/v20181012/PushDocumentRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,11 @@ # under the License. from aliyunsdkcore.request import RoaRequest + class PushDocumentRequest(RoaRequest): def __init__(self): - RoaRequest.__init__(self, 'Airec', '2018-10-12', 'PushDocument','airec') + RoaRequest.__init__(self, 'Airec', '2018-10-12', 'PushDocument') self.set_uri_pattern('/openapi/instances/[InstanceId]/tables/[TableName]/actions/bulk') self.set_method('POST') diff --git a/aliyun-python-sdk-airec/aliyunsdkairec/request/v20181012/PushInterventionRequest.py b/aliyun-python-sdk-airec/aliyunsdkairec/request/v20181012/PushInterventionRequest.py index 09a504d6d9..b015f2e078 100644 --- a/aliyun-python-sdk-airec/aliyunsdkairec/request/v20181012/PushInterventionRequest.py +++ b/aliyun-python-sdk-airec/aliyunsdkairec/request/v20181012/PushInterventionRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,11 @@ # under the License. from aliyunsdkcore.request import RoaRequest + class PushInterventionRequest(RoaRequest): def __init__(self): - RoaRequest.__init__(self, 'Airec', '2018-10-12', 'PushIntervention','airec') + RoaRequest.__init__(self, 'Airec', '2018-10-12', 'PushIntervention') self.set_uri_pattern('/openapi/instances/[InstanceId]/actions/intervene') self.set_method('POST') diff --git a/aliyun-python-sdk-airec/aliyunsdkairec/request/v20181012/QueryDataMessageRequest.py b/aliyun-python-sdk-airec/aliyunsdkairec/request/v20181012/QueryDataMessageRequest.py new file mode 100644 index 0000000000..b6d72e9231 --- /dev/null +++ b/aliyun-python-sdk-airec/aliyunsdkairec/request/v20181012/QueryDataMessageRequest.py @@ -0,0 +1,111 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RoaRequest + +class QueryDataMessageRequest(RoaRequest): + + def __init__(self): + RoaRequest.__init__(self, 'Airec', '2018-10-12', 'QueryDataMessage') + self.set_uri_pattern('/openapi/instances/[InstanceId]/tables/[Table]/data-message') + self.set_method('GET') + + def get_TraceId(self): + return self.get_query_params().get('TraceId') + + def set_TraceId(self,TraceId): + self.add_query_param('TraceId',TraceId) + + def get_EndTime(self): + return self.get_query_params().get('EndTime') + + def set_EndTime(self,EndTime): + self.add_query_param('EndTime',EndTime) + + def get_UserType(self): + return self.get_query_params().get('UserType') + + def set_UserType(self,UserType): + self.add_query_param('UserType',UserType) + + def get_StartTime(self): + return self.get_query_params().get('StartTime') + + def set_StartTime(self,StartTime): + self.add_query_param('StartTime',StartTime) + + def get_UserId(self): + return self.get_query_params().get('UserId') + + def set_UserId(self,UserId): + self.add_query_param('UserId',UserId) + + def get_ItemId(self): + return self.get_query_params().get('ItemId') + + def set_ItemId(self,ItemId): + self.add_query_param('ItemId',ItemId) + + def get_InstanceId(self): + return self.get_path_params().get('InstanceId') + + def set_InstanceId(self,InstanceId): + self.add_path_param('InstanceId',InstanceId) + + def get_ItemType(self): + return self.get_query_params().get('ItemType') + + def set_ItemType(self,ItemType): + self.add_query_param('ItemType',ItemType) + + def get_CmdType(self): + return self.get_query_params().get('CmdType') + + def set_CmdType(self,CmdType): + self.add_query_param('CmdType',CmdType) + + def get_Size(self): + return self.get_query_params().get('Size') + + def set_Size(self,Size): + self.add_query_param('Size',Size) + + def get_SceneId(self): + return self.get_query_params().get('SceneId') + + def set_SceneId(self,SceneId): + self.add_query_param('SceneId',SceneId) + + def get_BhvType(self): + return self.get_query_params().get('BhvType') + + def set_BhvType(self,BhvType): + self.add_query_param('BhvType',BhvType) + + def get_Page(self): + return self.get_query_params().get('Page') + + def set_Page(self,Page): + self.add_query_param('Page',Page) + + def get_Table(self): + return self.get_path_params().get('Table') + + def set_Table(self,Table): + self.add_path_param('Table',Table) \ No newline at end of file diff --git a/aliyun-python-sdk-airec/aliyunsdkairec/request/v20181012/QueryDataMessageStatisticsRequest.py b/aliyun-python-sdk-airec/aliyunsdkairec/request/v20181012/QueryDataMessageStatisticsRequest.py new file mode 100644 index 0000000000..b36a48d95d --- /dev/null +++ b/aliyun-python-sdk-airec/aliyunsdkairec/request/v20181012/QueryDataMessageStatisticsRequest.py @@ -0,0 +1,99 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RoaRequest + +class QueryDataMessageStatisticsRequest(RoaRequest): + + def __init__(self): + RoaRequest.__init__(self, 'Airec', '2018-10-12', 'QueryDataMessageStatistics') + self.set_uri_pattern('/openapi/instances/[InstanceId]/tables/[Table]/data-message-statistics') + self.set_method('GET') + + def get_TraceId(self): + return self.get_query_params().get('TraceId') + + def set_TraceId(self,TraceId): + self.add_query_param('TraceId',TraceId) + + def get_EndTime(self): + return self.get_query_params().get('EndTime') + + def set_EndTime(self,EndTime): + self.add_query_param('EndTime',EndTime) + + def get_UserType(self): + return self.get_query_params().get('UserType') + + def set_UserType(self,UserType): + self.add_query_param('UserType',UserType) + + def get_StartTime(self): + return self.get_query_params().get('StartTime') + + def set_StartTime(self,StartTime): + self.add_query_param('StartTime',StartTime) + + def get_UserId(self): + return self.get_query_params().get('UserId') + + def set_UserId(self,UserId): + self.add_query_param('UserId',UserId) + + def get_ItemId(self): + return self.get_query_params().get('ItemId') + + def set_ItemId(self,ItemId): + self.add_query_param('ItemId',ItemId) + + def get_InstanceId(self): + return self.get_path_params().get('InstanceId') + + def set_InstanceId(self,InstanceId): + self.add_path_param('InstanceId',InstanceId) + + def get_ItemType(self): + return self.get_query_params().get('ItemType') + + def set_ItemType(self,ItemType): + self.add_query_param('ItemType',ItemType) + + def get_CmdType(self): + return self.get_query_params().get('CmdType') + + def set_CmdType(self,CmdType): + self.add_query_param('CmdType',CmdType) + + def get_SceneId(self): + return self.get_query_params().get('SceneId') + + def set_SceneId(self,SceneId): + self.add_query_param('SceneId',SceneId) + + def get_BhvType(self): + return self.get_query_params().get('BhvType') + + def set_BhvType(self,BhvType): + self.add_query_param('BhvType',BhvType) + + def get_Table(self): + return self.get_path_params().get('Table') + + def set_Table(self,Table): + self.add_path_param('Table',Table) \ No newline at end of file diff --git a/aliyun-python-sdk-airec/aliyunsdkairec/request/v20181012/QueryExceptionHistoryRequest.py b/aliyun-python-sdk-airec/aliyunsdkairec/request/v20181012/QueryExceptionHistoryRequest.py new file mode 100644 index 0000000000..6c64505303 --- /dev/null +++ b/aliyun-python-sdk-airec/aliyunsdkairec/request/v20181012/QueryExceptionHistoryRequest.py @@ -0,0 +1,51 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RoaRequest + +class QueryExceptionHistoryRequest(RoaRequest): + + def __init__(self): + RoaRequest.__init__(self, 'Airec', '2018-10-12', 'QueryExceptionHistory') + self.set_uri_pattern('/openapi/instances/[InstanceId]/sync-reports/exception-history') + self.set_method('GET') + + def get_InstanceId(self): + return self.get_path_params().get('InstanceId') + + def set_InstanceId(self,InstanceId): + self.add_path_param('InstanceId',InstanceId) + + def get_EndTime(self): + return self.get_query_params().get('EndTime') + + def set_EndTime(self,EndTime): + self.add_query_param('EndTime',EndTime) + + def get_StartTime(self): + return self.get_query_params().get('StartTime') + + def set_StartTime(self,StartTime): + self.add_query_param('StartTime',StartTime) + + def get_Type(self): + return self.get_query_params().get('Type') + + def set_Type(self,Type): + self.add_query_param('Type',Type) \ No newline at end of file diff --git a/aliyun-python-sdk-airec/aliyunsdkairec/request/v20181012/QueryRawDataRequest.py b/aliyun-python-sdk-airec/aliyunsdkairec/request/v20181012/QueryRawDataRequest.py new file mode 100644 index 0000000000..237d83ec85 --- /dev/null +++ b/aliyun-python-sdk-airec/aliyunsdkairec/request/v20181012/QueryRawDataRequest.py @@ -0,0 +1,63 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RoaRequest + +class QueryRawDataRequest(RoaRequest): + + def __init__(self): + RoaRequest.__init__(self, 'Airec', '2018-10-12', 'QueryRawData') + self.set_uri_pattern('/openapi/instances/[InstanceId]/tables/[Table]/raw-data') + self.set_method('GET') + + def get_ItemId(self): + return self.get_query_params().get('ItemId') + + def set_ItemId(self,ItemId): + self.add_query_param('ItemId',ItemId) + + def get_InstanceId(self): + return self.get_path_params().get('InstanceId') + + def set_InstanceId(self,InstanceId): + self.add_path_param('InstanceId',InstanceId) + + def get_ItemType(self): + return self.get_query_params().get('ItemType') + + def set_ItemType(self,ItemType): + self.add_query_param('ItemType',ItemType) + + def get_UserType(self): + return self.get_query_params().get('UserType') + + def set_UserType(self,UserType): + self.add_query_param('UserType',UserType) + + def get_UserId(self): + return self.get_query_params().get('UserId') + + def set_UserId(self,UserId): + self.add_query_param('UserId',UserId) + + def get_Table(self): + return self.get_path_params().get('Table') + + def set_Table(self,Table): + self.add_path_param('Table',Table) \ No newline at end of file diff --git a/aliyun-python-sdk-airec/aliyunsdkairec/request/v20181012/QuerySingleAggregationReportRequest.py b/aliyun-python-sdk-airec/aliyunsdkairec/request/v20181012/QuerySingleAggregationReportRequest.py new file mode 100644 index 0000000000..b8878d48e0 --- /dev/null +++ b/aliyun-python-sdk-airec/aliyunsdkairec/request/v20181012/QuerySingleAggregationReportRequest.py @@ -0,0 +1,33 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RoaRequest + +class QuerySingleAggregationReportRequest(RoaRequest): + + def __init__(self): + RoaRequest.__init__(self, 'Airec', '2018-10-12', 'QuerySingleAggregationReport') + self.set_uri_pattern('/openapi/instances/[InstanceId]/sync-reports/single-aggregation-report') + self.set_method('GET') + + def get_InstanceId(self): + return self.get_path_params().get('InstanceId') + + def set_InstanceId(self,InstanceId): + self.add_path_param('InstanceId',InstanceId) \ No newline at end of file diff --git a/aliyun-python-sdk-airec/aliyunsdkairec/request/v20181012/QuerySingleReportRequest.py b/aliyun-python-sdk-airec/aliyunsdkairec/request/v20181012/QuerySingleReportRequest.py new file mode 100644 index 0000000000..93f394549f --- /dev/null +++ b/aliyun-python-sdk-airec/aliyunsdkairec/request/v20181012/QuerySingleReportRequest.py @@ -0,0 +1,39 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RoaRequest + +class QuerySingleReportRequest(RoaRequest): + + def __init__(self): + RoaRequest.__init__(self, 'Airec', '2018-10-12', 'QuerySingleReport') + self.set_uri_pattern('/openapi/instances/[InstanceId]/sync-reports/single-report') + self.set_method('GET') + + def get_InstanceId(self): + return self.get_path_params().get('InstanceId') + + def set_InstanceId(self,InstanceId): + self.add_path_param('InstanceId',InstanceId) + + def get_ReportType(self): + return self.get_query_params().get('ReportType') + + def set_ReportType(self,ReportType): + self.add_query_param('ReportType',ReportType) \ No newline at end of file diff --git a/aliyun-python-sdk-airec/aliyunsdkairec/request/v20181012/QuerySyncReportAggregationRequest.py b/aliyun-python-sdk-airec/aliyunsdkairec/request/v20181012/QuerySyncReportAggregationRequest.py new file mode 100644 index 0000000000..e47063a57f --- /dev/null +++ b/aliyun-python-sdk-airec/aliyunsdkairec/request/v20181012/QuerySyncReportAggregationRequest.py @@ -0,0 +1,45 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RoaRequest + +class QuerySyncReportAggregationRequest(RoaRequest): + + def __init__(self): + RoaRequest.__init__(self, 'Airec', '2018-10-12', 'QuerySyncReportAggregation') + self.set_uri_pattern('/openapi/instances/[InstanceId]/sync-reports/aggregation') + self.set_method('GET') + + def get_InstanceId(self): + return self.get_path_params().get('InstanceId') + + def set_InstanceId(self,InstanceId): + self.add_path_param('InstanceId',InstanceId) + + def get_EndTime(self): + return self.get_query_params().get('EndTime') + + def set_EndTime(self,EndTime): + self.add_query_param('EndTime',EndTime) + + def get_StartTime(self): + return self.get_query_params().get('StartTime') + + def set_StartTime(self,StartTime): + self.add_query_param('StartTime',StartTime) \ No newline at end of file diff --git a/aliyun-python-sdk-airec/aliyunsdkairec/request/v20181012/RecommendRequest.py b/aliyun-python-sdk-airec/aliyunsdkairec/request/v20181012/RecommendRequest.py index 86839366d5..4dcee19bd4 100644 --- a/aliyun-python-sdk-airec/aliyunsdkairec/request/v20181012/RecommendRequest.py +++ b/aliyun-python-sdk-airec/aliyunsdkairec/request/v20181012/RecommendRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,11 @@ # under the License. from aliyunsdkcore.request import RoaRequest + class RecommendRequest(RoaRequest): def __init__(self): - RoaRequest.__init__(self, 'Airec', '2018-10-12', 'Recommend','airec') + RoaRequest.__init__(self, 'Airec', '2018-10-12', 'Recommend') self.set_uri_pattern('/openapi/instances/[InstanceId]/actions/recommend') self.set_method('GET') @@ -59,4 +60,10 @@ def get_UserId(self): return self.get_query_params().get('UserId') def set_UserId(self,UserId): - self.add_query_param('UserId',UserId) \ No newline at end of file + self.add_query_param('UserId',UserId) + + def get_Items(self): + return self.get_query_params().get('Items') + + def set_Items(self,Items): + self.add_query_param('Items',Items) \ No newline at end of file diff --git a/aliyun-python-sdk-airec/aliyunsdkairec/request/v20181012/RunInstanceRequest.py b/aliyun-python-sdk-airec/aliyunsdkairec/request/v20181012/RunInstanceRequest.py index 0d3efca47b..4d94bee9a8 100644 --- a/aliyun-python-sdk-airec/aliyunsdkairec/request/v20181012/RunInstanceRequest.py +++ b/aliyun-python-sdk-airec/aliyunsdkairec/request/v20181012/RunInstanceRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,11 @@ # under the License. from aliyunsdkcore.request import RoaRequest + class RunInstanceRequest(RoaRequest): def __init__(self): - RoaRequest.__init__(self, 'Airec', '2018-10-12', 'RunInstance','airec') + RoaRequest.__init__(self, 'Airec', '2018-10-12', 'RunInstance') self.set_uri_pattern('/openapi/instances/[InstanceId]/actions/import') self.set_method('POST') diff --git a/aliyun-python-sdk-airec/aliyunsdkairec/request/v20181012/StopDataSetRequest.py b/aliyun-python-sdk-airec/aliyunsdkairec/request/v20181012/StopDataSetRequest.py index b7a7ff0950..e37188b5d4 100644 --- a/aliyun-python-sdk-airec/aliyunsdkairec/request/v20181012/StopDataSetRequest.py +++ b/aliyun-python-sdk-airec/aliyunsdkairec/request/v20181012/StopDataSetRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,11 @@ # under the License. from aliyunsdkcore.request import RoaRequest + class StopDataSetRequest(RoaRequest): def __init__(self): - RoaRequest.__init__(self, 'Airec', '2018-10-12', 'StopDataSet','airec') + RoaRequest.__init__(self, 'Airec', '2018-10-12', 'StopDataSet') self.set_uri_pattern('/openapi/instances/[InstanceId]/dataSets/[VersionId]/actions/stop') self.set_method('POST') diff --git a/aliyun-python-sdk-airec/aliyunsdkairec/request/v20181012/UpgradeInstanceRequest.py b/aliyun-python-sdk-airec/aliyunsdkairec/request/v20181012/UpgradeInstanceRequest.py index ffbe38c67a..ef138496dd 100644 --- a/aliyun-python-sdk-airec/aliyunsdkairec/request/v20181012/UpgradeInstanceRequest.py +++ b/aliyun-python-sdk-airec/aliyunsdkairec/request/v20181012/UpgradeInstanceRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,11 @@ # under the License. from aliyunsdkcore.request import RoaRequest + class UpgradeInstanceRequest(RoaRequest): def __init__(self): - RoaRequest.__init__(self, 'Airec', '2018-10-12', 'UpgradeInstance','airec') + RoaRequest.__init__(self, 'Airec', '2018-10-12', 'UpgradeInstance') self.set_uri_pattern('/openapi/instances/[InstanceId]/actions/upgrade') self.set_method('POST') diff --git a/aliyun-python-sdk-airec/aliyunsdkairec/request/v20181012/ValidateInstanceRequest.py b/aliyun-python-sdk-airec/aliyunsdkairec/request/v20181012/ValidateInstanceRequest.py index bb1b2c04e7..946712bf33 100644 --- a/aliyun-python-sdk-airec/aliyunsdkairec/request/v20181012/ValidateInstanceRequest.py +++ b/aliyun-python-sdk-airec/aliyunsdkairec/request/v20181012/ValidateInstanceRequest.py @@ -6,8 +6,8 @@ # "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 # +# http://www.apache.org/licenses/LICENSE-2.0 # # # Unless required by applicable law or agreed to in writing, @@ -18,10 +18,11 @@ # under the License. from aliyunsdkcore.request import RoaRequest + class ValidateInstanceRequest(RoaRequest): def __init__(self): - RoaRequest.__init__(self, 'Airec', '2018-10-12', 'ValidateInstance','airec') + RoaRequest.__init__(self, 'Airec', '2018-10-12', 'ValidateInstance') self.set_uri_pattern('/openapi/instances/[InstanceId]/actions/validate') self.set_method('POST') diff --git a/aliyun-python-sdk-airec/setup.py b/aliyun-python-sdk-airec/setup.py index 90ce6bc09b..29eaf9f330 100644 --- a/aliyun-python-sdk-airec/setup.py +++ b/aliyun-python-sdk-airec/setup.py @@ -46,13 +46,6 @@ finally: desc_file.close() -requires = [] - -if sys.version_info < (3, 3): - requires.append("aliyun-python-sdk-core>=2.0.2") -else: - requires.append("aliyun-python-sdk-core-v3>=2.3.5") - setup( name=NAME, version=VERSION, @@ -66,7 +59,7 @@ packages=find_packages(exclude=["tests*"]), include_package_data=True, platforms="any", - install_requires=requires, + install_requires=["aliyun-python-sdk-core>=2.11.5",], classifiers=( "Development Status :: 4 - Beta", "Intended Audience :: Developers", From 6b9a4054cb7c713df3414a9dcc9365c366fb2896 Mon Sep 17 00:00:00 2001 From: sdk-team Date: Mon, 24 Aug 2020 13:07:23 +0000 Subject: [PATCH 232/282] Generated 2018-10-12 for Airec. --- aliyun-python-sdk-airec/ChangeLog.txt | 3 + .../v20181012/DeleteInstanceRequest.py | 33 ++++++++++ .../DescribeDashboardIndexRequest.py | 63 +++++++++++++++++++ .../DescribeSyncReportOverviewRequest.py | 39 ++++++++++++ .../v20181012/DescribeUserMetricsRequest.py | 6 -- .../v20181012/ModifyRuleStateRequest.py | 51 +++++++++++++++ 6 files changed, 189 insertions(+), 6 deletions(-) create mode 100644 aliyun-python-sdk-airec/aliyunsdkairec/request/v20181012/DeleteInstanceRequest.py create mode 100644 aliyun-python-sdk-airec/aliyunsdkairec/request/v20181012/DescribeDashboardIndexRequest.py create mode 100644 aliyun-python-sdk-airec/aliyunsdkairec/request/v20181012/DescribeSyncReportOverviewRequest.py create mode 100644 aliyun-python-sdk-airec/aliyunsdkairec/request/v20181012/ModifyRuleStateRequest.py diff --git a/aliyun-python-sdk-airec/ChangeLog.txt b/aliyun-python-sdk-airec/ChangeLog.txt index 8fde0f77af..778f044f45 100644 --- a/aliyun-python-sdk-airec/ChangeLog.txt +++ b/aliyun-python-sdk-airec/ChangeLog.txt @@ -1,6 +1,9 @@ 2020-08-24 Version: 1.0.0 - Generated 2018-10-12 for `Airec`. +2020-08-24 Version: 1.0.0 +- Generated 2018-10-12 for `Airec`. + 2019-01-03 Version: 1.0.0 1, Airec SDK Release Version 1.0.0. diff --git a/aliyun-python-sdk-airec/aliyunsdkairec/request/v20181012/DeleteInstanceRequest.py b/aliyun-python-sdk-airec/aliyunsdkairec/request/v20181012/DeleteInstanceRequest.py new file mode 100644 index 0000000000..740c62088e --- /dev/null +++ b/aliyun-python-sdk-airec/aliyunsdkairec/request/v20181012/DeleteInstanceRequest.py @@ -0,0 +1,33 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RoaRequest + +class DeleteInstanceRequest(RoaRequest): + + def __init__(self): + RoaRequest.__init__(self, 'Airec', '2018-10-12', 'DeleteInstance') + self.set_uri_pattern('/openapi/instances/[InstanceId]') + self.set_method('DELETE') + + def get_InstanceId(self): + return self.get_path_params().get('InstanceId') + + def set_InstanceId(self,InstanceId): + self.add_path_param('InstanceId',InstanceId) \ No newline at end of file diff --git a/aliyun-python-sdk-airec/aliyunsdkairec/request/v20181012/DescribeDashboardIndexRequest.py b/aliyun-python-sdk-airec/aliyunsdkairec/request/v20181012/DescribeDashboardIndexRequest.py new file mode 100644 index 0000000000..8a128572b4 --- /dev/null +++ b/aliyun-python-sdk-airec/aliyunsdkairec/request/v20181012/DescribeDashboardIndexRequest.py @@ -0,0 +1,63 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RoaRequest + +class DescribeDashboardIndexRequest(RoaRequest): + + def __init__(self): + RoaRequest.__init__(self, 'Airec', '2018-10-12', 'DescribeDashboardIndex') + self.set_uri_pattern('/openapi/instances/[InstanceId]/dashboard/index') + self.set_method('GET') + + def get_Indicator(self): + return self.get_query_params().get('Indicator') + + def set_Indicator(self,Indicator): + self.add_query_param('Indicator',Indicator) + + def get_TraceId(self): + return self.get_query_params().get('TraceId') + + def set_TraceId(self,TraceId): + self.add_query_param('TraceId',TraceId) + + def get_InstanceId(self): + return self.get_path_params().get('InstanceId') + + def set_InstanceId(self,InstanceId): + self.add_path_param('InstanceId',InstanceId) + + def get_EndDate(self): + return self.get_query_params().get('EndDate') + + def set_EndDate(self,EndDate): + self.add_query_param('EndDate',EndDate) + + def get_SceneId(self): + return self.get_query_params().get('SceneId') + + def set_SceneId(self,SceneId): + self.add_query_param('SceneId',SceneId) + + def get_StartDate(self): + return self.get_query_params().get('StartDate') + + def set_StartDate(self,StartDate): + self.add_query_param('StartDate',StartDate) \ No newline at end of file diff --git a/aliyun-python-sdk-airec/aliyunsdkairec/request/v20181012/DescribeSyncReportOverviewRequest.py b/aliyun-python-sdk-airec/aliyunsdkairec/request/v20181012/DescribeSyncReportOverviewRequest.py new file mode 100644 index 0000000000..b10fd2a357 --- /dev/null +++ b/aliyun-python-sdk-airec/aliyunsdkairec/request/v20181012/DescribeSyncReportOverviewRequest.py @@ -0,0 +1,39 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RoaRequest + +class DescribeSyncReportOverviewRequest(RoaRequest): + + def __init__(self): + RoaRequest.__init__(self, 'Airec', '2018-10-12', 'DescribeSyncReportOverview') + self.set_uri_pattern('/openapi/instances/[InstanceId]/sync-reports') + self.set_method('GET') + + def get_InstanceId(self): + return self.get_path_params().get('InstanceId') + + def set_InstanceId(self,InstanceId): + self.add_path_param('InstanceId',InstanceId) + + def get_QueryTime(self): + return self.get_query_params().get('QueryTime') + + def set_QueryTime(self,QueryTime): + self.add_query_param('QueryTime',QueryTime) \ No newline at end of file diff --git a/aliyun-python-sdk-airec/aliyunsdkairec/request/v20181012/DescribeUserMetricsRequest.py b/aliyun-python-sdk-airec/aliyunsdkairec/request/v20181012/DescribeUserMetricsRequest.py index f08adb20f3..7963d5fbb2 100644 --- a/aliyun-python-sdk-airec/aliyunsdkairec/request/v20181012/DescribeUserMetricsRequest.py +++ b/aliyun-python-sdk-airec/aliyunsdkairec/request/v20181012/DescribeUserMetricsRequest.py @@ -32,12 +32,6 @@ def get_MetricType(self): def set_MetricType(self,MetricType): self.add_query_param('MetricType',MetricType) - def get_InstanceId(self): - return self.get_path_params().get('InstanceId') - - def set_InstanceId(self,InstanceId): - self.add_path_param('InstanceId',InstanceId) - def get_EndTime(self): return self.get_query_params().get('EndTime') diff --git a/aliyun-python-sdk-airec/aliyunsdkairec/request/v20181012/ModifyRuleStateRequest.py b/aliyun-python-sdk-airec/aliyunsdkairec/request/v20181012/ModifyRuleStateRequest.py new file mode 100644 index 0000000000..a34a1f8e4a --- /dev/null +++ b/aliyun-python-sdk-airec/aliyunsdkairec/request/v20181012/ModifyRuleStateRequest.py @@ -0,0 +1,51 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RoaRequest + +class ModifyRuleStateRequest(RoaRequest): + + def __init__(self): + RoaRequest.__init__(self, 'Airec', '2018-10-12', 'ModifyRuleState') + self.set_uri_pattern('/innerapi/instances/[InstanceId]/rules/actions/changestate') + self.set_method('PUT') + + def get_InstanceId(self): + return self.get_path_params().get('InstanceId') + + def set_InstanceId(self,InstanceId): + self.add_path_param('InstanceId',InstanceId) + + def get_RuleType(self): + return self.get_query_params().get('RuleType') + + def set_RuleType(self,RuleType): + self.add_query_param('RuleType',RuleType) + + def get_SceneId(self): + return self.get_query_params().get('SceneId') + + def set_SceneId(self,SceneId): + self.add_query_param('SceneId',SceneId) + + def get_Status(self): + return self.get_query_params().get('Status') + + def set_Status(self,Status): + self.add_query_param('Status',Status) \ No newline at end of file From 0dceb116c89e846ad2125575a25a1f4cc410fb5a Mon Sep 17 00:00:00 2001 From: sdk-team Date: Mon, 24 Aug 2020 13:07:59 +0000 Subject: [PATCH 233/282] Generated 2018-10-12 for Airec. --- aliyun-python-sdk-airec/ChangeLog.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/aliyun-python-sdk-airec/ChangeLog.txt b/aliyun-python-sdk-airec/ChangeLog.txt index 778f044f45..4b42102e72 100644 --- a/aliyun-python-sdk-airec/ChangeLog.txt +++ b/aliyun-python-sdk-airec/ChangeLog.txt @@ -4,6 +4,9 @@ 2020-08-24 Version: 1.0.0 - Generated 2018-10-12 for `Airec`. +2020-08-24 Version: 1.0.0 +- Generated 2018-10-12 for `Airec`. + 2019-01-03 Version: 1.0.0 1, Airec SDK Release Version 1.0.0. From 5ba217ab7d340d1d55e213844055ca2dfea8bc66 Mon Sep 17 00:00:00 2001 From: sdk-team Date: Mon, 24 Aug 2020 14:24:08 +0000 Subject: [PATCH 234/282] Generated 2019-02-25 for sdk-test. --- aliyun-python-sdk-sdk-test/ChangeLog.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/aliyun-python-sdk-sdk-test/ChangeLog.txt b/aliyun-python-sdk-sdk-test/ChangeLog.txt index e9448a78f8..4b8083ef39 100644 --- a/aliyun-python-sdk-sdk-test/ChangeLog.txt +++ b/aliyun-python-sdk-sdk-test/ChangeLog.txt @@ -4,6 +4,9 @@ 2020-08-24 Version: 1.0.0 - Generated 2019-02-25 for `sdk-test`. +2020-08-24 Version: 1.0.0 +- Generated 2019-02-25 for `sdk-test`. + 2020-08-20 Version: 1.9.23 - Generated 2019-02-25 for `sdk-test`. From 9ef5caefa5093a4e745da9633ef9b68262621291 Mon Sep 17 00:00:00 2001 From: sdk-team Date: Wed, 26 Aug 2020 06:00:49 +0000 Subject: [PATCH 235/282] Generated 2018-07-13 for Ft. --- aliyun-python-sdk-ft/ChangeLog.txt | 3 + aliyun-python-sdk-ft/aliyunsdkft/__init__.py | 2 +- aliyun-python-sdk-ft/aliyunsdkft/endpoint.py | 2 - .../v20180713/BatchAuditTest02Request.py | 44 ------- .../CountCloudProductCallTimesRequest.py | 68 ---------- .../v20180713/DescribeResourceTypeRequest.py | 56 --------- .../FtFlowSpecial1586868138332Request.py | 38 ------ .../FtGatedLaunchPolicy3ApiRequest.py | 38 ------ .../FtGatedLaunchPolicyApiRequest.py | 38 ------ .../v20180713/FtIpFlowControlRequest.py | 8 +- .../GetMigrateStrategyResultRequest.py | 116 ------------------ .../request/v20180713/GetTairDataRequest.py | 46 ------- .../v20180713/MigrateStrategyRequest.py | 74 ----------- .../QueryDomainChangeRecordsRequest.py | 68 ---------- .../v20180713/TestDubboRetryApiRequest.py | 31 ----- .../TestErrorCodeForGateWayRequest.py | 56 --------- .../request/v20180713/TestHttpApiRequest.py | 24 +--- .../v20180713/TestIspHttpValidatorRequest.py | 31 ----- .../TestXmlServiceRoutePolicyRequest.py | 38 ------ .../UpdateDomainRecordsRegionIdRequest.py | 56 --------- 20 files changed, 14 insertions(+), 823 deletions(-) delete mode 100644 aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/BatchAuditTest02Request.py delete mode 100644 aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/CountCloudProductCallTimesRequest.py delete mode 100644 aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/DescribeResourceTypeRequest.py delete mode 100644 aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/FtFlowSpecial1586868138332Request.py delete mode 100644 aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/FtGatedLaunchPolicy3ApiRequest.py delete mode 100644 aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/FtGatedLaunchPolicyApiRequest.py delete mode 100644 aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/GetMigrateStrategyResultRequest.py delete mode 100644 aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/GetTairDataRequest.py delete mode 100644 aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/MigrateStrategyRequest.py delete mode 100644 aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/QueryDomainChangeRecordsRequest.py delete mode 100644 aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/TestDubboRetryApiRequest.py delete mode 100644 aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/TestErrorCodeForGateWayRequest.py delete mode 100644 aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/TestIspHttpValidatorRequest.py delete mode 100644 aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/TestXmlServiceRoutePolicyRequest.py delete mode 100644 aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/UpdateDomainRecordsRegionIdRequest.py diff --git a/aliyun-python-sdk-ft/ChangeLog.txt b/aliyun-python-sdk-ft/ChangeLog.txt index 45acd0953f..6f3679d512 100644 --- a/aliyun-python-sdk-ft/ChangeLog.txt +++ b/aliyun-python-sdk-ft/ChangeLog.txt @@ -1,3 +1,6 @@ +2020-08-26 Version: 1.0.0 +- Generated 2018-07-13 for `Ft`. + 2020-08-20 Version: 1.9.23 - Generated 2018-07-13 for `Ft`. diff --git a/aliyun-python-sdk-ft/aliyunsdkft/__init__.py b/aliyun-python-sdk-ft/aliyunsdkft/__init__.py index b9d4194b37..75977e6f41 100644 --- a/aliyun-python-sdk-ft/aliyunsdkft/__init__.py +++ b/aliyun-python-sdk-ft/aliyunsdkft/__init__.py @@ -1 +1 @@ -__version__ = '1.9.23' \ No newline at end of file +__version__ = '1.0.0' \ No newline at end of file diff --git a/aliyun-python-sdk-ft/aliyunsdkft/endpoint.py b/aliyun-python-sdk-ft/aliyunsdkft/endpoint.py index a037d32a63..2596985a0b 100644 --- a/aliyun-python-sdk-ft/aliyunsdkft/endpoint.py +++ b/aliyun-python-sdk-ft/aliyunsdkft/endpoint.py @@ -25,7 +25,6 @@ def __init__(self): "cn-beijing-gov-1": "ft.aliyuncs.com", "cn-shenzhen-su18-b01": "ft.aliyuncs.com", "cn-beijing": "ft.aliyuncs.com", - "cn-wulanchabu": "ft.aliyuncs.com", "ap-south-1": "ft.aliyuncs.com", "cn-shanghai-inner": "ft.aliyuncs.com", "cn-shenzhen-st4-d01": "ft.aliyuncs.com", @@ -55,7 +54,6 @@ def __init__(self): "me-east-1": "ft.aliyuncs.com", "cn-chengdu": "ft.aliyuncs.com", "cn-hangzhou-test-306": "ft.aliyuncs.com", - "cn-huhehaote-nebula-1": "ft.aliyuncs.com", "cn-shanghai-et2-b01": "ft.aliyuncs.com", "cn-hangzhou-finance": "ft.aliyuncs.com", "ap-southeast-1": "ft.aliyuncs.com", diff --git a/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/BatchAuditTest02Request.py b/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/BatchAuditTest02Request.py deleted file mode 100644 index 5959eda7e2..0000000000 --- a/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/BatchAuditTest02Request.py +++ /dev/null @@ -1,44 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest -from aliyunsdkft.endpoint import endpoint_data - -class BatchAuditTest02Request(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ft', '2018-07-13', 'BatchAuditTest02') - self.set_method('POST') - if hasattr(self, "endpoint_map"): - setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) - if hasattr(self, "endpoint_regional"): - setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) - - - def get_Name(self): - return self.get_query_params().get('Name') - - def set_Name(self,Name): - self.add_query_param('Name',Name) - - def get_BatchAuditTest01(self): - return self.get_query_params().get('BatchAuditTest01') - - def set_BatchAuditTest01(self,BatchAuditTest01): - self.add_query_param('BatchAuditTest01',BatchAuditTest01) \ No newline at end of file diff --git a/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/CountCloudProductCallTimesRequest.py b/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/CountCloudProductCallTimesRequest.py deleted file mode 100644 index 5d65aa9c57..0000000000 --- a/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/CountCloudProductCallTimesRequest.py +++ /dev/null @@ -1,68 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest -from aliyunsdkft.endpoint import endpoint_data - -class CountCloudProductCallTimesRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ft', '2018-07-13', 'CountCloudProductCallTimes') - self.set_method('POST') - if hasattr(self, "endpoint_map"): - setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) - if hasattr(self, "endpoint_regional"): - setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) - - - def get_BucUid(self): - return self.get_query_params().get('BucUid') - - def set_BucUid(self,BucUid): - self.add_query_param('BucUid',BucUid) - - def get_BucName(self): - return self.get_query_params().get('BucName') - - def set_BucName(self,BucName): - self.add_query_param('BucName',BucName) - - def get_BucEmpId(self): - return self.get_query_params().get('BucEmpId') - - def set_BucEmpId(self,BucEmpId): - self.add_query_param('BucEmpId',BucEmpId) - - def get_CloudProductsJsonString(self): - return self.get_body_params().get('CloudProductsJsonString') - - def set_CloudProductsJsonString(self,CloudProductsJsonString): - self.add_body_params('CloudProductsJsonString', CloudProductsJsonString) - - def get_ClearCloudCache(self): - return self.get_body_params().get('ClearCloudCache') - - def set_ClearCloudCache(self,ClearCloudCache): - self.add_body_params('ClearCloudCache', ClearCloudCache) - - def get_ClearProductCache(self): - return self.get_body_params().get('ClearProductCache') - - def set_ClearProductCache(self,ClearProductCache): - self.add_body_params('ClearProductCache', ClearProductCache) \ No newline at end of file diff --git a/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/DescribeResourceTypeRequest.py b/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/DescribeResourceTypeRequest.py deleted file mode 100644 index e1b2af037a..0000000000 --- a/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/DescribeResourceTypeRequest.py +++ /dev/null @@ -1,56 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest -from aliyunsdkft.endpoint import endpoint_data - -class DescribeResourceTypeRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ft', '2018-07-13', 'DescribeResourceType') - self.set_method('GET') - if hasattr(self, "endpoint_map"): - setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) - if hasattr(self, "endpoint_regional"): - setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) - - - def get_Product(self): - return self.get_query_params().get('Product') - - def set_Product(self,Product): - self.add_query_param('Product',Product) - - def get_AcceptLanguage(self): - return self.get_query_params().get('AcceptLanguage') - - def set_AcceptLanguage(self,AcceptLanguage): - self.add_query_param('AcceptLanguage',AcceptLanguage) - - def get_Env(self): - return self.get_query_params().get('Env') - - def set_Env(self,Env): - self.add_query_param('Env',Env) - - def get_ResourceType(self): - return self.get_query_params().get('ResourceType') - - def set_ResourceType(self,ResourceType): - self.add_query_param('ResourceType',ResourceType) \ No newline at end of file diff --git a/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/FtFlowSpecial1586868138332Request.py b/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/FtFlowSpecial1586868138332Request.py deleted file mode 100644 index f8501059c3..0000000000 --- a/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/FtFlowSpecial1586868138332Request.py +++ /dev/null @@ -1,38 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest -from aliyunsdkft.endpoint import endpoint_data - -class FtFlowSpecial1586868138332Request(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ft', '2018-07-13', 'FtFlowSpecial1586868138332') - self.set_method('POST') - if hasattr(self, "endpoint_map"): - setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) - if hasattr(self, "endpoint_regional"): - setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) - - - def get_Name(self): - return self.get_query_params().get('Name') - - def set_Name(self,Name): - self.add_query_param('Name',Name) \ No newline at end of file diff --git a/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/FtGatedLaunchPolicy3ApiRequest.py b/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/FtGatedLaunchPolicy3ApiRequest.py deleted file mode 100644 index b63382154b..0000000000 --- a/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/FtGatedLaunchPolicy3ApiRequest.py +++ /dev/null @@ -1,38 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest -from aliyunsdkft.endpoint import endpoint_data - -class FtGatedLaunchPolicy3ApiRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ft', '2018-07-13', 'FtGatedLaunchPolicy3Api') - self.set_method('POST') - if hasattr(self, "endpoint_map"): - setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) - if hasattr(self, "endpoint_regional"): - setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) - - - def get_Name(self): - return self.get_query_params().get('Name') - - def set_Name(self,Name): - self.add_query_param('Name',Name) \ No newline at end of file diff --git a/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/FtGatedLaunchPolicyApiRequest.py b/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/FtGatedLaunchPolicyApiRequest.py deleted file mode 100644 index 805733f483..0000000000 --- a/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/FtGatedLaunchPolicyApiRequest.py +++ /dev/null @@ -1,38 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest -from aliyunsdkft.endpoint import endpoint_data - -class FtGatedLaunchPolicyApiRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ft', '2018-07-13', 'FtGatedLaunchPolicyApi') - self.set_method('POST') - if hasattr(self, "endpoint_map"): - setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) - if hasattr(self, "endpoint_regional"): - setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) - - - def get_UnGatedLaunchPolicy(self): - return self.get_query_params().get('UnGatedLaunchPolicy') - - def set_UnGatedLaunchPolicy(self,UnGatedLaunchPolicy): - self.add_query_param('UnGatedLaunchPolicy',UnGatedLaunchPolicy) \ No newline at end of file diff --git a/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/FtIpFlowControlRequest.py b/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/FtIpFlowControlRequest.py index f86a8034f6..03c10a935a 100644 --- a/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/FtIpFlowControlRequest.py +++ b/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/FtIpFlowControlRequest.py @@ -31,8 +31,8 @@ def __init__(self): setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) - def get_StringList(self): - return self.get_query_params().get('StringList') + def get_Name(self): + return self.get_query_params().get('Name') - def set_StringList(self,StringList): - self.add_query_param('StringList',StringList) \ No newline at end of file + def set_Name(self,Name): + self.add_query_param('Name',Name) \ No newline at end of file diff --git a/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/GetMigrateStrategyResultRequest.py b/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/GetMigrateStrategyResultRequest.py deleted file mode 100644 index a24a80b873..0000000000 --- a/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/GetMigrateStrategyResultRequest.py +++ /dev/null @@ -1,116 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest -from aliyunsdkft.endpoint import endpoint_data - -class GetMigrateStrategyResultRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ft', '2018-07-13', 'GetMigrateStrategyResult') - self.set_method('POST') - if hasattr(self, "endpoint_map"): - setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) - if hasattr(self, "endpoint_regional"): - setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) - - - def get_parentName(self): - return self.get_query_params().get('parentName') - - def set_parentName(self,parentName): - self.add_query_param('parentName',parentName) - - def get_CurrentPage(self): - return self.get_query_params().get('CurrentPage') - - def set_CurrentPage(self,CurrentPage): - self.add_query_param('CurrentPage',CurrentPage) - - def get_BucName(self): - return self.get_query_params().get('BucName') - - def set_BucName(self,BucName): - self.add_query_param('BucName',BucName) - - def get_Env(self): - return self.get_query_params().get('Env') - - def set_Env(self,Env): - self.add_query_param('Env',Env) - - def get_type(self): - return self.get_query_params().get('type') - - def set_type(self,type): - self.add_query_param('type',type) - - def get_BucEmpId(self): - return self.get_query_params().get('BucEmpId') - - def set_BucEmpId(self,BucEmpId): - self.add_query_param('BucEmpId',BucEmpId) - - def get_strategyName(self): - return self.get_body_params().get('strategyName') - - def set_strategyName(self,strategyName): - self.add_body_params('strategyName', strategyName) - - def get_ApiName(self): - return self.get_query_params().get('ApiName') - - def set_ApiName(self,ApiName): - self.add_query_param('ApiName',ApiName) - - def get_flowSpecial(self): - return self.get_query_params().get('flowSpecial') - - def set_flowSpecial(self,flowSpecial): - self.add_query_param('flowSpecial',flowSpecial) - - def get_PageSize(self): - return self.get_query_params().get('PageSize') - - def set_PageSize(self,PageSize): - self.add_query_param('PageSize',PageSize) - - def get_ProductName(self): - return self.get_query_params().get('ProductName') - - def set_ProductName(self,ProductName): - self.add_query_param('ProductName',ProductName) - - def get_BucUid(self): - return self.get_query_params().get('BucUid') - - def set_BucUid(self,BucUid): - self.add_query_param('BucUid',BucUid) - - def get_VersionName(self): - return self.get_query_params().get('VersionName') - - def set_VersionName(self,VersionName): - self.add_query_param('VersionName',VersionName) - - def get_status(self): - return self.get_query_params().get('status') - - def set_status(self,status): - self.add_query_param('status',status) \ No newline at end of file diff --git a/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/GetTairDataRequest.py b/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/GetTairDataRequest.py deleted file mode 100644 index d7370ddab2..0000000000 --- a/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/GetTairDataRequest.py +++ /dev/null @@ -1,46 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest -from aliyunsdkft.endpoint import endpoint_data - -class GetTairDataRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ft', '2018-07-13', 'GetTairData') - self.set_method('POST') - if hasattr(self, "endpoint_map"): - setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) - if hasattr(self, "endpoint_regional"): - setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) - - - def get_Keyss(self): - return self.get_query_params().get('Keyss') - - def set_Keyss(self, Keyss): - for depth1 in range(len(Keyss)): - if Keyss[depth1] is not None: - self.add_query_param('Keys.' + str(depth1 + 1) , Keyss[depth1]) - - def get_CacheName(self): - return self.get_query_params().get('CacheName') - - def set_CacheName(self,CacheName): - self.add_query_param('CacheName',CacheName) \ No newline at end of file diff --git a/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/MigrateStrategyRequest.py b/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/MigrateStrategyRequest.py deleted file mode 100644 index 4c9e6dfd92..0000000000 --- a/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/MigrateStrategyRequest.py +++ /dev/null @@ -1,74 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest -from aliyunsdkft.endpoint import endpoint_data - -class MigrateStrategyRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ft', '2018-07-13', 'MigrateStrategy') - self.set_method('POST') - if hasattr(self, "endpoint_map"): - setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) - if hasattr(self, "endpoint_regional"): - setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) - - - def get_apiName(self): - return self.get_query_params().get('apiName') - - def set_apiName(self,apiName): - self.add_query_param('apiName',apiName) - - def get_ProductName(self): - return self.get_query_params().get('ProductName') - - def set_ProductName(self,ProductName): - self.add_query_param('ProductName',ProductName) - - def get_BucUid(self): - return self.get_query_params().get('BucUid') - - def set_BucUid(self,BucUid): - self.add_query_param('BucUid',BucUid) - - def get_BucName(self): - return self.get_query_params().get('BucName') - - def set_BucName(self,BucName): - self.add_query_param('BucName',BucName) - - def get_Env(self): - return self.get_query_params().get('Env') - - def set_Env(self,Env): - self.add_query_param('Env',Env) - - def get_BucEmpId(self): - return self.get_query_params().get('BucEmpId') - - def set_BucEmpId(self,BucEmpId): - self.add_query_param('BucEmpId',BucEmpId) - - def get_VersionName(self): - return self.get_query_params().get('VersionName') - - def set_VersionName(self,VersionName): - self.add_query_param('VersionName',VersionName) \ No newline at end of file diff --git a/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/QueryDomainChangeRecordsRequest.py b/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/QueryDomainChangeRecordsRequest.py deleted file mode 100644 index e973713182..0000000000 --- a/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/QueryDomainChangeRecordsRequest.py +++ /dev/null @@ -1,68 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest -from aliyunsdkft.endpoint import endpoint_data - -class QueryDomainChangeRecordsRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ft', '2018-07-13', 'QueryDomainChangeRecords') - self.set_method('POST') - if hasattr(self, "endpoint_map"): - setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) - if hasattr(self, "endpoint_regional"): - setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) - - - def get_Product(self): - return self.get_query_params().get('Product') - - def set_Product(self,Product): - self.add_query_param('Product',Product) - - def get_PageSize(self): - return self.get_query_params().get('PageSize') - - def set_PageSize(self,PageSize): - self.add_query_param('PageSize',PageSize) - - def get_BucUid(self): - return self.get_query_params().get('BucUid') - - def set_BucUid(self,BucUid): - self.add_query_param('BucUid',BucUid) - - def get_CurrentPage(self): - return self.get_query_params().get('CurrentPage') - - def set_CurrentPage(self,CurrentPage): - self.add_query_param('CurrentPage',CurrentPage) - - def get_BucName(self): - return self.get_query_params().get('BucName') - - def set_BucName(self,BucName): - self.add_query_param('BucName',BucName) - - def get_BucEmpId(self): - return self.get_query_params().get('BucEmpId') - - def set_BucEmpId(self,BucEmpId): - self.add_query_param('BucEmpId',BucEmpId) \ No newline at end of file diff --git a/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/TestDubboRetryApiRequest.py b/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/TestDubboRetryApiRequest.py deleted file mode 100644 index eb6d6639ea..0000000000 --- a/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/TestDubboRetryApiRequest.py +++ /dev/null @@ -1,31 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest -from aliyunsdkft.endpoint import endpoint_data - -class TestDubboRetryApiRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ft', '2018-07-13', 'TestDubboRetryApi') - self.set_method('POST') - if hasattr(self, "endpoint_map"): - setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) - if hasattr(self, "endpoint_regional"): - setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) diff --git a/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/TestErrorCodeForGateWayRequest.py b/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/TestErrorCodeForGateWayRequest.py deleted file mode 100644 index 9bf5ee9b32..0000000000 --- a/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/TestErrorCodeForGateWayRequest.py +++ /dev/null @@ -1,56 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest -from aliyunsdkft.endpoint import endpoint_data - -class TestErrorCodeForGateWayRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ft', '2018-07-13', 'TestErrorCodeForGateWay') - self.set_method('GET') - if hasattr(self, "endpoint_map"): - setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) - if hasattr(self, "endpoint_regional"): - setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) - - - def get_HttpStatusCode(self): - return self.get_query_params().get('HttpStatusCode') - - def set_HttpStatusCode(self,HttpStatusCode): - self.add_query_param('HttpStatusCode',HttpStatusCode) - - def get_Code(self): - return self.get_query_params().get('Code') - - def set_Code(self,Code): - self.add_query_param('Code',Code) - - def get_Success(self): - return self.get_query_params().get('Success') - - def set_Success(self,Success): - self.add_query_param('Success',Success) - - def get_Message(self): - return self.get_query_params().get('Message') - - def set_Message(self,Message): - self.add_query_param('Message',Message) \ No newline at end of file diff --git a/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/TestHttpApiRequest.py b/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/TestHttpApiRequest.py index 7c5ed2132f..50b7e05610 100644 --- a/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/TestHttpApiRequest.py +++ b/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/TestHttpApiRequest.py @@ -31,23 +31,17 @@ def __init__(self): setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) - def get_IspSignatureSecretKey(self): - return self.get_query_params().get('IspSignatureSecretKey') - - def set_IspSignatureSecretKey(self,IspSignatureSecretKey): - self.add_query_param('IspSignatureSecretKey',IspSignatureSecretKey) - def get_StringValue(self): - return self.get_body_params().get('StringValue') + return self.get_query_params().get('StringValue') def set_StringValue(self,StringValue): - self.add_body_params('StringValue', StringValue) + self.add_query_param('StringValue',StringValue) def get_OtherParam(self): - return self.get_body_params().get('OtherParam') + return self.get_query_params().get('OtherParam') def set_OtherParam(self,OtherParam): - self.add_body_params('OtherParam', OtherParam) + self.add_query_param('OtherParam',OtherParam) def get_BooleanParam(self): return self.get_query_params().get('BooleanParam') @@ -56,13 +50,7 @@ def set_BooleanParam(self,BooleanParam): self.add_query_param('BooleanParam',BooleanParam) def get_DefaultValue(self): - return self.get_body_params().get('DefaultValue') + return self.get_query_params().get('DefaultValue') def set_DefaultValue(self,DefaultValue): - self.add_body_params('DefaultValue', DefaultValue) - - def get_IspSignature(self): - return self.get_query_params().get('IspSignature') - - def set_IspSignature(self,IspSignature): - self.add_query_param('IspSignature',IspSignature) \ No newline at end of file + self.add_query_param('DefaultValue',DefaultValue) \ No newline at end of file diff --git a/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/TestIspHttpValidatorRequest.py b/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/TestIspHttpValidatorRequest.py deleted file mode 100644 index bc234c86ce..0000000000 --- a/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/TestIspHttpValidatorRequest.py +++ /dev/null @@ -1,31 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest -from aliyunsdkft.endpoint import endpoint_data - -class TestIspHttpValidatorRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ft', '2018-07-13', 'TestIspHttpValidator') - self.set_method('POST') - if hasattr(self, "endpoint_map"): - setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) - if hasattr(self, "endpoint_regional"): - setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) diff --git a/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/TestXmlServiceRoutePolicyRequest.py b/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/TestXmlServiceRoutePolicyRequest.py deleted file mode 100644 index bd65536c91..0000000000 --- a/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/TestXmlServiceRoutePolicyRequest.py +++ /dev/null @@ -1,38 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest -from aliyunsdkft.endpoint import endpoint_data - -class TestXmlServiceRoutePolicyRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ft', '2018-07-13', 'TestXmlServiceRoutePolicy') - self.set_method('POST') - if hasattr(self, "endpoint_map"): - setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) - if hasattr(self, "endpoint_regional"): - setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) - - - def get_Api(self): - return self.get_query_params().get('Api') - - def set_Api(self,Api): - self.add_query_param('Api',Api) \ No newline at end of file diff --git a/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/UpdateDomainRecordsRegionIdRequest.py b/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/UpdateDomainRecordsRegionIdRequest.py deleted file mode 100644 index b741210420..0000000000 --- a/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/UpdateDomainRecordsRegionIdRequest.py +++ /dev/null @@ -1,56 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest -from aliyunsdkft.endpoint import endpoint_data - -class UpdateDomainRecordsRegionIdRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ft', '2018-07-13', 'UpdateDomainRecordsRegionId') - self.set_method('POST') - if hasattr(self, "endpoint_map"): - setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) - if hasattr(self, "endpoint_regional"): - setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) - - - def get_Domain(self): - return self.get_query_params().get('Domain') - - def set_Domain(self,Domain): - self.add_query_param('Domain',Domain) - - def get_BucUid(self): - return self.get_query_params().get('BucUid') - - def set_BucUid(self,BucUid): - self.add_query_param('BucUid',BucUid) - - def get_BucName(self): - return self.get_query_params().get('BucName') - - def set_BucName(self,BucName): - self.add_query_param('BucName',BucName) - - def get_BucEmpId(self): - return self.get_query_params().get('BucEmpId') - - def set_BucEmpId(self,BucEmpId): - self.add_query_param('BucEmpId',BucEmpId) \ No newline at end of file From 83ec04235b8efb43cb51ed115fa4b8f9868fd63b Mon Sep 17 00:00:00 2001 From: sdk-team Date: Wed, 2 Sep 2020 13:23:48 +0000 Subject: [PATCH 236/282] Generated 2019-02-25 for sdk-test. --- aliyun-python-sdk-sdk-test/ChangeLog.txt | 3 +++ aliyun-python-sdk-sdk-test/aliyunsdksdk_test/__init__.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/aliyun-python-sdk-sdk-test/ChangeLog.txt b/aliyun-python-sdk-sdk-test/ChangeLog.txt index 4b8083ef39..98b6feb1b2 100644 --- a/aliyun-python-sdk-sdk-test/ChangeLog.txt +++ b/aliyun-python-sdk-sdk-test/ChangeLog.txt @@ -1,3 +1,6 @@ +2020-09-02 Version: 1.9.23 +- Generated 2019-02-25 for `sdk-test`. + 2020-08-24 Version: 1.0.0 - Generated 2019-02-25 for `sdk-test`. diff --git a/aliyun-python-sdk-sdk-test/aliyunsdksdk_test/__init__.py b/aliyun-python-sdk-sdk-test/aliyunsdksdk_test/__init__.py index 75977e6f41..b9d4194b37 100644 --- a/aliyun-python-sdk-sdk-test/aliyunsdksdk_test/__init__.py +++ b/aliyun-python-sdk-sdk-test/aliyunsdksdk_test/__init__.py @@ -1 +1 @@ -__version__ = '1.0.0' \ No newline at end of file +__version__ = '1.9.23' \ No newline at end of file From 26ab8cc4b0b0880b3efca6f8f65f29de1d088743 Mon Sep 17 00:00:00 2001 From: sdk-team Date: Wed, 2 Sep 2020 13:24:08 +0000 Subject: [PATCH 237/282] Generated 2019-02-25 for sdk-test. --- aliyun-python-sdk-sdk-test/ChangeLog.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/aliyun-python-sdk-sdk-test/ChangeLog.txt b/aliyun-python-sdk-sdk-test/ChangeLog.txt index 98b6feb1b2..1d3847f00c 100644 --- a/aliyun-python-sdk-sdk-test/ChangeLog.txt +++ b/aliyun-python-sdk-sdk-test/ChangeLog.txt @@ -1,3 +1,6 @@ +2020-09-02 Version: 1.0.0 +- Generated 2019-02-25 for `sdk-test`. + 2020-09-02 Version: 1.9.23 - Generated 2019-02-25 for `sdk-test`. From 7a75b8ea6dbb3d55b603196f1e9c6126f55e5f5c Mon Sep 17 00:00:00 2001 From: sdk-team Date: Wed, 2 Sep 2020 13:24:32 +0000 Subject: [PATCH 238/282] Generated 2018-07-13 for Ft. --- aliyun-python-sdk-ft/ChangeLog.txt | 3 + aliyun-python-sdk-ft/aliyunsdkft/__init__.py | 2 +- aliyun-python-sdk-ft/aliyunsdkft/endpoint.py | 2 + .../v20180713/BatchAuditTest02Request.py | 44 +++++++ .../CountCloudProductCallTimesRequest.py | 68 ++++++++++ .../v20180713/DescribeResourceTypeRequest.py | 56 +++++++++ .../FtFlowSpecial1586868138332Request.py | 38 ++++++ .../FtGatedLaunchPolicy3ApiRequest.py | 38 ++++++ .../FtGatedLaunchPolicyApiRequest.py | 38 ++++++ .../v20180713/FtIpFlowControlRequest.py | 8 +- .../GetMigrateStrategyResultRequest.py | 116 ++++++++++++++++++ .../request/v20180713/GetTairDataRequest.py | 46 +++++++ .../v20180713/MigrateStrategyRequest.py | 74 +++++++++++ .../QueryDomainChangeRecordsRequest.py | 68 ++++++++++ .../v20180713/TestDubboRetryApiRequest.py | 31 +++++ .../TestErrorCodeForGateWayRequest.py | 56 +++++++++ .../request/v20180713/TestHttpApiRequest.py | 24 +++- .../v20180713/TestIspHttpValidatorRequest.py | 31 +++++ .../TestXmlServiceRoutePolicyRequest.py | 38 ++++++ .../UpdateDomainRecordsRegionIdRequest.py | 56 +++++++++ 20 files changed, 826 insertions(+), 11 deletions(-) create mode 100644 aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/BatchAuditTest02Request.py create mode 100644 aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/CountCloudProductCallTimesRequest.py create mode 100644 aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/DescribeResourceTypeRequest.py create mode 100644 aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/FtFlowSpecial1586868138332Request.py create mode 100644 aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/FtGatedLaunchPolicy3ApiRequest.py create mode 100644 aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/FtGatedLaunchPolicyApiRequest.py create mode 100644 aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/GetMigrateStrategyResultRequest.py create mode 100644 aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/GetTairDataRequest.py create mode 100644 aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/MigrateStrategyRequest.py create mode 100644 aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/QueryDomainChangeRecordsRequest.py create mode 100644 aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/TestDubboRetryApiRequest.py create mode 100644 aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/TestErrorCodeForGateWayRequest.py create mode 100644 aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/TestIspHttpValidatorRequest.py create mode 100644 aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/TestXmlServiceRoutePolicyRequest.py create mode 100644 aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/UpdateDomainRecordsRegionIdRequest.py diff --git a/aliyun-python-sdk-ft/ChangeLog.txt b/aliyun-python-sdk-ft/ChangeLog.txt index 6f3679d512..0d807d5856 100644 --- a/aliyun-python-sdk-ft/ChangeLog.txt +++ b/aliyun-python-sdk-ft/ChangeLog.txt @@ -1,3 +1,6 @@ +2020-09-02 Version: 1.9.23 +- Generated 2018-07-13 for `Ft`. + 2020-08-26 Version: 1.0.0 - Generated 2018-07-13 for `Ft`. diff --git a/aliyun-python-sdk-ft/aliyunsdkft/__init__.py b/aliyun-python-sdk-ft/aliyunsdkft/__init__.py index 75977e6f41..b9d4194b37 100644 --- a/aliyun-python-sdk-ft/aliyunsdkft/__init__.py +++ b/aliyun-python-sdk-ft/aliyunsdkft/__init__.py @@ -1 +1 @@ -__version__ = '1.0.0' \ No newline at end of file +__version__ = '1.9.23' \ No newline at end of file diff --git a/aliyun-python-sdk-ft/aliyunsdkft/endpoint.py b/aliyun-python-sdk-ft/aliyunsdkft/endpoint.py index 2596985a0b..a037d32a63 100644 --- a/aliyun-python-sdk-ft/aliyunsdkft/endpoint.py +++ b/aliyun-python-sdk-ft/aliyunsdkft/endpoint.py @@ -25,6 +25,7 @@ def __init__(self): "cn-beijing-gov-1": "ft.aliyuncs.com", "cn-shenzhen-su18-b01": "ft.aliyuncs.com", "cn-beijing": "ft.aliyuncs.com", + "cn-wulanchabu": "ft.aliyuncs.com", "ap-south-1": "ft.aliyuncs.com", "cn-shanghai-inner": "ft.aliyuncs.com", "cn-shenzhen-st4-d01": "ft.aliyuncs.com", @@ -54,6 +55,7 @@ def __init__(self): "me-east-1": "ft.aliyuncs.com", "cn-chengdu": "ft.aliyuncs.com", "cn-hangzhou-test-306": "ft.aliyuncs.com", + "cn-huhehaote-nebula-1": "ft.aliyuncs.com", "cn-shanghai-et2-b01": "ft.aliyuncs.com", "cn-hangzhou-finance": "ft.aliyuncs.com", "ap-southeast-1": "ft.aliyuncs.com", diff --git a/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/BatchAuditTest02Request.py b/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/BatchAuditTest02Request.py new file mode 100644 index 0000000000..5959eda7e2 --- /dev/null +++ b/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/BatchAuditTest02Request.py @@ -0,0 +1,44 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +from aliyunsdkft.endpoint import endpoint_data + +class BatchAuditTest02Request(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ft', '2018-07-13', 'BatchAuditTest02') + self.set_method('POST') + if hasattr(self, "endpoint_map"): + setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) + if hasattr(self, "endpoint_regional"): + setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) + + + def get_Name(self): + return self.get_query_params().get('Name') + + def set_Name(self,Name): + self.add_query_param('Name',Name) + + def get_BatchAuditTest01(self): + return self.get_query_params().get('BatchAuditTest01') + + def set_BatchAuditTest01(self,BatchAuditTest01): + self.add_query_param('BatchAuditTest01',BatchAuditTest01) \ No newline at end of file diff --git a/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/CountCloudProductCallTimesRequest.py b/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/CountCloudProductCallTimesRequest.py new file mode 100644 index 0000000000..5d65aa9c57 --- /dev/null +++ b/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/CountCloudProductCallTimesRequest.py @@ -0,0 +1,68 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +from aliyunsdkft.endpoint import endpoint_data + +class CountCloudProductCallTimesRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ft', '2018-07-13', 'CountCloudProductCallTimes') + self.set_method('POST') + if hasattr(self, "endpoint_map"): + setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) + if hasattr(self, "endpoint_regional"): + setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) + + + def get_BucUid(self): + return self.get_query_params().get('BucUid') + + def set_BucUid(self,BucUid): + self.add_query_param('BucUid',BucUid) + + def get_BucName(self): + return self.get_query_params().get('BucName') + + def set_BucName(self,BucName): + self.add_query_param('BucName',BucName) + + def get_BucEmpId(self): + return self.get_query_params().get('BucEmpId') + + def set_BucEmpId(self,BucEmpId): + self.add_query_param('BucEmpId',BucEmpId) + + def get_CloudProductsJsonString(self): + return self.get_body_params().get('CloudProductsJsonString') + + def set_CloudProductsJsonString(self,CloudProductsJsonString): + self.add_body_params('CloudProductsJsonString', CloudProductsJsonString) + + def get_ClearCloudCache(self): + return self.get_body_params().get('ClearCloudCache') + + def set_ClearCloudCache(self,ClearCloudCache): + self.add_body_params('ClearCloudCache', ClearCloudCache) + + def get_ClearProductCache(self): + return self.get_body_params().get('ClearProductCache') + + def set_ClearProductCache(self,ClearProductCache): + self.add_body_params('ClearProductCache', ClearProductCache) \ No newline at end of file diff --git a/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/DescribeResourceTypeRequest.py b/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/DescribeResourceTypeRequest.py new file mode 100644 index 0000000000..e1b2af037a --- /dev/null +++ b/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/DescribeResourceTypeRequest.py @@ -0,0 +1,56 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +from aliyunsdkft.endpoint import endpoint_data + +class DescribeResourceTypeRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ft', '2018-07-13', 'DescribeResourceType') + self.set_method('GET') + if hasattr(self, "endpoint_map"): + setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) + if hasattr(self, "endpoint_regional"): + setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) + + + def get_Product(self): + return self.get_query_params().get('Product') + + def set_Product(self,Product): + self.add_query_param('Product',Product) + + def get_AcceptLanguage(self): + return self.get_query_params().get('AcceptLanguage') + + def set_AcceptLanguage(self,AcceptLanguage): + self.add_query_param('AcceptLanguage',AcceptLanguage) + + def get_Env(self): + return self.get_query_params().get('Env') + + def set_Env(self,Env): + self.add_query_param('Env',Env) + + def get_ResourceType(self): + return self.get_query_params().get('ResourceType') + + def set_ResourceType(self,ResourceType): + self.add_query_param('ResourceType',ResourceType) \ No newline at end of file diff --git a/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/FtFlowSpecial1586868138332Request.py b/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/FtFlowSpecial1586868138332Request.py new file mode 100644 index 0000000000..f8501059c3 --- /dev/null +++ b/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/FtFlowSpecial1586868138332Request.py @@ -0,0 +1,38 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +from aliyunsdkft.endpoint import endpoint_data + +class FtFlowSpecial1586868138332Request(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ft', '2018-07-13', 'FtFlowSpecial1586868138332') + self.set_method('POST') + if hasattr(self, "endpoint_map"): + setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) + if hasattr(self, "endpoint_regional"): + setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) + + + def get_Name(self): + return self.get_query_params().get('Name') + + def set_Name(self,Name): + self.add_query_param('Name',Name) \ No newline at end of file diff --git a/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/FtGatedLaunchPolicy3ApiRequest.py b/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/FtGatedLaunchPolicy3ApiRequest.py new file mode 100644 index 0000000000..b63382154b --- /dev/null +++ b/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/FtGatedLaunchPolicy3ApiRequest.py @@ -0,0 +1,38 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +from aliyunsdkft.endpoint import endpoint_data + +class FtGatedLaunchPolicy3ApiRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ft', '2018-07-13', 'FtGatedLaunchPolicy3Api') + self.set_method('POST') + if hasattr(self, "endpoint_map"): + setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) + if hasattr(self, "endpoint_regional"): + setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) + + + def get_Name(self): + return self.get_query_params().get('Name') + + def set_Name(self,Name): + self.add_query_param('Name',Name) \ No newline at end of file diff --git a/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/FtGatedLaunchPolicyApiRequest.py b/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/FtGatedLaunchPolicyApiRequest.py new file mode 100644 index 0000000000..805733f483 --- /dev/null +++ b/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/FtGatedLaunchPolicyApiRequest.py @@ -0,0 +1,38 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +from aliyunsdkft.endpoint import endpoint_data + +class FtGatedLaunchPolicyApiRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ft', '2018-07-13', 'FtGatedLaunchPolicyApi') + self.set_method('POST') + if hasattr(self, "endpoint_map"): + setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) + if hasattr(self, "endpoint_regional"): + setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) + + + def get_UnGatedLaunchPolicy(self): + return self.get_query_params().get('UnGatedLaunchPolicy') + + def set_UnGatedLaunchPolicy(self,UnGatedLaunchPolicy): + self.add_query_param('UnGatedLaunchPolicy',UnGatedLaunchPolicy) \ No newline at end of file diff --git a/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/FtIpFlowControlRequest.py b/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/FtIpFlowControlRequest.py index 03c10a935a..f86a8034f6 100644 --- a/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/FtIpFlowControlRequest.py +++ b/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/FtIpFlowControlRequest.py @@ -31,8 +31,8 @@ def __init__(self): setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) - def get_Name(self): - return self.get_query_params().get('Name') + def get_StringList(self): + return self.get_query_params().get('StringList') - def set_Name(self,Name): - self.add_query_param('Name',Name) \ No newline at end of file + def set_StringList(self,StringList): + self.add_query_param('StringList',StringList) \ No newline at end of file diff --git a/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/GetMigrateStrategyResultRequest.py b/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/GetMigrateStrategyResultRequest.py new file mode 100644 index 0000000000..a24a80b873 --- /dev/null +++ b/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/GetMigrateStrategyResultRequest.py @@ -0,0 +1,116 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +from aliyunsdkft.endpoint import endpoint_data + +class GetMigrateStrategyResultRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ft', '2018-07-13', 'GetMigrateStrategyResult') + self.set_method('POST') + if hasattr(self, "endpoint_map"): + setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) + if hasattr(self, "endpoint_regional"): + setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) + + + def get_parentName(self): + return self.get_query_params().get('parentName') + + def set_parentName(self,parentName): + self.add_query_param('parentName',parentName) + + def get_CurrentPage(self): + return self.get_query_params().get('CurrentPage') + + def set_CurrentPage(self,CurrentPage): + self.add_query_param('CurrentPage',CurrentPage) + + def get_BucName(self): + return self.get_query_params().get('BucName') + + def set_BucName(self,BucName): + self.add_query_param('BucName',BucName) + + def get_Env(self): + return self.get_query_params().get('Env') + + def set_Env(self,Env): + self.add_query_param('Env',Env) + + def get_type(self): + return self.get_query_params().get('type') + + def set_type(self,type): + self.add_query_param('type',type) + + def get_BucEmpId(self): + return self.get_query_params().get('BucEmpId') + + def set_BucEmpId(self,BucEmpId): + self.add_query_param('BucEmpId',BucEmpId) + + def get_strategyName(self): + return self.get_body_params().get('strategyName') + + def set_strategyName(self,strategyName): + self.add_body_params('strategyName', strategyName) + + def get_ApiName(self): + return self.get_query_params().get('ApiName') + + def set_ApiName(self,ApiName): + self.add_query_param('ApiName',ApiName) + + def get_flowSpecial(self): + return self.get_query_params().get('flowSpecial') + + def set_flowSpecial(self,flowSpecial): + self.add_query_param('flowSpecial',flowSpecial) + + def get_PageSize(self): + return self.get_query_params().get('PageSize') + + def set_PageSize(self,PageSize): + self.add_query_param('PageSize',PageSize) + + def get_ProductName(self): + return self.get_query_params().get('ProductName') + + def set_ProductName(self,ProductName): + self.add_query_param('ProductName',ProductName) + + def get_BucUid(self): + return self.get_query_params().get('BucUid') + + def set_BucUid(self,BucUid): + self.add_query_param('BucUid',BucUid) + + def get_VersionName(self): + return self.get_query_params().get('VersionName') + + def set_VersionName(self,VersionName): + self.add_query_param('VersionName',VersionName) + + def get_status(self): + return self.get_query_params().get('status') + + def set_status(self,status): + self.add_query_param('status',status) \ No newline at end of file diff --git a/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/GetTairDataRequest.py b/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/GetTairDataRequest.py new file mode 100644 index 0000000000..d7370ddab2 --- /dev/null +++ b/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/GetTairDataRequest.py @@ -0,0 +1,46 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +from aliyunsdkft.endpoint import endpoint_data + +class GetTairDataRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ft', '2018-07-13', 'GetTairData') + self.set_method('POST') + if hasattr(self, "endpoint_map"): + setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) + if hasattr(self, "endpoint_regional"): + setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) + + + def get_Keyss(self): + return self.get_query_params().get('Keyss') + + def set_Keyss(self, Keyss): + for depth1 in range(len(Keyss)): + if Keyss[depth1] is not None: + self.add_query_param('Keys.' + str(depth1 + 1) , Keyss[depth1]) + + def get_CacheName(self): + return self.get_query_params().get('CacheName') + + def set_CacheName(self,CacheName): + self.add_query_param('CacheName',CacheName) \ No newline at end of file diff --git a/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/MigrateStrategyRequest.py b/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/MigrateStrategyRequest.py new file mode 100644 index 0000000000..4c9e6dfd92 --- /dev/null +++ b/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/MigrateStrategyRequest.py @@ -0,0 +1,74 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +from aliyunsdkft.endpoint import endpoint_data + +class MigrateStrategyRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ft', '2018-07-13', 'MigrateStrategy') + self.set_method('POST') + if hasattr(self, "endpoint_map"): + setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) + if hasattr(self, "endpoint_regional"): + setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) + + + def get_apiName(self): + return self.get_query_params().get('apiName') + + def set_apiName(self,apiName): + self.add_query_param('apiName',apiName) + + def get_ProductName(self): + return self.get_query_params().get('ProductName') + + def set_ProductName(self,ProductName): + self.add_query_param('ProductName',ProductName) + + def get_BucUid(self): + return self.get_query_params().get('BucUid') + + def set_BucUid(self,BucUid): + self.add_query_param('BucUid',BucUid) + + def get_BucName(self): + return self.get_query_params().get('BucName') + + def set_BucName(self,BucName): + self.add_query_param('BucName',BucName) + + def get_Env(self): + return self.get_query_params().get('Env') + + def set_Env(self,Env): + self.add_query_param('Env',Env) + + def get_BucEmpId(self): + return self.get_query_params().get('BucEmpId') + + def set_BucEmpId(self,BucEmpId): + self.add_query_param('BucEmpId',BucEmpId) + + def get_VersionName(self): + return self.get_query_params().get('VersionName') + + def set_VersionName(self,VersionName): + self.add_query_param('VersionName',VersionName) \ No newline at end of file diff --git a/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/QueryDomainChangeRecordsRequest.py b/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/QueryDomainChangeRecordsRequest.py new file mode 100644 index 0000000000..e973713182 --- /dev/null +++ b/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/QueryDomainChangeRecordsRequest.py @@ -0,0 +1,68 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +from aliyunsdkft.endpoint import endpoint_data + +class QueryDomainChangeRecordsRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ft', '2018-07-13', 'QueryDomainChangeRecords') + self.set_method('POST') + if hasattr(self, "endpoint_map"): + setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) + if hasattr(self, "endpoint_regional"): + setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) + + + def get_Product(self): + return self.get_query_params().get('Product') + + def set_Product(self,Product): + self.add_query_param('Product',Product) + + def get_PageSize(self): + return self.get_query_params().get('PageSize') + + def set_PageSize(self,PageSize): + self.add_query_param('PageSize',PageSize) + + def get_BucUid(self): + return self.get_query_params().get('BucUid') + + def set_BucUid(self,BucUid): + self.add_query_param('BucUid',BucUid) + + def get_CurrentPage(self): + return self.get_query_params().get('CurrentPage') + + def set_CurrentPage(self,CurrentPage): + self.add_query_param('CurrentPage',CurrentPage) + + def get_BucName(self): + return self.get_query_params().get('BucName') + + def set_BucName(self,BucName): + self.add_query_param('BucName',BucName) + + def get_BucEmpId(self): + return self.get_query_params().get('BucEmpId') + + def set_BucEmpId(self,BucEmpId): + self.add_query_param('BucEmpId',BucEmpId) \ No newline at end of file diff --git a/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/TestDubboRetryApiRequest.py b/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/TestDubboRetryApiRequest.py new file mode 100644 index 0000000000..eb6d6639ea --- /dev/null +++ b/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/TestDubboRetryApiRequest.py @@ -0,0 +1,31 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +from aliyunsdkft.endpoint import endpoint_data + +class TestDubboRetryApiRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ft', '2018-07-13', 'TestDubboRetryApi') + self.set_method('POST') + if hasattr(self, "endpoint_map"): + setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) + if hasattr(self, "endpoint_regional"): + setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) diff --git a/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/TestErrorCodeForGateWayRequest.py b/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/TestErrorCodeForGateWayRequest.py new file mode 100644 index 0000000000..9bf5ee9b32 --- /dev/null +++ b/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/TestErrorCodeForGateWayRequest.py @@ -0,0 +1,56 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +from aliyunsdkft.endpoint import endpoint_data + +class TestErrorCodeForGateWayRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ft', '2018-07-13', 'TestErrorCodeForGateWay') + self.set_method('GET') + if hasattr(self, "endpoint_map"): + setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) + if hasattr(self, "endpoint_regional"): + setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) + + + def get_HttpStatusCode(self): + return self.get_query_params().get('HttpStatusCode') + + def set_HttpStatusCode(self,HttpStatusCode): + self.add_query_param('HttpStatusCode',HttpStatusCode) + + def get_Code(self): + return self.get_query_params().get('Code') + + def set_Code(self,Code): + self.add_query_param('Code',Code) + + def get_Success(self): + return self.get_query_params().get('Success') + + def set_Success(self,Success): + self.add_query_param('Success',Success) + + def get_Message(self): + return self.get_query_params().get('Message') + + def set_Message(self,Message): + self.add_query_param('Message',Message) \ No newline at end of file diff --git a/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/TestHttpApiRequest.py b/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/TestHttpApiRequest.py index 50b7e05610..7c5ed2132f 100644 --- a/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/TestHttpApiRequest.py +++ b/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/TestHttpApiRequest.py @@ -31,17 +31,23 @@ def __init__(self): setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) + def get_IspSignatureSecretKey(self): + return self.get_query_params().get('IspSignatureSecretKey') + + def set_IspSignatureSecretKey(self,IspSignatureSecretKey): + self.add_query_param('IspSignatureSecretKey',IspSignatureSecretKey) + def get_StringValue(self): - return self.get_query_params().get('StringValue') + return self.get_body_params().get('StringValue') def set_StringValue(self,StringValue): - self.add_query_param('StringValue',StringValue) + self.add_body_params('StringValue', StringValue) def get_OtherParam(self): - return self.get_query_params().get('OtherParam') + return self.get_body_params().get('OtherParam') def set_OtherParam(self,OtherParam): - self.add_query_param('OtherParam',OtherParam) + self.add_body_params('OtherParam', OtherParam) def get_BooleanParam(self): return self.get_query_params().get('BooleanParam') @@ -50,7 +56,13 @@ def set_BooleanParam(self,BooleanParam): self.add_query_param('BooleanParam',BooleanParam) def get_DefaultValue(self): - return self.get_query_params().get('DefaultValue') + return self.get_body_params().get('DefaultValue') def set_DefaultValue(self,DefaultValue): - self.add_query_param('DefaultValue',DefaultValue) \ No newline at end of file + self.add_body_params('DefaultValue', DefaultValue) + + def get_IspSignature(self): + return self.get_query_params().get('IspSignature') + + def set_IspSignature(self,IspSignature): + self.add_query_param('IspSignature',IspSignature) \ No newline at end of file diff --git a/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/TestIspHttpValidatorRequest.py b/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/TestIspHttpValidatorRequest.py new file mode 100644 index 0000000000..bc234c86ce --- /dev/null +++ b/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/TestIspHttpValidatorRequest.py @@ -0,0 +1,31 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +from aliyunsdkft.endpoint import endpoint_data + +class TestIspHttpValidatorRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ft', '2018-07-13', 'TestIspHttpValidator') + self.set_method('POST') + if hasattr(self, "endpoint_map"): + setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) + if hasattr(self, "endpoint_regional"): + setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) diff --git a/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/TestXmlServiceRoutePolicyRequest.py b/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/TestXmlServiceRoutePolicyRequest.py new file mode 100644 index 0000000000..bd65536c91 --- /dev/null +++ b/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/TestXmlServiceRoutePolicyRequest.py @@ -0,0 +1,38 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +from aliyunsdkft.endpoint import endpoint_data + +class TestXmlServiceRoutePolicyRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ft', '2018-07-13', 'TestXmlServiceRoutePolicy') + self.set_method('POST') + if hasattr(self, "endpoint_map"): + setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) + if hasattr(self, "endpoint_regional"): + setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) + + + def get_Api(self): + return self.get_query_params().get('Api') + + def set_Api(self,Api): + self.add_query_param('Api',Api) \ No newline at end of file diff --git a/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/UpdateDomainRecordsRegionIdRequest.py b/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/UpdateDomainRecordsRegionIdRequest.py new file mode 100644 index 0000000000..b741210420 --- /dev/null +++ b/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/UpdateDomainRecordsRegionIdRequest.py @@ -0,0 +1,56 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +from aliyunsdkft.endpoint import endpoint_data + +class UpdateDomainRecordsRegionIdRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ft', '2018-07-13', 'UpdateDomainRecordsRegionId') + self.set_method('POST') + if hasattr(self, "endpoint_map"): + setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) + if hasattr(self, "endpoint_regional"): + setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) + + + def get_Domain(self): + return self.get_query_params().get('Domain') + + def set_Domain(self,Domain): + self.add_query_param('Domain',Domain) + + def get_BucUid(self): + return self.get_query_params().get('BucUid') + + def set_BucUid(self,BucUid): + self.add_query_param('BucUid',BucUid) + + def get_BucName(self): + return self.get_query_params().get('BucName') + + def set_BucName(self,BucName): + self.add_query_param('BucName',BucName) + + def get_BucEmpId(self): + return self.get_query_params().get('BucEmpId') + + def set_BucEmpId(self,BucEmpId): + self.add_query_param('BucEmpId',BucEmpId) \ No newline at end of file From 364d469241f043191d46554d9cbc034c18b7f307 Mon Sep 17 00:00:00 2001 From: sdk-team Date: Wed, 2 Sep 2020 13:24:13 +0000 Subject: [PATCH 239/282] Generated 2019-02-25 for sdk-test. --- aliyun-python-sdk-sdk-test/ChangeLog.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/aliyun-python-sdk-sdk-test/ChangeLog.txt b/aliyun-python-sdk-sdk-test/ChangeLog.txt index 1d3847f00c..67223cd7e7 100644 --- a/aliyun-python-sdk-sdk-test/ChangeLog.txt +++ b/aliyun-python-sdk-sdk-test/ChangeLog.txt @@ -4,6 +4,9 @@ 2020-09-02 Version: 1.9.23 - Generated 2019-02-25 for `sdk-test`. +2020-09-02 Version: 1.9.23 +- Generated 2019-02-25 for `sdk-test`. + 2020-08-24 Version: 1.0.0 - Generated 2019-02-25 for `sdk-test`. From 9395e50d7325eda1919c223ed8d4f4af271e5c72 Mon Sep 17 00:00:00 2001 From: sdk-team Date: Wed, 2 Sep 2020 13:24:39 +0000 Subject: [PATCH 240/282] Generated 2019-02-25 for sdk-test. --- aliyun-python-sdk-sdk-test/ChangeLog.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/aliyun-python-sdk-sdk-test/ChangeLog.txt b/aliyun-python-sdk-sdk-test/ChangeLog.txt index 67223cd7e7..6fd0c99c4e 100644 --- a/aliyun-python-sdk-sdk-test/ChangeLog.txt +++ b/aliyun-python-sdk-sdk-test/ChangeLog.txt @@ -1,3 +1,6 @@ +2020-09-02 Version: 1.9.23 +- Generated 2019-02-25 for `sdk-test`. + 2020-09-02 Version: 1.0.0 - Generated 2019-02-25 for `sdk-test`. From d1425aceedfc62781eede28becca86788e6a507f Mon Sep 17 00:00:00 2001 From: sdk-team Date: Wed, 2 Sep 2020 13:25:01 +0000 Subject: [PATCH 241/282] Generated 2019-02-25 for sdk-test. --- aliyun-python-sdk-sdk-test/ChangeLog.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/aliyun-python-sdk-sdk-test/ChangeLog.txt b/aliyun-python-sdk-sdk-test/ChangeLog.txt index 6fd0c99c4e..26f0b602ad 100644 --- a/aliyun-python-sdk-sdk-test/ChangeLog.txt +++ b/aliyun-python-sdk-sdk-test/ChangeLog.txt @@ -1,6 +1,9 @@ 2020-09-02 Version: 1.9.23 - Generated 2019-02-25 for `sdk-test`. +2020-09-02 Version: 1.9.23 +- Generated 2019-02-25 for `sdk-test`. + 2020-09-02 Version: 1.0.0 - Generated 2019-02-25 for `sdk-test`. From 3007b40ce87c96b4599c22e56fd8134293626d55 Mon Sep 17 00:00:00 2001 From: sdk-team Date: Wed, 2 Sep 2020 13:24:43 +0000 Subject: [PATCH 242/282] Generated 2018-10-12 for Airec. --- aliyun-python-sdk-airec/ChangeLog.txt | 3 ++ .../v20181012/DescribeUserMetricsRequest.py | 6 +++ .../v20181012/ModifyRuleStateRequest.py | 51 ------------------- 3 files changed, 9 insertions(+), 51 deletions(-) delete mode 100644 aliyun-python-sdk-airec/aliyunsdkairec/request/v20181012/ModifyRuleStateRequest.py diff --git a/aliyun-python-sdk-airec/ChangeLog.txt b/aliyun-python-sdk-airec/ChangeLog.txt index 4b42102e72..36749bf615 100644 --- a/aliyun-python-sdk-airec/ChangeLog.txt +++ b/aliyun-python-sdk-airec/ChangeLog.txt @@ -1,3 +1,6 @@ +2020-09-02 Version: 1.0.0 +- Generated 2018-10-12 for `Airec`. + 2020-08-24 Version: 1.0.0 - Generated 2018-10-12 for `Airec`. diff --git a/aliyun-python-sdk-airec/aliyunsdkairec/request/v20181012/DescribeUserMetricsRequest.py b/aliyun-python-sdk-airec/aliyunsdkairec/request/v20181012/DescribeUserMetricsRequest.py index 7963d5fbb2..f08adb20f3 100644 --- a/aliyun-python-sdk-airec/aliyunsdkairec/request/v20181012/DescribeUserMetricsRequest.py +++ b/aliyun-python-sdk-airec/aliyunsdkairec/request/v20181012/DescribeUserMetricsRequest.py @@ -32,6 +32,12 @@ def get_MetricType(self): def set_MetricType(self,MetricType): self.add_query_param('MetricType',MetricType) + def get_InstanceId(self): + return self.get_path_params().get('InstanceId') + + def set_InstanceId(self,InstanceId): + self.add_path_param('InstanceId',InstanceId) + def get_EndTime(self): return self.get_query_params().get('EndTime') diff --git a/aliyun-python-sdk-airec/aliyunsdkairec/request/v20181012/ModifyRuleStateRequest.py b/aliyun-python-sdk-airec/aliyunsdkairec/request/v20181012/ModifyRuleStateRequest.py deleted file mode 100644 index a34a1f8e4a..0000000000 --- a/aliyun-python-sdk-airec/aliyunsdkairec/request/v20181012/ModifyRuleStateRequest.py +++ /dev/null @@ -1,51 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RoaRequest - -class ModifyRuleStateRequest(RoaRequest): - - def __init__(self): - RoaRequest.__init__(self, 'Airec', '2018-10-12', 'ModifyRuleState') - self.set_uri_pattern('/innerapi/instances/[InstanceId]/rules/actions/changestate') - self.set_method('PUT') - - def get_InstanceId(self): - return self.get_path_params().get('InstanceId') - - def set_InstanceId(self,InstanceId): - self.add_path_param('InstanceId',InstanceId) - - def get_RuleType(self): - return self.get_query_params().get('RuleType') - - def set_RuleType(self,RuleType): - self.add_query_param('RuleType',RuleType) - - def get_SceneId(self): - return self.get_query_params().get('SceneId') - - def set_SceneId(self,SceneId): - self.add_query_param('SceneId',SceneId) - - def get_Status(self): - return self.get_query_params().get('Status') - - def set_Status(self,Status): - self.add_query_param('Status',Status) \ No newline at end of file From 8789c0c573e19a2ff0f5d04da652c3dec9c71e8d Mon Sep 17 00:00:00 2001 From: sdk-team Date: Wed, 2 Sep 2020 13:25:13 +0000 Subject: [PATCH 243/282] Generated 2018-10-12 for Airec. --- aliyun-python-sdk-airec/ChangeLog.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/aliyun-python-sdk-airec/ChangeLog.txt b/aliyun-python-sdk-airec/ChangeLog.txt index 36749bf615..d0a02bb9b3 100644 --- a/aliyun-python-sdk-airec/ChangeLog.txt +++ b/aliyun-python-sdk-airec/ChangeLog.txt @@ -1,6 +1,9 @@ 2020-09-02 Version: 1.0.0 - Generated 2018-10-12 for `Airec`. +2020-09-02 Version: 1.0.0 +- Generated 2018-10-12 for `Airec`. + 2020-08-24 Version: 1.0.0 - Generated 2018-10-12 for `Airec`. From c4d7eb6d7383216e186a10427b82eaebc945f839 Mon Sep 17 00:00:00 2001 From: sdk-team Date: Wed, 2 Sep 2020 13:24:35 +0000 Subject: [PATCH 244/282] Generated 2018-07-13 for Ft. --- aliyun-python-sdk-ft/ChangeLog.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/aliyun-python-sdk-ft/ChangeLog.txt b/aliyun-python-sdk-ft/ChangeLog.txt index 0d807d5856..ab73aa7ff9 100644 --- a/aliyun-python-sdk-ft/ChangeLog.txt +++ b/aliyun-python-sdk-ft/ChangeLog.txt @@ -1,6 +1,9 @@ 2020-09-02 Version: 1.9.23 - Generated 2018-07-13 for `Ft`. +2020-09-02 Version: 1.9.23 +- Generated 2018-07-13 for `Ft`. + 2020-08-26 Version: 1.0.0 - Generated 2018-07-13 for `Ft`. From db1441dfb9f6a19ed0b0d240469a5a9299f73e16 Mon Sep 17 00:00:00 2001 From: sdk-team Date: Wed, 2 Sep 2020 13:25:05 +0000 Subject: [PATCH 245/282] Generated 2018-07-13 for Ft. --- aliyun-python-sdk-ft/ChangeLog.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/aliyun-python-sdk-ft/ChangeLog.txt b/aliyun-python-sdk-ft/ChangeLog.txt index ab73aa7ff9..c7122ee117 100644 --- a/aliyun-python-sdk-ft/ChangeLog.txt +++ b/aliyun-python-sdk-ft/ChangeLog.txt @@ -4,6 +4,9 @@ 2020-09-02 Version: 1.9.23 - Generated 2018-07-13 for `Ft`. +2020-09-02 Version: 1.9.23 +- Generated 2018-07-13 for `Ft`. + 2020-08-26 Version: 1.0.0 - Generated 2018-07-13 for `Ft`. From 83b8f849807d680510aa369e1e67ead0f032543d Mon Sep 17 00:00:00 2001 From: sdk-team Date: Wed, 2 Sep 2020 13:25:30 +0000 Subject: [PATCH 246/282] Generated 2018-07-13 for Ft. --- aliyun-python-sdk-ft/ChangeLog.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/aliyun-python-sdk-ft/ChangeLog.txt b/aliyun-python-sdk-ft/ChangeLog.txt index c7122ee117..e3b3d311c9 100644 --- a/aliyun-python-sdk-ft/ChangeLog.txt +++ b/aliyun-python-sdk-ft/ChangeLog.txt @@ -7,6 +7,9 @@ 2020-09-02 Version: 1.9.23 - Generated 2018-07-13 for `Ft`. +2020-09-02 Version: 1.9.23 +- Generated 2018-07-13 for `Ft`. + 2020-08-26 Version: 1.0.0 - Generated 2018-07-13 for `Ft`. From 44d6757a3f8e85de47434acf649c655820bca02c Mon Sep 17 00:00:00 2001 From: sdk-team Date: Wed, 2 Sep 2020 13:25:42 +0000 Subject: [PATCH 247/282] Generated 2018-07-13 for Ft. --- aliyun-python-sdk-ft/ChangeLog.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/aliyun-python-sdk-ft/ChangeLog.txt b/aliyun-python-sdk-ft/ChangeLog.txt index e3b3d311c9..72a7b0327b 100644 --- a/aliyun-python-sdk-ft/ChangeLog.txt +++ b/aliyun-python-sdk-ft/ChangeLog.txt @@ -10,6 +10,9 @@ 2020-09-02 Version: 1.9.23 - Generated 2018-07-13 for `Ft`. +2020-09-02 Version: 1.9.23 +- Generated 2018-07-13 for `Ft`. + 2020-08-26 Version: 1.0.0 - Generated 2018-07-13 for `Ft`. From 3bcd030a90c5606938d87119dbf7c2c41591e656 Mon Sep 17 00:00:00 2001 From: sdk-team Date: Wed, 2 Sep 2020 13:25:42 +0000 Subject: [PATCH 248/282] Generated 2019-02-25 for sdk-test. --- aliyun-python-sdk-sdk-test/ChangeLog.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/aliyun-python-sdk-sdk-test/ChangeLog.txt b/aliyun-python-sdk-sdk-test/ChangeLog.txt index 26f0b602ad..2966f08c1a 100644 --- a/aliyun-python-sdk-sdk-test/ChangeLog.txt +++ b/aliyun-python-sdk-sdk-test/ChangeLog.txt @@ -4,6 +4,9 @@ 2020-09-02 Version: 1.9.23 - Generated 2019-02-25 for `sdk-test`. +2020-09-02 Version: 1.9.23 +- Generated 2019-02-25 for `sdk-test`. + 2020-09-02 Version: 1.0.0 - Generated 2019-02-25 for `sdk-test`. From 1ba568611740ae74e60436f4bc3a349b5b51f864 Mon Sep 17 00:00:00 2001 From: sdk-team Date: Wed, 2 Sep 2020 13:26:05 +0000 Subject: [PATCH 249/282] Generated 2019-02-25 for sdk-test. --- aliyun-python-sdk-sdk-test/ChangeLog.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/aliyun-python-sdk-sdk-test/ChangeLog.txt b/aliyun-python-sdk-sdk-test/ChangeLog.txt index 2966f08c1a..41119300d4 100644 --- a/aliyun-python-sdk-sdk-test/ChangeLog.txt +++ b/aliyun-python-sdk-sdk-test/ChangeLog.txt @@ -7,6 +7,9 @@ 2020-09-02 Version: 1.9.23 - Generated 2019-02-25 for `sdk-test`. +2020-09-02 Version: 1.9.23 +- Generated 2019-02-25 for `sdk-test`. + 2020-09-02 Version: 1.0.0 - Generated 2019-02-25 for `sdk-test`. From 96118ad2c4ad4374209043c667bfd85e00ff6ee8 Mon Sep 17 00:00:00 2001 From: sdk-team Date: Thu, 3 Sep 2020 12:16:21 +0000 Subject: [PATCH 250/282] Generated 2019-02-25 for sdk-test. --- aliyun-python-sdk-sdk-test/ChangeLog.txt | 3 +++ aliyun-python-sdk-sdk-test/aliyunsdksdk_test/__init__.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/aliyun-python-sdk-sdk-test/ChangeLog.txt b/aliyun-python-sdk-sdk-test/ChangeLog.txt index 41119300d4..a61b90a25c 100644 --- a/aliyun-python-sdk-sdk-test/ChangeLog.txt +++ b/aliyun-python-sdk-sdk-test/ChangeLog.txt @@ -1,3 +1,6 @@ +2020-09-03 Version: 1.0.0 +- Generated 2019-02-25 for `sdk-test`. + 2020-09-02 Version: 1.9.23 - Generated 2019-02-25 for `sdk-test`. diff --git a/aliyun-python-sdk-sdk-test/aliyunsdksdk_test/__init__.py b/aliyun-python-sdk-sdk-test/aliyunsdksdk_test/__init__.py index b9d4194b37..75977e6f41 100644 --- a/aliyun-python-sdk-sdk-test/aliyunsdksdk_test/__init__.py +++ b/aliyun-python-sdk-sdk-test/aliyunsdksdk_test/__init__.py @@ -1 +1 @@ -__version__ = '1.9.23' \ No newline at end of file +__version__ = '1.0.0' \ No newline at end of file From 11b3e40d7e88059eb9eed715f6880ede63f03593 Mon Sep 17 00:00:00 2001 From: sdk-team Date: Wed, 21 Oct 2020 01:20:21 +0000 Subject: [PATCH 251/282] Generated 2019-02-25 for sdk-test. --- aliyun-python-sdk-sdk-test/ChangeLog.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/aliyun-python-sdk-sdk-test/ChangeLog.txt b/aliyun-python-sdk-sdk-test/ChangeLog.txt index a61b90a25c..78d991b249 100644 --- a/aliyun-python-sdk-sdk-test/ChangeLog.txt +++ b/aliyun-python-sdk-sdk-test/ChangeLog.txt @@ -1,3 +1,6 @@ +2020-10-21 Version: 1.0.0 +- Generated 2019-02-25 for `sdk-test`. + 2020-09-03 Version: 1.0.0 - Generated 2019-02-25 for `sdk-test`. From e00b80f119d9d6fa517c85fe2f68e6b2338687b6 Mon Sep 17 00:00:00 2001 From: sdk-team Date: Wed, 21 Oct 2020 01:36:01 +0000 Subject: [PATCH 252/282] Generated 2019-02-25 for sdk-test. --- aliyun-python-sdk-sdk-test/ChangeLog.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/aliyun-python-sdk-sdk-test/ChangeLog.txt b/aliyun-python-sdk-sdk-test/ChangeLog.txt index 78d991b249..71ae5c9e3a 100644 --- a/aliyun-python-sdk-sdk-test/ChangeLog.txt +++ b/aliyun-python-sdk-sdk-test/ChangeLog.txt @@ -1,6 +1,9 @@ 2020-10-21 Version: 1.0.0 - Generated 2019-02-25 for `sdk-test`. +2020-10-21 Version: 1.0.0 +- Generated 2019-02-25 for `sdk-test`. + 2020-09-03 Version: 1.0.0 - Generated 2019-02-25 for `sdk-test`. From 6dfe80358e29ab25c598e80465b4441e3173302b Mon Sep 17 00:00:00 2001 From: sdk-team Date: Sat, 28 Nov 2020 10:45:24 +0000 Subject: [PATCH 253/282] Generated 2019-02-25 for sdk-test. --- aliyun-python-sdk-sdk-test/ChangeLog.txt | 3 +++ aliyun-python-sdk-sdk-test/LICENSE | 13 +++++++++++++ aliyun-python-sdk-sdk-test/MANIFEST.in | 1 + .../aliyunsdksdk_test/__init__.py | 2 +- aliyun-python-sdk-sdk-test/setup.cfg | 5 +++++ 5 files changed, 23 insertions(+), 1 deletion(-) create mode 100644 aliyun-python-sdk-sdk-test/LICENSE create mode 100644 aliyun-python-sdk-sdk-test/setup.cfg diff --git a/aliyun-python-sdk-sdk-test/ChangeLog.txt b/aliyun-python-sdk-sdk-test/ChangeLog.txt index 71ae5c9e3a..5b0f6c84de 100644 --- a/aliyun-python-sdk-sdk-test/ChangeLog.txt +++ b/aliyun-python-sdk-sdk-test/ChangeLog.txt @@ -1,3 +1,6 @@ +2020-11-28 Version: 1.2.4 +- Generated 2019-02-25 for `sdk-test`. + 2020-10-21 Version: 1.0.0 - Generated 2019-02-25 for `sdk-test`. diff --git a/aliyun-python-sdk-sdk-test/LICENSE b/aliyun-python-sdk-sdk-test/LICENSE new file mode 100644 index 0000000000..bdd8e2a437 --- /dev/null +++ b/aliyun-python-sdk-sdk-test/LICENSE @@ -0,0 +1,13 @@ +Copyright 1999-2015 Alibaba Group Holding Ltd. + +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. \ No newline at end of file diff --git a/aliyun-python-sdk-sdk-test/MANIFEST.in b/aliyun-python-sdk-sdk-test/MANIFEST.in index e69de29bb2..03d3d04ba9 100644 --- a/aliyun-python-sdk-sdk-test/MANIFEST.in +++ b/aliyun-python-sdk-sdk-test/MANIFEST.in @@ -0,0 +1 @@ +include LICENSE README.rst ChangeLog.txt \ No newline at end of file diff --git a/aliyun-python-sdk-sdk-test/aliyunsdksdk_test/__init__.py b/aliyun-python-sdk-sdk-test/aliyunsdksdk_test/__init__.py index 75977e6f41..7eb58ced7b 100644 --- a/aliyun-python-sdk-sdk-test/aliyunsdksdk_test/__init__.py +++ b/aliyun-python-sdk-sdk-test/aliyunsdksdk_test/__init__.py @@ -1 +1 @@ -__version__ = '1.0.0' \ No newline at end of file +__version__ = '1.2.4' \ No newline at end of file diff --git a/aliyun-python-sdk-sdk-test/setup.cfg b/aliyun-python-sdk-sdk-test/setup.cfg new file mode 100644 index 0000000000..f091bdf4a4 --- /dev/null +++ b/aliyun-python-sdk-sdk-test/setup.cfg @@ -0,0 +1,5 @@ +[metadata] +license_file = LICENSE + +[bdist_wheel] +universal = 1 From 08341522e0d411183ae70d20cce221fe6a701c0a Mon Sep 17 00:00:00 2001 From: sdk-team Date: Thu, 3 Dec 2020 01:36:30 +0000 Subject: [PATCH 254/282] Generated 2019-02-25 for sdk-test. --- aliyun-python-sdk-sdk-test/ChangeLog.txt | 3 +++ aliyun-python-sdk-sdk-test/LICENSE | 2 +- aliyun-python-sdk-sdk-test/aliyunsdksdk_test/__init__.py | 2 +- aliyun-python-sdk-sdk-test/setup.py | 2 +- 4 files changed, 6 insertions(+), 3 deletions(-) diff --git a/aliyun-python-sdk-sdk-test/ChangeLog.txt b/aliyun-python-sdk-sdk-test/ChangeLog.txt index 5b0f6c84de..785b6f92b0 100644 --- a/aliyun-python-sdk-sdk-test/ChangeLog.txt +++ b/aliyun-python-sdk-sdk-test/ChangeLog.txt @@ -1,3 +1,6 @@ +2020-12-03 Version: 1.0.0 +- Generated 2019-02-25 for `sdk-test`. + 2020-11-28 Version: 1.2.4 - Generated 2019-02-25 for `sdk-test`. diff --git a/aliyun-python-sdk-sdk-test/LICENSE b/aliyun-python-sdk-sdk-test/LICENSE index bdd8e2a437..85815c8027 100644 --- a/aliyun-python-sdk-sdk-test/LICENSE +++ b/aliyun-python-sdk-sdk-test/LICENSE @@ -1,4 +1,4 @@ -Copyright 1999-2015 Alibaba Group Holding Ltd. +Copyright 1999-present Alibaba Group Holding Ltd. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/aliyun-python-sdk-sdk-test/aliyunsdksdk_test/__init__.py b/aliyun-python-sdk-sdk-test/aliyunsdksdk_test/__init__.py index 7eb58ced7b..75977e6f41 100644 --- a/aliyun-python-sdk-sdk-test/aliyunsdksdk_test/__init__.py +++ b/aliyun-python-sdk-sdk-test/aliyunsdksdk_test/__init__.py @@ -1 +1 @@ -__version__ = '1.2.4' \ No newline at end of file +__version__ = '1.0.0' \ No newline at end of file diff --git a/aliyun-python-sdk-sdk-test/setup.py b/aliyun-python-sdk-sdk-test/setup.py index 4efcb8c92b..ad3c431740 100644 --- a/aliyun-python-sdk-sdk-test/setup.py +++ b/aliyun-python-sdk-sdk-test/setup.py @@ -31,7 +31,7 @@ """ PACKAGE = "aliyunsdksdk_test" -NAME = "aliyun-python-sdk-sdk-test" +NAME = "aliyun-python-sdk-sdk-test-test" DESCRIPTION = "The sdk-test module of Aliyun Python sdk." AUTHOR = "Aliyun" AUTHOR_EMAIL = "aliyun-developers-efficiency@list.alibaba-inc.com" From c725e1b596978aa6d141cc05d55e8ad032426bfb Mon Sep 17 00:00:00 2001 From: sdk-team Date: Thu, 3 Dec 2020 01:37:07 +0000 Subject: [PATCH 255/282] Generated 2019-02-25 for sdk-test. --- aliyun-python-sdk-sdk-test/ChangeLog.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/aliyun-python-sdk-sdk-test/ChangeLog.txt b/aliyun-python-sdk-sdk-test/ChangeLog.txt index 785b6f92b0..71cb5278e3 100644 --- a/aliyun-python-sdk-sdk-test/ChangeLog.txt +++ b/aliyun-python-sdk-sdk-test/ChangeLog.txt @@ -1,6 +1,9 @@ 2020-12-03 Version: 1.0.0 - Generated 2019-02-25 for `sdk-test`. +2020-12-03 Version: 1.0.0 +- Generated 2019-02-25 for `sdk-test`. + 2020-11-28 Version: 1.2.4 - Generated 2019-02-25 for `sdk-test`. From f5b924ac44b8fda04d0d02bd4206b4a01bfa30b3 Mon Sep 17 00:00:00 2001 From: sdk-team Date: Thu, 3 Dec 2020 01:58:09 +0000 Subject: [PATCH 256/282] Generated 2019-02-25 for sdk-test. --- aliyun-python-sdk-sdk-test/ChangeLog.txt | 3 +++ aliyun-python-sdk-sdk-test/aliyunsdksdk_test/__init__.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/aliyun-python-sdk-sdk-test/ChangeLog.txt b/aliyun-python-sdk-sdk-test/ChangeLog.txt index 71cb5278e3..fc0c2862f5 100644 --- a/aliyun-python-sdk-sdk-test/ChangeLog.txt +++ b/aliyun-python-sdk-sdk-test/ChangeLog.txt @@ -1,3 +1,6 @@ +2020-12-03 Version: 2.0.6 +- Generated 2019-02-25 for `sdk-test`. + 2020-12-03 Version: 1.0.0 - Generated 2019-02-25 for `sdk-test`. diff --git a/aliyun-python-sdk-sdk-test/aliyunsdksdk_test/__init__.py b/aliyun-python-sdk-sdk-test/aliyunsdksdk_test/__init__.py index 75977e6f41..3435a04f25 100644 --- a/aliyun-python-sdk-sdk-test/aliyunsdksdk_test/__init__.py +++ b/aliyun-python-sdk-sdk-test/aliyunsdksdk_test/__init__.py @@ -1 +1 @@ -__version__ = '1.0.0' \ No newline at end of file +__version__ = '2.0.6' \ No newline at end of file From 0c8305edd530025c387c34551fd30e5d567432ac Mon Sep 17 00:00:00 2001 From: sdk-team Date: Thu, 3 Dec 2020 08:25:45 +0000 Subject: [PATCH 257/282] Generated 2019-02-25 for sdk-test. --- aliyun-python-sdk-sdk-test/ChangeLog.txt | 3 +++ aliyun-python-sdk-sdk-test/aliyunsdksdk_test/__init__.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/aliyun-python-sdk-sdk-test/ChangeLog.txt b/aliyun-python-sdk-sdk-test/ChangeLog.txt index fc0c2862f5..027aa399c1 100644 --- a/aliyun-python-sdk-sdk-test/ChangeLog.txt +++ b/aliyun-python-sdk-sdk-test/ChangeLog.txt @@ -1,3 +1,6 @@ +2020-12-03 Version: 2.0.8 +- Generated 2019-02-25 for `sdk-test`. + 2020-12-03 Version: 2.0.6 - Generated 2019-02-25 for `sdk-test`. diff --git a/aliyun-python-sdk-sdk-test/aliyunsdksdk_test/__init__.py b/aliyun-python-sdk-sdk-test/aliyunsdksdk_test/__init__.py index 3435a04f25..0793a5a213 100644 --- a/aliyun-python-sdk-sdk-test/aliyunsdksdk_test/__init__.py +++ b/aliyun-python-sdk-sdk-test/aliyunsdksdk_test/__init__.py @@ -1 +1 @@ -__version__ = '2.0.6' \ No newline at end of file +__version__ = '2.0.8' \ No newline at end of file From 48c51fab02f07c31ca632646b75f764bfd19f0b9 Mon Sep 17 00:00:00 2001 From: sdk-team Date: Mon, 7 Dec 2020 11:44:08 +0000 Subject: [PATCH 258/282] Generated 2019-02-25 for sdk-test. --- aliyun-python-sdk-sdk-test/ChangeLog.txt | 3 +++ aliyun-python-sdk-sdk-test/aliyunsdksdk_test/__init__.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/aliyun-python-sdk-sdk-test/ChangeLog.txt b/aliyun-python-sdk-sdk-test/ChangeLog.txt index 027aa399c1..e47d9cba91 100644 --- a/aliyun-python-sdk-sdk-test/ChangeLog.txt +++ b/aliyun-python-sdk-sdk-test/ChangeLog.txt @@ -1,3 +1,6 @@ +2020-12-07 Version: 1.2.4 +- Generated 2019-02-25 for `sdk-test`. + 2020-12-03 Version: 2.0.8 - Generated 2019-02-25 for `sdk-test`. diff --git a/aliyun-python-sdk-sdk-test/aliyunsdksdk_test/__init__.py b/aliyun-python-sdk-sdk-test/aliyunsdksdk_test/__init__.py index 0793a5a213..7eb58ced7b 100644 --- a/aliyun-python-sdk-sdk-test/aliyunsdksdk_test/__init__.py +++ b/aliyun-python-sdk-sdk-test/aliyunsdksdk_test/__init__.py @@ -1 +1 @@ -__version__ = '2.0.8' \ No newline at end of file +__version__ = '1.2.4' \ No newline at end of file From 8fbb01bf00ef6f201a2f7253385e495faea646f5 Mon Sep 17 00:00:00 2001 From: sdk-team Date: Thu, 17 Dec 2020 11:58:13 +0000 Subject: [PATCH 259/282] Generated 2019-02-25 for sdk-test. --- aliyun-python-sdk-sdk-test/ChangeLog.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/aliyun-python-sdk-sdk-test/ChangeLog.txt b/aliyun-python-sdk-sdk-test/ChangeLog.txt index e47d9cba91..3cf0c4ec48 100644 --- a/aliyun-python-sdk-sdk-test/ChangeLog.txt +++ b/aliyun-python-sdk-sdk-test/ChangeLog.txt @@ -1,3 +1,6 @@ +2020-12-17 Version: 1.2.4 +- Generated 2019-02-25 for `sdk-test`. + 2020-12-07 Version: 1.2.4 - Generated 2019-02-25 for `sdk-test`. From 2c97a00f60e655f2b61eeadbe4ce5e4f9527f685 Mon Sep 17 00:00:00 2001 From: sdk-team Date: Thu, 17 Dec 2020 11:58:58 +0000 Subject: [PATCH 260/282] Generated 2019-02-25 for sdk-test. --- aliyun-python-sdk-sdk-test/ChangeLog.txt | 3 +++ aliyun-python-sdk-sdk-test/aliyunsdksdk_test/__init__.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/aliyun-python-sdk-sdk-test/ChangeLog.txt b/aliyun-python-sdk-sdk-test/ChangeLog.txt index 3cf0c4ec48..3b44a6a2c1 100644 --- a/aliyun-python-sdk-sdk-test/ChangeLog.txt +++ b/aliyun-python-sdk-sdk-test/ChangeLog.txt @@ -1,3 +1,6 @@ +2020-12-17 Version: 1.0.0 +- Generated 2019-02-25 for `sdk-test`. + 2020-12-17 Version: 1.2.4 - Generated 2019-02-25 for `sdk-test`. diff --git a/aliyun-python-sdk-sdk-test/aliyunsdksdk_test/__init__.py b/aliyun-python-sdk-sdk-test/aliyunsdksdk_test/__init__.py index 7eb58ced7b..75977e6f41 100644 --- a/aliyun-python-sdk-sdk-test/aliyunsdksdk_test/__init__.py +++ b/aliyun-python-sdk-sdk-test/aliyunsdksdk_test/__init__.py @@ -1 +1 @@ -__version__ = '1.2.4' \ No newline at end of file +__version__ = '1.0.0' \ No newline at end of file From 0f1a619a0ef68c17051fac4507a8b120035804d0 Mon Sep 17 00:00:00 2001 From: sdk-team Date: Thu, 17 Dec 2020 11:59:28 +0000 Subject: [PATCH 261/282] Generated 2019-02-25 for sdk-test. --- aliyun-python-sdk-sdk-test/ChangeLog.txt | 3 +++ aliyun-python-sdk-sdk-test/aliyunsdksdk_test/__init__.py | 6 +++++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/aliyun-python-sdk-sdk-test/ChangeLog.txt b/aliyun-python-sdk-sdk-test/ChangeLog.txt index 3b44a6a2c1..584db91929 100644 --- a/aliyun-python-sdk-sdk-test/ChangeLog.txt +++ b/aliyun-python-sdk-sdk-test/ChangeLog.txt @@ -1,3 +1,6 @@ +2020-12-17 Version: 2.0.8 +- Generated 2019-02-25 for `sdk-test`. + 2020-12-17 Version: 1.0.0 - Generated 2019-02-25 for `sdk-test`. diff --git a/aliyun-python-sdk-sdk-test/aliyunsdksdk_test/__init__.py b/aliyun-python-sdk-sdk-test/aliyunsdksdk_test/__init__.py index 75977e6f41..8956cf491e 100644 --- a/aliyun-python-sdk-sdk-test/aliyunsdksdk_test/__init__.py +++ b/aliyun-python-sdk-sdk-test/aliyunsdksdk_test/__init__.py @@ -1 +1,5 @@ -__version__ = '1.0.0' \ No newline at end of file +<<<<<<< Updated upstream +__version__ = '1.0.0' +======= +__version__ = '2.0.8' +>>>>>>> Stashed changes From fad345af7855e95ab0dabe739338dd70e55a4d18 Mon Sep 17 00:00:00 2001 From: sdk-team Date: Wed, 23 Dec 2020 05:56:59 +0000 Subject: [PATCH 262/282] Generated 2019-02-25 for sdk-test. --- aliyun-python-sdk-sdk-test/ChangeLog.txt | 3 +++ aliyun-python-sdk-sdk-test/aliyunsdksdk_test/__init__.py | 6 +----- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/aliyun-python-sdk-sdk-test/ChangeLog.txt b/aliyun-python-sdk-sdk-test/ChangeLog.txt index 584db91929..da5b5d5ad5 100644 --- a/aliyun-python-sdk-sdk-test/ChangeLog.txt +++ b/aliyun-python-sdk-sdk-test/ChangeLog.txt @@ -1,3 +1,6 @@ +2020-12-23 Version: 2.3.4 +- Generated 2019-02-25 for `sdk-test`. + 2020-12-17 Version: 2.0.8 - Generated 2019-02-25 for `sdk-test`. diff --git a/aliyun-python-sdk-sdk-test/aliyunsdksdk_test/__init__.py b/aliyun-python-sdk-sdk-test/aliyunsdksdk_test/__init__.py index 8956cf491e..975b6a1f7c 100644 --- a/aliyun-python-sdk-sdk-test/aliyunsdksdk_test/__init__.py +++ b/aliyun-python-sdk-sdk-test/aliyunsdksdk_test/__init__.py @@ -1,5 +1 @@ -<<<<<<< Updated upstream -__version__ = '1.0.0' -======= -__version__ = '2.0.8' ->>>>>>> Stashed changes +__version__ = '2.3.4' \ No newline at end of file From 37fbb672673eb8e2e9bbd5863f4f46dad97ebfd5 Mon Sep 17 00:00:00 2001 From: sdk-team Date: Wed, 23 Dec 2020 07:35:36 +0000 Subject: [PATCH 263/282] Generated 2019-02-25 for sdk-test. --- aliyun-python-sdk-sdk-test/ChangeLog.txt | 3 +++ aliyun-python-sdk-sdk-test/aliyunsdksdk_test/__init__.py | 2 +- aliyun-python-sdk-sdk-test/setup.py | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/aliyun-python-sdk-sdk-test/ChangeLog.txt b/aliyun-python-sdk-sdk-test/ChangeLog.txt index da5b5d5ad5..d3ffcb0ed8 100644 --- a/aliyun-python-sdk-sdk-test/ChangeLog.txt +++ b/aliyun-python-sdk-sdk-test/ChangeLog.txt @@ -1,3 +1,6 @@ +2020-12-23 Version: 2.3.5 +- Generated 2019-02-25 for `sdk-test`. + 2020-12-23 Version: 2.3.4 - Generated 2019-02-25 for `sdk-test`. diff --git a/aliyun-python-sdk-sdk-test/aliyunsdksdk_test/__init__.py b/aliyun-python-sdk-sdk-test/aliyunsdksdk_test/__init__.py index 975b6a1f7c..5dbdbca5fc 100644 --- a/aliyun-python-sdk-sdk-test/aliyunsdksdk_test/__init__.py +++ b/aliyun-python-sdk-sdk-test/aliyunsdksdk_test/__init__.py @@ -1 +1 @@ -__version__ = '2.3.4' \ No newline at end of file +__version__ = '2.3.5' \ No newline at end of file diff --git a/aliyun-python-sdk-sdk-test/setup.py b/aliyun-python-sdk-sdk-test/setup.py index ad3c431740..3a35592f53 100644 --- a/aliyun-python-sdk-sdk-test/setup.py +++ b/aliyun-python-sdk-sdk-test/setup.py @@ -31,7 +31,7 @@ """ PACKAGE = "aliyunsdksdk_test" -NAME = "aliyun-python-sdk-sdk-test-test" +NAME = "aliyun-python-sdk-sdk-test_test" DESCRIPTION = "The sdk-test module of Aliyun Python sdk." AUTHOR = "Aliyun" AUTHOR_EMAIL = "aliyun-developers-efficiency@list.alibaba-inc.com" From b517dc0e0f6edd1f0198884ab0db72af283c8f55 Mon Sep 17 00:00:00 2001 From: sdk-team Date: Wed, 30 Dec 2020 08:15:13 +0000 Subject: [PATCH 264/282] Generated 2019-02-25 for sdk-test. --- aliyun-python-sdk-sdk-test/ChangeLog.txt | 3 +++ aliyun-python-sdk-sdk-test/aliyunsdksdk_test/__init__.py | 2 +- aliyun-python-sdk-sdk-test/setup.py | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/aliyun-python-sdk-sdk-test/ChangeLog.txt b/aliyun-python-sdk-sdk-test/ChangeLog.txt index d3ffcb0ed8..16237962cf 100644 --- a/aliyun-python-sdk-sdk-test/ChangeLog.txt +++ b/aliyun-python-sdk-sdk-test/ChangeLog.txt @@ -1,3 +1,6 @@ +2020-12-30 Version: 2.0.6 +- Generated 2019-02-25 for `sdk-test`. + 2020-12-23 Version: 2.3.5 - Generated 2019-02-25 for `sdk-test`. diff --git a/aliyun-python-sdk-sdk-test/aliyunsdksdk_test/__init__.py b/aliyun-python-sdk-sdk-test/aliyunsdksdk_test/__init__.py index 5dbdbca5fc..3435a04f25 100644 --- a/aliyun-python-sdk-sdk-test/aliyunsdksdk_test/__init__.py +++ b/aliyun-python-sdk-sdk-test/aliyunsdksdk_test/__init__.py @@ -1 +1 @@ -__version__ = '2.3.5' \ No newline at end of file +__version__ = '2.0.6' \ No newline at end of file diff --git a/aliyun-python-sdk-sdk-test/setup.py b/aliyun-python-sdk-sdk-test/setup.py index 3a35592f53..ad3c431740 100644 --- a/aliyun-python-sdk-sdk-test/setup.py +++ b/aliyun-python-sdk-sdk-test/setup.py @@ -31,7 +31,7 @@ """ PACKAGE = "aliyunsdksdk_test" -NAME = "aliyun-python-sdk-sdk-test_test" +NAME = "aliyun-python-sdk-sdk-test-test" DESCRIPTION = "The sdk-test module of Aliyun Python sdk." AUTHOR = "Aliyun" AUTHOR_EMAIL = "aliyun-developers-efficiency@list.alibaba-inc.com" From ae0fd29047e7046fbd06e6239960f088c9e93a3e Mon Sep 17 00:00:00 2001 From: sdk-team Date: Wed, 30 Dec 2020 08:16:35 +0000 Subject: [PATCH 265/282] Generated 2019-02-25 for sdk-test. --- aliyun-python-sdk-sdk-test/ChangeLog.txt | 3 +++ aliyun-python-sdk-sdk-test/aliyunsdksdk_test/__init__.py | 6 +++++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/aliyun-python-sdk-sdk-test/ChangeLog.txt b/aliyun-python-sdk-sdk-test/ChangeLog.txt index 16237962cf..b28d54d9fb 100644 --- a/aliyun-python-sdk-sdk-test/ChangeLog.txt +++ b/aliyun-python-sdk-sdk-test/ChangeLog.txt @@ -1,3 +1,6 @@ +2020-12-30 Version: 1.2.4 +- Generated 2019-02-25 for `sdk-test`. + 2020-12-30 Version: 2.0.6 - Generated 2019-02-25 for `sdk-test`. diff --git a/aliyun-python-sdk-sdk-test/aliyunsdksdk_test/__init__.py b/aliyun-python-sdk-sdk-test/aliyunsdksdk_test/__init__.py index 3435a04f25..6c206000b8 100644 --- a/aliyun-python-sdk-sdk-test/aliyunsdksdk_test/__init__.py +++ b/aliyun-python-sdk-sdk-test/aliyunsdksdk_test/__init__.py @@ -1 +1,5 @@ -__version__ = '2.0.6' \ No newline at end of file +<<<<<<< Updated upstream +__version__ = '2.0.6' +======= +__version__ = '1.2.4' +>>>>>>> Stashed changes From edb7d2f8906a811f2bd5b2c8d37abe986dd46a59 Mon Sep 17 00:00:00 2001 From: sdk-team Date: Wed, 30 Dec 2020 08:36:25 +0000 Subject: [PATCH 266/282] Generated 2019-02-25 for sdk-test. --- aliyun-python-sdk-sdk-test/ChangeLog.txt | 3 +++ aliyun-python-sdk-sdk-test/aliyunsdksdk_test/__init__.py | 6 +----- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/aliyun-python-sdk-sdk-test/ChangeLog.txt b/aliyun-python-sdk-sdk-test/ChangeLog.txt index b28d54d9fb..88a76390fc 100644 --- a/aliyun-python-sdk-sdk-test/ChangeLog.txt +++ b/aliyun-python-sdk-sdk-test/ChangeLog.txt @@ -1,3 +1,6 @@ +2020-12-30 Version: 2.3.4 +- Generated 2019-02-25 for `sdk-test`. + 2020-12-30 Version: 1.2.4 - Generated 2019-02-25 for `sdk-test`. diff --git a/aliyun-python-sdk-sdk-test/aliyunsdksdk_test/__init__.py b/aliyun-python-sdk-sdk-test/aliyunsdksdk_test/__init__.py index 6c206000b8..975b6a1f7c 100644 --- a/aliyun-python-sdk-sdk-test/aliyunsdksdk_test/__init__.py +++ b/aliyun-python-sdk-sdk-test/aliyunsdksdk_test/__init__.py @@ -1,5 +1 @@ -<<<<<<< Updated upstream -__version__ = '2.0.6' -======= -__version__ = '1.2.4' ->>>>>>> Stashed changes +__version__ = '2.3.4' \ No newline at end of file From 1e35f1be9a5df5b8503eae91058de2f229dd6976 Mon Sep 17 00:00:00 2001 From: sdk-team Date: Mon, 25 Jan 2021 10:51:23 +0000 Subject: [PATCH 267/282] Generated 2020-01-29 for Ecs. --- aliyun-python-sdk-ecs/ChangeLog.txt | 3 + aliyun-python-sdk-ecs/LICENSE | 13 + aliyun-python-sdk-ecs/MANIFEST.in | 1 + .../aliyunsdkecs/__init__.py | 2 +- .../AcceptInquiredSystemEventRequest.py | 55 --- .../ActivateRouterInterfaceRequest.py | 49 -- .../AddBandwidthPackageIpsRequest.py | 67 --- .../request/v20140526/AddTagsRequest.py | 66 --- .../AllocateDedicatedHostsRequest.py | 162 ------ .../v20140526/AllocateEipAddressRequest.py | 79 --- .../AllocatePublicIpAddressRequest.py | 67 --- .../ApplyAutoSnapshotPolicyRequest.py | 55 --- .../v20140526/AssignIpv6AddressesRequest.py | 69 --- .../AssignPrivateIpAddressesRequest.py | 69 --- .../v20140526/AssociateEipAddressRequest.py | 67 --- .../v20140526/AssociateHaVipRequest.py | 67 --- .../v20140526/AttachClassicLinkVpcRequest.py | 55 --- .../request/v20140526/AttachDiskRequest.py | 91 ---- .../v20140526/AttachInstanceRamRoleRequest.py | 55 --- .../request/v20140526/AttachKeyPairRequest.py | 55 --- .../AttachNetworkInterfaceRequest.py | 61 --- .../AuthorizeSecurityGroupEgressRequest.py | 145 ------ .../AuthorizeSecurityGroupRequest.py | 145 ------ .../CancelAutoSnapshotPolicyRequest.py | 49 -- .../v20140526/CancelCopyImageRequest.py | 55 --- .../CancelPhysicalConnectionRequest.py | 67 --- .../CancelSimulatedSystemEventsRequest.py | 57 --- .../request/v20140526/CancelTaskRequest.py | 49 -- .../ConnectRouterInterfaceRequest.py | 49 -- .../ConvertNatPublicIpToEipRequest.py | 49 -- .../request/v20140526/CopyImageRequest.py | 96 ---- .../CreateAutoProvisioningGroupRequest.py | 186 ------- .../CreateAutoSnapshotPolicyRequest.py | 67 --- .../request/v20140526/CreateCommandRequest.py | 91 ---- .../request/v20140526/CreateDemandRequest.py | 115 ----- .../v20140526/CreateDeploymentSetRequest.py | 91 ---- .../request/v20140526/CreateDiskRequest.py | 163 ------ .../v20140526/CreateForwardEntryRequest.py | 85 ---- .../request/v20140526/CreateHaVipRequest.py | 73 --- .../v20140526/CreateHpcClusterRequest.py | 67 --- .../request/v20140526/CreateImageRequest.py | 129 ----- .../v20140526/CreateInstanceRequest.py | 400 --------------- .../request/v20140526/CreateKeyPairRequest.py | 66 --- .../v20140526/CreateLaunchTemplateRequest.py | 327 ------------ .../CreateLaunchTemplateVersionRequest.py | 316 ------------ .../v20140526/CreateNatGatewayRequest.py | 86 ---- ...CreateNetworkInterfacePermissionRequest.py | 67 --- .../CreateNetworkInterfaceRequest.py | 136 ----- .../CreatePhysicalConnectionRequest.py | 121 ----- .../v20140526/CreateRouteEntryRequest.py | 89 ---- .../v20140526/CreateRouterInterfaceRequest.py | 175 ------- .../v20140526/CreateSecurityGroupRequest.py | 96 ---- .../CreateSimulatedSystemEventsRequest.py | 69 --- .../v20140526/CreateSnapshotRequest.py | 96 ---- .../v20140526/CreateStorageSetRequest.py | 79 --- .../request/v20140526/CreateVSwitchRequest.py | 85 ---- .../CreateVirtualBorderRouterRequest.py | 115 ----- .../request/v20140526/CreateVpcRequest.py | 79 --- .../DeactivateRouterInterfaceRequest.py | 49 -- .../DeleteAutoProvisioningGroupRequest.py | 61 --- .../DeleteAutoSnapshotPolicyRequest.py | 49 -- .../DeleteBandwidthPackageRequest.py | 55 --- .../request/v20140526/DeleteCommandRequest.py | 55 --- .../request/v20140526/DeleteDemandRequest.py | 67 --- .../v20140526/DeleteDeploymentSetRequest.py | 55 --- .../request/v20140526/DeleteDiskRequest.py | 55 --- .../v20140526/DeleteForwardEntryRequest.py | 61 --- .../request/v20140526/DeleteHaVipRequest.py | 61 --- .../v20140526/DeleteHpcClusterRequest.py | 61 --- .../request/v20140526/DeleteImageRequest.py | 61 --- .../v20140526/DeleteInstanceRequest.py | 67 --- .../v20140526/DeleteInstancesRequest.py | 81 --- .../v20140526/DeleteKeyPairsRequest.py | 49 -- .../v20140526/DeleteLaunchTemplateRequest.py | 61 --- .../DeleteLaunchTemplateVersionRequest.py | 69 --- .../v20140526/DeleteNatGatewayRequest.py | 55 --- ...DeleteNetworkInterfacePermissionRequest.py | 61 --- .../DeleteNetworkInterfaceRequest.py | 55 --- .../DeletePhysicalConnectionRequest.py | 61 --- .../v20140526/DeleteRouteEntryRequest.py | 77 --- .../v20140526/DeleteRouterInterfaceRequest.py | 67 --- .../v20140526/DeleteSecurityGroupRequest.py | 55 --- .../v20140526/DeleteSnapshotRequest.py | 61 --- .../v20140526/DeleteStorageSetRequest.py | 61 --- .../request/v20140526/DeleteVSwitchRequest.py | 55 --- .../DeleteVirtualBorderRouterRequest.py | 67 --- .../request/v20140526/DeleteVpcRequest.py | 55 --- .../v20140526/DescribeAccessPointsRequest.py | 72 --- .../DescribeAccountAttributesRequest.py | 57 --- ...ribeAutoProvisioningGroupHistoryRequest.py | 79 --- ...beAutoProvisioningGroupInstancesRequest.py | 67 --- .../DescribeAutoProvisioningGroupsRequest.py | 83 ---- .../DescribeAutoSnapshotPolicyExRequest.py | 67 --- .../DescribeAvailableResourceRequest.py | 139 ------ .../DescribeBandwidthLimitationRequest.py | 79 --- .../DescribeBandwidthPackagesRequest.py | 73 --- .../DescribeClassicLinkInstancesRequest.py | 67 --- .../DescribeCloudAssistantStatusRequest.py | 57 --- .../v20140526/DescribeClustersRequest.py | 49 -- .../v20140526/DescribeCommandsRequest.py | 91 ---- .../DescribeDedicatedHostAutoRenewRequest.py | 55 --- .../DescribeDedicatedHostTypesRequest.py | 61 --- .../DescribeDedicatedHostsRequest.py | 114 ----- .../v20140526/DescribeDemandsRequest.py | 122 ----- .../DescribeDeploymentSetsRequest.py | 97 ---- .../DescribeDiskMonitorDataRequest.py | 73 --- .../DescribeDisksFullStatusRequest.py | 107 ---- .../request/v20140526/DescribeDisksRequest.py | 230 --------- .../v20140526/DescribeEipAddressesRequest.py | 133 ----- .../DescribeEipMonitorDataRequest.py | 73 --- .../DescribeEniMonitorDataRequest.py | 79 --- .../DescribeForwardTableEntriesRequest.py | 73 --- .../v20140526/DescribeHaVipsRequest.py | 72 --- .../v20140526/DescribeHpcClustersRequest.py | 73 --- .../DescribeImageSharePermissionRequest.py | 67 --- ...escribeImageSupportInstanceTypesRequest.py | 65 --- .../v20140526/DescribeImagesRequest.py | 173 ------- .../DescribeInstanceAttributeRequest.py | 55 --- ...scribeInstanceAutoRenewAttributeRequest.py | 73 --- .../DescribeInstanceHistoryEventsRequest.py | 127 ----- ...ibeInstanceMaintenanceAttributesRequest.py | 69 --- .../DescribeInstanceMonitorDataRequest.py | 73 --- .../DescribeInstanceRamRoleRequest.py | 67 --- .../DescribeInstanceStatusRequest.py | 73 --- .../DescribeInstanceTopologyRequest.py | 49 -- .../DescribeInstanceTypeFamiliesRequest.py | 55 --- .../v20140526/DescribeInstanceTypesRequest.py | 55 --- .../DescribeInstanceVncPasswdRequest.py | 55 --- .../DescribeInstanceVncUrlRequest.py | 55 --- .../DescribeInstancesFullStatusRequest.py | 127 ----- .../v20140526/DescribeInstancesRequest.py | 276 ----------- .../DescribeInvocationResultsRequest.py | 91 ---- .../v20140526/DescribeInvocationsRequest.py | 115 ----- .../v20140526/DescribeKeyPairsRequest.py | 84 ---- .../DescribeLaunchTemplateVersionsRequest.py | 105 ---- .../DescribeLaunchTemplatesRequest.py | 94 ---- .../v20140526/DescribeLimitationRequest.py | 55 --- .../v20140526/DescribeNatGatewaysRequest.py | 73 --- ...cribeNetworkInterfacePermissionsRequest.py | 75 --- .../DescribeNetworkInterfacesRequest.py | 154 ------ ...DescribeNewProjectEipMonitorDataRequest.py | 73 --- .../DescribePhysicalConnectionsRequest.py | 84 ---- .../request/v20140526/DescribePriceRequest.py | 229 --------- .../DescribeRecommendInstanceTypeRequest.py | 135 ----- .../v20140526/DescribeRegionsRequest.py | 67 --- .../v20140526/DescribeRenewalPriceRequest.py | 73 --- .../DescribeReservedInstancesRequest.py | 125 ----- .../DescribeResourceByTagsRequest.py | 72 --- .../DescribeResourcesModificationRequest.py | 91 ---- .../v20140526/DescribeRouteTablesRequest.py | 91 ---- .../DescribeRouterInterfacesRequest.py | 66 --- .../DescribeSecurityGroupAttributeRequest.py | 67 --- .../DescribeSecurityGroupReferencesRequest.py | 57 --- .../DescribeSecurityGroupsRequest.py | 126 ----- .../v20140526/DescribeSnapshotLinksRequest.py | 79 --- .../DescribeSnapshotMonitorDataRequest.py | 73 --- .../DescribeSnapshotPackageRequest.py | 61 --- .../v20140526/DescribeSnapshotsRequest.py | 174 ------- .../DescribeSnapshotsUsageRequest.py | 49 -- .../DescribeSpotPriceHistoryRequest.py | 103 ---- .../DescribeStorageSetDetailsRequest.py | 85 ---- .../v20140526/DescribeStorageSetsRequest.py | 85 ---- .../request/v20140526/DescribeTagsRequest.py | 84 ---- .../v20140526/DescribeTaskAttributeRequest.py | 49 -- .../request/v20140526/DescribeTasksRequest.py | 91 ---- .../DescribeUserBusinessBehaviorRequest.py | 55 --- .../v20140526/DescribeUserDataRequest.py | 49 -- .../v20140526/DescribeVRoutersRequest.py | 67 --- .../v20140526/DescribeVSwitchesRequest.py | 85 ---- ...rderRoutersForPhysicalConnectionRequest.py | 73 --- .../DescribeVirtualBorderRoutersRequest.py | 66 --- .../request/v20140526/DescribeVpcsRequest.py | 73 --- .../request/v20140526/DescribeZonesRequest.py | 73 --- .../v20140526/DetachClassicLinkVpcRequest.py | 55 --- .../request/v20140526/DetachDiskRequest.py | 67 --- .../v20140526/DetachInstanceRamRoleRequest.py | 55 --- .../request/v20140526/DetachKeyPairRequest.py | 55 --- .../DetachNetworkInterfaceRequest.py | 61 --- .../request/v20140526/EipFillParamsRequest.py | 67 --- .../v20140526/EipFillProductRequest.py | 67 --- .../request/v20140526/EipNotifyPaidRequest.py | 67 --- .../EnablePhysicalConnectionRequest.py | 67 --- .../request/v20140526/ExportImageRequest.py | 73 --- .../v20140526/ExportSnapshotRequest.py | 61 --- .../GetInstanceConsoleOutputRequest.py | 55 --- .../v20140526/GetInstanceScreenshotRequest.py | 61 --- .../request/v20140526/ImportImageRequest.py | 104 ---- .../request/v20140526/ImportKeyPairRequest.py | 55 --- .../v20140526/ImportSnapshotRequest.py | 67 --- .../v20140526/InstallCloudAssistantRequest.py | 57 --- .../request/v20140526/InvokeCommandRequest.py | 81 --- .../v20140526/JoinResourceGroupRequest.py | 67 --- .../v20140526/JoinSecurityGroupRequest.py | 61 --- .../v20140526/LeaveSecurityGroupRequest.py | 61 --- .../v20140526/ListTagResourcesRequest.py | 92 ---- .../ModifyAutoProvisioningGroupRequest.py | 103 ---- .../ModifyAutoSnapshotPolicyExRequest.py | 73 --- .../ModifyAutoSnapshotPolicyRequest.py | 97 ---- .../ModifyBandwidthPackageSpecRequest.py | 61 --- .../request/v20140526/ModifyCommandRequest.py | 85 ---- .../ModifyDedicatedHostAttributeRequest.py | 91 ---- ...difyDedicatedHostAutoReleaseTimeRequest.py | 61 --- ...yDedicatedHostAutoRenewAttributeRequest.py | 79 --- .../request/v20140526/ModifyDemandRequest.py | 121 ----- .../ModifyDeploymentSetAttributeRequest.py | 67 --- .../v20140526/ModifyDiskAttributeRequest.py | 93 ---- .../v20140526/ModifyDiskChargeTypeRequest.py | 79 --- .../v20140526/ModifyDiskSpecRequest.py | 61 --- .../ModifyEipAddressAttributeRequest.py | 61 --- .../v20140526/ModifyForwardEntryRequest.py | 91 ---- .../v20140526/ModifyHaVipAttributeRequest.py | 67 --- .../ModifyHpcClusterAttributeRequest.py | 73 --- .../v20140526/ModifyImageAttributeRequest.py | 67 --- .../ModifyImageShareGroupPermissionRequest.py | 67 --- .../ModifyImageSharePermissionRequest.py | 71 --- .../ModifyInstanceAttributeRequest.py | 111 ----- .../ModifyInstanceAutoReleaseTimeRequest.py | 61 --- ...ModifyInstanceAutoRenewAttributeRequest.py | 79 --- .../ModifyInstanceChargeTypeRequest.py | 103 ---- .../ModifyInstanceDeploymentRequest.py | 97 ---- ...ifyInstanceMaintenanceAttributesRequest.py | 74 --- .../ModifyInstanceNetworkSpecRequest.py | 103 ---- .../v20140526/ModifyInstanceSpecRequest.py | 115 ----- .../ModifyInstanceVncPasswdRequest.py | 61 --- .../ModifyInstanceVpcAttributeRequest.py | 67 --- ...difyLaunchTemplateDefaultVersionRequest.py | 67 --- .../ModifyNetworkInterfaceAttributeRequest.py | 81 --- ...odifyPhysicalConnectionAttributeRequest.py | 115 ----- .../ModifyPrepayInstanceSpecRequest.py | 109 ---- .../ModifyReservedInstanceAttributeRequest.py | 67 --- .../ModifyReservedInstancesRequest.py | 74 --- .../ModifyRouterInterfaceAttributeRequest.py | 97 ---- .../ModifyRouterInterfaceSpecRequest.py | 73 --- .../ModifySecurityGroupAttributeRequest.py | 67 --- .../ModifySecurityGroupEgressRuleRequest.py | 145 ------ .../ModifySecurityGroupPolicyRequest.py | 67 --- .../ModifySecurityGroupRuleRequest.py | 145 ------ .../ModifySnapshotAttributeRequest.py | 67 --- .../ModifyStorageSetAttributeRequest.py | 73 --- .../ModifyUserBusinessBehaviorRequest.py | 61 --- .../ModifyVRouterAttributeRequest.py | 67 --- .../ModifyVSwitchAttributeRequest.py | 67 --- ...difyVirtualBorderRouterAttributeRequest.py | 109 ---- .../v20140526/ModifyVpcAttributeRequest.py | 79 --- ...urchaseReservedInstancesOfferingRequest.py | 121 ----- .../v20140526/ReActivateInstancesRequest.py | 55 --- .../request/v20140526/ReInitDiskRequest.py | 79 --- .../v20140526/RebootInstanceRequest.py | 67 --- .../RecoverVirtualBorderRouterRequest.py | 67 --- .../v20140526/RedeployDedicatedHostRequest.py | 55 --- .../v20140526/RedeployInstanceRequest.py | 61 --- .../v20140526/ReleaseDedicatedHostRequest.py | 55 --- .../v20140526/ReleaseEipAddressRequest.py | 55 --- .../ReleasePublicIpAddressRequest.py | 61 --- .../RemoveBandwidthPackageIpsRequest.py | 69 --- .../request/v20140526/RemoveTagsRequest.py | 66 --- .../v20140526/RenewDedicatedHostsRequest.py | 73 --- .../request/v20140526/RenewInstanceRequest.py | 73 --- .../v20140526/ReplaceSystemDiskRequest.py | 121 ----- .../v20140526/ReportInstancesStatusRequest.py | 97 ---- .../request/v20140526/ResetDiskRequest.py | 61 --- .../request/v20140526/ResizeDiskRequest.py | 73 --- .../RevokeSecurityGroupEgressRequest.py | 145 ------ .../v20140526/RevokeSecurityGroupRequest.py | 145 ------ .../request/v20140526/RunCommandRequest.py | 129 ----- .../request/v20140526/RunInstancesRequest.py | 467 ------------------ .../request/v20140526/StartInstanceRequest.py | 73 --- .../request/v20140526/StopInstanceRequest.py | 79 --- .../v20140526/StopInvocationRequest.py | 63 --- .../request/v20140526/TagResourcesRequest.py | 68 --- .../TerminatePhysicalConnectionRequest.py | 67 --- .../TerminateVirtualBorderRouterRequest.py | 67 --- .../v20140526/UnassignIpv6AddressesRequest.py | 63 --- .../UnassignPrivateIpAddressesRequest.py | 63 --- .../v20140526/UnassociateEipAddressRequest.py | 67 --- .../v20140526/UnassociateHaVipRequest.py | 73 --- .../v20140526/UntagResourcesRequest.py | 77 --- .../v20200129/CreateInstanceRequest.py | 27 + .../{v20140526 => v20200129}/__init__.py | 0 aliyun-python-sdk-ecs/setup.cfg | 5 + aliyun-python-sdk-ecs/setup.py | 2 +- 281 files changed, 51 insertions(+), 23180 deletions(-) create mode 100644 aliyun-python-sdk-ecs/LICENSE delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AcceptInquiredSystemEventRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ActivateRouterInterfaceRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AddBandwidthPackageIpsRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AddTagsRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AllocateDedicatedHostsRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AllocateEipAddressRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AllocatePublicIpAddressRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ApplyAutoSnapshotPolicyRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AssignIpv6AddressesRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AssignPrivateIpAddressesRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AssociateEipAddressRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AssociateHaVipRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AttachClassicLinkVpcRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AttachDiskRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AttachInstanceRamRoleRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AttachKeyPairRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AttachNetworkInterfaceRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AuthorizeSecurityGroupEgressRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AuthorizeSecurityGroupRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CancelAutoSnapshotPolicyRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CancelCopyImageRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CancelPhysicalConnectionRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CancelSimulatedSystemEventsRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CancelTaskRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ConnectRouterInterfaceRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ConvertNatPublicIpToEipRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CopyImageRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateAutoProvisioningGroupRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateAutoSnapshotPolicyRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateCommandRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateDemandRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateDeploymentSetRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateDiskRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateForwardEntryRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateHaVipRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateHpcClusterRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateImageRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateInstanceRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateKeyPairRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateLaunchTemplateRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateLaunchTemplateVersionRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateNatGatewayRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateNetworkInterfacePermissionRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateNetworkInterfaceRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreatePhysicalConnectionRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateRouteEntryRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateRouterInterfaceRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateSecurityGroupRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateSimulatedSystemEventsRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateSnapshotRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateStorageSetRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateVSwitchRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateVirtualBorderRouterRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateVpcRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeactivateRouterInterfaceRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteAutoProvisioningGroupRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteAutoSnapshotPolicyRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteBandwidthPackageRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteCommandRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteDemandRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteDeploymentSetRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteDiskRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteForwardEntryRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteHaVipRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteHpcClusterRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteImageRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteInstanceRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteInstancesRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteKeyPairsRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteLaunchTemplateRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteLaunchTemplateVersionRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteNatGatewayRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteNetworkInterfacePermissionRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteNetworkInterfaceRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeletePhysicalConnectionRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteRouteEntryRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteRouterInterfaceRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteSecurityGroupRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteSnapshotRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteStorageSetRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteVSwitchRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteVirtualBorderRouterRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteVpcRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeAccessPointsRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeAccountAttributesRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeAutoProvisioningGroupHistoryRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeAutoProvisioningGroupInstancesRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeAutoProvisioningGroupsRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeAutoSnapshotPolicyExRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeAvailableResourceRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeBandwidthLimitationRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeBandwidthPackagesRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeClassicLinkInstancesRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeCloudAssistantStatusRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeClustersRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeCommandsRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeDedicatedHostAutoRenewRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeDedicatedHostTypesRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeDedicatedHostsRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeDemandsRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeDeploymentSetsRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeDiskMonitorDataRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeDisksFullStatusRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeDisksRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeEipAddressesRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeEipMonitorDataRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeEniMonitorDataRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeForwardTableEntriesRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeHaVipsRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeHpcClustersRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeImageSharePermissionRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeImageSupportInstanceTypesRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeImagesRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceAttributeRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceAutoRenewAttributeRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceHistoryEventsRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceMaintenanceAttributesRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceMonitorDataRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceRamRoleRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceStatusRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceTopologyRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceTypeFamiliesRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceTypesRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceVncPasswdRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceVncUrlRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstancesFullStatusRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstancesRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInvocationResultsRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInvocationsRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeKeyPairsRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeLaunchTemplateVersionsRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeLaunchTemplatesRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeLimitationRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeNatGatewaysRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeNetworkInterfacePermissionsRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeNetworkInterfacesRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeNewProjectEipMonitorDataRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribePhysicalConnectionsRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribePriceRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeRecommendInstanceTypeRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeRegionsRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeRenewalPriceRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeReservedInstancesRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeResourceByTagsRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeResourcesModificationRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeRouteTablesRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeRouterInterfacesRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeSecurityGroupAttributeRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeSecurityGroupReferencesRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeSecurityGroupsRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeSnapshotLinksRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeSnapshotMonitorDataRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeSnapshotPackageRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeSnapshotsRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeSnapshotsUsageRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeSpotPriceHistoryRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeStorageSetDetailsRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeStorageSetsRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeTagsRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeTaskAttributeRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeTasksRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeUserBusinessBehaviorRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeUserDataRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeVRoutersRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeVSwitchesRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeVirtualBorderRoutersForPhysicalConnectionRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeVirtualBorderRoutersRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeVpcsRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeZonesRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DetachClassicLinkVpcRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DetachDiskRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DetachInstanceRamRoleRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DetachKeyPairRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DetachNetworkInterfaceRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/EipFillParamsRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/EipFillProductRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/EipNotifyPaidRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/EnablePhysicalConnectionRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ExportImageRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ExportSnapshotRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/GetInstanceConsoleOutputRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/GetInstanceScreenshotRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ImportImageRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ImportKeyPairRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ImportSnapshotRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/InstallCloudAssistantRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/InvokeCommandRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/JoinResourceGroupRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/JoinSecurityGroupRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/LeaveSecurityGroupRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ListTagResourcesRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyAutoProvisioningGroupRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyAutoSnapshotPolicyExRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyAutoSnapshotPolicyRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyBandwidthPackageSpecRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyCommandRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyDedicatedHostAttributeRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyDedicatedHostAutoReleaseTimeRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyDedicatedHostAutoRenewAttributeRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyDemandRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyDeploymentSetAttributeRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyDiskAttributeRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyDiskChargeTypeRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyDiskSpecRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyEipAddressAttributeRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyForwardEntryRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyHaVipAttributeRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyHpcClusterAttributeRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyImageAttributeRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyImageShareGroupPermissionRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyImageSharePermissionRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceAttributeRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceAutoReleaseTimeRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceAutoRenewAttributeRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceChargeTypeRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceDeploymentRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceMaintenanceAttributesRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceNetworkSpecRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceSpecRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceVncPasswdRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceVpcAttributeRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyLaunchTemplateDefaultVersionRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyNetworkInterfaceAttributeRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyPhysicalConnectionAttributeRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyPrepayInstanceSpecRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyReservedInstanceAttributeRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyReservedInstancesRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyRouterInterfaceAttributeRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyRouterInterfaceSpecRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifySecurityGroupAttributeRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifySecurityGroupEgressRuleRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifySecurityGroupPolicyRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifySecurityGroupRuleRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifySnapshotAttributeRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyStorageSetAttributeRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyUserBusinessBehaviorRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyVRouterAttributeRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyVSwitchAttributeRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyVirtualBorderRouterAttributeRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyVpcAttributeRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/PurchaseReservedInstancesOfferingRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ReActivateInstancesRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ReInitDiskRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RebootInstanceRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RecoverVirtualBorderRouterRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RedeployDedicatedHostRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RedeployInstanceRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ReleaseDedicatedHostRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ReleaseEipAddressRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ReleasePublicIpAddressRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RemoveBandwidthPackageIpsRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RemoveTagsRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RenewDedicatedHostsRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RenewInstanceRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ReplaceSystemDiskRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ReportInstancesStatusRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ResetDiskRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ResizeDiskRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RevokeSecurityGroupEgressRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RevokeSecurityGroupRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RunCommandRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RunInstancesRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/StartInstanceRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/StopInstanceRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/StopInvocationRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/TagResourcesRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/TerminatePhysicalConnectionRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/TerminateVirtualBorderRouterRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/UnassignIpv6AddressesRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/UnassignPrivateIpAddressesRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/UnassociateEipAddressRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/UnassociateHaVipRequest.py delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/UntagResourcesRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20200129/CreateInstanceRequest.py rename aliyun-python-sdk-ecs/aliyunsdkecs/request/{v20140526 => v20200129}/__init__.py (100%) create mode 100644 aliyun-python-sdk-ecs/setup.cfg diff --git a/aliyun-python-sdk-ecs/ChangeLog.txt b/aliyun-python-sdk-ecs/ChangeLog.txt index d8e9626f16..9b54c7afce 100644 --- a/aliyun-python-sdk-ecs/ChangeLog.txt +++ b/aliyun-python-sdk-ecs/ChangeLog.txt @@ -1,3 +1,6 @@ +2021-01-25 Version: 1.2.3 +- Generated 2020-01-29 for `Ecs`. + 2020-02-13 Version: 1.0.0 - Generated 2014-05-26 for `Ecs`. diff --git a/aliyun-python-sdk-ecs/LICENSE b/aliyun-python-sdk-ecs/LICENSE new file mode 100644 index 0000000000..85815c8027 --- /dev/null +++ b/aliyun-python-sdk-ecs/LICENSE @@ -0,0 +1,13 @@ +Copyright 1999-present Alibaba Group Holding Ltd. + +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. \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/MANIFEST.in b/aliyun-python-sdk-ecs/MANIFEST.in index e69de29bb2..03d3d04ba9 100644 --- a/aliyun-python-sdk-ecs/MANIFEST.in +++ b/aliyun-python-sdk-ecs/MANIFEST.in @@ -0,0 +1 @@ +include LICENSE README.rst ChangeLog.txt \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/__init__.py b/aliyun-python-sdk-ecs/aliyunsdkecs/__init__.py index 75977e6f41..1be3a87294 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/__init__.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/__init__.py @@ -1 +1 @@ -__version__ = '1.0.0' \ No newline at end of file +__version__ = '1.2.3' \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AcceptInquiredSystemEventRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AcceptInquiredSystemEventRequest.py deleted file mode 100644 index c584069e41..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AcceptInquiredSystemEventRequest.py +++ /dev/null @@ -1,55 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest - -class AcceptInquiredSystemEventRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'AcceptInquiredSystemEvent','ecs') - - def get_EventId(self): - return self.get_query_params().get('EventId') - - def set_EventId(self,EventId): - self.add_query_param('EventId',EventId) - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ActivateRouterInterfaceRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ActivateRouterInterfaceRequest.py deleted file mode 100644 index 72c1806631..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ActivateRouterInterfaceRequest.py +++ /dev/null @@ -1,49 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest - -class ActivateRouterInterfaceRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ActivateRouterInterface','ecs') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_RouterInterfaceId(self): - return self.get_query_params().get('RouterInterfaceId') - - def set_RouterInterfaceId(self,RouterInterfaceId): - self.add_query_param('RouterInterfaceId',RouterInterfaceId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AddBandwidthPackageIpsRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AddBandwidthPackageIpsRequest.py deleted file mode 100644 index 41145057bb..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AddBandwidthPackageIpsRequest.py +++ /dev/null @@ -1,67 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest - -class AddBandwidthPackageIpsRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'AddBandwidthPackageIps','ecs') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_ClientToken(self): - return self.get_query_params().get('ClientToken') - - def set_ClientToken(self,ClientToken): - self.add_query_param('ClientToken',ClientToken) - - def get_BandwidthPackageId(self): - return self.get_query_params().get('BandwidthPackageId') - - def set_BandwidthPackageId(self,BandwidthPackageId): - self.add_query_param('BandwidthPackageId',BandwidthPackageId) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_IpCount(self): - return self.get_query_params().get('IpCount') - - def set_IpCount(self,IpCount): - self.add_query_param('IpCount',IpCount) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AddTagsRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AddTagsRequest.py deleted file mode 100644 index bfd601fee1..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AddTagsRequest.py +++ /dev/null @@ -1,66 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest - -class AddTagsRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'AddTags','ecs') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_Tags(self): - return self.get_query_params().get('Tags') - - def set_Tags(self,Tags): - for i in range(len(Tags)): - if Tags[i].get('Value') is not None: - self.add_query_param('Tag.' + str(i + 1) + '.Value' , Tags[i].get('Value')) - if Tags[i].get('Key') is not None: - self.add_query_param('Tag.' + str(i + 1) + '.Key' , Tags[i].get('Key')) - - - def get_ResourceId(self): - return self.get_query_params().get('ResourceId') - - def set_ResourceId(self,ResourceId): - self.add_query_param('ResourceId',ResourceId) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_ResourceType(self): - return self.get_query_params().get('ResourceType') - - def set_ResourceType(self,ResourceType): - self.add_query_param('ResourceType',ResourceType) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AllocateDedicatedHostsRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AllocateDedicatedHostsRequest.py deleted file mode 100644 index e9af1ee4b7..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AllocateDedicatedHostsRequest.py +++ /dev/null @@ -1,162 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest - -class AllocateDedicatedHostsRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'AllocateDedicatedHosts','ecs') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_ClientToken(self): - return self.get_query_params().get('ClientToken') - - def set_ClientToken(self,ClientToken): - self.add_query_param('ClientToken',ClientToken) - - def get_Description(self): - return self.get_query_params().get('Description') - - def set_Description(self,Description): - self.add_query_param('Description',Description) - - def get_ResourceGroupId(self): - return self.get_query_params().get('ResourceGroupId') - - def set_ResourceGroupId(self,ResourceGroupId): - self.add_query_param('ResourceGroupId',ResourceGroupId) - - def get_ActionOnMaintenance(self): - return self.get_query_params().get('ActionOnMaintenance') - - def set_ActionOnMaintenance(self,ActionOnMaintenance): - self.add_query_param('ActionOnMaintenance',ActionOnMaintenance) - - def get_Tags(self): - return self.get_query_params().get('Tags') - - def set_Tags(self,Tags): - for i in range(len(Tags)): - if Tags[i].get('Key') is not None: - self.add_query_param('Tag.' + str(i + 1) + '.Key' , Tags[i].get('Key')) - if Tags[i].get('Value') is not None: - self.add_query_param('Tag.' + str(i + 1) + '.Value' , Tags[i].get('Value')) - - - def get_DedicatedHostType(self): - return self.get_query_params().get('DedicatedHostType') - - def set_DedicatedHostType(self,DedicatedHostType): - self.add_query_param('DedicatedHostType',DedicatedHostType) - - def get_AutoRenewPeriod(self): - return self.get_query_params().get('AutoRenewPeriod') - - def set_AutoRenewPeriod(self,AutoRenewPeriod): - self.add_query_param('AutoRenewPeriod',AutoRenewPeriod) - - def get_Period(self): - return self.get_query_params().get('Period') - - def set_Period(self,Period): - self.add_query_param('Period',Period) - - def get_Quantity(self): - return self.get_query_params().get('Quantity') - - def set_Quantity(self,Quantity): - self.add_query_param('Quantity',Quantity) - - def get_DedicatedHostName(self): - return self.get_query_params().get('DedicatedHostName') - - def set_DedicatedHostName(self,DedicatedHostName): - self.add_query_param('DedicatedHostName',DedicatedHostName) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_AutoReleaseTime(self): - return self.get_query_params().get('AutoReleaseTime') - - def set_AutoReleaseTime(self,AutoReleaseTime): - self.add_query_param('AutoReleaseTime',AutoReleaseTime) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_PeriodUnit(self): - return self.get_query_params().get('PeriodUnit') - - def set_PeriodUnit(self,PeriodUnit): - self.add_query_param('PeriodUnit',PeriodUnit) - - def get_AutoRenew(self): - return self.get_query_params().get('AutoRenew') - - def set_AutoRenew(self,AutoRenew): - self.add_query_param('AutoRenew',AutoRenew) - - def get_NetworkAttributesSlbUdpTimeout(self): - return self.get_query_params().get('NetworkAttributes.SlbUdpTimeout') - - def set_NetworkAttributesSlbUdpTimeout(self,NetworkAttributesSlbUdpTimeout): - self.add_query_param('NetworkAttributes.SlbUdpTimeout',NetworkAttributesSlbUdpTimeout) - - def get_ZoneId(self): - return self.get_query_params().get('ZoneId') - - def set_ZoneId(self,ZoneId): - self.add_query_param('ZoneId',ZoneId) - - def get_AutoPlacement(self): - return self.get_query_params().get('AutoPlacement') - - def set_AutoPlacement(self,AutoPlacement): - self.add_query_param('AutoPlacement',AutoPlacement) - - def get_ChargeType(self): - return self.get_query_params().get('ChargeType') - - def set_ChargeType(self,ChargeType): - self.add_query_param('ChargeType',ChargeType) - - def get_NetworkAttributesUdpTimeout(self): - return self.get_query_params().get('NetworkAttributes.UdpTimeout') - - def set_NetworkAttributesUdpTimeout(self,NetworkAttributesUdpTimeout): - self.add_query_param('NetworkAttributes.UdpTimeout',NetworkAttributesUdpTimeout) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AllocateEipAddressRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AllocateEipAddressRequest.py deleted file mode 100644 index 8cde1cd9b5..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AllocateEipAddressRequest.py +++ /dev/null @@ -1,79 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest - -class AllocateEipAddressRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'AllocateEipAddress','ecs') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_ClientToken(self): - return self.get_query_params().get('ClientToken') - - def set_ClientToken(self,ClientToken): - self.add_query_param('ClientToken',ClientToken) - - def get_ISP(self): - return self.get_query_params().get('ISP') - - def set_ISP(self,ISP): - self.add_query_param('ISP',ISP) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_Bandwidth(self): - return self.get_query_params().get('Bandwidth') - - def set_Bandwidth(self,Bandwidth): - self.add_query_param('Bandwidth',Bandwidth) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_ActivityId(self): - return self.get_query_params().get('ActivityId') - - def set_ActivityId(self,ActivityId): - self.add_query_param('ActivityId',ActivityId) - - def get_InternetChargeType(self): - return self.get_query_params().get('InternetChargeType') - - def set_InternetChargeType(self,InternetChargeType): - self.add_query_param('InternetChargeType',InternetChargeType) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AllocatePublicIpAddressRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AllocatePublicIpAddressRequest.py deleted file mode 100644 index 47833829b8..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AllocatePublicIpAddressRequest.py +++ /dev/null @@ -1,67 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest - -class AllocatePublicIpAddressRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'AllocatePublicIpAddress','ecs') - - def get_IpAddress(self): - return self.get_query_params().get('IpAddress') - - def set_IpAddress(self,IpAddress): - self.add_query_param('IpAddress',IpAddress) - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_VlanId(self): - return self.get_query_params().get('VlanId') - - def set_VlanId(self,VlanId): - self.add_query_param('VlanId',VlanId) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_InstanceId(self): - return self.get_query_params().get('InstanceId') - - def set_InstanceId(self,InstanceId): - self.add_query_param('InstanceId',InstanceId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ApplyAutoSnapshotPolicyRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ApplyAutoSnapshotPolicyRequest.py deleted file mode 100644 index 775d6c6bb6..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ApplyAutoSnapshotPolicyRequest.py +++ /dev/null @@ -1,55 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest - -class ApplyAutoSnapshotPolicyRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ApplyAutoSnapshotPolicy','ecs') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_autoSnapshotPolicyId(self): - return self.get_query_params().get('autoSnapshotPolicyId') - - def set_autoSnapshotPolicyId(self,autoSnapshotPolicyId): - self.add_query_param('autoSnapshotPolicyId',autoSnapshotPolicyId) - - def get_diskIds(self): - return self.get_query_params().get('diskIds') - - def set_diskIds(self,diskIds): - self.add_query_param('diskIds',diskIds) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AssignIpv6AddressesRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AssignIpv6AddressesRequest.py deleted file mode 100644 index 100f8c05f8..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AssignIpv6AddressesRequest.py +++ /dev/null @@ -1,69 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest - -class AssignIpv6AddressesRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'AssignIpv6Addresses','ecs') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_Ipv6AddressCount(self): - return self.get_query_params().get('Ipv6AddressCount') - - def set_Ipv6AddressCount(self,Ipv6AddressCount): - self.add_query_param('Ipv6AddressCount',Ipv6AddressCount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_NetworkInterfaceId(self): - return self.get_query_params().get('NetworkInterfaceId') - - def set_NetworkInterfaceId(self,NetworkInterfaceId): - self.add_query_param('NetworkInterfaceId',NetworkInterfaceId) - - def get_Ipv6Addresss(self): - return self.get_query_params().get('Ipv6Addresss') - - def set_Ipv6Addresss(self,Ipv6Addresss): - for i in range(len(Ipv6Addresss)): - if Ipv6Addresss[i] is not None: - self.add_query_param('Ipv6Address.' + str(i + 1) , Ipv6Addresss[i]); \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AssignPrivateIpAddressesRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AssignPrivateIpAddressesRequest.py deleted file mode 100644 index f2d85b401c..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AssignPrivateIpAddressesRequest.py +++ /dev/null @@ -1,69 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest - -class AssignPrivateIpAddressesRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'AssignPrivateIpAddresses','ecs') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_SecondaryPrivateIpAddressCount(self): - return self.get_query_params().get('SecondaryPrivateIpAddressCount') - - def set_SecondaryPrivateIpAddressCount(self,SecondaryPrivateIpAddressCount): - self.add_query_param('SecondaryPrivateIpAddressCount',SecondaryPrivateIpAddressCount) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_PrivateIpAddresss(self): - return self.get_query_params().get('PrivateIpAddresss') - - def set_PrivateIpAddresss(self,PrivateIpAddresss): - for i in range(len(PrivateIpAddresss)): - if PrivateIpAddresss[i] is not None: - self.add_query_param('PrivateIpAddress.' + str(i + 1) , PrivateIpAddresss[i]); - - def get_NetworkInterfaceId(self): - return self.get_query_params().get('NetworkInterfaceId') - - def set_NetworkInterfaceId(self,NetworkInterfaceId): - self.add_query_param('NetworkInterfaceId',NetworkInterfaceId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AssociateEipAddressRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AssociateEipAddressRequest.py deleted file mode 100644 index a63c7c77fb..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AssociateEipAddressRequest.py +++ /dev/null @@ -1,67 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest - -class AssociateEipAddressRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'AssociateEipAddress','ecs') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_AllocationId(self): - return self.get_query_params().get('AllocationId') - - def set_AllocationId(self,AllocationId): - self.add_query_param('AllocationId',AllocationId) - - def get_InstanceType(self): - return self.get_query_params().get('InstanceType') - - def set_InstanceType(self,InstanceType): - self.add_query_param('InstanceType',InstanceType) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_InstanceId(self): - return self.get_query_params().get('InstanceId') - - def set_InstanceId(self,InstanceId): - self.add_query_param('InstanceId',InstanceId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AssociateHaVipRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AssociateHaVipRequest.py deleted file mode 100644 index c2c83fb34e..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AssociateHaVipRequest.py +++ /dev/null @@ -1,67 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest - -class AssociateHaVipRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'AssociateHaVip','ecs') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_ClientToken(self): - return self.get_query_params().get('ClientToken') - - def set_ClientToken(self,ClientToken): - self.add_query_param('ClientToken',ClientToken) - - def get_HaVipId(self): - return self.get_query_params().get('HaVipId') - - def set_HaVipId(self,HaVipId): - self.add_query_param('HaVipId',HaVipId) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_InstanceId(self): - return self.get_query_params().get('InstanceId') - - def set_InstanceId(self,InstanceId): - self.add_query_param('InstanceId',InstanceId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AttachClassicLinkVpcRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AttachClassicLinkVpcRequest.py deleted file mode 100644 index 3546e72c3e..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AttachClassicLinkVpcRequest.py +++ /dev/null @@ -1,55 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest - -class AttachClassicLinkVpcRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'AttachClassicLinkVpc','ecs') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_InstanceId(self): - return self.get_query_params().get('InstanceId') - - def set_InstanceId(self,InstanceId): - self.add_query_param('InstanceId',InstanceId) - - def get_VpcId(self): - return self.get_query_params().get('VpcId') - - def set_VpcId(self,VpcId): - self.add_query_param('VpcId',VpcId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AttachDiskRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AttachDiskRequest.py deleted file mode 100644 index f3fd278956..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AttachDiskRequest.py +++ /dev/null @@ -1,91 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest - -class AttachDiskRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'AttachDisk','ecs') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_KeyPairName(self): - return self.get_query_params().get('KeyPairName') - - def set_KeyPairName(self,KeyPairName): - self.add_query_param('KeyPairName',KeyPairName) - - def get_Bootable(self): - return self.get_query_params().get('Bootable') - - def set_Bootable(self,Bootable): - self.add_query_param('Bootable',Bootable) - - def get_Password(self): - return self.get_query_params().get('Password') - - def set_Password(self,Password): - self.add_query_param('Password',Password) - - def get_DiskId(self): - return self.get_query_params().get('DiskId') - - def set_DiskId(self,DiskId): - self.add_query_param('DiskId',DiskId) - - def get_DeleteWithInstance(self): - return self.get_query_params().get('DeleteWithInstance') - - def set_DeleteWithInstance(self,DeleteWithInstance): - self.add_query_param('DeleteWithInstance',DeleteWithInstance) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_InstanceId(self): - return self.get_query_params().get('InstanceId') - - def set_InstanceId(self,InstanceId): - self.add_query_param('InstanceId',InstanceId) - - def get_Device(self): - return self.get_query_params().get('Device') - - def set_Device(self,Device): - self.add_query_param('Device',Device) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AttachInstanceRamRoleRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AttachInstanceRamRoleRequest.py deleted file mode 100644 index 482dacfea3..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AttachInstanceRamRoleRequest.py +++ /dev/null @@ -1,55 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest - -class AttachInstanceRamRoleRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'AttachInstanceRamRole','ecs') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_RamRoleName(self): - return self.get_query_params().get('RamRoleName') - - def set_RamRoleName(self,RamRoleName): - self.add_query_param('RamRoleName',RamRoleName) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_InstanceIds(self): - return self.get_query_params().get('InstanceIds') - - def set_InstanceIds(self,InstanceIds): - self.add_query_param('InstanceIds',InstanceIds) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AttachKeyPairRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AttachKeyPairRequest.py deleted file mode 100644 index ee0b0c7e2b..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AttachKeyPairRequest.py +++ /dev/null @@ -1,55 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest - -class AttachKeyPairRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'AttachKeyPair','ecs') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_KeyPairName(self): - return self.get_query_params().get('KeyPairName') - - def set_KeyPairName(self,KeyPairName): - self.add_query_param('KeyPairName',KeyPairName) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_InstanceIds(self): - return self.get_query_params().get('InstanceIds') - - def set_InstanceIds(self,InstanceIds): - self.add_query_param('InstanceIds',InstanceIds) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AttachNetworkInterfaceRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AttachNetworkInterfaceRequest.py deleted file mode 100644 index fbfc234e26..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AttachNetworkInterfaceRequest.py +++ /dev/null @@ -1,61 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest - -class AttachNetworkInterfaceRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'AttachNetworkInterface','ecs') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_InstanceId(self): - return self.get_query_params().get('InstanceId') - - def set_InstanceId(self,InstanceId): - self.add_query_param('InstanceId',InstanceId) - - def get_NetworkInterfaceId(self): - return self.get_query_params().get('NetworkInterfaceId') - - def set_NetworkInterfaceId(self,NetworkInterfaceId): - self.add_query_param('NetworkInterfaceId',NetworkInterfaceId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AuthorizeSecurityGroupEgressRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AuthorizeSecurityGroupEgressRequest.py deleted file mode 100644 index d5a202445c..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AuthorizeSecurityGroupEgressRequest.py +++ /dev/null @@ -1,145 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest - -class AuthorizeSecurityGroupEgressRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'AuthorizeSecurityGroupEgress','ecs') - - def get_NicType(self): - return self.get_query_params().get('NicType') - - def set_NicType(self,NicType): - self.add_query_param('NicType',NicType) - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_SourcePortRange(self): - return self.get_query_params().get('SourcePortRange') - - def set_SourcePortRange(self,SourcePortRange): - self.add_query_param('SourcePortRange',SourcePortRange) - - def get_ClientToken(self): - return self.get_query_params().get('ClientToken') - - def set_ClientToken(self,ClientToken): - self.add_query_param('ClientToken',ClientToken) - - def get_SecurityGroupId(self): - return self.get_query_params().get('SecurityGroupId') - - def set_SecurityGroupId(self,SecurityGroupId): - self.add_query_param('SecurityGroupId',SecurityGroupId) - - def get_Description(self): - return self.get_query_params().get('Description') - - def set_Description(self,Description): - self.add_query_param('Description',Description) - - def get_Ipv6DestCidrIp(self): - return self.get_query_params().get('Ipv6DestCidrIp') - - def set_Ipv6DestCidrIp(self,Ipv6DestCidrIp): - self.add_query_param('Ipv6DestCidrIp',Ipv6DestCidrIp) - - def get_Ipv6SourceCidrIp(self): - return self.get_query_params().get('Ipv6SourceCidrIp') - - def set_Ipv6SourceCidrIp(self,Ipv6SourceCidrIp): - self.add_query_param('Ipv6SourceCidrIp',Ipv6SourceCidrIp) - - def get_Policy(self): - return self.get_query_params().get('Policy') - - def set_Policy(self,Policy): - self.add_query_param('Policy',Policy) - - def get_PortRange(self): - return self.get_query_params().get('PortRange') - - def set_PortRange(self,PortRange): - self.add_query_param('PortRange',PortRange) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_IpProtocol(self): - return self.get_query_params().get('IpProtocol') - - def set_IpProtocol(self,IpProtocol): - self.add_query_param('IpProtocol',IpProtocol) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_SourceCidrIp(self): - return self.get_query_params().get('SourceCidrIp') - - def set_SourceCidrIp(self,SourceCidrIp): - self.add_query_param('SourceCidrIp',SourceCidrIp) - - def get_DestGroupId(self): - return self.get_query_params().get('DestGroupId') - - def set_DestGroupId(self,DestGroupId): - self.add_query_param('DestGroupId',DestGroupId) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_DestGroupOwnerAccount(self): - return self.get_query_params().get('DestGroupOwnerAccount') - - def set_DestGroupOwnerAccount(self,DestGroupOwnerAccount): - self.add_query_param('DestGroupOwnerAccount',DestGroupOwnerAccount) - - def get_Priority(self): - return self.get_query_params().get('Priority') - - def set_Priority(self,Priority): - self.add_query_param('Priority',Priority) - - def get_DestCidrIp(self): - return self.get_query_params().get('DestCidrIp') - - def set_DestCidrIp(self,DestCidrIp): - self.add_query_param('DestCidrIp',DestCidrIp) - - def get_DestGroupOwnerId(self): - return self.get_query_params().get('DestGroupOwnerId') - - def set_DestGroupOwnerId(self,DestGroupOwnerId): - self.add_query_param('DestGroupOwnerId',DestGroupOwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AuthorizeSecurityGroupRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AuthorizeSecurityGroupRequest.py deleted file mode 100644 index b55649b426..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AuthorizeSecurityGroupRequest.py +++ /dev/null @@ -1,145 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest - -class AuthorizeSecurityGroupRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'AuthorizeSecurityGroup','ecs') - - def get_NicType(self): - return self.get_query_params().get('NicType') - - def set_NicType(self,NicType): - self.add_query_param('NicType',NicType) - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_SourcePortRange(self): - return self.get_query_params().get('SourcePortRange') - - def set_SourcePortRange(self,SourcePortRange): - self.add_query_param('SourcePortRange',SourcePortRange) - - def get_ClientToken(self): - return self.get_query_params().get('ClientToken') - - def set_ClientToken(self,ClientToken): - self.add_query_param('ClientToken',ClientToken) - - def get_SecurityGroupId(self): - return self.get_query_params().get('SecurityGroupId') - - def set_SecurityGroupId(self,SecurityGroupId): - self.add_query_param('SecurityGroupId',SecurityGroupId) - - def get_Description(self): - return self.get_query_params().get('Description') - - def set_Description(self,Description): - self.add_query_param('Description',Description) - - def get_SourceGroupOwnerId(self): - return self.get_query_params().get('SourceGroupOwnerId') - - def set_SourceGroupOwnerId(self,SourceGroupOwnerId): - self.add_query_param('SourceGroupOwnerId',SourceGroupOwnerId) - - def get_SourceGroupOwnerAccount(self): - return self.get_query_params().get('SourceGroupOwnerAccount') - - def set_SourceGroupOwnerAccount(self,SourceGroupOwnerAccount): - self.add_query_param('SourceGroupOwnerAccount',SourceGroupOwnerAccount) - - def get_Ipv6SourceCidrIp(self): - return self.get_query_params().get('Ipv6SourceCidrIp') - - def set_Ipv6SourceCidrIp(self,Ipv6SourceCidrIp): - self.add_query_param('Ipv6SourceCidrIp',Ipv6SourceCidrIp) - - def get_Ipv6DestCidrIp(self): - return self.get_query_params().get('Ipv6DestCidrIp') - - def set_Ipv6DestCidrIp(self,Ipv6DestCidrIp): - self.add_query_param('Ipv6DestCidrIp',Ipv6DestCidrIp) - - def get_Policy(self): - return self.get_query_params().get('Policy') - - def set_Policy(self,Policy): - self.add_query_param('Policy',Policy) - - def get_PortRange(self): - return self.get_query_params().get('PortRange') - - def set_PortRange(self,PortRange): - self.add_query_param('PortRange',PortRange) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_IpProtocol(self): - return self.get_query_params().get('IpProtocol') - - def set_IpProtocol(self,IpProtocol): - self.add_query_param('IpProtocol',IpProtocol) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_SourceCidrIp(self): - return self.get_query_params().get('SourceCidrIp') - - def set_SourceCidrIp(self,SourceCidrIp): - self.add_query_param('SourceCidrIp',SourceCidrIp) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_Priority(self): - return self.get_query_params().get('Priority') - - def set_Priority(self,Priority): - self.add_query_param('Priority',Priority) - - def get_DestCidrIp(self): - return self.get_query_params().get('DestCidrIp') - - def set_DestCidrIp(self,DestCidrIp): - self.add_query_param('DestCidrIp',DestCidrIp) - - def get_SourceGroupId(self): - return self.get_query_params().get('SourceGroupId') - - def set_SourceGroupId(self,SourceGroupId): - self.add_query_param('SourceGroupId',SourceGroupId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CancelAutoSnapshotPolicyRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CancelAutoSnapshotPolicyRequest.py deleted file mode 100644 index 45ed7ec859..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CancelAutoSnapshotPolicyRequest.py +++ /dev/null @@ -1,49 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest - -class CancelAutoSnapshotPolicyRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CancelAutoSnapshotPolicy','ecs') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_diskIds(self): - return self.get_query_params().get('diskIds') - - def set_diskIds(self,diskIds): - self.add_query_param('diskIds',diskIds) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CancelCopyImageRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CancelCopyImageRequest.py deleted file mode 100644 index 0a331bed91..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CancelCopyImageRequest.py +++ /dev/null @@ -1,55 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest - -class CancelCopyImageRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CancelCopyImage','ecs') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_ImageId(self): - return self.get_query_params().get('ImageId') - - def set_ImageId(self,ImageId): - self.add_query_param('ImageId',ImageId) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CancelPhysicalConnectionRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CancelPhysicalConnectionRequest.py deleted file mode 100644 index b4d6fced94..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CancelPhysicalConnectionRequest.py +++ /dev/null @@ -1,67 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest - -class CancelPhysicalConnectionRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CancelPhysicalConnection','ecs') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_ClientToken(self): - return self.get_query_params().get('ClientToken') - - def set_ClientToken(self,ClientToken): - self.add_query_param('ClientToken',ClientToken) - - def get_UserCidr(self): - return self.get_query_params().get('UserCidr') - - def set_UserCidr(self,UserCidr): - self.add_query_param('UserCidr',UserCidr) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_PhysicalConnectionId(self): - return self.get_query_params().get('PhysicalConnectionId') - - def set_PhysicalConnectionId(self,PhysicalConnectionId): - self.add_query_param('PhysicalConnectionId',PhysicalConnectionId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CancelSimulatedSystemEventsRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CancelSimulatedSystemEventsRequest.py deleted file mode 100644 index fde77bfe24..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CancelSimulatedSystemEventsRequest.py +++ /dev/null @@ -1,57 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest - -class CancelSimulatedSystemEventsRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CancelSimulatedSystemEvents','ecs') - - def get_EventIds(self): - return self.get_query_params().get('EventIds') - - def set_EventIds(self,EventIds): - for i in range(len(EventIds)): - if EventIds[i] is not None: - self.add_query_param('EventId.' + str(i + 1) , EventIds[i]); - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CancelTaskRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CancelTaskRequest.py deleted file mode 100644 index ea309680c1..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CancelTaskRequest.py +++ /dev/null @@ -1,49 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest - -class CancelTaskRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CancelTask','ecs') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_TaskId(self): - return self.get_query_params().get('TaskId') - - def set_TaskId(self,TaskId): - self.add_query_param('TaskId',TaskId) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ConnectRouterInterfaceRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ConnectRouterInterfaceRequest.py deleted file mode 100644 index b8573e9fbf..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ConnectRouterInterfaceRequest.py +++ /dev/null @@ -1,49 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest - -class ConnectRouterInterfaceRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ConnectRouterInterface','ecs') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_RouterInterfaceId(self): - return self.get_query_params().get('RouterInterfaceId') - - def set_RouterInterfaceId(self,RouterInterfaceId): - self.add_query_param('RouterInterfaceId',RouterInterfaceId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ConvertNatPublicIpToEipRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ConvertNatPublicIpToEipRequest.py deleted file mode 100644 index de494ab4d6..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ConvertNatPublicIpToEipRequest.py +++ /dev/null @@ -1,49 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest - -class ConvertNatPublicIpToEipRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ConvertNatPublicIpToEip','ecs') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_InstanceId(self): - return self.get_query_params().get('InstanceId') - - def set_InstanceId(self,InstanceId): - self.add_query_param('InstanceId',InstanceId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CopyImageRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CopyImageRequest.py deleted file mode 100644 index 9c177235d4..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CopyImageRequest.py +++ /dev/null @@ -1,96 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest - -class CopyImageRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CopyImage','ecs') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_ImageId(self): - return self.get_query_params().get('ImageId') - - def set_ImageId(self,ImageId): - self.add_query_param('ImageId',ImageId) - - def get_DestinationRegionId(self): - return self.get_query_params().get('DestinationRegionId') - - def set_DestinationRegionId(self,DestinationRegionId): - self.add_query_param('DestinationRegionId',DestinationRegionId) - - def get_Tags(self): - return self.get_query_params().get('Tags') - - def set_Tags(self,Tags): - for i in range(len(Tags)): - if Tags[i].get('Value') is not None: - self.add_query_param('Tag.' + str(i + 1) + '.Value' , Tags[i].get('Value')) - if Tags[i].get('Key') is not None: - self.add_query_param('Tag.' + str(i + 1) + '.Key' , Tags[i].get('Key')) - - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_DestinationImageName(self): - return self.get_query_params().get('DestinationImageName') - - def set_DestinationImageName(self,DestinationImageName): - self.add_query_param('DestinationImageName',DestinationImageName) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_Encrypted(self): - return self.get_query_params().get('Encrypted') - - def set_Encrypted(self,Encrypted): - self.add_query_param('Encrypted',Encrypted) - - def get_KMSKeyId(self): - return self.get_query_params().get('KMSKeyId') - - def set_KMSKeyId(self,KMSKeyId): - self.add_query_param('KMSKeyId',KMSKeyId) - - def get_DestinationDescription(self): - return self.get_query_params().get('DestinationDescription') - - def set_DestinationDescription(self,DestinationDescription): - self.add_query_param('DestinationDescription',DestinationDescription) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateAutoProvisioningGroupRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateAutoProvisioningGroupRequest.py deleted file mode 100644 index 3d1f25802a..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateAutoProvisioningGroupRequest.py +++ /dev/null @@ -1,186 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest - -class CreateAutoProvisioningGroupRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateAutoProvisioningGroup','ecs') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_AutoProvisioningGroupType(self): - return self.get_query_params().get('AutoProvisioningGroupType') - - def set_AutoProvisioningGroupType(self,AutoProvisioningGroupType): - self.add_query_param('AutoProvisioningGroupType',AutoProvisioningGroupType) - - def get_Description(self): - return self.get_query_params().get('Description') - - def set_Description(self,Description): - self.add_query_param('Description',Description) - - def get_TerminateInstancesWithExpiration(self): - return self.get_query_params().get('TerminateInstancesWithExpiration') - - def set_TerminateInstancesWithExpiration(self,TerminateInstancesWithExpiration): - self.add_query_param('TerminateInstancesWithExpiration',TerminateInstancesWithExpiration) - - def get_ResourceGroupId(self): - return self.get_query_params().get('ResourceGroupId') - - def set_ResourceGroupId(self,ResourceGroupId): - self.add_query_param('ResourceGroupId',ResourceGroupId) - - def get_SpotAllocationStrategy(self): - return self.get_query_params().get('SpotAllocationStrategy') - - def set_SpotAllocationStrategy(self,SpotAllocationStrategy): - self.add_query_param('SpotAllocationStrategy',SpotAllocationStrategy) - - def get_TerminateInstances(self): - return self.get_query_params().get('TerminateInstances') - - def set_TerminateInstances(self,TerminateInstances): - self.add_query_param('TerminateInstances',TerminateInstances) - - def get_PayAsYouGoAllocationStrategy(self): - return self.get_query_params().get('PayAsYouGoAllocationStrategy') - - def set_PayAsYouGoAllocationStrategy(self,PayAsYouGoAllocationStrategy): - self.add_query_param('PayAsYouGoAllocationStrategy',PayAsYouGoAllocationStrategy) - - def get_DefaultTargetCapacityType(self): - return self.get_query_params().get('DefaultTargetCapacityType') - - def set_DefaultTargetCapacityType(self,DefaultTargetCapacityType): - self.add_query_param('DefaultTargetCapacityType',DefaultTargetCapacityType) - - def get_ExcessCapacityTerminationPolicy(self): - return self.get_query_params().get('ExcessCapacityTerminationPolicy') - - def set_ExcessCapacityTerminationPolicy(self,ExcessCapacityTerminationPolicy): - self.add_query_param('ExcessCapacityTerminationPolicy',ExcessCapacityTerminationPolicy) - - def get_LaunchTemplateConfigs(self): - return self.get_query_params().get('LaunchTemplateConfigs') - - def set_LaunchTemplateConfigs(self,LaunchTemplateConfigs): - for i in range(len(LaunchTemplateConfigs)): - if LaunchTemplateConfigs[i].get('InstanceType') is not None: - self.add_query_param('LaunchTemplateConfig.' + str(i + 1) + '.InstanceType' , LaunchTemplateConfigs[i].get('InstanceType')) - if LaunchTemplateConfigs[i].get('MaxPrice') is not None: - self.add_query_param('LaunchTemplateConfig.' + str(i + 1) + '.MaxPrice' , LaunchTemplateConfigs[i].get('MaxPrice')) - if LaunchTemplateConfigs[i].get('VSwitchId') is not None: - self.add_query_param('LaunchTemplateConfig.' + str(i + 1) + '.VSwitchId' , LaunchTemplateConfigs[i].get('VSwitchId')) - if LaunchTemplateConfigs[i].get('WeightedCapacity') is not None: - self.add_query_param('LaunchTemplateConfig.' + str(i + 1) + '.WeightedCapacity' , LaunchTemplateConfigs[i].get('WeightedCapacity')) - if LaunchTemplateConfigs[i].get('Priority') is not None: - self.add_query_param('LaunchTemplateConfig.' + str(i + 1) + '.Priority' , LaunchTemplateConfigs[i].get('Priority')) - - - def get_ValidUntil(self): - return self.get_query_params().get('ValidUntil') - - def set_ValidUntil(self,ValidUntil): - self.add_query_param('ValidUntil',ValidUntil) - - def get_SpotInstanceInterruptionBehavior(self): - return self.get_query_params().get('SpotInstanceInterruptionBehavior') - - def set_SpotInstanceInterruptionBehavior(self,SpotInstanceInterruptionBehavior): - self.add_query_param('SpotInstanceInterruptionBehavior',SpotInstanceInterruptionBehavior) - - def get_LaunchTemplateId(self): - return self.get_query_params().get('LaunchTemplateId') - - def set_LaunchTemplateId(self,LaunchTemplateId): - self.add_query_param('LaunchTemplateId',LaunchTemplateId) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_SpotInstancePoolsToUseCount(self): - return self.get_query_params().get('SpotInstancePoolsToUseCount') - - def set_SpotInstancePoolsToUseCount(self,SpotInstancePoolsToUseCount): - self.add_query_param('SpotInstancePoolsToUseCount',SpotInstancePoolsToUseCount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_LaunchTemplateVersion(self): - return self.get_query_params().get('LaunchTemplateVersion') - - def set_LaunchTemplateVersion(self,LaunchTemplateVersion): - self.add_query_param('LaunchTemplateVersion',LaunchTemplateVersion) - - def get_PayAsYouGoTargetCapacity(self): - return self.get_query_params().get('PayAsYouGoTargetCapacity') - - def set_PayAsYouGoTargetCapacity(self,PayAsYouGoTargetCapacity): - self.add_query_param('PayAsYouGoTargetCapacity',PayAsYouGoTargetCapacity) - - def get_TotalTargetCapacity(self): - return self.get_query_params().get('TotalTargetCapacity') - - def set_TotalTargetCapacity(self,TotalTargetCapacity): - self.add_query_param('TotalTargetCapacity',TotalTargetCapacity) - - def get_SpotTargetCapacity(self): - return self.get_query_params().get('SpotTargetCapacity') - - def set_SpotTargetCapacity(self,SpotTargetCapacity): - self.add_query_param('SpotTargetCapacity',SpotTargetCapacity) - - def get_ValidFrom(self): - return self.get_query_params().get('ValidFrom') - - def set_ValidFrom(self,ValidFrom): - self.add_query_param('ValidFrom',ValidFrom) - - def get_AutoProvisioningGroupName(self): - return self.get_query_params().get('AutoProvisioningGroupName') - - def set_AutoProvisioningGroupName(self,AutoProvisioningGroupName): - self.add_query_param('AutoProvisioningGroupName',AutoProvisioningGroupName) - - def get_MaxSpotPrice(self): - return self.get_query_params().get('MaxSpotPrice') - - def set_MaxSpotPrice(self,MaxSpotPrice): - self.add_query_param('MaxSpotPrice',MaxSpotPrice) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateAutoSnapshotPolicyRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateAutoSnapshotPolicyRequest.py deleted file mode 100644 index 3a23a963b4..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateAutoSnapshotPolicyRequest.py +++ /dev/null @@ -1,67 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest - -class CreateAutoSnapshotPolicyRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateAutoSnapshotPolicy','ecs') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_timePoints(self): - return self.get_query_params().get('timePoints') - - def set_timePoints(self,timePoints): - self.add_query_param('timePoints',timePoints) - - def get_repeatWeekdays(self): - return self.get_query_params().get('repeatWeekdays') - - def set_repeatWeekdays(self,repeatWeekdays): - self.add_query_param('repeatWeekdays',repeatWeekdays) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_autoSnapshotPolicyName(self): - return self.get_query_params().get('autoSnapshotPolicyName') - - def set_autoSnapshotPolicyName(self,autoSnapshotPolicyName): - self.add_query_param('autoSnapshotPolicyName',autoSnapshotPolicyName) - - def get_retentionDays(self): - return self.get_query_params().get('retentionDays') - - def set_retentionDays(self,retentionDays): - self.add_query_param('retentionDays',retentionDays) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateCommandRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateCommandRequest.py deleted file mode 100644 index 087db50103..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateCommandRequest.py +++ /dev/null @@ -1,91 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest - -class CreateCommandRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateCommand','ecs') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_WorkingDir(self): - return self.get_query_params().get('WorkingDir') - - def set_WorkingDir(self,WorkingDir): - self.add_query_param('WorkingDir',WorkingDir) - - def get_Description(self): - return self.get_query_params().get('Description') - - def set_Description(self,Description): - self.add_query_param('Description',Description) - - def get_Type(self): - return self.get_query_params().get('Type') - - def set_Type(self,Type): - self.add_query_param('Type',Type) - - def get_CommandContent(self): - return self.get_query_params().get('CommandContent') - - def set_CommandContent(self,CommandContent): - self.add_query_param('CommandContent',CommandContent) - - def get_Timeout(self): - return self.get_query_params().get('Timeout') - - def set_Timeout(self,Timeout): - self.add_query_param('Timeout',Timeout) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_Name(self): - return self.get_query_params().get('Name') - - def set_Name(self,Name): - self.add_query_param('Name',Name) - - def get_EnableParameter(self): - return self.get_query_params().get('EnableParameter') - - def set_EnableParameter(self,EnableParameter): - self.add_query_param('EnableParameter',EnableParameter) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateDemandRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateDemandRequest.py deleted file mode 100644 index dfa3220d4d..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateDemandRequest.py +++ /dev/null @@ -1,115 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest - -class CreateDemandRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateDemand','ecs') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_ClientToken(self): - return self.get_query_params().get('ClientToken') - - def set_ClientToken(self,ClientToken): - self.add_query_param('ClientToken',ClientToken) - - def get_StartTime(self): - return self.get_query_params().get('StartTime') - - def set_StartTime(self,StartTime): - self.add_query_param('StartTime',StartTime) - - def get_DemandDescription(self): - return self.get_query_params().get('DemandDescription') - - def set_DemandDescription(self,DemandDescription): - self.add_query_param('DemandDescription',DemandDescription) - - def get_InstanceType(self): - return self.get_query_params().get('InstanceType') - - def set_InstanceType(self,InstanceType): - self.add_query_param('InstanceType',InstanceType) - - def get_InstanceChargeType(self): - return self.get_query_params().get('InstanceChargeType') - - def set_InstanceChargeType(self,InstanceChargeType): - self.add_query_param('InstanceChargeType',InstanceChargeType) - - def get_DemandName(self): - return self.get_query_params().get('DemandName') - - def set_DemandName(self,DemandName): - self.add_query_param('DemandName',DemandName) - - def get_Amount(self): - return self.get_query_params().get('Amount') - - def set_Amount(self,Amount): - self.add_query_param('Amount',Amount) - - def get_Period(self): - return self.get_query_params().get('Period') - - def set_Period(self,Period): - self.add_query_param('Period',Period) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_EndTime(self): - return self.get_query_params().get('EndTime') - - def set_EndTime(self,EndTime): - self.add_query_param('EndTime',EndTime) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_PeriodUnit(self): - return self.get_query_params().get('PeriodUnit') - - def set_PeriodUnit(self,PeriodUnit): - self.add_query_param('PeriodUnit',PeriodUnit) - - def get_ZoneId(self): - return self.get_query_params().get('ZoneId') - - def set_ZoneId(self,ZoneId): - self.add_query_param('ZoneId',ZoneId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateDeploymentSetRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateDeploymentSetRequest.py deleted file mode 100644 index 9703eb4e74..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateDeploymentSetRequest.py +++ /dev/null @@ -1,91 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest - -class CreateDeploymentSetRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateDeploymentSet','ecs') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_ClientToken(self): - return self.get_query_params().get('ClientToken') - - def set_ClientToken(self,ClientToken): - self.add_query_param('ClientToken',ClientToken) - - def get_Description(self): - return self.get_query_params().get('Description') - - def set_Description(self,Description): - self.add_query_param('Description',Description) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_DeploymentSetName(self): - return self.get_query_params().get('DeploymentSetName') - - def set_DeploymentSetName(self,DeploymentSetName): - self.add_query_param('DeploymentSetName',DeploymentSetName) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_OnUnableToRedeployFailedInstance(self): - return self.get_query_params().get('OnUnableToRedeployFailedInstance') - - def set_OnUnableToRedeployFailedInstance(self,OnUnableToRedeployFailedInstance): - self.add_query_param('OnUnableToRedeployFailedInstance',OnUnableToRedeployFailedInstance) - - def get_Granularity(self): - return self.get_query_params().get('Granularity') - - def set_Granularity(self,Granularity): - self.add_query_param('Granularity',Granularity) - - def get_Domain(self): - return self.get_query_params().get('Domain') - - def set_Domain(self,Domain): - self.add_query_param('Domain',Domain) - - def get_Strategy(self): - return self.get_query_params().get('Strategy') - - def set_Strategy(self,Strategy): - self.add_query_param('Strategy',Strategy) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateDiskRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateDiskRequest.py deleted file mode 100644 index 675fcfdf6c..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateDiskRequest.py +++ /dev/null @@ -1,163 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest - -class CreateDiskRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateDisk','ecs') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_SnapshotId(self): - return self.get_query_params().get('SnapshotId') - - def set_SnapshotId(self,SnapshotId): - self.add_query_param('SnapshotId',SnapshotId) - - def get_ClientToken(self): - return self.get_query_params().get('ClientToken') - - def set_ClientToken(self,ClientToken): - self.add_query_param('ClientToken',ClientToken) - - def get_Description(self): - return self.get_query_params().get('Description') - - def set_Description(self,Description): - self.add_query_param('Description',Description) - - def get_DiskName(self): - return self.get_query_params().get('DiskName') - - def set_DiskName(self,DiskName): - self.add_query_param('DiskName',DiskName) - - def get_ResourceGroupId(self): - return self.get_query_params().get('ResourceGroupId') - - def set_ResourceGroupId(self,ResourceGroupId): - self.add_query_param('ResourceGroupId',ResourceGroupId) - - def get_DiskCategory(self): - return self.get_query_params().get('DiskCategory') - - def set_DiskCategory(self,DiskCategory): - self.add_query_param('DiskCategory',DiskCategory) - - def get_StorageSetPartitionNumber(self): - return self.get_query_params().get('StorageSetPartitionNumber') - - def set_StorageSetPartitionNumber(self,StorageSetPartitionNumber): - self.add_query_param('StorageSetPartitionNumber',StorageSetPartitionNumber) - - def get_Tags(self): - return self.get_query_params().get('Tags') - - def set_Tags(self,Tags): - for i in range(len(Tags)): - if Tags[i].get('Value') is not None: - self.add_query_param('Tag.' + str(i + 1) + '.Value' , Tags[i].get('Value')) - if Tags[i].get('Key') is not None: - self.add_query_param('Tag.' + str(i + 1) + '.Key' , Tags[i].get('Key')) - - - def get_Arns(self): - return self.get_query_params().get('Arns') - - def set_Arns(self,Arns): - for i in range(len(Arns)): - if Arns[i].get('Rolearn') is not None: - self.add_query_param('Arn.' + str(i + 1) + '.Rolearn' , Arns[i].get('Rolearn')) - if Arns[i].get('RoleType') is not None: - self.add_query_param('Arn.' + str(i + 1) + '.RoleType' , Arns[i].get('RoleType')) - if Arns[i].get('AssumeRoleFor') is not None: - self.add_query_param('Arn.' + str(i + 1) + '.AssumeRoleFor' , Arns[i].get('AssumeRoleFor')) - - - def get_AdvancedFeatures(self): - return self.get_query_params().get('AdvancedFeatures') - - def set_AdvancedFeatures(self,AdvancedFeatures): - self.add_query_param('AdvancedFeatures',AdvancedFeatures) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_PerformanceLevel(self): - return self.get_query_params().get('PerformanceLevel') - - def set_PerformanceLevel(self,PerformanceLevel): - self.add_query_param('PerformanceLevel',PerformanceLevel) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_InstanceId(self): - return self.get_query_params().get('InstanceId') - - def set_InstanceId(self,InstanceId): - self.add_query_param('InstanceId',InstanceId) - - def get_StorageSetId(self): - return self.get_query_params().get('StorageSetId') - - def set_StorageSetId(self,StorageSetId): - self.add_query_param('StorageSetId',StorageSetId) - - def get_Size(self): - return self.get_query_params().get('Size') - - def set_Size(self,Size): - self.add_query_param('Size',Size) - - def get_Encrypted(self): - return self.get_query_params().get('Encrypted') - - def set_Encrypted(self,Encrypted): - self.add_query_param('Encrypted',Encrypted) - - def get_ZoneId(self): - return self.get_query_params().get('ZoneId') - - def set_ZoneId(self,ZoneId): - self.add_query_param('ZoneId',ZoneId) - - def get_KMSKeyId(self): - return self.get_query_params().get('KMSKeyId') - - def set_KMSKeyId(self,KMSKeyId): - self.add_query_param('KMSKeyId',KMSKeyId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateForwardEntryRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateForwardEntryRequest.py deleted file mode 100644 index d99d6599bd..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateForwardEntryRequest.py +++ /dev/null @@ -1,85 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest - -class CreateForwardEntryRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateForwardEntry','ecs') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_ForwardTableId(self): - return self.get_query_params().get('ForwardTableId') - - def set_ForwardTableId(self,ForwardTableId): - self.add_query_param('ForwardTableId',ForwardTableId) - - def get_InternalIp(self): - return self.get_query_params().get('InternalIp') - - def set_InternalIp(self,InternalIp): - self.add_query_param('InternalIp',InternalIp) - - def get_ExternalIp(self): - return self.get_query_params().get('ExternalIp') - - def set_ExternalIp(self,ExternalIp): - self.add_query_param('ExternalIp',ExternalIp) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_IpProtocol(self): - return self.get_query_params().get('IpProtocol') - - def set_IpProtocol(self,IpProtocol): - self.add_query_param('IpProtocol',IpProtocol) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_InternalPort(self): - return self.get_query_params().get('InternalPort') - - def set_InternalPort(self,InternalPort): - self.add_query_param('InternalPort',InternalPort) - - def get_ExternalPort(self): - return self.get_query_params().get('ExternalPort') - - def set_ExternalPort(self,ExternalPort): - self.add_query_param('ExternalPort',ExternalPort) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateHaVipRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateHaVipRequest.py deleted file mode 100644 index f284ede787..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateHaVipRequest.py +++ /dev/null @@ -1,73 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest - -class CreateHaVipRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateHaVip','ecs') - - def get_IpAddress(self): - return self.get_query_params().get('IpAddress') - - def set_IpAddress(self,IpAddress): - self.add_query_param('IpAddress',IpAddress) - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_ClientToken(self): - return self.get_query_params().get('ClientToken') - - def set_ClientToken(self,ClientToken): - self.add_query_param('ClientToken',ClientToken) - - def get_Description(self): - return self.get_query_params().get('Description') - - def set_Description(self,Description): - self.add_query_param('Description',Description) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_VSwitchId(self): - return self.get_query_params().get('VSwitchId') - - def set_VSwitchId(self,VSwitchId): - self.add_query_param('VSwitchId',VSwitchId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateHpcClusterRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateHpcClusterRequest.py deleted file mode 100644 index 613aa8c54b..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateHpcClusterRequest.py +++ /dev/null @@ -1,67 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest - -class CreateHpcClusterRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateHpcCluster','ecs') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_ClientToken(self): - return self.get_query_params().get('ClientToken') - - def set_ClientToken(self,ClientToken): - self.add_query_param('ClientToken',ClientToken) - - def get_Description(self): - return self.get_query_params().get('Description') - - def set_Description(self,Description): - self.add_query_param('Description',Description) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_Name(self): - return self.get_query_params().get('Name') - - def set_Name(self,Name): - self.add_query_param('Name',Name) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateImageRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateImageRequest.py deleted file mode 100644 index 10a5177570..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateImageRequest.py +++ /dev/null @@ -1,129 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest - -class CreateImageRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateImage','ecs') - - def get_DiskDeviceMappings(self): - return self.get_query_params().get('DiskDeviceMappings') - - def set_DiskDeviceMappings(self,DiskDeviceMappings): - for i in range(len(DiskDeviceMappings)): - if DiskDeviceMappings[i].get('SnapshotId') is not None: - self.add_query_param('DiskDeviceMapping.' + str(i + 1) + '.SnapshotId' , DiskDeviceMappings[i].get('SnapshotId')) - if DiskDeviceMappings[i].get('Size') is not None: - self.add_query_param('DiskDeviceMapping.' + str(i + 1) + '.Size' , DiskDeviceMappings[i].get('Size')) - if DiskDeviceMappings[i].get('DiskType') is not None: - self.add_query_param('DiskDeviceMapping.' + str(i + 1) + '.DiskType' , DiskDeviceMappings[i].get('DiskType')) - if DiskDeviceMappings[i].get('Device') is not None: - self.add_query_param('DiskDeviceMapping.' + str(i + 1) + '.Device' , DiskDeviceMappings[i].get('Device')) - - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_SnapshotId(self): - return self.get_query_params().get('SnapshotId') - - def set_SnapshotId(self,SnapshotId): - self.add_query_param('SnapshotId',SnapshotId) - - def get_ClientToken(self): - return self.get_query_params().get('ClientToken') - - def set_ClientToken(self,ClientToken): - self.add_query_param('ClientToken',ClientToken) - - def get_Description(self): - return self.get_query_params().get('Description') - - def set_Description(self,Description): - self.add_query_param('Description',Description) - - def get_Platform(self): - return self.get_query_params().get('Platform') - - def set_Platform(self,Platform): - self.add_query_param('Platform',Platform) - - def get_ResourceGroupId(self): - return self.get_query_params().get('ResourceGroupId') - - def set_ResourceGroupId(self,ResourceGroupId): - self.add_query_param('ResourceGroupId',ResourceGroupId) - - def get_ImageName(self): - return self.get_query_params().get('ImageName') - - def set_ImageName(self,ImageName): - self.add_query_param('ImageName',ImageName) - - def get_Tags(self): - return self.get_query_params().get('Tags') - - def set_Tags(self,Tags): - for i in range(len(Tags)): - if Tags[i].get('Value') is not None: - self.add_query_param('Tag.' + str(i + 1) + '.Value' , Tags[i].get('Value')) - if Tags[i].get('Key') is not None: - self.add_query_param('Tag.' + str(i + 1) + '.Key' , Tags[i].get('Key')) - - - def get_Architecture(self): - return self.get_query_params().get('Architecture') - - def set_Architecture(self,Architecture): - self.add_query_param('Architecture',Architecture) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_InstanceId(self): - return self.get_query_params().get('InstanceId') - - def set_InstanceId(self,InstanceId): - self.add_query_param('InstanceId',InstanceId) - - def get_ImageVersion(self): - return self.get_query_params().get('ImageVersion') - - def set_ImageVersion(self,ImageVersion): - self.add_query_param('ImageVersion',ImageVersion) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateInstanceRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateInstanceRequest.py deleted file mode 100644 index cbd71d0f80..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateInstanceRequest.py +++ /dev/null @@ -1,400 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest - -class CreateInstanceRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateInstance','ecs') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_HpcClusterId(self): - return self.get_query_params().get('HpcClusterId') - - def set_HpcClusterId(self,HpcClusterId): - self.add_query_param('HpcClusterId',HpcClusterId) - - def get_SecurityEnhancementStrategy(self): - return self.get_query_params().get('SecurityEnhancementStrategy') - - def set_SecurityEnhancementStrategy(self,SecurityEnhancementStrategy): - self.add_query_param('SecurityEnhancementStrategy',SecurityEnhancementStrategy) - - def get_KeyPairName(self): - return self.get_query_params().get('KeyPairName') - - def set_KeyPairName(self,KeyPairName): - self.add_query_param('KeyPairName',KeyPairName) - - def get_SpotPriceLimit(self): - return self.get_query_params().get('SpotPriceLimit') - - def set_SpotPriceLimit(self,SpotPriceLimit): - self.add_query_param('SpotPriceLimit',SpotPriceLimit) - - def get_DeletionProtection(self): - return self.get_query_params().get('DeletionProtection') - - def set_DeletionProtection(self,DeletionProtection): - self.add_query_param('DeletionProtection',DeletionProtection) - - def get_ResourceGroupId(self): - return self.get_query_params().get('ResourceGroupId') - - def set_ResourceGroupId(self,ResourceGroupId): - self.add_query_param('ResourceGroupId',ResourceGroupId) - - def get_HostName(self): - return self.get_query_params().get('HostName') - - def set_HostName(self,HostName): - self.add_query_param('HostName',HostName) - - def get_Password(self): - return self.get_query_params().get('Password') - - def set_Password(self,Password): - self.add_query_param('Password',Password) - - def get_StorageSetPartitionNumber(self): - return self.get_query_params().get('StorageSetPartitionNumber') - - def set_StorageSetPartitionNumber(self,StorageSetPartitionNumber): - self.add_query_param('StorageSetPartitionNumber',StorageSetPartitionNumber) - - def get_Tags(self): - return self.get_query_params().get('Tags') - - def set_Tags(self,Tags): - for i in range(len(Tags)): - if Tags[i].get('Value') is not None: - self.add_query_param('Tag.' + str(i + 1) + '.Value' , Tags[i].get('Value')) - if Tags[i].get('Key') is not None: - self.add_query_param('Tag.' + str(i + 1) + '.Key' , Tags[i].get('Key')) - - - def get_AutoRenewPeriod(self): - return self.get_query_params().get('AutoRenewPeriod') - - def set_AutoRenewPeriod(self,AutoRenewPeriod): - self.add_query_param('AutoRenewPeriod',AutoRenewPeriod) - - def get_NodeControllerId(self): - return self.get_query_params().get('NodeControllerId') - - def set_NodeControllerId(self,NodeControllerId): - self.add_query_param('NodeControllerId',NodeControllerId) - - def get_Period(self): - return self.get_query_params().get('Period') - - def set_Period(self,Period): - self.add_query_param('Period',Period) - - def get_DryRun(self): - return self.get_query_params().get('DryRun') - - def set_DryRun(self,DryRun): - self.add_query_param('DryRun',DryRun) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_VSwitchId(self): - return self.get_query_params().get('VSwitchId') - - def set_VSwitchId(self,VSwitchId): - self.add_query_param('VSwitchId',VSwitchId) - - def get_PrivateIpAddress(self): - return self.get_query_params().get('PrivateIpAddress') - - def set_PrivateIpAddress(self,PrivateIpAddress): - self.add_query_param('PrivateIpAddress',PrivateIpAddress) - - def get_SpotStrategy(self): - return self.get_query_params().get('SpotStrategy') - - def set_SpotStrategy(self,SpotStrategy): - self.add_query_param('SpotStrategy',SpotStrategy) - - def get_PeriodUnit(self): - return self.get_query_params().get('PeriodUnit') - - def set_PeriodUnit(self,PeriodUnit): - self.add_query_param('PeriodUnit',PeriodUnit) - - def get_InstanceName(self): - return self.get_query_params().get('InstanceName') - - def set_InstanceName(self,InstanceName): - self.add_query_param('InstanceName',InstanceName) - - def get_AutoRenew(self): - return self.get_query_params().get('AutoRenew') - - def set_AutoRenew(self,AutoRenew): - self.add_query_param('AutoRenew',AutoRenew) - - def get_InternetChargeType(self): - return self.get_query_params().get('InternetChargeType') - - def set_InternetChargeType(self,InternetChargeType): - self.add_query_param('InternetChargeType',InternetChargeType) - - def get_ZoneId(self): - return self.get_query_params().get('ZoneId') - - def set_ZoneId(self,ZoneId): - self.add_query_param('ZoneId',ZoneId) - - def get_InternetMaxBandwidthIn(self): - return self.get_query_params().get('InternetMaxBandwidthIn') - - def set_InternetMaxBandwidthIn(self,InternetMaxBandwidthIn): - self.add_query_param('InternetMaxBandwidthIn',InternetMaxBandwidthIn) - - def get_UseAdditionalService(self): - return self.get_query_params().get('UseAdditionalService') - - def set_UseAdditionalService(self,UseAdditionalService): - self.add_query_param('UseAdditionalService',UseAdditionalService) - - def get_Affinity(self): - return self.get_query_params().get('Affinity') - - def set_Affinity(self,Affinity): - self.add_query_param('Affinity',Affinity) - - def get_ImageId(self): - return self.get_query_params().get('ImageId') - - def set_ImageId(self,ImageId): - self.add_query_param('ImageId',ImageId) - - def get_ClientToken(self): - return self.get_query_params().get('ClientToken') - - def set_ClientToken(self,ClientToken): - self.add_query_param('ClientToken',ClientToken) - - def get_VlanId(self): - return self.get_query_params().get('VlanId') - - def set_VlanId(self,VlanId): - self.add_query_param('VlanId',VlanId) - - def get_SpotInterruptionBehavior(self): - return self.get_query_params().get('SpotInterruptionBehavior') - - def set_SpotInterruptionBehavior(self,SpotInterruptionBehavior): - self.add_query_param('SpotInterruptionBehavior',SpotInterruptionBehavior) - - def get_IoOptimized(self): - return self.get_query_params().get('IoOptimized') - - def set_IoOptimized(self,IoOptimized): - self.add_query_param('IoOptimized',IoOptimized) - - def get_SecurityGroupId(self): - return self.get_query_params().get('SecurityGroupId') - - def set_SecurityGroupId(self,SecurityGroupId): - self.add_query_param('SecurityGroupId',SecurityGroupId) - - def get_InternetMaxBandwidthOut(self): - return self.get_query_params().get('InternetMaxBandwidthOut') - - def set_InternetMaxBandwidthOut(self,InternetMaxBandwidthOut): - self.add_query_param('InternetMaxBandwidthOut',InternetMaxBandwidthOut) - - def get_Description(self): - return self.get_query_params().get('Description') - - def set_Description(self,Description): - self.add_query_param('Description',Description) - - def get_SystemDiskCategory(self): - return self.get_query_params().get('SystemDisk.Category') - - def set_SystemDiskCategory(self,SystemDiskCategory): - self.add_query_param('SystemDisk.Category',SystemDiskCategory) - - def get_SystemDiskPerformanceLevel(self): - return self.get_query_params().get('SystemDisk.PerformanceLevel') - - def set_SystemDiskPerformanceLevel(self,SystemDiskPerformanceLevel): - self.add_query_param('SystemDisk.PerformanceLevel',SystemDiskPerformanceLevel) - - def get_UserData(self): - return self.get_query_params().get('UserData') - - def set_UserData(self,UserData): - self.add_query_param('UserData',UserData) - - def get_PasswordInherit(self): - return self.get_query_params().get('PasswordInherit') - - def set_PasswordInherit(self,PasswordInherit): - self.add_query_param('PasswordInherit',PasswordInherit) - - def get_InstanceType(self): - return self.get_query_params().get('InstanceType') - - def set_InstanceType(self,InstanceType): - self.add_query_param('InstanceType',InstanceType) - - def get_Arns(self): - return self.get_query_params().get('Arns') - - def set_Arns(self,Arns): - for i in range(len(Arns)): - if Arns[i].get('Rolearn') is not None: - self.add_query_param('Arn.' + str(i + 1) + '.Rolearn' , Arns[i].get('Rolearn')) - if Arns[i].get('RoleType') is not None: - self.add_query_param('Arn.' + str(i + 1) + '.RoleType' , Arns[i].get('RoleType')) - if Arns[i].get('AssumeRoleFor') is not None: - self.add_query_param('Arn.' + str(i + 1) + '.AssumeRoleFor' , Arns[i].get('AssumeRoleFor')) - - - def get_InstanceChargeType(self): - return self.get_query_params().get('InstanceChargeType') - - def set_InstanceChargeType(self,InstanceChargeType): - self.add_query_param('InstanceChargeType',InstanceChargeType) - - def get_DeploymentSetId(self): - return self.get_query_params().get('DeploymentSetId') - - def set_DeploymentSetId(self,DeploymentSetId): - self.add_query_param('DeploymentSetId',DeploymentSetId) - - def get_InnerIpAddress(self): - return self.get_query_params().get('InnerIpAddress') - - def set_InnerIpAddress(self,InnerIpAddress): - self.add_query_param('InnerIpAddress',InnerIpAddress) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_Tenancy(self): - return self.get_query_params().get('Tenancy') - - def set_Tenancy(self,Tenancy): - self.add_query_param('Tenancy',Tenancy) - - def get_SystemDiskDiskName(self): - return self.get_query_params().get('SystemDisk.DiskName') - - def set_SystemDiskDiskName(self,SystemDiskDiskName): - self.add_query_param('SystemDisk.DiskName',SystemDiskDiskName) - - def get_RamRoleName(self): - return self.get_query_params().get('RamRoleName') - - def set_RamRoleName(self,RamRoleName): - self.add_query_param('RamRoleName',RamRoleName) - - def get_DedicatedHostId(self): - return self.get_query_params().get('DedicatedHostId') - - def set_DedicatedHostId(self,DedicatedHostId): - self.add_query_param('DedicatedHostId',DedicatedHostId) - - def get_ClusterId(self): - return self.get_query_params().get('ClusterId') - - def set_ClusterId(self,ClusterId): - self.add_query_param('ClusterId',ClusterId) - - def get_CreditSpecification(self): - return self.get_query_params().get('CreditSpecification') - - def set_CreditSpecification(self,CreditSpecification): - self.add_query_param('CreditSpecification',CreditSpecification) - - def get_SpotDuration(self): - return self.get_query_params().get('SpotDuration') - - def set_SpotDuration(self,SpotDuration): - self.add_query_param('SpotDuration',SpotDuration) - - def get_DataDisks(self): - return self.get_query_params().get('DataDisks') - - def set_DataDisks(self,DataDisks): - for i in range(len(DataDisks)): - if DataDisks[i].get('DiskName') is not None: - self.add_query_param('DataDisk.' + str(i + 1) + '.DiskName' , DataDisks[i].get('DiskName')) - if DataDisks[i].get('SnapshotId') is not None: - self.add_query_param('DataDisk.' + str(i + 1) + '.SnapshotId' , DataDisks[i].get('SnapshotId')) - if DataDisks[i].get('Size') is not None: - self.add_query_param('DataDisk.' + str(i + 1) + '.Size' , DataDisks[i].get('Size')) - if DataDisks[i].get('Encrypted') is not None: - self.add_query_param('DataDisk.' + str(i + 1) + '.Encrypted' , DataDisks[i].get('Encrypted')) - if DataDisks[i].get('PerformanceLevel') is not None: - self.add_query_param('DataDisk.' + str(i + 1) + '.PerformanceLevel' , DataDisks[i].get('PerformanceLevel')) - if DataDisks[i].get('Description') is not None: - self.add_query_param('DataDisk.' + str(i + 1) + '.Description' , DataDisks[i].get('Description')) - if DataDisks[i].get('Category') is not None: - self.add_query_param('DataDisk.' + str(i + 1) + '.Category' , DataDisks[i].get('Category')) - if DataDisks[i].get('KMSKeyId') is not None: - self.add_query_param('DataDisk.' + str(i + 1) + '.KMSKeyId' , DataDisks[i].get('KMSKeyId')) - if DataDisks[i].get('Device') is not None: - self.add_query_param('DataDisk.' + str(i + 1) + '.Device' , DataDisks[i].get('Device')) - if DataDisks[i].get('DeleteWithInstance') is not None: - self.add_query_param('DataDisk.' + str(i + 1) + '.DeleteWithInstance' , DataDisks[i].get('DeleteWithInstance')) - - - def get_StorageSetId(self): - return self.get_query_params().get('StorageSetId') - - def set_StorageSetId(self,StorageSetId): - self.add_query_param('StorageSetId',StorageSetId) - - def get_SystemDiskSize(self): - return self.get_query_params().get('SystemDisk.Size') - - def set_SystemDiskSize(self,SystemDiskSize): - self.add_query_param('SystemDisk.Size',SystemDiskSize) - - def get_SystemDiskDescription(self): - return self.get_query_params().get('SystemDisk.Description') - - def set_SystemDiskDescription(self,SystemDiskDescription): - self.add_query_param('SystemDisk.Description',SystemDiskDescription) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateKeyPairRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateKeyPairRequest.py deleted file mode 100644 index eb8dad9d8f..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateKeyPairRequest.py +++ /dev/null @@ -1,66 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest - -class CreateKeyPairRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateKeyPair','ecs') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_KeyPairName(self): - return self.get_query_params().get('KeyPairName') - - def set_KeyPairName(self,KeyPairName): - self.add_query_param('KeyPairName',KeyPairName) - - def get_ResourceGroupId(self): - return self.get_query_params().get('ResourceGroupId') - - def set_ResourceGroupId(self,ResourceGroupId): - self.add_query_param('ResourceGroupId',ResourceGroupId) - - def get_Tags(self): - return self.get_query_params().get('Tags') - - def set_Tags(self,Tags): - for i in range(len(Tags)): - if Tags[i].get('Value') is not None: - self.add_query_param('Tag.' + str(i + 1) + '.Value' , Tags[i].get('Value')) - if Tags[i].get('Key') is not None: - self.add_query_param('Tag.' + str(i + 1) + '.Key' , Tags[i].get('Key')) - - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateLaunchTemplateRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateLaunchTemplateRequest.py deleted file mode 100644 index 11fb49c17e..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateLaunchTemplateRequest.py +++ /dev/null @@ -1,327 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest - -class CreateLaunchTemplateRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateLaunchTemplate','ecs') - - def get_LaunchTemplateName(self): - return self.get_query_params().get('LaunchTemplateName') - - def set_LaunchTemplateName(self,LaunchTemplateName): - self.add_query_param('LaunchTemplateName',LaunchTemplateName) - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_SecurityEnhancementStrategy(self): - return self.get_query_params().get('SecurityEnhancementStrategy') - - def set_SecurityEnhancementStrategy(self,SecurityEnhancementStrategy): - self.add_query_param('SecurityEnhancementStrategy',SecurityEnhancementStrategy) - - def get_NetworkType(self): - return self.get_query_params().get('NetworkType') - - def set_NetworkType(self,NetworkType): - self.add_query_param('NetworkType',NetworkType) - - def get_KeyPairName(self): - return self.get_query_params().get('KeyPairName') - - def set_KeyPairName(self,KeyPairName): - self.add_query_param('KeyPairName',KeyPairName) - - def get_SpotPriceLimit(self): - return self.get_query_params().get('SpotPriceLimit') - - def set_SpotPriceLimit(self,SpotPriceLimit): - self.add_query_param('SpotPriceLimit',SpotPriceLimit) - - def get_ImageOwnerAlias(self): - return self.get_query_params().get('ImageOwnerAlias') - - def set_ImageOwnerAlias(self,ImageOwnerAlias): - self.add_query_param('ImageOwnerAlias',ImageOwnerAlias) - - def get_ResourceGroupId(self): - return self.get_query_params().get('ResourceGroupId') - - def set_ResourceGroupId(self,ResourceGroupId): - self.add_query_param('ResourceGroupId',ResourceGroupId) - - def get_HostName(self): - return self.get_query_params().get('HostName') - - def set_HostName(self,HostName): - self.add_query_param('HostName',HostName) - - def get_SystemDiskIops(self): - return self.get_query_params().get('SystemDisk.Iops') - - def set_SystemDiskIops(self,SystemDiskIops): - self.add_query_param('SystemDisk.Iops',SystemDiskIops) - - def get_TemplateTags(self): - return self.get_query_params().get('TemplateTags') - - def set_TemplateTags(self,TemplateTags): - for i in range(len(TemplateTags)): - if TemplateTags[i].get('Key') is not None: - self.add_query_param('TemplateTag.' + str(i + 1) + '.Key' , TemplateTags[i].get('Key')) - if TemplateTags[i].get('Value') is not None: - self.add_query_param('TemplateTag.' + str(i + 1) + '.Value' , TemplateTags[i].get('Value')) - - - def get_Tags(self): - return self.get_query_params().get('Tags') - - def set_Tags(self,Tags): - for i in range(len(Tags)): - if Tags[i].get('Key') is not None: - self.add_query_param('Tag.' + str(i + 1) + '.Key' , Tags[i].get('Key')) - if Tags[i].get('Value') is not None: - self.add_query_param('Tag.' + str(i + 1) + '.Value' , Tags[i].get('Value')) - - - def get_Period(self): - return self.get_query_params().get('Period') - - def set_Period(self,Period): - self.add_query_param('Period',Period) - - def get_TemplateResourceGroupId(self): - return self.get_query_params().get('TemplateResourceGroupId') - - def set_TemplateResourceGroupId(self,TemplateResourceGroupId): - self.add_query_param('TemplateResourceGroupId',TemplateResourceGroupId) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_VSwitchId(self): - return self.get_query_params().get('VSwitchId') - - def set_VSwitchId(self,VSwitchId): - self.add_query_param('VSwitchId',VSwitchId) - - def get_SpotStrategy(self): - return self.get_query_params().get('SpotStrategy') - - def set_SpotStrategy(self,SpotStrategy): - self.add_query_param('SpotStrategy',SpotStrategy) - - def get_InstanceName(self): - return self.get_query_params().get('InstanceName') - - def set_InstanceName(self,InstanceName): - self.add_query_param('InstanceName',InstanceName) - - def get_InternetChargeType(self): - return self.get_query_params().get('InternetChargeType') - - def set_InternetChargeType(self,InternetChargeType): - self.add_query_param('InternetChargeType',InternetChargeType) - - def get_ZoneId(self): - return self.get_query_params().get('ZoneId') - - def set_ZoneId(self,ZoneId): - self.add_query_param('ZoneId',ZoneId) - - def get_InternetMaxBandwidthIn(self): - return self.get_query_params().get('InternetMaxBandwidthIn') - - def set_InternetMaxBandwidthIn(self,InternetMaxBandwidthIn): - self.add_query_param('InternetMaxBandwidthIn',InternetMaxBandwidthIn) - - def get_VersionDescription(self): - return self.get_query_params().get('VersionDescription') - - def set_VersionDescription(self,VersionDescription): - self.add_query_param('VersionDescription',VersionDescription) - - def get_ImageId(self): - return self.get_query_params().get('ImageId') - - def set_ImageId(self,ImageId): - self.add_query_param('ImageId',ImageId) - - def get_IoOptimized(self): - return self.get_query_params().get('IoOptimized') - - def set_IoOptimized(self,IoOptimized): - self.add_query_param('IoOptimized',IoOptimized) - - def get_SecurityGroupId(self): - return self.get_query_params().get('SecurityGroupId') - - def set_SecurityGroupId(self,SecurityGroupId): - self.add_query_param('SecurityGroupId',SecurityGroupId) - - def get_InternetMaxBandwidthOut(self): - return self.get_query_params().get('InternetMaxBandwidthOut') - - def set_InternetMaxBandwidthOut(self,InternetMaxBandwidthOut): - self.add_query_param('InternetMaxBandwidthOut',InternetMaxBandwidthOut) - - def get_Description(self): - return self.get_query_params().get('Description') - - def set_Description(self,Description): - self.add_query_param('Description',Description) - - def get_SystemDiskCategory(self): - return self.get_query_params().get('SystemDisk.Category') - - def set_SystemDiskCategory(self,SystemDiskCategory): - self.add_query_param('SystemDisk.Category',SystemDiskCategory) - - def get_UserData(self): - return self.get_query_params().get('UserData') - - def set_UserData(self,UserData): - self.add_query_param('UserData',UserData) - - def get_PasswordInherit(self): - return self.get_query_params().get('PasswordInherit') - - def set_PasswordInherit(self,PasswordInherit): - self.add_query_param('PasswordInherit',PasswordInherit) - - def get_InstanceType(self): - return self.get_query_params().get('InstanceType') - - def set_InstanceType(self,InstanceType): - self.add_query_param('InstanceType',InstanceType) - - def get_InstanceChargeType(self): - return self.get_query_params().get('InstanceChargeType') - - def set_InstanceChargeType(self,InstanceChargeType): - self.add_query_param('InstanceChargeType',InstanceChargeType) - - def get_EnableVmOsConfig(self): - return self.get_query_params().get('EnableVmOsConfig') - - def set_EnableVmOsConfig(self,EnableVmOsConfig): - self.add_query_param('EnableVmOsConfig',EnableVmOsConfig) - - def get_NetworkInterfaces(self): - return self.get_query_params().get('NetworkInterfaces') - - def set_NetworkInterfaces(self,NetworkInterfaces): - for i in range(len(NetworkInterfaces)): - if NetworkInterfaces[i].get('PrimaryIpAddress') is not None: - self.add_query_param('NetworkInterface.' + str(i + 1) + '.PrimaryIpAddress' , NetworkInterfaces[i].get('PrimaryIpAddress')) - if NetworkInterfaces[i].get('VSwitchId') is not None: - self.add_query_param('NetworkInterface.' + str(i + 1) + '.VSwitchId' , NetworkInterfaces[i].get('VSwitchId')) - if NetworkInterfaces[i].get('SecurityGroupId') is not None: - self.add_query_param('NetworkInterface.' + str(i + 1) + '.SecurityGroupId' , NetworkInterfaces[i].get('SecurityGroupId')) - if NetworkInterfaces[i].get('NetworkInterfaceName') is not None: - self.add_query_param('NetworkInterface.' + str(i + 1) + '.NetworkInterfaceName' , NetworkInterfaces[i].get('NetworkInterfaceName')) - if NetworkInterfaces[i].get('Description') is not None: - self.add_query_param('NetworkInterface.' + str(i + 1) + '.Description' , NetworkInterfaces[i].get('Description')) - - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_SystemDiskDiskName(self): - return self.get_query_params().get('SystemDisk.DiskName') - - def set_SystemDiskDiskName(self,SystemDiskDiskName): - self.add_query_param('SystemDisk.DiskName',SystemDiskDiskName) - - def get_RamRoleName(self): - return self.get_query_params().get('RamRoleName') - - def set_RamRoleName(self,RamRoleName): - self.add_query_param('RamRoleName',RamRoleName) - - def get_AutoReleaseTime(self): - return self.get_query_params().get('AutoReleaseTime') - - def set_AutoReleaseTime(self,AutoReleaseTime): - self.add_query_param('AutoReleaseTime',AutoReleaseTime) - - def get_SpotDuration(self): - return self.get_query_params().get('SpotDuration') - - def set_SpotDuration(self,SpotDuration): - self.add_query_param('SpotDuration',SpotDuration) - - def get_DataDisks(self): - return self.get_query_params().get('DataDisks') - - def set_DataDisks(self,DataDisks): - for i in range(len(DataDisks)): - if DataDisks[i].get('Size') is not None: - self.add_query_param('DataDisk.' + str(i + 1) + '.Size' , DataDisks[i].get('Size')) - if DataDisks[i].get('SnapshotId') is not None: - self.add_query_param('DataDisk.' + str(i + 1) + '.SnapshotId' , DataDisks[i].get('SnapshotId')) - if DataDisks[i].get('Category') is not None: - self.add_query_param('DataDisk.' + str(i + 1) + '.Category' , DataDisks[i].get('Category')) - if DataDisks[i].get('Encrypted') is not None: - self.add_query_param('DataDisk.' + str(i + 1) + '.Encrypted' , DataDisks[i].get('Encrypted')) - if DataDisks[i].get('DiskName') is not None: - self.add_query_param('DataDisk.' + str(i + 1) + '.DiskName' , DataDisks[i].get('DiskName')) - if DataDisks[i].get('Description') is not None: - self.add_query_param('DataDisk.' + str(i + 1) + '.Description' , DataDisks[i].get('Description')) - if DataDisks[i].get('DeleteWithInstance') is not None: - self.add_query_param('DataDisk.' + str(i + 1) + '.DeleteWithInstance' , DataDisks[i].get('DeleteWithInstance')) - if DataDisks[i].get('Device') is not None: - self.add_query_param('DataDisk.' + str(i + 1) + '.Device' , DataDisks[i].get('Device')) - - - def get_SystemDiskSize(self): - return self.get_query_params().get('SystemDisk.Size') - - def set_SystemDiskSize(self,SystemDiskSize): - self.add_query_param('SystemDisk.Size',SystemDiskSize) - - def get_VpcId(self): - return self.get_query_params().get('VpcId') - - def set_VpcId(self,VpcId): - self.add_query_param('VpcId',VpcId) - - def get_SystemDiskDescription(self): - return self.get_query_params().get('SystemDisk.Description') - - def set_SystemDiskDescription(self,SystemDiskDescription): - self.add_query_param('SystemDisk.Description',SystemDiskDescription) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateLaunchTemplateVersionRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateLaunchTemplateVersionRequest.py deleted file mode 100644 index 22c2570ae7..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateLaunchTemplateVersionRequest.py +++ /dev/null @@ -1,316 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest - -class CreateLaunchTemplateVersionRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateLaunchTemplateVersion','ecs') - - def get_LaunchTemplateName(self): - return self.get_query_params().get('LaunchTemplateName') - - def set_LaunchTemplateName(self,LaunchTemplateName): - self.add_query_param('LaunchTemplateName',LaunchTemplateName) - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_SecurityEnhancementStrategy(self): - return self.get_query_params().get('SecurityEnhancementStrategy') - - def set_SecurityEnhancementStrategy(self,SecurityEnhancementStrategy): - self.add_query_param('SecurityEnhancementStrategy',SecurityEnhancementStrategy) - - def get_NetworkType(self): - return self.get_query_params().get('NetworkType') - - def set_NetworkType(self,NetworkType): - self.add_query_param('NetworkType',NetworkType) - - def get_KeyPairName(self): - return self.get_query_params().get('KeyPairName') - - def set_KeyPairName(self,KeyPairName): - self.add_query_param('KeyPairName',KeyPairName) - - def get_SpotPriceLimit(self): - return self.get_query_params().get('SpotPriceLimit') - - def set_SpotPriceLimit(self,SpotPriceLimit): - self.add_query_param('SpotPriceLimit',SpotPriceLimit) - - def get_ImageOwnerAlias(self): - return self.get_query_params().get('ImageOwnerAlias') - - def set_ImageOwnerAlias(self,ImageOwnerAlias): - self.add_query_param('ImageOwnerAlias',ImageOwnerAlias) - - def get_ResourceGroupId(self): - return self.get_query_params().get('ResourceGroupId') - - def set_ResourceGroupId(self,ResourceGroupId): - self.add_query_param('ResourceGroupId',ResourceGroupId) - - def get_HostName(self): - return self.get_query_params().get('HostName') - - def set_HostName(self,HostName): - self.add_query_param('HostName',HostName) - - def get_SystemDiskIops(self): - return self.get_query_params().get('SystemDisk.Iops') - - def set_SystemDiskIops(self,SystemDiskIops): - self.add_query_param('SystemDisk.Iops',SystemDiskIops) - - def get_Tags(self): - return self.get_query_params().get('Tags') - - def set_Tags(self,Tags): - for i in range(len(Tags)): - if Tags[i].get('Key') is not None: - self.add_query_param('Tag.' + str(i + 1) + '.Key' , Tags[i].get('Key')) - if Tags[i].get('Value') is not None: - self.add_query_param('Tag.' + str(i + 1) + '.Value' , Tags[i].get('Value')) - - - def get_Period(self): - return self.get_query_params().get('Period') - - def set_Period(self,Period): - self.add_query_param('Period',Period) - - def get_LaunchTemplateId(self): - return self.get_query_params().get('LaunchTemplateId') - - def set_LaunchTemplateId(self,LaunchTemplateId): - self.add_query_param('LaunchTemplateId',LaunchTemplateId) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_VSwitchId(self): - return self.get_query_params().get('VSwitchId') - - def set_VSwitchId(self,VSwitchId): - self.add_query_param('VSwitchId',VSwitchId) - - def get_SpotStrategy(self): - return self.get_query_params().get('SpotStrategy') - - def set_SpotStrategy(self,SpotStrategy): - self.add_query_param('SpotStrategy',SpotStrategy) - - def get_InstanceName(self): - return self.get_query_params().get('InstanceName') - - def set_InstanceName(self,InstanceName): - self.add_query_param('InstanceName',InstanceName) - - def get_InternetChargeType(self): - return self.get_query_params().get('InternetChargeType') - - def set_InternetChargeType(self,InternetChargeType): - self.add_query_param('InternetChargeType',InternetChargeType) - - def get_ZoneId(self): - return self.get_query_params().get('ZoneId') - - def set_ZoneId(self,ZoneId): - self.add_query_param('ZoneId',ZoneId) - - def get_InternetMaxBandwidthIn(self): - return self.get_query_params().get('InternetMaxBandwidthIn') - - def set_InternetMaxBandwidthIn(self,InternetMaxBandwidthIn): - self.add_query_param('InternetMaxBandwidthIn',InternetMaxBandwidthIn) - - def get_VersionDescription(self): - return self.get_query_params().get('VersionDescription') - - def set_VersionDescription(self,VersionDescription): - self.add_query_param('VersionDescription',VersionDescription) - - def get_ImageId(self): - return self.get_query_params().get('ImageId') - - def set_ImageId(self,ImageId): - self.add_query_param('ImageId',ImageId) - - def get_IoOptimized(self): - return self.get_query_params().get('IoOptimized') - - def set_IoOptimized(self,IoOptimized): - self.add_query_param('IoOptimized',IoOptimized) - - def get_SecurityGroupId(self): - return self.get_query_params().get('SecurityGroupId') - - def set_SecurityGroupId(self,SecurityGroupId): - self.add_query_param('SecurityGroupId',SecurityGroupId) - - def get_InternetMaxBandwidthOut(self): - return self.get_query_params().get('InternetMaxBandwidthOut') - - def set_InternetMaxBandwidthOut(self,InternetMaxBandwidthOut): - self.add_query_param('InternetMaxBandwidthOut',InternetMaxBandwidthOut) - - def get_Description(self): - return self.get_query_params().get('Description') - - def set_Description(self,Description): - self.add_query_param('Description',Description) - - def get_SystemDiskCategory(self): - return self.get_query_params().get('SystemDisk.Category') - - def set_SystemDiskCategory(self,SystemDiskCategory): - self.add_query_param('SystemDisk.Category',SystemDiskCategory) - - def get_UserData(self): - return self.get_query_params().get('UserData') - - def set_UserData(self,UserData): - self.add_query_param('UserData',UserData) - - def get_PasswordInherit(self): - return self.get_query_params().get('PasswordInherit') - - def set_PasswordInherit(self,PasswordInherit): - self.add_query_param('PasswordInherit',PasswordInherit) - - def get_InstanceType(self): - return self.get_query_params().get('InstanceType') - - def set_InstanceType(self,InstanceType): - self.add_query_param('InstanceType',InstanceType) - - def get_InstanceChargeType(self): - return self.get_query_params().get('InstanceChargeType') - - def set_InstanceChargeType(self,InstanceChargeType): - self.add_query_param('InstanceChargeType',InstanceChargeType) - - def get_EnableVmOsConfig(self): - return self.get_query_params().get('EnableVmOsConfig') - - def set_EnableVmOsConfig(self,EnableVmOsConfig): - self.add_query_param('EnableVmOsConfig',EnableVmOsConfig) - - def get_NetworkInterfaces(self): - return self.get_query_params().get('NetworkInterfaces') - - def set_NetworkInterfaces(self,NetworkInterfaces): - for i in range(len(NetworkInterfaces)): - if NetworkInterfaces[i].get('PrimaryIpAddress') is not None: - self.add_query_param('NetworkInterface.' + str(i + 1) + '.PrimaryIpAddress' , NetworkInterfaces[i].get('PrimaryIpAddress')) - if NetworkInterfaces[i].get('VSwitchId') is not None: - self.add_query_param('NetworkInterface.' + str(i + 1) + '.VSwitchId' , NetworkInterfaces[i].get('VSwitchId')) - if NetworkInterfaces[i].get('SecurityGroupId') is not None: - self.add_query_param('NetworkInterface.' + str(i + 1) + '.SecurityGroupId' , NetworkInterfaces[i].get('SecurityGroupId')) - if NetworkInterfaces[i].get('NetworkInterfaceName') is not None: - self.add_query_param('NetworkInterface.' + str(i + 1) + '.NetworkInterfaceName' , NetworkInterfaces[i].get('NetworkInterfaceName')) - if NetworkInterfaces[i].get('Description') is not None: - self.add_query_param('NetworkInterface.' + str(i + 1) + '.Description' , NetworkInterfaces[i].get('Description')) - - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_SystemDiskDiskName(self): - return self.get_query_params().get('SystemDisk.DiskName') - - def set_SystemDiskDiskName(self,SystemDiskDiskName): - self.add_query_param('SystemDisk.DiskName',SystemDiskDiskName) - - def get_RamRoleName(self): - return self.get_query_params().get('RamRoleName') - - def set_RamRoleName(self,RamRoleName): - self.add_query_param('RamRoleName',RamRoleName) - - def get_AutoReleaseTime(self): - return self.get_query_params().get('AutoReleaseTime') - - def set_AutoReleaseTime(self,AutoReleaseTime): - self.add_query_param('AutoReleaseTime',AutoReleaseTime) - - def get_SpotDuration(self): - return self.get_query_params().get('SpotDuration') - - def set_SpotDuration(self,SpotDuration): - self.add_query_param('SpotDuration',SpotDuration) - - def get_DataDisks(self): - return self.get_query_params().get('DataDisks') - - def set_DataDisks(self,DataDisks): - for i in range(len(DataDisks)): - if DataDisks[i].get('Size') is not None: - self.add_query_param('DataDisk.' + str(i + 1) + '.Size' , DataDisks[i].get('Size')) - if DataDisks[i].get('SnapshotId') is not None: - self.add_query_param('DataDisk.' + str(i + 1) + '.SnapshotId' , DataDisks[i].get('SnapshotId')) - if DataDisks[i].get('Category') is not None: - self.add_query_param('DataDisk.' + str(i + 1) + '.Category' , DataDisks[i].get('Category')) - if DataDisks[i].get('Encrypted') is not None: - self.add_query_param('DataDisk.' + str(i + 1) + '.Encrypted' , DataDisks[i].get('Encrypted')) - if DataDisks[i].get('DiskName') is not None: - self.add_query_param('DataDisk.' + str(i + 1) + '.DiskName' , DataDisks[i].get('DiskName')) - if DataDisks[i].get('Description') is not None: - self.add_query_param('DataDisk.' + str(i + 1) + '.Description' , DataDisks[i].get('Description')) - if DataDisks[i].get('DeleteWithInstance') is not None: - self.add_query_param('DataDisk.' + str(i + 1) + '.DeleteWithInstance' , DataDisks[i].get('DeleteWithInstance')) - if DataDisks[i].get('Device') is not None: - self.add_query_param('DataDisk.' + str(i + 1) + '.Device' , DataDisks[i].get('Device')) - - - def get_SystemDiskSize(self): - return self.get_query_params().get('SystemDisk.Size') - - def set_SystemDiskSize(self,SystemDiskSize): - self.add_query_param('SystemDisk.Size',SystemDiskSize) - - def get_VpcId(self): - return self.get_query_params().get('VpcId') - - def set_VpcId(self,VpcId): - self.add_query_param('VpcId',VpcId) - - def get_SystemDiskDescription(self): - return self.get_query_params().get('SystemDisk.Description') - - def set_SystemDiskDescription(self,SystemDiskDescription): - self.add_query_param('SystemDisk.Description',SystemDiskDescription) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateNatGatewayRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateNatGatewayRequest.py deleted file mode 100644 index 97ead71405..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateNatGatewayRequest.py +++ /dev/null @@ -1,86 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest - -class CreateNatGatewayRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateNatGateway','ecs') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_ClientToken(self): - return self.get_query_params().get('ClientToken') - - def set_ClientToken(self,ClientToken): - self.add_query_param('ClientToken',ClientToken) - - def get_Description(self): - return self.get_query_params().get('Description') - - def set_Description(self,Description): - self.add_query_param('Description',Description) - - def get_BandwidthPackages(self): - return self.get_query_params().get('BandwidthPackages') - - def set_BandwidthPackages(self,BandwidthPackages): - for i in range(len(BandwidthPackages)): - if BandwidthPackages[i].get('Bandwidth') is not None: - self.add_query_param('BandwidthPackage.' + str(i + 1) + '.Bandwidth' , BandwidthPackages[i].get('Bandwidth')) - if BandwidthPackages[i].get('Zone') is not None: - self.add_query_param('BandwidthPackage.' + str(i + 1) + '.Zone' , BandwidthPackages[i].get('Zone')) - if BandwidthPackages[i].get('IpCount') is not None: - self.add_query_param('BandwidthPackage.' + str(i + 1) + '.IpCount' , BandwidthPackages[i].get('IpCount')) - - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_VpcId(self): - return self.get_query_params().get('VpcId') - - def set_VpcId(self,VpcId): - self.add_query_param('VpcId',VpcId) - - def get_Name(self): - return self.get_query_params().get('Name') - - def set_Name(self,Name): - self.add_query_param('Name',Name) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateNetworkInterfacePermissionRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateNetworkInterfacePermissionRequest.py deleted file mode 100644 index 3f894fc020..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateNetworkInterfacePermissionRequest.py +++ /dev/null @@ -1,67 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest - -class CreateNetworkInterfacePermissionRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateNetworkInterfacePermission','ecs') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_AccountId(self): - return self.get_query_params().get('AccountId') - - def set_AccountId(self,AccountId): - self.add_query_param('AccountId',AccountId) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_Permission(self): - return self.get_query_params().get('Permission') - - def set_Permission(self,Permission): - self.add_query_param('Permission',Permission) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_NetworkInterfaceId(self): - return self.get_query_params().get('NetworkInterfaceId') - - def set_NetworkInterfaceId(self,NetworkInterfaceId): - self.add_query_param('NetworkInterfaceId',NetworkInterfaceId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateNetworkInterfaceRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateNetworkInterfaceRequest.py deleted file mode 100644 index 233444531a..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateNetworkInterfaceRequest.py +++ /dev/null @@ -1,136 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest - -class CreateNetworkInterfaceRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateNetworkInterface','ecs') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_ClientToken(self): - return self.get_query_params().get('ClientToken') - - def set_ClientToken(self,ClientToken): - self.add_query_param('ClientToken',ClientToken) - - def get_SecurityGroupId(self): - return self.get_query_params().get('SecurityGroupId') - - def set_SecurityGroupId(self,SecurityGroupId): - self.add_query_param('SecurityGroupId',SecurityGroupId) - - def get_Description(self): - return self.get_query_params().get('Description') - - def set_Description(self,Description): - self.add_query_param('Description',Description) - - def get_SecondaryPrivateIpAddressCount(self): - return self.get_query_params().get('SecondaryPrivateIpAddressCount') - - def set_SecondaryPrivateIpAddressCount(self,SecondaryPrivateIpAddressCount): - self.add_query_param('SecondaryPrivateIpAddressCount',SecondaryPrivateIpAddressCount) - - def get_BusinessType(self): - return self.get_query_params().get('BusinessType') - - def set_BusinessType(self,BusinessType): - self.add_query_param('BusinessType',BusinessType) - - def get_ResourceGroupId(self): - return self.get_query_params().get('ResourceGroupId') - - def set_ResourceGroupId(self,ResourceGroupId): - self.add_query_param('ResourceGroupId',ResourceGroupId) - - def get_Tags(self): - return self.get_query_params().get('Tags') - - def set_Tags(self,Tags): - for i in range(len(Tags)): - if Tags[i].get('Key') is not None: - self.add_query_param('Tag.' + str(i + 1) + '.Key' , Tags[i].get('Key')) - if Tags[i].get('Value') is not None: - self.add_query_param('Tag.' + str(i + 1) + '.Value' , Tags[i].get('Value')) - - - def get_NetworkInterfaceName(self): - return self.get_query_params().get('NetworkInterfaceName') - - def set_NetworkInterfaceName(self,NetworkInterfaceName): - self.add_query_param('NetworkInterfaceName',NetworkInterfaceName) - - def get_Visible(self): - return self.get_query_params().get('Visible') - - def set_Visible(self,Visible): - self.add_query_param('Visible',Visible) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_SecurityGroupIdss(self): - return self.get_query_params().get('SecurityGroupIdss') - - def set_SecurityGroupIdss(self,SecurityGroupIdss): - for i in range(len(SecurityGroupIdss)): - if SecurityGroupIdss[i] is not None: - self.add_query_param('SecurityGroupIds.' + str(i + 1) , SecurityGroupIdss[i]); - - def get_VSwitchId(self): - return self.get_query_params().get('VSwitchId') - - def set_VSwitchId(self,VSwitchId): - self.add_query_param('VSwitchId',VSwitchId) - - def get_PrivateIpAddresss(self): - return self.get_query_params().get('PrivateIpAddresss') - - def set_PrivateIpAddresss(self,PrivateIpAddresss): - for i in range(len(PrivateIpAddresss)): - if PrivateIpAddresss[i] is not None: - self.add_query_param('PrivateIpAddress.' + str(i + 1) , PrivateIpAddresss[i]); - - def get_PrimaryIpAddress(self): - return self.get_query_params().get('PrimaryIpAddress') - - def set_PrimaryIpAddress(self,PrimaryIpAddress): - self.add_query_param('PrimaryIpAddress',PrimaryIpAddress) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreatePhysicalConnectionRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreatePhysicalConnectionRequest.py deleted file mode 100644 index e5951538fd..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreatePhysicalConnectionRequest.py +++ /dev/null @@ -1,121 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest - -class CreatePhysicalConnectionRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreatePhysicalConnection','ecs') - - def get_AccessPointId(self): - return self.get_query_params().get('AccessPointId') - - def set_AccessPointId(self,AccessPointId): - self.add_query_param('AccessPointId',AccessPointId) - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_PortType(self): - return self.get_query_params().get('PortType') - - def set_PortType(self,PortType): - self.add_query_param('PortType',PortType) - - def get_CircuitCode(self): - return self.get_query_params().get('CircuitCode') - - def set_CircuitCode(self,CircuitCode): - self.add_query_param('CircuitCode',CircuitCode) - - def get_ClientToken(self): - return self.get_query_params().get('ClientToken') - - def set_ClientToken(self,ClientToken): - self.add_query_param('ClientToken',ClientToken) - - def get_Description(self): - return self.get_query_params().get('Description') - - def set_Description(self,Description): - self.add_query_param('Description',Description) - - def get_Type(self): - return self.get_query_params().get('Type') - - def set_Type(self,Type): - self.add_query_param('Type',Type) - - def get_UserCidr(self): - return self.get_query_params().get('UserCidr') - - def set_UserCidr(self,UserCidr): - self.add_query_param('UserCidr',UserCidr) - - def get_RedundantPhysicalConnectionId(self): - return self.get_query_params().get('RedundantPhysicalConnectionId') - - def set_RedundantPhysicalConnectionId(self,RedundantPhysicalConnectionId): - self.add_query_param('RedundantPhysicalConnectionId',RedundantPhysicalConnectionId) - - def get_PeerLocation(self): - return self.get_query_params().get('PeerLocation') - - def set_PeerLocation(self,PeerLocation): - self.add_query_param('PeerLocation',PeerLocation) - - def get_bandwidth(self): - return self.get_query_params().get('bandwidth') - - def set_bandwidth(self,bandwidth): - self.add_query_param('bandwidth',bandwidth) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_LineOperator(self): - return self.get_query_params().get('LineOperator') - - def set_LineOperator(self,LineOperator): - self.add_query_param('LineOperator',LineOperator) - - def get_Name(self): - return self.get_query_params().get('Name') - - def set_Name(self,Name): - self.add_query_param('Name',Name) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateRouteEntryRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateRouteEntryRequest.py deleted file mode 100644 index f042c57f2b..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateRouteEntryRequest.py +++ /dev/null @@ -1,89 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest - -class CreateRouteEntryRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateRouteEntry','ecs') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_ClientToken(self): - return self.get_query_params().get('ClientToken') - - def set_ClientToken(self,ClientToken): - self.add_query_param('ClientToken',ClientToken) - - def get_NextHopId(self): - return self.get_query_params().get('NextHopId') - - def set_NextHopId(self,NextHopId): - self.add_query_param('NextHopId',NextHopId) - - def get_NextHopType(self): - return self.get_query_params().get('NextHopType') - - def set_NextHopType(self,NextHopType): - self.add_query_param('NextHopType',NextHopType) - - def get_RouteTableId(self): - return self.get_query_params().get('RouteTableId') - - def set_RouteTableId(self,RouteTableId): - self.add_query_param('RouteTableId',RouteTableId) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_DestinationCidrBlock(self): - return self.get_query_params().get('DestinationCidrBlock') - - def set_DestinationCidrBlock(self,DestinationCidrBlock): - self.add_query_param('DestinationCidrBlock',DestinationCidrBlock) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_NextHopLists(self): - return self.get_query_params().get('NextHopLists') - - def set_NextHopLists(self,NextHopLists): - for i in range(len(NextHopLists)): - if NextHopLists[i].get('NextHopId') is not None: - self.add_query_param('NextHopList.' + str(i + 1) + '.NextHopId' , NextHopLists[i].get('NextHopId')) - if NextHopLists[i].get('NextHopType') is not None: - self.add_query_param('NextHopList.' + str(i + 1) + '.NextHopType' , NextHopLists[i].get('NextHopType')) diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateRouterInterfaceRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateRouterInterfaceRequest.py deleted file mode 100644 index 4ac4225418..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateRouterInterfaceRequest.py +++ /dev/null @@ -1,175 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest - -class CreateRouterInterfaceRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateRouterInterface','ecs') - - def get_AccessPointId(self): - return self.get_query_params().get('AccessPointId') - - def set_AccessPointId(self,AccessPointId): - self.add_query_param('AccessPointId',AccessPointId) - - def get_OppositeRouterId(self): - return self.get_query_params().get('OppositeRouterId') - - def set_OppositeRouterId(self,OppositeRouterId): - self.add_query_param('OppositeRouterId',OppositeRouterId) - - def get_OppositeAccessPointId(self): - return self.get_query_params().get('OppositeAccessPointId') - - def set_OppositeAccessPointId(self,OppositeAccessPointId): - self.add_query_param('OppositeAccessPointId',OppositeAccessPointId) - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_Role(self): - return self.get_query_params().get('Role') - - def set_Role(self,Role): - self.add_query_param('Role',Role) - - def get_ClientToken(self): - return self.get_query_params().get('ClientToken') - - def set_ClientToken(self,ClientToken): - self.add_query_param('ClientToken',ClientToken) - - def get_HealthCheckTargetIp(self): - return self.get_query_params().get('HealthCheckTargetIp') - - def set_HealthCheckTargetIp(self,HealthCheckTargetIp): - self.add_query_param('HealthCheckTargetIp',HealthCheckTargetIp) - - def get_Description(self): - return self.get_query_params().get('Description') - - def set_Description(self,Description): - self.add_query_param('Description',Description) - - def get_Spec(self): - return self.get_query_params().get('Spec') - - def set_Spec(self,Spec): - self.add_query_param('Spec',Spec) - - def get_UserCidr(self): - return self.get_query_params().get('UserCidr') - - def set_UserCidr(self,UserCidr): - self.add_query_param('UserCidr',UserCidr) - - def get_OppositeInterfaceId(self): - return self.get_query_params().get('OppositeInterfaceId') - - def set_OppositeInterfaceId(self,OppositeInterfaceId): - self.add_query_param('OppositeInterfaceId',OppositeInterfaceId) - - def get_InstanceChargeType(self): - return self.get_query_params().get('InstanceChargeType') - - def set_InstanceChargeType(self,InstanceChargeType): - self.add_query_param('InstanceChargeType',InstanceChargeType) - - def get_Period(self): - return self.get_query_params().get('Period') - - def set_Period(self,Period): - self.add_query_param('Period',Period) - - def get_AutoPay(self): - return self.get_query_params().get('AutoPay') - - def set_AutoPay(self,AutoPay): - self.add_query_param('AutoPay',AutoPay) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OppositeRegionId(self): - return self.get_query_params().get('OppositeRegionId') - - def set_OppositeRegionId(self,OppositeRegionId): - self.add_query_param('OppositeRegionId',OppositeRegionId) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_OppositeInterfaceOwnerId(self): - return self.get_query_params().get('OppositeInterfaceOwnerId') - - def set_OppositeInterfaceOwnerId(self,OppositeInterfaceOwnerId): - self.add_query_param('OppositeInterfaceOwnerId',OppositeInterfaceOwnerId) - - def get_RouterType(self): - return self.get_query_params().get('RouterType') - - def set_RouterType(self,RouterType): - self.add_query_param('RouterType',RouterType) - - def get_HealthCheckSourceIp(self): - return self.get_query_params().get('HealthCheckSourceIp') - - def set_HealthCheckSourceIp(self,HealthCheckSourceIp): - self.add_query_param('HealthCheckSourceIp',HealthCheckSourceIp) - - def get_RouterId(self): - return self.get_query_params().get('RouterId') - - def set_RouterId(self,RouterId): - self.add_query_param('RouterId',RouterId) - - def get_OppositeRouterType(self): - return self.get_query_params().get('OppositeRouterType') - - def set_OppositeRouterType(self,OppositeRouterType): - self.add_query_param('OppositeRouterType',OppositeRouterType) - - def get_Name(self): - return self.get_query_params().get('Name') - - def set_Name(self,Name): - self.add_query_param('Name',Name) - - def get_PricingCycle(self): - return self.get_query_params().get('PricingCycle') - - def set_PricingCycle(self,PricingCycle): - self.add_query_param('PricingCycle',PricingCycle) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateSecurityGroupRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateSecurityGroupRequest.py deleted file mode 100644 index 237c98fbd4..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateSecurityGroupRequest.py +++ /dev/null @@ -1,96 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest - -class CreateSecurityGroupRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateSecurityGroup','ecs') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_ClientToken(self): - return self.get_query_params().get('ClientToken') - - def set_ClientToken(self,ClientToken): - self.add_query_param('ClientToken',ClientToken) - - def get_Description(self): - return self.get_query_params().get('Description') - - def set_Description(self,Description): - self.add_query_param('Description',Description) - - def get_SecurityGroupName(self): - return self.get_query_params().get('SecurityGroupName') - - def set_SecurityGroupName(self,SecurityGroupName): - self.add_query_param('SecurityGroupName',SecurityGroupName) - - def get_ResourceGroupId(self): - return self.get_query_params().get('ResourceGroupId') - - def set_ResourceGroupId(self,ResourceGroupId): - self.add_query_param('ResourceGroupId',ResourceGroupId) - - def get_Tags(self): - return self.get_query_params().get('Tags') - - def set_Tags(self,Tags): - for i in range(len(Tags)): - if Tags[i].get('Value') is not None: - self.add_query_param('Tag.' + str(i + 1) + '.Value' , Tags[i].get('Value')) - if Tags[i].get('Key') is not None: - self.add_query_param('Tag.' + str(i + 1) + '.Key' , Tags[i].get('Key')) - - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_SecurityGroupType(self): - return self.get_query_params().get('SecurityGroupType') - - def set_SecurityGroupType(self,SecurityGroupType): - self.add_query_param('SecurityGroupType',SecurityGroupType) - - def get_VpcId(self): - return self.get_query_params().get('VpcId') - - def set_VpcId(self,VpcId): - self.add_query_param('VpcId',VpcId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateSimulatedSystemEventsRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateSimulatedSystemEventsRequest.py deleted file mode 100644 index 5b0aff4e3b..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateSimulatedSystemEventsRequest.py +++ /dev/null @@ -1,69 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest - -class CreateSimulatedSystemEventsRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateSimulatedSystemEvents','ecs') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_NotBefore(self): - return self.get_query_params().get('NotBefore') - - def set_NotBefore(self,NotBefore): - self.add_query_param('NotBefore',NotBefore) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_InstanceIds(self): - return self.get_query_params().get('InstanceIds') - - def set_InstanceIds(self,InstanceIds): - for i in range(len(InstanceIds)): - if InstanceIds[i] is not None: - self.add_query_param('InstanceId.' + str(i + 1) , InstanceIds[i]); - - def get_EventType(self): - return self.get_query_params().get('EventType') - - def set_EventType(self,EventType): - self.add_query_param('EventType',EventType) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateSnapshotRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateSnapshotRequest.py deleted file mode 100644 index 983fcc20b2..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateSnapshotRequest.py +++ /dev/null @@ -1,96 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest - -class CreateSnapshotRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateSnapshot','ecs') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_ClientToken(self): - return self.get_query_params().get('ClientToken') - - def set_ClientToken(self,ClientToken): - self.add_query_param('ClientToken',ClientToken) - - def get_Description(self): - return self.get_query_params().get('Description') - - def set_Description(self,Description): - self.add_query_param('Description',Description) - - def get_SnapshotName(self): - return self.get_query_params().get('SnapshotName') - - def set_SnapshotName(self,SnapshotName): - self.add_query_param('SnapshotName',SnapshotName) - - def get_DiskId(self): - return self.get_query_params().get('DiskId') - - def set_DiskId(self,DiskId): - self.add_query_param('DiskId',DiskId) - - def get_Tags(self): - return self.get_query_params().get('Tags') - - def set_Tags(self,Tags): - for i in range(len(Tags)): - if Tags[i].get('Value') is not None: - self.add_query_param('Tag.' + str(i + 1) + '.Value' , Tags[i].get('Value')) - if Tags[i].get('Key') is not None: - self.add_query_param('Tag.' + str(i + 1) + '.Key' , Tags[i].get('Key')) - - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_RetentionDays(self): - return self.get_query_params().get('RetentionDays') - - def set_RetentionDays(self,RetentionDays): - self.add_query_param('RetentionDays',RetentionDays) - - def get_Category(self): - return self.get_query_params().get('Category') - - def set_Category(self,Category): - self.add_query_param('Category',Category) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateStorageSetRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateStorageSetRequest.py deleted file mode 100644 index 6b17a35c41..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateStorageSetRequest.py +++ /dev/null @@ -1,79 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest - -class CreateStorageSetRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateStorageSet','ecs') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_ClientToken(self): - return self.get_query_params().get('ClientToken') - - def set_ClientToken(self,ClientToken): - self.add_query_param('ClientToken',ClientToken) - - def get_MaxPartitionNumber(self): - return self.get_query_params().get('MaxPartitionNumber') - - def set_MaxPartitionNumber(self,MaxPartitionNumber): - self.add_query_param('MaxPartitionNumber',MaxPartitionNumber) - - def get_Description(self): - return self.get_query_params().get('Description') - - def set_Description(self,Description): - self.add_query_param('Description',Description) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_ZoneId(self): - return self.get_query_params().get('ZoneId') - - def set_ZoneId(self,ZoneId): - self.add_query_param('ZoneId',ZoneId) - - def get_StorageSetName(self): - return self.get_query_params().get('StorageSetName') - - def set_StorageSetName(self,StorageSetName): - self.add_query_param('StorageSetName',StorageSetName) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateVSwitchRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateVSwitchRequest.py deleted file mode 100644 index 7f35748fa5..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateVSwitchRequest.py +++ /dev/null @@ -1,85 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest - -class CreateVSwitchRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateVSwitch','ecs') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_ClientToken(self): - return self.get_query_params().get('ClientToken') - - def set_ClientToken(self,ClientToken): - self.add_query_param('ClientToken',ClientToken) - - def get_Description(self): - return self.get_query_params().get('Description') - - def set_Description(self,Description): - self.add_query_param('Description',Description) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_VpcId(self): - return self.get_query_params().get('VpcId') - - def set_VpcId(self,VpcId): - self.add_query_param('VpcId',VpcId) - - def get_VSwitchName(self): - return self.get_query_params().get('VSwitchName') - - def set_VSwitchName(self,VSwitchName): - self.add_query_param('VSwitchName',VSwitchName) - - def get_CidrBlock(self): - return self.get_query_params().get('CidrBlock') - - def set_CidrBlock(self,CidrBlock): - self.add_query_param('CidrBlock',CidrBlock) - - def get_ZoneId(self): - return self.get_query_params().get('ZoneId') - - def set_ZoneId(self,ZoneId): - self.add_query_param('ZoneId',ZoneId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateVirtualBorderRouterRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateVirtualBorderRouterRequest.py deleted file mode 100644 index 5aaa62c8bf..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateVirtualBorderRouterRequest.py +++ /dev/null @@ -1,115 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest - -class CreateVirtualBorderRouterRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateVirtualBorderRouter','ecs') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_CircuitCode(self): - return self.get_query_params().get('CircuitCode') - - def set_CircuitCode(self,CircuitCode): - self.add_query_param('CircuitCode',CircuitCode) - - def get_VlanId(self): - return self.get_query_params().get('VlanId') - - def set_VlanId(self,VlanId): - self.add_query_param('VlanId',VlanId) - - def get_ClientToken(self): - return self.get_query_params().get('ClientToken') - - def set_ClientToken(self,ClientToken): - self.add_query_param('ClientToken',ClientToken) - - def get_Description(self): - return self.get_query_params().get('Description') - - def set_Description(self,Description): - self.add_query_param('Description',Description) - - def get_PeerGatewayIp(self): - return self.get_query_params().get('PeerGatewayIp') - - def set_PeerGatewayIp(self,PeerGatewayIp): - self.add_query_param('PeerGatewayIp',PeerGatewayIp) - - def get_PeeringSubnetMask(self): - return self.get_query_params().get('PeeringSubnetMask') - - def set_PeeringSubnetMask(self,PeeringSubnetMask): - self.add_query_param('PeeringSubnetMask',PeeringSubnetMask) - - def get_LocalGatewayIp(self): - return self.get_query_params().get('LocalGatewayIp') - - def set_LocalGatewayIp(self,LocalGatewayIp): - self.add_query_param('LocalGatewayIp',LocalGatewayIp) - - def get_UserCidr(self): - return self.get_query_params().get('UserCidr') - - def set_UserCidr(self,UserCidr): - self.add_query_param('UserCidr',UserCidr) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_PhysicalConnectionId(self): - return self.get_query_params().get('PhysicalConnectionId') - - def set_PhysicalConnectionId(self,PhysicalConnectionId): - self.add_query_param('PhysicalConnectionId',PhysicalConnectionId) - - def get_Name(self): - return self.get_query_params().get('Name') - - def set_Name(self,Name): - self.add_query_param('Name',Name) - - def get_VbrOwnerId(self): - return self.get_query_params().get('VbrOwnerId') - - def set_VbrOwnerId(self,VbrOwnerId): - self.add_query_param('VbrOwnerId',VbrOwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateVpcRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateVpcRequest.py deleted file mode 100644 index 85d99675f6..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateVpcRequest.py +++ /dev/null @@ -1,79 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest - -class CreateVpcRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateVpc','ecs') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_ClientToken(self): - return self.get_query_params().get('ClientToken') - - def set_ClientToken(self,ClientToken): - self.add_query_param('ClientToken',ClientToken) - - def get_Description(self): - return self.get_query_params().get('Description') - - def set_Description(self,Description): - self.add_query_param('Description',Description) - - def get_VpcName(self): - return self.get_query_params().get('VpcName') - - def set_VpcName(self,VpcName): - self.add_query_param('VpcName',VpcName) - - def get_UserCidr(self): - return self.get_query_params().get('UserCidr') - - def set_UserCidr(self,UserCidr): - self.add_query_param('UserCidr',UserCidr) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_CidrBlock(self): - return self.get_query_params().get('CidrBlock') - - def set_CidrBlock(self,CidrBlock): - self.add_query_param('CidrBlock',CidrBlock) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeactivateRouterInterfaceRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeactivateRouterInterfaceRequest.py deleted file mode 100644 index 0708c719a6..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeactivateRouterInterfaceRequest.py +++ /dev/null @@ -1,49 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest - -class DeactivateRouterInterfaceRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeactivateRouterInterface','ecs') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_RouterInterfaceId(self): - return self.get_query_params().get('RouterInterfaceId') - - def set_RouterInterfaceId(self,RouterInterfaceId): - self.add_query_param('RouterInterfaceId',RouterInterfaceId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteAutoProvisioningGroupRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteAutoProvisioningGroupRequest.py deleted file mode 100644 index 7908247379..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteAutoProvisioningGroupRequest.py +++ /dev/null @@ -1,61 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest - -class DeleteAutoProvisioningGroupRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteAutoProvisioningGroup','ecs') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_TerminateInstances(self): - return self.get_query_params().get('TerminateInstances') - - def set_TerminateInstances(self,TerminateInstances): - self.add_query_param('TerminateInstances',TerminateInstances) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_AutoProvisioningGroupId(self): - return self.get_query_params().get('AutoProvisioningGroupId') - - def set_AutoProvisioningGroupId(self,AutoProvisioningGroupId): - self.add_query_param('AutoProvisioningGroupId',AutoProvisioningGroupId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteAutoSnapshotPolicyRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteAutoSnapshotPolicyRequest.py deleted file mode 100644 index 9d72fc6c25..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteAutoSnapshotPolicyRequest.py +++ /dev/null @@ -1,49 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest - -class DeleteAutoSnapshotPolicyRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteAutoSnapshotPolicy','ecs') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_autoSnapshotPolicyId(self): - return self.get_query_params().get('autoSnapshotPolicyId') - - def set_autoSnapshotPolicyId(self,autoSnapshotPolicyId): - self.add_query_param('autoSnapshotPolicyId',autoSnapshotPolicyId) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteBandwidthPackageRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteBandwidthPackageRequest.py deleted file mode 100644 index 4c186f3c01..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteBandwidthPackageRequest.py +++ /dev/null @@ -1,55 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest - -class DeleteBandwidthPackageRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteBandwidthPackage','ecs') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_BandwidthPackageId(self): - return self.get_query_params().get('BandwidthPackageId') - - def set_BandwidthPackageId(self,BandwidthPackageId): - self.add_query_param('BandwidthPackageId',BandwidthPackageId) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteCommandRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteCommandRequest.py deleted file mode 100644 index 6936fbce0c..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteCommandRequest.py +++ /dev/null @@ -1,55 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest - -class DeleteCommandRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteCommand','ecs') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_CommandId(self): - return self.get_query_params().get('CommandId') - - def set_CommandId(self,CommandId): - self.add_query_param('CommandId',CommandId) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteDemandRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteDemandRequest.py deleted file mode 100644 index 3ab9fcfa97..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteDemandRequest.py +++ /dev/null @@ -1,67 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest - -class DeleteDemandRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteDemand','ecs') - - def get_Reason(self): - return self.get_query_params().get('Reason') - - def set_Reason(self,Reason): - self.add_query_param('Reason',Reason) - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_ClientToken(self): - return self.get_query_params().get('ClientToken') - - def set_ClientToken(self,ClientToken): - self.add_query_param('ClientToken',ClientToken) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_DemandId(self): - return self.get_query_params().get('DemandId') - - def set_DemandId(self,DemandId): - self.add_query_param('DemandId',DemandId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteDeploymentSetRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteDeploymentSetRequest.py deleted file mode 100644 index c9d8517a43..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteDeploymentSetRequest.py +++ /dev/null @@ -1,55 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest - -class DeleteDeploymentSetRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteDeploymentSet','ecs') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_DeploymentSetId(self): - return self.get_query_params().get('DeploymentSetId') - - def set_DeploymentSetId(self,DeploymentSetId): - self.add_query_param('DeploymentSetId',DeploymentSetId) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteDiskRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteDiskRequest.py deleted file mode 100644 index 955363d152..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteDiskRequest.py +++ /dev/null @@ -1,55 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest - -class DeleteDiskRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteDisk','ecs') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_DiskId(self): - return self.get_query_params().get('DiskId') - - def set_DiskId(self,DiskId): - self.add_query_param('DiskId',DiskId) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteForwardEntryRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteForwardEntryRequest.py deleted file mode 100644 index 391637748c..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteForwardEntryRequest.py +++ /dev/null @@ -1,61 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest - -class DeleteForwardEntryRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteForwardEntry','ecs') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_ForwardTableId(self): - return self.get_query_params().get('ForwardTableId') - - def set_ForwardTableId(self,ForwardTableId): - self.add_query_param('ForwardTableId',ForwardTableId) - - def get_ForwardEntryId(self): - return self.get_query_params().get('ForwardEntryId') - - def set_ForwardEntryId(self,ForwardEntryId): - self.add_query_param('ForwardEntryId',ForwardEntryId) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteHaVipRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteHaVipRequest.py deleted file mode 100644 index 671c5e2129..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteHaVipRequest.py +++ /dev/null @@ -1,61 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest - -class DeleteHaVipRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteHaVip','ecs') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_ClientToken(self): - return self.get_query_params().get('ClientToken') - - def set_ClientToken(self,ClientToken): - self.add_query_param('ClientToken',ClientToken) - - def get_HaVipId(self): - return self.get_query_params().get('HaVipId') - - def set_HaVipId(self,HaVipId): - self.add_query_param('HaVipId',HaVipId) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteHpcClusterRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteHpcClusterRequest.py deleted file mode 100644 index eb49487db4..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteHpcClusterRequest.py +++ /dev/null @@ -1,61 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest - -class DeleteHpcClusterRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteHpcCluster','ecs') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_HpcClusterId(self): - return self.get_query_params().get('HpcClusterId') - - def set_HpcClusterId(self,HpcClusterId): - self.add_query_param('HpcClusterId',HpcClusterId) - - def get_ClientToken(self): - return self.get_query_params().get('ClientToken') - - def set_ClientToken(self,ClientToken): - self.add_query_param('ClientToken',ClientToken) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteImageRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteImageRequest.py deleted file mode 100644 index d04acec5a7..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteImageRequest.py +++ /dev/null @@ -1,61 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest - -class DeleteImageRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteImage','ecs') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_ImageId(self): - return self.get_query_params().get('ImageId') - - def set_ImageId(self,ImageId): - self.add_query_param('ImageId',ImageId) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_Force(self): - return self.get_query_params().get('Force') - - def set_Force(self,Force): - self.add_query_param('Force',Force) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteInstanceRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteInstanceRequest.py deleted file mode 100644 index bbfedd738e..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteInstanceRequest.py +++ /dev/null @@ -1,67 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest - -class DeleteInstanceRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteInstance','ecs') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_TerminateSubscription(self): - return self.get_query_params().get('TerminateSubscription') - - def set_TerminateSubscription(self,TerminateSubscription): - self.add_query_param('TerminateSubscription',TerminateSubscription) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_InstanceId(self): - return self.get_query_params().get('InstanceId') - - def set_InstanceId(self,InstanceId): - self.add_query_param('InstanceId',InstanceId) - - def get_Force(self): - return self.get_query_params().get('Force') - - def set_Force(self,Force): - self.add_query_param('Force',Force) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteInstancesRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteInstancesRequest.py deleted file mode 100644 index 9cd156915b..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteInstancesRequest.py +++ /dev/null @@ -1,81 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest - -class DeleteInstancesRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteInstances','ecs') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_ClientToken(self): - return self.get_query_params().get('ClientToken') - - def set_ClientToken(self,ClientToken): - self.add_query_param('ClientToken',ClientToken) - - def get_TerminateSubscription(self): - return self.get_query_params().get('TerminateSubscription') - - def set_TerminateSubscription(self,TerminateSubscription): - self.add_query_param('TerminateSubscription',TerminateSubscription) - - def get_DryRun(self): - return self.get_query_params().get('DryRun') - - def set_DryRun(self,DryRun): - self.add_query_param('DryRun',DryRun) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_InstanceIds(self): - return self.get_query_params().get('InstanceIds') - - def set_InstanceIds(self,InstanceIds): - for i in range(len(InstanceIds)): - if InstanceIds[i] is not None: - self.add_query_param('InstanceId.' + str(i + 1) , InstanceIds[i]); - - def get_Force(self): - return self.get_query_params().get('Force') - - def set_Force(self,Force): - self.add_query_param('Force',Force) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteKeyPairsRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteKeyPairsRequest.py deleted file mode 100644 index f2bcd3744c..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteKeyPairsRequest.py +++ /dev/null @@ -1,49 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest - -class DeleteKeyPairsRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteKeyPairs','ecs') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_KeyPairNames(self): - return self.get_query_params().get('KeyPairNames') - - def set_KeyPairNames(self,KeyPairNames): - self.add_query_param('KeyPairNames',KeyPairNames) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteLaunchTemplateRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteLaunchTemplateRequest.py deleted file mode 100644 index 0a1070eda6..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteLaunchTemplateRequest.py +++ /dev/null @@ -1,61 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest - -class DeleteLaunchTemplateRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteLaunchTemplate','ecs') - - def get_LaunchTemplateName(self): - return self.get_query_params().get('LaunchTemplateName') - - def set_LaunchTemplateName(self,LaunchTemplateName): - self.add_query_param('LaunchTemplateName',LaunchTemplateName) - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_LaunchTemplateId(self): - return self.get_query_params().get('LaunchTemplateId') - - def set_LaunchTemplateId(self,LaunchTemplateId): - self.add_query_param('LaunchTemplateId',LaunchTemplateId) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteLaunchTemplateVersionRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteLaunchTemplateVersionRequest.py deleted file mode 100644 index 1a483c9b1b..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteLaunchTemplateVersionRequest.py +++ /dev/null @@ -1,69 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest - -class DeleteLaunchTemplateVersionRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteLaunchTemplateVersion','ecs') - - def get_LaunchTemplateName(self): - return self.get_query_params().get('LaunchTemplateName') - - def set_LaunchTemplateName(self,LaunchTemplateName): - self.add_query_param('LaunchTemplateName',LaunchTemplateName) - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_DeleteVersions(self): - return self.get_query_params().get('DeleteVersions') - - def set_DeleteVersions(self,DeleteVersions): - for i in range(len(DeleteVersions)): - if DeleteVersions[i] is not None: - self.add_query_param('DeleteVersion.' + str(i + 1) , DeleteVersions[i]); - - def get_LaunchTemplateId(self): - return self.get_query_params().get('LaunchTemplateId') - - def set_LaunchTemplateId(self,LaunchTemplateId): - self.add_query_param('LaunchTemplateId',LaunchTemplateId) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteNatGatewayRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteNatGatewayRequest.py deleted file mode 100644 index 69d089424d..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteNatGatewayRequest.py +++ /dev/null @@ -1,55 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest - -class DeleteNatGatewayRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteNatGateway','ecs') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_NatGatewayId(self): - return self.get_query_params().get('NatGatewayId') - - def set_NatGatewayId(self,NatGatewayId): - self.add_query_param('NatGatewayId',NatGatewayId) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteNetworkInterfacePermissionRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteNetworkInterfacePermissionRequest.py deleted file mode 100644 index 9ec1f5127b..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteNetworkInterfacePermissionRequest.py +++ /dev/null @@ -1,61 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest - -class DeleteNetworkInterfacePermissionRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteNetworkInterfacePermission','ecs') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_NetworkInterfacePermissionId(self): - return self.get_query_params().get('NetworkInterfacePermissionId') - - def set_NetworkInterfacePermissionId(self,NetworkInterfacePermissionId): - self.add_query_param('NetworkInterfacePermissionId',NetworkInterfacePermissionId) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_Force(self): - return self.get_query_params().get('Force') - - def set_Force(self,Force): - self.add_query_param('Force',Force) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteNetworkInterfaceRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteNetworkInterfaceRequest.py deleted file mode 100644 index f41c5aa556..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteNetworkInterfaceRequest.py +++ /dev/null @@ -1,55 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest - -class DeleteNetworkInterfaceRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteNetworkInterface','ecs') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_NetworkInterfaceId(self): - return self.get_query_params().get('NetworkInterfaceId') - - def set_NetworkInterfaceId(self,NetworkInterfaceId): - self.add_query_param('NetworkInterfaceId',NetworkInterfaceId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeletePhysicalConnectionRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeletePhysicalConnectionRequest.py deleted file mode 100644 index 37a27b3947..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeletePhysicalConnectionRequest.py +++ /dev/null @@ -1,61 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest - -class DeletePhysicalConnectionRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeletePhysicalConnection','ecs') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_ClientToken(self): - return self.get_query_params().get('ClientToken') - - def set_ClientToken(self,ClientToken): - self.add_query_param('ClientToken',ClientToken) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_PhysicalConnectionId(self): - return self.get_query_params().get('PhysicalConnectionId') - - def set_PhysicalConnectionId(self,PhysicalConnectionId): - self.add_query_param('PhysicalConnectionId',PhysicalConnectionId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteRouteEntryRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteRouteEntryRequest.py deleted file mode 100644 index 6bce7585a9..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteRouteEntryRequest.py +++ /dev/null @@ -1,77 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest - -class DeleteRouteEntryRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteRouteEntry','ecs') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_NextHopId(self): - return self.get_query_params().get('NextHopId') - - def set_NextHopId(self,NextHopId): - self.add_query_param('NextHopId',NextHopId) - - def get_RouteTableId(self): - return self.get_query_params().get('RouteTableId') - - def set_RouteTableId(self,RouteTableId): - self.add_query_param('RouteTableId',RouteTableId) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_DestinationCidrBlock(self): - return self.get_query_params().get('DestinationCidrBlock') - - def set_DestinationCidrBlock(self,DestinationCidrBlock): - self.add_query_param('DestinationCidrBlock',DestinationCidrBlock) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_NextHopLists(self): - return self.get_query_params().get('NextHopLists') - - def set_NextHopLists(self,NextHopLists): - for i in range(len(NextHopLists)): - if NextHopLists[i].get('NextHopId') is not None: - self.add_query_param('NextHopList.' + str(i + 1) + '.NextHopId' , NextHopLists[i].get('NextHopId')) - if NextHopLists[i].get('NextHopType') is not None: - self.add_query_param('NextHopList.' + str(i + 1) + '.NextHopType' , NextHopLists[i].get('NextHopType')) diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteRouterInterfaceRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteRouterInterfaceRequest.py deleted file mode 100644 index 34fb631d0c..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteRouterInterfaceRequest.py +++ /dev/null @@ -1,67 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest - -class DeleteRouterInterfaceRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteRouterInterface','ecs') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_ClientToken(self): - return self.get_query_params().get('ClientToken') - - def set_ClientToken(self,ClientToken): - self.add_query_param('ClientToken',ClientToken) - - def get_UserCidr(self): - return self.get_query_params().get('UserCidr') - - def set_UserCidr(self,UserCidr): - self.add_query_param('UserCidr',UserCidr) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_RouterInterfaceId(self): - return self.get_query_params().get('RouterInterfaceId') - - def set_RouterInterfaceId(self,RouterInterfaceId): - self.add_query_param('RouterInterfaceId',RouterInterfaceId) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteSecurityGroupRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteSecurityGroupRequest.py deleted file mode 100644 index b32af6df04..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteSecurityGroupRequest.py +++ /dev/null @@ -1,55 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest - -class DeleteSecurityGroupRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteSecurityGroup','ecs') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_SecurityGroupId(self): - return self.get_query_params().get('SecurityGroupId') - - def set_SecurityGroupId(self,SecurityGroupId): - self.add_query_param('SecurityGroupId',SecurityGroupId) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteSnapshotRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteSnapshotRequest.py deleted file mode 100644 index 9accf1b989..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteSnapshotRequest.py +++ /dev/null @@ -1,61 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest - -class DeleteSnapshotRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteSnapshot','ecs') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_SnapshotId(self): - return self.get_query_params().get('SnapshotId') - - def set_SnapshotId(self,SnapshotId): - self.add_query_param('SnapshotId',SnapshotId) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_Force(self): - return self.get_query_params().get('Force') - - def set_Force(self,Force): - self.add_query_param('Force',Force) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteStorageSetRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteStorageSetRequest.py deleted file mode 100644 index 010c47ec44..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteStorageSetRequest.py +++ /dev/null @@ -1,61 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest - -class DeleteStorageSetRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteStorageSet','ecs') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_ClientToken(self): - return self.get_query_params().get('ClientToken') - - def set_ClientToken(self,ClientToken): - self.add_query_param('ClientToken',ClientToken) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_StorageSetId(self): - return self.get_query_params().get('StorageSetId') - - def set_StorageSetId(self,StorageSetId): - self.add_query_param('StorageSetId',StorageSetId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteVSwitchRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteVSwitchRequest.py deleted file mode 100644 index 10a886a76b..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteVSwitchRequest.py +++ /dev/null @@ -1,55 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest - -class DeleteVSwitchRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteVSwitch','ecs') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_VSwitchId(self): - return self.get_query_params().get('VSwitchId') - - def set_VSwitchId(self,VSwitchId): - self.add_query_param('VSwitchId',VSwitchId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteVirtualBorderRouterRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteVirtualBorderRouterRequest.py deleted file mode 100644 index 7bf78a7f49..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteVirtualBorderRouterRequest.py +++ /dev/null @@ -1,67 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest - -class DeleteVirtualBorderRouterRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteVirtualBorderRouter','ecs') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_ClientToken(self): - return self.get_query_params().get('ClientToken') - - def set_ClientToken(self,ClientToken): - self.add_query_param('ClientToken',ClientToken) - - def get_VbrId(self): - return self.get_query_params().get('VbrId') - - def set_VbrId(self,VbrId): - self.add_query_param('VbrId',VbrId) - - def get_UserCidr(self): - return self.get_query_params().get('UserCidr') - - def set_UserCidr(self,UserCidr): - self.add_query_param('UserCidr',UserCidr) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteVpcRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteVpcRequest.py deleted file mode 100644 index 47995fffd4..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteVpcRequest.py +++ /dev/null @@ -1,55 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest - -class DeleteVpcRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteVpc','ecs') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_VpcId(self): - return self.get_query_params().get('VpcId') - - def set_VpcId(self,VpcId): - self.add_query_param('VpcId',VpcId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeAccessPointsRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeAccessPointsRequest.py deleted file mode 100644 index 421a9e469d..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeAccessPointsRequest.py +++ /dev/null @@ -1,72 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest - -class DescribeAccessPointsRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeAccessPoints','ecs') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_Type(self): - return self.get_query_params().get('Type') - - def set_Type(self,Type): - self.add_query_param('Type',Type) - - def get_PageNumber(self): - return self.get_query_params().get('PageNumber') - - def set_PageNumber(self,PageNumber): - self.add_query_param('PageNumber',PageNumber) - - def get_PageSize(self): - return self.get_query_params().get('PageSize') - - def set_PageSize(self,PageSize): - self.add_query_param('PageSize',PageSize) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_Filters(self): - return self.get_query_params().get('Filters') - - def set_Filters(self,Filters): - for i in range(len(Filters)): - for j in range(len(Filters[i].get('Values'))): - if Filters[i].get('Values')[j] is not None: - self.add_query_param('Filter.' + str(i + 1) + '.Value.'+str(j + 1), Filters[i].get('Values')[j]) - if Filters[i].get('Key') is not None: - self.add_query_param('Filter.' + str(i + 1) + '.Key' , Filters[i].get('Key')) diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeAccountAttributesRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeAccountAttributesRequest.py deleted file mode 100644 index a26ec699b1..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeAccountAttributesRequest.py +++ /dev/null @@ -1,57 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest - -class DescribeAccountAttributesRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeAccountAttributes','ecs') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_AttributeNames(self): - return self.get_query_params().get('AttributeNames') - - def set_AttributeNames(self,AttributeNames): - for i in range(len(AttributeNames)): - if AttributeNames[i] is not None: - self.add_query_param('AttributeName.' + str(i + 1) , AttributeNames[i]); - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_ZoneId(self): - return self.get_query_params().get('ZoneId') - - def set_ZoneId(self,ZoneId): - self.add_query_param('ZoneId',ZoneId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeAutoProvisioningGroupHistoryRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeAutoProvisioningGroupHistoryRequest.py deleted file mode 100644 index 6c78c41252..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeAutoProvisioningGroupHistoryRequest.py +++ /dev/null @@ -1,79 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest - -class DescribeAutoProvisioningGroupHistoryRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeAutoProvisioningGroupHistory','ecs') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_StartTime(self): - return self.get_query_params().get('StartTime') - - def set_StartTime(self,StartTime): - self.add_query_param('StartTime',StartTime) - - def get_PageNumber(self): - return self.get_query_params().get('PageNumber') - - def set_PageNumber(self,PageNumber): - self.add_query_param('PageNumber',PageNumber) - - def get_PageSize(self): - return self.get_query_params().get('PageSize') - - def set_PageSize(self,PageSize): - self.add_query_param('PageSize',PageSize) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_EndTime(self): - return self.get_query_params().get('EndTime') - - def set_EndTime(self,EndTime): - self.add_query_param('EndTime',EndTime) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_AutoProvisioningGroupId(self): - return self.get_query_params().get('AutoProvisioningGroupId') - - def set_AutoProvisioningGroupId(self,AutoProvisioningGroupId): - self.add_query_param('AutoProvisioningGroupId',AutoProvisioningGroupId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeAutoProvisioningGroupInstancesRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeAutoProvisioningGroupInstancesRequest.py deleted file mode 100644 index 2d3535fcd6..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeAutoProvisioningGroupInstancesRequest.py +++ /dev/null @@ -1,67 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest - -class DescribeAutoProvisioningGroupInstancesRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeAutoProvisioningGroupInstances','ecs') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_PageNumber(self): - return self.get_query_params().get('PageNumber') - - def set_PageNumber(self,PageNumber): - self.add_query_param('PageNumber',PageNumber) - - def get_PageSize(self): - return self.get_query_params().get('PageSize') - - def set_PageSize(self,PageSize): - self.add_query_param('PageSize',PageSize) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_AutoProvisioningGroupId(self): - return self.get_query_params().get('AutoProvisioningGroupId') - - def set_AutoProvisioningGroupId(self,AutoProvisioningGroupId): - self.add_query_param('AutoProvisioningGroupId',AutoProvisioningGroupId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeAutoProvisioningGroupsRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeAutoProvisioningGroupsRequest.py deleted file mode 100644 index 8219155327..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeAutoProvisioningGroupsRequest.py +++ /dev/null @@ -1,83 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest - -class DescribeAutoProvisioningGroupsRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeAutoProvisioningGroups','ecs') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_PageNumber(self): - return self.get_query_params().get('PageNumber') - - def set_PageNumber(self,PageNumber): - self.add_query_param('PageNumber',PageNumber) - - def get_PageSize(self): - return self.get_query_params().get('PageSize') - - def set_PageSize(self,PageSize): - self.add_query_param('PageSize',PageSize) - - def get_AutoProvisioningGroupStatuss(self): - return self.get_query_params().get('AutoProvisioningGroupStatuss') - - def set_AutoProvisioningGroupStatuss(self,AutoProvisioningGroupStatuss): - for i in range(len(AutoProvisioningGroupStatuss)): - if AutoProvisioningGroupStatuss[i] is not None: - self.add_query_param('AutoProvisioningGroupStatus.' + str(i + 1) , AutoProvisioningGroupStatuss[i]); - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_AutoProvisioningGroupIds(self): - return self.get_query_params().get('AutoProvisioningGroupIds') - - def set_AutoProvisioningGroupIds(self,AutoProvisioningGroupIds): - for i in range(len(AutoProvisioningGroupIds)): - if AutoProvisioningGroupIds[i] is not None: - self.add_query_param('AutoProvisioningGroupId.' + str(i + 1) , AutoProvisioningGroupIds[i]); - - def get_AutoProvisioningGroupName(self): - return self.get_query_params().get('AutoProvisioningGroupName') - - def set_AutoProvisioningGroupName(self,AutoProvisioningGroupName): - self.add_query_param('AutoProvisioningGroupName',AutoProvisioningGroupName) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeAutoSnapshotPolicyExRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeAutoSnapshotPolicyExRequest.py deleted file mode 100644 index 0d0074e2cf..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeAutoSnapshotPolicyExRequest.py +++ /dev/null @@ -1,67 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest - -class DescribeAutoSnapshotPolicyExRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeAutoSnapshotPolicyEx','ecs') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_AutoSnapshotPolicyId(self): - return self.get_query_params().get('AutoSnapshotPolicyId') - - def set_AutoSnapshotPolicyId(self,AutoSnapshotPolicyId): - self.add_query_param('AutoSnapshotPolicyId',AutoSnapshotPolicyId) - - def get_PageNumber(self): - return self.get_query_params().get('PageNumber') - - def set_PageNumber(self,PageNumber): - self.add_query_param('PageNumber',PageNumber) - - def get_PageSize(self): - return self.get_query_params().get('PageSize') - - def set_PageSize(self,PageSize): - self.add_query_param('PageSize',PageSize) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeAvailableResourceRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeAvailableResourceRequest.py deleted file mode 100644 index 43649027e9..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeAvailableResourceRequest.py +++ /dev/null @@ -1,139 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest - -class DescribeAvailableResourceRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeAvailableResource','ecs') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_Memory(self): - return self.get_query_params().get('Memory') - - def set_Memory(self,Memory): - self.add_query_param('Memory',Memory) - - def get_IoOptimized(self): - return self.get_query_params().get('IoOptimized') - - def set_IoOptimized(self,IoOptimized): - self.add_query_param('IoOptimized',IoOptimized) - - def get_DataDiskCategory(self): - return self.get_query_params().get('DataDiskCategory') - - def set_DataDiskCategory(self,DataDiskCategory): - self.add_query_param('DataDiskCategory',DataDiskCategory) - - def get_Cores(self): - return self.get_query_params().get('Cores') - - def set_Cores(self,Cores): - self.add_query_param('Cores',Cores) - - def get_SystemDiskCategory(self): - return self.get_query_params().get('SystemDiskCategory') - - def set_SystemDiskCategory(self,SystemDiskCategory): - self.add_query_param('SystemDiskCategory',SystemDiskCategory) - - def get_Scope(self): - return self.get_query_params().get('Scope') - - def set_Scope(self,Scope): - self.add_query_param('Scope',Scope) - - def get_InstanceType(self): - return self.get_query_params().get('InstanceType') - - def set_InstanceType(self,InstanceType): - self.add_query_param('InstanceType',InstanceType) - - def get_NetworkCategory(self): - return self.get_query_params().get('NetworkCategory') - - def set_NetworkCategory(self,NetworkCategory): - self.add_query_param('NetworkCategory',NetworkCategory) - - def get_InstanceChargeType(self): - return self.get_query_params().get('InstanceChargeType') - - def set_InstanceChargeType(self,InstanceChargeType): - self.add_query_param('InstanceChargeType',InstanceChargeType) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_DedicatedHostId(self): - return self.get_query_params().get('DedicatedHostId') - - def set_DedicatedHostId(self,DedicatedHostId): - self.add_query_param('DedicatedHostId',DedicatedHostId) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_SpotDuration(self): - return self.get_query_params().get('SpotDuration') - - def set_SpotDuration(self,SpotDuration): - self.add_query_param('SpotDuration',SpotDuration) - - def get_ResourceType(self): - return self.get_query_params().get('ResourceType') - - def set_ResourceType(self,ResourceType): - self.add_query_param('ResourceType',ResourceType) - - def get_SpotStrategy(self): - return self.get_query_params().get('SpotStrategy') - - def set_SpotStrategy(self,SpotStrategy): - self.add_query_param('SpotStrategy',SpotStrategy) - - def get_DestinationResource(self): - return self.get_query_params().get('DestinationResource') - - def set_DestinationResource(self,DestinationResource): - self.add_query_param('DestinationResource',DestinationResource) - - def get_ZoneId(self): - return self.get_query_params().get('ZoneId') - - def set_ZoneId(self,ZoneId): - self.add_query_param('ZoneId',ZoneId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeBandwidthLimitationRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeBandwidthLimitationRequest.py deleted file mode 100644 index 63fcb437fd..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeBandwidthLimitationRequest.py +++ /dev/null @@ -1,79 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest - -class DescribeBandwidthLimitationRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeBandwidthLimitation','ecs') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_InstanceType(self): - return self.get_query_params().get('InstanceType') - - def set_InstanceType(self,InstanceType): - self.add_query_param('InstanceType',InstanceType) - - def get_InstanceChargeType(self): - return self.get_query_params().get('InstanceChargeType') - - def set_InstanceChargeType(self,InstanceChargeType): - self.add_query_param('InstanceChargeType',InstanceChargeType) - - def get_ResourceId(self): - return self.get_query_params().get('ResourceId') - - def set_ResourceId(self,ResourceId): - self.add_query_param('ResourceId',ResourceId) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_OperationType(self): - return self.get_query_params().get('OperationType') - - def set_OperationType(self,OperationType): - self.add_query_param('OperationType',OperationType) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_SpotStrategy(self): - return self.get_query_params().get('SpotStrategy') - - def set_SpotStrategy(self,SpotStrategy): - self.add_query_param('SpotStrategy',SpotStrategy) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeBandwidthPackagesRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeBandwidthPackagesRequest.py deleted file mode 100644 index bb956f0c64..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeBandwidthPackagesRequest.py +++ /dev/null @@ -1,73 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest - -class DescribeBandwidthPackagesRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeBandwidthPackages','ecs') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_PageNumber(self): - return self.get_query_params().get('PageNumber') - - def set_PageNumber(self,PageNumber): - self.add_query_param('PageNumber',PageNumber) - - def get_PageSize(self): - return self.get_query_params().get('PageSize') - - def set_PageSize(self,PageSize): - self.add_query_param('PageSize',PageSize) - - def get_NatGatewayId(self): - return self.get_query_params().get('NatGatewayId') - - def set_NatGatewayId(self,NatGatewayId): - self.add_query_param('NatGatewayId',NatGatewayId) - - def get_BandwidthPackageId(self): - return self.get_query_params().get('BandwidthPackageId') - - def set_BandwidthPackageId(self,BandwidthPackageId): - self.add_query_param('BandwidthPackageId',BandwidthPackageId) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeClassicLinkInstancesRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeClassicLinkInstancesRequest.py deleted file mode 100644 index dcf27f9f0c..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeClassicLinkInstancesRequest.py +++ /dev/null @@ -1,67 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest - -class DescribeClassicLinkInstancesRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeClassicLinkInstances','ecs') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_PageNumber(self): - return self.get_query_params().get('PageNumber') - - def set_PageNumber(self,PageNumber): - self.add_query_param('PageNumber',PageNumber) - - def get_PageSize(self): - return self.get_query_params().get('PageSize') - - def set_PageSize(self,PageSize): - self.add_query_param('PageSize',PageSize) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_InstanceId(self): - return self.get_query_params().get('InstanceId') - - def set_InstanceId(self,InstanceId): - self.add_query_param('InstanceId',InstanceId) - - def get_VpcId(self): - return self.get_query_params().get('VpcId') - - def set_VpcId(self,VpcId): - self.add_query_param('VpcId',VpcId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeCloudAssistantStatusRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeCloudAssistantStatusRequest.py deleted file mode 100644 index 1686a53460..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeCloudAssistantStatusRequest.py +++ /dev/null @@ -1,57 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest - -class DescribeCloudAssistantStatusRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeCloudAssistantStatus','ecs') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_InstanceIds(self): - return self.get_query_params().get('InstanceIds') - - def set_InstanceIds(self,InstanceIds): - for i in range(len(InstanceIds)): - if InstanceIds[i] is not None: - self.add_query_param('InstanceId.' + str(i + 1) , InstanceIds[i]); \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeClustersRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeClustersRequest.py deleted file mode 100644 index 808544ac02..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeClustersRequest.py +++ /dev/null @@ -1,49 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest - -class DescribeClustersRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeClusters','ecs') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeCommandsRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeCommandsRequest.py deleted file mode 100644 index 68e42ddfe3..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeCommandsRequest.py +++ /dev/null @@ -1,91 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest - -class DescribeCommandsRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeCommands','ecs') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_Description(self): - return self.get_query_params().get('Description') - - def set_Description(self,Description): - self.add_query_param('Description',Description) - - def get_Type(self): - return self.get_query_params().get('Type') - - def set_Type(self,Type): - self.add_query_param('Type',Type) - - def get_CommandId(self): - return self.get_query_params().get('CommandId') - - def set_CommandId(self,CommandId): - self.add_query_param('CommandId',CommandId) - - def get_PageNumber(self): - return self.get_query_params().get('PageNumber') - - def set_PageNumber(self,PageNumber): - self.add_query_param('PageNumber',PageNumber) - - def get_ContentEncoding(self): - return self.get_query_params().get('ContentEncoding') - - def set_ContentEncoding(self,ContentEncoding): - self.add_query_param('ContentEncoding',ContentEncoding) - - def get_PageSize(self): - return self.get_query_params().get('PageSize') - - def set_PageSize(self,PageSize): - self.add_query_param('PageSize',PageSize) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_Name(self): - return self.get_query_params().get('Name') - - def set_Name(self,Name): - self.add_query_param('Name',Name) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeDedicatedHostAutoRenewRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeDedicatedHostAutoRenewRequest.py deleted file mode 100644 index a08a47fb49..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeDedicatedHostAutoRenewRequest.py +++ /dev/null @@ -1,55 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest - -class DescribeDedicatedHostAutoRenewRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeDedicatedHostAutoRenew','ecs') - - def get_DedicatedHostIds(self): - return self.get_query_params().get('DedicatedHostIds') - - def set_DedicatedHostIds(self,DedicatedHostIds): - self.add_query_param('DedicatedHostIds',DedicatedHostIds) - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeDedicatedHostTypesRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeDedicatedHostTypesRequest.py deleted file mode 100644 index 3035c4366d..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeDedicatedHostTypesRequest.py +++ /dev/null @@ -1,61 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest - -class DescribeDedicatedHostTypesRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeDedicatedHostTypes','ecs') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_SupportedInstanceTypeFamily(self): - return self.get_query_params().get('SupportedInstanceTypeFamily') - - def set_SupportedInstanceTypeFamily(self,SupportedInstanceTypeFamily): - self.add_query_param('SupportedInstanceTypeFamily',SupportedInstanceTypeFamily) - - def get_DedicatedHostType(self): - return self.get_query_params().get('DedicatedHostType') - - def set_DedicatedHostType(self,DedicatedHostType): - self.add_query_param('DedicatedHostType',DedicatedHostType) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeDedicatedHostsRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeDedicatedHostsRequest.py deleted file mode 100644 index b26e93ab75..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeDedicatedHostsRequest.py +++ /dev/null @@ -1,114 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest - -class DescribeDedicatedHostsRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeDedicatedHosts','ecs') - - def get_DedicatedHostIds(self): - return self.get_query_params().get('DedicatedHostIds') - - def set_DedicatedHostIds(self,DedicatedHostIds): - self.add_query_param('DedicatedHostIds',DedicatedHostIds) - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_PageNumber(self): - return self.get_query_params().get('PageNumber') - - def set_PageNumber(self,PageNumber): - self.add_query_param('PageNumber',PageNumber) - - def get_ResourceGroupId(self): - return self.get_query_params().get('ResourceGroupId') - - def set_ResourceGroupId(self,ResourceGroupId): - self.add_query_param('ResourceGroupId',ResourceGroupId) - - def get_LockReason(self): - return self.get_query_params().get('LockReason') - - def set_LockReason(self,LockReason): - self.add_query_param('LockReason',LockReason) - - def get_PageSize(self): - return self.get_query_params().get('PageSize') - - def set_PageSize(self,PageSize): - self.add_query_param('PageSize',PageSize) - - def get_DedicatedHostType(self): - return self.get_query_params().get('DedicatedHostType') - - def set_DedicatedHostType(self,DedicatedHostType): - self.add_query_param('DedicatedHostType',DedicatedHostType) - - def get_Tags(self): - return self.get_query_params().get('Tags') - - def set_Tags(self,Tags): - for i in range(len(Tags)): - if Tags[i].get('Value') is not None: - self.add_query_param('Tag.' + str(i + 1) + '.Value' , Tags[i].get('Value')) - if Tags[i].get('Key') is not None: - self.add_query_param('Tag.' + str(i + 1) + '.Key' , Tags[i].get('Key')) - - - def get_DedicatedHostName(self): - return self.get_query_params().get('DedicatedHostName') - - def set_DedicatedHostName(self,DedicatedHostName): - self.add_query_param('DedicatedHostName',DedicatedHostName) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_ZoneId(self): - return self.get_query_params().get('ZoneId') - - def set_ZoneId(self,ZoneId): - self.add_query_param('ZoneId',ZoneId) - - def get_Status(self): - return self.get_query_params().get('Status') - - def set_Status(self,Status): - self.add_query_param('Status',Status) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeDemandsRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeDemandsRequest.py deleted file mode 100644 index 455c5ab88d..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeDemandsRequest.py +++ /dev/null @@ -1,122 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest - -class DescribeDemandsRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeDemands','ecs') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_PageNumber(self): - return self.get_query_params().get('PageNumber') - - def set_PageNumber(self,PageNumber): - self.add_query_param('PageNumber',PageNumber) - - def get_PageSize(self): - return self.get_query_params().get('PageSize') - - def set_PageSize(self,PageSize): - self.add_query_param('PageSize',PageSize) - - def get_InstanceType(self): - return self.get_query_params().get('InstanceType') - - def set_InstanceType(self,InstanceType): - self.add_query_param('InstanceType',InstanceType) - - def get_Tags(self): - return self.get_query_params().get('Tags') - - def set_Tags(self,Tags): - for i in range(len(Tags)): - if Tags[i].get('Key') is not None: - self.add_query_param('Tag.' + str(i + 1) + '.Key' , Tags[i].get('Key')) - if Tags[i].get('Value') is not None: - self.add_query_param('Tag.' + str(i + 1) + '.Value' , Tags[i].get('Value')) - - - def get_InstanceChargeType(self): - return self.get_query_params().get('InstanceChargeType') - - def set_InstanceChargeType(self,InstanceChargeType): - self.add_query_param('InstanceChargeType',InstanceChargeType) - - def get_DryRun(self): - return self.get_query_params().get('DryRun') - - def set_DryRun(self,DryRun): - self.add_query_param('DryRun',DryRun) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_InstanceTypeFamily(self): - return self.get_query_params().get('InstanceTypeFamily') - - def set_InstanceTypeFamily(self,InstanceTypeFamily): - self.add_query_param('InstanceTypeFamily',InstanceTypeFamily) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_DemandStatuss(self): - return self.get_query_params().get('DemandStatuss') - - def set_DemandStatuss(self,DemandStatuss): - for i in range(len(DemandStatuss)): - if DemandStatuss[i] is not None: - self.add_query_param('DemandStatus.' + str(i + 1) , DemandStatuss[i]); - - def get_DemandId(self): - return self.get_query_params().get('DemandId') - - def set_DemandId(self,DemandId): - self.add_query_param('DemandId',DemandId) - - def get_ZoneId(self): - return self.get_query_params().get('ZoneId') - - def set_ZoneId(self,ZoneId): - self.add_query_param('ZoneId',ZoneId) - - def get_DemandType(self): - return self.get_query_params().get('DemandType') - - def set_DemandType(self,DemandType): - self.add_query_param('DemandType',DemandType) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeDeploymentSetsRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeDeploymentSetsRequest.py deleted file mode 100644 index ef6c1c8b57..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeDeploymentSetsRequest.py +++ /dev/null @@ -1,97 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest - -class DescribeDeploymentSetsRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeDeploymentSets','ecs') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_NetworkType(self): - return self.get_query_params().get('NetworkType') - - def set_NetworkType(self,NetworkType): - self.add_query_param('NetworkType',NetworkType) - - def get_PageNumber(self): - return self.get_query_params().get('PageNumber') - - def set_PageNumber(self,PageNumber): - self.add_query_param('PageNumber',PageNumber) - - def get_DeploymentSetIds(self): - return self.get_query_params().get('DeploymentSetIds') - - def set_DeploymentSetIds(self,DeploymentSetIds): - self.add_query_param('DeploymentSetIds',DeploymentSetIds) - - def get_PageSize(self): - return self.get_query_params().get('PageSize') - - def set_PageSize(self,PageSize): - self.add_query_param('PageSize',PageSize) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_DeploymentSetName(self): - return self.get_query_params().get('DeploymentSetName') - - def set_DeploymentSetName(self,DeploymentSetName): - self.add_query_param('DeploymentSetName',DeploymentSetName) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_Granularity(self): - return self.get_query_params().get('Granularity') - - def set_Granularity(self,Granularity): - self.add_query_param('Granularity',Granularity) - - def get_Domain(self): - return self.get_query_params().get('Domain') - - def set_Domain(self,Domain): - self.add_query_param('Domain',Domain) - - def get_Strategy(self): - return self.get_query_params().get('Strategy') - - def set_Strategy(self,Strategy): - self.add_query_param('Strategy',Strategy) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeDiskMonitorDataRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeDiskMonitorDataRequest.py deleted file mode 100644 index 2ac1ecbb6b..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeDiskMonitorDataRequest.py +++ /dev/null @@ -1,73 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest - -class DescribeDiskMonitorDataRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeDiskMonitorData','ecs') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_StartTime(self): - return self.get_query_params().get('StartTime') - - def set_StartTime(self,StartTime): - self.add_query_param('StartTime',StartTime) - - def get_DiskId(self): - return self.get_query_params().get('DiskId') - - def set_DiskId(self,DiskId): - self.add_query_param('DiskId',DiskId) - - def get_Period(self): - return self.get_query_params().get('Period') - - def set_Period(self,Period): - self.add_query_param('Period',Period) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_EndTime(self): - return self.get_query_params().get('EndTime') - - def set_EndTime(self,EndTime): - self.add_query_param('EndTime',EndTime) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeDisksFullStatusRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeDisksFullStatusRequest.py deleted file mode 100644 index 2ab8588738..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeDisksFullStatusRequest.py +++ /dev/null @@ -1,107 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest - -class DescribeDisksFullStatusRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeDisksFullStatus','ecs') - - def get_EventIds(self): - return self.get_query_params().get('EventIds') - - def set_EventIds(self,EventIds): - for i in range(len(EventIds)): - if EventIds[i] is not None: - self.add_query_param('EventId.' + str(i + 1) , EventIds[i]); - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_PageNumber(self): - return self.get_query_params().get('PageNumber') - - def set_PageNumber(self,PageNumber): - self.add_query_param('PageNumber',PageNumber) - - def get_EventTimeStart(self): - return self.get_query_params().get('EventTime.Start') - - def set_EventTimeStart(self,EventTimeStart): - self.add_query_param('EventTime.Start',EventTimeStart) - - def get_PageSize(self): - return self.get_query_params().get('PageSize') - - def set_PageSize(self,PageSize): - self.add_query_param('PageSize',PageSize) - - def get_DiskIds(self): - return self.get_query_params().get('DiskIds') - - def set_DiskIds(self,DiskIds): - for i in range(len(DiskIds)): - if DiskIds[i] is not None: - self.add_query_param('DiskId.' + str(i + 1) , DiskIds[i]); - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_EventTimeEnd(self): - return self.get_query_params().get('EventTime.End') - - def set_EventTimeEnd(self,EventTimeEnd): - self.add_query_param('EventTime.End',EventTimeEnd) - - def get_HealthStatus(self): - return self.get_query_params().get('HealthStatus') - - def set_HealthStatus(self,HealthStatus): - self.add_query_param('HealthStatus',HealthStatus) - - def get_EventType(self): - return self.get_query_params().get('EventType') - - def set_EventType(self,EventType): - self.add_query_param('EventType',EventType) - - def get_Status(self): - return self.get_query_params().get('Status') - - def set_Status(self,Status): - self.add_query_param('Status',Status) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeDisksRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeDisksRequest.py deleted file mode 100644 index 4f12c19a79..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeDisksRequest.py +++ /dev/null @@ -1,230 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest - -class DescribeDisksRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeDisks','ecs') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_Filter2Value(self): - return self.get_query_params().get('Filter.2.Value') - - def set_Filter2Value(self,Filter2Value): - self.add_query_param('Filter.2.Value',Filter2Value) - - def get_AutoSnapshotPolicyId(self): - return self.get_query_params().get('AutoSnapshotPolicyId') - - def set_AutoSnapshotPolicyId(self,AutoSnapshotPolicyId): - self.add_query_param('AutoSnapshotPolicyId',AutoSnapshotPolicyId) - - def get_DiskName(self): - return self.get_query_params().get('DiskName') - - def set_DiskName(self,DiskName): - self.add_query_param('DiskName',DiskName) - - def get_DeleteAutoSnapshot(self): - return self.get_query_params().get('DeleteAutoSnapshot') - - def set_DeleteAutoSnapshot(self,DeleteAutoSnapshot): - self.add_query_param('DeleteAutoSnapshot',DeleteAutoSnapshot) - - def get_ResourceGroupId(self): - return self.get_query_params().get('ResourceGroupId') - - def set_ResourceGroupId(self,ResourceGroupId): - self.add_query_param('ResourceGroupId',ResourceGroupId) - - def get_DiskChargeType(self): - return self.get_query_params().get('DiskChargeType') - - def set_DiskChargeType(self,DiskChargeType): - self.add_query_param('DiskChargeType',DiskChargeType) - - def get_LockReason(self): - return self.get_query_params().get('LockReason') - - def set_LockReason(self,LockReason): - self.add_query_param('LockReason',LockReason) - - def get_Filter1Key(self): - return self.get_query_params().get('Filter.1.Key') - - def set_Filter1Key(self,Filter1Key): - self.add_query_param('Filter.1.Key',Filter1Key) - - def get_Tags(self): - return self.get_query_params().get('Tags') - - def set_Tags(self,Tags): - for i in range(len(Tags)): - if Tags[i].get('Value') is not None: - self.add_query_param('Tag.' + str(i + 1) + '.Value' , Tags[i].get('Value')) - if Tags[i].get('Key') is not None: - self.add_query_param('Tag.' + str(i + 1) + '.Key' , Tags[i].get('Key')) - - - def get_EnableAutoSnapshot(self): - return self.get_query_params().get('EnableAutoSnapshot') - - def set_EnableAutoSnapshot(self,EnableAutoSnapshot): - self.add_query_param('EnableAutoSnapshot',EnableAutoSnapshot) - - def get_DryRun(self): - return self.get_query_params().get('DryRun') - - def set_DryRun(self,DryRun): - self.add_query_param('DryRun',DryRun) - - def get_Filter1Value(self): - return self.get_query_params().get('Filter.1.Value') - - def set_Filter1Value(self,Filter1Value): - self.add_query_param('Filter.1.Value',Filter1Value) - - def get_Portable(self): - return self.get_query_params().get('Portable') - - def set_Portable(self,Portable): - self.add_query_param('Portable',Portable) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_AdditionalAttributess(self): - return self.get_query_params().get('AdditionalAttributess') - - def set_AdditionalAttributess(self,AdditionalAttributess): - for i in range(len(AdditionalAttributess)): - if AdditionalAttributess[i] is not None: - self.add_query_param('AdditionalAttributes.' + str(i + 1) , AdditionalAttributess[i]); - - def get_InstanceId(self): - return self.get_query_params().get('InstanceId') - - def set_InstanceId(self,InstanceId): - self.add_query_param('InstanceId',InstanceId) - - def get_ZoneId(self): - return self.get_query_params().get('ZoneId') - - def set_ZoneId(self,ZoneId): - self.add_query_param('ZoneId',ZoneId) - - def get_Status(self): - return self.get_query_params().get('Status') - - def set_Status(self,Status): - self.add_query_param('Status',Status) - - def get_SnapshotId(self): - return self.get_query_params().get('SnapshotId') - - def set_SnapshotId(self,SnapshotId): - self.add_query_param('SnapshotId',SnapshotId) - - def get_PageNumber(self): - return self.get_query_params().get('PageNumber') - - def set_PageNumber(self,PageNumber): - self.add_query_param('PageNumber',PageNumber) - - def get_PageSize(self): - return self.get_query_params().get('PageSize') - - def set_PageSize(self,PageSize): - self.add_query_param('PageSize',PageSize) - - def get_DiskIds(self): - return self.get_query_params().get('DiskIds') - - def set_DiskIds(self,DiskIds): - self.add_query_param('DiskIds',DiskIds) - - def get_DeleteWithInstance(self): - return self.get_query_params().get('DeleteWithInstance') - - def set_DeleteWithInstance(self,DeleteWithInstance): - self.add_query_param('DeleteWithInstance',DeleteWithInstance) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_EnableAutomatedSnapshotPolicy(self): - return self.get_query_params().get('EnableAutomatedSnapshotPolicy') - - def set_EnableAutomatedSnapshotPolicy(self,EnableAutomatedSnapshotPolicy): - self.add_query_param('EnableAutomatedSnapshotPolicy',EnableAutomatedSnapshotPolicy) - - def get_Filter2Key(self): - return self.get_query_params().get('Filter.2.Key') - - def set_Filter2Key(self,Filter2Key): - self.add_query_param('Filter.2.Key',Filter2Key) - - def get_DiskType(self): - return self.get_query_params().get('DiskType') - - def set_DiskType(self,DiskType): - self.add_query_param('DiskType',DiskType) - - def get_EnableShared(self): - return self.get_query_params().get('EnableShared') - - def set_EnableShared(self,EnableShared): - self.add_query_param('EnableShared',EnableShared) - - def get_Encrypted(self): - return self.get_query_params().get('Encrypted') - - def set_Encrypted(self,Encrypted): - self.add_query_param('Encrypted',Encrypted) - - def get_Category(self): - return self.get_query_params().get('Category') - - def set_Category(self,Category): - self.add_query_param('Category',Category) - - def get_KMSKeyId(self): - return self.get_query_params().get('KMSKeyId') - - def set_KMSKeyId(self,KMSKeyId): - self.add_query_param('KMSKeyId',KMSKeyId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeEipAddressesRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeEipAddressesRequest.py deleted file mode 100644 index 9c76a24caa..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeEipAddressesRequest.py +++ /dev/null @@ -1,133 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest - -class DescribeEipAddressesRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeEipAddresses','ecs') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_Filter2Value(self): - return self.get_query_params().get('Filter.2.Value') - - def set_Filter2Value(self,Filter2Value): - self.add_query_param('Filter.2.Value',Filter2Value) - - def get_ISP(self): - return self.get_query_params().get('ISP') - - def set_ISP(self,ISP): - self.add_query_param('ISP',ISP) - - def get_AllocationId(self): - return self.get_query_params().get('AllocationId') - - def set_AllocationId(self,AllocationId): - self.add_query_param('AllocationId',AllocationId) - - def get_EipAddress(self): - return self.get_query_params().get('EipAddress') - - def set_EipAddress(self,EipAddress): - self.add_query_param('EipAddress',EipAddress) - - def get_PageNumber(self): - return self.get_query_params().get('PageNumber') - - def set_PageNumber(self,PageNumber): - self.add_query_param('PageNumber',PageNumber) - - def get_LockReason(self): - return self.get_query_params().get('LockReason') - - def set_LockReason(self,LockReason): - self.add_query_param('LockReason',LockReason) - - def get_Filter1Key(self): - return self.get_query_params().get('Filter.1.Key') - - def set_Filter1Key(self,Filter1Key): - self.add_query_param('Filter.1.Key',Filter1Key) - - def get_AssociatedInstanceType(self): - return self.get_query_params().get('AssociatedInstanceType') - - def set_AssociatedInstanceType(self,AssociatedInstanceType): - self.add_query_param('AssociatedInstanceType',AssociatedInstanceType) - - def get_PageSize(self): - return self.get_query_params().get('PageSize') - - def set_PageSize(self,PageSize): - self.add_query_param('PageSize',PageSize) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_Filter1Value(self): - return self.get_query_params().get('Filter.1.Value') - - def set_Filter1Value(self,Filter1Value): - self.add_query_param('Filter.1.Value',Filter1Value) - - def get_Filter2Key(self): - return self.get_query_params().get('Filter.2.Key') - - def set_Filter2Key(self,Filter2Key): - self.add_query_param('Filter.2.Key',Filter2Key) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_ChargeType(self): - return self.get_query_params().get('ChargeType') - - def set_ChargeType(self,ChargeType): - self.add_query_param('ChargeType',ChargeType) - - def get_AssociatedInstanceId(self): - return self.get_query_params().get('AssociatedInstanceId') - - def set_AssociatedInstanceId(self,AssociatedInstanceId): - self.add_query_param('AssociatedInstanceId',AssociatedInstanceId) - - def get_Status(self): - return self.get_query_params().get('Status') - - def set_Status(self,Status): - self.add_query_param('Status',Status) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeEipMonitorDataRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeEipMonitorDataRequest.py deleted file mode 100644 index ec82c8e036..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeEipMonitorDataRequest.py +++ /dev/null @@ -1,73 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest - -class DescribeEipMonitorDataRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeEipMonitorData','ecs') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_AllocationId(self): - return self.get_query_params().get('AllocationId') - - def set_AllocationId(self,AllocationId): - self.add_query_param('AllocationId',AllocationId) - - def get_StartTime(self): - return self.get_query_params().get('StartTime') - - def set_StartTime(self,StartTime): - self.add_query_param('StartTime',StartTime) - - def get_Period(self): - return self.get_query_params().get('Period') - - def set_Period(self,Period): - self.add_query_param('Period',Period) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_EndTime(self): - return self.get_query_params().get('EndTime') - - def set_EndTime(self,EndTime): - self.add_query_param('EndTime',EndTime) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeEniMonitorDataRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeEniMonitorDataRequest.py deleted file mode 100644 index eb6d8edf88..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeEniMonitorDataRequest.py +++ /dev/null @@ -1,79 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest - -class DescribeEniMonitorDataRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeEniMonitorData','ecs') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_StartTime(self): - return self.get_query_params().get('StartTime') - - def set_StartTime(self,StartTime): - self.add_query_param('StartTime',StartTime) - - def get_Period(self): - return self.get_query_params().get('Period') - - def set_Period(self,Period): - self.add_query_param('Period',Period) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_EndTime(self): - return self.get_query_params().get('EndTime') - - def set_EndTime(self,EndTime): - self.add_query_param('EndTime',EndTime) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_InstanceId(self): - return self.get_query_params().get('InstanceId') - - def set_InstanceId(self,InstanceId): - self.add_query_param('InstanceId',InstanceId) - - def get_EniId(self): - return self.get_query_params().get('EniId') - - def set_EniId(self,EniId): - self.add_query_param('EniId',EniId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeForwardTableEntriesRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeForwardTableEntriesRequest.py deleted file mode 100644 index c2f88ae720..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeForwardTableEntriesRequest.py +++ /dev/null @@ -1,73 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest - -class DescribeForwardTableEntriesRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeForwardTableEntries','ecs') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_ForwardTableId(self): - return self.get_query_params().get('ForwardTableId') - - def set_ForwardTableId(self,ForwardTableId): - self.add_query_param('ForwardTableId',ForwardTableId) - - def get_PageNumber(self): - return self.get_query_params().get('PageNumber') - - def set_PageNumber(self,PageNumber): - self.add_query_param('PageNumber',PageNumber) - - def get_ForwardEntryId(self): - return self.get_query_params().get('ForwardEntryId') - - def set_ForwardEntryId(self,ForwardEntryId): - self.add_query_param('ForwardEntryId',ForwardEntryId) - - def get_PageSize(self): - return self.get_query_params().get('PageSize') - - def set_PageSize(self,PageSize): - self.add_query_param('PageSize',PageSize) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeHaVipsRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeHaVipsRequest.py deleted file mode 100644 index a708a56dda..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeHaVipsRequest.py +++ /dev/null @@ -1,72 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest - -class DescribeHaVipsRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeHaVips','ecs') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_PageNumber(self): - return self.get_query_params().get('PageNumber') - - def set_PageNumber(self,PageNumber): - self.add_query_param('PageNumber',PageNumber) - - def get_PageSize(self): - return self.get_query_params().get('PageSize') - - def set_PageSize(self,PageSize): - self.add_query_param('PageSize',PageSize) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_Filters(self): - return self.get_query_params().get('Filters') - - def set_Filters(self,Filters): - for i in range(len(Filters)): - for j in range(len(Filters[i].get('Values'))): - if Filters[i].get('Values')[j] is not None: - self.add_query_param('Filter.' + str(i + 1) + '.Value.'+str(j + 1), Filters[i].get('Values')[j]) - if Filters[i].get('Key') is not None: - self.add_query_param('Filter.' + str(i + 1) + '.Key' , Filters[i].get('Key')) diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeHpcClustersRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeHpcClustersRequest.py deleted file mode 100644 index 2f62fc57e0..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeHpcClustersRequest.py +++ /dev/null @@ -1,73 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest - -class DescribeHpcClustersRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeHpcClusters','ecs') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_ClientToken(self): - return self.get_query_params().get('ClientToken') - - def set_ClientToken(self,ClientToken): - self.add_query_param('ClientToken',ClientToken) - - def get_PageNumber(self): - return self.get_query_params().get('PageNumber') - - def set_PageNumber(self,PageNumber): - self.add_query_param('PageNumber',PageNumber) - - def get_PageSize(self): - return self.get_query_params().get('PageSize') - - def set_PageSize(self,PageSize): - self.add_query_param('PageSize',PageSize) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_HpcClusterIds(self): - return self.get_query_params().get('HpcClusterIds') - - def set_HpcClusterIds(self,HpcClusterIds): - self.add_query_param('HpcClusterIds',HpcClusterIds) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeImageSharePermissionRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeImageSharePermissionRequest.py deleted file mode 100644 index 46c5e98bbe..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeImageSharePermissionRequest.py +++ /dev/null @@ -1,67 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest - -class DescribeImageSharePermissionRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeImageSharePermission','ecs') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_ImageId(self): - return self.get_query_params().get('ImageId') - - def set_ImageId(self,ImageId): - self.add_query_param('ImageId',ImageId) - - def get_PageNumber(self): - return self.get_query_params().get('PageNumber') - - def set_PageNumber(self,PageNumber): - self.add_query_param('PageNumber',PageNumber) - - def get_PageSize(self): - return self.get_query_params().get('PageSize') - - def set_PageSize(self,PageSize): - self.add_query_param('PageSize',PageSize) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeImageSupportInstanceTypesRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeImageSupportInstanceTypesRequest.py deleted file mode 100644 index ed2cd2da3f..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeImageSupportInstanceTypesRequest.py +++ /dev/null @@ -1,65 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest - -class DescribeImageSupportInstanceTypesRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeImageSupportInstanceTypes','ecs') - - def get_ActionType(self): - return self.get_query_params().get('ActionType') - - def set_ActionType(self,ActionType): - self.add_query_param('ActionType',ActionType) - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_ImageId(self): - return self.get_query_params().get('ImageId') - - def set_ImageId(self,ImageId): - self.add_query_param('ImageId',ImageId) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_Filters(self): - return self.get_query_params().get('Filters') - - def set_Filters(self,Filters): - for i in range(len(Filters)): - if Filters[i].get('Value') is not None: - self.add_query_param('Filter.' + str(i + 1) + '.Value' , Filters[i].get('Value')) - if Filters[i].get('Key') is not None: - self.add_query_param('Filter.' + str(i + 1) + '.Key' , Filters[i].get('Key')) diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeImagesRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeImagesRequest.py deleted file mode 100644 index 35b8ffd632..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeImagesRequest.py +++ /dev/null @@ -1,173 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest - -class DescribeImagesRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeImages','ecs') - - def get_ActionType(self): - return self.get_query_params().get('ActionType') - - def set_ActionType(self,ActionType): - self.add_query_param('ActionType',ActionType) - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_ImageId(self): - return self.get_query_params().get('ImageId') - - def set_ImageId(self,ImageId): - self.add_query_param('ImageId',ImageId) - - def get_SnapshotId(self): - return self.get_query_params().get('SnapshotId') - - def set_SnapshotId(self,SnapshotId): - self.add_query_param('SnapshotId',SnapshotId) - - def get_Usage(self): - return self.get_query_params().get('Usage') - - def set_Usage(self,Usage): - self.add_query_param('Usage',Usage) - - def get_PageNumber(self): - return self.get_query_params().get('PageNumber') - - def set_PageNumber(self,PageNumber): - self.add_query_param('PageNumber',PageNumber) - - def get_ImageOwnerAlias(self): - return self.get_query_params().get('ImageOwnerAlias') - - def set_ImageOwnerAlias(self,ImageOwnerAlias): - self.add_query_param('ImageOwnerAlias',ImageOwnerAlias) - - def get_ResourceGroupId(self): - return self.get_query_params().get('ResourceGroupId') - - def set_ResourceGroupId(self,ResourceGroupId): - self.add_query_param('ResourceGroupId',ResourceGroupId) - - def get_IsSupportIoOptimized(self): - return self.get_query_params().get('IsSupportIoOptimized') - - def set_IsSupportIoOptimized(self,IsSupportIoOptimized): - self.add_query_param('IsSupportIoOptimized',IsSupportIoOptimized) - - def get_ImageName(self): - return self.get_query_params().get('ImageName') - - def set_ImageName(self,ImageName): - self.add_query_param('ImageName',ImageName) - - def get_IsSupportCloudinit(self): - return self.get_query_params().get('IsSupportCloudinit') - - def set_IsSupportCloudinit(self,IsSupportCloudinit): - self.add_query_param('IsSupportCloudinit',IsSupportCloudinit) - - def get_PageSize(self): - return self.get_query_params().get('PageSize') - - def set_PageSize(self,PageSize): - self.add_query_param('PageSize',PageSize) - - def get_InstanceType(self): - return self.get_query_params().get('InstanceType') - - def set_InstanceType(self,InstanceType): - self.add_query_param('InstanceType',InstanceType) - - def get_Tags(self): - return self.get_query_params().get('Tags') - - def set_Tags(self,Tags): - for i in range(len(Tags)): - if Tags[i].get('Value') is not None: - self.add_query_param('Tag.' + str(i + 1) + '.Value' , Tags[i].get('Value')) - if Tags[i].get('Key') is not None: - self.add_query_param('Tag.' + str(i + 1) + '.Key' , Tags[i].get('Key')) - - - def get_Architecture(self): - return self.get_query_params().get('Architecture') - - def set_Architecture(self,Architecture): - self.add_query_param('Architecture',Architecture) - - def get_DryRun(self): - return self.get_query_params().get('DryRun') - - def set_DryRun(self,DryRun): - self.add_query_param('DryRun',DryRun) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_ShowExpired(self): - return self.get_query_params().get('ShowExpired') - - def set_ShowExpired(self,ShowExpired): - self.add_query_param('ShowExpired',ShowExpired) - - def get_OSType(self): - return self.get_query_params().get('OSType') - - def set_OSType(self,OSType): - self.add_query_param('OSType',OSType) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_Filters(self): - return self.get_query_params().get('Filters') - - def set_Filters(self,Filters): - for i in range(len(Filters)): - if Filters[i].get('Value') is not None: - self.add_query_param('Filter.' + str(i + 1) + '.Value' , Filters[i].get('Value')) - if Filters[i].get('Key') is not None: - self.add_query_param('Filter.' + str(i + 1) + '.Key' , Filters[i].get('Key')) - - - def get_Status(self): - return self.get_query_params().get('Status') - - def set_Status(self,Status): - self.add_query_param('Status',Status) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceAttributeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceAttributeRequest.py deleted file mode 100644 index c29ecdc7b5..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceAttributeRequest.py +++ /dev/null @@ -1,55 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest - -class DescribeInstanceAttributeRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeInstanceAttribute','ecs') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_InstanceId(self): - return self.get_query_params().get('InstanceId') - - def set_InstanceId(self,InstanceId): - self.add_query_param('InstanceId',InstanceId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceAutoRenewAttributeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceAutoRenewAttributeRequest.py deleted file mode 100644 index ad5c1ed3f9..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceAutoRenewAttributeRequest.py +++ /dev/null @@ -1,73 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest - -class DescribeInstanceAutoRenewAttributeRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeInstanceAutoRenewAttribute','ecs') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_PageNumber(self): - return self.get_query_params().get('PageNumber') - - def set_PageNumber(self,PageNumber): - self.add_query_param('PageNumber',PageNumber) - - def get_RenewalStatus(self): - return self.get_query_params().get('RenewalStatus') - - def set_RenewalStatus(self,RenewalStatus): - self.add_query_param('RenewalStatus',RenewalStatus) - - def get_PageSize(self): - return self.get_query_params().get('PageSize') - - def set_PageSize(self,PageSize): - self.add_query_param('PageSize',PageSize) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_InstanceId(self): - return self.get_query_params().get('InstanceId') - - def set_InstanceId(self,InstanceId): - self.add_query_param('InstanceId',InstanceId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceHistoryEventsRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceHistoryEventsRequest.py deleted file mode 100644 index 1c36c8cc8e..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceHistoryEventsRequest.py +++ /dev/null @@ -1,127 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest - -class DescribeInstanceHistoryEventsRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeInstanceHistoryEvents','ecs') - - def get_EventIds(self): - return self.get_query_params().get('EventIds') - - def set_EventIds(self,EventIds): - for i in range(len(EventIds)): - if EventIds[i] is not None: - self.add_query_param('EventId.' + str(i + 1) , EventIds[i]); - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_EventCycleStatus(self): - return self.get_query_params().get('EventCycleStatus') - - def set_EventCycleStatus(self,EventCycleStatus): - self.add_query_param('EventCycleStatus',EventCycleStatus) - - def get_PageNumber(self): - return self.get_query_params().get('PageNumber') - - def set_PageNumber(self,PageNumber): - self.add_query_param('PageNumber',PageNumber) - - def get_PageSize(self): - return self.get_query_params().get('PageSize') - - def set_PageSize(self,PageSize): - self.add_query_param('PageSize',PageSize) - - def get_InstanceEventCycleStatuss(self): - return self.get_query_params().get('InstanceEventCycleStatuss') - - def set_InstanceEventCycleStatuss(self,InstanceEventCycleStatuss): - for i in range(len(InstanceEventCycleStatuss)): - if InstanceEventCycleStatuss[i] is not None: - self.add_query_param('InstanceEventCycleStatus.' + str(i + 1) , InstanceEventCycleStatuss[i]); - - def get_EventPublishTimeEnd(self): - return self.get_query_params().get('EventPublishTime.End') - - def set_EventPublishTimeEnd(self,EventPublishTimeEnd): - self.add_query_param('EventPublishTime.End',EventPublishTimeEnd) - - def get_InstanceEventTypes(self): - return self.get_query_params().get('InstanceEventTypes') - - def set_InstanceEventTypes(self,InstanceEventTypes): - for i in range(len(InstanceEventTypes)): - if InstanceEventTypes[i] is not None: - self.add_query_param('InstanceEventType.' + str(i + 1) , InstanceEventTypes[i]); - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_NotBeforeStart(self): - return self.get_query_params().get('NotBefore.Start') - - def set_NotBeforeStart(self,NotBeforeStart): - self.add_query_param('NotBefore.Start',NotBeforeStart) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_EventPublishTimeStart(self): - return self.get_query_params().get('EventPublishTime.Start') - - def set_EventPublishTimeStart(self,EventPublishTimeStart): - self.add_query_param('EventPublishTime.Start',EventPublishTimeStart) - - def get_InstanceId(self): - return self.get_query_params().get('InstanceId') - - def set_InstanceId(self,InstanceId): - self.add_query_param('InstanceId',InstanceId) - - def get_NotBeforeEnd(self): - return self.get_query_params().get('NotBefore.End') - - def set_NotBeforeEnd(self,NotBeforeEnd): - self.add_query_param('NotBefore.End',NotBeforeEnd) - - def get_EventType(self): - return self.get_query_params().get('EventType') - - def set_EventType(self,EventType): - self.add_query_param('EventType',EventType) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceMaintenanceAttributesRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceMaintenanceAttributesRequest.py deleted file mode 100644 index 89e488dda0..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceMaintenanceAttributesRequest.py +++ /dev/null @@ -1,69 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest - -class DescribeInstanceMaintenanceAttributesRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeInstanceMaintenanceAttributes','ecs') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_PageNumber(self): - return self.get_query_params().get('PageNumber') - - def set_PageNumber(self,PageNumber): - self.add_query_param('PageNumber',PageNumber) - - def get_PageSize(self): - return self.get_query_params().get('PageSize') - - def set_PageSize(self,PageSize): - self.add_query_param('PageSize',PageSize) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_InstanceIds(self): - return self.get_query_params().get('InstanceIds') - - def set_InstanceIds(self,InstanceIds): - for i in range(len(InstanceIds)): - if InstanceIds[i] is not None: - self.add_query_param('InstanceId.' + str(i + 1) , InstanceIds[i]); \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceMonitorDataRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceMonitorDataRequest.py deleted file mode 100644 index 93c738e79b..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceMonitorDataRequest.py +++ /dev/null @@ -1,73 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest - -class DescribeInstanceMonitorDataRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeInstanceMonitorData','ecs') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_StartTime(self): - return self.get_query_params().get('StartTime') - - def set_StartTime(self,StartTime): - self.add_query_param('StartTime',StartTime) - - def get_Period(self): - return self.get_query_params().get('Period') - - def set_Period(self,Period): - self.add_query_param('Period',Period) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_EndTime(self): - return self.get_query_params().get('EndTime') - - def set_EndTime(self,EndTime): - self.add_query_param('EndTime',EndTime) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_InstanceId(self): - return self.get_query_params().get('InstanceId') - - def set_InstanceId(self,InstanceId): - self.add_query_param('InstanceId',InstanceId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceRamRoleRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceRamRoleRequest.py deleted file mode 100644 index 771b3c9ebc..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceRamRoleRequest.py +++ /dev/null @@ -1,67 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest - -class DescribeInstanceRamRoleRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeInstanceRamRole','ecs') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_PageNumber(self): - return self.get_query_params().get('PageNumber') - - def set_PageNumber(self,PageNumber): - self.add_query_param('PageNumber',PageNumber) - - def get_PageSize(self): - return self.get_query_params().get('PageSize') - - def set_PageSize(self,PageSize): - self.add_query_param('PageSize',PageSize) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_RamRoleName(self): - return self.get_query_params().get('RamRoleName') - - def set_RamRoleName(self,RamRoleName): - self.add_query_param('RamRoleName',RamRoleName) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_InstanceIds(self): - return self.get_query_params().get('InstanceIds') - - def set_InstanceIds(self,InstanceIds): - self.add_query_param('InstanceIds',InstanceIds) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceStatusRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceStatusRequest.py deleted file mode 100644 index de30130188..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceStatusRequest.py +++ /dev/null @@ -1,73 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest - -class DescribeInstanceStatusRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeInstanceStatus','ecs') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_PageNumber(self): - return self.get_query_params().get('PageNumber') - - def set_PageNumber(self,PageNumber): - self.add_query_param('PageNumber',PageNumber) - - def get_PageSize(self): - return self.get_query_params().get('PageSize') - - def set_PageSize(self,PageSize): - self.add_query_param('PageSize',PageSize) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_ClusterId(self): - return self.get_query_params().get('ClusterId') - - def set_ClusterId(self,ClusterId): - self.add_query_param('ClusterId',ClusterId) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_ZoneId(self): - return self.get_query_params().get('ZoneId') - - def set_ZoneId(self,ZoneId): - self.add_query_param('ZoneId',ZoneId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceTopologyRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceTopologyRequest.py deleted file mode 100644 index d0fbd6abbe..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceTopologyRequest.py +++ /dev/null @@ -1,49 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest - -class DescribeInstanceTopologyRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeInstanceTopology','ecs') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_InstanceIds(self): - return self.get_query_params().get('InstanceIds') - - def set_InstanceIds(self,InstanceIds): - self.add_query_param('InstanceIds',InstanceIds) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceTypeFamiliesRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceTypeFamiliesRequest.py deleted file mode 100644 index ead70505c4..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceTypeFamiliesRequest.py +++ /dev/null @@ -1,55 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest - -class DescribeInstanceTypeFamiliesRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeInstanceTypeFamilies','ecs') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_Generation(self): - return self.get_query_params().get('Generation') - - def set_Generation(self,Generation): - self.add_query_param('Generation',Generation) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceTypesRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceTypesRequest.py deleted file mode 100644 index 9e45d3ced9..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceTypesRequest.py +++ /dev/null @@ -1,55 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest - -class DescribeInstanceTypesRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeInstanceTypes','ecs') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_InstanceTypeFamily(self): - return self.get_query_params().get('InstanceTypeFamily') - - def set_InstanceTypeFamily(self,InstanceTypeFamily): - self.add_query_param('InstanceTypeFamily',InstanceTypeFamily) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceVncPasswdRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceVncPasswdRequest.py deleted file mode 100644 index 680dce6a8a..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceVncPasswdRequest.py +++ /dev/null @@ -1,55 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest - -class DescribeInstanceVncPasswdRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeInstanceVncPasswd','ecs') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_InstanceId(self): - return self.get_query_params().get('InstanceId') - - def set_InstanceId(self,InstanceId): - self.add_query_param('InstanceId',InstanceId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceVncUrlRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceVncUrlRequest.py deleted file mode 100644 index 11eac13531..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceVncUrlRequest.py +++ /dev/null @@ -1,55 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest - -class DescribeInstanceVncUrlRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeInstanceVncUrl','ecs') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_InstanceId(self): - return self.get_query_params().get('InstanceId') - - def set_InstanceId(self,InstanceId): - self.add_query_param('InstanceId',InstanceId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstancesFullStatusRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstancesFullStatusRequest.py deleted file mode 100644 index da9cd37769..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstancesFullStatusRequest.py +++ /dev/null @@ -1,127 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest - -class DescribeInstancesFullStatusRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeInstancesFullStatus','ecs') - - def get_EventIds(self): - return self.get_query_params().get('EventIds') - - def set_EventIds(self,EventIds): - for i in range(len(EventIds)): - if EventIds[i] is not None: - self.add_query_param('EventId.' + str(i + 1) , EventIds[i]); - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_PageNumber(self): - return self.get_query_params().get('PageNumber') - - def set_PageNumber(self,PageNumber): - self.add_query_param('PageNumber',PageNumber) - - def get_PageSize(self): - return self.get_query_params().get('PageSize') - - def set_PageSize(self,PageSize): - self.add_query_param('PageSize',PageSize) - - def get_EventPublishTimeEnd(self): - return self.get_query_params().get('EventPublishTime.End') - - def set_EventPublishTimeEnd(self,EventPublishTimeEnd): - self.add_query_param('EventPublishTime.End',EventPublishTimeEnd) - - def get_InstanceEventTypes(self): - return self.get_query_params().get('InstanceEventTypes') - - def set_InstanceEventTypes(self,InstanceEventTypes): - for i in range(len(InstanceEventTypes)): - if InstanceEventTypes[i] is not None: - self.add_query_param('InstanceEventType.' + str(i + 1) , InstanceEventTypes[i]); - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_NotBeforeStart(self): - return self.get_query_params().get('NotBefore.Start') - - def set_NotBeforeStart(self,NotBeforeStart): - self.add_query_param('NotBefore.Start',NotBeforeStart) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_EventPublishTimeStart(self): - return self.get_query_params().get('EventPublishTime.Start') - - def set_EventPublishTimeStart(self,EventPublishTimeStart): - self.add_query_param('EventPublishTime.Start',EventPublishTimeStart) - - def get_InstanceIds(self): - return self.get_query_params().get('InstanceIds') - - def set_InstanceIds(self,InstanceIds): - for i in range(len(InstanceIds)): - if InstanceIds[i] is not None: - self.add_query_param('InstanceId.' + str(i + 1) , InstanceIds[i]); - - def get_NotBeforeEnd(self): - return self.get_query_params().get('NotBefore.End') - - def set_NotBeforeEnd(self,NotBeforeEnd): - self.add_query_param('NotBefore.End',NotBeforeEnd) - - def get_HealthStatus(self): - return self.get_query_params().get('HealthStatus') - - def set_HealthStatus(self,HealthStatus): - self.add_query_param('HealthStatus',HealthStatus) - - def get_EventType(self): - return self.get_query_params().get('EventType') - - def set_EventType(self,EventType): - self.add_query_param('EventType',EventType) - - def get_Status(self): - return self.get_query_params().get('Status') - - def set_Status(self,Status): - self.add_query_param('Status',Status) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstancesRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstancesRequest.py deleted file mode 100644 index 57d9245875..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstancesRequest.py +++ /dev/null @@ -1,276 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest - -class DescribeInstancesRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeInstances','ecs') - - def get_InnerIpAddresses(self): - return self.get_query_params().get('InnerIpAddresses') - - def set_InnerIpAddresses(self,InnerIpAddresses): - self.add_query_param('InnerIpAddresses',InnerIpAddresses) - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_PrivateIpAddresses(self): - return self.get_query_params().get('PrivateIpAddresses') - - def set_PrivateIpAddresses(self,PrivateIpAddresses): - self.add_query_param('PrivateIpAddresses',PrivateIpAddresses) - - def get_HpcClusterId(self): - return self.get_query_params().get('HpcClusterId') - - def set_HpcClusterId(self,HpcClusterId): - self.add_query_param('HpcClusterId',HpcClusterId) - - def get_Filter2Value(self): - return self.get_query_params().get('Filter.2.Value') - - def set_Filter2Value(self,Filter2Value): - self.add_query_param('Filter.2.Value',Filter2Value) - - def get_KeyPairName(self): - return self.get_query_params().get('KeyPairName') - - def set_KeyPairName(self,KeyPairName): - self.add_query_param('KeyPairName',KeyPairName) - - def get_ResourceGroupId(self): - return self.get_query_params().get('ResourceGroupId') - - def set_ResourceGroupId(self,ResourceGroupId): - self.add_query_param('ResourceGroupId',ResourceGroupId) - - def get_LockReason(self): - return self.get_query_params().get('LockReason') - - def set_LockReason(self,LockReason): - self.add_query_param('LockReason',LockReason) - - def get_Filter1Key(self): - return self.get_query_params().get('Filter.1.Key') - - def set_Filter1Key(self,Filter1Key): - self.add_query_param('Filter.1.Key',Filter1Key) - - def get_DeviceAvailable(self): - return self.get_query_params().get('DeviceAvailable') - - def set_DeviceAvailable(self,DeviceAvailable): - self.add_query_param('DeviceAvailable',DeviceAvailable) - - def get_Tags(self): - return self.get_query_params().get('Tags') - - def set_Tags(self,Tags): - for i in range(len(Tags)): - if Tags[i].get('Value') is not None: - self.add_query_param('Tag.' + str(i + 1) + '.Value' , Tags[i].get('Value')) - if Tags[i].get('Key') is not None: - self.add_query_param('Tag.' + str(i + 1) + '.Key' , Tags[i].get('Key')) - - - def get_Filter3Value(self): - return self.get_query_params().get('Filter.3.Value') - - def set_Filter3Value(self,Filter3Value): - self.add_query_param('Filter.3.Value',Filter3Value) - - def get_DryRun(self): - return self.get_query_params().get('DryRun') - - def set_DryRun(self,DryRun): - self.add_query_param('DryRun',DryRun) - - def get_Filter1Value(self): - return self.get_query_params().get('Filter.1.Value') - - def set_Filter1Value(self,Filter1Value): - self.add_query_param('Filter.1.Value',Filter1Value) - - def get_NeedSaleCycle(self): - return self.get_query_params().get('NeedSaleCycle') - - def set_NeedSaleCycle(self,NeedSaleCycle): - self.add_query_param('NeedSaleCycle',NeedSaleCycle) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_VSwitchId(self): - return self.get_query_params().get('VSwitchId') - - def set_VSwitchId(self,VSwitchId): - self.add_query_param('VSwitchId',VSwitchId) - - def get_InstanceName(self): - return self.get_query_params().get('InstanceName') - - def set_InstanceName(self,InstanceName): - self.add_query_param('InstanceName',InstanceName) - - def get_InstanceIds(self): - return self.get_query_params().get('InstanceIds') - - def set_InstanceIds(self,InstanceIds): - self.add_query_param('InstanceIds',InstanceIds) - - def get_InternetChargeType(self): - return self.get_query_params().get('InternetChargeType') - - def set_InternetChargeType(self,InternetChargeType): - self.add_query_param('InternetChargeType',InternetChargeType) - - def get_ZoneId(self): - return self.get_query_params().get('ZoneId') - - def set_ZoneId(self,ZoneId): - self.add_query_param('ZoneId',ZoneId) - - def get_InstanceNetworkType(self): - return self.get_query_params().get('InstanceNetworkType') - - def set_InstanceNetworkType(self,InstanceNetworkType): - self.add_query_param('InstanceNetworkType',InstanceNetworkType) - - def get_Status(self): - return self.get_query_params().get('Status') - - def set_Status(self,Status): - self.add_query_param('Status',Status) - - def get_ImageId(self): - return self.get_query_params().get('ImageId') - - def set_ImageId(self,ImageId): - self.add_query_param('ImageId',ImageId) - - def get_Filter4Value(self): - return self.get_query_params().get('Filter.4.Value') - - def set_Filter4Value(self,Filter4Value): - self.add_query_param('Filter.4.Value',Filter4Value) - - def get_IoOptimized(self): - return self.get_query_params().get('IoOptimized') - - def set_IoOptimized(self,IoOptimized): - self.add_query_param('IoOptimized',IoOptimized) - - def get_SecurityGroupId(self): - return self.get_query_params().get('SecurityGroupId') - - def set_SecurityGroupId(self,SecurityGroupId): - self.add_query_param('SecurityGroupId',SecurityGroupId) - - def get_Filter4Key(self): - return self.get_query_params().get('Filter.4.Key') - - def set_Filter4Key(self,Filter4Key): - self.add_query_param('Filter.4.Key',Filter4Key) - - def get_PageNumber(self): - return self.get_query_params().get('PageNumber') - - def set_PageNumber(self,PageNumber): - self.add_query_param('PageNumber',PageNumber) - - def get_RdmaIpAddresses(self): - return self.get_query_params().get('RdmaIpAddresses') - - def set_RdmaIpAddresses(self,RdmaIpAddresses): - self.add_query_param('RdmaIpAddresses',RdmaIpAddresses) - - def get_PageSize(self): - return self.get_query_params().get('PageSize') - - def set_PageSize(self,PageSize): - self.add_query_param('PageSize',PageSize) - - def get_PublicIpAddresses(self): - return self.get_query_params().get('PublicIpAddresses') - - def set_PublicIpAddresses(self,PublicIpAddresses): - self.add_query_param('PublicIpAddresses',PublicIpAddresses) - - def get_InstanceType(self): - return self.get_query_params().get('InstanceType') - - def set_InstanceType(self,InstanceType): - self.add_query_param('InstanceType',InstanceType) - - def get_InstanceChargeType(self): - return self.get_query_params().get('InstanceChargeType') - - def set_InstanceChargeType(self,InstanceChargeType): - self.add_query_param('InstanceChargeType',InstanceChargeType) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_InstanceTypeFamily(self): - return self.get_query_params().get('InstanceTypeFamily') - - def set_InstanceTypeFamily(self,InstanceTypeFamily): - self.add_query_param('InstanceTypeFamily',InstanceTypeFamily) - - def get_Filter2Key(self): - return self.get_query_params().get('Filter.2.Key') - - def set_Filter2Key(self,Filter2Key): - self.add_query_param('Filter.2.Key',Filter2Key) - - def get_EipAddresses(self): - return self.get_query_params().get('EipAddresses') - - def set_EipAddresses(self,EipAddresses): - self.add_query_param('EipAddresses',EipAddresses) - - def get_VpcId(self): - return self.get_query_params().get('VpcId') - - def set_VpcId(self,VpcId): - self.add_query_param('VpcId',VpcId) - - def get_Filter3Key(self): - return self.get_query_params().get('Filter.3.Key') - - def set_Filter3Key(self,Filter3Key): - self.add_query_param('Filter.3.Key',Filter3Key) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInvocationResultsRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInvocationResultsRequest.py deleted file mode 100644 index 91d2c626ea..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInvocationResultsRequest.py +++ /dev/null @@ -1,91 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest - -class DescribeInvocationResultsRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeInvocationResults','ecs') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_CommandId(self): - return self.get_query_params().get('CommandId') - - def set_CommandId(self,CommandId): - self.add_query_param('CommandId',CommandId) - - def get_PageNumber(self): - return self.get_query_params().get('PageNumber') - - def set_PageNumber(self,PageNumber): - self.add_query_param('PageNumber',PageNumber) - - def get_PageSize(self): - return self.get_query_params().get('PageSize') - - def set_PageSize(self,PageSize): - self.add_query_param('PageSize',PageSize) - - def get_InvokeId(self): - return self.get_query_params().get('InvokeId') - - def set_InvokeId(self,InvokeId): - self.add_query_param('InvokeId',InvokeId) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_InstanceId(self): - return self.get_query_params().get('InstanceId') - - def set_InstanceId(self,InstanceId): - self.add_query_param('InstanceId',InstanceId) - - def get_InvokeRecordStatus(self): - return self.get_query_params().get('InvokeRecordStatus') - - def set_InvokeRecordStatus(self,InvokeRecordStatus): - self.add_query_param('InvokeRecordStatus',InvokeRecordStatus) - - def get_IncludeHistory(self): - return self.get_query_params().get('IncludeHistory') - - def set_IncludeHistory(self,IncludeHistory): - self.add_query_param('IncludeHistory',IncludeHistory) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInvocationsRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInvocationsRequest.py deleted file mode 100644 index 629aa658bb..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInvocationsRequest.py +++ /dev/null @@ -1,115 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest - -class DescribeInvocationsRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeInvocations','ecs') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_InvokeStatus(self): - return self.get_query_params().get('InvokeStatus') - - def set_InvokeStatus(self,InvokeStatus): - self.add_query_param('InvokeStatus',InvokeStatus) - - def get_IncludeOutput(self): - return self.get_query_params().get('IncludeOutput') - - def set_IncludeOutput(self,IncludeOutput): - self.add_query_param('IncludeOutput',IncludeOutput) - - def get_CommandId(self): - return self.get_query_params().get('CommandId') - - def set_CommandId(self,CommandId): - self.add_query_param('CommandId',CommandId) - - def get_PageNumber(self): - return self.get_query_params().get('PageNumber') - - def set_PageNumber(self,PageNumber): - self.add_query_param('PageNumber',PageNumber) - - def get_ContentEncoding(self): - return self.get_query_params().get('ContentEncoding') - - def set_ContentEncoding(self,ContentEncoding): - self.add_query_param('ContentEncoding',ContentEncoding) - - def get_PageSize(self): - return self.get_query_params().get('PageSize') - - def set_PageSize(self,PageSize): - self.add_query_param('PageSize',PageSize) - - def get_InvokeId(self): - return self.get_query_params().get('InvokeId') - - def set_InvokeId(self,InvokeId): - self.add_query_param('InvokeId',InvokeId) - - def get_Timed(self): - return self.get_query_params().get('Timed') - - def set_Timed(self,Timed): - self.add_query_param('Timed',Timed) - - def get_CommandName(self): - return self.get_query_params().get('CommandName') - - def set_CommandName(self,CommandName): - self.add_query_param('CommandName',CommandName) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_CommandType(self): - return self.get_query_params().get('CommandType') - - def set_CommandType(self,CommandType): - self.add_query_param('CommandType',CommandType) - - def get_InstanceId(self): - return self.get_query_params().get('InstanceId') - - def set_InstanceId(self,InstanceId): - self.add_query_param('InstanceId',InstanceId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeKeyPairsRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeKeyPairsRequest.py deleted file mode 100644 index 6f22dd3273..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeKeyPairsRequest.py +++ /dev/null @@ -1,84 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest - -class DescribeKeyPairsRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeKeyPairs','ecs') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_KeyPairFingerPrint(self): - return self.get_query_params().get('KeyPairFingerPrint') - - def set_KeyPairFingerPrint(self,KeyPairFingerPrint): - self.add_query_param('KeyPairFingerPrint',KeyPairFingerPrint) - - def get_KeyPairName(self): - return self.get_query_params().get('KeyPairName') - - def set_KeyPairName(self,KeyPairName): - self.add_query_param('KeyPairName',KeyPairName) - - def get_PageNumber(self): - return self.get_query_params().get('PageNumber') - - def set_PageNumber(self,PageNumber): - self.add_query_param('PageNumber',PageNumber) - - def get_ResourceGroupId(self): - return self.get_query_params().get('ResourceGroupId') - - def set_ResourceGroupId(self,ResourceGroupId): - self.add_query_param('ResourceGroupId',ResourceGroupId) - - def get_PageSize(self): - return self.get_query_params().get('PageSize') - - def set_PageSize(self,PageSize): - self.add_query_param('PageSize',PageSize) - - def get_Tags(self): - return self.get_query_params().get('Tags') - - def set_Tags(self,Tags): - for i in range(len(Tags)): - if Tags[i].get('Value') is not None: - self.add_query_param('Tag.' + str(i + 1) + '.Value' , Tags[i].get('Value')) - if Tags[i].get('Key') is not None: - self.add_query_param('Tag.' + str(i + 1) + '.Key' , Tags[i].get('Key')) - - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeLaunchTemplateVersionsRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeLaunchTemplateVersionsRequest.py deleted file mode 100644 index a4f57c91dc..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeLaunchTemplateVersionsRequest.py +++ /dev/null @@ -1,105 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest - -class DescribeLaunchTemplateVersionsRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeLaunchTemplateVersions','ecs') - - def get_LaunchTemplateName(self): - return self.get_query_params().get('LaunchTemplateName') - - def set_LaunchTemplateName(self,LaunchTemplateName): - self.add_query_param('LaunchTemplateName',LaunchTemplateName) - - def get_MaxVersion(self): - return self.get_query_params().get('MaxVersion') - - def set_MaxVersion(self,MaxVersion): - self.add_query_param('MaxVersion',MaxVersion) - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_DefaultVersion(self): - return self.get_query_params().get('DefaultVersion') - - def set_DefaultVersion(self,DefaultVersion): - self.add_query_param('DefaultVersion',DefaultVersion) - - def get_MinVersion(self): - return self.get_query_params().get('MinVersion') - - def set_MinVersion(self,MinVersion): - self.add_query_param('MinVersion',MinVersion) - - def get_PageNumber(self): - return self.get_query_params().get('PageNumber') - - def set_PageNumber(self,PageNumber): - self.add_query_param('PageNumber',PageNumber) - - def get_PageSize(self): - return self.get_query_params().get('PageSize') - - def set_PageSize(self,PageSize): - self.add_query_param('PageSize',PageSize) - - def get_LaunchTemplateId(self): - return self.get_query_params().get('LaunchTemplateId') - - def set_LaunchTemplateId(self,LaunchTemplateId): - self.add_query_param('LaunchTemplateId',LaunchTemplateId) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_LaunchTemplateVersions(self): - return self.get_query_params().get('LaunchTemplateVersions') - - def set_LaunchTemplateVersions(self,LaunchTemplateVersions): - for i in range(len(LaunchTemplateVersions)): - if LaunchTemplateVersions[i] is not None: - self.add_query_param('LaunchTemplateVersion.' + str(i + 1) , LaunchTemplateVersions[i]); - - def get_DetailFlag(self): - return self.get_query_params().get('DetailFlag') - - def set_DetailFlag(self,DetailFlag): - self.add_query_param('DetailFlag',DetailFlag) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeLaunchTemplatesRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeLaunchTemplatesRequest.py deleted file mode 100644 index b615ad6e0a..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeLaunchTemplatesRequest.py +++ /dev/null @@ -1,94 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest - -class DescribeLaunchTemplatesRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeLaunchTemplates','ecs') - - def get_LaunchTemplateNames(self): - return self.get_query_params().get('LaunchTemplateNames') - - def set_LaunchTemplateNames(self,LaunchTemplateNames): - for i in range(len(LaunchTemplateNames)): - if LaunchTemplateNames[i] is not None: - self.add_query_param('LaunchTemplateName.' + str(i + 1) , LaunchTemplateNames[i]); - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_PageNumber(self): - return self.get_query_params().get('PageNumber') - - def set_PageNumber(self,PageNumber): - self.add_query_param('PageNumber',PageNumber) - - def get_PageSize(self): - return self.get_query_params().get('PageSize') - - def set_PageSize(self,PageSize): - self.add_query_param('PageSize',PageSize) - - def get_TemplateTags(self): - return self.get_query_params().get('TemplateTags') - - def set_TemplateTags(self,TemplateTags): - for i in range(len(TemplateTags)): - if TemplateTags[i].get('Key') is not None: - self.add_query_param('TemplateTag.' + str(i + 1) + '.Key' , TemplateTags[i].get('Key')) - if TemplateTags[i].get('Value') is not None: - self.add_query_param('TemplateTag.' + str(i + 1) + '.Value' , TemplateTags[i].get('Value')) - - - def get_LaunchTemplateIds(self): - return self.get_query_params().get('LaunchTemplateIds') - - def set_LaunchTemplateIds(self,LaunchTemplateIds): - for i in range(len(LaunchTemplateIds)): - if LaunchTemplateIds[i] is not None: - self.add_query_param('LaunchTemplateId.' + str(i + 1) , LaunchTemplateIds[i]); - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_TemplateResourceGroupId(self): - return self.get_query_params().get('TemplateResourceGroupId') - - def set_TemplateResourceGroupId(self,TemplateResourceGroupId): - self.add_query_param('TemplateResourceGroupId',TemplateResourceGroupId) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeLimitationRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeLimitationRequest.py deleted file mode 100644 index da5c390e89..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeLimitationRequest.py +++ /dev/null @@ -1,55 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest - -class DescribeLimitationRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeLimitation','ecs') - - def get_Limitation(self): - return self.get_query_params().get('Limitation') - - def set_Limitation(self,Limitation): - self.add_query_param('Limitation',Limitation) - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeNatGatewaysRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeNatGatewaysRequest.py deleted file mode 100644 index 2018f379ee..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeNatGatewaysRequest.py +++ /dev/null @@ -1,73 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest - -class DescribeNatGatewaysRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeNatGateways','ecs') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_PageNumber(self): - return self.get_query_params().get('PageNumber') - - def set_PageNumber(self,PageNumber): - self.add_query_param('PageNumber',PageNumber) - - def get_PageSize(self): - return self.get_query_params().get('PageSize') - - def set_PageSize(self,PageSize): - self.add_query_param('PageSize',PageSize) - - def get_NatGatewayId(self): - return self.get_query_params().get('NatGatewayId') - - def set_NatGatewayId(self,NatGatewayId): - self.add_query_param('NatGatewayId',NatGatewayId) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_VpcId(self): - return self.get_query_params().get('VpcId') - - def set_VpcId(self,VpcId): - self.add_query_param('VpcId',VpcId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeNetworkInterfacePermissionsRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeNetworkInterfacePermissionsRequest.py deleted file mode 100644 index 40b36572d0..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeNetworkInterfacePermissionsRequest.py +++ /dev/null @@ -1,75 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest - -class DescribeNetworkInterfacePermissionsRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeNetworkInterfacePermissions','ecs') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_PageNumber(self): - return self.get_query_params().get('PageNumber') - - def set_PageNumber(self,PageNumber): - self.add_query_param('PageNumber',PageNumber) - - def get_PageSize(self): - return self.get_query_params().get('PageSize') - - def set_PageSize(self,PageSize): - self.add_query_param('PageSize',PageSize) - - def get_NetworkInterfacePermissionIds(self): - return self.get_query_params().get('NetworkInterfacePermissionIds') - - def set_NetworkInterfacePermissionIds(self,NetworkInterfacePermissionIds): - for i in range(len(NetworkInterfacePermissionIds)): - if NetworkInterfacePermissionIds[i] is not None: - self.add_query_param('NetworkInterfacePermissionId.' + str(i + 1) , NetworkInterfacePermissionIds[i]); - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_NetworkInterfaceId(self): - return self.get_query_params().get('NetworkInterfaceId') - - def set_NetworkInterfaceId(self,NetworkInterfaceId): - self.add_query_param('NetworkInterfaceId',NetworkInterfaceId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeNetworkInterfacesRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeNetworkInterfacesRequest.py deleted file mode 100644 index 94d0619b84..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeNetworkInterfacesRequest.py +++ /dev/null @@ -1,154 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest - -class DescribeNetworkInterfacesRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeNetworkInterfaces','ecs') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_ServiceManaged(self): - return self.get_query_params().get('ServiceManaged') - - def set_ServiceManaged(self,ServiceManaged): - self.add_query_param('ServiceManaged',ServiceManaged) - - def get_SecurityGroupId(self): - return self.get_query_params().get('SecurityGroupId') - - def set_SecurityGroupId(self,SecurityGroupId): - self.add_query_param('SecurityGroupId',SecurityGroupId) - - def get_Type(self): - return self.get_query_params().get('Type') - - def set_Type(self,Type): - self.add_query_param('Type',Type) - - def get_PageNumber(self): - return self.get_query_params().get('PageNumber') - - def set_PageNumber(self,PageNumber): - self.add_query_param('PageNumber',PageNumber) - - def get_ResourceGroupId(self): - return self.get_query_params().get('ResourceGroupId') - - def set_ResourceGroupId(self,ResourceGroupId): - self.add_query_param('ResourceGroupId',ResourceGroupId) - - def get_NextToken(self): - return self.get_query_params().get('NextToken') - - def set_NextToken(self,NextToken): - self.add_query_param('NextToken',NextToken) - - def get_PageSize(self): - return self.get_query_params().get('PageSize') - - def set_PageSize(self,PageSize): - self.add_query_param('PageSize',PageSize) - - def get_Tags(self): - return self.get_query_params().get('Tags') - - def set_Tags(self,Tags): - for i in range(len(Tags)): - if Tags[i].get('Key') is not None: - self.add_query_param('Tag.' + str(i + 1) + '.Key' , Tags[i].get('Key')) - if Tags[i].get('Value') is not None: - self.add_query_param('Tag.' + str(i + 1) + '.Value' , Tags[i].get('Value')) - - - def get_NetworkInterfaceName(self): - return self.get_query_params().get('NetworkInterfaceName') - - def set_NetworkInterfaceName(self,NetworkInterfaceName): - self.add_query_param('NetworkInterfaceName',NetworkInterfaceName) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_VSwitchId(self): - return self.get_query_params().get('VSwitchId') - - def set_VSwitchId(self,VSwitchId): - self.add_query_param('VSwitchId',VSwitchId) - - def get_PrivateIpAddresss(self): - return self.get_query_params().get('PrivateIpAddresss') - - def set_PrivateIpAddresss(self,PrivateIpAddresss): - for i in range(len(PrivateIpAddresss)): - if PrivateIpAddresss[i] is not None: - self.add_query_param('PrivateIpAddress.' + str(i + 1) , PrivateIpAddresss[i]); - - def get_InstanceId(self): - return self.get_query_params().get('InstanceId') - - def set_InstanceId(self,InstanceId): - self.add_query_param('InstanceId',InstanceId) - - def get_VpcId(self): - return self.get_query_params().get('VpcId') - - def set_VpcId(self,VpcId): - self.add_query_param('VpcId',VpcId) - - def get_PrimaryIpAddress(self): - return self.get_query_params().get('PrimaryIpAddress') - - def set_PrimaryIpAddress(self,PrimaryIpAddress): - self.add_query_param('PrimaryIpAddress',PrimaryIpAddress) - - def get_MaxResults(self): - return self.get_query_params().get('MaxResults') - - def set_MaxResults(self,MaxResults): - self.add_query_param('MaxResults',MaxResults) - - def get_NetworkInterfaceIds(self): - return self.get_query_params().get('NetworkInterfaceIds') - - def set_NetworkInterfaceIds(self,NetworkInterfaceIds): - for i in range(len(NetworkInterfaceIds)): - if NetworkInterfaceIds[i] is not None: - self.add_query_param('NetworkInterfaceId.' + str(i + 1) , NetworkInterfaceIds[i]); \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeNewProjectEipMonitorDataRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeNewProjectEipMonitorDataRequest.py deleted file mode 100644 index 0846ffc1f7..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeNewProjectEipMonitorDataRequest.py +++ /dev/null @@ -1,73 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest - -class DescribeNewProjectEipMonitorDataRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeNewProjectEipMonitorData','ecs') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_AllocationId(self): - return self.get_query_params().get('AllocationId') - - def set_AllocationId(self,AllocationId): - self.add_query_param('AllocationId',AllocationId) - - def get_StartTime(self): - return self.get_query_params().get('StartTime') - - def set_StartTime(self,StartTime): - self.add_query_param('StartTime',StartTime) - - def get_Period(self): - return self.get_query_params().get('Period') - - def set_Period(self,Period): - self.add_query_param('Period',Period) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_EndTime(self): - return self.get_query_params().get('EndTime') - - def set_EndTime(self,EndTime): - self.add_query_param('EndTime',EndTime) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribePhysicalConnectionsRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribePhysicalConnectionsRequest.py deleted file mode 100644 index c3acfc7528..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribePhysicalConnectionsRequest.py +++ /dev/null @@ -1,84 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest - -class DescribePhysicalConnectionsRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribePhysicalConnections','ecs') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_ClientToken(self): - return self.get_query_params().get('ClientToken') - - def set_ClientToken(self,ClientToken): - self.add_query_param('ClientToken',ClientToken) - - def get_PageNumber(self): - return self.get_query_params().get('PageNumber') - - def set_PageNumber(self,PageNumber): - self.add_query_param('PageNumber',PageNumber) - - def get_PageSize(self): - return self.get_query_params().get('PageSize') - - def set_PageSize(self,PageSize): - self.add_query_param('PageSize',PageSize) - - def get_UserCidr(self): - return self.get_query_params().get('UserCidr') - - def set_UserCidr(self,UserCidr): - self.add_query_param('UserCidr',UserCidr) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_Filters(self): - return self.get_query_params().get('Filters') - - def set_Filters(self,Filters): - for i in range(len(Filters)): - for j in range(len(Filters[i].get('Values'))): - if Filters[i].get('Values')[j] is not None: - self.add_query_param('Filter.' + str(i + 1) + '.Value.'+str(j + 1), Filters[i].get('Values')[j]) - if Filters[i].get('Key') is not None: - self.add_query_param('Filter.' + str(i + 1) + '.Key' , Filters[i].get('Key')) diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribePriceRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribePriceRequest.py deleted file mode 100644 index c311d14911..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribePriceRequest.py +++ /dev/null @@ -1,229 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest - -class DescribePriceRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribePrice','ecs') - - def get_DataDisk3Size(self): - return self.get_query_params().get('DataDisk.3.Size') - - def set_DataDisk3Size(self,DataDisk3Size): - self.add_query_param('DataDisk.3.Size',DataDisk3Size) - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_DataDisk3Category(self): - return self.get_query_params().get('DataDisk.3.Category') - - def set_DataDisk3Category(self,DataDisk3Category): - self.add_query_param('DataDisk.3.Category',DataDisk3Category) - - def get_DataDisk4Size(self): - return self.get_query_params().get('DataDisk.4.Size') - - def set_DataDisk4Size(self,DataDisk4Size): - self.add_query_param('DataDisk.4.Size',DataDisk4Size) - - def get_PriceUnit(self): - return self.get_query_params().get('PriceUnit') - - def set_PriceUnit(self,PriceUnit): - self.add_query_param('PriceUnit',PriceUnit) - - def get_Period(self): - return self.get_query_params().get('Period') - - def set_Period(self,Period): - self.add_query_param('Period',Period) - - def get_DataDisk1PerformanceLevel(self): - return self.get_query_params().get('DataDisk.1.PerformanceLevel') - - def set_DataDisk1PerformanceLevel(self,DataDisk1PerformanceLevel): - self.add_query_param('DataDisk.1.PerformanceLevel',DataDisk1PerformanceLevel) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_InternetChargeType(self): - return self.get_query_params().get('InternetChargeType') - - def set_InternetChargeType(self,InternetChargeType): - self.add_query_param('InternetChargeType',InternetChargeType) - - def get_InstanceNetworkType(self): - return self.get_query_params().get('InstanceNetworkType') - - def set_InstanceNetworkType(self,InstanceNetworkType): - self.add_query_param('InstanceNetworkType',InstanceNetworkType) - - def get_InstanceAmount(self): - return self.get_query_params().get('InstanceAmount') - - def set_InstanceAmount(self,InstanceAmount): - self.add_query_param('InstanceAmount',InstanceAmount) - - def get_DataDisk3PerformanceLevel(self): - return self.get_query_params().get('DataDisk.3.PerformanceLevel') - - def set_DataDisk3PerformanceLevel(self,DataDisk3PerformanceLevel): - self.add_query_param('DataDisk.3.PerformanceLevel',DataDisk3PerformanceLevel) - - def get_ImageId(self): - return self.get_query_params().get('ImageId') - - def set_ImageId(self,ImageId): - self.add_query_param('ImageId',ImageId) - - def get_IoOptimized(self): - return self.get_query_params().get('IoOptimized') - - def set_IoOptimized(self,IoOptimized): - self.add_query_param('IoOptimized',IoOptimized) - - def get_InternetMaxBandwidthOut(self): - return self.get_query_params().get('InternetMaxBandwidthOut') - - def set_InternetMaxBandwidthOut(self,InternetMaxBandwidthOut): - self.add_query_param('InternetMaxBandwidthOut',InternetMaxBandwidthOut) - - def get_SystemDiskCategory(self): - return self.get_query_params().get('SystemDisk.Category') - - def set_SystemDiskCategory(self,SystemDiskCategory): - self.add_query_param('SystemDisk.Category',SystemDiskCategory) - - def get_Platform(self): - return self.get_query_params().get('Platform') - - def set_Platform(self,Platform): - self.add_query_param('Platform',Platform) - - def get_Capacity(self): - return self.get_query_params().get('Capacity') - - def set_Capacity(self,Capacity): - self.add_query_param('Capacity',Capacity) - - def get_SystemDiskPerformanceLevel(self): - return self.get_query_params().get('SystemDisk.PerformanceLevel') - - def set_SystemDiskPerformanceLevel(self,SystemDiskPerformanceLevel): - self.add_query_param('SystemDisk.PerformanceLevel',SystemDiskPerformanceLevel) - - def get_DataDisk4Category(self): - return self.get_query_params().get('DataDisk.4.Category') - - def set_DataDisk4Category(self,DataDisk4Category): - self.add_query_param('DataDisk.4.Category',DataDisk4Category) - - def get_DataDisk4PerformanceLevel(self): - return self.get_query_params().get('DataDisk.4.PerformanceLevel') - - def set_DataDisk4PerformanceLevel(self,DataDisk4PerformanceLevel): - self.add_query_param('DataDisk.4.PerformanceLevel',DataDisk4PerformanceLevel) - - def get_Scope(self): - return self.get_query_params().get('Scope') - - def set_Scope(self,Scope): - self.add_query_param('Scope',Scope) - - def get_InstanceType(self): - return self.get_query_params().get('InstanceType') - - def set_InstanceType(self,InstanceType): - self.add_query_param('InstanceType',InstanceType) - - def get_DataDisk2Category(self): - return self.get_query_params().get('DataDisk.2.Category') - - def set_DataDisk2Category(self,DataDisk2Category): - self.add_query_param('DataDisk.2.Category',DataDisk2Category) - - def get_DataDisk1Size(self): - return self.get_query_params().get('DataDisk.1.Size') - - def set_DataDisk1Size(self,DataDisk1Size): - self.add_query_param('DataDisk.1.Size',DataDisk1Size) - - def get_Amount(self): - return self.get_query_params().get('Amount') - - def set_Amount(self,Amount): - self.add_query_param('Amount',Amount) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_DataDisk2Size(self): - return self.get_query_params().get('DataDisk.2.Size') - - def set_DataDisk2Size(self,DataDisk2Size): - self.add_query_param('DataDisk.2.Size',DataDisk2Size) - - def get_ResourceType(self): - return self.get_query_params().get('ResourceType') - - def set_ResourceType(self,ResourceType): - self.add_query_param('ResourceType',ResourceType) - - def get_DataDisk1Category(self): - return self.get_query_params().get('DataDisk.1.Category') - - def set_DataDisk1Category(self,DataDisk1Category): - self.add_query_param('DataDisk.1.Category',DataDisk1Category) - - def get_DataDisk2PerformanceLevel(self): - return self.get_query_params().get('DataDisk.2.PerformanceLevel') - - def set_DataDisk2PerformanceLevel(self,DataDisk2PerformanceLevel): - self.add_query_param('DataDisk.2.PerformanceLevel',DataDisk2PerformanceLevel) - - def get_SystemDiskSize(self): - return self.get_query_params().get('SystemDisk.Size') - - def set_SystemDiskSize(self,SystemDiskSize): - self.add_query_param('SystemDisk.Size',SystemDiskSize) - - def get_OfferingType(self): - return self.get_query_params().get('OfferingType') - - def set_OfferingType(self,OfferingType): - self.add_query_param('OfferingType',OfferingType) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeRecommendInstanceTypeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeRecommendInstanceTypeRequest.py deleted file mode 100644 index 1f978c059d..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeRecommendInstanceTypeRequest.py +++ /dev/null @@ -1,135 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest - -class DescribeRecommendInstanceTypeRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeRecommendInstanceType','ecs') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_Memory(self): - return self.get_query_params().get('Memory') - - def set_Memory(self,Memory): - self.add_query_param('Memory',Memory) - - def get_IoOptimized(self): - return self.get_query_params().get('IoOptimized') - - def set_IoOptimized(self,IoOptimized): - self.add_query_param('IoOptimized',IoOptimized) - - def get_NetworkType(self): - return self.get_query_params().get('NetworkType') - - def set_NetworkType(self,NetworkType): - self.add_query_param('NetworkType',NetworkType) - - def get_Scene(self): - return self.get_query_params().get('Scene') - - def set_Scene(self,Scene): - self.add_query_param('Scene',Scene) - - def get_Cores(self): - return self.get_query_params().get('Cores') - - def set_Cores(self,Cores): - self.add_query_param('Cores',Cores) - - def get_SystemDiskCategory(self): - return self.get_query_params().get('SystemDiskCategory') - - def set_SystemDiskCategory(self,SystemDiskCategory): - self.add_query_param('SystemDiskCategory',SystemDiskCategory) - - def get_InstanceType(self): - return self.get_query_params().get('InstanceType') - - def set_InstanceType(self,InstanceType): - self.add_query_param('InstanceType',InstanceType) - - def get_InstanceChargeType(self): - return self.get_query_params().get('InstanceChargeType') - - def set_InstanceChargeType(self,InstanceChargeType): - self.add_query_param('InstanceChargeType',InstanceChargeType) - - def get_MaxPrice(self): - return self.get_query_params().get('MaxPrice') - - def set_MaxPrice(self,MaxPrice): - self.add_query_param('MaxPrice',MaxPrice) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_InstanceTypeFamilys(self): - return self.get_query_params().get('InstanceTypeFamilys') - - def set_InstanceTypeFamilys(self,InstanceTypeFamilys): - for i in range(len(InstanceTypeFamilys)): - if InstanceTypeFamilys[i] is not None: - self.add_query_param('InstanceTypeFamily.' + str(i + 1) , InstanceTypeFamilys[i]); - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_SpotStrategy(self): - return self.get_query_params().get('SpotStrategy') - - def set_SpotStrategy(self,SpotStrategy): - self.add_query_param('SpotStrategy',SpotStrategy) - - def get_PriorityStrategy(self): - return self.get_query_params().get('PriorityStrategy') - - def set_PriorityStrategy(self,PriorityStrategy): - self.add_query_param('PriorityStrategy',PriorityStrategy) - - def get_InstanceFamilyLevel(self): - return self.get_query_params().get('InstanceFamilyLevel') - - def set_InstanceFamilyLevel(self,InstanceFamilyLevel): - self.add_query_param('InstanceFamilyLevel',InstanceFamilyLevel) - - def get_ZoneId(self): - return self.get_query_params().get('ZoneId') - - def set_ZoneId(self,ZoneId): - self.add_query_param('ZoneId',ZoneId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeRegionsRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeRegionsRequest.py deleted file mode 100644 index b8ce59893f..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeRegionsRequest.py +++ /dev/null @@ -1,67 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest - -class DescribeRegionsRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeRegions','ecs') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_InstanceChargeType(self): - return self.get_query_params().get('InstanceChargeType') - - def set_InstanceChargeType(self,InstanceChargeType): - self.add_query_param('InstanceChargeType',InstanceChargeType) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_ResourceType(self): - return self.get_query_params().get('ResourceType') - - def set_ResourceType(self,ResourceType): - self.add_query_param('ResourceType',ResourceType) - - def get_AcceptLanguage(self): - return self.get_query_params().get('AcceptLanguage') - - def set_AcceptLanguage(self,AcceptLanguage): - self.add_query_param('AcceptLanguage',AcceptLanguage) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeRenewalPriceRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeRenewalPriceRequest.py deleted file mode 100644 index cf99eca985..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeRenewalPriceRequest.py +++ /dev/null @@ -1,73 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest - -class DescribeRenewalPriceRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeRenewalPrice','ecs') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_PriceUnit(self): - return self.get_query_params().get('PriceUnit') - - def set_PriceUnit(self,PriceUnit): - self.add_query_param('PriceUnit',PriceUnit) - - def get_ResourceId(self): - return self.get_query_params().get('ResourceId') - - def set_ResourceId(self,ResourceId): - self.add_query_param('ResourceId',ResourceId) - - def get_Period(self): - return self.get_query_params().get('Period') - - def set_Period(self,Period): - self.add_query_param('Period',Period) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_ResourceType(self): - return self.get_query_params().get('ResourceType') - - def set_ResourceType(self,ResourceType): - self.add_query_param('ResourceType',ResourceType) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeReservedInstancesRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeReservedInstancesRequest.py deleted file mode 100644 index 4ea43b5475..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeReservedInstancesRequest.py +++ /dev/null @@ -1,125 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest - -class DescribeReservedInstancesRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeReservedInstances','ecs') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_PageNumber(self): - return self.get_query_params().get('PageNumber') - - def set_PageNumber(self,PageNumber): - self.add_query_param('PageNumber',PageNumber) - - def get_LockReason(self): - return self.get_query_params().get('LockReason') - - def set_LockReason(self,LockReason): - self.add_query_param('LockReason',LockReason) - - def get_Scope(self): - return self.get_query_params().get('Scope') - - def set_Scope(self,Scope): - self.add_query_param('Scope',Scope) - - def get_PageSize(self): - return self.get_query_params().get('PageSize') - - def set_PageSize(self,PageSize): - self.add_query_param('PageSize',PageSize) - - def get_InstanceType(self): - return self.get_query_params().get('InstanceType') - - def set_InstanceType(self,InstanceType): - self.add_query_param('InstanceType',InstanceType) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_InstanceTypeFamily(self): - return self.get_query_params().get('InstanceTypeFamily') - - def set_InstanceTypeFamily(self,InstanceTypeFamily): - self.add_query_param('InstanceTypeFamily',InstanceTypeFamily) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_ReservedInstanceIds(self): - return self.get_query_params().get('ReservedInstanceIds') - - def set_ReservedInstanceIds(self,ReservedInstanceIds): - for i in range(len(ReservedInstanceIds)): - if ReservedInstanceIds[i] is not None: - self.add_query_param('ReservedInstanceId.' + str(i + 1) , ReservedInstanceIds[i]); - - def get_OfferingType(self): - return self.get_query_params().get('OfferingType') - - def set_OfferingType(self,OfferingType): - self.add_query_param('OfferingType',OfferingType) - - def get_ZoneId(self): - return self.get_query_params().get('ZoneId') - - def set_ZoneId(self,ZoneId): - self.add_query_param('ZoneId',ZoneId) - - def get_ReservedInstanceName(self): - return self.get_query_params().get('ReservedInstanceName') - - def set_ReservedInstanceName(self,ReservedInstanceName): - self.add_query_param('ReservedInstanceName',ReservedInstanceName) - - def get_Statuss(self): - return self.get_query_params().get('Statuss') - - def set_Statuss(self,Statuss): - for i in range(len(Statuss)): - if Statuss[i] is not None: - self.add_query_param('Status.' + str(i + 1) , Statuss[i]); - - def get_AllocationType(self): - return self.get_query_params().get('AllocationType') - - def set_AllocationType(self,AllocationType): - self.add_query_param('AllocationType',AllocationType) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeResourceByTagsRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeResourceByTagsRequest.py deleted file mode 100644 index e42c0d52b0..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeResourceByTagsRequest.py +++ /dev/null @@ -1,72 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest - -class DescribeResourceByTagsRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeResourceByTags','ecs') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_PageNumber(self): - return self.get_query_params().get('PageNumber') - - def set_PageNumber(self,PageNumber): - self.add_query_param('PageNumber',PageNumber) - - def get_PageSize(self): - return self.get_query_params().get('PageSize') - - def set_PageSize(self,PageSize): - self.add_query_param('PageSize',PageSize) - - def get_Tags(self): - return self.get_query_params().get('Tags') - - def set_Tags(self,Tags): - for i in range(len(Tags)): - if Tags[i].get('Value') is not None: - self.add_query_param('Tag.' + str(i + 1) + '.Value' , Tags[i].get('Value')) - if Tags[i].get('Key') is not None: - self.add_query_param('Tag.' + str(i + 1) + '.Key' , Tags[i].get('Key')) - - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_ResourceType(self): - return self.get_query_params().get('ResourceType') - - def set_ResourceType(self,ResourceType): - self.add_query_param('ResourceType',ResourceType) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeResourcesModificationRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeResourcesModificationRequest.py deleted file mode 100644 index f7ce3be8cb..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeResourcesModificationRequest.py +++ /dev/null @@ -1,91 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest - -class DescribeResourcesModificationRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeResourcesModification','ecs') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_Memory(self): - return self.get_query_params().get('Memory') - - def set_Memory(self,Memory): - self.add_query_param('Memory',Memory) - - def get_Cores(self): - return self.get_query_params().get('Cores') - - def set_Cores(self,Cores): - self.add_query_param('Cores',Cores) - - def get_MigrateAcrossZone(self): - return self.get_query_params().get('MigrateAcrossZone') - - def set_MigrateAcrossZone(self,MigrateAcrossZone): - self.add_query_param('MigrateAcrossZone',MigrateAcrossZone) - - def get_InstanceType(self): - return self.get_query_params().get('InstanceType') - - def set_InstanceType(self,InstanceType): - self.add_query_param('InstanceType',InstanceType) - - def get_ResourceId(self): - return self.get_query_params().get('ResourceId') - - def set_ResourceId(self,ResourceId): - self.add_query_param('ResourceId',ResourceId) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_OperationType(self): - return self.get_query_params().get('OperationType') - - def set_OperationType(self,OperationType): - self.add_query_param('OperationType',OperationType) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_DestinationResource(self): - return self.get_query_params().get('DestinationResource') - - def set_DestinationResource(self,DestinationResource): - self.add_query_param('DestinationResource',DestinationResource) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeRouteTablesRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeRouteTablesRequest.py deleted file mode 100644 index 01a94f1cb0..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeRouteTablesRequest.py +++ /dev/null @@ -1,91 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest - -class DescribeRouteTablesRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeRouteTables','ecs') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_VRouterId(self): - return self.get_query_params().get('VRouterId') - - def set_VRouterId(self,VRouterId): - self.add_query_param('VRouterId',VRouterId) - - def get_PageNumber(self): - return self.get_query_params().get('PageNumber') - - def set_PageNumber(self,PageNumber): - self.add_query_param('PageNumber',PageNumber) - - def get_RouteTableName(self): - return self.get_query_params().get('RouteTableName') - - def set_RouteTableName(self,RouteTableName): - self.add_query_param('RouteTableName',RouteTableName) - - def get_PageSize(self): - return self.get_query_params().get('PageSize') - - def set_PageSize(self,PageSize): - self.add_query_param('PageSize',PageSize) - - def get_RouteTableId(self): - return self.get_query_params().get('RouteTableId') - - def set_RouteTableId(self,RouteTableId): - self.add_query_param('RouteTableId',RouteTableId) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_RouterType(self): - return self.get_query_params().get('RouterType') - - def set_RouterType(self,RouterType): - self.add_query_param('RouterType',RouterType) - - def get_RouterId(self): - return self.get_query_params().get('RouterId') - - def set_RouterId(self,RouterId): - self.add_query_param('RouterId',RouterId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeRouterInterfacesRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeRouterInterfacesRequest.py deleted file mode 100644 index 95325c6c2b..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeRouterInterfacesRequest.py +++ /dev/null @@ -1,66 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest - -class DescribeRouterInterfacesRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeRouterInterfaces','ecs') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_PageNumber(self): - return self.get_query_params().get('PageNumber') - - def set_PageNumber(self,PageNumber): - self.add_query_param('PageNumber',PageNumber) - - def get_PageSize(self): - return self.get_query_params().get('PageSize') - - def set_PageSize(self,PageSize): - self.add_query_param('PageSize',PageSize) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_Filters(self): - return self.get_query_params().get('Filters') - - def set_Filters(self,Filters): - for i in range(len(Filters)): - for j in range(len(Filters[i].get('Values'))): - if Filters[i].get('Values')[j] is not None: - self.add_query_param('Filter.' + str(i + 1) + '.Value.'+str(j + 1), Filters[i].get('Values')[j]) - if Filters[i].get('Key') is not None: - self.add_query_param('Filter.' + str(i + 1) + '.Key' , Filters[i].get('Key')) diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeSecurityGroupAttributeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeSecurityGroupAttributeRequest.py deleted file mode 100644 index b04121aee1..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeSecurityGroupAttributeRequest.py +++ /dev/null @@ -1,67 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest - -class DescribeSecurityGroupAttributeRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeSecurityGroupAttribute','ecs') - - def get_NicType(self): - return self.get_query_params().get('NicType') - - def set_NicType(self,NicType): - self.add_query_param('NicType',NicType) - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_SecurityGroupId(self): - return self.get_query_params().get('SecurityGroupId') - - def set_SecurityGroupId(self,SecurityGroupId): - self.add_query_param('SecurityGroupId',SecurityGroupId) - - def get_Direction(self): - return self.get_query_params().get('Direction') - - def set_Direction(self,Direction): - self.add_query_param('Direction',Direction) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeSecurityGroupReferencesRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeSecurityGroupReferencesRequest.py deleted file mode 100644 index f1bdb81148..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeSecurityGroupReferencesRequest.py +++ /dev/null @@ -1,57 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest - -class DescribeSecurityGroupReferencesRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeSecurityGroupReferences','ecs') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_SecurityGroupIds(self): - return self.get_query_params().get('SecurityGroupIds') - - def set_SecurityGroupIds(self,SecurityGroupIds): - for i in range(len(SecurityGroupIds)): - if SecurityGroupIds[i] is not None: - self.add_query_param('SecurityGroupId.' + str(i + 1) , SecurityGroupIds[i]); - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeSecurityGroupsRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeSecurityGroupsRequest.py deleted file mode 100644 index fd60e8017d..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeSecurityGroupsRequest.py +++ /dev/null @@ -1,126 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest - -class DescribeSecurityGroupsRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeSecurityGroups','ecs') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_FuzzyQuery(self): - return self.get_query_params().get('FuzzyQuery') - - def set_FuzzyQuery(self,FuzzyQuery): - self.add_query_param('FuzzyQuery',FuzzyQuery) - - def get_SecurityGroupId(self): - return self.get_query_params().get('SecurityGroupId') - - def set_SecurityGroupId(self,SecurityGroupId): - self.add_query_param('SecurityGroupId',SecurityGroupId) - - def get_IsQueryEcsCount(self): - return self.get_query_params().get('IsQueryEcsCount') - - def set_IsQueryEcsCount(self,IsQueryEcsCount): - self.add_query_param('IsQueryEcsCount',IsQueryEcsCount) - - def get_NetworkType(self): - return self.get_query_params().get('NetworkType') - - def set_NetworkType(self,NetworkType): - self.add_query_param('NetworkType',NetworkType) - - def get_SecurityGroupName(self): - return self.get_query_params().get('SecurityGroupName') - - def set_SecurityGroupName(self,SecurityGroupName): - self.add_query_param('SecurityGroupName',SecurityGroupName) - - def get_PageNumber(self): - return self.get_query_params().get('PageNumber') - - def set_PageNumber(self,PageNumber): - self.add_query_param('PageNumber',PageNumber) - - def get_ResourceGroupId(self): - return self.get_query_params().get('ResourceGroupId') - - def set_ResourceGroupId(self,ResourceGroupId): - self.add_query_param('ResourceGroupId',ResourceGroupId) - - def get_PageSize(self): - return self.get_query_params().get('PageSize') - - def set_PageSize(self,PageSize): - self.add_query_param('PageSize',PageSize) - - def get_Tags(self): - return self.get_query_params().get('Tags') - - def set_Tags(self,Tags): - for i in range(len(Tags)): - if Tags[i].get('Value') is not None: - self.add_query_param('Tag.' + str(i + 1) + '.Value' , Tags[i].get('Value')) - if Tags[i].get('Key') is not None: - self.add_query_param('Tag.' + str(i + 1) + '.Key' , Tags[i].get('Key')) - - - def get_DryRun(self): - return self.get_query_params().get('DryRun') - - def set_DryRun(self,DryRun): - self.add_query_param('DryRun',DryRun) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_SecurityGroupIds(self): - return self.get_query_params().get('SecurityGroupIds') - - def set_SecurityGroupIds(self,SecurityGroupIds): - self.add_query_param('SecurityGroupIds',SecurityGroupIds) - - def get_VpcId(self): - return self.get_query_params().get('VpcId') - - def set_VpcId(self,VpcId): - self.add_query_param('VpcId',VpcId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeSnapshotLinksRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeSnapshotLinksRequest.py deleted file mode 100644 index 3f6489e825..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeSnapshotLinksRequest.py +++ /dev/null @@ -1,79 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest - -class DescribeSnapshotLinksRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeSnapshotLinks','ecs') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_PageNumber(self): - return self.get_query_params().get('PageNumber') - - def set_PageNumber(self,PageNumber): - self.add_query_param('PageNumber',PageNumber) - - def get_PageSize(self): - return self.get_query_params().get('PageSize') - - def set_PageSize(self,PageSize): - self.add_query_param('PageSize',PageSize) - - def get_DiskIds(self): - return self.get_query_params().get('DiskIds') - - def set_DiskIds(self,DiskIds): - self.add_query_param('DiskIds',DiskIds) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_SnapshotLinkIds(self): - return self.get_query_params().get('SnapshotLinkIds') - - def set_SnapshotLinkIds(self,SnapshotLinkIds): - self.add_query_param('SnapshotLinkIds',SnapshotLinkIds) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_InstanceId(self): - return self.get_query_params().get('InstanceId') - - def set_InstanceId(self,InstanceId): - self.add_query_param('InstanceId',InstanceId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeSnapshotMonitorDataRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeSnapshotMonitorDataRequest.py deleted file mode 100644 index a68b638e18..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeSnapshotMonitorDataRequest.py +++ /dev/null @@ -1,73 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest - -class DescribeSnapshotMonitorDataRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeSnapshotMonitorData','ecs') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_StartTime(self): - return self.get_query_params().get('StartTime') - - def set_StartTime(self,StartTime): - self.add_query_param('StartTime',StartTime) - - def get_Period(self): - return self.get_query_params().get('Period') - - def set_Period(self,Period): - self.add_query_param('Period',Period) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_EndTime(self): - return self.get_query_params().get('EndTime') - - def set_EndTime(self,EndTime): - self.add_query_param('EndTime',EndTime) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_Category(self): - return self.get_query_params().get('Category') - - def set_Category(self,Category): - self.add_query_param('Category',Category) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeSnapshotPackageRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeSnapshotPackageRequest.py deleted file mode 100644 index 98d32d57ee..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeSnapshotPackageRequest.py +++ /dev/null @@ -1,61 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest - -class DescribeSnapshotPackageRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeSnapshotPackage','ecs') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_PageNumber(self): - return self.get_query_params().get('PageNumber') - - def set_PageNumber(self,PageNumber): - self.add_query_param('PageNumber',PageNumber) - - def get_PageSize(self): - return self.get_query_params().get('PageSize') - - def set_PageSize(self,PageSize): - self.add_query_param('PageSize',PageSize) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeSnapshotsRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeSnapshotsRequest.py deleted file mode 100644 index d0644a7fea..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeSnapshotsRequest.py +++ /dev/null @@ -1,174 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest - -class DescribeSnapshotsRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeSnapshots','ecs') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_Filter2Value(self): - return self.get_query_params().get('Filter.2.Value') - - def set_Filter2Value(self,Filter2Value): - self.add_query_param('Filter.2.Value',Filter2Value) - - def get_SnapshotIds(self): - return self.get_query_params().get('SnapshotIds') - - def set_SnapshotIds(self,SnapshotIds): - self.add_query_param('SnapshotIds',SnapshotIds) - - def get_Usage(self): - return self.get_query_params().get('Usage') - - def set_Usage(self,Usage): - self.add_query_param('Usage',Usage) - - def get_SnapshotLinkId(self): - return self.get_query_params().get('SnapshotLinkId') - - def set_SnapshotLinkId(self,SnapshotLinkId): - self.add_query_param('SnapshotLinkId',SnapshotLinkId) - - def get_SnapshotName(self): - return self.get_query_params().get('SnapshotName') - - def set_SnapshotName(self,SnapshotName): - self.add_query_param('SnapshotName',SnapshotName) - - def get_PageNumber(self): - return self.get_query_params().get('PageNumber') - - def set_PageNumber(self,PageNumber): - self.add_query_param('PageNumber',PageNumber) - - def get_ResourceGroupId(self): - return self.get_query_params().get('ResourceGroupId') - - def set_ResourceGroupId(self,ResourceGroupId): - self.add_query_param('ResourceGroupId',ResourceGroupId) - - def get_Filter1Key(self): - return self.get_query_params().get('Filter.1.Key') - - def set_Filter1Key(self,Filter1Key): - self.add_query_param('Filter.1.Key',Filter1Key) - - def get_PageSize(self): - return self.get_query_params().get('PageSize') - - def set_PageSize(self,PageSize): - self.add_query_param('PageSize',PageSize) - - def get_DiskId(self): - return self.get_query_params().get('DiskId') - - def set_DiskId(self,DiskId): - self.add_query_param('DiskId',DiskId) - - def get_Tags(self): - return self.get_query_params().get('Tags') - - def set_Tags(self,Tags): - for i in range(len(Tags)): - if Tags[i].get('Value') is not None: - self.add_query_param('Tag.' + str(i + 1) + '.Value' , Tags[i].get('Value')) - if Tags[i].get('Key') is not None: - self.add_query_param('Tag.' + str(i + 1) + '.Key' , Tags[i].get('Key')) - - - def get_DryRun(self): - return self.get_query_params().get('DryRun') - - def set_DryRun(self,DryRun): - self.add_query_param('DryRun',DryRun) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_SourceDiskType(self): - return self.get_query_params().get('SourceDiskType') - - def set_SourceDiskType(self,SourceDiskType): - self.add_query_param('SourceDiskType',SourceDiskType) - - def get_Filter1Value(self): - return self.get_query_params().get('Filter.1.Value') - - def set_Filter1Value(self,Filter1Value): - self.add_query_param('Filter.1.Value',Filter1Value) - - def get_Filter2Key(self): - return self.get_query_params().get('Filter.2.Key') - - def set_Filter2Key(self,Filter2Key): - self.add_query_param('Filter.2.Key',Filter2Key) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_InstanceId(self): - return self.get_query_params().get('InstanceId') - - def set_InstanceId(self,InstanceId): - self.add_query_param('InstanceId',InstanceId) - - def get_Encrypted(self): - return self.get_query_params().get('Encrypted') - - def set_Encrypted(self,Encrypted): - self.add_query_param('Encrypted',Encrypted) - - def get_SnapshotType(self): - return self.get_query_params().get('SnapshotType') - - def set_SnapshotType(self,SnapshotType): - self.add_query_param('SnapshotType',SnapshotType) - - def get_KMSKeyId(self): - return self.get_query_params().get('KMSKeyId') - - def set_KMSKeyId(self,KMSKeyId): - self.add_query_param('KMSKeyId',KMSKeyId) - - def get_Status(self): - return self.get_query_params().get('Status') - - def set_Status(self,Status): - self.add_query_param('Status',Status) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeSnapshotsUsageRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeSnapshotsUsageRequest.py deleted file mode 100644 index 351d8cf51d..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeSnapshotsUsageRequest.py +++ /dev/null @@ -1,49 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest - -class DescribeSnapshotsUsageRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeSnapshotsUsage','ecs') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeSpotPriceHistoryRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeSpotPriceHistoryRequest.py deleted file mode 100644 index 74baac90e9..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeSpotPriceHistoryRequest.py +++ /dev/null @@ -1,103 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest - -class DescribeSpotPriceHistoryRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeSpotPriceHistory','ecs') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_IoOptimized(self): - return self.get_query_params().get('IoOptimized') - - def set_IoOptimized(self,IoOptimized): - self.add_query_param('IoOptimized',IoOptimized) - - def get_NetworkType(self): - return self.get_query_params().get('NetworkType') - - def set_NetworkType(self,NetworkType): - self.add_query_param('NetworkType',NetworkType) - - def get_StartTime(self): - return self.get_query_params().get('StartTime') - - def set_StartTime(self,StartTime): - self.add_query_param('StartTime',StartTime) - - def get_InstanceType(self): - return self.get_query_params().get('InstanceType') - - def set_InstanceType(self,InstanceType): - self.add_query_param('InstanceType',InstanceType) - - def get_Offset(self): - return self.get_query_params().get('Offset') - - def set_Offset(self,Offset): - self.add_query_param('Offset',Offset) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_EndTime(self): - return self.get_query_params().get('EndTime') - - def set_EndTime(self,EndTime): - self.add_query_param('EndTime',EndTime) - - def get_OSType(self): - return self.get_query_params().get('OSType') - - def set_OSType(self,OSType): - self.add_query_param('OSType',OSType) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_SpotDuration(self): - return self.get_query_params().get('SpotDuration') - - def set_SpotDuration(self,SpotDuration): - self.add_query_param('SpotDuration',SpotDuration) - - def get_ZoneId(self): - return self.get_query_params().get('ZoneId') - - def set_ZoneId(self,ZoneId): - self.add_query_param('ZoneId',ZoneId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeStorageSetDetailsRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeStorageSetDetailsRequest.py deleted file mode 100644 index 5608dab6f5..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeStorageSetDetailsRequest.py +++ /dev/null @@ -1,85 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest - -class DescribeStorageSetDetailsRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeStorageSetDetails','ecs') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_ClientToken(self): - return self.get_query_params().get('ClientToken') - - def set_ClientToken(self,ClientToken): - self.add_query_param('ClientToken',ClientToken) - - def get_PageNumber(self): - return self.get_query_params().get('PageNumber') - - def set_PageNumber(self,PageNumber): - self.add_query_param('PageNumber',PageNumber) - - def get_PageSize(self): - return self.get_query_params().get('PageSize') - - def set_PageSize(self,PageSize): - self.add_query_param('PageSize',PageSize) - - def get_StorageSetPartitionNumber(self): - return self.get_query_params().get('StorageSetPartitionNumber') - - def set_StorageSetPartitionNumber(self,StorageSetPartitionNumber): - self.add_query_param('StorageSetPartitionNumber',StorageSetPartitionNumber) - - def get_DiskIds(self): - return self.get_query_params().get('DiskIds') - - def set_DiskIds(self,DiskIds): - self.add_query_param('DiskIds',DiskIds) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_StorageSetId(self): - return self.get_query_params().get('StorageSetId') - - def set_StorageSetId(self,StorageSetId): - self.add_query_param('StorageSetId',StorageSetId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeStorageSetsRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeStorageSetsRequest.py deleted file mode 100644 index d156e3c27d..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeStorageSetsRequest.py +++ /dev/null @@ -1,85 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest - -class DescribeStorageSetsRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeStorageSets','ecs') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_ClientToken(self): - return self.get_query_params().get('ClientToken') - - def set_ClientToken(self,ClientToken): - self.add_query_param('ClientToken',ClientToken) - - def get_StorageSetIds(self): - return self.get_query_params().get('StorageSetIds') - - def set_StorageSetIds(self,StorageSetIds): - self.add_query_param('StorageSetIds',StorageSetIds) - - def get_PageNumber(self): - return self.get_query_params().get('PageNumber') - - def set_PageNumber(self,PageNumber): - self.add_query_param('PageNumber',PageNumber) - - def get_PageSize(self): - return self.get_query_params().get('PageSize') - - def set_PageSize(self,PageSize): - self.add_query_param('PageSize',PageSize) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_ZoneId(self): - return self.get_query_params().get('ZoneId') - - def set_ZoneId(self,ZoneId): - self.add_query_param('ZoneId',ZoneId) - - def get_StorageSetName(self): - return self.get_query_params().get('StorageSetName') - - def set_StorageSetName(self,StorageSetName): - self.add_query_param('StorageSetName',StorageSetName) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeTagsRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeTagsRequest.py deleted file mode 100644 index 701588c109..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeTagsRequest.py +++ /dev/null @@ -1,84 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest - -class DescribeTagsRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeTags','ecs') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_PageNumber(self): - return self.get_query_params().get('PageNumber') - - def set_PageNumber(self,PageNumber): - self.add_query_param('PageNumber',PageNumber) - - def get_PageSize(self): - return self.get_query_params().get('PageSize') - - def set_PageSize(self,PageSize): - self.add_query_param('PageSize',PageSize) - - def get_Tags(self): - return self.get_query_params().get('Tags') - - def set_Tags(self,Tags): - for i in range(len(Tags)): - if Tags[i].get('Value') is not None: - self.add_query_param('Tag.' + str(i + 1) + '.Value' , Tags[i].get('Value')) - if Tags[i].get('Key') is not None: - self.add_query_param('Tag.' + str(i + 1) + '.Key' , Tags[i].get('Key')) - - - def get_ResourceId(self): - return self.get_query_params().get('ResourceId') - - def set_ResourceId(self,ResourceId): - self.add_query_param('ResourceId',ResourceId) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_ResourceType(self): - return self.get_query_params().get('ResourceType') - - def set_ResourceType(self,ResourceType): - self.add_query_param('ResourceType',ResourceType) - - def get_Category(self): - return self.get_query_params().get('Category') - - def set_Category(self,Category): - self.add_query_param('Category',Category) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeTaskAttributeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeTaskAttributeRequest.py deleted file mode 100644 index 23b7632a6d..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeTaskAttributeRequest.py +++ /dev/null @@ -1,49 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest - -class DescribeTaskAttributeRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeTaskAttribute','ecs') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_TaskId(self): - return self.get_query_params().get('TaskId') - - def set_TaskId(self,TaskId): - self.add_query_param('TaskId',TaskId) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeTasksRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeTasksRequest.py deleted file mode 100644 index 6530d6ab19..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeTasksRequest.py +++ /dev/null @@ -1,91 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest - -class DescribeTasksRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeTasks','ecs') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_StartTime(self): - return self.get_query_params().get('StartTime') - - def set_StartTime(self,StartTime): - self.add_query_param('StartTime',StartTime) - - def get_TaskIds(self): - return self.get_query_params().get('TaskIds') - - def set_TaskIds(self,TaskIds): - self.add_query_param('TaskIds',TaskIds) - - def get_PageNumber(self): - return self.get_query_params().get('PageNumber') - - def set_PageNumber(self,PageNumber): - self.add_query_param('PageNumber',PageNumber) - - def get_TaskStatus(self): - return self.get_query_params().get('TaskStatus') - - def set_TaskStatus(self,TaskStatus): - self.add_query_param('TaskStatus',TaskStatus) - - def get_PageSize(self): - return self.get_query_params().get('PageSize') - - def set_PageSize(self,PageSize): - self.add_query_param('PageSize',PageSize) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_EndTime(self): - return self.get_query_params().get('EndTime') - - def set_EndTime(self,EndTime): - self.add_query_param('EndTime',EndTime) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_TaskAction(self): - return self.get_query_params().get('TaskAction') - - def set_TaskAction(self,TaskAction): - self.add_query_param('TaskAction',TaskAction) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeUserBusinessBehaviorRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeUserBusinessBehaviorRequest.py deleted file mode 100644 index 9e5b44251f..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeUserBusinessBehaviorRequest.py +++ /dev/null @@ -1,55 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest - -class DescribeUserBusinessBehaviorRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeUserBusinessBehavior','ecs') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_statusKey(self): - return self.get_query_params().get('statusKey') - - def set_statusKey(self,statusKey): - self.add_query_param('statusKey',statusKey) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeUserDataRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeUserDataRequest.py deleted file mode 100644 index 375da40731..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeUserDataRequest.py +++ /dev/null @@ -1,49 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest - -class DescribeUserDataRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeUserData','ecs') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_InstanceId(self): - return self.get_query_params().get('InstanceId') - - def set_InstanceId(self,InstanceId): - self.add_query_param('InstanceId',InstanceId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeVRoutersRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeVRoutersRequest.py deleted file mode 100644 index b7f2bd23f1..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeVRoutersRequest.py +++ /dev/null @@ -1,67 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest - -class DescribeVRoutersRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeVRouters','ecs') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_VRouterId(self): - return self.get_query_params().get('VRouterId') - - def set_VRouterId(self,VRouterId): - self.add_query_param('VRouterId',VRouterId) - - def get_PageNumber(self): - return self.get_query_params().get('PageNumber') - - def set_PageNumber(self,PageNumber): - self.add_query_param('PageNumber',PageNumber) - - def get_PageSize(self): - return self.get_query_params().get('PageSize') - - def set_PageSize(self,PageSize): - self.add_query_param('PageSize',PageSize) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeVSwitchesRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeVSwitchesRequest.py deleted file mode 100644 index 9333a8e935..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeVSwitchesRequest.py +++ /dev/null @@ -1,85 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest - -class DescribeVSwitchesRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeVSwitches','ecs') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_PageNumber(self): - return self.get_query_params().get('PageNumber') - - def set_PageNumber(self,PageNumber): - self.add_query_param('PageNumber',PageNumber) - - def get_PageSize(self): - return self.get_query_params().get('PageSize') - - def set_PageSize(self,PageSize): - self.add_query_param('PageSize',PageSize) - - def get_IsDefault(self): - return self.get_query_params().get('IsDefault') - - def set_IsDefault(self,IsDefault): - self.add_query_param('IsDefault',IsDefault) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_VSwitchId(self): - return self.get_query_params().get('VSwitchId') - - def set_VSwitchId(self,VSwitchId): - self.add_query_param('VSwitchId',VSwitchId) - - def get_VpcId(self): - return self.get_query_params().get('VpcId') - - def set_VpcId(self,VpcId): - self.add_query_param('VpcId',VpcId) - - def get_ZoneId(self): - return self.get_query_params().get('ZoneId') - - def set_ZoneId(self,ZoneId): - self.add_query_param('ZoneId',ZoneId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeVirtualBorderRoutersForPhysicalConnectionRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeVirtualBorderRoutersForPhysicalConnectionRequest.py deleted file mode 100644 index 58bf011b66..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeVirtualBorderRoutersForPhysicalConnectionRequest.py +++ /dev/null @@ -1,73 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest - -class DescribeVirtualBorderRoutersForPhysicalConnectionRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeVirtualBorderRoutersForPhysicalConnection','ecs') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_PageNumber(self): - return self.get_query_params().get('PageNumber') - - def set_PageNumber(self,PageNumber): - self.add_query_param('PageNumber',PageNumber) - - def get_PageSize(self): - return self.get_query_params().get('PageSize') - - def set_PageSize(self,PageSize): - self.add_query_param('PageSize',PageSize) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_Filters(self): - return self.get_query_params().get('Filters') - - def set_Filters(self,Filters): - for i in range(len(Filters)): - for j in range(len(Filters[i].get('Values'))): - if Filters[i].get('Values')[j] is not None: - self.add_query_param('Filter.' + str(i + 1) + '.Value.'+str(j + 1), Filters[i].get('Values')[j]) - if Filters[i].get('Key') is not None: - self.add_query_param('Filter.' + str(i + 1) + '.Key' , Filters[i].get('Key')) - - - def get_PhysicalConnectionId(self): - return self.get_query_params().get('PhysicalConnectionId') - - def set_PhysicalConnectionId(self,PhysicalConnectionId): - self.add_query_param('PhysicalConnectionId',PhysicalConnectionId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeVirtualBorderRoutersRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeVirtualBorderRoutersRequest.py deleted file mode 100644 index 12d311910c..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeVirtualBorderRoutersRequest.py +++ /dev/null @@ -1,66 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest - -class DescribeVirtualBorderRoutersRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeVirtualBorderRouters','ecs') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_PageNumber(self): - return self.get_query_params().get('PageNumber') - - def set_PageNumber(self,PageNumber): - self.add_query_param('PageNumber',PageNumber) - - def get_PageSize(self): - return self.get_query_params().get('PageSize') - - def set_PageSize(self,PageSize): - self.add_query_param('PageSize',PageSize) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_Filters(self): - return self.get_query_params().get('Filters') - - def set_Filters(self,Filters): - for i in range(len(Filters)): - for j in range(len(Filters[i].get('Values'))): - if Filters[i].get('Values')[j] is not None: - self.add_query_param('Filter.' + str(i + 1) + '.Value.'+str(j + 1), Filters[i].get('Values')[j]) - if Filters[i].get('Key') is not None: - self.add_query_param('Filter.' + str(i + 1) + '.Key' , Filters[i].get('Key')) diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeVpcsRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeVpcsRequest.py deleted file mode 100644 index 69c5b88b5f..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeVpcsRequest.py +++ /dev/null @@ -1,73 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest - -class DescribeVpcsRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeVpcs','ecs') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_PageNumber(self): - return self.get_query_params().get('PageNumber') - - def set_PageNumber(self,PageNumber): - self.add_query_param('PageNumber',PageNumber) - - def get_PageSize(self): - return self.get_query_params().get('PageSize') - - def set_PageSize(self,PageSize): - self.add_query_param('PageSize',PageSize) - - def get_IsDefault(self): - return self.get_query_params().get('IsDefault') - - def set_IsDefault(self,IsDefault): - self.add_query_param('IsDefault',IsDefault) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_VpcId(self): - return self.get_query_params().get('VpcId') - - def set_VpcId(self,VpcId): - self.add_query_param('VpcId',VpcId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeZonesRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeZonesRequest.py deleted file mode 100644 index 664e3cf030..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeZonesRequest.py +++ /dev/null @@ -1,73 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest - -class DescribeZonesRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeZones','ecs') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_InstanceChargeType(self): - return self.get_query_params().get('InstanceChargeType') - - def set_InstanceChargeType(self,InstanceChargeType): - self.add_query_param('InstanceChargeType',InstanceChargeType) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_Verbose(self): - return self.get_query_params().get('Verbose') - - def set_Verbose(self,Verbose): - self.add_query_param('Verbose',Verbose) - - def get_SpotStrategy(self): - return self.get_query_params().get('SpotStrategy') - - def set_SpotStrategy(self,SpotStrategy): - self.add_query_param('SpotStrategy',SpotStrategy) - - def get_AcceptLanguage(self): - return self.get_query_params().get('AcceptLanguage') - - def set_AcceptLanguage(self,AcceptLanguage): - self.add_query_param('AcceptLanguage',AcceptLanguage) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DetachClassicLinkVpcRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DetachClassicLinkVpcRequest.py deleted file mode 100644 index f31e41e117..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DetachClassicLinkVpcRequest.py +++ /dev/null @@ -1,55 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest - -class DetachClassicLinkVpcRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DetachClassicLinkVpc','ecs') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_InstanceId(self): - return self.get_query_params().get('InstanceId') - - def set_InstanceId(self,InstanceId): - self.add_query_param('InstanceId',InstanceId) - - def get_VpcId(self): - return self.get_query_params().get('VpcId') - - def set_VpcId(self,VpcId): - self.add_query_param('VpcId',VpcId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DetachDiskRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DetachDiskRequest.py deleted file mode 100644 index 4960e77bd8..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DetachDiskRequest.py +++ /dev/null @@ -1,67 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest - -class DetachDiskRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DetachDisk','ecs') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_DiskId(self): - return self.get_query_params().get('DiskId') - - def set_DiskId(self,DiskId): - self.add_query_param('DiskId',DiskId) - - def get_DeleteWithInstance(self): - return self.get_query_params().get('DeleteWithInstance') - - def set_DeleteWithInstance(self,DeleteWithInstance): - self.add_query_param('DeleteWithInstance',DeleteWithInstance) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_InstanceId(self): - return self.get_query_params().get('InstanceId') - - def set_InstanceId(self,InstanceId): - self.add_query_param('InstanceId',InstanceId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DetachInstanceRamRoleRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DetachInstanceRamRoleRequest.py deleted file mode 100644 index ac3dab9b74..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DetachInstanceRamRoleRequest.py +++ /dev/null @@ -1,55 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest - -class DetachInstanceRamRoleRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DetachInstanceRamRole','ecs') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_RamRoleName(self): - return self.get_query_params().get('RamRoleName') - - def set_RamRoleName(self,RamRoleName): - self.add_query_param('RamRoleName',RamRoleName) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_InstanceIds(self): - return self.get_query_params().get('InstanceIds') - - def set_InstanceIds(self,InstanceIds): - self.add_query_param('InstanceIds',InstanceIds) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DetachKeyPairRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DetachKeyPairRequest.py deleted file mode 100644 index 2b0e118d94..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DetachKeyPairRequest.py +++ /dev/null @@ -1,55 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest - -class DetachKeyPairRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DetachKeyPair','ecs') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_KeyPairName(self): - return self.get_query_params().get('KeyPairName') - - def set_KeyPairName(self,KeyPairName): - self.add_query_param('KeyPairName',KeyPairName) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_InstanceIds(self): - return self.get_query_params().get('InstanceIds') - - def set_InstanceIds(self,InstanceIds): - self.add_query_param('InstanceIds',InstanceIds) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DetachNetworkInterfaceRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DetachNetworkInterfaceRequest.py deleted file mode 100644 index 21b324245b..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DetachNetworkInterfaceRequest.py +++ /dev/null @@ -1,61 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest - -class DetachNetworkInterfaceRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DetachNetworkInterface','ecs') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_InstanceId(self): - return self.get_query_params().get('InstanceId') - - def set_InstanceId(self,InstanceId): - self.add_query_param('InstanceId',InstanceId) - - def get_NetworkInterfaceId(self): - return self.get_query_params().get('NetworkInterfaceId') - - def set_NetworkInterfaceId(self,NetworkInterfaceId): - self.add_query_param('NetworkInterfaceId',NetworkInterfaceId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/EipFillParamsRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/EipFillParamsRequest.py deleted file mode 100644 index 27984d50d1..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/EipFillParamsRequest.py +++ /dev/null @@ -1,67 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest - -class EipFillParamsRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'EipFillParams','ecs') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_data(self): - return self.get_query_params().get('data') - - def set_data(self,data): - self.add_query_param('data',data) - - def get_ClientToken(self): - return self.get_query_params().get('ClientToken') - - def set_ClientToken(self,ClientToken): - self.add_query_param('ClientToken',ClientToken) - - def get_UserCidr(self): - return self.get_query_params().get('UserCidr') - - def set_UserCidr(self,UserCidr): - self.add_query_param('UserCidr',UserCidr) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/EipFillProductRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/EipFillProductRequest.py deleted file mode 100644 index d459d335bb..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/EipFillProductRequest.py +++ /dev/null @@ -1,67 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest - -class EipFillProductRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'EipFillProduct','ecs') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_data(self): - return self.get_query_params().get('data') - - def set_data(self,data): - self.add_query_param('data',data) - - def get_ClientToken(self): - return self.get_query_params().get('ClientToken') - - def set_ClientToken(self,ClientToken): - self.add_query_param('ClientToken',ClientToken) - - def get_UserCidr(self): - return self.get_query_params().get('UserCidr') - - def set_UserCidr(self,UserCidr): - self.add_query_param('UserCidr',UserCidr) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/EipNotifyPaidRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/EipNotifyPaidRequest.py deleted file mode 100644 index 378d66ebcf..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/EipNotifyPaidRequest.py +++ /dev/null @@ -1,67 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest - -class EipNotifyPaidRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'EipNotifyPaid','ecs') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_data(self): - return self.get_query_params().get('data') - - def set_data(self,data): - self.add_query_param('data',data) - - def get_ClientToken(self): - return self.get_query_params().get('ClientToken') - - def set_ClientToken(self,ClientToken): - self.add_query_param('ClientToken',ClientToken) - - def get_UserCidr(self): - return self.get_query_params().get('UserCidr') - - def set_UserCidr(self,UserCidr): - self.add_query_param('UserCidr',UserCidr) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/EnablePhysicalConnectionRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/EnablePhysicalConnectionRequest.py deleted file mode 100644 index 9554544b42..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/EnablePhysicalConnectionRequest.py +++ /dev/null @@ -1,67 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest - -class EnablePhysicalConnectionRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'EnablePhysicalConnection','ecs') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_ClientToken(self): - return self.get_query_params().get('ClientToken') - - def set_ClientToken(self,ClientToken): - self.add_query_param('ClientToken',ClientToken) - - def get_UserCidr(self): - return self.get_query_params().get('UserCidr') - - def set_UserCidr(self,UserCidr): - self.add_query_param('UserCidr',UserCidr) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_PhysicalConnectionId(self): - return self.get_query_params().get('PhysicalConnectionId') - - def set_PhysicalConnectionId(self,PhysicalConnectionId): - self.add_query_param('PhysicalConnectionId',PhysicalConnectionId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ExportImageRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ExportImageRequest.py deleted file mode 100644 index 901ee1e0ab..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ExportImageRequest.py +++ /dev/null @@ -1,73 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest - -class ExportImageRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ExportImage','ecs') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_ImageId(self): - return self.get_query_params().get('ImageId') - - def set_ImageId(self,ImageId): - self.add_query_param('ImageId',ImageId) - - def get_ImageFormat(self): - return self.get_query_params().get('ImageFormat') - - def set_ImageFormat(self,ImageFormat): - self.add_query_param('ImageFormat',ImageFormat) - - def get_OSSBucket(self): - return self.get_query_params().get('OSSBucket') - - def set_OSSBucket(self,OSSBucket): - self.add_query_param('OSSBucket',OSSBucket) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_RoleName(self): - return self.get_query_params().get('RoleName') - - def set_RoleName(self,RoleName): - self.add_query_param('RoleName',RoleName) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_OSSPrefix(self): - return self.get_query_params().get('OSSPrefix') - - def set_OSSPrefix(self,OSSPrefix): - self.add_query_param('OSSPrefix',OSSPrefix) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ExportSnapshotRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ExportSnapshotRequest.py deleted file mode 100644 index 09d9b9501f..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ExportSnapshotRequest.py +++ /dev/null @@ -1,61 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest - -class ExportSnapshotRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ExportSnapshot','ecs') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_SnapshotId(self): - return self.get_query_params().get('SnapshotId') - - def set_SnapshotId(self,SnapshotId): - self.add_query_param('SnapshotId',SnapshotId) - - def get_OssBucket(self): - return self.get_query_params().get('OssBucket') - - def set_OssBucket(self,OssBucket): - self.add_query_param('OssBucket',OssBucket) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_RoleName(self): - return self.get_query_params().get('RoleName') - - def set_RoleName(self,RoleName): - self.add_query_param('RoleName',RoleName) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/GetInstanceConsoleOutputRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/GetInstanceConsoleOutputRequest.py deleted file mode 100644 index 6c7c59b66f..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/GetInstanceConsoleOutputRequest.py +++ /dev/null @@ -1,55 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest - -class GetInstanceConsoleOutputRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'GetInstanceConsoleOutput','ecs') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_InstanceId(self): - return self.get_query_params().get('InstanceId') - - def set_InstanceId(self,InstanceId): - self.add_query_param('InstanceId',InstanceId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/GetInstanceScreenshotRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/GetInstanceScreenshotRequest.py deleted file mode 100644 index 6f3b390e23..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/GetInstanceScreenshotRequest.py +++ /dev/null @@ -1,61 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest - -class GetInstanceScreenshotRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'GetInstanceScreenshot','ecs') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_WakeUp(self): - return self.get_query_params().get('WakeUp') - - def set_WakeUp(self,WakeUp): - self.add_query_param('WakeUp',WakeUp) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_InstanceId(self): - return self.get_query_params().get('InstanceId') - - def set_InstanceId(self,InstanceId): - self.add_query_param('InstanceId',InstanceId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ImportImageRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ImportImageRequest.py deleted file mode 100644 index 671882246d..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ImportImageRequest.py +++ /dev/null @@ -1,104 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest - -class ImportImageRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ImportImage','ecs') - - def get_DiskDeviceMappings(self): - return self.get_query_params().get('DiskDeviceMappings') - - def set_DiskDeviceMappings(self,DiskDeviceMappings): - for i in range(len(DiskDeviceMappings)): - if DiskDeviceMappings[i].get('OSSBucket') is not None: - self.add_query_param('DiskDeviceMapping.' + str(i + 1) + '.OSSBucket' , DiskDeviceMappings[i].get('OSSBucket')) - if DiskDeviceMappings[i].get('DiskImSize') is not None: - self.add_query_param('DiskDeviceMapping.' + str(i + 1) + '.DiskImSize' , DiskDeviceMappings[i].get('DiskImSize')) - if DiskDeviceMappings[i].get('Format') is not None: - self.add_query_param('DiskDeviceMapping.' + str(i + 1) + '.Format' , DiskDeviceMappings[i].get('Format')) - if DiskDeviceMappings[i].get('Device') is not None: - self.add_query_param('DiskDeviceMapping.' + str(i + 1) + '.Device' , DiskDeviceMappings[i].get('Device')) - if DiskDeviceMappings[i].get('OSSObject') is not None: - self.add_query_param('DiskDeviceMapping.' + str(i + 1) + '.OSSObject' , DiskDeviceMappings[i].get('OSSObject')) - if DiskDeviceMappings[i].get('DiskImageSize') is not None: - self.add_query_param('DiskDeviceMapping.' + str(i + 1) + '.DiskImageSize' , DiskDeviceMappings[i].get('DiskImageSize')) - - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_Description(self): - return self.get_query_params().get('Description') - - def set_Description(self,Description): - self.add_query_param('Description',Description) - - def get_Platform(self): - return self.get_query_params().get('Platform') - - def set_Platform(self,Platform): - self.add_query_param('Platform',Platform) - - def get_ImageName(self): - return self.get_query_params().get('ImageName') - - def set_ImageName(self,ImageName): - self.add_query_param('ImageName',ImageName) - - def get_Architecture(self): - return self.get_query_params().get('Architecture') - - def set_Architecture(self,Architecture): - self.add_query_param('Architecture',Architecture) - - def get_LicenseType(self): - return self.get_query_params().get('LicenseType') - - def set_LicenseType(self,LicenseType): - self.add_query_param('LicenseType',LicenseType) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_RoleName(self): - return self.get_query_params().get('RoleName') - - def set_RoleName(self,RoleName): - self.add_query_param('RoleName',RoleName) - - def get_OSType(self): - return self.get_query_params().get('OSType') - - def set_OSType(self,OSType): - self.add_query_param('OSType',OSType) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ImportKeyPairRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ImportKeyPairRequest.py deleted file mode 100644 index 4bf80abab4..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ImportKeyPairRequest.py +++ /dev/null @@ -1,55 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest - -class ImportKeyPairRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ImportKeyPair','ecs') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_KeyPairName(self): - return self.get_query_params().get('KeyPairName') - - def set_KeyPairName(self,KeyPairName): - self.add_query_param('KeyPairName',KeyPairName) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_PublicKeyBody(self): - return self.get_query_params().get('PublicKeyBody') - - def set_PublicKeyBody(self,PublicKeyBody): - self.add_query_param('PublicKeyBody',PublicKeyBody) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ImportSnapshotRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ImportSnapshotRequest.py deleted file mode 100644 index a7c3ba3802..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ImportSnapshotRequest.py +++ /dev/null @@ -1,67 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest - -class ImportSnapshotRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ImportSnapshot','ecs') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_SnapshotName(self): - return self.get_query_params().get('SnapshotName') - - def set_SnapshotName(self,SnapshotName): - self.add_query_param('SnapshotName',SnapshotName) - - def get_OssObject(self): - return self.get_query_params().get('OssObject') - - def set_OssObject(self,OssObject): - self.add_query_param('OssObject',OssObject) - - def get_OssBucket(self): - return self.get_query_params().get('OssBucket') - - def set_OssBucket(self,OssBucket): - self.add_query_param('OssBucket',OssBucket) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_RoleName(self): - return self.get_query_params().get('RoleName') - - def set_RoleName(self,RoleName): - self.add_query_param('RoleName',RoleName) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/InstallCloudAssistantRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/InstallCloudAssistantRequest.py deleted file mode 100644 index 4ccaf33786..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/InstallCloudAssistantRequest.py +++ /dev/null @@ -1,57 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest - -class InstallCloudAssistantRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'InstallCloudAssistant','ecs') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_InstanceIds(self): - return self.get_query_params().get('InstanceIds') - - def set_InstanceIds(self,InstanceIds): - for i in range(len(InstanceIds)): - if InstanceIds[i] is not None: - self.add_query_param('InstanceId.' + str(i + 1) , InstanceIds[i]); \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/InvokeCommandRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/InvokeCommandRequest.py deleted file mode 100644 index acd8f6c1ab..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/InvokeCommandRequest.py +++ /dev/null @@ -1,81 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest - -class InvokeCommandRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'InvokeCommand','ecs') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_CommandId(self): - return self.get_query_params().get('CommandId') - - def set_CommandId(self,CommandId): - self.add_query_param('CommandId',CommandId) - - def get_Frequency(self): - return self.get_query_params().get('Frequency') - - def set_Frequency(self,Frequency): - self.add_query_param('Frequency',Frequency) - - def get_Timed(self): - return self.get_query_params().get('Timed') - - def set_Timed(self,Timed): - self.add_query_param('Timed',Timed) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_InstanceIds(self): - return self.get_query_params().get('InstanceIds') - - def set_InstanceIds(self,InstanceIds): - for i in range(len(InstanceIds)): - if InstanceIds[i] is not None: - self.add_query_param('InstanceId.' + str(i + 1) , InstanceIds[i]); - - def get_Parameters(self): - return self.get_query_params().get('Parameters') - - def set_Parameters(self,Parameters): - self.add_query_param('Parameters',Parameters) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/JoinResourceGroupRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/JoinResourceGroupRequest.py deleted file mode 100644 index 84e0a976a6..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/JoinResourceGroupRequest.py +++ /dev/null @@ -1,67 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest - -class JoinResourceGroupRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'JoinResourceGroup','ecs') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_ResourceGroupId(self): - return self.get_query_params().get('ResourceGroupId') - - def set_ResourceGroupId(self,ResourceGroupId): - self.add_query_param('ResourceGroupId',ResourceGroupId) - - def get_ResourceId(self): - return self.get_query_params().get('ResourceId') - - def set_ResourceId(self,ResourceId): - self.add_query_param('ResourceId',ResourceId) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_ResourceType(self): - return self.get_query_params().get('ResourceType') - - def set_ResourceType(self,ResourceType): - self.add_query_param('ResourceType',ResourceType) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/JoinSecurityGroupRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/JoinSecurityGroupRequest.py deleted file mode 100644 index c95ea6b2b3..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/JoinSecurityGroupRequest.py +++ /dev/null @@ -1,61 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest - -class JoinSecurityGroupRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'JoinSecurityGroup','ecs') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_SecurityGroupId(self): - return self.get_query_params().get('SecurityGroupId') - - def set_SecurityGroupId(self,SecurityGroupId): - self.add_query_param('SecurityGroupId',SecurityGroupId) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_InstanceId(self): - return self.get_query_params().get('InstanceId') - - def set_InstanceId(self,InstanceId): - self.add_query_param('InstanceId',InstanceId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/LeaveSecurityGroupRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/LeaveSecurityGroupRequest.py deleted file mode 100644 index b2a82ea5a9..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/LeaveSecurityGroupRequest.py +++ /dev/null @@ -1,61 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest - -class LeaveSecurityGroupRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'LeaveSecurityGroup','ecs') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_SecurityGroupId(self): - return self.get_query_params().get('SecurityGroupId') - - def set_SecurityGroupId(self,SecurityGroupId): - self.add_query_param('SecurityGroupId',SecurityGroupId) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_InstanceId(self): - return self.get_query_params().get('InstanceId') - - def set_InstanceId(self,InstanceId): - self.add_query_param('InstanceId',InstanceId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ListTagResourcesRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ListTagResourcesRequest.py deleted file mode 100644 index 06ef3c2bf8..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ListTagResourcesRequest.py +++ /dev/null @@ -1,92 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest - -class ListTagResourcesRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ListTagResources','ecs') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_NextToken(self): - return self.get_query_params().get('NextToken') - - def set_NextToken(self,NextToken): - self.add_query_param('NextToken',NextToken) - - def get_Tags(self): - return self.get_query_params().get('Tags') - - def set_Tags(self,Tags): - for i in range(len(Tags)): - if Tags[i].get('Key') is not None: - self.add_query_param('Tag.' + str(i + 1) + '.Key' , Tags[i].get('Key')) - if Tags[i].get('Value') is not None: - self.add_query_param('Tag.' + str(i + 1) + '.Value' , Tags[i].get('Value')) - - - def get_ResourceIds(self): - return self.get_query_params().get('ResourceIds') - - def set_ResourceIds(self,ResourceIds): - for i in range(len(ResourceIds)): - if ResourceIds[i] is not None: - self.add_query_param('ResourceId.' + str(i + 1) , ResourceIds[i]); - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_TagFilters(self): - return self.get_query_params().get('TagFilters') - - def set_TagFilters(self,TagFilters): - for i in range(len(TagFilters)): - if TagFilters[i].get('TagKey') is not None: - self.add_query_param('TagFilter.' + str(i + 1) + '.TagKey' , TagFilters[i].get('TagKey')) - for j in range(len(TagFilters[i].get('TagValuess'))): - if TagFilters[i].get('TagValuess')[j] is not None: - self.add_query_param('TagFilter.' + str(i + 1) + '.TagValues.'+str(j + 1), TagFilters[i].get('TagValuess')[j]) - - - def get_ResourceType(self): - return self.get_query_params().get('ResourceType') - - def set_ResourceType(self,ResourceType): - self.add_query_param('ResourceType',ResourceType) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyAutoProvisioningGroupRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyAutoProvisioningGroupRequest.py deleted file mode 100644 index 276fe41ecd..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyAutoProvisioningGroupRequest.py +++ /dev/null @@ -1,103 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest - -class ModifyAutoProvisioningGroupRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyAutoProvisioningGroup','ecs') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_TerminateInstancesWithExpiration(self): - return self.get_query_params().get('TerminateInstancesWithExpiration') - - def set_TerminateInstancesWithExpiration(self,TerminateInstancesWithExpiration): - self.add_query_param('TerminateInstancesWithExpiration',TerminateInstancesWithExpiration) - - def get_DefaultTargetCapacityType(self): - return self.get_query_params().get('DefaultTargetCapacityType') - - def set_DefaultTargetCapacityType(self,DefaultTargetCapacityType): - self.add_query_param('DefaultTargetCapacityType',DefaultTargetCapacityType) - - def get_ExcessCapacityTerminationPolicy(self): - return self.get_query_params().get('ExcessCapacityTerminationPolicy') - - def set_ExcessCapacityTerminationPolicy(self,ExcessCapacityTerminationPolicy): - self.add_query_param('ExcessCapacityTerminationPolicy',ExcessCapacityTerminationPolicy) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_AutoProvisioningGroupId(self): - return self.get_query_params().get('AutoProvisioningGroupId') - - def set_AutoProvisioningGroupId(self,AutoProvisioningGroupId): - self.add_query_param('AutoProvisioningGroupId',AutoProvisioningGroupId) - - def get_PayAsYouGoTargetCapacity(self): - return self.get_query_params().get('PayAsYouGoTargetCapacity') - - def set_PayAsYouGoTargetCapacity(self,PayAsYouGoTargetCapacity): - self.add_query_param('PayAsYouGoTargetCapacity',PayAsYouGoTargetCapacity) - - def get_TotalTargetCapacity(self): - return self.get_query_params().get('TotalTargetCapacity') - - def set_TotalTargetCapacity(self,TotalTargetCapacity): - self.add_query_param('TotalTargetCapacity',TotalTargetCapacity) - - def get_SpotTargetCapacity(self): - return self.get_query_params().get('SpotTargetCapacity') - - def set_SpotTargetCapacity(self,SpotTargetCapacity): - self.add_query_param('SpotTargetCapacity',SpotTargetCapacity) - - def get_MaxSpotPrice(self): - return self.get_query_params().get('MaxSpotPrice') - - def set_MaxSpotPrice(self,MaxSpotPrice): - self.add_query_param('MaxSpotPrice',MaxSpotPrice) - - def get_AutoProvisioningGroupName(self): - return self.get_query_params().get('AutoProvisioningGroupName') - - def set_AutoProvisioningGroupName(self,AutoProvisioningGroupName): - self.add_query_param('AutoProvisioningGroupName',AutoProvisioningGroupName) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyAutoSnapshotPolicyExRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyAutoSnapshotPolicyExRequest.py deleted file mode 100644 index ed0a82ac65..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyAutoSnapshotPolicyExRequest.py +++ /dev/null @@ -1,73 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest - -class ModifyAutoSnapshotPolicyExRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyAutoSnapshotPolicyEx','ecs') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_autoSnapshotPolicyId(self): - return self.get_query_params().get('autoSnapshotPolicyId') - - def set_autoSnapshotPolicyId(self,autoSnapshotPolicyId): - self.add_query_param('autoSnapshotPolicyId',autoSnapshotPolicyId) - - def get_timePoints(self): - return self.get_query_params().get('timePoints') - - def set_timePoints(self,timePoints): - self.add_query_param('timePoints',timePoints) - - def get_repeatWeekdays(self): - return self.get_query_params().get('repeatWeekdays') - - def set_repeatWeekdays(self,repeatWeekdays): - self.add_query_param('repeatWeekdays',repeatWeekdays) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_autoSnapshotPolicyName(self): - return self.get_query_params().get('autoSnapshotPolicyName') - - def set_autoSnapshotPolicyName(self,autoSnapshotPolicyName): - self.add_query_param('autoSnapshotPolicyName',autoSnapshotPolicyName) - - def get_retentionDays(self): - return self.get_query_params().get('retentionDays') - - def set_retentionDays(self,retentionDays): - self.add_query_param('retentionDays',retentionDays) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyAutoSnapshotPolicyRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyAutoSnapshotPolicyRequest.py deleted file mode 100644 index ba0932e4b1..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyAutoSnapshotPolicyRequest.py +++ /dev/null @@ -1,97 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest - -class ModifyAutoSnapshotPolicyRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyAutoSnapshotPolicy','ecs') - - def get_DataDiskPolicyEnabled(self): - return self.get_query_params().get('DataDiskPolicyEnabled') - - def set_DataDiskPolicyEnabled(self,DataDiskPolicyEnabled): - self.add_query_param('DataDiskPolicyEnabled',DataDiskPolicyEnabled) - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_DataDiskPolicyRetentionDays(self): - return self.get_query_params().get('DataDiskPolicyRetentionDays') - - def set_DataDiskPolicyRetentionDays(self,DataDiskPolicyRetentionDays): - self.add_query_param('DataDiskPolicyRetentionDays',DataDiskPolicyRetentionDays) - - def get_SystemDiskPolicyRetentionLastWeek(self): - return self.get_query_params().get('SystemDiskPolicyRetentionLastWeek') - - def set_SystemDiskPolicyRetentionLastWeek(self,SystemDiskPolicyRetentionLastWeek): - self.add_query_param('SystemDiskPolicyRetentionLastWeek',SystemDiskPolicyRetentionLastWeek) - - def get_SystemDiskPolicyRetentionDays(self): - return self.get_query_params().get('SystemDiskPolicyRetentionDays') - - def set_SystemDiskPolicyRetentionDays(self,SystemDiskPolicyRetentionDays): - self.add_query_param('SystemDiskPolicyRetentionDays',SystemDiskPolicyRetentionDays) - - def get_DataDiskPolicyTimePeriod(self): - return self.get_query_params().get('DataDiskPolicyTimePeriod') - - def set_DataDiskPolicyTimePeriod(self,DataDiskPolicyTimePeriod): - self.add_query_param('DataDiskPolicyTimePeriod',DataDiskPolicyTimePeriod) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_SystemDiskPolicyTimePeriod(self): - return self.get_query_params().get('SystemDiskPolicyTimePeriod') - - def set_SystemDiskPolicyTimePeriod(self,SystemDiskPolicyTimePeriod): - self.add_query_param('SystemDiskPolicyTimePeriod',SystemDiskPolicyTimePeriod) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_DataDiskPolicyRetentionLastWeek(self): - return self.get_query_params().get('DataDiskPolicyRetentionLastWeek') - - def set_DataDiskPolicyRetentionLastWeek(self,DataDiskPolicyRetentionLastWeek): - self.add_query_param('DataDiskPolicyRetentionLastWeek',DataDiskPolicyRetentionLastWeek) - - def get_SystemDiskPolicyEnabled(self): - return self.get_query_params().get('SystemDiskPolicyEnabled') - - def set_SystemDiskPolicyEnabled(self,SystemDiskPolicyEnabled): - self.add_query_param('SystemDiskPolicyEnabled',SystemDiskPolicyEnabled) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyBandwidthPackageSpecRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyBandwidthPackageSpecRequest.py deleted file mode 100644 index 1fd5611762..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyBandwidthPackageSpecRequest.py +++ /dev/null @@ -1,61 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest - -class ModifyBandwidthPackageSpecRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyBandwidthPackageSpec','ecs') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_BandwidthPackageId(self): - return self.get_query_params().get('BandwidthPackageId') - - def set_BandwidthPackageId(self,BandwidthPackageId): - self.add_query_param('BandwidthPackageId',BandwidthPackageId) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_Bandwidth(self): - return self.get_query_params().get('Bandwidth') - - def set_Bandwidth(self,Bandwidth): - self.add_query_param('Bandwidth',Bandwidth) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyCommandRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyCommandRequest.py deleted file mode 100644 index d3d30fa7fe..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyCommandRequest.py +++ /dev/null @@ -1,85 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest - -class ModifyCommandRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyCommand','ecs') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_WorkingDir(self): - return self.get_query_params().get('WorkingDir') - - def set_WorkingDir(self,WorkingDir): - self.add_query_param('WorkingDir',WorkingDir) - - def get_Description(self): - return self.get_query_params().get('Description') - - def set_Description(self,Description): - self.add_query_param('Description',Description) - - def get_CommandId(self): - return self.get_query_params().get('CommandId') - - def set_CommandId(self,CommandId): - self.add_query_param('CommandId',CommandId) - - def get_CommandContent(self): - return self.get_query_params().get('CommandContent') - - def set_CommandContent(self,CommandContent): - self.add_query_param('CommandContent',CommandContent) - - def get_Timeout(self): - return self.get_query_params().get('Timeout') - - def set_Timeout(self,Timeout): - self.add_query_param('Timeout',Timeout) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_Name(self): - return self.get_query_params().get('Name') - - def set_Name(self,Name): - self.add_query_param('Name',Name) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyDedicatedHostAttributeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyDedicatedHostAttributeRequest.py deleted file mode 100644 index 3703a7667b..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyDedicatedHostAttributeRequest.py +++ /dev/null @@ -1,91 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest - -class ModifyDedicatedHostAttributeRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyDedicatedHostAttribute','ecs') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_Description(self): - return self.get_query_params().get('Description') - - def set_Description(self,Description): - self.add_query_param('Description',Description) - - def get_ActionOnMaintenance(self): - return self.get_query_params().get('ActionOnMaintenance') - - def set_ActionOnMaintenance(self,ActionOnMaintenance): - self.add_query_param('ActionOnMaintenance',ActionOnMaintenance) - - def get_DedicatedHostName(self): - return self.get_query_params().get('DedicatedHostName') - - def set_DedicatedHostName(self,DedicatedHostName): - self.add_query_param('DedicatedHostName',DedicatedHostName) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_DedicatedHostId(self): - return self.get_query_params().get('DedicatedHostId') - - def set_DedicatedHostId(self,DedicatedHostId): - self.add_query_param('DedicatedHostId',DedicatedHostId) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_NetworkAttributesSlbUdpTimeout(self): - return self.get_query_params().get('NetworkAttributes.SlbUdpTimeout') - - def set_NetworkAttributesSlbUdpTimeout(self,NetworkAttributesSlbUdpTimeout): - self.add_query_param('NetworkAttributes.SlbUdpTimeout',NetworkAttributesSlbUdpTimeout) - - def get_AutoPlacement(self): - return self.get_query_params().get('AutoPlacement') - - def set_AutoPlacement(self,AutoPlacement): - self.add_query_param('AutoPlacement',AutoPlacement) - - def get_NetworkAttributesUdpTimeout(self): - return self.get_query_params().get('NetworkAttributes.UdpTimeout') - - def set_NetworkAttributesUdpTimeout(self,NetworkAttributesUdpTimeout): - self.add_query_param('NetworkAttributes.UdpTimeout',NetworkAttributesUdpTimeout) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyDedicatedHostAutoReleaseTimeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyDedicatedHostAutoReleaseTimeRequest.py deleted file mode 100644 index 2f6c67451e..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyDedicatedHostAutoReleaseTimeRequest.py +++ /dev/null @@ -1,61 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest - -class ModifyDedicatedHostAutoReleaseTimeRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyDedicatedHostAutoReleaseTime','ecs') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_AutoReleaseTime(self): - return self.get_query_params().get('AutoReleaseTime') - - def set_AutoReleaseTime(self,AutoReleaseTime): - self.add_query_param('AutoReleaseTime',AutoReleaseTime) - - def get_DedicatedHostId(self): - return self.get_query_params().get('DedicatedHostId') - - def set_DedicatedHostId(self,DedicatedHostId): - self.add_query_param('DedicatedHostId',DedicatedHostId) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyDedicatedHostAutoRenewAttributeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyDedicatedHostAutoRenewAttributeRequest.py deleted file mode 100644 index 266e1d8755..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyDedicatedHostAutoRenewAttributeRequest.py +++ /dev/null @@ -1,79 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest - -class ModifyDedicatedHostAutoRenewAttributeRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyDedicatedHostAutoRenewAttribute','ecs') - - def get_DedicatedHostIds(self): - return self.get_query_params().get('DedicatedHostIds') - - def set_DedicatedHostIds(self,DedicatedHostIds): - self.add_query_param('DedicatedHostIds',DedicatedHostIds) - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_Duration(self): - return self.get_query_params().get('Duration') - - def set_Duration(self,Duration): - self.add_query_param('Duration',Duration) - - def get_RenewalStatus(self): - return self.get_query_params().get('RenewalStatus') - - def set_RenewalStatus(self,RenewalStatus): - self.add_query_param('RenewalStatus',RenewalStatus) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_PeriodUnit(self): - return self.get_query_params().get('PeriodUnit') - - def set_PeriodUnit(self,PeriodUnit): - self.add_query_param('PeriodUnit',PeriodUnit) - - def get_AutoRenew(self): - return self.get_query_params().get('AutoRenew') - - def set_AutoRenew(self,AutoRenew): - self.add_query_param('AutoRenew',AutoRenew) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyDemandRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyDemandRequest.py deleted file mode 100644 index ff1351cd5a..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyDemandRequest.py +++ /dev/null @@ -1,121 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest - -class ModifyDemandRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyDemand','ecs') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_ClientToken(self): - return self.get_query_params().get('ClientToken') - - def set_ClientToken(self,ClientToken): - self.add_query_param('ClientToken',ClientToken) - - def get_StartTime(self): - return self.get_query_params().get('StartTime') - - def set_StartTime(self,StartTime): - self.add_query_param('StartTime',StartTime) - - def get_DemandDescription(self): - return self.get_query_params().get('DemandDescription') - - def set_DemandDescription(self,DemandDescription): - self.add_query_param('DemandDescription',DemandDescription) - - def get_InstanceType(self): - return self.get_query_params().get('InstanceType') - - def set_InstanceType(self,InstanceType): - self.add_query_param('InstanceType',InstanceType) - - def get_InstanceChargeType(self): - return self.get_query_params().get('InstanceChargeType') - - def set_InstanceChargeType(self,InstanceChargeType): - self.add_query_param('InstanceChargeType',InstanceChargeType) - - def get_DemandName(self): - return self.get_query_params().get('DemandName') - - def set_DemandName(self,DemandName): - self.add_query_param('DemandName',DemandName) - - def get_Amount(self): - return self.get_query_params().get('Amount') - - def set_Amount(self,Amount): - self.add_query_param('Amount',Amount) - - def get_Period(self): - return self.get_query_params().get('Period') - - def set_Period(self,Period): - self.add_query_param('Period',Period) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_EndTime(self): - return self.get_query_params().get('EndTime') - - def set_EndTime(self,EndTime): - self.add_query_param('EndTime',EndTime) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_PeriodUnit(self): - return self.get_query_params().get('PeriodUnit') - - def set_PeriodUnit(self,PeriodUnit): - self.add_query_param('PeriodUnit',PeriodUnit) - - def get_DemandId(self): - return self.get_query_params().get('DemandId') - - def set_DemandId(self,DemandId): - self.add_query_param('DemandId',DemandId) - - def get_ZoneId(self): - return self.get_query_params().get('ZoneId') - - def set_ZoneId(self,ZoneId): - self.add_query_param('ZoneId',ZoneId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyDeploymentSetAttributeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyDeploymentSetAttributeRequest.py deleted file mode 100644 index 720d6f4daf..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyDeploymentSetAttributeRequest.py +++ /dev/null @@ -1,67 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest - -class ModifyDeploymentSetAttributeRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyDeploymentSetAttribute','ecs') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_Description(self): - return self.get_query_params().get('Description') - - def set_Description(self,Description): - self.add_query_param('Description',Description) - - def get_DeploymentSetId(self): - return self.get_query_params().get('DeploymentSetId') - - def set_DeploymentSetId(self,DeploymentSetId): - self.add_query_param('DeploymentSetId',DeploymentSetId) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_DeploymentSetName(self): - return self.get_query_params().get('DeploymentSetName') - - def set_DeploymentSetName(self,DeploymentSetName): - self.add_query_param('DeploymentSetName',DeploymentSetName) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyDiskAttributeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyDiskAttributeRequest.py deleted file mode 100644 index 397f693e43..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyDiskAttributeRequest.py +++ /dev/null @@ -1,93 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest - -class ModifyDiskAttributeRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyDiskAttribute','ecs') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_Description(self): - return self.get_query_params().get('Description') - - def set_Description(self,Description): - self.add_query_param('Description',Description) - - def get_DiskName(self): - return self.get_query_params().get('DiskName') - - def set_DiskName(self,DiskName): - self.add_query_param('DiskName',DiskName) - - def get_DeleteAutoSnapshot(self): - return self.get_query_params().get('DeleteAutoSnapshot') - - def set_DeleteAutoSnapshot(self,DeleteAutoSnapshot): - self.add_query_param('DeleteAutoSnapshot',DeleteAutoSnapshot) - - def get_DiskIdss(self): - return self.get_query_params().get('DiskIdss') - - def set_DiskIdss(self,DiskIdss): - for i in range(len(DiskIdss)): - if DiskIdss[i] is not None: - self.add_query_param('DiskIds.' + str(i + 1) , DiskIdss[i]); - - def get_DiskId(self): - return self.get_query_params().get('DiskId') - - def set_DiskId(self,DiskId): - self.add_query_param('DiskId',DiskId) - - def get_DeleteWithInstance(self): - return self.get_query_params().get('DeleteWithInstance') - - def set_DeleteWithInstance(self,DeleteWithInstance): - self.add_query_param('DeleteWithInstance',DeleteWithInstance) - - def get_EnableAutoSnapshot(self): - return self.get_query_params().get('EnableAutoSnapshot') - - def set_EnableAutoSnapshot(self,EnableAutoSnapshot): - self.add_query_param('EnableAutoSnapshot',EnableAutoSnapshot) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyDiskChargeTypeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyDiskChargeTypeRequest.py deleted file mode 100644 index 06985f305a..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyDiskChargeTypeRequest.py +++ /dev/null @@ -1,79 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest - -class ModifyDiskChargeTypeRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyDiskChargeType','ecs') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_ClientToken(self): - return self.get_query_params().get('ClientToken') - - def set_ClientToken(self,ClientToken): - self.add_query_param('ClientToken',ClientToken) - - def get_DiskChargeType(self): - return self.get_query_params().get('DiskChargeType') - - def set_DiskChargeType(self,DiskChargeType): - self.add_query_param('DiskChargeType',DiskChargeType) - - def get_DiskIds(self): - return self.get_query_params().get('DiskIds') - - def set_DiskIds(self,DiskIds): - self.add_query_param('DiskIds',DiskIds) - - def get_AutoPay(self): - return self.get_query_params().get('AutoPay') - - def set_AutoPay(self,AutoPay): - self.add_query_param('AutoPay',AutoPay) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_InstanceId(self): - return self.get_query_params().get('InstanceId') - - def set_InstanceId(self,InstanceId): - self.add_query_param('InstanceId',InstanceId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyDiskSpecRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyDiskSpecRequest.py deleted file mode 100644 index e6e9f59863..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyDiskSpecRequest.py +++ /dev/null @@ -1,61 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest - -class ModifyDiskSpecRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyDiskSpec','ecs') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_DiskId(self): - return self.get_query_params().get('DiskId') - - def set_DiskId(self,DiskId): - self.add_query_param('DiskId',DiskId) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_PerformanceLevel(self): - return self.get_query_params().get('PerformanceLevel') - - def set_PerformanceLevel(self,PerformanceLevel): - self.add_query_param('PerformanceLevel',PerformanceLevel) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyEipAddressAttributeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyEipAddressAttributeRequest.py deleted file mode 100644 index d526ceabb1..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyEipAddressAttributeRequest.py +++ /dev/null @@ -1,61 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest - -class ModifyEipAddressAttributeRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyEipAddressAttribute','ecs') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_AllocationId(self): - return self.get_query_params().get('AllocationId') - - def set_AllocationId(self,AllocationId): - self.add_query_param('AllocationId',AllocationId) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_Bandwidth(self): - return self.get_query_params().get('Bandwidth') - - def set_Bandwidth(self,Bandwidth): - self.add_query_param('Bandwidth',Bandwidth) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyForwardEntryRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyForwardEntryRequest.py deleted file mode 100644 index caa6fc48bc..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyForwardEntryRequest.py +++ /dev/null @@ -1,91 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest - -class ModifyForwardEntryRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyForwardEntry','ecs') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_ForwardTableId(self): - return self.get_query_params().get('ForwardTableId') - - def set_ForwardTableId(self,ForwardTableId): - self.add_query_param('ForwardTableId',ForwardTableId) - - def get_InternalIp(self): - return self.get_query_params().get('InternalIp') - - def set_InternalIp(self,InternalIp): - self.add_query_param('InternalIp',InternalIp) - - def get_ForwardEntryId(self): - return self.get_query_params().get('ForwardEntryId') - - def set_ForwardEntryId(self,ForwardEntryId): - self.add_query_param('ForwardEntryId',ForwardEntryId) - - def get_ExternalIp(self): - return self.get_query_params().get('ExternalIp') - - def set_ExternalIp(self,ExternalIp): - self.add_query_param('ExternalIp',ExternalIp) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_IpProtocol(self): - return self.get_query_params().get('IpProtocol') - - def set_IpProtocol(self,IpProtocol): - self.add_query_param('IpProtocol',IpProtocol) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_InternalPort(self): - return self.get_query_params().get('InternalPort') - - def set_InternalPort(self,InternalPort): - self.add_query_param('InternalPort',InternalPort) - - def get_ExternalPort(self): - return self.get_query_params().get('ExternalPort') - - def set_ExternalPort(self,ExternalPort): - self.add_query_param('ExternalPort',ExternalPort) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyHaVipAttributeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyHaVipAttributeRequest.py deleted file mode 100644 index 21326c8e38..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyHaVipAttributeRequest.py +++ /dev/null @@ -1,67 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest - -class ModifyHaVipAttributeRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyHaVipAttribute','ecs') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_ClientToken(self): - return self.get_query_params().get('ClientToken') - - def set_ClientToken(self,ClientToken): - self.add_query_param('ClientToken',ClientToken) - - def get_Description(self): - return self.get_query_params().get('Description') - - def set_Description(self,Description): - self.add_query_param('Description',Description) - - def get_HaVipId(self): - return self.get_query_params().get('HaVipId') - - def set_HaVipId(self,HaVipId): - self.add_query_param('HaVipId',HaVipId) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyHpcClusterAttributeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyHpcClusterAttributeRequest.py deleted file mode 100644 index a106f08e05..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyHpcClusterAttributeRequest.py +++ /dev/null @@ -1,73 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest - -class ModifyHpcClusterAttributeRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyHpcClusterAttribute','ecs') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_HpcClusterId(self): - return self.get_query_params().get('HpcClusterId') - - def set_HpcClusterId(self,HpcClusterId): - self.add_query_param('HpcClusterId',HpcClusterId) - - def get_ClientToken(self): - return self.get_query_params().get('ClientToken') - - def set_ClientToken(self,ClientToken): - self.add_query_param('ClientToken',ClientToken) - - def get_Description(self): - return self.get_query_params().get('Description') - - def set_Description(self,Description): - self.add_query_param('Description',Description) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_Name(self): - return self.get_query_params().get('Name') - - def set_Name(self,Name): - self.add_query_param('Name',Name) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyImageAttributeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyImageAttributeRequest.py deleted file mode 100644 index 77edc87386..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyImageAttributeRequest.py +++ /dev/null @@ -1,67 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest - -class ModifyImageAttributeRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyImageAttribute','ecs') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_ImageId(self): - return self.get_query_params().get('ImageId') - - def set_ImageId(self,ImageId): - self.add_query_param('ImageId',ImageId) - - def get_Description(self): - return self.get_query_params().get('Description') - - def set_Description(self,Description): - self.add_query_param('Description',Description) - - def get_ImageName(self): - return self.get_query_params().get('ImageName') - - def set_ImageName(self,ImageName): - self.add_query_param('ImageName',ImageName) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyImageShareGroupPermissionRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyImageShareGroupPermissionRequest.py deleted file mode 100644 index eb5648424e..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyImageShareGroupPermissionRequest.py +++ /dev/null @@ -1,67 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest - -class ModifyImageShareGroupPermissionRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyImageShareGroupPermission','ecs') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_ImageId(self): - return self.get_query_params().get('ImageId') - - def set_ImageId(self,ImageId): - self.add_query_param('ImageId',ImageId) - - def get_AddGroup1(self): - return self.get_query_params().get('AddGroup.1') - - def set_AddGroup1(self,AddGroup1): - self.add_query_param('AddGroup.1',AddGroup1) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_RemoveGroup1(self): - return self.get_query_params().get('RemoveGroup.1') - - def set_RemoveGroup1(self,RemoveGroup1): - self.add_query_param('RemoveGroup.1',RemoveGroup1) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyImageSharePermissionRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyImageSharePermissionRequest.py deleted file mode 100644 index c7080ce837..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyImageSharePermissionRequest.py +++ /dev/null @@ -1,71 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest - -class ModifyImageSharePermissionRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyImageSharePermission','ecs') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_ImageId(self): - return self.get_query_params().get('ImageId') - - def set_ImageId(self,ImageId): - self.add_query_param('ImageId',ImageId) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_AddAccounts(self): - return self.get_query_params().get('AddAccounts') - - def set_AddAccounts(self,AddAccounts): - for i in range(len(AddAccounts)): - if AddAccounts[i] is not None: - self.add_query_param('AddAccount.' + str(i + 1) , AddAccounts[i]); - - def get_RemoveAccounts(self): - return self.get_query_params().get('RemoveAccounts') - - def set_RemoveAccounts(self,RemoveAccounts): - for i in range(len(RemoveAccounts)): - if RemoveAccounts[i] is not None: - self.add_query_param('RemoveAccount.' + str(i + 1) , RemoveAccounts[i]); \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceAttributeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceAttributeRequest.py deleted file mode 100644 index 8dca19fe60..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceAttributeRequest.py +++ /dev/null @@ -1,111 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest - -class ModifyInstanceAttributeRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyInstanceAttribute','ecs') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_Recyclable(self): - return self.get_query_params().get('Recyclable') - - def set_Recyclable(self,Recyclable): - self.add_query_param('Recyclable',Recyclable) - - def get_Description(self): - return self.get_query_params().get('Description') - - def set_Description(self,Description): - self.add_query_param('Description',Description) - - def get_DeletionProtection(self): - return self.get_query_params().get('DeletionProtection') - - def set_DeletionProtection(self,DeletionProtection): - self.add_query_param('DeletionProtection',DeletionProtection) - - def get_UserData(self): - return self.get_query_params().get('UserData') - - def set_UserData(self,UserData): - self.add_query_param('UserData',UserData) - - def get_Password(self): - return self.get_query_params().get('Password') - - def set_Password(self,Password): - self.add_query_param('Password',Password) - - def get_HostName(self): - return self.get_query_params().get('HostName') - - def set_HostName(self,HostName): - self.add_query_param('HostName',HostName) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_CreditSpecification(self): - return self.get_query_params().get('CreditSpecification') - - def set_CreditSpecification(self,CreditSpecification): - self.add_query_param('CreditSpecification',CreditSpecification) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_SecurityGroupIdss(self): - return self.get_query_params().get('SecurityGroupIdss') - - def set_SecurityGroupIdss(self,SecurityGroupIdss): - for i in range(len(SecurityGroupIdss)): - if SecurityGroupIdss[i] is not None: - self.add_query_param('SecurityGroupIds.' + str(i + 1) , SecurityGroupIdss[i]); - - def get_InstanceId(self): - return self.get_query_params().get('InstanceId') - - def set_InstanceId(self,InstanceId): - self.add_query_param('InstanceId',InstanceId) - - def get_InstanceName(self): - return self.get_query_params().get('InstanceName') - - def set_InstanceName(self,InstanceName): - self.add_query_param('InstanceName',InstanceName) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceAutoReleaseTimeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceAutoReleaseTimeRequest.py deleted file mode 100644 index 741f093867..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceAutoReleaseTimeRequest.py +++ /dev/null @@ -1,61 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest - -class ModifyInstanceAutoReleaseTimeRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyInstanceAutoReleaseTime','ecs') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_AutoReleaseTime(self): - return self.get_query_params().get('AutoReleaseTime') - - def set_AutoReleaseTime(self,AutoReleaseTime): - self.add_query_param('AutoReleaseTime',AutoReleaseTime) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_InstanceId(self): - return self.get_query_params().get('InstanceId') - - def set_InstanceId(self,InstanceId): - self.add_query_param('InstanceId',InstanceId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceAutoRenewAttributeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceAutoRenewAttributeRequest.py deleted file mode 100644 index f248dfc126..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceAutoRenewAttributeRequest.py +++ /dev/null @@ -1,79 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest - -class ModifyInstanceAutoRenewAttributeRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyInstanceAutoRenewAttribute','ecs') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_Duration(self): - return self.get_query_params().get('Duration') - - def set_Duration(self,Duration): - self.add_query_param('Duration',Duration) - - def get_RenewalStatus(self): - return self.get_query_params().get('RenewalStatus') - - def set_RenewalStatus(self,RenewalStatus): - self.add_query_param('RenewalStatus',RenewalStatus) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_PeriodUnit(self): - return self.get_query_params().get('PeriodUnit') - - def set_PeriodUnit(self,PeriodUnit): - self.add_query_param('PeriodUnit',PeriodUnit) - - def get_InstanceId(self): - return self.get_query_params().get('InstanceId') - - def set_InstanceId(self,InstanceId): - self.add_query_param('InstanceId',InstanceId) - - def get_AutoRenew(self): - return self.get_query_params().get('AutoRenew') - - def set_AutoRenew(self,AutoRenew): - self.add_query_param('AutoRenew',AutoRenew) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceChargeTypeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceChargeTypeRequest.py deleted file mode 100644 index e658596185..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceChargeTypeRequest.py +++ /dev/null @@ -1,103 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest - -class ModifyInstanceChargeTypeRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyInstanceChargeType','ecs') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_ClientToken(self): - return self.get_query_params().get('ClientToken') - - def set_ClientToken(self,ClientToken): - self.add_query_param('ClientToken',ClientToken) - - def get_IsDetailFee(self): - return self.get_query_params().get('IsDetailFee') - - def set_IsDetailFee(self,IsDetailFee): - self.add_query_param('IsDetailFee',IsDetailFee) - - def get_InstanceChargeType(self): - return self.get_query_params().get('InstanceChargeType') - - def set_InstanceChargeType(self,InstanceChargeType): - self.add_query_param('InstanceChargeType',InstanceChargeType) - - def get_Period(self): - return self.get_query_params().get('Period') - - def set_Period(self,Period): - self.add_query_param('Period',Period) - - def get_DryRun(self): - return self.get_query_params().get('DryRun') - - def set_DryRun(self,DryRun): - self.add_query_param('DryRun',DryRun) - - def get_AutoPay(self): - return self.get_query_params().get('AutoPay') - - def set_AutoPay(self,AutoPay): - self.add_query_param('AutoPay',AutoPay) - - def get_IncludeDataDisks(self): - return self.get_query_params().get('IncludeDataDisks') - - def set_IncludeDataDisks(self,IncludeDataDisks): - self.add_query_param('IncludeDataDisks',IncludeDataDisks) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_PeriodUnit(self): - return self.get_query_params().get('PeriodUnit') - - def set_PeriodUnit(self,PeriodUnit): - self.add_query_param('PeriodUnit',PeriodUnit) - - def get_InstanceIds(self): - return self.get_query_params().get('InstanceIds') - - def set_InstanceIds(self,InstanceIds): - self.add_query_param('InstanceIds',InstanceIds) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceDeploymentRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceDeploymentRequest.py deleted file mode 100644 index 8c832e42ce..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceDeploymentRequest.py +++ /dev/null @@ -1,97 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest - -class ModifyInstanceDeploymentRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyInstanceDeployment','ecs') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_InstanceType(self): - return self.get_query_params().get('InstanceType') - - def set_InstanceType(self,InstanceType): - self.add_query_param('InstanceType',InstanceType) - - def get_DeploymentSetId(self): - return self.get_query_params().get('DeploymentSetId') - - def set_DeploymentSetId(self,DeploymentSetId): - self.add_query_param('DeploymentSetId',DeploymentSetId) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_Tenancy(self): - return self.get_query_params().get('Tenancy') - - def set_Tenancy(self,Tenancy): - self.add_query_param('Tenancy',Tenancy) - - def get_DedicatedHostId(self): - return self.get_query_params().get('DedicatedHostId') - - def set_DedicatedHostId(self,DedicatedHostId): - self.add_query_param('DedicatedHostId',DedicatedHostId) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_InstanceId(self): - return self.get_query_params().get('InstanceId') - - def set_InstanceId(self,InstanceId): - self.add_query_param('InstanceId',InstanceId) - - def get_Force(self): - return self.get_query_params().get('Force') - - def set_Force(self,Force): - self.add_query_param('Force',Force) - - def get_MigrationType(self): - return self.get_query_params().get('MigrationType') - - def set_MigrationType(self,MigrationType): - self.add_query_param('MigrationType',MigrationType) - - def get_Affinity(self): - return self.get_query_params().get('Affinity') - - def set_Affinity(self,Affinity): - self.add_query_param('Affinity',Affinity) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceMaintenanceAttributesRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceMaintenanceAttributesRequest.py deleted file mode 100644 index 66010adf63..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceMaintenanceAttributesRequest.py +++ /dev/null @@ -1,74 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest - -class ModifyInstanceMaintenanceAttributesRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyInstanceMaintenanceAttributes','ecs') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_MaintenanceWindows(self): - return self.get_query_params().get('MaintenanceWindows') - - def set_MaintenanceWindows(self,MaintenanceWindows): - for i in range(len(MaintenanceWindows)): - if MaintenanceWindows[i].get('StartTime') is not None: - self.add_query_param('MaintenanceWindow.' + str(i + 1) + '.StartTime' , MaintenanceWindows[i].get('StartTime')) - if MaintenanceWindows[i].get('EndTime') is not None: - self.add_query_param('MaintenanceWindow.' + str(i + 1) + '.EndTime' , MaintenanceWindows[i].get('EndTime')) - - - def get_ActionOnMaintenance(self): - return self.get_query_params().get('ActionOnMaintenance') - - def set_ActionOnMaintenance(self,ActionOnMaintenance): - self.add_query_param('ActionOnMaintenance',ActionOnMaintenance) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_InstanceIds(self): - return self.get_query_params().get('InstanceIds') - - def set_InstanceIds(self,InstanceIds): - for i in range(len(InstanceIds)): - if InstanceIds[i] is not None: - self.add_query_param('InstanceId.' + str(i + 1) , InstanceIds[i]); \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceNetworkSpecRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceNetworkSpecRequest.py deleted file mode 100644 index 9b70054dfa..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceNetworkSpecRequest.py +++ /dev/null @@ -1,103 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest - -class ModifyInstanceNetworkSpecRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyInstanceNetworkSpec','ecs') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_ClientToken(self): - return self.get_query_params().get('ClientToken') - - def set_ClientToken(self,ClientToken): - self.add_query_param('ClientToken',ClientToken) - - def get_InternetMaxBandwidthOut(self): - return self.get_query_params().get('InternetMaxBandwidthOut') - - def set_InternetMaxBandwidthOut(self,InternetMaxBandwidthOut): - self.add_query_param('InternetMaxBandwidthOut',InternetMaxBandwidthOut) - - def get_StartTime(self): - return self.get_query_params().get('StartTime') - - def set_StartTime(self,StartTime): - self.add_query_param('StartTime',StartTime) - - def get_AutoPay(self): - return self.get_query_params().get('AutoPay') - - def set_AutoPay(self,AutoPay): - self.add_query_param('AutoPay',AutoPay) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_EndTime(self): - return self.get_query_params().get('EndTime') - - def set_EndTime(self,EndTime): - self.add_query_param('EndTime',EndTime) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_InstanceId(self): - return self.get_query_params().get('InstanceId') - - def set_InstanceId(self,InstanceId): - self.add_query_param('InstanceId',InstanceId) - - def get_NetworkChargeType(self): - return self.get_query_params().get('NetworkChargeType') - - def set_NetworkChargeType(self,NetworkChargeType): - self.add_query_param('NetworkChargeType',NetworkChargeType) - - def get_InternetMaxBandwidthIn(self): - return self.get_query_params().get('InternetMaxBandwidthIn') - - def set_InternetMaxBandwidthIn(self,InternetMaxBandwidthIn): - self.add_query_param('InternetMaxBandwidthIn',InternetMaxBandwidthIn) - - def get_AllocatePublicIp(self): - return self.get_query_params().get('AllocatePublicIp') - - def set_AllocatePublicIp(self,AllocatePublicIp): - self.add_query_param('AllocatePublicIp',AllocatePublicIp) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceSpecRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceSpecRequest.py deleted file mode 100644 index 1a2b0be167..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceSpecRequest.py +++ /dev/null @@ -1,115 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest - -class ModifyInstanceSpecRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyInstanceSpec','ecs') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_ClientToken(self): - return self.get_query_params().get('ClientToken') - - def set_ClientToken(self,ClientToken): - self.add_query_param('ClientToken',ClientToken) - - def get_AllowMigrateAcrossZone(self): - return self.get_query_params().get('AllowMigrateAcrossZone') - - def set_AllowMigrateAcrossZone(self,AllowMigrateAcrossZone): - self.add_query_param('AllowMigrateAcrossZone',AllowMigrateAcrossZone) - - def get_InternetMaxBandwidthOut(self): - return self.get_query_params().get('InternetMaxBandwidthOut') - - def set_InternetMaxBandwidthOut(self,InternetMaxBandwidthOut): - self.add_query_param('InternetMaxBandwidthOut',InternetMaxBandwidthOut) - - def get_SystemDiskCategory(self): - return self.get_query_params().get('SystemDisk.Category') - - def set_SystemDiskCategory(self,SystemDiskCategory): - self.add_query_param('SystemDisk.Category',SystemDiskCategory) - - def get_InstanceType(self): - return self.get_query_params().get('InstanceType') - - def set_InstanceType(self,InstanceType): - self.add_query_param('InstanceType',InstanceType) - - def get_TemporaryEndTime(self): - return self.get_query_params().get('Temporary.EndTime') - - def set_TemporaryEndTime(self,TemporaryEndTime): - self.add_query_param('Temporary.EndTime',TemporaryEndTime) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_TemporaryInternetMaxBandwidthOut(self): - return self.get_query_params().get('Temporary.InternetMaxBandwidthOut') - - def set_TemporaryInternetMaxBandwidthOut(self,TemporaryInternetMaxBandwidthOut): - self.add_query_param('Temporary.InternetMaxBandwidthOut',TemporaryInternetMaxBandwidthOut) - - def get_TemporaryStartTime(self): - return self.get_query_params().get('Temporary.StartTime') - - def set_TemporaryStartTime(self,TemporaryStartTime): - self.add_query_param('Temporary.StartTime',TemporaryStartTime) - - def get_Async(self): - return self.get_query_params().get('Async') - - def set_Async(self,Async): - self.add_query_param('Async',Async) - - def get_InstanceId(self): - return self.get_query_params().get('InstanceId') - - def set_InstanceId(self,InstanceId): - self.add_query_param('InstanceId',InstanceId) - - def get_InternetMaxBandwidthIn(self): - return self.get_query_params().get('InternetMaxBandwidthIn') - - def set_InternetMaxBandwidthIn(self,InternetMaxBandwidthIn): - self.add_query_param('InternetMaxBandwidthIn',InternetMaxBandwidthIn) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceVncPasswdRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceVncPasswdRequest.py deleted file mode 100644 index 3be9ff7da0..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceVncPasswdRequest.py +++ /dev/null @@ -1,61 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest - -class ModifyInstanceVncPasswdRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyInstanceVncPasswd','ecs') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_InstanceId(self): - return self.get_query_params().get('InstanceId') - - def set_InstanceId(self,InstanceId): - self.add_query_param('InstanceId',InstanceId) - - def get_VncPassword(self): - return self.get_query_params().get('VncPassword') - - def set_VncPassword(self,VncPassword): - self.add_query_param('VncPassword',VncPassword) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceVpcAttributeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceVpcAttributeRequest.py deleted file mode 100644 index c0db3dba75..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceVpcAttributeRequest.py +++ /dev/null @@ -1,67 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest - -class ModifyInstanceVpcAttributeRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyInstanceVpcAttribute','ecs') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_VSwitchId(self): - return self.get_query_params().get('VSwitchId') - - def set_VSwitchId(self,VSwitchId): - self.add_query_param('VSwitchId',VSwitchId) - - def get_PrivateIpAddress(self): - return self.get_query_params().get('PrivateIpAddress') - - def set_PrivateIpAddress(self,PrivateIpAddress): - self.add_query_param('PrivateIpAddress',PrivateIpAddress) - - def get_InstanceId(self): - return self.get_query_params().get('InstanceId') - - def set_InstanceId(self,InstanceId): - self.add_query_param('InstanceId',InstanceId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyLaunchTemplateDefaultVersionRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyLaunchTemplateDefaultVersionRequest.py deleted file mode 100644 index a168e39148..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyLaunchTemplateDefaultVersionRequest.py +++ /dev/null @@ -1,67 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest - -class ModifyLaunchTemplateDefaultVersionRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyLaunchTemplateDefaultVersion','ecs') - - def get_LaunchTemplateName(self): - return self.get_query_params().get('LaunchTemplateName') - - def set_LaunchTemplateName(self,LaunchTemplateName): - self.add_query_param('LaunchTemplateName',LaunchTemplateName) - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_LaunchTemplateId(self): - return self.get_query_params().get('LaunchTemplateId') - - def set_LaunchTemplateId(self,LaunchTemplateId): - self.add_query_param('LaunchTemplateId',LaunchTemplateId) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_DefaultVersionNumber(self): - return self.get_query_params().get('DefaultVersionNumber') - - def set_DefaultVersionNumber(self,DefaultVersionNumber): - self.add_query_param('DefaultVersionNumber',DefaultVersionNumber) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyNetworkInterfaceAttributeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyNetworkInterfaceAttributeRequest.py deleted file mode 100644 index 187326bfae..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyNetworkInterfaceAttributeRequest.py +++ /dev/null @@ -1,81 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest - -class ModifyNetworkInterfaceAttributeRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyNetworkInterfaceAttribute','ecs') - - def get_QueueNumber(self): - return self.get_query_params().get('QueueNumber') - - def set_QueueNumber(self,QueueNumber): - self.add_query_param('QueueNumber',QueueNumber) - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_SecurityGroupIds(self): - return self.get_query_params().get('SecurityGroupIds') - - def set_SecurityGroupIds(self,SecurityGroupIds): - for i in range(len(SecurityGroupIds)): - if SecurityGroupIds[i] is not None: - self.add_query_param('SecurityGroupId.' + str(i + 1) , SecurityGroupIds[i]); - - def get_Description(self): - return self.get_query_params().get('Description') - - def set_Description(self,Description): - self.add_query_param('Description',Description) - - def get_NetworkInterfaceName(self): - return self.get_query_params().get('NetworkInterfaceName') - - def set_NetworkInterfaceName(self,NetworkInterfaceName): - self.add_query_param('NetworkInterfaceName',NetworkInterfaceName) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_NetworkInterfaceId(self): - return self.get_query_params().get('NetworkInterfaceId') - - def set_NetworkInterfaceId(self,NetworkInterfaceId): - self.add_query_param('NetworkInterfaceId',NetworkInterfaceId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyPhysicalConnectionAttributeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyPhysicalConnectionAttributeRequest.py deleted file mode 100644 index c8c716bc4e..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyPhysicalConnectionAttributeRequest.py +++ /dev/null @@ -1,115 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest - -class ModifyPhysicalConnectionAttributeRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyPhysicalConnectionAttribute','ecs') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_PortType(self): - return self.get_query_params().get('PortType') - - def set_PortType(self,PortType): - self.add_query_param('PortType',PortType) - - def get_CircuitCode(self): - return self.get_query_params().get('CircuitCode') - - def set_CircuitCode(self,CircuitCode): - self.add_query_param('CircuitCode',CircuitCode) - - def get_ClientToken(self): - return self.get_query_params().get('ClientToken') - - def set_ClientToken(self,ClientToken): - self.add_query_param('ClientToken',ClientToken) - - def get_Description(self): - return self.get_query_params().get('Description') - - def set_Description(self,Description): - self.add_query_param('Description',Description) - - def get_UserCidr(self): - return self.get_query_params().get('UserCidr') - - def set_UserCidr(self,UserCidr): - self.add_query_param('UserCidr',UserCidr) - - def get_RedundantPhysicalConnectionId(self): - return self.get_query_params().get('RedundantPhysicalConnectionId') - - def set_RedundantPhysicalConnectionId(self,RedundantPhysicalConnectionId): - self.add_query_param('RedundantPhysicalConnectionId',RedundantPhysicalConnectionId) - - def get_PeerLocation(self): - return self.get_query_params().get('PeerLocation') - - def set_PeerLocation(self,PeerLocation): - self.add_query_param('PeerLocation',PeerLocation) - - def get_bandwidth(self): - return self.get_query_params().get('bandwidth') - - def set_bandwidth(self,bandwidth): - self.add_query_param('bandwidth',bandwidth) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_LineOperator(self): - return self.get_query_params().get('LineOperator') - - def set_LineOperator(self,LineOperator): - self.add_query_param('LineOperator',LineOperator) - - def get_PhysicalConnectionId(self): - return self.get_query_params().get('PhysicalConnectionId') - - def set_PhysicalConnectionId(self,PhysicalConnectionId): - self.add_query_param('PhysicalConnectionId',PhysicalConnectionId) - - def get_Name(self): - return self.get_query_params().get('Name') - - def set_Name(self,Name): - self.add_query_param('Name',Name) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyPrepayInstanceSpecRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyPrepayInstanceSpecRequest.py deleted file mode 100644 index 6260934f79..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyPrepayInstanceSpecRequest.py +++ /dev/null @@ -1,109 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest - -class ModifyPrepayInstanceSpecRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyPrepayInstanceSpec','ecs') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_ClientToken(self): - return self.get_query_params().get('ClientToken') - - def set_ClientToken(self,ClientToken): - self.add_query_param('ClientToken',ClientToken) - - def get_OperatorType(self): - return self.get_query_params().get('OperatorType') - - def set_OperatorType(self,OperatorType): - self.add_query_param('OperatorType',OperatorType) - - def get_SystemDiskCategory(self): - return self.get_query_params().get('SystemDisk.Category') - - def set_SystemDiskCategory(self,SystemDiskCategory): - self.add_query_param('SystemDisk.Category',SystemDiskCategory) - - def get_RebootTime(self): - return self.get_query_params().get('RebootTime') - - def set_RebootTime(self,RebootTime): - self.add_query_param('RebootTime',RebootTime) - - def get_MigrateAcrossZone(self): - return self.get_query_params().get('MigrateAcrossZone') - - def set_MigrateAcrossZone(self,MigrateAcrossZone): - self.add_query_param('MigrateAcrossZone',MigrateAcrossZone) - - def get_InstanceType(self): - return self.get_query_params().get('InstanceType') - - def set_InstanceType(self,InstanceType): - self.add_query_param('InstanceType',InstanceType) - - def get_AutoPay(self): - return self.get_query_params().get('AutoPay') - - def set_AutoPay(self,AutoPay): - self.add_query_param('AutoPay',AutoPay) - - def get_RebootWhenFinished(self): - return self.get_query_params().get('RebootWhenFinished') - - def set_RebootWhenFinished(self,RebootWhenFinished): - self.add_query_param('RebootWhenFinished',RebootWhenFinished) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_EndTime(self): - return self.get_query_params().get('EndTime') - - def set_EndTime(self,EndTime): - self.add_query_param('EndTime',EndTime) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_InstanceId(self): - return self.get_query_params().get('InstanceId') - - def set_InstanceId(self,InstanceId): - self.add_query_param('InstanceId',InstanceId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyReservedInstanceAttributeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyReservedInstanceAttributeRequest.py deleted file mode 100644 index e94bc84819..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyReservedInstanceAttributeRequest.py +++ /dev/null @@ -1,67 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest - -class ModifyReservedInstanceAttributeRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyReservedInstanceAttribute','ecs') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_Description(self): - return self.get_query_params().get('Description') - - def set_Description(self,Description): - self.add_query_param('Description',Description) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_ReservedInstanceId(self): - return self.get_query_params().get('ReservedInstanceId') - - def set_ReservedInstanceId(self,ReservedInstanceId): - self.add_query_param('ReservedInstanceId',ReservedInstanceId) - - def get_ReservedInstanceName(self): - return self.get_query_params().get('ReservedInstanceName') - - def set_ReservedInstanceName(self,ReservedInstanceName): - self.add_query_param('ReservedInstanceName',ReservedInstanceName) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyReservedInstancesRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyReservedInstancesRequest.py deleted file mode 100644 index e7286f8048..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyReservedInstancesRequest.py +++ /dev/null @@ -1,74 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest - -class ModifyReservedInstancesRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyReservedInstances','ecs') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_Configurations(self): - return self.get_query_params().get('Configurations') - - def set_Configurations(self,Configurations): - for i in range(len(Configurations)): - if Configurations[i].get('ZoneId') is not None: - self.add_query_param('Configuration.' + str(i + 1) + '.ZoneId' , Configurations[i].get('ZoneId')) - if Configurations[i].get('ReservedInstanceName') is not None: - self.add_query_param('Configuration.' + str(i + 1) + '.ReservedInstanceName' , Configurations[i].get('ReservedInstanceName')) - if Configurations[i].get('InstanceType') is not None: - self.add_query_param('Configuration.' + str(i + 1) + '.InstanceType' , Configurations[i].get('InstanceType')) - if Configurations[i].get('Scope') is not None: - self.add_query_param('Configuration.' + str(i + 1) + '.Scope' , Configurations[i].get('Scope')) - if Configurations[i].get('InstanceAmount') is not None: - self.add_query_param('Configuration.' + str(i + 1) + '.InstanceAmount' , Configurations[i].get('InstanceAmount')) - - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_ReservedInstanceIds(self): - return self.get_query_params().get('ReservedInstanceIds') - - def set_ReservedInstanceIds(self,ReservedInstanceIds): - for i in range(len(ReservedInstanceIds)): - if ReservedInstanceIds[i] is not None: - self.add_query_param('ReservedInstanceId.' + str(i + 1) , ReservedInstanceIds[i]); \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyRouterInterfaceAttributeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyRouterInterfaceAttributeRequest.py deleted file mode 100644 index bbf51fdcca..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyRouterInterfaceAttributeRequest.py +++ /dev/null @@ -1,97 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest - -class ModifyRouterInterfaceAttributeRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyRouterInterfaceAttribute','ecs') - - def get_OppositeRouterId(self): - return self.get_query_params().get('OppositeRouterId') - - def set_OppositeRouterId(self,OppositeRouterId): - self.add_query_param('OppositeRouterId',OppositeRouterId) - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_Description(self): - return self.get_query_params().get('Description') - - def set_Description(self,Description): - self.add_query_param('Description',Description) - - def get_HealthCheckTargetIp(self): - return self.get_query_params().get('HealthCheckTargetIp') - - def set_HealthCheckTargetIp(self,HealthCheckTargetIp): - self.add_query_param('HealthCheckTargetIp',HealthCheckTargetIp) - - def get_OppositeInterfaceId(self): - return self.get_query_params().get('OppositeInterfaceId') - - def set_OppositeInterfaceId(self,OppositeInterfaceId): - self.add_query_param('OppositeInterfaceId',OppositeInterfaceId) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_RouterInterfaceId(self): - return self.get_query_params().get('RouterInterfaceId') - - def set_RouterInterfaceId(self,RouterInterfaceId): - self.add_query_param('RouterInterfaceId',RouterInterfaceId) - - def get_OppositeInterfaceOwnerId(self): - return self.get_query_params().get('OppositeInterfaceOwnerId') - - def set_OppositeInterfaceOwnerId(self,OppositeInterfaceOwnerId): - self.add_query_param('OppositeInterfaceOwnerId',OppositeInterfaceOwnerId) - - def get_HealthCheckSourceIp(self): - return self.get_query_params().get('HealthCheckSourceIp') - - def set_HealthCheckSourceIp(self,HealthCheckSourceIp): - self.add_query_param('HealthCheckSourceIp',HealthCheckSourceIp) - - def get_Name(self): - return self.get_query_params().get('Name') - - def set_Name(self,Name): - self.add_query_param('Name',Name) - - def get_OppositeRouterType(self): - return self.get_query_params().get('OppositeRouterType') - - def set_OppositeRouterType(self,OppositeRouterType): - self.add_query_param('OppositeRouterType',OppositeRouterType) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyRouterInterfaceSpecRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyRouterInterfaceSpecRequest.py deleted file mode 100644 index d1a2d93fc5..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyRouterInterfaceSpecRequest.py +++ /dev/null @@ -1,73 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest - -class ModifyRouterInterfaceSpecRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyRouterInterfaceSpec','ecs') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_ClientToken(self): - return self.get_query_params().get('ClientToken') - - def set_ClientToken(self,ClientToken): - self.add_query_param('ClientToken',ClientToken) - - def get_Spec(self): - return self.get_query_params().get('Spec') - - def set_Spec(self,Spec): - self.add_query_param('Spec',Spec) - - def get_UserCidr(self): - return self.get_query_params().get('UserCidr') - - def set_UserCidr(self,UserCidr): - self.add_query_param('UserCidr',UserCidr) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_RouterInterfaceId(self): - return self.get_query_params().get('RouterInterfaceId') - - def set_RouterInterfaceId(self,RouterInterfaceId): - self.add_query_param('RouterInterfaceId',RouterInterfaceId) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifySecurityGroupAttributeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifySecurityGroupAttributeRequest.py deleted file mode 100644 index e8a47c9ff3..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifySecurityGroupAttributeRequest.py +++ /dev/null @@ -1,67 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest - -class ModifySecurityGroupAttributeRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifySecurityGroupAttribute','ecs') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_SecurityGroupId(self): - return self.get_query_params().get('SecurityGroupId') - - def set_SecurityGroupId(self,SecurityGroupId): - self.add_query_param('SecurityGroupId',SecurityGroupId) - - def get_Description(self): - return self.get_query_params().get('Description') - - def set_Description(self,Description): - self.add_query_param('Description',Description) - - def get_SecurityGroupName(self): - return self.get_query_params().get('SecurityGroupName') - - def set_SecurityGroupName(self,SecurityGroupName): - self.add_query_param('SecurityGroupName',SecurityGroupName) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifySecurityGroupEgressRuleRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifySecurityGroupEgressRuleRequest.py deleted file mode 100644 index 0048eced99..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifySecurityGroupEgressRuleRequest.py +++ /dev/null @@ -1,145 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest - -class ModifySecurityGroupEgressRuleRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifySecurityGroupEgressRule','ecs') - - def get_NicType(self): - return self.get_query_params().get('NicType') - - def set_NicType(self,NicType): - self.add_query_param('NicType',NicType) - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_SourcePortRange(self): - return self.get_query_params().get('SourcePortRange') - - def set_SourcePortRange(self,SourcePortRange): - self.add_query_param('SourcePortRange',SourcePortRange) - - def get_ClientToken(self): - return self.get_query_params().get('ClientToken') - - def set_ClientToken(self,ClientToken): - self.add_query_param('ClientToken',ClientToken) - - def get_SecurityGroupId(self): - return self.get_query_params().get('SecurityGroupId') - - def set_SecurityGroupId(self,SecurityGroupId): - self.add_query_param('SecurityGroupId',SecurityGroupId) - - def get_Description(self): - return self.get_query_params().get('Description') - - def set_Description(self,Description): - self.add_query_param('Description',Description) - - def get_Ipv6DestCidrIp(self): - return self.get_query_params().get('Ipv6DestCidrIp') - - def set_Ipv6DestCidrIp(self,Ipv6DestCidrIp): - self.add_query_param('Ipv6DestCidrIp',Ipv6DestCidrIp) - - def get_Ipv6SourceCidrIp(self): - return self.get_query_params().get('Ipv6SourceCidrIp') - - def set_Ipv6SourceCidrIp(self,Ipv6SourceCidrIp): - self.add_query_param('Ipv6SourceCidrIp',Ipv6SourceCidrIp) - - def get_Policy(self): - return self.get_query_params().get('Policy') - - def set_Policy(self,Policy): - self.add_query_param('Policy',Policy) - - def get_PortRange(self): - return self.get_query_params().get('PortRange') - - def set_PortRange(self,PortRange): - self.add_query_param('PortRange',PortRange) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_IpProtocol(self): - return self.get_query_params().get('IpProtocol') - - def set_IpProtocol(self,IpProtocol): - self.add_query_param('IpProtocol',IpProtocol) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_SourceCidrIp(self): - return self.get_query_params().get('SourceCidrIp') - - def set_SourceCidrIp(self,SourceCidrIp): - self.add_query_param('SourceCidrIp',SourceCidrIp) - - def get_DestGroupId(self): - return self.get_query_params().get('DestGroupId') - - def set_DestGroupId(self,DestGroupId): - self.add_query_param('DestGroupId',DestGroupId) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_DestGroupOwnerAccount(self): - return self.get_query_params().get('DestGroupOwnerAccount') - - def set_DestGroupOwnerAccount(self,DestGroupOwnerAccount): - self.add_query_param('DestGroupOwnerAccount',DestGroupOwnerAccount) - - def get_Priority(self): - return self.get_query_params().get('Priority') - - def set_Priority(self,Priority): - self.add_query_param('Priority',Priority) - - def get_DestCidrIp(self): - return self.get_query_params().get('DestCidrIp') - - def set_DestCidrIp(self,DestCidrIp): - self.add_query_param('DestCidrIp',DestCidrIp) - - def get_DestGroupOwnerId(self): - return self.get_query_params().get('DestGroupOwnerId') - - def set_DestGroupOwnerId(self,DestGroupOwnerId): - self.add_query_param('DestGroupOwnerId',DestGroupOwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifySecurityGroupPolicyRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifySecurityGroupPolicyRequest.py deleted file mode 100644 index 6f9a9fd9bc..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifySecurityGroupPolicyRequest.py +++ /dev/null @@ -1,67 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest - -class ModifySecurityGroupPolicyRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifySecurityGroupPolicy','ecs') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_ClientToken(self): - return self.get_query_params().get('ClientToken') - - def set_ClientToken(self,ClientToken): - self.add_query_param('ClientToken',ClientToken) - - def get_SecurityGroupId(self): - return self.get_query_params().get('SecurityGroupId') - - def set_SecurityGroupId(self,SecurityGroupId): - self.add_query_param('SecurityGroupId',SecurityGroupId) - - def get_InnerAccessPolicy(self): - return self.get_query_params().get('InnerAccessPolicy') - - def set_InnerAccessPolicy(self,InnerAccessPolicy): - self.add_query_param('InnerAccessPolicy',InnerAccessPolicy) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifySecurityGroupRuleRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifySecurityGroupRuleRequest.py deleted file mode 100644 index f236f1904b..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifySecurityGroupRuleRequest.py +++ /dev/null @@ -1,145 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest - -class ModifySecurityGroupRuleRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifySecurityGroupRule','ecs') - - def get_NicType(self): - return self.get_query_params().get('NicType') - - def set_NicType(self,NicType): - self.add_query_param('NicType',NicType) - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_SourcePortRange(self): - return self.get_query_params().get('SourcePortRange') - - def set_SourcePortRange(self,SourcePortRange): - self.add_query_param('SourcePortRange',SourcePortRange) - - def get_ClientToken(self): - return self.get_query_params().get('ClientToken') - - def set_ClientToken(self,ClientToken): - self.add_query_param('ClientToken',ClientToken) - - def get_SecurityGroupId(self): - return self.get_query_params().get('SecurityGroupId') - - def set_SecurityGroupId(self,SecurityGroupId): - self.add_query_param('SecurityGroupId',SecurityGroupId) - - def get_Description(self): - return self.get_query_params().get('Description') - - def set_Description(self,Description): - self.add_query_param('Description',Description) - - def get_SourceGroupOwnerId(self): - return self.get_query_params().get('SourceGroupOwnerId') - - def set_SourceGroupOwnerId(self,SourceGroupOwnerId): - self.add_query_param('SourceGroupOwnerId',SourceGroupOwnerId) - - def get_SourceGroupOwnerAccount(self): - return self.get_query_params().get('SourceGroupOwnerAccount') - - def set_SourceGroupOwnerAccount(self,SourceGroupOwnerAccount): - self.add_query_param('SourceGroupOwnerAccount',SourceGroupOwnerAccount) - - def get_Ipv6SourceCidrIp(self): - return self.get_query_params().get('Ipv6SourceCidrIp') - - def set_Ipv6SourceCidrIp(self,Ipv6SourceCidrIp): - self.add_query_param('Ipv6SourceCidrIp',Ipv6SourceCidrIp) - - def get_Ipv6DestCidrIp(self): - return self.get_query_params().get('Ipv6DestCidrIp') - - def set_Ipv6DestCidrIp(self,Ipv6DestCidrIp): - self.add_query_param('Ipv6DestCidrIp',Ipv6DestCidrIp) - - def get_Policy(self): - return self.get_query_params().get('Policy') - - def set_Policy(self,Policy): - self.add_query_param('Policy',Policy) - - def get_PortRange(self): - return self.get_query_params().get('PortRange') - - def set_PortRange(self,PortRange): - self.add_query_param('PortRange',PortRange) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_IpProtocol(self): - return self.get_query_params().get('IpProtocol') - - def set_IpProtocol(self,IpProtocol): - self.add_query_param('IpProtocol',IpProtocol) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_SourceCidrIp(self): - return self.get_query_params().get('SourceCidrIp') - - def set_SourceCidrIp(self,SourceCidrIp): - self.add_query_param('SourceCidrIp',SourceCidrIp) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_Priority(self): - return self.get_query_params().get('Priority') - - def set_Priority(self,Priority): - self.add_query_param('Priority',Priority) - - def get_DestCidrIp(self): - return self.get_query_params().get('DestCidrIp') - - def set_DestCidrIp(self,DestCidrIp): - self.add_query_param('DestCidrIp',DestCidrIp) - - def get_SourceGroupId(self): - return self.get_query_params().get('SourceGroupId') - - def set_SourceGroupId(self,SourceGroupId): - self.add_query_param('SourceGroupId',SourceGroupId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifySnapshotAttributeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifySnapshotAttributeRequest.py deleted file mode 100644 index bef4c4ec89..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifySnapshotAttributeRequest.py +++ /dev/null @@ -1,67 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest - -class ModifySnapshotAttributeRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifySnapshotAttribute','ecs') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_SnapshotId(self): - return self.get_query_params().get('SnapshotId') - - def set_SnapshotId(self,SnapshotId): - self.add_query_param('SnapshotId',SnapshotId) - - def get_Description(self): - return self.get_query_params().get('Description') - - def set_Description(self,Description): - self.add_query_param('Description',Description) - - def get_SnapshotName(self): - return self.get_query_params().get('SnapshotName') - - def set_SnapshotName(self,SnapshotName): - self.add_query_param('SnapshotName',SnapshotName) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyStorageSetAttributeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyStorageSetAttributeRequest.py deleted file mode 100644 index 6641b6ba3c..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyStorageSetAttributeRequest.py +++ /dev/null @@ -1,73 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest - -class ModifyStorageSetAttributeRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyStorageSetAttribute','ecs') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_ClientToken(self): - return self.get_query_params().get('ClientToken') - - def set_ClientToken(self,ClientToken): - self.add_query_param('ClientToken',ClientToken) - - def get_Description(self): - return self.get_query_params().get('Description') - - def set_Description(self,Description): - self.add_query_param('Description',Description) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_StorageSetId(self): - return self.get_query_params().get('StorageSetId') - - def set_StorageSetId(self,StorageSetId): - self.add_query_param('StorageSetId',StorageSetId) - - def get_StorageSetName(self): - return self.get_query_params().get('StorageSetName') - - def set_StorageSetName(self,StorageSetName): - self.add_query_param('StorageSetName',StorageSetName) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyUserBusinessBehaviorRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyUserBusinessBehaviorRequest.py deleted file mode 100644 index 6f24d1a526..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyUserBusinessBehaviorRequest.py +++ /dev/null @@ -1,61 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest - -class ModifyUserBusinessBehaviorRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyUserBusinessBehavior','ecs') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_statusValue(self): - return self.get_query_params().get('statusValue') - - def set_statusValue(self,statusValue): - self.add_query_param('statusValue',statusValue) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_statusKey(self): - return self.get_query_params().get('statusKey') - - def set_statusKey(self,statusKey): - self.add_query_param('statusKey',statusKey) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyVRouterAttributeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyVRouterAttributeRequest.py deleted file mode 100644 index 42826e23c3..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyVRouterAttributeRequest.py +++ /dev/null @@ -1,67 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest - -class ModifyVRouterAttributeRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyVRouterAttribute','ecs') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_VRouterId(self): - return self.get_query_params().get('VRouterId') - - def set_VRouterId(self,VRouterId): - self.add_query_param('VRouterId',VRouterId) - - def get_Description(self): - return self.get_query_params().get('Description') - - def set_Description(self,Description): - self.add_query_param('Description',Description) - - def get_VRouterName(self): - return self.get_query_params().get('VRouterName') - - def set_VRouterName(self,VRouterName): - self.add_query_param('VRouterName',VRouterName) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyVSwitchAttributeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyVSwitchAttributeRequest.py deleted file mode 100644 index e847f671f7..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyVSwitchAttributeRequest.py +++ /dev/null @@ -1,67 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest - -class ModifyVSwitchAttributeRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyVSwitchAttribute','ecs') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_Description(self): - return self.get_query_params().get('Description') - - def set_Description(self,Description): - self.add_query_param('Description',Description) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_VSwitchId(self): - return self.get_query_params().get('VSwitchId') - - def set_VSwitchId(self,VSwitchId): - self.add_query_param('VSwitchId',VSwitchId) - - def get_VSwitchName(self): - return self.get_query_params().get('VSwitchName') - - def set_VSwitchName(self,VSwitchName): - self.add_query_param('VSwitchName',VSwitchName) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyVirtualBorderRouterAttributeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyVirtualBorderRouterAttributeRequest.py deleted file mode 100644 index 0e73f26420..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyVirtualBorderRouterAttributeRequest.py +++ /dev/null @@ -1,109 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest - -class ModifyVirtualBorderRouterAttributeRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyVirtualBorderRouterAttribute','ecs') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_CircuitCode(self): - return self.get_query_params().get('CircuitCode') - - def set_CircuitCode(self,CircuitCode): - self.add_query_param('CircuitCode',CircuitCode) - - def get_VlanId(self): - return self.get_query_params().get('VlanId') - - def set_VlanId(self,VlanId): - self.add_query_param('VlanId',VlanId) - - def get_ClientToken(self): - return self.get_query_params().get('ClientToken') - - def set_ClientToken(self,ClientToken): - self.add_query_param('ClientToken',ClientToken) - - def get_Description(self): - return self.get_query_params().get('Description') - - def set_Description(self,Description): - self.add_query_param('Description',Description) - - def get_VbrId(self): - return self.get_query_params().get('VbrId') - - def set_VbrId(self,VbrId): - self.add_query_param('VbrId',VbrId) - - def get_PeerGatewayIp(self): - return self.get_query_params().get('PeerGatewayIp') - - def set_PeerGatewayIp(self,PeerGatewayIp): - self.add_query_param('PeerGatewayIp',PeerGatewayIp) - - def get_PeeringSubnetMask(self): - return self.get_query_params().get('PeeringSubnetMask') - - def set_PeeringSubnetMask(self,PeeringSubnetMask): - self.add_query_param('PeeringSubnetMask',PeeringSubnetMask) - - def get_LocalGatewayIp(self): - return self.get_query_params().get('LocalGatewayIp') - - def set_LocalGatewayIp(self,LocalGatewayIp): - self.add_query_param('LocalGatewayIp',LocalGatewayIp) - - def get_UserCidr(self): - return self.get_query_params().get('UserCidr') - - def set_UserCidr(self,UserCidr): - self.add_query_param('UserCidr',UserCidr) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_Name(self): - return self.get_query_params().get('Name') - - def set_Name(self,Name): - self.add_query_param('Name',Name) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyVpcAttributeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyVpcAttributeRequest.py deleted file mode 100644 index 00a87fe56c..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyVpcAttributeRequest.py +++ /dev/null @@ -1,79 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest - -class ModifyVpcAttributeRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyVpcAttribute','ecs') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_Description(self): - return self.get_query_params().get('Description') - - def set_Description(self,Description): - self.add_query_param('Description',Description) - - def get_VpcName(self): - return self.get_query_params().get('VpcName') - - def set_VpcName(self,VpcName): - self.add_query_param('VpcName',VpcName) - - def get_UserCidr(self): - return self.get_query_params().get('UserCidr') - - def set_UserCidr(self,UserCidr): - self.add_query_param('UserCidr',UserCidr) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_VpcId(self): - return self.get_query_params().get('VpcId') - - def set_VpcId(self,VpcId): - self.add_query_param('VpcId',VpcId) - - def get_CidrBlock(self): - return self.get_query_params().get('CidrBlock') - - def set_CidrBlock(self,CidrBlock): - self.add_query_param('CidrBlock',CidrBlock) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/PurchaseReservedInstancesOfferingRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/PurchaseReservedInstancesOfferingRequest.py deleted file mode 100644 index cc127ecd35..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/PurchaseReservedInstancesOfferingRequest.py +++ /dev/null @@ -1,121 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest - -class PurchaseReservedInstancesOfferingRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'PurchaseReservedInstancesOffering','ecs') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_ClientToken(self): - return self.get_query_params().get('ClientToken') - - def set_ClientToken(self,ClientToken): - self.add_query_param('ClientToken',ClientToken) - - def get_Description(self): - return self.get_query_params().get('Description') - - def set_Description(self,Description): - self.add_query_param('Description',Description) - - def get_Platform(self): - return self.get_query_params().get('Platform') - - def set_Platform(self,Platform): - self.add_query_param('Platform',Platform) - - def get_ResourceGroupId(self): - return self.get_query_params().get('ResourceGroupId') - - def set_ResourceGroupId(self,ResourceGroupId): - self.add_query_param('ResourceGroupId',ResourceGroupId) - - def get_Scope(self): - return self.get_query_params().get('Scope') - - def set_Scope(self,Scope): - self.add_query_param('Scope',Scope) - - def get_InstanceType(self): - return self.get_query_params().get('InstanceType') - - def set_InstanceType(self,InstanceType): - self.add_query_param('InstanceType',InstanceType) - - def get_Period(self): - return self.get_query_params().get('Period') - - def set_Period(self,Period): - self.add_query_param('Period',Period) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_PeriodUnit(self): - return self.get_query_params().get('PeriodUnit') - - def set_PeriodUnit(self,PeriodUnit): - self.add_query_param('PeriodUnit',PeriodUnit) - - def get_OfferingType(self): - return self.get_query_params().get('OfferingType') - - def set_OfferingType(self,OfferingType): - self.add_query_param('OfferingType',OfferingType) - - def get_ZoneId(self): - return self.get_query_params().get('ZoneId') - - def set_ZoneId(self,ZoneId): - self.add_query_param('ZoneId',ZoneId) - - def get_ReservedInstanceName(self): - return self.get_query_params().get('ReservedInstanceName') - - def set_ReservedInstanceName(self,ReservedInstanceName): - self.add_query_param('ReservedInstanceName',ReservedInstanceName) - - def get_InstanceAmount(self): - return self.get_query_params().get('InstanceAmount') - - def set_InstanceAmount(self,InstanceAmount): - self.add_query_param('InstanceAmount',InstanceAmount) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ReActivateInstancesRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ReActivateInstancesRequest.py deleted file mode 100644 index ce24b1a26b..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ReActivateInstancesRequest.py +++ /dev/null @@ -1,55 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest - -class ReActivateInstancesRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ReActivateInstances','ecs') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_InstanceId(self): - return self.get_query_params().get('InstanceId') - - def set_InstanceId(self,InstanceId): - self.add_query_param('InstanceId',InstanceId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ReInitDiskRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ReInitDiskRequest.py deleted file mode 100644 index 2f066aaeb0..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ReInitDiskRequest.py +++ /dev/null @@ -1,79 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest - -class ReInitDiskRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ReInitDisk','ecs') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_AutoStartInstance(self): - return self.get_query_params().get('AutoStartInstance') - - def set_AutoStartInstance(self,AutoStartInstance): - self.add_query_param('AutoStartInstance',AutoStartInstance) - - def get_SecurityEnhancementStrategy(self): - return self.get_query_params().get('SecurityEnhancementStrategy') - - def set_SecurityEnhancementStrategy(self,SecurityEnhancementStrategy): - self.add_query_param('SecurityEnhancementStrategy',SecurityEnhancementStrategy) - - def get_KeyPairName(self): - return self.get_query_params().get('KeyPairName') - - def set_KeyPairName(self,KeyPairName): - self.add_query_param('KeyPairName',KeyPairName) - - def get_Password(self): - return self.get_query_params().get('Password') - - def set_Password(self,Password): - self.add_query_param('Password',Password) - - def get_DiskId(self): - return self.get_query_params().get('DiskId') - - def set_DiskId(self,DiskId): - self.add_query_param('DiskId',DiskId) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RebootInstanceRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RebootInstanceRequest.py deleted file mode 100644 index 86b967fad9..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RebootInstanceRequest.py +++ /dev/null @@ -1,67 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest - -class RebootInstanceRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'RebootInstance','ecs') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_ForceStop(self): - return self.get_query_params().get('ForceStop') - - def set_ForceStop(self,ForceStop): - self.add_query_param('ForceStop',ForceStop) - - def get_DryRun(self): - return self.get_query_params().get('DryRun') - - def set_DryRun(self,DryRun): - self.add_query_param('DryRun',DryRun) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_InstanceId(self): - return self.get_query_params().get('InstanceId') - - def set_InstanceId(self,InstanceId): - self.add_query_param('InstanceId',InstanceId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RecoverVirtualBorderRouterRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RecoverVirtualBorderRouterRequest.py deleted file mode 100644 index 2c4dd5d24f..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RecoverVirtualBorderRouterRequest.py +++ /dev/null @@ -1,67 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest - -class RecoverVirtualBorderRouterRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'RecoverVirtualBorderRouter','ecs') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_ClientToken(self): - return self.get_query_params().get('ClientToken') - - def set_ClientToken(self,ClientToken): - self.add_query_param('ClientToken',ClientToken) - - def get_VbrId(self): - return self.get_query_params().get('VbrId') - - def set_VbrId(self,VbrId): - self.add_query_param('VbrId',VbrId) - - def get_UserCidr(self): - return self.get_query_params().get('UserCidr') - - def set_UserCidr(self,UserCidr): - self.add_query_param('UserCidr',UserCidr) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RedeployDedicatedHostRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RedeployDedicatedHostRequest.py deleted file mode 100644 index 627323bc3b..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RedeployDedicatedHostRequest.py +++ /dev/null @@ -1,55 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest - -class RedeployDedicatedHostRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'RedeployDedicatedHost','ecs') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_DedicatedHostId(self): - return self.get_query_params().get('DedicatedHostId') - - def set_DedicatedHostId(self,DedicatedHostId): - self.add_query_param('DedicatedHostId',DedicatedHostId) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RedeployInstanceRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RedeployInstanceRequest.py deleted file mode 100644 index d8ae11e98e..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RedeployInstanceRequest.py +++ /dev/null @@ -1,61 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest - -class RedeployInstanceRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'RedeployInstance','ecs') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_ForceStop(self): - return self.get_query_params().get('ForceStop') - - def set_ForceStop(self,ForceStop): - self.add_query_param('ForceStop',ForceStop) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_InstanceId(self): - return self.get_query_params().get('InstanceId') - - def set_InstanceId(self,InstanceId): - self.add_query_param('InstanceId',InstanceId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ReleaseDedicatedHostRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ReleaseDedicatedHostRequest.py deleted file mode 100644 index 187d92e543..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ReleaseDedicatedHostRequest.py +++ /dev/null @@ -1,55 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest - -class ReleaseDedicatedHostRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ReleaseDedicatedHost','ecs') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_DedicatedHostId(self): - return self.get_query_params().get('DedicatedHostId') - - def set_DedicatedHostId(self,DedicatedHostId): - self.add_query_param('DedicatedHostId',DedicatedHostId) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ReleaseEipAddressRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ReleaseEipAddressRequest.py deleted file mode 100644 index adbc5b3b07..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ReleaseEipAddressRequest.py +++ /dev/null @@ -1,55 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest - -class ReleaseEipAddressRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ReleaseEipAddress','ecs') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_AllocationId(self): - return self.get_query_params().get('AllocationId') - - def set_AllocationId(self,AllocationId): - self.add_query_param('AllocationId',AllocationId) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ReleasePublicIpAddressRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ReleasePublicIpAddressRequest.py deleted file mode 100644 index 64c097a4a0..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ReleasePublicIpAddressRequest.py +++ /dev/null @@ -1,61 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest - -class ReleasePublicIpAddressRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ReleasePublicIpAddress','ecs') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_PublicIpAddress(self): - return self.get_query_params().get('PublicIpAddress') - - def set_PublicIpAddress(self,PublicIpAddress): - self.add_query_param('PublicIpAddress',PublicIpAddress) - - def get_InstanceId(self): - return self.get_query_params().get('InstanceId') - - def set_InstanceId(self,InstanceId): - self.add_query_param('InstanceId',InstanceId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RemoveBandwidthPackageIpsRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RemoveBandwidthPackageIpsRequest.py deleted file mode 100644 index 272087d29b..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RemoveBandwidthPackageIpsRequest.py +++ /dev/null @@ -1,69 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest - -class RemoveBandwidthPackageIpsRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'RemoveBandwidthPackageIps','ecs') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_ClientToken(self): - return self.get_query_params().get('ClientToken') - - def set_ClientToken(self,ClientToken): - self.add_query_param('ClientToken',ClientToken) - - def get_RemovedIpAddressess(self): - return self.get_query_params().get('RemovedIpAddressess') - - def set_RemovedIpAddressess(self,RemovedIpAddressess): - for i in range(len(RemovedIpAddressess)): - if RemovedIpAddressess[i] is not None: - self.add_query_param('RemovedIpAddresses.' + str(i + 1) , RemovedIpAddressess[i]); - - def get_BandwidthPackageId(self): - return self.get_query_params().get('BandwidthPackageId') - - def set_BandwidthPackageId(self,BandwidthPackageId): - self.add_query_param('BandwidthPackageId',BandwidthPackageId) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RemoveTagsRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RemoveTagsRequest.py deleted file mode 100644 index e1e7a465f5..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RemoveTagsRequest.py +++ /dev/null @@ -1,66 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest - -class RemoveTagsRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'RemoveTags','ecs') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_Tags(self): - return self.get_query_params().get('Tags') - - def set_Tags(self,Tags): - for i in range(len(Tags)): - if Tags[i].get('Value') is not None: - self.add_query_param('Tag.' + str(i + 1) + '.Value' , Tags[i].get('Value')) - if Tags[i].get('Key') is not None: - self.add_query_param('Tag.' + str(i + 1) + '.Key' , Tags[i].get('Key')) - - - def get_ResourceId(self): - return self.get_query_params().get('ResourceId') - - def set_ResourceId(self,ResourceId): - self.add_query_param('ResourceId',ResourceId) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_ResourceType(self): - return self.get_query_params().get('ResourceType') - - def set_ResourceType(self,ResourceType): - self.add_query_param('ResourceType',ResourceType) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RenewDedicatedHostsRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RenewDedicatedHostsRequest.py deleted file mode 100644 index 45570164b5..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RenewDedicatedHostsRequest.py +++ /dev/null @@ -1,73 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest - -class RenewDedicatedHostsRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'RenewDedicatedHosts','ecs') - - def get_DedicatedHostIds(self): - return self.get_query_params().get('DedicatedHostIds') - - def set_DedicatedHostIds(self,DedicatedHostIds): - self.add_query_param('DedicatedHostIds',DedicatedHostIds) - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_ClientToken(self): - return self.get_query_params().get('ClientToken') - - def set_ClientToken(self,ClientToken): - self.add_query_param('ClientToken',ClientToken) - - def get_Period(self): - return self.get_query_params().get('Period') - - def set_Period(self,Period): - self.add_query_param('Period',Period) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_PeriodUnit(self): - return self.get_query_params().get('PeriodUnit') - - def set_PeriodUnit(self,PeriodUnit): - self.add_query_param('PeriodUnit',PeriodUnit) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RenewInstanceRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RenewInstanceRequest.py deleted file mode 100644 index abe40bf644..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RenewInstanceRequest.py +++ /dev/null @@ -1,73 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest - -class RenewInstanceRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'RenewInstance','ecs') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_ClientToken(self): - return self.get_query_params().get('ClientToken') - - def set_ClientToken(self,ClientToken): - self.add_query_param('ClientToken',ClientToken) - - def get_Period(self): - return self.get_query_params().get('Period') - - def set_Period(self,Period): - self.add_query_param('Period',Period) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_PeriodUnit(self): - return self.get_query_params().get('PeriodUnit') - - def set_PeriodUnit(self,PeriodUnit): - self.add_query_param('PeriodUnit',PeriodUnit) - - def get_InstanceId(self): - return self.get_query_params().get('InstanceId') - - def set_InstanceId(self,InstanceId): - self.add_query_param('InstanceId',InstanceId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ReplaceSystemDiskRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ReplaceSystemDiskRequest.py deleted file mode 100644 index 856a8ec18d..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ReplaceSystemDiskRequest.py +++ /dev/null @@ -1,121 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest - -class ReplaceSystemDiskRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ReplaceSystemDisk','ecs') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_ImageId(self): - return self.get_query_params().get('ImageId') - - def set_ImageId(self,ImageId): - self.add_query_param('ImageId',ImageId) - - def get_ClientToken(self): - return self.get_query_params().get('ClientToken') - - def set_ClientToken(self,ClientToken): - self.add_query_param('ClientToken',ClientToken) - - def get_SecurityEnhancementStrategy(self): - return self.get_query_params().get('SecurityEnhancementStrategy') - - def set_SecurityEnhancementStrategy(self,SecurityEnhancementStrategy): - self.add_query_param('SecurityEnhancementStrategy',SecurityEnhancementStrategy) - - def get_KeyPairName(self): - return self.get_query_params().get('KeyPairName') - - def set_KeyPairName(self,KeyPairName): - self.add_query_param('KeyPairName',KeyPairName) - - def get_Platform(self): - return self.get_query_params().get('Platform') - - def set_Platform(self,Platform): - self.add_query_param('Platform',Platform) - - def get_Password(self): - return self.get_query_params().get('Password') - - def set_Password(self,Password): - self.add_query_param('Password',Password) - - def get_PasswordInherit(self): - return self.get_query_params().get('PasswordInherit') - - def set_PasswordInherit(self,PasswordInherit): - self.add_query_param('PasswordInherit',PasswordInherit) - - def get_DiskId(self): - return self.get_query_params().get('DiskId') - - def set_DiskId(self,DiskId): - self.add_query_param('DiskId',DiskId) - - def get_Architecture(self): - return self.get_query_params().get('Architecture') - - def set_Architecture(self,Architecture): - self.add_query_param('Architecture',Architecture) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_InstanceId(self): - return self.get_query_params().get('InstanceId') - - def set_InstanceId(self,InstanceId): - self.add_query_param('InstanceId',InstanceId) - - def get_SystemDiskSize(self): - return self.get_query_params().get('SystemDisk.Size') - - def set_SystemDiskSize(self,SystemDiskSize): - self.add_query_param('SystemDisk.Size',SystemDiskSize) - - def get_UseAdditionalService(self): - return self.get_query_params().get('UseAdditionalService') - - def set_UseAdditionalService(self,UseAdditionalService): - self.add_query_param('UseAdditionalService',UseAdditionalService) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ReportInstancesStatusRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ReportInstancesStatusRequest.py deleted file mode 100644 index 5d015707ab..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ReportInstancesStatusRequest.py +++ /dev/null @@ -1,97 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest - -class ReportInstancesStatusRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ReportInstancesStatus','ecs') - - def get_Reason(self): - return self.get_query_params().get('Reason') - - def set_Reason(self,Reason): - self.add_query_param('Reason',Reason) - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_Description(self): - return self.get_query_params().get('Description') - - def set_Description(self,Description): - self.add_query_param('Description',Description) - - def get_StartTime(self): - return self.get_query_params().get('StartTime') - - def set_StartTime(self,StartTime): - self.add_query_param('StartTime',StartTime) - - def get_DiskIds(self): - return self.get_query_params().get('DiskIds') - - def set_DiskIds(self,DiskIds): - for i in range(len(DiskIds)): - if DiskIds[i] is not None: - self.add_query_param('DiskId.' + str(i + 1) , DiskIds[i]); - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_EndTime(self): - return self.get_query_params().get('EndTime') - - def set_EndTime(self,EndTime): - self.add_query_param('EndTime',EndTime) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_InstanceIds(self): - return self.get_query_params().get('InstanceIds') - - def set_InstanceIds(self,InstanceIds): - for i in range(len(InstanceIds)): - if InstanceIds[i] is not None: - self.add_query_param('InstanceId.' + str(i + 1) , InstanceIds[i]); - - def get_Devices(self): - return self.get_query_params().get('Devices') - - def set_Devices(self,Devices): - for i in range(len(Devices)): - if Devices[i] is not None: - self.add_query_param('Device.' + str(i + 1) , Devices[i]); \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ResetDiskRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ResetDiskRequest.py deleted file mode 100644 index 85c7a012e2..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ResetDiskRequest.py +++ /dev/null @@ -1,61 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest - -class ResetDiskRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ResetDisk','ecs') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_SnapshotId(self): - return self.get_query_params().get('SnapshotId') - - def set_SnapshotId(self,SnapshotId): - self.add_query_param('SnapshotId',SnapshotId) - - def get_DiskId(self): - return self.get_query_params().get('DiskId') - - def set_DiskId(self,DiskId): - self.add_query_param('DiskId',DiskId) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ResizeDiskRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ResizeDiskRequest.py deleted file mode 100644 index d39c7a85c0..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ResizeDiskRequest.py +++ /dev/null @@ -1,73 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest - -class ResizeDiskRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ResizeDisk','ecs') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_ClientToken(self): - return self.get_query_params().get('ClientToken') - - def set_ClientToken(self,ClientToken): - self.add_query_param('ClientToken',ClientToken) - - def get_Type(self): - return self.get_query_params().get('Type') - - def set_Type(self,Type): - self.add_query_param('Type',Type) - - def get_DiskId(self): - return self.get_query_params().get('DiskId') - - def set_DiskId(self,DiskId): - self.add_query_param('DiskId',DiskId) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_NewSize(self): - return self.get_query_params().get('NewSize') - - def set_NewSize(self,NewSize): - self.add_query_param('NewSize',NewSize) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RevokeSecurityGroupEgressRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RevokeSecurityGroupEgressRequest.py deleted file mode 100644 index d4e7d025c1..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RevokeSecurityGroupEgressRequest.py +++ /dev/null @@ -1,145 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest - -class RevokeSecurityGroupEgressRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'RevokeSecurityGroupEgress','ecs') - - def get_NicType(self): - return self.get_query_params().get('NicType') - - def set_NicType(self,NicType): - self.add_query_param('NicType',NicType) - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_SourcePortRange(self): - return self.get_query_params().get('SourcePortRange') - - def set_SourcePortRange(self,SourcePortRange): - self.add_query_param('SourcePortRange',SourcePortRange) - - def get_ClientToken(self): - return self.get_query_params().get('ClientToken') - - def set_ClientToken(self,ClientToken): - self.add_query_param('ClientToken',ClientToken) - - def get_SecurityGroupId(self): - return self.get_query_params().get('SecurityGroupId') - - def set_SecurityGroupId(self,SecurityGroupId): - self.add_query_param('SecurityGroupId',SecurityGroupId) - - def get_Description(self): - return self.get_query_params().get('Description') - - def set_Description(self,Description): - self.add_query_param('Description',Description) - - def get_Ipv6DestCidrIp(self): - return self.get_query_params().get('Ipv6DestCidrIp') - - def set_Ipv6DestCidrIp(self,Ipv6DestCidrIp): - self.add_query_param('Ipv6DestCidrIp',Ipv6DestCidrIp) - - def get_Ipv6SourceCidrIp(self): - return self.get_query_params().get('Ipv6SourceCidrIp') - - def set_Ipv6SourceCidrIp(self,Ipv6SourceCidrIp): - self.add_query_param('Ipv6SourceCidrIp',Ipv6SourceCidrIp) - - def get_Policy(self): - return self.get_query_params().get('Policy') - - def set_Policy(self,Policy): - self.add_query_param('Policy',Policy) - - def get_PortRange(self): - return self.get_query_params().get('PortRange') - - def set_PortRange(self,PortRange): - self.add_query_param('PortRange',PortRange) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_IpProtocol(self): - return self.get_query_params().get('IpProtocol') - - def set_IpProtocol(self,IpProtocol): - self.add_query_param('IpProtocol',IpProtocol) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_SourceCidrIp(self): - return self.get_query_params().get('SourceCidrIp') - - def set_SourceCidrIp(self,SourceCidrIp): - self.add_query_param('SourceCidrIp',SourceCidrIp) - - def get_DestGroupId(self): - return self.get_query_params().get('DestGroupId') - - def set_DestGroupId(self,DestGroupId): - self.add_query_param('DestGroupId',DestGroupId) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_DestGroupOwnerAccount(self): - return self.get_query_params().get('DestGroupOwnerAccount') - - def set_DestGroupOwnerAccount(self,DestGroupOwnerAccount): - self.add_query_param('DestGroupOwnerAccount',DestGroupOwnerAccount) - - def get_Priority(self): - return self.get_query_params().get('Priority') - - def set_Priority(self,Priority): - self.add_query_param('Priority',Priority) - - def get_DestCidrIp(self): - return self.get_query_params().get('DestCidrIp') - - def set_DestCidrIp(self,DestCidrIp): - self.add_query_param('DestCidrIp',DestCidrIp) - - def get_DestGroupOwnerId(self): - return self.get_query_params().get('DestGroupOwnerId') - - def set_DestGroupOwnerId(self,DestGroupOwnerId): - self.add_query_param('DestGroupOwnerId',DestGroupOwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RevokeSecurityGroupRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RevokeSecurityGroupRequest.py deleted file mode 100644 index 418789f283..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RevokeSecurityGroupRequest.py +++ /dev/null @@ -1,145 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest - -class RevokeSecurityGroupRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'RevokeSecurityGroup','ecs') - - def get_NicType(self): - return self.get_query_params().get('NicType') - - def set_NicType(self,NicType): - self.add_query_param('NicType',NicType) - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_SourcePortRange(self): - return self.get_query_params().get('SourcePortRange') - - def set_SourcePortRange(self,SourcePortRange): - self.add_query_param('SourcePortRange',SourcePortRange) - - def get_ClientToken(self): - return self.get_query_params().get('ClientToken') - - def set_ClientToken(self,ClientToken): - self.add_query_param('ClientToken',ClientToken) - - def get_SecurityGroupId(self): - return self.get_query_params().get('SecurityGroupId') - - def set_SecurityGroupId(self,SecurityGroupId): - self.add_query_param('SecurityGroupId',SecurityGroupId) - - def get_Description(self): - return self.get_query_params().get('Description') - - def set_Description(self,Description): - self.add_query_param('Description',Description) - - def get_SourceGroupOwnerId(self): - return self.get_query_params().get('SourceGroupOwnerId') - - def set_SourceGroupOwnerId(self,SourceGroupOwnerId): - self.add_query_param('SourceGroupOwnerId',SourceGroupOwnerId) - - def get_SourceGroupOwnerAccount(self): - return self.get_query_params().get('SourceGroupOwnerAccount') - - def set_SourceGroupOwnerAccount(self,SourceGroupOwnerAccount): - self.add_query_param('SourceGroupOwnerAccount',SourceGroupOwnerAccount) - - def get_Ipv6DestCidrIp(self): - return self.get_query_params().get('Ipv6DestCidrIp') - - def set_Ipv6DestCidrIp(self,Ipv6DestCidrIp): - self.add_query_param('Ipv6DestCidrIp',Ipv6DestCidrIp) - - def get_Ipv6SourceCidrIp(self): - return self.get_query_params().get('Ipv6SourceCidrIp') - - def set_Ipv6SourceCidrIp(self,Ipv6SourceCidrIp): - self.add_query_param('Ipv6SourceCidrIp',Ipv6SourceCidrIp) - - def get_Policy(self): - return self.get_query_params().get('Policy') - - def set_Policy(self,Policy): - self.add_query_param('Policy',Policy) - - def get_PortRange(self): - return self.get_query_params().get('PortRange') - - def set_PortRange(self,PortRange): - self.add_query_param('PortRange',PortRange) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_IpProtocol(self): - return self.get_query_params().get('IpProtocol') - - def set_IpProtocol(self,IpProtocol): - self.add_query_param('IpProtocol',IpProtocol) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_SourceCidrIp(self): - return self.get_query_params().get('SourceCidrIp') - - def set_SourceCidrIp(self,SourceCidrIp): - self.add_query_param('SourceCidrIp',SourceCidrIp) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_Priority(self): - return self.get_query_params().get('Priority') - - def set_Priority(self,Priority): - self.add_query_param('Priority',Priority) - - def get_DestCidrIp(self): - return self.get_query_params().get('DestCidrIp') - - def set_DestCidrIp(self,DestCidrIp): - self.add_query_param('DestCidrIp',DestCidrIp) - - def get_SourceGroupId(self): - return self.get_query_params().get('SourceGroupId') - - def set_SourceGroupId(self,SourceGroupId): - self.add_query_param('SourceGroupId',SourceGroupId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RunCommandRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RunCommandRequest.py deleted file mode 100644 index 7d56509b20..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RunCommandRequest.py +++ /dev/null @@ -1,129 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest - -class RunCommandRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'RunCommand','ecs') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_WorkingDir(self): - return self.get_query_params().get('WorkingDir') - - def set_WorkingDir(self,WorkingDir): - self.add_query_param('WorkingDir',WorkingDir) - - def get_Description(self): - return self.get_query_params().get('Description') - - def set_Description(self,Description): - self.add_query_param('Description',Description) - - def get_Type(self): - return self.get_query_params().get('Type') - - def set_Type(self,Type): - self.add_query_param('Type',Type) - - def get_CommandContent(self): - return self.get_query_params().get('CommandContent') - - def set_CommandContent(self,CommandContent): - self.add_query_param('CommandContent',CommandContent) - - def get_Timeout(self): - return self.get_query_params().get('Timeout') - - def set_Timeout(self,Timeout): - self.add_query_param('Timeout',Timeout) - - def get_Frequency(self): - return self.get_query_params().get('Frequency') - - def set_Frequency(self,Frequency): - self.add_query_param('Frequency',Frequency) - - def get_ContentEncoding(self): - return self.get_query_params().get('ContentEncoding') - - def set_ContentEncoding(self,ContentEncoding): - self.add_query_param('ContentEncoding',ContentEncoding) - - def get_KeepCommand(self): - return self.get_query_params().get('KeepCommand') - - def set_KeepCommand(self,KeepCommand): - self.add_query_param('KeepCommand',KeepCommand) - - def get_Timed(self): - return self.get_query_params().get('Timed') - - def set_Timed(self,Timed): - self.add_query_param('Timed',Timed) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_InstanceIds(self): - return self.get_query_params().get('InstanceIds') - - def set_InstanceIds(self,InstanceIds): - for i in range(len(InstanceIds)): - if InstanceIds[i] is not None: - self.add_query_param('InstanceId.' + str(i + 1) , InstanceIds[i]); - - def get_Name(self): - return self.get_query_params().get('Name') - - def set_Name(self,Name): - self.add_query_param('Name',Name) - - def get_Parameters(self): - return self.get_query_params().get('Parameters') - - def set_Parameters(self,Parameters): - self.add_query_param('Parameters',Parameters) - - def get_EnableParameter(self): - return self.get_query_params().get('EnableParameter') - - def set_EnableParameter(self,EnableParameter): - self.add_query_param('EnableParameter',EnableParameter) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RunInstancesRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RunInstancesRequest.py deleted file mode 100644 index 6659475036..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RunInstancesRequest.py +++ /dev/null @@ -1,467 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest - -class RunInstancesRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'RunInstances','ecs') - - def get_LaunchTemplateName(self): - return self.get_query_params().get('LaunchTemplateName') - - def set_LaunchTemplateName(self,LaunchTemplateName): - self.add_query_param('LaunchTemplateName',LaunchTemplateName) - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_UniqueSuffix(self): - return self.get_query_params().get('UniqueSuffix') - - def set_UniqueSuffix(self,UniqueSuffix): - self.add_query_param('UniqueSuffix',UniqueSuffix) - - def get_HpcClusterId(self): - return self.get_query_params().get('HpcClusterId') - - def set_HpcClusterId(self,HpcClusterId): - self.add_query_param('HpcClusterId',HpcClusterId) - - def get_SecurityEnhancementStrategy(self): - return self.get_query_params().get('SecurityEnhancementStrategy') - - def set_SecurityEnhancementStrategy(self,SecurityEnhancementStrategy): - self.add_query_param('SecurityEnhancementStrategy',SecurityEnhancementStrategy) - - def get_KeyPairName(self): - return self.get_query_params().get('KeyPairName') - - def set_KeyPairName(self,KeyPairName): - self.add_query_param('KeyPairName',KeyPairName) - - def get_MinAmount(self): - return self.get_query_params().get('MinAmount') - - def set_MinAmount(self,MinAmount): - self.add_query_param('MinAmount',MinAmount) - - def get_SpotPriceLimit(self): - return self.get_query_params().get('SpotPriceLimit') - - def set_SpotPriceLimit(self,SpotPriceLimit): - self.add_query_param('SpotPriceLimit',SpotPriceLimit) - - def get_DeletionProtection(self): - return self.get_query_params().get('DeletionProtection') - - def set_DeletionProtection(self,DeletionProtection): - self.add_query_param('DeletionProtection',DeletionProtection) - - def get_ResourceGroupId(self): - return self.get_query_params().get('ResourceGroupId') - - def set_ResourceGroupId(self,ResourceGroupId): - self.add_query_param('ResourceGroupId',ResourceGroupId) - - def get_HostName(self): - return self.get_query_params().get('HostName') - - def set_HostName(self,HostName): - self.add_query_param('HostName',HostName) - - def get_Password(self): - return self.get_query_params().get('Password') - - def set_Password(self,Password): - self.add_query_param('Password',Password) - - def get_StorageSetPartitionNumber(self): - return self.get_query_params().get('StorageSetPartitionNumber') - - def set_StorageSetPartitionNumber(self,StorageSetPartitionNumber): - self.add_query_param('StorageSetPartitionNumber',StorageSetPartitionNumber) - - def get_Tags(self): - return self.get_query_params().get('Tags') - - def set_Tags(self,Tags): - for i in range(len(Tags)): - if Tags[i].get('Key') is not None: - self.add_query_param('Tag.' + str(i + 1) + '.Key' , Tags[i].get('Key')) - if Tags[i].get('Value') is not None: - self.add_query_param('Tag.' + str(i + 1) + '.Value' , Tags[i].get('Value')) - - - def get_SystemDiskAutoSnapshotPolicyId(self): - return self.get_query_params().get('SystemDisk.AutoSnapshotPolicyId') - - def set_SystemDiskAutoSnapshotPolicyId(self,SystemDiskAutoSnapshotPolicyId): - self.add_query_param('SystemDisk.AutoSnapshotPolicyId',SystemDiskAutoSnapshotPolicyId) - - def get_AutoRenewPeriod(self): - return self.get_query_params().get('AutoRenewPeriod') - - def set_AutoRenewPeriod(self,AutoRenewPeriod): - self.add_query_param('AutoRenewPeriod',AutoRenewPeriod) - - def get_CpuOptionsCore(self): - return self.get_query_params().get('CpuOptions.Core') - - def set_CpuOptionsCore(self,CpuOptionsCore): - self.add_query_param('CpuOptions.Core',CpuOptionsCore) - - def get_Period(self): - return self.get_query_params().get('Period') - - def set_Period(self,Period): - self.add_query_param('Period',Period) - - def get_DryRun(self): - return self.get_query_params().get('DryRun') - - def set_DryRun(self,DryRun): - self.add_query_param('DryRun',DryRun) - - def get_LaunchTemplateId(self): - return self.get_query_params().get('LaunchTemplateId') - - def set_LaunchTemplateId(self,LaunchTemplateId): - self.add_query_param('LaunchTemplateId',LaunchTemplateId) - - def get_Ipv6AddressCount(self): - return self.get_query_params().get('Ipv6AddressCount') - - def set_Ipv6AddressCount(self,Ipv6AddressCount): - self.add_query_param('Ipv6AddressCount',Ipv6AddressCount) - - def get_CpuOptionsNuma(self): - return self.get_query_params().get('CpuOptions.Numa') - - def set_CpuOptionsNuma(self,CpuOptionsNuma): - self.add_query_param('CpuOptions.Numa',CpuOptionsNuma) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_VSwitchId(self): - return self.get_query_params().get('VSwitchId') - - def set_VSwitchId(self,VSwitchId): - self.add_query_param('VSwitchId',VSwitchId) - - def get_SpotStrategy(self): - return self.get_query_params().get('SpotStrategy') - - def set_SpotStrategy(self,SpotStrategy): - self.add_query_param('SpotStrategy',SpotStrategy) - - def get_PrivateIpAddress(self): - return self.get_query_params().get('PrivateIpAddress') - - def set_PrivateIpAddress(self,PrivateIpAddress): - self.add_query_param('PrivateIpAddress',PrivateIpAddress) - - def get_PeriodUnit(self): - return self.get_query_params().get('PeriodUnit') - - def set_PeriodUnit(self,PeriodUnit): - self.add_query_param('PeriodUnit',PeriodUnit) - - def get_InstanceName(self): - return self.get_query_params().get('InstanceName') - - def set_InstanceName(self,InstanceName): - self.add_query_param('InstanceName',InstanceName) - - def get_AutoRenew(self): - return self.get_query_params().get('AutoRenew') - - def set_AutoRenew(self,AutoRenew): - self.add_query_param('AutoRenew',AutoRenew) - - def get_InternetChargeType(self): - return self.get_query_params().get('InternetChargeType') - - def set_InternetChargeType(self,InternetChargeType): - self.add_query_param('InternetChargeType',InternetChargeType) - - def get_ZoneId(self): - return self.get_query_params().get('ZoneId') - - def set_ZoneId(self,ZoneId): - self.add_query_param('ZoneId',ZoneId) - - def get_Ipv6Addresss(self): - return self.get_query_params().get('Ipv6Addresss') - - def set_Ipv6Addresss(self,Ipv6Addresss): - for i in range(len(Ipv6Addresss)): - if Ipv6Addresss[i] is not None: - self.add_query_param('Ipv6Address.' + str(i + 1) , Ipv6Addresss[i]); - - def get_InternetMaxBandwidthIn(self): - return self.get_query_params().get('InternetMaxBandwidthIn') - - def set_InternetMaxBandwidthIn(self,InternetMaxBandwidthIn): - self.add_query_param('InternetMaxBandwidthIn',InternetMaxBandwidthIn) - - def get_Affinity(self): - return self.get_query_params().get('Affinity') - - def set_Affinity(self,Affinity): - self.add_query_param('Affinity',Affinity) - - def get_ImageId(self): - return self.get_query_params().get('ImageId') - - def set_ImageId(self,ImageId): - self.add_query_param('ImageId',ImageId) - - def get_SpotInterruptionBehavior(self): - return self.get_query_params().get('SpotInterruptionBehavior') - - def set_SpotInterruptionBehavior(self,SpotInterruptionBehavior): - self.add_query_param('SpotInterruptionBehavior',SpotInterruptionBehavior) - - def get_ClientToken(self): - return self.get_query_params().get('ClientToken') - - def set_ClientToken(self,ClientToken): - self.add_query_param('ClientToken',ClientToken) - - def get_IoOptimized(self): - return self.get_query_params().get('IoOptimized') - - def set_IoOptimized(self,IoOptimized): - self.add_query_param('IoOptimized',IoOptimized) - - def get_SecurityGroupId(self): - return self.get_query_params().get('SecurityGroupId') - - def set_SecurityGroupId(self,SecurityGroupId): - self.add_query_param('SecurityGroupId',SecurityGroupId) - - def get_InternetMaxBandwidthOut(self): - return self.get_query_params().get('InternetMaxBandwidthOut') - - def set_InternetMaxBandwidthOut(self,InternetMaxBandwidthOut): - self.add_query_param('InternetMaxBandwidthOut',InternetMaxBandwidthOut) - - def get_Description(self): - return self.get_query_params().get('Description') - - def set_Description(self,Description): - self.add_query_param('Description',Description) - - def get_CpuOptionsThreadsPerCore(self): - return self.get_query_params().get('CpuOptions.ThreadsPerCore') - - def set_CpuOptionsThreadsPerCore(self,CpuOptionsThreadsPerCore): - self.add_query_param('CpuOptions.ThreadsPerCore',CpuOptionsThreadsPerCore) - - def get_SystemDiskCategory(self): - return self.get_query_params().get('SystemDisk.Category') - - def set_SystemDiskCategory(self,SystemDiskCategory): - self.add_query_param('SystemDisk.Category',SystemDiskCategory) - - def get_SystemDiskPerformanceLevel(self): - return self.get_query_params().get('SystemDisk.PerformanceLevel') - - def set_SystemDiskPerformanceLevel(self,SystemDiskPerformanceLevel): - self.add_query_param('SystemDisk.PerformanceLevel',SystemDiskPerformanceLevel) - - def get_UserData(self): - return self.get_query_params().get('UserData') - - def set_UserData(self,UserData): - self.add_query_param('UserData',UserData) - - def get_PasswordInherit(self): - return self.get_query_params().get('PasswordInherit') - - def set_PasswordInherit(self,PasswordInherit): - self.add_query_param('PasswordInherit',PasswordInherit) - - def get_InstanceType(self): - return self.get_query_params().get('InstanceType') - - def set_InstanceType(self,InstanceType): - self.add_query_param('InstanceType',InstanceType) - - def get_InstanceChargeType(self): - return self.get_query_params().get('InstanceChargeType') - - def set_InstanceChargeType(self,InstanceChargeType): - self.add_query_param('InstanceChargeType',InstanceChargeType) - - def get_NetworkInterfaces(self): - return self.get_query_params().get('NetworkInterfaces') - - def set_NetworkInterfaces(self,NetworkInterfaces): - for i in range(len(NetworkInterfaces)): - if NetworkInterfaces[i].get('PrimaryIpAddress') is not None: - self.add_query_param('NetworkInterface.' + str(i + 1) + '.PrimaryIpAddress' , NetworkInterfaces[i].get('PrimaryIpAddress')) - if NetworkInterfaces[i].get('VSwitchId') is not None: - self.add_query_param('NetworkInterface.' + str(i + 1) + '.VSwitchId' , NetworkInterfaces[i].get('VSwitchId')) - if NetworkInterfaces[i].get('SecurityGroupId') is not None: - self.add_query_param('NetworkInterface.' + str(i + 1) + '.SecurityGroupId' , NetworkInterfaces[i].get('SecurityGroupId')) - for j in range(len(NetworkInterfaces[i].get('SecurityGroupIdss'))): - if NetworkInterfaces[i].get('SecurityGroupIdss')[j] is not None: - self.add_query_param('NetworkInterface.' + str(i + 1) + '.SecurityGroupIds.'+str(j + 1), NetworkInterfaces[i].get('SecurityGroupIdss')[j]) - if NetworkInterfaces[i].get('NetworkInterfaceName') is not None: - self.add_query_param('NetworkInterface.' + str(i + 1) + '.NetworkInterfaceName' , NetworkInterfaces[i].get('NetworkInterfaceName')) - if NetworkInterfaces[i].get('Description') is not None: - self.add_query_param('NetworkInterface.' + str(i + 1) + '.Description' , NetworkInterfaces[i].get('Description')) - - - def get_DeploymentSetId(self): - return self.get_query_params().get('DeploymentSetId') - - def set_DeploymentSetId(self,DeploymentSetId): - self.add_query_param('DeploymentSetId',DeploymentSetId) - - def get_Amount(self): - return self.get_query_params().get('Amount') - - def set_Amount(self,Amount): - self.add_query_param('Amount',Amount) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_Tenancy(self): - return self.get_query_params().get('Tenancy') - - def set_Tenancy(self,Tenancy): - self.add_query_param('Tenancy',Tenancy) - - def get_SystemDiskDiskName(self): - return self.get_query_params().get('SystemDisk.DiskName') - - def set_SystemDiskDiskName(self,SystemDiskDiskName): - self.add_query_param('SystemDisk.DiskName',SystemDiskDiskName) - - def get_RamRoleName(self): - return self.get_query_params().get('RamRoleName') - - def set_RamRoleName(self,RamRoleName): - self.add_query_param('RamRoleName',RamRoleName) - - def get_AutoReleaseTime(self): - return self.get_query_params().get('AutoReleaseTime') - - def set_AutoReleaseTime(self,AutoReleaseTime): - self.add_query_param('AutoReleaseTime',AutoReleaseTime) - - def get_DedicatedHostId(self): - return self.get_query_params().get('DedicatedHostId') - - def set_DedicatedHostId(self,DedicatedHostId): - self.add_query_param('DedicatedHostId',DedicatedHostId) - - def get_CreditSpecification(self): - return self.get_query_params().get('CreditSpecification') - - def set_CreditSpecification(self,CreditSpecification): - self.add_query_param('CreditSpecification',CreditSpecification) - - def get_SecurityGroupIdss(self): - return self.get_query_params().get('SecurityGroupIdss') - - def set_SecurityGroupIdss(self,SecurityGroupIdss): - for i in range(len(SecurityGroupIdss)): - if SecurityGroupIdss[i] is not None: - self.add_query_param('SecurityGroupIds.' + str(i + 1) , SecurityGroupIdss[i]); - - def get_SpotDuration(self): - return self.get_query_params().get('SpotDuration') - - def set_SpotDuration(self,SpotDuration): - self.add_query_param('SpotDuration',SpotDuration) - - def get_DataDisks(self): - return self.get_query_params().get('DataDisks') - - def set_DataDisks(self,DataDisks): - for i in range(len(DataDisks)): - if DataDisks[i].get('Size') is not None: - self.add_query_param('DataDisk.' + str(i + 1) + '.Size' , DataDisks[i].get('Size')) - if DataDisks[i].get('SnapshotId') is not None: - self.add_query_param('DataDisk.' + str(i + 1) + '.SnapshotId' , DataDisks[i].get('SnapshotId')) - if DataDisks[i].get('Category') is not None: - self.add_query_param('DataDisk.' + str(i + 1) + '.Category' , DataDisks[i].get('Category')) - if DataDisks[i].get('Encrypted') is not None: - self.add_query_param('DataDisk.' + str(i + 1) + '.Encrypted' , DataDisks[i].get('Encrypted')) - if DataDisks[i].get('KMSKeyId') is not None: - self.add_query_param('DataDisk.' + str(i + 1) + '.KMSKeyId' , DataDisks[i].get('KMSKeyId')) - if DataDisks[i].get('DiskName') is not None: - self.add_query_param('DataDisk.' + str(i + 1) + '.DiskName' , DataDisks[i].get('DiskName')) - if DataDisks[i].get('Description') is not None: - self.add_query_param('DataDisk.' + str(i + 1) + '.Description' , DataDisks[i].get('Description')) - if DataDisks[i].get('Device') is not None: - self.add_query_param('DataDisk.' + str(i + 1) + '.Device' , DataDisks[i].get('Device')) - if DataDisks[i].get('DeleteWithInstance') is not None: - self.add_query_param('DataDisk.' + str(i + 1) + '.DeleteWithInstance' , DataDisks[i].get('DeleteWithInstance')) - if DataDisks[i].get('PerformanceLevel') is not None: - self.add_query_param('DataDisk.' + str(i + 1) + '.PerformanceLevel' , DataDisks[i].get('PerformanceLevel')) - if DataDisks[i].get('AutoSnapshotPolicyId') is not None: - self.add_query_param('DataDisk.' + str(i + 1) + '.AutoSnapshotPolicyId' , DataDisks[i].get('AutoSnapshotPolicyId')) - - - def get_LaunchTemplateVersion(self): - return self.get_query_params().get('LaunchTemplateVersion') - - def set_LaunchTemplateVersion(self,LaunchTemplateVersion): - self.add_query_param('LaunchTemplateVersion',LaunchTemplateVersion) - - def get_StorageSetId(self): - return self.get_query_params().get('StorageSetId') - - def set_StorageSetId(self,StorageSetId): - self.add_query_param('StorageSetId',StorageSetId) - - def get_SystemDiskSize(self): - return self.get_query_params().get('SystemDisk.Size') - - def set_SystemDiskSize(self,SystemDiskSize): - self.add_query_param('SystemDisk.Size',SystemDiskSize) - - def get_SystemDiskDescription(self): - return self.get_query_params().get('SystemDisk.Description') - - def set_SystemDiskDescription(self,SystemDiskDescription): - self.add_query_param('SystemDisk.Description',SystemDiskDescription) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/StartInstanceRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/StartInstanceRequest.py deleted file mode 100644 index 92e2949fe6..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/StartInstanceRequest.py +++ /dev/null @@ -1,73 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest - -class StartInstanceRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'StartInstance','ecs') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_SourceRegionId(self): - return self.get_query_params().get('SourceRegionId') - - def set_SourceRegionId(self,SourceRegionId): - self.add_query_param('SourceRegionId',SourceRegionId) - - def get_InitLocalDisk(self): - return self.get_query_params().get('InitLocalDisk') - - def set_InitLocalDisk(self,InitLocalDisk): - self.add_query_param('InitLocalDisk',InitLocalDisk) - - def get_DryRun(self): - return self.get_query_params().get('DryRun') - - def set_DryRun(self,DryRun): - self.add_query_param('DryRun',DryRun) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_InstanceId(self): - return self.get_query_params().get('InstanceId') - - def set_InstanceId(self,InstanceId): - self.add_query_param('InstanceId',InstanceId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/StopInstanceRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/StopInstanceRequest.py deleted file mode 100644 index 0d18b76675..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/StopInstanceRequest.py +++ /dev/null @@ -1,79 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest - -class StopInstanceRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'StopInstance','ecs') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_StoppedMode(self): - return self.get_query_params().get('StoppedMode') - - def set_StoppedMode(self,StoppedMode): - self.add_query_param('StoppedMode',StoppedMode) - - def get_ForceStop(self): - return self.get_query_params().get('ForceStop') - - def set_ForceStop(self,ForceStop): - self.add_query_param('ForceStop',ForceStop) - - def get_ConfirmStop(self): - return self.get_query_params().get('ConfirmStop') - - def set_ConfirmStop(self,ConfirmStop): - self.add_query_param('ConfirmStop',ConfirmStop) - - def get_DryRun(self): - return self.get_query_params().get('DryRun') - - def set_DryRun(self,DryRun): - self.add_query_param('DryRun',DryRun) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_InstanceId(self): - return self.get_query_params().get('InstanceId') - - def set_InstanceId(self,InstanceId): - self.add_query_param('InstanceId',InstanceId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/StopInvocationRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/StopInvocationRequest.py deleted file mode 100644 index 72dc512b6b..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/StopInvocationRequest.py +++ /dev/null @@ -1,63 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest - -class StopInvocationRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'StopInvocation','ecs') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_InvokeId(self): - return self.get_query_params().get('InvokeId') - - def set_InvokeId(self,InvokeId): - self.add_query_param('InvokeId',InvokeId) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_InstanceIds(self): - return self.get_query_params().get('InstanceIds') - - def set_InstanceIds(self,InstanceIds): - for i in range(len(InstanceIds)): - if InstanceIds[i] is not None: - self.add_query_param('InstanceId.' + str(i + 1) , InstanceIds[i]); \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/TagResourcesRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/TagResourcesRequest.py deleted file mode 100644 index cd5e460af5..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/TagResourcesRequest.py +++ /dev/null @@ -1,68 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest - -class TagResourcesRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'TagResources','ecs') - - def get_Tags(self): - return self.get_query_params().get('Tags') - - def set_Tags(self,Tags): - for i in range(len(Tags)): - if Tags[i].get('Key') is not None: - self.add_query_param('Tag.' + str(i + 1) + '.Key' , Tags[i].get('Key')) - if Tags[i].get('Value') is not None: - self.add_query_param('Tag.' + str(i + 1) + '.Value' , Tags[i].get('Value')) - - - def get_ResourceIds(self): - return self.get_query_params().get('ResourceIds') - - def set_ResourceIds(self,ResourceIds): - for i in range(len(ResourceIds)): - if ResourceIds[i] is not None: - self.add_query_param('ResourceId.' + str(i + 1) , ResourceIds[i]); - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_ResourceType(self): - return self.get_query_params().get('ResourceType') - - def set_ResourceType(self,ResourceType): - self.add_query_param('ResourceType',ResourceType) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/TerminatePhysicalConnectionRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/TerminatePhysicalConnectionRequest.py deleted file mode 100644 index 8c8187a025..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/TerminatePhysicalConnectionRequest.py +++ /dev/null @@ -1,67 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest - -class TerminatePhysicalConnectionRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'TerminatePhysicalConnection','ecs') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_ClientToken(self): - return self.get_query_params().get('ClientToken') - - def set_ClientToken(self,ClientToken): - self.add_query_param('ClientToken',ClientToken) - - def get_UserCidr(self): - return self.get_query_params().get('UserCidr') - - def set_UserCidr(self,UserCidr): - self.add_query_param('UserCidr',UserCidr) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_PhysicalConnectionId(self): - return self.get_query_params().get('PhysicalConnectionId') - - def set_PhysicalConnectionId(self,PhysicalConnectionId): - self.add_query_param('PhysicalConnectionId',PhysicalConnectionId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/TerminateVirtualBorderRouterRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/TerminateVirtualBorderRouterRequest.py deleted file mode 100644 index 955695fabc..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/TerminateVirtualBorderRouterRequest.py +++ /dev/null @@ -1,67 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest - -class TerminateVirtualBorderRouterRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'TerminateVirtualBorderRouter','ecs') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_ClientToken(self): - return self.get_query_params().get('ClientToken') - - def set_ClientToken(self,ClientToken): - self.add_query_param('ClientToken',ClientToken) - - def get_VbrId(self): - return self.get_query_params().get('VbrId') - - def set_VbrId(self,VbrId): - self.add_query_param('VbrId',VbrId) - - def get_UserCidr(self): - return self.get_query_params().get('UserCidr') - - def set_UserCidr(self,UserCidr): - self.add_query_param('UserCidr',UserCidr) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/UnassignIpv6AddressesRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/UnassignIpv6AddressesRequest.py deleted file mode 100644 index a6e47eedaa..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/UnassignIpv6AddressesRequest.py +++ /dev/null @@ -1,63 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest - -class UnassignIpv6AddressesRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'UnassignIpv6Addresses','ecs') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_NetworkInterfaceId(self): - return self.get_query_params().get('NetworkInterfaceId') - - def set_NetworkInterfaceId(self,NetworkInterfaceId): - self.add_query_param('NetworkInterfaceId',NetworkInterfaceId) - - def get_Ipv6Addresss(self): - return self.get_query_params().get('Ipv6Addresss') - - def set_Ipv6Addresss(self,Ipv6Addresss): - for i in range(len(Ipv6Addresss)): - if Ipv6Addresss[i] is not None: - self.add_query_param('Ipv6Address.' + str(i + 1) , Ipv6Addresss[i]); \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/UnassignPrivateIpAddressesRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/UnassignPrivateIpAddressesRequest.py deleted file mode 100644 index cc35ea5125..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/UnassignPrivateIpAddressesRequest.py +++ /dev/null @@ -1,63 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest - -class UnassignPrivateIpAddressesRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'UnassignPrivateIpAddresses','ecs') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_PrivateIpAddresss(self): - return self.get_query_params().get('PrivateIpAddresss') - - def set_PrivateIpAddresss(self,PrivateIpAddresss): - for i in range(len(PrivateIpAddresss)): - if PrivateIpAddresss[i] is not None: - self.add_query_param('PrivateIpAddress.' + str(i + 1) , PrivateIpAddresss[i]); - - def get_NetworkInterfaceId(self): - return self.get_query_params().get('NetworkInterfaceId') - - def set_NetworkInterfaceId(self,NetworkInterfaceId): - self.add_query_param('NetworkInterfaceId',NetworkInterfaceId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/UnassociateEipAddressRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/UnassociateEipAddressRequest.py deleted file mode 100644 index b0caaa5185..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/UnassociateEipAddressRequest.py +++ /dev/null @@ -1,67 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest - -class UnassociateEipAddressRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'UnassociateEipAddress','ecs') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_AllocationId(self): - return self.get_query_params().get('AllocationId') - - def set_AllocationId(self,AllocationId): - self.add_query_param('AllocationId',AllocationId) - - def get_InstanceType(self): - return self.get_query_params().get('InstanceType') - - def set_InstanceType(self,InstanceType): - self.add_query_param('InstanceType',InstanceType) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_InstanceId(self): - return self.get_query_params().get('InstanceId') - - def set_InstanceId(self,InstanceId): - self.add_query_param('InstanceId',InstanceId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/UnassociateHaVipRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/UnassociateHaVipRequest.py deleted file mode 100644 index 339d51110d..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/UnassociateHaVipRequest.py +++ /dev/null @@ -1,73 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest - -class UnassociateHaVipRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'UnassociateHaVip','ecs') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_ClientToken(self): - return self.get_query_params().get('ClientToken') - - def set_ClientToken(self,ClientToken): - self.add_query_param('ClientToken',ClientToken) - - def get_HaVipId(self): - return self.get_query_params().get('HaVipId') - - def set_HaVipId(self,HaVipId): - self.add_query_param('HaVipId',HaVipId) - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_InstanceId(self): - return self.get_query_params().get('InstanceId') - - def set_InstanceId(self,InstanceId): - self.add_query_param('InstanceId',InstanceId) - - def get_Force(self): - return self.get_query_params().get('Force') - - def set_Force(self,Force): - self.add_query_param('Force',Force) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/UntagResourcesRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/UntagResourcesRequest.py deleted file mode 100644 index f4564da21c..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/UntagResourcesRequest.py +++ /dev/null @@ -1,77 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest - -class UntagResourcesRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'UntagResources','ecs') - - def get_ResourceOwnerId(self): - return self.get_query_params().get('ResourceOwnerId') - - def set_ResourceOwnerId(self,ResourceOwnerId): - self.add_query_param('ResourceOwnerId',ResourceOwnerId) - - def get_All(self): - return self.get_query_params().get('All') - - def set_All(self,All): - self.add_query_param('All',All) - - def get_ResourceIds(self): - return self.get_query_params().get('ResourceIds') - - def set_ResourceIds(self,ResourceIds): - for i in range(len(ResourceIds)): - if ResourceIds[i] is not None: - self.add_query_param('ResourceId.' + str(i + 1) , ResourceIds[i]); - - def get_ResourceOwnerAccount(self): - return self.get_query_params().get('ResourceOwnerAccount') - - def set_ResourceOwnerAccount(self,ResourceOwnerAccount): - self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) - - def get_OwnerAccount(self): - return self.get_query_params().get('OwnerAccount') - - def set_OwnerAccount(self,OwnerAccount): - self.add_query_param('OwnerAccount',OwnerAccount) - - def get_OwnerId(self): - return self.get_query_params().get('OwnerId') - - def set_OwnerId(self,OwnerId): - self.add_query_param('OwnerId',OwnerId) - - def get_ResourceType(self): - return self.get_query_params().get('ResourceType') - - def set_ResourceType(self,ResourceType): - self.add_query_param('ResourceType',ResourceType) - - def get_TagKeys(self): - return self.get_query_params().get('TagKeys') - - def set_TagKeys(self,TagKeys): - for i in range(len(TagKeys)): - if TagKeys[i] is not None: - self.add_query_param('TagKey.' + str(i + 1) , TagKeys[i]); \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20200129/CreateInstanceRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20200129/CreateInstanceRequest.py new file mode 100644 index 0000000000..7f13b4048f --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20200129/CreateInstanceRequest.py @@ -0,0 +1,27 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RoaRequest + +class CreateInstanceRequest(RoaRequest): + + def __init__(self): + RoaRequest.__init__(self, 'Ecs', '2020-01-29', 'CreateInstance') + self.set_uri_pattern('/') + self.set_method('POST') \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/__init__.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20200129/__init__.py similarity index 100% rename from aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/__init__.py rename to aliyun-python-sdk-ecs/aliyunsdkecs/request/v20200129/__init__.py diff --git a/aliyun-python-sdk-ecs/setup.cfg b/aliyun-python-sdk-ecs/setup.cfg new file mode 100644 index 0000000000..f091bdf4a4 --- /dev/null +++ b/aliyun-python-sdk-ecs/setup.cfg @@ -0,0 +1,5 @@ +[metadata] +license_file = LICENSE + +[bdist_wheel] +universal = 1 diff --git a/aliyun-python-sdk-ecs/setup.py b/aliyun-python-sdk-ecs/setup.py index 6f69a940a2..dff47b1829 100644 --- a/aliyun-python-sdk-ecs/setup.py +++ b/aliyun-python-sdk-ecs/setup.py @@ -31,7 +31,7 @@ """ PACKAGE = "aliyunsdkecs" -NAME = "aliyun-python-sdk-ecs" +NAME = "aliyun-python-sdk-ecs-test" DESCRIPTION = "The ecs module of Aliyun Python sdk." AUTHOR = "Aliyun" AUTHOR_EMAIL = "aliyun-developers-efficiency@list.alibaba-inc.com" From 258ec300aa8444087fa1ec9a32288cc19f3f751a Mon Sep 17 00:00:00 2001 From: sdk-team Date: Mon, 25 Jan 2021 10:54:44 +0000 Subject: [PATCH 268/282] Generated 2014-05-26 for Ecs. --- aliyun-python-sdk-ecs/ChangeLog.txt | 3 + .../AcceptInquiredSystemEventRequest.py | 56 ++ .../ActivateRouterInterfaceRequest.py | 50 ++ .../AddBandwidthPackageIpsRequest.py | 68 +++ .../request/v20140526/AddTagsRequest.py | 66 +++ .../AllocateDedicatedHostsRequest.py | 174 ++++++ .../v20140526/AllocateEipAddressRequest.py | 80 +++ .../AllocatePublicIpAddressRequest.py | 68 +++ .../ApplyAutoSnapshotPolicyRequest.py | 56 ++ .../v20140526/AssignIpv6AddressesRequest.py | 70 +++ .../AssignPrivateIpAddressesRequest.py | 76 +++ .../v20140526/AssociateEipAddressRequest.py | 68 +++ .../v20140526/AssociateHaVipRequest.py | 68 +++ .../v20140526/AttachClassicLinkVpcRequest.py | 56 ++ .../request/v20140526/AttachDiskRequest.py | 92 +++ .../v20140526/AttachInstanceRamRoleRequest.py | 62 ++ .../request/v20140526/AttachKeyPairRequest.py | 56 ++ .../AttachNetworkInterfaceRequest.py | 74 +++ .../AuthorizeSecurityGroupEgressRequest.py | 146 +++++ .../AuthorizeSecurityGroupRequest.py | 146 +++++ .../CancelAutoSnapshotPolicyRequest.py | 50 ++ .../v20140526/CancelCopyImageRequest.py | 56 ++ .../CancelImagePipelineExecutionRequest.py | 66 +++ .../CancelPhysicalConnectionRequest.py | 68 +++ .../CancelSimulatedSystemEventsRequest.py | 58 ++ .../request/v20140526/CancelTaskRequest.py | 50 ++ .../ConnectRouterInterfaceRequest.py | 50 ++ .../ConvertNatPublicIpToEipRequest.py | 50 ++ .../request/v20140526/CopyImageRequest.py | 108 ++++ .../request/v20140526/CopySnapshotRequest.py | 90 +++ .../v20140526/CreateActivationRequest.py | 80 +++ .../CreateAutoProvisioningGroupRequest.py | 370 ++++++++++++ .../CreateAutoSnapshotPolicyRequest.py | 96 ++++ .../CreateCapacityReservationRequest.py | 118 ++++ .../request/v20140526/CreateCommandRequest.py | 92 +++ .../CreateDedicatedHostClusterRequest.py | 90 +++ .../request/v20140526/CreateDemandRequest.py | 116 ++++ .../v20140526/CreateDeploymentSetRequest.py | 98 ++++ .../request/v20140526/CreateDiskRequest.py | 168 ++++++ .../CreateElasticityAssuranceRequest.py | 126 ++++ .../v20140526/CreateForwardEntryRequest.py | 86 +++ .../request/v20140526/CreateHaVipRequest.py | 74 +++ .../v20140526/CreateHpcClusterRequest.py | 68 +++ .../v20140526/CreateImageComponentRequest.py | 102 ++++ .../v20140526/CreateImagePipelineRequest.py | 154 +++++ .../request/v20140526/CreateImageRequest.py | 134 +++++ .../v20140526/CreateInstanceRequest.py | 442 ++++++++++++++ .../request/v20140526/CreateKeyPairRequest.py | 66 +++ .../v20140526/CreateLaunchTemplateRequest.py | 362 ++++++++++++ .../CreateLaunchTemplateVersionRequest.py | 352 ++++++++++++ .../v20140526/CreateNatGatewayRequest.py | 86 +++ ...CreateNetworkInterfacePermissionRequest.py | 68 +++ .../CreateNetworkInterfaceRequest.py | 148 +++++ .../CreatePhysicalConnectionRequest.py | 122 ++++ .../v20140526/CreateRouteEntryRequest.py | 90 +++ .../v20140526/CreateRouterInterfaceRequest.py | 176 ++++++ .../v20140526/CreateSecurityGroupRequest.py | 102 ++++ .../CreateSimulatedSystemEventsRequest.py | 70 +++ .../v20140526/CreateSnapshotGroupRequest.py | 88 +++ .../v20140526/CreateSnapshotRequest.py | 114 ++++ .../v20140526/CreateStorageSetRequest.py | 80 +++ .../request/v20140526/CreateVSwitchRequest.py | 86 +++ .../CreateVirtualBorderRouterRequest.py | 116 ++++ .../request/v20140526/CreateVpcRequest.py | 80 +++ .../DeactivateRouterInterfaceRequest.py | 50 ++ .../v20140526/DeleteActivationRequest.py | 56 ++ .../DeleteAutoProvisioningGroupRequest.py | 62 ++ .../DeleteAutoSnapshotPolicyRequest.py | 50 ++ .../DeleteBandwidthPackageRequest.py | 56 ++ .../request/v20140526/DeleteCommandRequest.py | 56 ++ .../DeleteDedicatedHostClusterRequest.py | 56 ++ .../request/v20140526/DeleteDemandRequest.py | 68 +++ .../v20140526/DeleteDeploymentSetRequest.py | 56 ++ .../request/v20140526/DeleteDiskRequest.py | 56 ++ .../v20140526/DeleteForwardEntryRequest.py | 62 ++ .../request/v20140526/DeleteHaVipRequest.py | 62 ++ .../v20140526/DeleteHpcClusterRequest.py | 62 ++ .../v20140526/DeleteImageComponentRequest.py | 66 +++ .../v20140526/DeleteImagePipelineRequest.py | 66 +++ .../request/v20140526/DeleteImageRequest.py | 62 ++ .../v20140526/DeleteInstanceRequest.py | 68 +++ .../v20140526/DeleteInstancesRequest.py | 82 +++ .../v20140526/DeleteKeyPairsRequest.py | 50 ++ .../v20140526/DeleteLaunchTemplateRequest.py | 62 ++ .../DeleteLaunchTemplateVersionRequest.py | 70 +++ .../v20140526/DeleteNatGatewayRequest.py | 56 ++ ...DeleteNetworkInterfacePermissionRequest.py | 62 ++ .../DeleteNetworkInterfaceRequest.py | 56 ++ .../DeletePhysicalConnectionRequest.py | 62 ++ .../v20140526/DeleteRouteEntryRequest.py | 78 +++ .../v20140526/DeleteRouterInterfaceRequest.py | 68 +++ .../v20140526/DeleteSecurityGroupRequest.py | 56 ++ .../v20140526/DeleteSnapshotGroupRequest.py | 56 ++ .../v20140526/DeleteSnapshotRequest.py | 62 ++ .../v20140526/DeleteStorageSetRequest.py | 62 ++ .../request/v20140526/DeleteVSwitchRequest.py | 56 ++ .../DeleteVirtualBorderRouterRequest.py | 68 +++ .../request/v20140526/DeleteVpcRequest.py | 56 ++ .../DeregisterManagedInstanceRequest.py | 56 ++ .../v20140526/DescribeAccessPointsRequest.py | 74 +++ .../DescribeAccountAttributesRequest.py | 58 ++ .../v20140526/DescribeActivationsRequest.py | 74 +++ ...ribeAutoProvisioningGroupHistoryRequest.py | 80 +++ ...beAutoProvisioningGroupInstancesRequest.py | 68 +++ .../DescribeAutoProvisioningGroupsRequest.py | 84 +++ .../DescribeAutoSnapshotPolicyExRequest.py | 78 +++ .../DescribeAvailableResourceRequest.py | 140 +++++ .../DescribeBandwidthLimitationRequest.py | 80 +++ .../DescribeBandwidthPackagesRequest.py | 74 +++ ...ribeCapacityReservationInstancesRequest.py | 68 +++ .../DescribeCapacityReservationsRequest.py | 98 ++++ .../DescribeClassicLinkInstancesRequest.py | 68 +++ .../DescribeCloudAssistantStatusRequest.py | 58 ++ .../v20140526/DescribeClustersRequest.py | 50 ++ .../v20140526/DescribeCommandsRequest.py | 98 ++++ .../DescribeDedicatedHostAutoRenewRequest.py | 56 ++ .../DescribeDedicatedHostClustersRequest.py | 108 ++++ .../DescribeDedicatedHostTypesRequest.py | 62 ++ .../DescribeDedicatedHostsRequest.py | 114 ++++ .../v20140526/DescribeDemandsRequest.py | 122 ++++ ...ntSetSupportedInstanceTypeFamilyRequest.py | 50 ++ .../DescribeDeploymentSetsRequest.py | 98 ++++ .../DescribeDiskMonitorDataRequest.py | 74 +++ .../DescribeDisksFullStatusRequest.py | 108 ++++ .../request/v20140526/DescribeDisksRequest.py | 242 ++++++++ .../v20140526/DescribeEipAddressesRequest.py | 134 +++++ .../DescribeEipMonitorDataRequest.py | 74 +++ ...ribeElasticityAssuranceInstancesRequest.py | 68 +++ .../DescribeElasticityAssurancesRequest.py | 98 ++++ .../DescribeEniMonitorDataRequest.py | 80 +++ .../DescribeForwardTableEntriesRequest.py | 74 +++ .../v20140526/DescribeHaVipsRequest.py | 74 +++ .../v20140526/DescribeHpcClustersRequest.py | 74 +++ .../DescribeImageComponentsRequest.py | 92 +++ .../DescribeImageFromFamilyRequest.py | 56 ++ .../DescribeImagePipelineExecutionsRequest.py | 90 +++ .../DescribeImagePipelinesRequest.py | 92 +++ .../DescribeImageSharePermissionRequest.py | 68 +++ ...escribeImageSupportInstanceTypesRequest.py | 66 +++ .../v20140526/DescribeImagesRequest.py | 178 ++++++ ...ribeInstanceAttachmentAttributesRequest.py | 68 +++ .../DescribeInstanceAttributeRequest.py | 56 ++ ...scribeInstanceAutoRenewAttributeRequest.py | 74 +++ .../DescribeInstanceHistoryEventsRequest.py | 134 +++++ ...ibeInstanceMaintenanceAttributesRequest.py | 70 +++ .../DescribeInstanceMonitorDataRequest.py | 74 +++ .../DescribeInstanceRamRoleRequest.py | 68 +++ .../DescribeInstanceStatusRequest.py | 82 +++ .../DescribeInstanceTopologyRequest.py | 50 ++ .../DescribeInstanceTypeFamiliesRequest.py | 56 ++ .../v20140526/DescribeInstanceTypesRequest.py | 64 +++ .../DescribeInstanceVncPasswdRequest.py | 56 ++ .../DescribeInstanceVncUrlRequest.py | 56 ++ .../DescribeInstancesFullStatusRequest.py | 128 +++++ .../v20140526/DescribeInstancesRequest.py | 314 ++++++++++ .../DescribeInvocationResultsRequest.py | 98 ++++ .../v20140526/DescribeInvocationsRequest.py | 116 ++++ .../v20140526/DescribeKeyPairsRequest.py | 84 +++ .../DescribeLaunchTemplateVersionsRequest.py | 106 ++++ .../DescribeLaunchTemplatesRequest.py | 94 +++ .../v20140526/DescribeLimitationRequest.py | 56 ++ .../DescribeManagedInstancesRequest.py | 94 +++ .../v20140526/DescribeNatGatewaysRequest.py | 74 +++ ...escribeNetworkInterfaceAttributeRequest.py | 72 +++ ...cribeNetworkInterfacePermissionsRequest.py | 76 +++ .../DescribeNetworkInterfacesRequest.py | 160 ++++++ ...DescribeNewProjectEipMonitorDataRequest.py | 74 +++ .../DescribePhysicalConnectionsRequest.py | 86 +++ .../request/v20140526/DescribePriceRequest.py | 256 +++++++++ .../DescribeRecommendInstanceTypeRequest.py | 136 +++++ .../v20140526/DescribeRegionsRequest.py | 68 +++ .../v20140526/DescribeRenewalPriceRequest.py | 74 +++ .../DescribeReservedInstancesRequest.py | 136 +++++ .../DescribeResourceByTagsRequest.py | 72 +++ .../DescribeResourcesModificationRequest.py | 92 +++ .../v20140526/DescribeRouteTablesRequest.py | 92 +++ .../DescribeRouterInterfacesRequest.py | 68 +++ .../DescribeSecurityGroupAttributeRequest.py | 68 +++ .../DescribeSecurityGroupReferencesRequest.py | 58 ++ .../DescribeSecurityGroupsRequest.py | 132 +++++ .../DescribeSendFileResultsRequest.py | 80 +++ .../DescribeSnapshotGroupsRequest.py | 90 +++ .../v20140526/DescribeSnapshotLinksRequest.py | 80 +++ .../DescribeSnapshotMonitorDataRequest.py | 74 +++ .../DescribeSnapshotPackageRequest.py | 62 ++ .../v20140526/DescribeSnapshotsRequest.py | 192 +++++++ .../DescribeSnapshotsUsageRequest.py | 50 ++ .../v20140526/DescribeSpotAdviceRequest.py | 112 ++++ .../DescribeSpotPriceHistoryRequest.py | 104 ++++ .../DescribeStorageCapacityUnitsRequest.py | 96 ++++ .../DescribeStorageSetDetailsRequest.py | 86 +++ .../v20140526/DescribeStorageSetsRequest.py | 86 +++ .../request/v20140526/DescribeTagsRequest.py | 84 +++ .../v20140526/DescribeTaskAttributeRequest.py | 50 ++ .../request/v20140526/DescribeTasksRequest.py | 92 +++ .../DescribeUserBusinessBehaviorRequest.py | 56 ++ .../v20140526/DescribeUserDataRequest.py | 50 ++ .../v20140526/DescribeVRoutersRequest.py | 68 +++ .../v20140526/DescribeVSwitchesRequest.py | 86 +++ ...rderRoutersForPhysicalConnectionRequest.py | 74 +++ .../DescribeVirtualBorderRoutersRequest.py | 68 +++ .../request/v20140526/DescribeVpcsRequest.py | 74 +++ .../request/v20140526/DescribeZonesRequest.py | 74 +++ .../v20140526/DetachClassicLinkVpcRequest.py | 56 ++ .../request/v20140526/DetachDiskRequest.py | 68 +++ .../v20140526/DetachInstanceRamRoleRequest.py | 56 ++ .../request/v20140526/DetachKeyPairRequest.py | 56 ++ .../DetachNetworkInterfaceRequest.py | 68 +++ .../v20140526/DisableActivationRequest.py | 56 ++ .../request/v20140526/EipFillParamsRequest.py | 68 +++ .../v20140526/EipFillProductRequest.py | 68 +++ .../request/v20140526/EipNotifyPaidRequest.py | 68 +++ .../EnablePhysicalConnectionRequest.py | 68 +++ .../request/v20140526/ExportImageRequest.py | 74 +++ .../v20140526/ExportSnapshotRequest.py | 62 ++ .../GetInstanceConsoleOutputRequest.py | 62 ++ .../v20140526/GetInstanceScreenshotRequest.py | 62 ++ .../request/v20140526/ImportImageRequest.py | 126 ++++ .../request/v20140526/ImportKeyPairRequest.py | 72 +++ .../v20140526/ImportSnapshotRequest.py | 68 +++ .../v20140526/InstallCloudAssistantRequest.py | 58 ++ .../request/v20140526/InvokeCommandRequest.py | 88 +++ .../v20140526/JoinResourceGroupRequest.py | 68 +++ .../v20140526/JoinSecurityGroupRequest.py | 68 +++ .../v20140526/LeaveSecurityGroupRequest.py | 68 +++ .../v20140526/ListTagResourcesRequest.py | 92 +++ .../ModifyAutoProvisioningGroupRequest.py | 120 ++++ .../ModifyAutoSnapshotPolicyExRequest.py | 92 +++ .../ModifyAutoSnapshotPolicyRequest.py | 98 ++++ .../ModifyBandwidthPackageSpecRequest.py | 62 ++ .../ModifyCapacityReservationRequest.py | 98 ++++ .../request/v20140526/ModifyCommandRequest.py | 86 +++ .../ModifyDedicatedHostAttributeRequest.py | 104 ++++ ...difyDedicatedHostAutoReleaseTimeRequest.py | 62 ++ ...yDedicatedHostAutoRenewAttributeRequest.py | 80 +++ ...ifyDedicatedHostClusterAttributeRequest.py | 68 +++ .../ModifyDedicatedHostsChargeTypeRequest.py | 98 ++++ .../request/v20140526/ModifyDemandRequest.py | 122 ++++ .../ModifyDeploymentSetAttributeRequest.py | 68 +++ .../v20140526/ModifyDiskAttributeRequest.py | 94 +++ .../v20140526/ModifyDiskChargeTypeRequest.py | 80 +++ .../v20140526/ModifyDiskSpecRequest.py | 74 +++ .../ModifyEipAddressAttributeRequest.py | 62 ++ .../ModifyElasticityAssuranceRequest.py | 68 +++ .../v20140526/ModifyForwardEntryRequest.py | 92 +++ .../v20140526/ModifyHaVipAttributeRequest.py | 68 +++ .../ModifyHpcClusterAttributeRequest.py | 74 +++ .../v20140526/ModifyImageAttributeRequest.py | 92 +++ .../ModifyImageShareGroupPermissionRequest.py | 68 +++ .../ModifyImageSharePermissionRequest.py | 78 +++ ...difyInstanceAttachmentAttributesRequest.py | 68 +++ .../ModifyInstanceAttributeRequest.py | 118 ++++ .../ModifyInstanceAutoReleaseTimeRequest.py | 62 ++ ...ModifyInstanceAutoRenewAttributeRequest.py | 80 +++ .../ModifyInstanceChargeTypeRequest.py | 104 ++++ .../ModifyInstanceDeploymentRequest.py | 110 ++++ ...ifyInstanceMaintenanceAttributesRequest.py | 74 +++ .../ModifyInstanceMetadataOptionsRequest.py | 68 +++ .../ModifyInstanceNetworkSpecRequest.py | 110 ++++ .../v20140526/ModifyInstanceSpecRequest.py | 116 ++++ .../ModifyInstanceVncPasswdRequest.py | 62 ++ .../ModifyInstanceVpcAttributeRequest.py | 82 +++ ...difyLaunchTemplateDefaultVersionRequest.py | 68 +++ .../v20140526/ModifyManagedInstanceRequest.py | 62 ++ .../ModifyNetworkInterfaceAttributeRequest.py | 82 +++ ...odifyPhysicalConnectionAttributeRequest.py | 116 ++++ .../ModifyPrepayInstanceSpecRequest.py | 110 ++++ .../ModifyReservedInstanceAttributeRequest.py | 68 +++ .../ModifyReservedInstancesRequest.py | 74 +++ .../ModifyRouterInterfaceAttributeRequest.py | 98 ++++ .../ModifyRouterInterfaceSpecRequest.py | 74 +++ .../ModifySecurityGroupAttributeRequest.py | 68 +++ .../ModifySecurityGroupEgressRuleRequest.py | 146 +++++ .../ModifySecurityGroupPolicyRequest.py | 68 +++ .../ModifySecurityGroupRuleRequest.py | 146 +++++ .../ModifySnapshotAttributeRequest.py | 74 +++ .../v20140526/ModifySnapshotGroupRequest.py | 68 +++ ...difyStorageCapacityUnitAttributeRequest.py | 68 +++ .../ModifyStorageSetAttributeRequest.py | 74 +++ .../ModifyUserBusinessBehaviorRequest.py | 62 ++ .../ModifyVRouterAttributeRequest.py | 68 +++ .../ModifyVSwitchAttributeRequest.py | 68 +++ ...difyVirtualBorderRouterAttributeRequest.py | 110 ++++ .../v20140526/ModifyVpcAttributeRequest.py | 80 +++ ...urchaseReservedInstancesOfferingRequest.py | 132 +++++ .../PurchaseStorageCapacityUnitRequest.py | 104 ++++ .../v20140526/ReActivateInstancesRequest.py | 56 ++ .../request/v20140526/ReInitDiskRequest.py | 80 +++ .../v20140526/RebootInstanceRequest.py | 68 +++ .../v20140526/RebootInstancesRequest.py | 76 +++ .../RecoverVirtualBorderRouterRequest.py | 68 +++ .../v20140526/RedeployDedicatedHostRequest.py | 56 ++ .../v20140526/RedeployInstanceRequest.py | 62 ++ .../ReleaseCapacityReservationRequest.py | 62 ++ .../v20140526/ReleaseDedicatedHostRequest.py | 56 ++ .../v20140526/ReleaseEipAddressRequest.py | 56 ++ .../ReleasePublicIpAddressRequest.py | 62 ++ .../RemoveBandwidthPackageIpsRequest.py | 70 +++ .../request/v20140526/RemoveTagsRequest.py | 66 +++ .../v20140526/RenewDedicatedHostsRequest.py | 74 +++ .../request/v20140526/RenewInstanceRequest.py | 74 +++ .../v20140526/ReplaceSystemDiskRequest.py | 122 ++++ .../v20140526/ReportInstancesStatusRequest.py | 104 ++++ .../request/v20140526/ResetDiskRequest.py | 62 ++ .../request/v20140526/ResetDisksRequest.py | 60 ++ .../request/v20140526/ResizeDiskRequest.py | 74 +++ .../RevokeSecurityGroupEgressRequest.py | 146 +++++ .../v20140526/RevokeSecurityGroupRequest.py | 146 +++++ .../request/v20140526/RunCommandRequest.py | 136 +++++ .../request/v20140526/RunInstancesRequest.py | 542 ++++++++++++++++++ .../request/v20140526/SendFileRequest.py | 118 ++++ .../StartElasticityAssuranceRequest.py | 56 ++ .../StartImagePipelineExecutionRequest.py | 72 +++ .../request/v20140526/StartInstanceRequest.py | 74 +++ .../v20140526/StartInstancesRequest.py | 70 +++ .../request/v20140526/StopInstanceRequest.py | 80 +++ .../request/v20140526/StopInstancesRequest.py | 82 +++ .../v20140526/StopInvocationRequest.py | 64 +++ .../request/v20140526/TagResourcesRequest.py | 68 +++ .../TerminatePhysicalConnectionRequest.py | 68 +++ .../TerminateVirtualBorderRouterRequest.py | 68 +++ .../v20140526/UnassignIpv6AddressesRequest.py | 64 +++ .../UnassignPrivateIpAddressesRequest.py | 64 +++ .../v20140526/UnassociateEipAddressRequest.py | 68 +++ .../v20140526/UnassociateHaVipRequest.py | 74 +++ .../v20140526/UntagResourcesRequest.py | 78 +++ .../{v20200129 => v20140526}/__init__.py | 0 .../v20200129/CreateInstanceRequest.py | 27 - 328 files changed, 28511 insertions(+), 27 deletions(-) create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AcceptInquiredSystemEventRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ActivateRouterInterfaceRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AddBandwidthPackageIpsRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AddTagsRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AllocateDedicatedHostsRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AllocateEipAddressRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AllocatePublicIpAddressRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ApplyAutoSnapshotPolicyRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AssignIpv6AddressesRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AssignPrivateIpAddressesRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AssociateEipAddressRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AssociateHaVipRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AttachClassicLinkVpcRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AttachDiskRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AttachInstanceRamRoleRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AttachKeyPairRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AttachNetworkInterfaceRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AuthorizeSecurityGroupEgressRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AuthorizeSecurityGroupRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CancelAutoSnapshotPolicyRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CancelCopyImageRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CancelImagePipelineExecutionRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CancelPhysicalConnectionRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CancelSimulatedSystemEventsRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CancelTaskRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ConnectRouterInterfaceRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ConvertNatPublicIpToEipRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CopyImageRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CopySnapshotRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateActivationRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateAutoProvisioningGroupRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateAutoSnapshotPolicyRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateCapacityReservationRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateCommandRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateDedicatedHostClusterRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateDemandRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateDeploymentSetRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateDiskRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateElasticityAssuranceRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateForwardEntryRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateHaVipRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateHpcClusterRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateImageComponentRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateImagePipelineRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateImageRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateInstanceRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateKeyPairRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateLaunchTemplateRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateLaunchTemplateVersionRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateNatGatewayRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateNetworkInterfacePermissionRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateNetworkInterfaceRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreatePhysicalConnectionRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateRouteEntryRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateRouterInterfaceRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateSecurityGroupRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateSimulatedSystemEventsRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateSnapshotGroupRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateSnapshotRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateStorageSetRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateVSwitchRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateVirtualBorderRouterRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateVpcRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeactivateRouterInterfaceRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteActivationRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteAutoProvisioningGroupRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteAutoSnapshotPolicyRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteBandwidthPackageRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteCommandRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteDedicatedHostClusterRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteDemandRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteDeploymentSetRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteDiskRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteForwardEntryRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteHaVipRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteHpcClusterRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteImageComponentRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteImagePipelineRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteImageRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteInstanceRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteInstancesRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteKeyPairsRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteLaunchTemplateRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteLaunchTemplateVersionRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteNatGatewayRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteNetworkInterfacePermissionRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteNetworkInterfaceRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeletePhysicalConnectionRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteRouteEntryRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteRouterInterfaceRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteSecurityGroupRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteSnapshotGroupRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteSnapshotRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteStorageSetRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteVSwitchRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteVirtualBorderRouterRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteVpcRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeregisterManagedInstanceRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeAccessPointsRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeAccountAttributesRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeActivationsRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeAutoProvisioningGroupHistoryRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeAutoProvisioningGroupInstancesRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeAutoProvisioningGroupsRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeAutoSnapshotPolicyExRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeAvailableResourceRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeBandwidthLimitationRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeBandwidthPackagesRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeCapacityReservationInstancesRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeCapacityReservationsRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeClassicLinkInstancesRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeCloudAssistantStatusRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeClustersRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeCommandsRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeDedicatedHostAutoRenewRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeDedicatedHostClustersRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeDedicatedHostTypesRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeDedicatedHostsRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeDemandsRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeDeploymentSetSupportedInstanceTypeFamilyRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeDeploymentSetsRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeDiskMonitorDataRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeDisksFullStatusRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeDisksRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeEipAddressesRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeEipMonitorDataRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeElasticityAssuranceInstancesRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeElasticityAssurancesRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeEniMonitorDataRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeForwardTableEntriesRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeHaVipsRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeHpcClustersRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeImageComponentsRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeImageFromFamilyRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeImagePipelineExecutionsRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeImagePipelinesRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeImageSharePermissionRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeImageSupportInstanceTypesRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeImagesRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceAttachmentAttributesRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceAttributeRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceAutoRenewAttributeRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceHistoryEventsRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceMaintenanceAttributesRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceMonitorDataRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceRamRoleRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceStatusRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceTopologyRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceTypeFamiliesRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceTypesRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceVncPasswdRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceVncUrlRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstancesFullStatusRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstancesRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInvocationResultsRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInvocationsRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeKeyPairsRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeLaunchTemplateVersionsRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeLaunchTemplatesRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeLimitationRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeManagedInstancesRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeNatGatewaysRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeNetworkInterfaceAttributeRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeNetworkInterfacePermissionsRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeNetworkInterfacesRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeNewProjectEipMonitorDataRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribePhysicalConnectionsRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribePriceRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeRecommendInstanceTypeRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeRegionsRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeRenewalPriceRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeReservedInstancesRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeResourceByTagsRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeResourcesModificationRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeRouteTablesRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeRouterInterfacesRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeSecurityGroupAttributeRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeSecurityGroupReferencesRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeSecurityGroupsRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeSendFileResultsRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeSnapshotGroupsRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeSnapshotLinksRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeSnapshotMonitorDataRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeSnapshotPackageRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeSnapshotsRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeSnapshotsUsageRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeSpotAdviceRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeSpotPriceHistoryRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeStorageCapacityUnitsRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeStorageSetDetailsRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeStorageSetsRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeTagsRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeTaskAttributeRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeTasksRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeUserBusinessBehaviorRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeUserDataRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeVRoutersRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeVSwitchesRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeVirtualBorderRoutersForPhysicalConnectionRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeVirtualBorderRoutersRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeVpcsRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeZonesRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DetachClassicLinkVpcRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DetachDiskRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DetachInstanceRamRoleRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DetachKeyPairRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DetachNetworkInterfaceRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DisableActivationRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/EipFillParamsRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/EipFillProductRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/EipNotifyPaidRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/EnablePhysicalConnectionRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ExportImageRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ExportSnapshotRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/GetInstanceConsoleOutputRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/GetInstanceScreenshotRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ImportImageRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ImportKeyPairRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ImportSnapshotRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/InstallCloudAssistantRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/InvokeCommandRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/JoinResourceGroupRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/JoinSecurityGroupRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/LeaveSecurityGroupRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ListTagResourcesRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyAutoProvisioningGroupRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyAutoSnapshotPolicyExRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyAutoSnapshotPolicyRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyBandwidthPackageSpecRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyCapacityReservationRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyCommandRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyDedicatedHostAttributeRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyDedicatedHostAutoReleaseTimeRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyDedicatedHostAutoRenewAttributeRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyDedicatedHostClusterAttributeRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyDedicatedHostsChargeTypeRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyDemandRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyDeploymentSetAttributeRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyDiskAttributeRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyDiskChargeTypeRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyDiskSpecRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyEipAddressAttributeRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyElasticityAssuranceRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyForwardEntryRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyHaVipAttributeRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyHpcClusterAttributeRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyImageAttributeRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyImageShareGroupPermissionRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyImageSharePermissionRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceAttachmentAttributesRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceAttributeRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceAutoReleaseTimeRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceAutoRenewAttributeRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceChargeTypeRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceDeploymentRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceMaintenanceAttributesRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceMetadataOptionsRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceNetworkSpecRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceSpecRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceVncPasswdRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceVpcAttributeRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyLaunchTemplateDefaultVersionRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyManagedInstanceRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyNetworkInterfaceAttributeRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyPhysicalConnectionAttributeRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyPrepayInstanceSpecRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyReservedInstanceAttributeRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyReservedInstancesRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyRouterInterfaceAttributeRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyRouterInterfaceSpecRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifySecurityGroupAttributeRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifySecurityGroupEgressRuleRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifySecurityGroupPolicyRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifySecurityGroupRuleRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifySnapshotAttributeRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifySnapshotGroupRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyStorageCapacityUnitAttributeRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyStorageSetAttributeRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyUserBusinessBehaviorRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyVRouterAttributeRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyVSwitchAttributeRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyVirtualBorderRouterAttributeRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyVpcAttributeRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/PurchaseReservedInstancesOfferingRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/PurchaseStorageCapacityUnitRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ReActivateInstancesRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ReInitDiskRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RebootInstanceRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RebootInstancesRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RecoverVirtualBorderRouterRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RedeployDedicatedHostRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RedeployInstanceRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ReleaseCapacityReservationRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ReleaseDedicatedHostRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ReleaseEipAddressRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ReleasePublicIpAddressRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RemoveBandwidthPackageIpsRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RemoveTagsRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RenewDedicatedHostsRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RenewInstanceRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ReplaceSystemDiskRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ReportInstancesStatusRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ResetDiskRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ResetDisksRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ResizeDiskRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RevokeSecurityGroupEgressRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RevokeSecurityGroupRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RunCommandRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RunInstancesRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/SendFileRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/StartElasticityAssuranceRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/StartImagePipelineExecutionRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/StartInstanceRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/StartInstancesRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/StopInstanceRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/StopInstancesRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/StopInvocationRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/TagResourcesRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/TerminatePhysicalConnectionRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/TerminateVirtualBorderRouterRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/UnassignIpv6AddressesRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/UnassignPrivateIpAddressesRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/UnassociateEipAddressRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/UnassociateHaVipRequest.py create mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/UntagResourcesRequest.py rename aliyun-python-sdk-ecs/aliyunsdkecs/request/{v20200129 => v20140526}/__init__.py (100%) delete mode 100644 aliyun-python-sdk-ecs/aliyunsdkecs/request/v20200129/CreateInstanceRequest.py diff --git a/aliyun-python-sdk-ecs/ChangeLog.txt b/aliyun-python-sdk-ecs/ChangeLog.txt index 9b54c7afce..e5bce69db3 100644 --- a/aliyun-python-sdk-ecs/ChangeLog.txt +++ b/aliyun-python-sdk-ecs/ChangeLog.txt @@ -1,3 +1,6 @@ +2021-01-25 Version: 1.2.3 +- Generated 2014-05-26 for `Ecs`. + 2021-01-25 Version: 1.2.3 - Generated 2020-01-29 for `Ecs`. diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AcceptInquiredSystemEventRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AcceptInquiredSystemEventRequest.py new file mode 100644 index 0000000000..1bfed2a293 --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AcceptInquiredSystemEventRequest.py @@ -0,0 +1,56 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class AcceptInquiredSystemEventRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'AcceptInquiredSystemEvent') + self.set_method('POST') + + def get_EventId(self): + return self.get_query_params().get('EventId') + + def set_EventId(self,EventId): + self.add_query_param('EventId',EventId) + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ActivateRouterInterfaceRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ActivateRouterInterfaceRequest.py new file mode 100644 index 0000000000..c8c01e8b5b --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ActivateRouterInterfaceRequest.py @@ -0,0 +1,50 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class ActivateRouterInterfaceRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ActivateRouterInterface') + self.set_method('POST') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_RouterInterfaceId(self): + return self.get_query_params().get('RouterInterfaceId') + + def set_RouterInterfaceId(self,RouterInterfaceId): + self.add_query_param('RouterInterfaceId',RouterInterfaceId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AddBandwidthPackageIpsRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AddBandwidthPackageIpsRequest.py new file mode 100644 index 0000000000..d69358c7f6 --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AddBandwidthPackageIpsRequest.py @@ -0,0 +1,68 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class AddBandwidthPackageIpsRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'AddBandwidthPackageIps') + self.set_method('POST') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_ClientToken(self): + return self.get_query_params().get('ClientToken') + + def set_ClientToken(self,ClientToken): + self.add_query_param('ClientToken',ClientToken) + + def get_BandwidthPackageId(self): + return self.get_query_params().get('BandwidthPackageId') + + def set_BandwidthPackageId(self,BandwidthPackageId): + self.add_query_param('BandwidthPackageId',BandwidthPackageId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_IpCount(self): + return self.get_query_params().get('IpCount') + + def set_IpCount(self,IpCount): + self.add_query_param('IpCount',IpCount) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AddTagsRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AddTagsRequest.py new file mode 100644 index 0000000000..5fafc212ea --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AddTagsRequest.py @@ -0,0 +1,66 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class AddTagsRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'AddTags') + self.set_method('POST') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_Tags(self): + return self.get_query_params().get('Tag') + + def set_Tags(self, Tags): + for depth1 in range(len(Tags)): + if Tags[depth1].get('Value') is not None: + self.add_query_param('Tag.' + str(depth1 + 1) + '.Value', Tags[depth1].get('Value')) + if Tags[depth1].get('Key') is not None: + self.add_query_param('Tag.' + str(depth1 + 1) + '.Key', Tags[depth1].get('Key')) + + def get_ResourceId(self): + return self.get_query_params().get('ResourceId') + + def set_ResourceId(self,ResourceId): + self.add_query_param('ResourceId',ResourceId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_ResourceType(self): + return self.get_query_params().get('ResourceType') + + def set_ResourceType(self,ResourceType): + self.add_query_param('ResourceType',ResourceType) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AllocateDedicatedHostsRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AllocateDedicatedHostsRequest.py new file mode 100644 index 0000000000..a025169fa8 --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AllocateDedicatedHostsRequest.py @@ -0,0 +1,174 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class AllocateDedicatedHostsRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'AllocateDedicatedHosts') + self.set_method('POST') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_ClientToken(self): + return self.get_query_params().get('ClientToken') + + def set_ClientToken(self,ClientToken): + self.add_query_param('ClientToken',ClientToken) + + def get_Description(self): + return self.get_query_params().get('Description') + + def set_Description(self,Description): + self.add_query_param('Description',Description) + + def get_CpuOverCommitRatio(self): + return self.get_query_params().get('CpuOverCommitRatio') + + def set_CpuOverCommitRatio(self,CpuOverCommitRatio): + self.add_query_param('CpuOverCommitRatio',CpuOverCommitRatio) + + def get_ResourceGroupId(self): + return self.get_query_params().get('ResourceGroupId') + + def set_ResourceGroupId(self,ResourceGroupId): + self.add_query_param('ResourceGroupId',ResourceGroupId) + + def get_ActionOnMaintenance(self): + return self.get_query_params().get('ActionOnMaintenance') + + def set_ActionOnMaintenance(self,ActionOnMaintenance): + self.add_query_param('ActionOnMaintenance',ActionOnMaintenance) + + def get_DedicatedHostClusterId(self): + return self.get_query_params().get('DedicatedHostClusterId') + + def set_DedicatedHostClusterId(self,DedicatedHostClusterId): + self.add_query_param('DedicatedHostClusterId',DedicatedHostClusterId) + + def get_Tags(self): + return self.get_query_params().get('Tag') + + def set_Tags(self, Tags): + for depth1 in range(len(Tags)): + if Tags[depth1].get('Key') is not None: + self.add_query_param('Tag.' + str(depth1 + 1) + '.Key', Tags[depth1].get('Key')) + if Tags[depth1].get('Value') is not None: + self.add_query_param('Tag.' + str(depth1 + 1) + '.Value', Tags[depth1].get('Value')) + + def get_DedicatedHostType(self): + return self.get_query_params().get('DedicatedHostType') + + def set_DedicatedHostType(self,DedicatedHostType): + self.add_query_param('DedicatedHostType',DedicatedHostType) + + def get_AutoRenewPeriod(self): + return self.get_query_params().get('AutoRenewPeriod') + + def set_AutoRenewPeriod(self,AutoRenewPeriod): + self.add_query_param('AutoRenewPeriod',AutoRenewPeriod) + + def get_Period(self): + return self.get_query_params().get('Period') + + def set_Period(self,Period): + self.add_query_param('Period',Period) + + def get_Quantity(self): + return self.get_query_params().get('Quantity') + + def set_Quantity(self,Quantity): + self.add_query_param('Quantity',Quantity) + + def get_DedicatedHostName(self): + return self.get_query_params().get('DedicatedHostName') + + def set_DedicatedHostName(self,DedicatedHostName): + self.add_query_param('DedicatedHostName',DedicatedHostName) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_AutoReleaseTime(self): + return self.get_query_params().get('AutoReleaseTime') + + def set_AutoReleaseTime(self,AutoReleaseTime): + self.add_query_param('AutoReleaseTime',AutoReleaseTime) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_PeriodUnit(self): + return self.get_query_params().get('PeriodUnit') + + def set_PeriodUnit(self,PeriodUnit): + self.add_query_param('PeriodUnit',PeriodUnit) + + def get_AutoRenew(self): + return self.get_query_params().get('AutoRenew') + + def set_AutoRenew(self,AutoRenew): + self.add_query_param('AutoRenew',AutoRenew) + + def get_NetworkAttributesSlbUdpTimeout(self): + return self.get_query_params().get('NetworkAttributes.SlbUdpTimeout') + + def set_NetworkAttributesSlbUdpTimeout(self,NetworkAttributesSlbUdpTimeout): + self.add_query_param('NetworkAttributes.SlbUdpTimeout',NetworkAttributesSlbUdpTimeout) + + def get_ZoneId(self): + return self.get_query_params().get('ZoneId') + + def set_ZoneId(self,ZoneId): + self.add_query_param('ZoneId',ZoneId) + + def get_AutoPlacement(self): + return self.get_query_params().get('AutoPlacement') + + def set_AutoPlacement(self,AutoPlacement): + self.add_query_param('AutoPlacement',AutoPlacement) + + def get_ChargeType(self): + return self.get_query_params().get('ChargeType') + + def set_ChargeType(self,ChargeType): + self.add_query_param('ChargeType',ChargeType) + + def get_NetworkAttributesUdpTimeout(self): + return self.get_query_params().get('NetworkAttributes.UdpTimeout') + + def set_NetworkAttributesUdpTimeout(self,NetworkAttributesUdpTimeout): + self.add_query_param('NetworkAttributes.UdpTimeout',NetworkAttributesUdpTimeout) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AllocateEipAddressRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AllocateEipAddressRequest.py new file mode 100644 index 0000000000..d2efbc3259 --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AllocateEipAddressRequest.py @@ -0,0 +1,80 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class AllocateEipAddressRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'AllocateEipAddress') + self.set_method('POST') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_ClientToken(self): + return self.get_query_params().get('ClientToken') + + def set_ClientToken(self,ClientToken): + self.add_query_param('ClientToken',ClientToken) + + def get_ISP(self): + return self.get_query_params().get('ISP') + + def set_ISP(self,ISP): + self.add_query_param('ISP',ISP) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_Bandwidth(self): + return self.get_query_params().get('Bandwidth') + + def set_Bandwidth(self,Bandwidth): + self.add_query_param('Bandwidth',Bandwidth) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_ActivityId(self): + return self.get_query_params().get('ActivityId') + + def set_ActivityId(self,ActivityId): + self.add_query_param('ActivityId',ActivityId) + + def get_InternetChargeType(self): + return self.get_query_params().get('InternetChargeType') + + def set_InternetChargeType(self,InternetChargeType): + self.add_query_param('InternetChargeType',InternetChargeType) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AllocatePublicIpAddressRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AllocatePublicIpAddressRequest.py new file mode 100644 index 0000000000..a489442452 --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AllocatePublicIpAddressRequest.py @@ -0,0 +1,68 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class AllocatePublicIpAddressRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'AllocatePublicIpAddress') + self.set_method('POST') + + def get_IpAddress(self): + return self.get_query_params().get('IpAddress') + + def set_IpAddress(self,IpAddress): + self.add_query_param('IpAddress',IpAddress) + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_VlanId(self): + return self.get_query_params().get('VlanId') + + def set_VlanId(self,VlanId): + self.add_query_param('VlanId',VlanId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_InstanceId(self): + return self.get_query_params().get('InstanceId') + + def set_InstanceId(self,InstanceId): + self.add_query_param('InstanceId',InstanceId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ApplyAutoSnapshotPolicyRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ApplyAutoSnapshotPolicyRequest.py new file mode 100644 index 0000000000..8024497211 --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ApplyAutoSnapshotPolicyRequest.py @@ -0,0 +1,56 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class ApplyAutoSnapshotPolicyRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ApplyAutoSnapshotPolicy') + self.set_method('POST') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_autoSnapshotPolicyId(self): + return self.get_query_params().get('autoSnapshotPolicyId') + + def set_autoSnapshotPolicyId(self,autoSnapshotPolicyId): + self.add_query_param('autoSnapshotPolicyId',autoSnapshotPolicyId) + + def get_diskIds(self): + return self.get_query_params().get('diskIds') + + def set_diskIds(self,diskIds): + self.add_query_param('diskIds',diskIds) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AssignIpv6AddressesRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AssignIpv6AddressesRequest.py new file mode 100644 index 0000000000..f802b8dbcb --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AssignIpv6AddressesRequest.py @@ -0,0 +1,70 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class AssignIpv6AddressesRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'AssignIpv6Addresses') + self.set_method('POST') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_Ipv6AddressCount(self): + return self.get_query_params().get('Ipv6AddressCount') + + def set_Ipv6AddressCount(self,Ipv6AddressCount): + self.add_query_param('Ipv6AddressCount',Ipv6AddressCount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_NetworkInterfaceId(self): + return self.get_query_params().get('NetworkInterfaceId') + + def set_NetworkInterfaceId(self,NetworkInterfaceId): + self.add_query_param('NetworkInterfaceId',NetworkInterfaceId) + + def get_Ipv6Addresss(self): + return self.get_query_params().get('Ipv6Address') + + def set_Ipv6Addresss(self, Ipv6Addresss): + for depth1 in range(len(Ipv6Addresss)): + if Ipv6Addresss[depth1] is not None: + self.add_query_param('Ipv6Address.' + str(depth1 + 1) , Ipv6Addresss[depth1]) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AssignPrivateIpAddressesRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AssignPrivateIpAddressesRequest.py new file mode 100644 index 0000000000..dc9d64f369 --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AssignPrivateIpAddressesRequest.py @@ -0,0 +1,76 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class AssignPrivateIpAddressesRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'AssignPrivateIpAddresses') + self.set_method('POST') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_ClientToken(self): + return self.get_query_params().get('ClientToken') + + def set_ClientToken(self,ClientToken): + self.add_query_param('ClientToken',ClientToken) + + def get_SecondaryPrivateIpAddressCount(self): + return self.get_query_params().get('SecondaryPrivateIpAddressCount') + + def set_SecondaryPrivateIpAddressCount(self,SecondaryPrivateIpAddressCount): + self.add_query_param('SecondaryPrivateIpAddressCount',SecondaryPrivateIpAddressCount) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_PrivateIpAddresss(self): + return self.get_query_params().get('PrivateIpAddress') + + def set_PrivateIpAddresss(self, PrivateIpAddresss): + for depth1 in range(len(PrivateIpAddresss)): + if PrivateIpAddresss[depth1] is not None: + self.add_query_param('PrivateIpAddress.' + str(depth1 + 1) , PrivateIpAddresss[depth1]) + + def get_NetworkInterfaceId(self): + return self.get_query_params().get('NetworkInterfaceId') + + def set_NetworkInterfaceId(self,NetworkInterfaceId): + self.add_query_param('NetworkInterfaceId',NetworkInterfaceId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AssociateEipAddressRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AssociateEipAddressRequest.py new file mode 100644 index 0000000000..783661175b --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AssociateEipAddressRequest.py @@ -0,0 +1,68 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class AssociateEipAddressRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'AssociateEipAddress') + self.set_method('POST') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_AllocationId(self): + return self.get_query_params().get('AllocationId') + + def set_AllocationId(self,AllocationId): + self.add_query_param('AllocationId',AllocationId) + + def get_InstanceType(self): + return self.get_query_params().get('InstanceType') + + def set_InstanceType(self,InstanceType): + self.add_query_param('InstanceType',InstanceType) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_InstanceId(self): + return self.get_query_params().get('InstanceId') + + def set_InstanceId(self,InstanceId): + self.add_query_param('InstanceId',InstanceId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AssociateHaVipRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AssociateHaVipRequest.py new file mode 100644 index 0000000000..4e7d204fdd --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AssociateHaVipRequest.py @@ -0,0 +1,68 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class AssociateHaVipRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'AssociateHaVip') + self.set_method('POST') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_ClientToken(self): + return self.get_query_params().get('ClientToken') + + def set_ClientToken(self,ClientToken): + self.add_query_param('ClientToken',ClientToken) + + def get_HaVipId(self): + return self.get_query_params().get('HaVipId') + + def set_HaVipId(self,HaVipId): + self.add_query_param('HaVipId',HaVipId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_InstanceId(self): + return self.get_query_params().get('InstanceId') + + def set_InstanceId(self,InstanceId): + self.add_query_param('InstanceId',InstanceId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AttachClassicLinkVpcRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AttachClassicLinkVpcRequest.py new file mode 100644 index 0000000000..58bf3a8605 --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AttachClassicLinkVpcRequest.py @@ -0,0 +1,56 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class AttachClassicLinkVpcRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'AttachClassicLinkVpc') + self.set_method('POST') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_InstanceId(self): + return self.get_query_params().get('InstanceId') + + def set_InstanceId(self,InstanceId): + self.add_query_param('InstanceId',InstanceId) + + def get_VpcId(self): + return self.get_query_params().get('VpcId') + + def set_VpcId(self,VpcId): + self.add_query_param('VpcId',VpcId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AttachDiskRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AttachDiskRequest.py new file mode 100644 index 0000000000..1666f2d6f6 --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AttachDiskRequest.py @@ -0,0 +1,92 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class AttachDiskRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'AttachDisk') + self.set_method('POST') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_KeyPairName(self): + return self.get_query_params().get('KeyPairName') + + def set_KeyPairName(self,KeyPairName): + self.add_query_param('KeyPairName',KeyPairName) + + def get_Bootable(self): + return self.get_query_params().get('Bootable') + + def set_Bootable(self,Bootable): + self.add_query_param('Bootable',Bootable) + + def get_Password(self): + return self.get_query_params().get('Password') + + def set_Password(self,Password): + self.add_query_param('Password',Password) + + def get_DiskId(self): + return self.get_query_params().get('DiskId') + + def set_DiskId(self,DiskId): + self.add_query_param('DiskId',DiskId) + + def get_DeleteWithInstance(self): + return self.get_query_params().get('DeleteWithInstance') + + def set_DeleteWithInstance(self,DeleteWithInstance): + self.add_query_param('DeleteWithInstance',DeleteWithInstance) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_InstanceId(self): + return self.get_query_params().get('InstanceId') + + def set_InstanceId(self,InstanceId): + self.add_query_param('InstanceId',InstanceId) + + def get_Device(self): + return self.get_query_params().get('Device') + + def set_Device(self,Device): + self.add_query_param('Device',Device) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AttachInstanceRamRoleRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AttachInstanceRamRoleRequest.py new file mode 100644 index 0000000000..30a3e7fce7 --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AttachInstanceRamRoleRequest.py @@ -0,0 +1,62 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class AttachInstanceRamRoleRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'AttachInstanceRamRole') + self.set_method('POST') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_Policy(self): + return self.get_query_params().get('Policy') + + def set_Policy(self,Policy): + self.add_query_param('Policy',Policy) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_RamRoleName(self): + return self.get_query_params().get('RamRoleName') + + def set_RamRoleName(self,RamRoleName): + self.add_query_param('RamRoleName',RamRoleName) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_InstanceIds(self): + return self.get_query_params().get('InstanceIds') + + def set_InstanceIds(self,InstanceIds): + self.add_query_param('InstanceIds',InstanceIds) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AttachKeyPairRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AttachKeyPairRequest.py new file mode 100644 index 0000000000..4e64ff44e7 --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AttachKeyPairRequest.py @@ -0,0 +1,56 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class AttachKeyPairRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'AttachKeyPair') + self.set_method('POST') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_KeyPairName(self): + return self.get_query_params().get('KeyPairName') + + def set_KeyPairName(self,KeyPairName): + self.add_query_param('KeyPairName',KeyPairName) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_InstanceIds(self): + return self.get_query_params().get('InstanceIds') + + def set_InstanceIds(self,InstanceIds): + self.add_query_param('InstanceIds',InstanceIds) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AttachNetworkInterfaceRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AttachNetworkInterfaceRequest.py new file mode 100644 index 0000000000..8a4988f8d6 --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AttachNetworkInterfaceRequest.py @@ -0,0 +1,74 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class AttachNetworkInterfaceRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'AttachNetworkInterface') + self.set_method('POST') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_TrunkNetworkInstanceId(self): + return self.get_query_params().get('TrunkNetworkInstanceId') + + def set_TrunkNetworkInstanceId(self,TrunkNetworkInstanceId): + self.add_query_param('TrunkNetworkInstanceId',TrunkNetworkInstanceId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_WaitForNetworkConfigurationReady(self): + return self.get_query_params().get('WaitForNetworkConfigurationReady') + + def set_WaitForNetworkConfigurationReady(self,WaitForNetworkConfigurationReady): + self.add_query_param('WaitForNetworkConfigurationReady',WaitForNetworkConfigurationReady) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_InstanceId(self): + return self.get_query_params().get('InstanceId') + + def set_InstanceId(self,InstanceId): + self.add_query_param('InstanceId',InstanceId) + + def get_NetworkInterfaceId(self): + return self.get_query_params().get('NetworkInterfaceId') + + def set_NetworkInterfaceId(self,NetworkInterfaceId): + self.add_query_param('NetworkInterfaceId',NetworkInterfaceId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AuthorizeSecurityGroupEgressRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AuthorizeSecurityGroupEgressRequest.py new file mode 100644 index 0000000000..442872411d --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AuthorizeSecurityGroupEgressRequest.py @@ -0,0 +1,146 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class AuthorizeSecurityGroupEgressRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'AuthorizeSecurityGroupEgress') + self.set_method('POST') + + def get_NicType(self): + return self.get_query_params().get('NicType') + + def set_NicType(self,NicType): + self.add_query_param('NicType',NicType) + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_SourcePortRange(self): + return self.get_query_params().get('SourcePortRange') + + def set_SourcePortRange(self,SourcePortRange): + self.add_query_param('SourcePortRange',SourcePortRange) + + def get_ClientToken(self): + return self.get_query_params().get('ClientToken') + + def set_ClientToken(self,ClientToken): + self.add_query_param('ClientToken',ClientToken) + + def get_SecurityGroupId(self): + return self.get_query_params().get('SecurityGroupId') + + def set_SecurityGroupId(self,SecurityGroupId): + self.add_query_param('SecurityGroupId',SecurityGroupId) + + def get_Description(self): + return self.get_query_params().get('Description') + + def set_Description(self,Description): + self.add_query_param('Description',Description) + + def get_Ipv6DestCidrIp(self): + return self.get_query_params().get('Ipv6DestCidrIp') + + def set_Ipv6DestCidrIp(self,Ipv6DestCidrIp): + self.add_query_param('Ipv6DestCidrIp',Ipv6DestCidrIp) + + def get_Ipv6SourceCidrIp(self): + return self.get_query_params().get('Ipv6SourceCidrIp') + + def set_Ipv6SourceCidrIp(self,Ipv6SourceCidrIp): + self.add_query_param('Ipv6SourceCidrIp',Ipv6SourceCidrIp) + + def get_Policy(self): + return self.get_query_params().get('Policy') + + def set_Policy(self,Policy): + self.add_query_param('Policy',Policy) + + def get_PortRange(self): + return self.get_query_params().get('PortRange') + + def set_PortRange(self,PortRange): + self.add_query_param('PortRange',PortRange) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_IpProtocol(self): + return self.get_query_params().get('IpProtocol') + + def set_IpProtocol(self,IpProtocol): + self.add_query_param('IpProtocol',IpProtocol) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_SourceCidrIp(self): + return self.get_query_params().get('SourceCidrIp') + + def set_SourceCidrIp(self,SourceCidrIp): + self.add_query_param('SourceCidrIp',SourceCidrIp) + + def get_DestGroupId(self): + return self.get_query_params().get('DestGroupId') + + def set_DestGroupId(self,DestGroupId): + self.add_query_param('DestGroupId',DestGroupId) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_DestGroupOwnerAccount(self): + return self.get_query_params().get('DestGroupOwnerAccount') + + def set_DestGroupOwnerAccount(self,DestGroupOwnerAccount): + self.add_query_param('DestGroupOwnerAccount',DestGroupOwnerAccount) + + def get_Priority(self): + return self.get_query_params().get('Priority') + + def set_Priority(self,Priority): + self.add_query_param('Priority',Priority) + + def get_DestCidrIp(self): + return self.get_query_params().get('DestCidrIp') + + def set_DestCidrIp(self,DestCidrIp): + self.add_query_param('DestCidrIp',DestCidrIp) + + def get_DestGroupOwnerId(self): + return self.get_query_params().get('DestGroupOwnerId') + + def set_DestGroupOwnerId(self,DestGroupOwnerId): + self.add_query_param('DestGroupOwnerId',DestGroupOwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AuthorizeSecurityGroupRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AuthorizeSecurityGroupRequest.py new file mode 100644 index 0000000000..4a6e1ca063 --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AuthorizeSecurityGroupRequest.py @@ -0,0 +1,146 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class AuthorizeSecurityGroupRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'AuthorizeSecurityGroup') + self.set_method('POST') + + def get_NicType(self): + return self.get_query_params().get('NicType') + + def set_NicType(self,NicType): + self.add_query_param('NicType',NicType) + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_SourcePortRange(self): + return self.get_query_params().get('SourcePortRange') + + def set_SourcePortRange(self,SourcePortRange): + self.add_query_param('SourcePortRange',SourcePortRange) + + def get_ClientToken(self): + return self.get_query_params().get('ClientToken') + + def set_ClientToken(self,ClientToken): + self.add_query_param('ClientToken',ClientToken) + + def get_SecurityGroupId(self): + return self.get_query_params().get('SecurityGroupId') + + def set_SecurityGroupId(self,SecurityGroupId): + self.add_query_param('SecurityGroupId',SecurityGroupId) + + def get_Description(self): + return self.get_query_params().get('Description') + + def set_Description(self,Description): + self.add_query_param('Description',Description) + + def get_SourceGroupOwnerId(self): + return self.get_query_params().get('SourceGroupOwnerId') + + def set_SourceGroupOwnerId(self,SourceGroupOwnerId): + self.add_query_param('SourceGroupOwnerId',SourceGroupOwnerId) + + def get_SourceGroupOwnerAccount(self): + return self.get_query_params().get('SourceGroupOwnerAccount') + + def set_SourceGroupOwnerAccount(self,SourceGroupOwnerAccount): + self.add_query_param('SourceGroupOwnerAccount',SourceGroupOwnerAccount) + + def get_Ipv6SourceCidrIp(self): + return self.get_query_params().get('Ipv6SourceCidrIp') + + def set_Ipv6SourceCidrIp(self,Ipv6SourceCidrIp): + self.add_query_param('Ipv6SourceCidrIp',Ipv6SourceCidrIp) + + def get_Ipv6DestCidrIp(self): + return self.get_query_params().get('Ipv6DestCidrIp') + + def set_Ipv6DestCidrIp(self,Ipv6DestCidrIp): + self.add_query_param('Ipv6DestCidrIp',Ipv6DestCidrIp) + + def get_Policy(self): + return self.get_query_params().get('Policy') + + def set_Policy(self,Policy): + self.add_query_param('Policy',Policy) + + def get_PortRange(self): + return self.get_query_params().get('PortRange') + + def set_PortRange(self,PortRange): + self.add_query_param('PortRange',PortRange) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_IpProtocol(self): + return self.get_query_params().get('IpProtocol') + + def set_IpProtocol(self,IpProtocol): + self.add_query_param('IpProtocol',IpProtocol) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_SourceCidrIp(self): + return self.get_query_params().get('SourceCidrIp') + + def set_SourceCidrIp(self,SourceCidrIp): + self.add_query_param('SourceCidrIp',SourceCidrIp) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_Priority(self): + return self.get_query_params().get('Priority') + + def set_Priority(self,Priority): + self.add_query_param('Priority',Priority) + + def get_DestCidrIp(self): + return self.get_query_params().get('DestCidrIp') + + def set_DestCidrIp(self,DestCidrIp): + self.add_query_param('DestCidrIp',DestCidrIp) + + def get_SourceGroupId(self): + return self.get_query_params().get('SourceGroupId') + + def set_SourceGroupId(self,SourceGroupId): + self.add_query_param('SourceGroupId',SourceGroupId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CancelAutoSnapshotPolicyRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CancelAutoSnapshotPolicyRequest.py new file mode 100644 index 0000000000..67be810d0d --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CancelAutoSnapshotPolicyRequest.py @@ -0,0 +1,50 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class CancelAutoSnapshotPolicyRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CancelAutoSnapshotPolicy') + self.set_method('POST') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_diskIds(self): + return self.get_query_params().get('diskIds') + + def set_diskIds(self,diskIds): + self.add_query_param('diskIds',diskIds) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CancelCopyImageRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CancelCopyImageRequest.py new file mode 100644 index 0000000000..e4a1c2c0bb --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CancelCopyImageRequest.py @@ -0,0 +1,56 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class CancelCopyImageRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CancelCopyImage') + self.set_method('POST') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_ImageId(self): + return self.get_query_params().get('ImageId') + + def set_ImageId(self,ImageId): + self.add_query_param('ImageId',ImageId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CancelImagePipelineExecutionRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CancelImagePipelineExecutionRequest.py new file mode 100644 index 0000000000..c9c53a95d5 --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CancelImagePipelineExecutionRequest.py @@ -0,0 +1,66 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class CancelImagePipelineExecutionRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CancelImagePipelineExecution') + self.set_method('POST') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_ExecutionId(self): + return self.get_query_params().get('ExecutionId') + + def set_ExecutionId(self,ExecutionId): + self.add_query_param('ExecutionId',ExecutionId) + + def get_TemplateTags(self): + return self.get_query_params().get('TemplateTag') + + def set_TemplateTags(self, TemplateTags): + for depth1 in range(len(TemplateTags)): + if TemplateTags[depth1].get('Key') is not None: + self.add_query_param('TemplateTag.' + str(depth1 + 1) + '.Key', TemplateTags[depth1].get('Key')) + if TemplateTags[depth1].get('Value') is not None: + self.add_query_param('TemplateTag.' + str(depth1 + 1) + '.Value', TemplateTags[depth1].get('Value')) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CancelPhysicalConnectionRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CancelPhysicalConnectionRequest.py new file mode 100644 index 0000000000..0a59274a8d --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CancelPhysicalConnectionRequest.py @@ -0,0 +1,68 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class CancelPhysicalConnectionRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CancelPhysicalConnection') + self.set_method('POST') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_ClientToken(self): + return self.get_query_params().get('ClientToken') + + def set_ClientToken(self,ClientToken): + self.add_query_param('ClientToken',ClientToken) + + def get_UserCidr(self): + return self.get_query_params().get('UserCidr') + + def set_UserCidr(self,UserCidr): + self.add_query_param('UserCidr',UserCidr) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_PhysicalConnectionId(self): + return self.get_query_params().get('PhysicalConnectionId') + + def set_PhysicalConnectionId(self,PhysicalConnectionId): + self.add_query_param('PhysicalConnectionId',PhysicalConnectionId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CancelSimulatedSystemEventsRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CancelSimulatedSystemEventsRequest.py new file mode 100644 index 0000000000..3112ff33b7 --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CancelSimulatedSystemEventsRequest.py @@ -0,0 +1,58 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class CancelSimulatedSystemEventsRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CancelSimulatedSystemEvents') + self.set_method('POST') + + def get_EventIds(self): + return self.get_query_params().get('EventId') + + def set_EventIds(self, EventIds): + for depth1 in range(len(EventIds)): + if EventIds[depth1] is not None: + self.add_query_param('EventId.' + str(depth1 + 1) , EventIds[depth1]) + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CancelTaskRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CancelTaskRequest.py new file mode 100644 index 0000000000..f608cf3677 --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CancelTaskRequest.py @@ -0,0 +1,50 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class CancelTaskRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CancelTask') + self.set_method('POST') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_TaskId(self): + return self.get_query_params().get('TaskId') + + def set_TaskId(self,TaskId): + self.add_query_param('TaskId',TaskId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ConnectRouterInterfaceRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ConnectRouterInterfaceRequest.py new file mode 100644 index 0000000000..fc5b3c9279 --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ConnectRouterInterfaceRequest.py @@ -0,0 +1,50 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class ConnectRouterInterfaceRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ConnectRouterInterface') + self.set_method('POST') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_RouterInterfaceId(self): + return self.get_query_params().get('RouterInterfaceId') + + def set_RouterInterfaceId(self,RouterInterfaceId): + self.add_query_param('RouterInterfaceId',RouterInterfaceId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ConvertNatPublicIpToEipRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ConvertNatPublicIpToEipRequest.py new file mode 100644 index 0000000000..1451d0f682 --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ConvertNatPublicIpToEipRequest.py @@ -0,0 +1,50 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class ConvertNatPublicIpToEipRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ConvertNatPublicIpToEip') + self.set_method('POST') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_InstanceId(self): + return self.get_query_params().get('InstanceId') + + def set_InstanceId(self,InstanceId): + self.add_query_param('InstanceId',InstanceId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CopyImageRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CopyImageRequest.py new file mode 100644 index 0000000000..dc604bedcb --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CopyImageRequest.py @@ -0,0 +1,108 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class CopyImageRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CopyImage') + self.set_method('POST') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_ImageId(self): + return self.get_query_params().get('ImageId') + + def set_ImageId(self,ImageId): + self.add_query_param('ImageId',ImageId) + + def get_EncryptAlgorithm(self): + return self.get_query_params().get('EncryptAlgorithm') + + def set_EncryptAlgorithm(self,EncryptAlgorithm): + self.add_query_param('EncryptAlgorithm',EncryptAlgorithm) + + def get_DestinationRegionId(self): + return self.get_query_params().get('DestinationRegionId') + + def set_DestinationRegionId(self,DestinationRegionId): + self.add_query_param('DestinationRegionId',DestinationRegionId) + + def get_ResourceGroupId(self): + return self.get_query_params().get('ResourceGroupId') + + def set_ResourceGroupId(self,ResourceGroupId): + self.add_query_param('ResourceGroupId',ResourceGroupId) + + def get_Tags(self): + return self.get_query_params().get('Tag') + + def set_Tags(self, Tags): + for depth1 in range(len(Tags)): + if Tags[depth1].get('Value') is not None: + self.add_query_param('Tag.' + str(depth1 + 1) + '.Value', Tags[depth1].get('Value')) + if Tags[depth1].get('Key') is not None: + self.add_query_param('Tag.' + str(depth1 + 1) + '.Key', Tags[depth1].get('Key')) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_DestinationImageName(self): + return self.get_query_params().get('DestinationImageName') + + def set_DestinationImageName(self,DestinationImageName): + self.add_query_param('DestinationImageName',DestinationImageName) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_Encrypted(self): + return self.get_query_params().get('Encrypted') + + def set_Encrypted(self,Encrypted): + self.add_query_param('Encrypted',Encrypted) + + def get_KMSKeyId(self): + return self.get_query_params().get('KMSKeyId') + + def set_KMSKeyId(self,KMSKeyId): + self.add_query_param('KMSKeyId',KMSKeyId) + + def get_DestinationDescription(self): + return self.get_query_params().get('DestinationDescription') + + def set_DestinationDescription(self,DestinationDescription): + self.add_query_param('DestinationDescription',DestinationDescription) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CopySnapshotRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CopySnapshotRequest.py new file mode 100644 index 0000000000..5c463557da --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CopySnapshotRequest.py @@ -0,0 +1,90 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class CopySnapshotRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CopySnapshot') + self.set_method('POST') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_SnapshotId(self): + return self.get_query_params().get('SnapshotId') + + def set_SnapshotId(self,SnapshotId): + self.add_query_param('SnapshotId',SnapshotId) + + def get_DestinationRegionId(self): + return self.get_query_params().get('DestinationRegionId') + + def set_DestinationRegionId(self,DestinationRegionId): + self.add_query_param('DestinationRegionId',DestinationRegionId) + + def get_ResourceGroupId(self): + return self.get_query_params().get('ResourceGroupId') + + def set_ResourceGroupId(self,ResourceGroupId): + self.add_query_param('ResourceGroupId',ResourceGroupId) + + def get_Tags(self): + return self.get_query_params().get('Tag') + + def set_Tags(self, Tags): + for depth1 in range(len(Tags)): + if Tags[depth1].get('Key') is not None: + self.add_query_param('Tag.' + str(depth1 + 1) + '.Key', Tags[depth1].get('Key')) + if Tags[depth1].get('Value') is not None: + self.add_query_param('Tag.' + str(depth1 + 1) + '.Value', Tags[depth1].get('Value')) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_DestinationSnapshotName(self): + return self.get_query_params().get('DestinationSnapshotName') + + def set_DestinationSnapshotName(self,DestinationSnapshotName): + self.add_query_param('DestinationSnapshotName',DestinationSnapshotName) + + def get_DestinationSnapshotDescription(self): + return self.get_query_params().get('DestinationSnapshotDescription') + + def set_DestinationSnapshotDescription(self,DestinationSnapshotDescription): + self.add_query_param('DestinationSnapshotDescription',DestinationSnapshotDescription) + + def get_RetentionDays(self): + return self.get_query_params().get('RetentionDays') + + def set_RetentionDays(self,RetentionDays): + self.add_query_param('RetentionDays',RetentionDays) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateActivationRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateActivationRequest.py new file mode 100644 index 0000000000..eb4371031c --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateActivationRequest.py @@ -0,0 +1,80 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class CreateActivationRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateActivation') + self.set_method('POST') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_Description(self): + return self.get_query_params().get('Description') + + def set_Description(self,Description): + self.add_query_param('Description',Description) + + def get_InstanceCount(self): + return self.get_query_params().get('InstanceCount') + + def set_InstanceCount(self,InstanceCount): + self.add_query_param('InstanceCount',InstanceCount) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_InstanceName(self): + return self.get_query_params().get('InstanceName') + + def set_InstanceName(self,InstanceName): + self.add_query_param('InstanceName',InstanceName) + + def get_TimeToLiveInHours(self): + return self.get_query_params().get('TimeToLiveInHours') + + def set_TimeToLiveInHours(self,TimeToLiveInHours): + self.add_query_param('TimeToLiveInHours',TimeToLiveInHours) + + def get_IpAddressRange(self): + return self.get_query_params().get('IpAddressRange') + + def set_IpAddressRange(self,IpAddressRange): + self.add_query_param('IpAddressRange',IpAddressRange) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateAutoProvisioningGroupRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateAutoProvisioningGroupRequest.py new file mode 100644 index 0000000000..8bffeff86e --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateAutoProvisioningGroupRequest.py @@ -0,0 +1,370 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class CreateAutoProvisioningGroupRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateAutoProvisioningGroup') + self.set_method('POST') + + def get_LaunchConfigurationDataDisks(self): + return self.get_query_params().get('LaunchConfiguration.DataDisk') + + def set_LaunchConfigurationDataDisks(self, LaunchConfigurationDataDisks): + for depth1 in range(len(LaunchConfigurationDataDisks)): + if LaunchConfigurationDataDisks[depth1].get('Size') is not None: + self.add_query_param('LaunchConfiguration.DataDisk.' + str(depth1 + 1) + '.Size', LaunchConfigurationDataDisks[depth1].get('Size')) + if LaunchConfigurationDataDisks[depth1].get('Category') is not None: + self.add_query_param('LaunchConfiguration.DataDisk.' + str(depth1 + 1) + '.Category', LaunchConfigurationDataDisks[depth1].get('Category')) + if LaunchConfigurationDataDisks[depth1].get('PerformanceLevel') is not None: + self.add_query_param('LaunchConfiguration.DataDisk.' + str(depth1 + 1) + '.PerformanceLevel', LaunchConfigurationDataDisks[depth1].get('PerformanceLevel')) + if LaunchConfigurationDataDisks[depth1].get('Device') is not None: + self.add_query_param('LaunchConfiguration.DataDisk.' + str(depth1 + 1) + '.Device', LaunchConfigurationDataDisks[depth1].get('Device')) + if LaunchConfigurationDataDisks[depth1].get('SnapshotId') is not None: + self.add_query_param('LaunchConfiguration.DataDisk.' + str(depth1 + 1) + '.SnapshotId', LaunchConfigurationDataDisks[depth1].get('SnapshotId')) + if LaunchConfigurationDataDisks[depth1].get('DeleteWithInstance') is not None: + self.add_query_param('LaunchConfiguration.DataDisk.' + str(depth1 + 1) + '.DeleteWithInstance', LaunchConfigurationDataDisks[depth1].get('DeleteWithInstance')) + if LaunchConfigurationDataDisks[depth1].get('Encrypted') is not None: + self.add_query_param('LaunchConfiguration.DataDisk.' + str(depth1 + 1) + '.Encrypted', LaunchConfigurationDataDisks[depth1].get('Encrypted')) + if LaunchConfigurationDataDisks[depth1].get('KmsKeyId') is not None: + self.add_query_param('LaunchConfiguration.DataDisk.' + str(depth1 + 1) + '.KmsKeyId', LaunchConfigurationDataDisks[depth1].get('KmsKeyId')) + if LaunchConfigurationDataDisks[depth1].get('DiskName') is not None: + self.add_query_param('LaunchConfiguration.DataDisk.' + str(depth1 + 1) + '.DiskName', LaunchConfigurationDataDisks[depth1].get('DiskName')) + if LaunchConfigurationDataDisks[depth1].get('Description') is not None: + self.add_query_param('LaunchConfiguration.DataDisk.' + str(depth1 + 1) + '.Description', LaunchConfigurationDataDisks[depth1].get('Description')) + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_LaunchConfigurationSystemDiskCategory(self): + return self.get_query_params().get('LaunchConfiguration.SystemDiskCategory') + + def set_LaunchConfigurationSystemDiskCategory(self,LaunchConfigurationSystemDiskCategory): + self.add_query_param('LaunchConfiguration.SystemDiskCategory',LaunchConfigurationSystemDiskCategory) + + def get_AutoProvisioningGroupType(self): + return self.get_query_params().get('AutoProvisioningGroupType') + + def set_AutoProvisioningGroupType(self,AutoProvisioningGroupType): + self.add_query_param('AutoProvisioningGroupType',AutoProvisioningGroupType) + + def get_LaunchConfigurationSystemDiskPerformanceLevel(self): + return self.get_query_params().get('LaunchConfiguration.SystemDiskPerformanceLevel') + + def set_LaunchConfigurationSystemDiskPerformanceLevel(self,LaunchConfigurationSystemDiskPerformanceLevel): + self.add_query_param('LaunchConfiguration.SystemDiskPerformanceLevel',LaunchConfigurationSystemDiskPerformanceLevel) + + def get_ResourceGroupId(self): + return self.get_query_params().get('ResourceGroupId') + + def set_ResourceGroupId(self,ResourceGroupId): + self.add_query_param('ResourceGroupId',ResourceGroupId) + + def get_LaunchConfigurationImageId(self): + return self.get_query_params().get('LaunchConfiguration.ImageId') + + def set_LaunchConfigurationImageId(self,LaunchConfigurationImageId): + self.add_query_param('LaunchConfiguration.ImageId',LaunchConfigurationImageId) + + def get_LaunchConfigurationResourceGroupId(self): + return self.get_query_params().get('LaunchConfiguration.ResourceGroupId') + + def set_LaunchConfigurationResourceGroupId(self,LaunchConfigurationResourceGroupId): + self.add_query_param('LaunchConfiguration.ResourceGroupId',LaunchConfigurationResourceGroupId) + + def get_PayAsYouGoAllocationStrategy(self): + return self.get_query_params().get('PayAsYouGoAllocationStrategy') + + def set_PayAsYouGoAllocationStrategy(self,PayAsYouGoAllocationStrategy): + self.add_query_param('PayAsYouGoAllocationStrategy',PayAsYouGoAllocationStrategy) + + def get_DefaultTargetCapacityType(self): + return self.get_query_params().get('DefaultTargetCapacityType') + + def set_DefaultTargetCapacityType(self,DefaultTargetCapacityType): + self.add_query_param('DefaultTargetCapacityType',DefaultTargetCapacityType) + + def get_LaunchConfigurationKeyPairName(self): + return self.get_query_params().get('LaunchConfiguration.KeyPairName') + + def set_LaunchConfigurationKeyPairName(self,LaunchConfigurationKeyPairName): + self.add_query_param('LaunchConfiguration.KeyPairName',LaunchConfigurationKeyPairName) + + def get_SystemDiskConfigs(self): + return self.get_query_params().get('SystemDiskConfig') + + def set_SystemDiskConfigs(self, SystemDiskConfigs): + for depth1 in range(len(SystemDiskConfigs)): + if SystemDiskConfigs[depth1].get('DiskCategory') is not None: + self.add_query_param('SystemDiskConfig.' + str(depth1 + 1) + '.DiskCategory', SystemDiskConfigs[depth1].get('DiskCategory')) + + def get_DataDiskConfigs(self): + return self.get_query_params().get('DataDiskConfig') + + def set_DataDiskConfigs(self, DataDiskConfigs): + for depth1 in range(len(DataDiskConfigs)): + if DataDiskConfigs[depth1].get('DiskCategory') is not None: + self.add_query_param('DataDiskConfig.' + str(depth1 + 1) + '.DiskCategory', DataDiskConfigs[depth1].get('DiskCategory')) + + def get_ValidUntil(self): + return self.get_query_params().get('ValidUntil') + + def set_ValidUntil(self,ValidUntil): + self.add_query_param('ValidUntil',ValidUntil) + + def get_LaunchTemplateId(self): + return self.get_query_params().get('LaunchTemplateId') + + def set_LaunchTemplateId(self,LaunchTemplateId): + self.add_query_param('LaunchTemplateId',LaunchTemplateId) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_LaunchConfigurationSystemDiskSize(self): + return self.get_query_params().get('LaunchConfiguration.SystemDiskSize') + + def set_LaunchConfigurationSystemDiskSize(self,LaunchConfigurationSystemDiskSize): + self.add_query_param('LaunchConfiguration.SystemDiskSize',LaunchConfigurationSystemDiskSize) + + def get_LaunchConfigurationInternetMaxBandwidthOut(self): + return self.get_query_params().get('LaunchConfiguration.InternetMaxBandwidthOut') + + def set_LaunchConfigurationInternetMaxBandwidthOut(self,LaunchConfigurationInternetMaxBandwidthOut): + self.add_query_param('LaunchConfiguration.InternetMaxBandwidthOut',LaunchConfigurationInternetMaxBandwidthOut) + + def get_LaunchConfigurationHostName(self): + return self.get_query_params().get('LaunchConfiguration.HostName') + + def set_LaunchConfigurationHostName(self,LaunchConfigurationHostName): + self.add_query_param('LaunchConfiguration.HostName',LaunchConfigurationHostName) + + def get_MaxSpotPrice(self): + return self.get_query_params().get('MaxSpotPrice') + + def set_MaxSpotPrice(self,MaxSpotPrice): + self.add_query_param('MaxSpotPrice',MaxSpotPrice) + + def get_LaunchConfigurationPasswordInherit(self): + return self.get_query_params().get('LaunchConfiguration.PasswordInherit') + + def set_LaunchConfigurationPasswordInherit(self,LaunchConfigurationPasswordInherit): + self.add_query_param('LaunchConfiguration.PasswordInherit',LaunchConfigurationPasswordInherit) + + def get_ClientToken(self): + return self.get_query_params().get('ClientToken') + + def set_ClientToken(self,ClientToken): + self.add_query_param('ClientToken',ClientToken) + + def get_LaunchConfigurationSecurityGroupId(self): + return self.get_query_params().get('LaunchConfiguration.SecurityGroupId') + + def set_LaunchConfigurationSecurityGroupId(self,LaunchConfigurationSecurityGroupId): + self.add_query_param('LaunchConfiguration.SecurityGroupId',LaunchConfigurationSecurityGroupId) + + def get_Description(self): + return self.get_query_params().get('Description') + + def set_Description(self,Description): + self.add_query_param('Description',Description) + + def get_TerminateInstancesWithExpiration(self): + return self.get_query_params().get('TerminateInstancesWithExpiration') + + def set_TerminateInstancesWithExpiration(self,TerminateInstancesWithExpiration): + self.add_query_param('TerminateInstancesWithExpiration',TerminateInstancesWithExpiration) + + def get_LaunchConfigurationUserData(self): + return self.get_query_params().get('LaunchConfiguration.UserData') + + def set_LaunchConfigurationUserData(self,LaunchConfigurationUserData): + self.add_query_param('LaunchConfiguration.UserData',LaunchConfigurationUserData) + + def get_LaunchConfigurationCreditSpecification(self): + return self.get_query_params().get('LaunchConfiguration.CreditSpecification') + + def set_LaunchConfigurationCreditSpecification(self,LaunchConfigurationCreditSpecification): + self.add_query_param('LaunchConfiguration.CreditSpecification',LaunchConfigurationCreditSpecification) + + def get_LaunchConfigurationInstanceName(self): + return self.get_query_params().get('LaunchConfiguration.InstanceName') + + def set_LaunchConfigurationInstanceName(self,LaunchConfigurationInstanceName): + self.add_query_param('LaunchConfiguration.InstanceName',LaunchConfigurationInstanceName) + + def get_LaunchConfigurationInstanceDescription(self): + return self.get_query_params().get('LaunchConfiguration.InstanceDescription') + + def set_LaunchConfigurationInstanceDescription(self,LaunchConfigurationInstanceDescription): + self.add_query_param('LaunchConfiguration.InstanceDescription',LaunchConfigurationInstanceDescription) + + def get_SpotAllocationStrategy(self): + return self.get_query_params().get('SpotAllocationStrategy') + + def set_SpotAllocationStrategy(self,SpotAllocationStrategy): + self.add_query_param('SpotAllocationStrategy',SpotAllocationStrategy) + + def get_TerminateInstances(self): + return self.get_query_params().get('TerminateInstances') + + def set_TerminateInstances(self,TerminateInstances): + self.add_query_param('TerminateInstances',TerminateInstances) + + def get_LaunchConfigurationSystemDiskName(self): + return self.get_query_params().get('LaunchConfiguration.SystemDiskName') + + def set_LaunchConfigurationSystemDiskName(self,LaunchConfigurationSystemDiskName): + self.add_query_param('LaunchConfiguration.SystemDiskName',LaunchConfigurationSystemDiskName) + + def get_LaunchConfigurationSystemDiskDescription(self): + return self.get_query_params().get('LaunchConfiguration.SystemDiskDescription') + + def set_LaunchConfigurationSystemDiskDescription(self,LaunchConfigurationSystemDiskDescription): + self.add_query_param('LaunchConfiguration.SystemDiskDescription',LaunchConfigurationSystemDiskDescription) + + def get_ExcessCapacityTerminationPolicy(self): + return self.get_query_params().get('ExcessCapacityTerminationPolicy') + + def set_ExcessCapacityTerminationPolicy(self,ExcessCapacityTerminationPolicy): + self.add_query_param('ExcessCapacityTerminationPolicy',ExcessCapacityTerminationPolicy) + + def get_LaunchTemplateConfigs(self): + return self.get_query_params().get('LaunchTemplateConfig') + + def set_LaunchTemplateConfigs(self, LaunchTemplateConfigs): + for depth1 in range(len(LaunchTemplateConfigs)): + if LaunchTemplateConfigs[depth1].get('InstanceType') is not None: + self.add_query_param('LaunchTemplateConfig.' + str(depth1 + 1) + '.InstanceType', LaunchTemplateConfigs[depth1].get('InstanceType')) + if LaunchTemplateConfigs[depth1].get('MaxPrice') is not None: + self.add_query_param('LaunchTemplateConfig.' + str(depth1 + 1) + '.MaxPrice', LaunchTemplateConfigs[depth1].get('MaxPrice')) + if LaunchTemplateConfigs[depth1].get('VSwitchId') is not None: + self.add_query_param('LaunchTemplateConfig.' + str(depth1 + 1) + '.VSwitchId', LaunchTemplateConfigs[depth1].get('VSwitchId')) + if LaunchTemplateConfigs[depth1].get('WeightedCapacity') is not None: + self.add_query_param('LaunchTemplateConfig.' + str(depth1 + 1) + '.WeightedCapacity', LaunchTemplateConfigs[depth1].get('WeightedCapacity')) + if LaunchTemplateConfigs[depth1].get('Priority') is not None: + self.add_query_param('LaunchTemplateConfig.' + str(depth1 + 1) + '.Priority', LaunchTemplateConfigs[depth1].get('Priority')) + + def get_LaunchConfigurationRamRoleName(self): + return self.get_query_params().get('LaunchConfiguration.RamRoleName') + + def set_LaunchConfigurationRamRoleName(self,LaunchConfigurationRamRoleName): + self.add_query_param('LaunchConfiguration.RamRoleName',LaunchConfigurationRamRoleName) + + def get_LaunchConfigurationInternetMaxBandwidthIn(self): + return self.get_query_params().get('LaunchConfiguration.InternetMaxBandwidthIn') + + def set_LaunchConfigurationInternetMaxBandwidthIn(self,LaunchConfigurationInternetMaxBandwidthIn): + self.add_query_param('LaunchConfiguration.InternetMaxBandwidthIn',LaunchConfigurationInternetMaxBandwidthIn) + + def get_SpotInstanceInterruptionBehavior(self): + return self.get_query_params().get('SpotInstanceInterruptionBehavior') + + def set_SpotInstanceInterruptionBehavior(self,SpotInstanceInterruptionBehavior): + self.add_query_param('SpotInstanceInterruptionBehavior',SpotInstanceInterruptionBehavior) + + def get_LaunchConfigurationSecurityEnhancementStrategy(self): + return self.get_query_params().get('LaunchConfiguration.SecurityEnhancementStrategy') + + def set_LaunchConfigurationSecurityEnhancementStrategy(self,LaunchConfigurationSecurityEnhancementStrategy): + self.add_query_param('LaunchConfiguration.SecurityEnhancementStrategy',LaunchConfigurationSecurityEnhancementStrategy) + + def get_LaunchConfigurationTags(self): + return self.get_query_params().get('LaunchConfiguration.Tag') + + def set_LaunchConfigurationTags(self, LaunchConfigurationTags): + for depth1 in range(len(LaunchConfigurationTags)): + if LaunchConfigurationTags[depth1].get('Key') is not None: + self.add_query_param('LaunchConfiguration.Tag.' + str(depth1 + 1) + '.Key', LaunchConfigurationTags[depth1].get('Key')) + if LaunchConfigurationTags[depth1].get('Value') is not None: + self.add_query_param('LaunchConfiguration.Tag.' + str(depth1 + 1) + '.Value', LaunchConfigurationTags[depth1].get('Value')) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_SpotInstancePoolsToUseCount(self): + return self.get_query_params().get('SpotInstancePoolsToUseCount') + + def set_SpotInstancePoolsToUseCount(self,SpotInstancePoolsToUseCount): + self.add_query_param('SpotInstancePoolsToUseCount',SpotInstancePoolsToUseCount) + + def get_LaunchConfigurationInternetChargeType(self): + return self.get_query_params().get('LaunchConfiguration.InternetChargeType') + + def set_LaunchConfigurationInternetChargeType(self,LaunchConfigurationInternetChargeType): + self.add_query_param('LaunchConfiguration.InternetChargeType',LaunchConfigurationInternetChargeType) + + def get_LaunchTemplateVersion(self): + return self.get_query_params().get('LaunchTemplateVersion') + + def set_LaunchTemplateVersion(self,LaunchTemplateVersion): + self.add_query_param('LaunchTemplateVersion',LaunchTemplateVersion) + + def get_LaunchConfigurationIoOptimized(self): + return self.get_query_params().get('LaunchConfiguration.IoOptimized') + + def set_LaunchConfigurationIoOptimized(self,LaunchConfigurationIoOptimized): + self.add_query_param('LaunchConfiguration.IoOptimized',LaunchConfigurationIoOptimized) + + def get_PayAsYouGoTargetCapacity(self): + return self.get_query_params().get('PayAsYouGoTargetCapacity') + + def set_PayAsYouGoTargetCapacity(self,PayAsYouGoTargetCapacity): + self.add_query_param('PayAsYouGoTargetCapacity',PayAsYouGoTargetCapacity) + + def get_TotalTargetCapacity(self): + return self.get_query_params().get('TotalTargetCapacity') + + def set_TotalTargetCapacity(self,TotalTargetCapacity): + self.add_query_param('TotalTargetCapacity',TotalTargetCapacity) + + def get_SpotTargetCapacity(self): + return self.get_query_params().get('SpotTargetCapacity') + + def set_SpotTargetCapacity(self,SpotTargetCapacity): + self.add_query_param('SpotTargetCapacity',SpotTargetCapacity) + + def get_ValidFrom(self): + return self.get_query_params().get('ValidFrom') + + def set_ValidFrom(self,ValidFrom): + self.add_query_param('ValidFrom',ValidFrom) + + def get_AutoProvisioningGroupName(self): + return self.get_query_params().get('AutoProvisioningGroupName') + + def set_AutoProvisioningGroupName(self,AutoProvisioningGroupName): + self.add_query_param('AutoProvisioningGroupName',AutoProvisioningGroupName) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateAutoSnapshotPolicyRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateAutoSnapshotPolicyRequest.py new file mode 100644 index 0000000000..e5a7ba7898 --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateAutoSnapshotPolicyRequest.py @@ -0,0 +1,96 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class CreateAutoSnapshotPolicyRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateAutoSnapshotPolicy') + self.set_method('POST') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_CopiedSnapshotsRetentionDays(self): + return self.get_query_params().get('CopiedSnapshotsRetentionDays') + + def set_CopiedSnapshotsRetentionDays(self,CopiedSnapshotsRetentionDays): + self.add_query_param('CopiedSnapshotsRetentionDays',CopiedSnapshotsRetentionDays) + + def get_timePoints(self): + return self.get_query_params().get('timePoints') + + def set_timePoints(self,timePoints): + self.add_query_param('timePoints',timePoints) + + def get_repeatWeekdays(self): + return self.get_query_params().get('repeatWeekdays') + + def set_repeatWeekdays(self,repeatWeekdays): + self.add_query_param('repeatWeekdays',repeatWeekdays) + + def get_Tags(self): + return self.get_query_params().get('Tag') + + def set_Tags(self, Tags): + for depth1 in range(len(Tags)): + if Tags[depth1].get('Value') is not None: + self.add_query_param('Tag.' + str(depth1 + 1) + '.Value', Tags[depth1].get('Value')) + if Tags[depth1].get('Key') is not None: + self.add_query_param('Tag.' + str(depth1 + 1) + '.Key', Tags[depth1].get('Key')) + + def get_EnableCrossRegionCopy(self): + return self.get_query_params().get('EnableCrossRegionCopy') + + def set_EnableCrossRegionCopy(self,EnableCrossRegionCopy): + self.add_query_param('EnableCrossRegionCopy',EnableCrossRegionCopy) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_autoSnapshotPolicyName(self): + return self.get_query_params().get('autoSnapshotPolicyName') + + def set_autoSnapshotPolicyName(self,autoSnapshotPolicyName): + self.add_query_param('autoSnapshotPolicyName',autoSnapshotPolicyName) + + def get_retentionDays(self): + return self.get_query_params().get('retentionDays') + + def set_retentionDays(self,retentionDays): + self.add_query_param('retentionDays',retentionDays) + + def get_TargetCopyRegions(self): + return self.get_query_params().get('TargetCopyRegions') + + def set_TargetCopyRegions(self,TargetCopyRegions): + self.add_query_param('TargetCopyRegions',TargetCopyRegions) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateCapacityReservationRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateCapacityReservationRequest.py new file mode 100644 index 0000000000..4401ff7634 --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateCapacityReservationRequest.py @@ -0,0 +1,118 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class CreateCapacityReservationRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateCapacityReservation') + self.set_method('POST') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_ClientToken(self): + return self.get_query_params().get('ClientToken') + + def set_ClientToken(self,ClientToken): + self.add_query_param('ClientToken',ClientToken) + + def get_Description(self): + return self.get_query_params().get('Description') + + def set_Description(self,Description): + self.add_query_param('Description',Description) + + def get_StartTime(self): + return self.get_query_params().get('StartTime') + + def set_StartTime(self,StartTime): + self.add_query_param('StartTime',StartTime) + + def get_Platform(self): + return self.get_query_params().get('Platform') + + def set_Platform(self,Platform): + self.add_query_param('Platform',Platform) + + def get_PrivatePoolOptionsMatchCriteria(self): + return self.get_query_params().get('PrivatePoolOptions.MatchCriteria') + + def set_PrivatePoolOptionsMatchCriteria(self,PrivatePoolOptionsMatchCriteria): + self.add_query_param('PrivatePoolOptions.MatchCriteria',PrivatePoolOptionsMatchCriteria) + + def get_InstanceType(self): + return self.get_query_params().get('InstanceType') + + def set_InstanceType(self,InstanceType): + self.add_query_param('InstanceType',InstanceType) + + def get_EndTimeType(self): + return self.get_query_params().get('EndTimeType') + + def set_EndTimeType(self,EndTimeType): + self.add_query_param('EndTimeType',EndTimeType) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_PrivatePoolOptionsName(self): + return self.get_query_params().get('PrivatePoolOptions.Name') + + def set_PrivatePoolOptionsName(self,PrivatePoolOptionsName): + self.add_query_param('PrivatePoolOptions.Name',PrivatePoolOptionsName) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_EndTime(self): + return self.get_query_params().get('EndTime') + + def set_EndTime(self,EndTime): + self.add_query_param('EndTime',EndTime) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_ZoneIds(self): + return self.get_query_params().get('ZoneId') + + def set_ZoneIds(self, ZoneIds): + for depth1 in range(len(ZoneIds)): + if ZoneIds[depth1] is not None: + self.add_query_param('ZoneId.' + str(depth1 + 1) , ZoneIds[depth1]) + + def get_InstanceAmount(self): + return self.get_query_params().get('InstanceAmount') + + def set_InstanceAmount(self,InstanceAmount): + self.add_query_param('InstanceAmount',InstanceAmount) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateCommandRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateCommandRequest.py new file mode 100644 index 0000000000..96c0049cf6 --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateCommandRequest.py @@ -0,0 +1,92 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class CreateCommandRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateCommand') + self.set_method('POST') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_WorkingDir(self): + return self.get_query_params().get('WorkingDir') + + def set_WorkingDir(self,WorkingDir): + self.add_query_param('WorkingDir',WorkingDir) + + def get_Description(self): + return self.get_query_params().get('Description') + + def set_Description(self,Description): + self.add_query_param('Description',Description) + + def get_Type(self): + return self.get_query_params().get('Type') + + def set_Type(self,Type): + self.add_query_param('Type',Type) + + def get_CommandContent(self): + return self.get_query_params().get('CommandContent') + + def set_CommandContent(self,CommandContent): + self.add_query_param('CommandContent',CommandContent) + + def get_Timeout(self): + return self.get_query_params().get('Timeout') + + def set_Timeout(self,Timeout): + self.add_query_param('Timeout',Timeout) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_Name(self): + return self.get_query_params().get('Name') + + def set_Name(self,Name): + self.add_query_param('Name',Name) + + def get_EnableParameter(self): + return self.get_query_params().get('EnableParameter') + + def set_EnableParameter(self,EnableParameter): + self.add_query_param('EnableParameter',EnableParameter) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateDedicatedHostClusterRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateDedicatedHostClusterRequest.py new file mode 100644 index 0000000000..9a5e573ba5 --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateDedicatedHostClusterRequest.py @@ -0,0 +1,90 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class CreateDedicatedHostClusterRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateDedicatedHostCluster') + self.set_method('POST') + + def get_DedicatedHostClusterName(self): + return self.get_query_params().get('DedicatedHostClusterName') + + def set_DedicatedHostClusterName(self,DedicatedHostClusterName): + self.add_query_param('DedicatedHostClusterName',DedicatedHostClusterName) + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_Description(self): + return self.get_query_params().get('Description') + + def set_Description(self,Description): + self.add_query_param('Description',Description) + + def get_ResourceGroupId(self): + return self.get_query_params().get('ResourceGroupId') + + def set_ResourceGroupId(self,ResourceGroupId): + self.add_query_param('ResourceGroupId',ResourceGroupId) + + def get_Tags(self): + return self.get_query_params().get('Tag') + + def set_Tags(self, Tags): + for depth1 in range(len(Tags)): + if Tags[depth1].get('Key') is not None: + self.add_query_param('Tag.' + str(depth1 + 1) + '.Key', Tags[depth1].get('Key')) + if Tags[depth1].get('Value') is not None: + self.add_query_param('Tag.' + str(depth1 + 1) + '.Value', Tags[depth1].get('Value')) + + def get_DryRun(self): + return self.get_query_params().get('DryRun') + + def set_DryRun(self,DryRun): + self.add_query_param('DryRun',DryRun) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_ZoneId(self): + return self.get_query_params().get('ZoneId') + + def set_ZoneId(self,ZoneId): + self.add_query_param('ZoneId',ZoneId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateDemandRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateDemandRequest.py new file mode 100644 index 0000000000..4b85d7f575 --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateDemandRequest.py @@ -0,0 +1,116 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class CreateDemandRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateDemand') + self.set_method('POST') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_ClientToken(self): + return self.get_query_params().get('ClientToken') + + def set_ClientToken(self,ClientToken): + self.add_query_param('ClientToken',ClientToken) + + def get_StartTime(self): + return self.get_query_params().get('StartTime') + + def set_StartTime(self,StartTime): + self.add_query_param('StartTime',StartTime) + + def get_DemandDescription(self): + return self.get_query_params().get('DemandDescription') + + def set_DemandDescription(self,DemandDescription): + self.add_query_param('DemandDescription',DemandDescription) + + def get_InstanceType(self): + return self.get_query_params().get('InstanceType') + + def set_InstanceType(self,InstanceType): + self.add_query_param('InstanceType',InstanceType) + + def get_InstanceChargeType(self): + return self.get_query_params().get('InstanceChargeType') + + def set_InstanceChargeType(self,InstanceChargeType): + self.add_query_param('InstanceChargeType',InstanceChargeType) + + def get_DemandName(self): + return self.get_query_params().get('DemandName') + + def set_DemandName(self,DemandName): + self.add_query_param('DemandName',DemandName) + + def get_Amount(self): + return self.get_query_params().get('Amount') + + def set_Amount(self,Amount): + self.add_query_param('Amount',Amount) + + def get_Period(self): + return self.get_query_params().get('Period') + + def set_Period(self,Period): + self.add_query_param('Period',Period) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_EndTime(self): + return self.get_query_params().get('EndTime') + + def set_EndTime(self,EndTime): + self.add_query_param('EndTime',EndTime) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_PeriodUnit(self): + return self.get_query_params().get('PeriodUnit') + + def set_PeriodUnit(self,PeriodUnit): + self.add_query_param('PeriodUnit',PeriodUnit) + + def get_ZoneId(self): + return self.get_query_params().get('ZoneId') + + def set_ZoneId(self,ZoneId): + self.add_query_param('ZoneId',ZoneId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateDeploymentSetRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateDeploymentSetRequest.py new file mode 100644 index 0000000000..4de5ded117 --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateDeploymentSetRequest.py @@ -0,0 +1,98 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class CreateDeploymentSetRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateDeploymentSet') + self.set_method('POST') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_ClientToken(self): + return self.get_query_params().get('ClientToken') + + def set_ClientToken(self,ClientToken): + self.add_query_param('ClientToken',ClientToken) + + def get_Description(self): + return self.get_query_params().get('Description') + + def set_Description(self,Description): + self.add_query_param('Description',Description) + + def get_GroupCount(self): + return self.get_query_params().get('GroupCount') + + def set_GroupCount(self,GroupCount): + self.add_query_param('GroupCount',GroupCount) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_DeploymentSetName(self): + return self.get_query_params().get('DeploymentSetName') + + def set_DeploymentSetName(self,DeploymentSetName): + self.add_query_param('DeploymentSetName',DeploymentSetName) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_OnUnableToRedeployFailedInstance(self): + return self.get_query_params().get('OnUnableToRedeployFailedInstance') + + def set_OnUnableToRedeployFailedInstance(self,OnUnableToRedeployFailedInstance): + self.add_query_param('OnUnableToRedeployFailedInstance',OnUnableToRedeployFailedInstance) + + def get_Granularity(self): + return self.get_query_params().get('Granularity') + + def set_Granularity(self,Granularity): + self.add_query_param('Granularity',Granularity) + + def get_Domain(self): + return self.get_query_params().get('Domain') + + def set_Domain(self,Domain): + self.add_query_param('Domain',Domain) + + def get_Strategy(self): + return self.get_query_params().get('Strategy') + + def set_Strategy(self,Strategy): + self.add_query_param('Strategy',Strategy) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateDiskRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateDiskRequest.py new file mode 100644 index 0000000000..4ff9dc9cd6 --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateDiskRequest.py @@ -0,0 +1,168 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class CreateDiskRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateDisk') + self.set_method('POST') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_SnapshotId(self): + return self.get_query_params().get('SnapshotId') + + def set_SnapshotId(self,SnapshotId): + self.add_query_param('SnapshotId',SnapshotId) + + def get_ClientToken(self): + return self.get_query_params().get('ClientToken') + + def set_ClientToken(self,ClientToken): + self.add_query_param('ClientToken',ClientToken) + + def get_EncryptAlgorithm(self): + return self.get_query_params().get('EncryptAlgorithm') + + def set_EncryptAlgorithm(self,EncryptAlgorithm): + self.add_query_param('EncryptAlgorithm',EncryptAlgorithm) + + def get_Description(self): + return self.get_query_params().get('Description') + + def set_Description(self,Description): + self.add_query_param('Description',Description) + + def get_DiskName(self): + return self.get_query_params().get('DiskName') + + def set_DiskName(self,DiskName): + self.add_query_param('DiskName',DiskName) + + def get_ResourceGroupId(self): + return self.get_query_params().get('ResourceGroupId') + + def set_ResourceGroupId(self,ResourceGroupId): + self.add_query_param('ResourceGroupId',ResourceGroupId) + + def get_DiskCategory(self): + return self.get_query_params().get('DiskCategory') + + def set_DiskCategory(self,DiskCategory): + self.add_query_param('DiskCategory',DiskCategory) + + def get_StorageSetPartitionNumber(self): + return self.get_query_params().get('StorageSetPartitionNumber') + + def set_StorageSetPartitionNumber(self,StorageSetPartitionNumber): + self.add_query_param('StorageSetPartitionNumber',StorageSetPartitionNumber) + + def get_Tags(self): + return self.get_query_params().get('Tag') + + def set_Tags(self, Tags): + for depth1 in range(len(Tags)): + if Tags[depth1].get('Value') is not None: + self.add_query_param('Tag.' + str(depth1 + 1) + '.Value', Tags[depth1].get('Value')) + if Tags[depth1].get('Key') is not None: + self.add_query_param('Tag.' + str(depth1 + 1) + '.Key', Tags[depth1].get('Key')) + + def get_Arns(self): + return self.get_query_params().get('Arn') + + def set_Arns(self, Arns): + for depth1 in range(len(Arns)): + if Arns[depth1].get('Rolearn') is not None: + self.add_query_param('Arn.' + str(depth1 + 1) + '.Rolearn', Arns[depth1].get('Rolearn')) + if Arns[depth1].get('RoleType') is not None: + self.add_query_param('Arn.' + str(depth1 + 1) + '.RoleType', Arns[depth1].get('RoleType')) + if Arns[depth1].get('AssumeRoleFor') is not None: + self.add_query_param('Arn.' + str(depth1 + 1) + '.AssumeRoleFor', Arns[depth1].get('AssumeRoleFor')) + + def get_AdvancedFeatures(self): + return self.get_query_params().get('AdvancedFeatures') + + def set_AdvancedFeatures(self,AdvancedFeatures): + self.add_query_param('AdvancedFeatures',AdvancedFeatures) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_PerformanceLevel(self): + return self.get_query_params().get('PerformanceLevel') + + def set_PerformanceLevel(self,PerformanceLevel): + self.add_query_param('PerformanceLevel',PerformanceLevel) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_InstanceId(self): + return self.get_query_params().get('InstanceId') + + def set_InstanceId(self,InstanceId): + self.add_query_param('InstanceId',InstanceId) + + def get_StorageSetId(self): + return self.get_query_params().get('StorageSetId') + + def set_StorageSetId(self,StorageSetId): + self.add_query_param('StorageSetId',StorageSetId) + + def get_Size(self): + return self.get_query_params().get('Size') + + def set_Size(self,Size): + self.add_query_param('Size',Size) + + def get_Encrypted(self): + return self.get_query_params().get('Encrypted') + + def set_Encrypted(self,Encrypted): + self.add_query_param('Encrypted',Encrypted) + + def get_ZoneId(self): + return self.get_query_params().get('ZoneId') + + def set_ZoneId(self,ZoneId): + self.add_query_param('ZoneId',ZoneId) + + def get_KMSKeyId(self): + return self.get_query_params().get('KMSKeyId') + + def set_KMSKeyId(self,KMSKeyId): + self.add_query_param('KMSKeyId',KMSKeyId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateElasticityAssuranceRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateElasticityAssuranceRequest.py new file mode 100644 index 0000000000..9cdf89fe58 --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateElasticityAssuranceRequest.py @@ -0,0 +1,126 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class CreateElasticityAssuranceRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateElasticityAssurance') + self.set_method('POST') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_ClientToken(self): + return self.get_query_params().get('ClientToken') + + def set_ClientToken(self,ClientToken): + self.add_query_param('ClientToken',ClientToken) + + def get_Description(self): + return self.get_query_params().get('Description') + + def set_Description(self,Description): + self.add_query_param('Description',Description) + + def get_StartTime(self): + return self.get_query_params().get('StartTime') + + def set_StartTime(self,StartTime): + self.add_query_param('StartTime',StartTime) + + def get_PrivatePoolOptionsMatchCriteria(self): + return self.get_query_params().get('PrivatePoolOptions.MatchCriteria') + + def set_PrivatePoolOptionsMatchCriteria(self,PrivatePoolOptionsMatchCriteria): + self.add_query_param('PrivatePoolOptions.MatchCriteria',PrivatePoolOptionsMatchCriteria) + + def get_InstanceTypes(self): + return self.get_query_params().get('InstanceType') + + def set_InstanceTypes(self, InstanceTypes): + for depth1 in range(len(InstanceTypes)): + if InstanceTypes[depth1] is not None: + self.add_query_param('InstanceType.' + str(depth1 + 1) , InstanceTypes[depth1]) + + def get_Period(self): + return self.get_query_params().get('Period') + + def set_Period(self,Period): + self.add_query_param('Period',Period) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_PrivatePoolOptionsName(self): + return self.get_query_params().get('PrivatePoolOptions.Name') + + def set_PrivatePoolOptionsName(self,PrivatePoolOptionsName): + self.add_query_param('PrivatePoolOptions.Name',PrivatePoolOptionsName) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_AssuranceTimes(self): + return self.get_query_params().get('AssuranceTimes') + + def set_AssuranceTimes(self,AssuranceTimes): + self.add_query_param('AssuranceTimes',AssuranceTimes) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_InstanceCpuCoreCount(self): + return self.get_query_params().get('InstanceCpuCoreCount') + + def set_InstanceCpuCoreCount(self,InstanceCpuCoreCount): + self.add_query_param('InstanceCpuCoreCount',InstanceCpuCoreCount) + + def get_PeriodUnit(self): + return self.get_query_params().get('PeriodUnit') + + def set_PeriodUnit(self,PeriodUnit): + self.add_query_param('PeriodUnit',PeriodUnit) + + def get_ZoneIds(self): + return self.get_query_params().get('ZoneId') + + def set_ZoneIds(self, ZoneIds): + for depth1 in range(len(ZoneIds)): + if ZoneIds[depth1] is not None: + self.add_query_param('ZoneId.' + str(depth1 + 1) , ZoneIds[depth1]) + + def get_InstanceAmount(self): + return self.get_query_params().get('InstanceAmount') + + def set_InstanceAmount(self,InstanceAmount): + self.add_query_param('InstanceAmount',InstanceAmount) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateForwardEntryRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateForwardEntryRequest.py new file mode 100644 index 0000000000..26c3ae9376 --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateForwardEntryRequest.py @@ -0,0 +1,86 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class CreateForwardEntryRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateForwardEntry') + self.set_method('POST') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_ForwardTableId(self): + return self.get_query_params().get('ForwardTableId') + + def set_ForwardTableId(self,ForwardTableId): + self.add_query_param('ForwardTableId',ForwardTableId) + + def get_InternalIp(self): + return self.get_query_params().get('InternalIp') + + def set_InternalIp(self,InternalIp): + self.add_query_param('InternalIp',InternalIp) + + def get_ExternalIp(self): + return self.get_query_params().get('ExternalIp') + + def set_ExternalIp(self,ExternalIp): + self.add_query_param('ExternalIp',ExternalIp) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_IpProtocol(self): + return self.get_query_params().get('IpProtocol') + + def set_IpProtocol(self,IpProtocol): + self.add_query_param('IpProtocol',IpProtocol) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_InternalPort(self): + return self.get_query_params().get('InternalPort') + + def set_InternalPort(self,InternalPort): + self.add_query_param('InternalPort',InternalPort) + + def get_ExternalPort(self): + return self.get_query_params().get('ExternalPort') + + def set_ExternalPort(self,ExternalPort): + self.add_query_param('ExternalPort',ExternalPort) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateHaVipRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateHaVipRequest.py new file mode 100644 index 0000000000..96d4c68581 --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateHaVipRequest.py @@ -0,0 +1,74 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class CreateHaVipRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateHaVip') + self.set_method('POST') + + def get_IpAddress(self): + return self.get_query_params().get('IpAddress') + + def set_IpAddress(self,IpAddress): + self.add_query_param('IpAddress',IpAddress) + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_ClientToken(self): + return self.get_query_params().get('ClientToken') + + def set_ClientToken(self,ClientToken): + self.add_query_param('ClientToken',ClientToken) + + def get_Description(self): + return self.get_query_params().get('Description') + + def set_Description(self,Description): + self.add_query_param('Description',Description) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_VSwitchId(self): + return self.get_query_params().get('VSwitchId') + + def set_VSwitchId(self,VSwitchId): + self.add_query_param('VSwitchId',VSwitchId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateHpcClusterRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateHpcClusterRequest.py new file mode 100644 index 0000000000..fa9cc30621 --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateHpcClusterRequest.py @@ -0,0 +1,68 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class CreateHpcClusterRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateHpcCluster') + self.set_method('POST') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_ClientToken(self): + return self.get_query_params().get('ClientToken') + + def set_ClientToken(self,ClientToken): + self.add_query_param('ClientToken',ClientToken) + + def get_Description(self): + return self.get_query_params().get('Description') + + def set_Description(self,Description): + self.add_query_param('Description',Description) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_Name(self): + return self.get_query_params().get('Name') + + def set_Name(self,Name): + self.add_query_param('Name',Name) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateImageComponentRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateImageComponentRequest.py new file mode 100644 index 0000000000..290a1b5cf3 --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateImageComponentRequest.py @@ -0,0 +1,102 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class CreateImageComponentRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateImageComponent') + self.set_method('POST') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_ClientToken(self): + return self.get_query_params().get('ClientToken') + + def set_ClientToken(self,ClientToken): + self.add_query_param('ClientToken',ClientToken) + + def get_Description(self): + return self.get_query_params().get('Description') + + def set_Description(self,Description): + self.add_query_param('Description',Description) + + def get_SystemType(self): + return self.get_query_params().get('SystemType') + + def set_SystemType(self,SystemType): + self.add_query_param('SystemType',SystemType) + + def get_Content(self): + return self.get_query_params().get('Content') + + def set_Content(self,Content): + self.add_query_param('Content',Content) + + def get_ResourceGroupId(self): + return self.get_query_params().get('ResourceGroupId') + + def set_ResourceGroupId(self,ResourceGroupId): + self.add_query_param('ResourceGroupId',ResourceGroupId) + + def get_Tags(self): + return self.get_query_params().get('Tag') + + def set_Tags(self, Tags): + for depth1 in range(len(Tags)): + if Tags[depth1].get('Key') is not None: + self.add_query_param('Tag.' + str(depth1 + 1) + '.Key', Tags[depth1].get('Key')) + if Tags[depth1].get('Value') is not None: + self.add_query_param('Tag.' + str(depth1 + 1) + '.Value', Tags[depth1].get('Value')) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_ComponentType(self): + return self.get_query_params().get('ComponentType') + + def set_ComponentType(self,ComponentType): + self.add_query_param('ComponentType',ComponentType) + + def get_Name(self): + return self.get_query_params().get('Name') + + def set_Name(self,Name): + self.add_query_param('Name',Name) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateImagePipelineRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateImagePipelineRequest.py new file mode 100644 index 0000000000..39c46660a5 --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateImagePipelineRequest.py @@ -0,0 +1,154 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class CreateImagePipelineRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateImagePipeline') + self.set_method('POST') + + def get_BaseImageType(self): + return self.get_query_params().get('BaseImageType') + + def set_BaseImageType(self,BaseImageType): + self.add_query_param('BaseImageType',BaseImageType) + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_ClientToken(self): + return self.get_query_params().get('ClientToken') + + def set_ClientToken(self,ClientToken): + self.add_query_param('ClientToken',ClientToken) + + def get_ToRegionIds(self): + return self.get_query_params().get('ToRegionId') + + def set_ToRegionIds(self, ToRegionIds): + for depth1 in range(len(ToRegionIds)): + if ToRegionIds[depth1] is not None: + self.add_query_param('ToRegionId.' + str(depth1 + 1) , ToRegionIds[depth1]) + + def get_InternetMaxBandwidthOut(self): + return self.get_query_params().get('InternetMaxBandwidthOut') + + def set_InternetMaxBandwidthOut(self,InternetMaxBandwidthOut): + self.add_query_param('InternetMaxBandwidthOut',InternetMaxBandwidthOut) + + def get_Description(self): + return self.get_query_params().get('Description') + + def set_Description(self,Description): + self.add_query_param('Description',Description) + + def get_ResourceGroupId(self): + return self.get_query_params().get('ResourceGroupId') + + def set_ResourceGroupId(self,ResourceGroupId): + self.add_query_param('ResourceGroupId',ResourceGroupId) + + def get_ImageName(self): + return self.get_query_params().get('ImageName') + + def set_ImageName(self,ImageName): + self.add_query_param('ImageName',ImageName) + + def get_SystemDiskSize(self): + return self.get_query_params().get('SystemDiskSize') + + def set_SystemDiskSize(self,SystemDiskSize): + self.add_query_param('SystemDiskSize',SystemDiskSize) + + def get_InstanceType(self): + return self.get_query_params().get('InstanceType') + + def set_InstanceType(self,InstanceType): + self.add_query_param('InstanceType',InstanceType) + + def get_Tags(self): + return self.get_query_params().get('Tag') + + def set_Tags(self, Tags): + for depth1 in range(len(Tags)): + if Tags[depth1].get('Key') is not None: + self.add_query_param('Tag.' + str(depth1 + 1) + '.Key', Tags[depth1].get('Key')) + if Tags[depth1].get('Value') is not None: + self.add_query_param('Tag.' + str(depth1 + 1) + '.Value', Tags[depth1].get('Value')) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_BaseImage(self): + return self.get_query_params().get('BaseImage') + + def set_BaseImage(self,BaseImage): + self.add_query_param('BaseImage',BaseImage) + + def get_VSwitchId(self): + return self.get_query_params().get('VSwitchId') + + def set_VSwitchId(self,VSwitchId): + self.add_query_param('VSwitchId',VSwitchId) + + def get_AddAccounts(self): + return self.get_query_params().get('AddAccount') + + def set_AddAccounts(self, AddAccounts): + for depth1 in range(len(AddAccounts)): + if AddAccounts[depth1] is not None: + self.add_query_param('AddAccount.' + str(depth1 + 1) , AddAccounts[depth1]) + + def get_DeleteInstanceOnFailure(self): + return self.get_query_params().get('DeleteInstanceOnFailure') + + def set_DeleteInstanceOnFailure(self,DeleteInstanceOnFailure): + self.add_query_param('DeleteInstanceOnFailure',DeleteInstanceOnFailure) + + def get_Name(self): + return self.get_query_params().get('Name') + + def set_Name(self,Name): + self.add_query_param('Name',Name) + + def get_BuildContent(self): + return self.get_query_params().get('BuildContent') + + def set_BuildContent(self,BuildContent): + self.add_query_param('BuildContent',BuildContent) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateImageRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateImageRequest.py new file mode 100644 index 0000000000..51005953ed --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateImageRequest.py @@ -0,0 +1,134 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class CreateImageRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateImage') + self.set_method('POST') + + def get_DiskDeviceMappings(self): + return self.get_query_params().get('DiskDeviceMapping') + + def set_DiskDeviceMappings(self, DiskDeviceMappings): + for depth1 in range(len(DiskDeviceMappings)): + if DiskDeviceMappings[depth1].get('SnapshotId') is not None: + self.add_query_param('DiskDeviceMapping.' + str(depth1 + 1) + '.SnapshotId', DiskDeviceMappings[depth1].get('SnapshotId')) + if DiskDeviceMappings[depth1].get('Size') is not None: + self.add_query_param('DiskDeviceMapping.' + str(depth1 + 1) + '.Size', DiskDeviceMappings[depth1].get('Size')) + if DiskDeviceMappings[depth1].get('DiskType') is not None: + self.add_query_param('DiskDeviceMapping.' + str(depth1 + 1) + '.DiskType', DiskDeviceMappings[depth1].get('DiskType')) + if DiskDeviceMappings[depth1].get('Device') is not None: + self.add_query_param('DiskDeviceMapping.' + str(depth1 + 1) + '.Device', DiskDeviceMappings[depth1].get('Device')) + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_SnapshotId(self): + return self.get_query_params().get('SnapshotId') + + def set_SnapshotId(self,SnapshotId): + self.add_query_param('SnapshotId',SnapshotId) + + def get_ClientToken(self): + return self.get_query_params().get('ClientToken') + + def set_ClientToken(self,ClientToken): + self.add_query_param('ClientToken',ClientToken) + + def get_Description(self): + return self.get_query_params().get('Description') + + def set_Description(self,Description): + self.add_query_param('Description',Description) + + def get_Platform(self): + return self.get_query_params().get('Platform') + + def set_Platform(self,Platform): + self.add_query_param('Platform',Platform) + + def get_ResourceGroupId(self): + return self.get_query_params().get('ResourceGroupId') + + def set_ResourceGroupId(self,ResourceGroupId): + self.add_query_param('ResourceGroupId',ResourceGroupId) + + def get_ImageName(self): + return self.get_query_params().get('ImageName') + + def set_ImageName(self,ImageName): + self.add_query_param('ImageName',ImageName) + + def get_Tags(self): + return self.get_query_params().get('Tag') + + def set_Tags(self, Tags): + for depth1 in range(len(Tags)): + if Tags[depth1].get('Value') is not None: + self.add_query_param('Tag.' + str(depth1 + 1) + '.Value', Tags[depth1].get('Value')) + if Tags[depth1].get('Key') is not None: + self.add_query_param('Tag.' + str(depth1 + 1) + '.Key', Tags[depth1].get('Key')) + + def get_Architecture(self): + return self.get_query_params().get('Architecture') + + def set_Architecture(self,Architecture): + self.add_query_param('Architecture',Architecture) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_InstanceId(self): + return self.get_query_params().get('InstanceId') + + def set_InstanceId(self,InstanceId): + self.add_query_param('InstanceId',InstanceId) + + def get_ImageFamily(self): + return self.get_query_params().get('ImageFamily') + + def set_ImageFamily(self,ImageFamily): + self.add_query_param('ImageFamily',ImageFamily) + + def get_ImageVersion(self): + return self.get_query_params().get('ImageVersion') + + def set_ImageVersion(self,ImageVersion): + self.add_query_param('ImageVersion',ImageVersion) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateInstanceRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateInstanceRequest.py new file mode 100644 index 0000000000..4afa8bb542 --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateInstanceRequest.py @@ -0,0 +1,442 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class CreateInstanceRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateInstance') + self.set_method('POST') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_HpcClusterId(self): + return self.get_query_params().get('HpcClusterId') + + def set_HpcClusterId(self,HpcClusterId): + self.add_query_param('HpcClusterId',HpcClusterId) + + def get_HttpPutResponseHopLimit(self): + return self.get_query_params().get('HttpPutResponseHopLimit') + + def set_HttpPutResponseHopLimit(self,HttpPutResponseHopLimit): + self.add_query_param('HttpPutResponseHopLimit',HttpPutResponseHopLimit) + + def get_SecurityEnhancementStrategy(self): + return self.get_query_params().get('SecurityEnhancementStrategy') + + def set_SecurityEnhancementStrategy(self,SecurityEnhancementStrategy): + self.add_query_param('SecurityEnhancementStrategy',SecurityEnhancementStrategy) + + def get_KeyPairName(self): + return self.get_query_params().get('KeyPairName') + + def set_KeyPairName(self,KeyPairName): + self.add_query_param('KeyPairName',KeyPairName) + + def get_SpotPriceLimit(self): + return self.get_query_params().get('SpotPriceLimit') + + def set_SpotPriceLimit(self,SpotPriceLimit): + self.add_query_param('SpotPriceLimit',SpotPriceLimit) + + def get_DeletionProtection(self): + return self.get_query_params().get('DeletionProtection') + + def set_DeletionProtection(self,DeletionProtection): + self.add_query_param('DeletionProtection',DeletionProtection) + + def get_ResourceGroupId(self): + return self.get_query_params().get('ResourceGroupId') + + def set_ResourceGroupId(self,ResourceGroupId): + self.add_query_param('ResourceGroupId',ResourceGroupId) + + def get_PrivatePoolOptionsMatchCriteria(self): + return self.get_query_params().get('PrivatePoolOptions.MatchCriteria') + + def set_PrivatePoolOptionsMatchCriteria(self,PrivatePoolOptionsMatchCriteria): + self.add_query_param('PrivatePoolOptions.MatchCriteria',PrivatePoolOptionsMatchCriteria) + + def get_HostName(self): + return self.get_query_params().get('HostName') + + def set_HostName(self,HostName): + self.add_query_param('HostName',HostName) + + def get_Password(self): + return self.get_query_params().get('Password') + + def set_Password(self,Password): + self.add_query_param('Password',Password) + + def get_DeploymentSetGroupNo(self): + return self.get_query_params().get('DeploymentSetGroupNo') + + def set_DeploymentSetGroupNo(self,DeploymentSetGroupNo): + self.add_query_param('DeploymentSetGroupNo',DeploymentSetGroupNo) + + def get_StorageSetPartitionNumber(self): + return self.get_query_params().get('StorageSetPartitionNumber') + + def set_StorageSetPartitionNumber(self,StorageSetPartitionNumber): + self.add_query_param('StorageSetPartitionNumber',StorageSetPartitionNumber) + + def get_Tags(self): + return self.get_query_params().get('Tag') + + def set_Tags(self, Tags): + for depth1 in range(len(Tags)): + if Tags[depth1].get('Value') is not None: + self.add_query_param('Tag.' + str(depth1 + 1) + '.Value', Tags[depth1].get('Value')) + if Tags[depth1].get('Key') is not None: + self.add_query_param('Tag.' + str(depth1 + 1) + '.Key', Tags[depth1].get('Key')) + + def get_PrivatePoolOptionsId(self): + return self.get_query_params().get('PrivatePoolOptions.Id') + + def set_PrivatePoolOptionsId(self,PrivatePoolOptionsId): + self.add_query_param('PrivatePoolOptions.Id',PrivatePoolOptionsId) + + def get_AutoRenewPeriod(self): + return self.get_query_params().get('AutoRenewPeriod') + + def set_AutoRenewPeriod(self,AutoRenewPeriod): + self.add_query_param('AutoRenewPeriod',AutoRenewPeriod) + + def get_NodeControllerId(self): + return self.get_query_params().get('NodeControllerId') + + def set_NodeControllerId(self,NodeControllerId): + self.add_query_param('NodeControllerId',NodeControllerId) + + def get_Period(self): + return self.get_query_params().get('Period') + + def set_Period(self,Period): + self.add_query_param('Period',Period) + + def get_DryRun(self): + return self.get_query_params().get('DryRun') + + def set_DryRun(self,DryRun): + self.add_query_param('DryRun',DryRun) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_VSwitchId(self): + return self.get_query_params().get('VSwitchId') + + def set_VSwitchId(self,VSwitchId): + self.add_query_param('VSwitchId',VSwitchId) + + def get_PrivateIpAddress(self): + return self.get_query_params().get('PrivateIpAddress') + + def set_PrivateIpAddress(self,PrivateIpAddress): + self.add_query_param('PrivateIpAddress',PrivateIpAddress) + + def get_SpotStrategy(self): + return self.get_query_params().get('SpotStrategy') + + def set_SpotStrategy(self,SpotStrategy): + self.add_query_param('SpotStrategy',SpotStrategy) + + def get_PeriodUnit(self): + return self.get_query_params().get('PeriodUnit') + + def set_PeriodUnit(self,PeriodUnit): + self.add_query_param('PeriodUnit',PeriodUnit) + + def get_InstanceName(self): + return self.get_query_params().get('InstanceName') + + def set_InstanceName(self,InstanceName): + self.add_query_param('InstanceName',InstanceName) + + def get_AutoRenew(self): + return self.get_query_params().get('AutoRenew') + + def set_AutoRenew(self,AutoRenew): + self.add_query_param('AutoRenew',AutoRenew) + + def get_InternetChargeType(self): + return self.get_query_params().get('InternetChargeType') + + def set_InternetChargeType(self,InternetChargeType): + self.add_query_param('InternetChargeType',InternetChargeType) + + def get_ZoneId(self): + return self.get_query_params().get('ZoneId') + + def set_ZoneId(self,ZoneId): + self.add_query_param('ZoneId',ZoneId) + + def get_InternetMaxBandwidthIn(self): + return self.get_query_params().get('InternetMaxBandwidthIn') + + def set_InternetMaxBandwidthIn(self,InternetMaxBandwidthIn): + self.add_query_param('InternetMaxBandwidthIn',InternetMaxBandwidthIn) + + def get_UseAdditionalService(self): + return self.get_query_params().get('UseAdditionalService') + + def set_UseAdditionalService(self,UseAdditionalService): + self.add_query_param('UseAdditionalService',UseAdditionalService) + + def get_Affinity(self): + return self.get_query_params().get('Affinity') + + def set_Affinity(self,Affinity): + self.add_query_param('Affinity',Affinity) + + def get_ImageId(self): + return self.get_query_params().get('ImageId') + + def set_ImageId(self,ImageId): + self.add_query_param('ImageId',ImageId) + + def get_ClientToken(self): + return self.get_query_params().get('ClientToken') + + def set_ClientToken(self,ClientToken): + self.add_query_param('ClientToken',ClientToken) + + def get_VlanId(self): + return self.get_query_params().get('VlanId') + + def set_VlanId(self,VlanId): + self.add_query_param('VlanId',VlanId) + + def get_SpotInterruptionBehavior(self): + return self.get_query_params().get('SpotInterruptionBehavior') + + def set_SpotInterruptionBehavior(self,SpotInterruptionBehavior): + self.add_query_param('SpotInterruptionBehavior',SpotInterruptionBehavior) + + def get_IoOptimized(self): + return self.get_query_params().get('IoOptimized') + + def set_IoOptimized(self,IoOptimized): + self.add_query_param('IoOptimized',IoOptimized) + + def get_SecurityGroupId(self): + return self.get_query_params().get('SecurityGroupId') + + def set_SecurityGroupId(self,SecurityGroupId): + self.add_query_param('SecurityGroupId',SecurityGroupId) + + def get_InternetMaxBandwidthOut(self): + return self.get_query_params().get('InternetMaxBandwidthOut') + + def set_InternetMaxBandwidthOut(self,InternetMaxBandwidthOut): + self.add_query_param('InternetMaxBandwidthOut',InternetMaxBandwidthOut) + + def get_Description(self): + return self.get_query_params().get('Description') + + def set_Description(self,Description): + self.add_query_param('Description',Description) + + def get_SystemDiskCategory(self): + return self.get_query_params().get('SystemDisk.Category') + + def set_SystemDiskCategory(self,SystemDiskCategory): + self.add_query_param('SystemDisk.Category',SystemDiskCategory) + + def get_SystemDiskPerformanceLevel(self): + return self.get_query_params().get('SystemDisk.PerformanceLevel') + + def set_SystemDiskPerformanceLevel(self,SystemDiskPerformanceLevel): + self.add_query_param('SystemDisk.PerformanceLevel',SystemDiskPerformanceLevel) + + def get_UserData(self): + return self.get_query_params().get('UserData') + + def set_UserData(self,UserData): + self.add_query_param('UserData',UserData) + + def get_PasswordInherit(self): + return self.get_query_params().get('PasswordInherit') + + def set_PasswordInherit(self,PasswordInherit): + self.add_query_param('PasswordInherit',PasswordInherit) + + def get_HttpEndpoint(self): + return self.get_query_params().get('HttpEndpoint') + + def set_HttpEndpoint(self,HttpEndpoint): + self.add_query_param('HttpEndpoint',HttpEndpoint) + + def get_InstanceType(self): + return self.get_query_params().get('InstanceType') + + def set_InstanceType(self,InstanceType): + self.add_query_param('InstanceType',InstanceType) + + def get_Arns(self): + return self.get_query_params().get('Arn') + + def set_Arns(self, Arns): + for depth1 in range(len(Arns)): + if Arns[depth1].get('Rolearn') is not None: + self.add_query_param('Arn.' + str(depth1 + 1) + '.Rolearn', Arns[depth1].get('Rolearn')) + if Arns[depth1].get('RoleType') is not None: + self.add_query_param('Arn.' + str(depth1 + 1) + '.RoleType', Arns[depth1].get('RoleType')) + if Arns[depth1].get('AssumeRoleFor') is not None: + self.add_query_param('Arn.' + str(depth1 + 1) + '.AssumeRoleFor', Arns[depth1].get('AssumeRoleFor')) + + def get_InstanceChargeType(self): + return self.get_query_params().get('InstanceChargeType') + + def set_InstanceChargeType(self,InstanceChargeType): + self.add_query_param('InstanceChargeType',InstanceChargeType) + + def get_DeploymentSetId(self): + return self.get_query_params().get('DeploymentSetId') + + def set_DeploymentSetId(self,DeploymentSetId): + self.add_query_param('DeploymentSetId',DeploymentSetId) + + def get_InnerIpAddress(self): + return self.get_query_params().get('InnerIpAddress') + + def set_InnerIpAddress(self,InnerIpAddress): + self.add_query_param('InnerIpAddress',InnerIpAddress) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_Tenancy(self): + return self.get_query_params().get('Tenancy') + + def set_Tenancy(self,Tenancy): + self.add_query_param('Tenancy',Tenancy) + + def get_SystemDiskDiskName(self): + return self.get_query_params().get('SystemDisk.DiskName') + + def set_SystemDiskDiskName(self,SystemDiskDiskName): + self.add_query_param('SystemDisk.DiskName',SystemDiskDiskName) + + def get_RamRoleName(self): + return self.get_query_params().get('RamRoleName') + + def set_RamRoleName(self,RamRoleName): + self.add_query_param('RamRoleName',RamRoleName) + + def get_DedicatedHostId(self): + return self.get_query_params().get('DedicatedHostId') + + def set_DedicatedHostId(self,DedicatedHostId): + self.add_query_param('DedicatedHostId',DedicatedHostId) + + def get_ClusterId(self): + return self.get_query_params().get('ClusterId') + + def set_ClusterId(self,ClusterId): + self.add_query_param('ClusterId',ClusterId) + + def get_CreditSpecification(self): + return self.get_query_params().get('CreditSpecification') + + def set_CreditSpecification(self,CreditSpecification): + self.add_query_param('CreditSpecification',CreditSpecification) + + def get_SpotDuration(self): + return self.get_query_params().get('SpotDuration') + + def set_SpotDuration(self,SpotDuration): + self.add_query_param('SpotDuration',SpotDuration) + + def get_DataDisks(self): + return self.get_query_params().get('DataDisk') + + def set_DataDisks(self, DataDisks): + for depth1 in range(len(DataDisks)): + if DataDisks[depth1].get('DiskName') is not None: + self.add_query_param('DataDisk.' + str(depth1 + 1) + '.DiskName', DataDisks[depth1].get('DiskName')) + if DataDisks[depth1].get('SnapshotId') is not None: + self.add_query_param('DataDisk.' + str(depth1 + 1) + '.SnapshotId', DataDisks[depth1].get('SnapshotId')) + if DataDisks[depth1].get('Size') is not None: + self.add_query_param('DataDisk.' + str(depth1 + 1) + '.Size', DataDisks[depth1].get('Size')) + if DataDisks[depth1].get('Encrypted') is not None: + self.add_query_param('DataDisk.' + str(depth1 + 1) + '.Encrypted', DataDisks[depth1].get('Encrypted')) + if DataDisks[depth1].get('PerformanceLevel') is not None: + self.add_query_param('DataDisk.' + str(depth1 + 1) + '.PerformanceLevel', DataDisks[depth1].get('PerformanceLevel')) + if DataDisks[depth1].get('EncryptAlgorithm') is not None: + self.add_query_param('DataDisk.' + str(depth1 + 1) + '.EncryptAlgorithm', DataDisks[depth1].get('EncryptAlgorithm')) + if DataDisks[depth1].get('Description') is not None: + self.add_query_param('DataDisk.' + str(depth1 + 1) + '.Description', DataDisks[depth1].get('Description')) + if DataDisks[depth1].get('Category') is not None: + self.add_query_param('DataDisk.' + str(depth1 + 1) + '.Category', DataDisks[depth1].get('Category')) + if DataDisks[depth1].get('KMSKeyId') is not None: + self.add_query_param('DataDisk.' + str(depth1 + 1) + '.KMSKeyId', DataDisks[depth1].get('KMSKeyId')) + if DataDisks[depth1].get('Device') is not None: + self.add_query_param('DataDisk.' + str(depth1 + 1) + '.Device', DataDisks[depth1].get('Device')) + if DataDisks[depth1].get('DeleteWithInstance') is not None: + self.add_query_param('DataDisk.' + str(depth1 + 1) + '.DeleteWithInstance', DataDisks[depth1].get('DeleteWithInstance')) + + def get_StorageSetId(self): + return self.get_query_params().get('StorageSetId') + + def set_StorageSetId(self,StorageSetId): + self.add_query_param('StorageSetId',StorageSetId) + + def get_SystemDiskSize(self): + return self.get_query_params().get('SystemDisk.Size') + + def set_SystemDiskSize(self,SystemDiskSize): + self.add_query_param('SystemDisk.Size',SystemDiskSize) + + def get_ImageFamily(self): + return self.get_query_params().get('ImageFamily') + + def set_ImageFamily(self,ImageFamily): + self.add_query_param('ImageFamily',ImageFamily) + + def get_HttpTokens(self): + return self.get_query_params().get('HttpTokens') + + def set_HttpTokens(self,HttpTokens): + self.add_query_param('HttpTokens',HttpTokens) + + def get_SystemDiskDescription(self): + return self.get_query_params().get('SystemDisk.Description') + + def set_SystemDiskDescription(self,SystemDiskDescription): + self.add_query_param('SystemDisk.Description',SystemDiskDescription) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateKeyPairRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateKeyPairRequest.py new file mode 100644 index 0000000000..b0463afda5 --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateKeyPairRequest.py @@ -0,0 +1,66 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class CreateKeyPairRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateKeyPair') + self.set_method('POST') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_KeyPairName(self): + return self.get_query_params().get('KeyPairName') + + def set_KeyPairName(self,KeyPairName): + self.add_query_param('KeyPairName',KeyPairName) + + def get_ResourceGroupId(self): + return self.get_query_params().get('ResourceGroupId') + + def set_ResourceGroupId(self,ResourceGroupId): + self.add_query_param('ResourceGroupId',ResourceGroupId) + + def get_Tags(self): + return self.get_query_params().get('Tag') + + def set_Tags(self, Tags): + for depth1 in range(len(Tags)): + if Tags[depth1].get('Value') is not None: + self.add_query_param('Tag.' + str(depth1 + 1) + '.Value', Tags[depth1].get('Value')) + if Tags[depth1].get('Key') is not None: + self.add_query_param('Tag.' + str(depth1 + 1) + '.Key', Tags[depth1].get('Key')) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateLaunchTemplateRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateLaunchTemplateRequest.py new file mode 100644 index 0000000000..2a353f8acc --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateLaunchTemplateRequest.py @@ -0,0 +1,362 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class CreateLaunchTemplateRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateLaunchTemplate') + self.set_method('POST') + + def get_LaunchTemplateName(self): + return self.get_query_params().get('LaunchTemplateName') + + def set_LaunchTemplateName(self,LaunchTemplateName): + self.add_query_param('LaunchTemplateName',LaunchTemplateName) + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_SecurityEnhancementStrategy(self): + return self.get_query_params().get('SecurityEnhancementStrategy') + + def set_SecurityEnhancementStrategy(self,SecurityEnhancementStrategy): + self.add_query_param('SecurityEnhancementStrategy',SecurityEnhancementStrategy) + + def get_NetworkType(self): + return self.get_query_params().get('NetworkType') + + def set_NetworkType(self,NetworkType): + self.add_query_param('NetworkType',NetworkType) + + def get_KeyPairName(self): + return self.get_query_params().get('KeyPairName') + + def set_KeyPairName(self,KeyPairName): + self.add_query_param('KeyPairName',KeyPairName) + + def get_SpotPriceLimit(self): + return self.get_query_params().get('SpotPriceLimit') + + def set_SpotPriceLimit(self,SpotPriceLimit): + self.add_query_param('SpotPriceLimit',SpotPriceLimit) + + def get_ImageOwnerAlias(self): + return self.get_query_params().get('ImageOwnerAlias') + + def set_ImageOwnerAlias(self,ImageOwnerAlias): + self.add_query_param('ImageOwnerAlias',ImageOwnerAlias) + + def get_ResourceGroupId(self): + return self.get_query_params().get('ResourceGroupId') + + def set_ResourceGroupId(self,ResourceGroupId): + self.add_query_param('ResourceGroupId',ResourceGroupId) + + def get_HostName(self): + return self.get_query_params().get('HostName') + + def set_HostName(self,HostName): + self.add_query_param('HostName',HostName) + + def get_SystemDiskIops(self): + return self.get_query_params().get('SystemDisk.Iops') + + def set_SystemDiskIops(self,SystemDiskIops): + self.add_query_param('SystemDisk.Iops',SystemDiskIops) + + def get_TemplateTags(self): + return self.get_query_params().get('TemplateTag') + + def set_TemplateTags(self, TemplateTags): + for depth1 in range(len(TemplateTags)): + if TemplateTags[depth1].get('Key') is not None: + self.add_query_param('TemplateTag.' + str(depth1 + 1) + '.Key', TemplateTags[depth1].get('Key')) + if TemplateTags[depth1].get('Value') is not None: + self.add_query_param('TemplateTag.' + str(depth1 + 1) + '.Value', TemplateTags[depth1].get('Value')) + + def get_Tags(self): + return self.get_query_params().get('Tag') + + def set_Tags(self, Tags): + for depth1 in range(len(Tags)): + if Tags[depth1].get('Key') is not None: + self.add_query_param('Tag.' + str(depth1 + 1) + '.Key', Tags[depth1].get('Key')) + if Tags[depth1].get('Value') is not None: + self.add_query_param('Tag.' + str(depth1 + 1) + '.Value', Tags[depth1].get('Value')) + + def get_Period(self): + return self.get_query_params().get('Period') + + def set_Period(self,Period): + self.add_query_param('Period',Period) + + def get_TemplateResourceGroupId(self): + return self.get_query_params().get('TemplateResourceGroupId') + + def set_TemplateResourceGroupId(self,TemplateResourceGroupId): + self.add_query_param('TemplateResourceGroupId',TemplateResourceGroupId) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_VSwitchId(self): + return self.get_query_params().get('VSwitchId') + + def set_VSwitchId(self,VSwitchId): + self.add_query_param('VSwitchId',VSwitchId) + + def get_SpotStrategy(self): + return self.get_query_params().get('SpotStrategy') + + def set_SpotStrategy(self,SpotStrategy): + self.add_query_param('SpotStrategy',SpotStrategy) + + def get_PrivateIpAddress(self): + return self.get_query_params().get('PrivateIpAddress') + + def set_PrivateIpAddress(self,PrivateIpAddress): + self.add_query_param('PrivateIpAddress',PrivateIpAddress) + + def get_InstanceName(self): + return self.get_query_params().get('InstanceName') + + def set_InstanceName(self,InstanceName): + self.add_query_param('InstanceName',InstanceName) + + def get_InternetChargeType(self): + return self.get_query_params().get('InternetChargeType') + + def set_InternetChargeType(self,InternetChargeType): + self.add_query_param('InternetChargeType',InternetChargeType) + + def get_ZoneId(self): + return self.get_query_params().get('ZoneId') + + def set_ZoneId(self,ZoneId): + self.add_query_param('ZoneId',ZoneId) + + def get_InternetMaxBandwidthIn(self): + return self.get_query_params().get('InternetMaxBandwidthIn') + + def set_InternetMaxBandwidthIn(self,InternetMaxBandwidthIn): + self.add_query_param('InternetMaxBandwidthIn',InternetMaxBandwidthIn) + + def get_VersionDescription(self): + return self.get_query_params().get('VersionDescription') + + def set_VersionDescription(self,VersionDescription): + self.add_query_param('VersionDescription',VersionDescription) + + def get_SystemDiskDeleteWithInstance(self): + return self.get_query_params().get('SystemDisk.DeleteWithInstance') + + def set_SystemDiskDeleteWithInstance(self,SystemDiskDeleteWithInstance): + self.add_query_param('SystemDisk.DeleteWithInstance',SystemDiskDeleteWithInstance) + + def get_ImageId(self): + return self.get_query_params().get('ImageId') + + def set_ImageId(self,ImageId): + self.add_query_param('ImageId',ImageId) + + def get_IoOptimized(self): + return self.get_query_params().get('IoOptimized') + + def set_IoOptimized(self,IoOptimized): + self.add_query_param('IoOptimized',IoOptimized) + + def get_SecurityGroupId(self): + return self.get_query_params().get('SecurityGroupId') + + def set_SecurityGroupId(self,SecurityGroupId): + self.add_query_param('SecurityGroupId',SecurityGroupId) + + def get_InternetMaxBandwidthOut(self): + return self.get_query_params().get('InternetMaxBandwidthOut') + + def set_InternetMaxBandwidthOut(self,InternetMaxBandwidthOut): + self.add_query_param('InternetMaxBandwidthOut',InternetMaxBandwidthOut) + + def get_Description(self): + return self.get_query_params().get('Description') + + def set_Description(self,Description): + self.add_query_param('Description',Description) + + def get_SystemDiskCategory(self): + return self.get_query_params().get('SystemDisk.Category') + + def set_SystemDiskCategory(self,SystemDiskCategory): + self.add_query_param('SystemDisk.Category',SystemDiskCategory) + + def get_SystemDiskPerformanceLevel(self): + return self.get_query_params().get('SystemDisk.PerformanceLevel') + + def set_SystemDiskPerformanceLevel(self,SystemDiskPerformanceLevel): + self.add_query_param('SystemDisk.PerformanceLevel',SystemDiskPerformanceLevel) + + def get_UserData(self): + return self.get_query_params().get('UserData') + + def set_UserData(self,UserData): + self.add_query_param('UserData',UserData) + + def get_PasswordInherit(self): + return self.get_query_params().get('PasswordInherit') + + def set_PasswordInherit(self,PasswordInherit): + self.add_query_param('PasswordInherit',PasswordInherit) + + def get_InstanceType(self): + return self.get_query_params().get('InstanceType') + + def set_InstanceType(self,InstanceType): + self.add_query_param('InstanceType',InstanceType) + + def get_InstanceChargeType(self): + return self.get_query_params().get('InstanceChargeType') + + def set_InstanceChargeType(self,InstanceChargeType): + self.add_query_param('InstanceChargeType',InstanceChargeType) + + def get_EnableVmOsConfig(self): + return self.get_query_params().get('EnableVmOsConfig') + + def set_EnableVmOsConfig(self,EnableVmOsConfig): + self.add_query_param('EnableVmOsConfig',EnableVmOsConfig) + + def get_NetworkInterfaces(self): + return self.get_query_params().get('NetworkInterface') + + def set_NetworkInterfaces(self, NetworkInterfaces): + for depth1 in range(len(NetworkInterfaces)): + if NetworkInterfaces[depth1].get('PrimaryIpAddress') is not None: + self.add_query_param('NetworkInterface.' + str(depth1 + 1) + '.PrimaryIpAddress', NetworkInterfaces[depth1].get('PrimaryIpAddress')) + if NetworkInterfaces[depth1].get('VSwitchId') is not None: + self.add_query_param('NetworkInterface.' + str(depth1 + 1) + '.VSwitchId', NetworkInterfaces[depth1].get('VSwitchId')) + if NetworkInterfaces[depth1].get('SecurityGroupId') is not None: + self.add_query_param('NetworkInterface.' + str(depth1 + 1) + '.SecurityGroupId', NetworkInterfaces[depth1].get('SecurityGroupId')) + if NetworkInterfaces[depth1].get('NetworkInterfaceName') is not None: + self.add_query_param('NetworkInterface.' + str(depth1 + 1) + '.NetworkInterfaceName', NetworkInterfaces[depth1].get('NetworkInterfaceName')) + if NetworkInterfaces[depth1].get('Description') is not None: + self.add_query_param('NetworkInterface.' + str(depth1 + 1) + '.Description', NetworkInterfaces[depth1].get('Description')) + if NetworkInterfaces[depth1].get('SecurityGroupIds') is not None: + for depth2 in range(len(NetworkInterfaces[depth1].get('SecurityGroupIds'))): + if NetworkInterfaces[depth1].get('SecurityGroupIds')[depth2] is not None: + self.add_query_param('NetworkInterface.' + str(depth1 + 1) + '.SecurityGroupIds.' + str(depth2 + 1) , NetworkInterfaces[depth1].get('SecurityGroupIds')[depth2]) + + def get_DeploymentSetId(self): + return self.get_query_params().get('DeploymentSetId') + + def set_DeploymentSetId(self,DeploymentSetId): + self.add_query_param('DeploymentSetId',DeploymentSetId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_SystemDiskDiskName(self): + return self.get_query_params().get('SystemDisk.DiskName') + + def set_SystemDiskDiskName(self,SystemDiskDiskName): + self.add_query_param('SystemDisk.DiskName',SystemDiskDiskName) + + def get_RamRoleName(self): + return self.get_query_params().get('RamRoleName') + + def set_RamRoleName(self,RamRoleName): + self.add_query_param('RamRoleName',RamRoleName) + + def get_AutoReleaseTime(self): + return self.get_query_params().get('AutoReleaseTime') + + def set_AutoReleaseTime(self,AutoReleaseTime): + self.add_query_param('AutoReleaseTime',AutoReleaseTime) + + def get_SpotDuration(self): + return self.get_query_params().get('SpotDuration') + + def set_SpotDuration(self,SpotDuration): + self.add_query_param('SpotDuration',SpotDuration) + + def get_SecurityGroupIdss(self): + return self.get_query_params().get('SecurityGroupIds') + + def set_SecurityGroupIdss(self, SecurityGroupIdss): + for depth1 in range(len(SecurityGroupIdss)): + if SecurityGroupIdss[depth1] is not None: + self.add_query_param('SecurityGroupIds.' + str(depth1 + 1) , SecurityGroupIdss[depth1]) + + def get_DataDisks(self): + return self.get_query_params().get('DataDisk') + + def set_DataDisks(self, DataDisks): + for depth1 in range(len(DataDisks)): + if DataDisks[depth1].get('Size') is not None: + self.add_query_param('DataDisk.' + str(depth1 + 1) + '.Size', DataDisks[depth1].get('Size')) + if DataDisks[depth1].get('SnapshotId') is not None: + self.add_query_param('DataDisk.' + str(depth1 + 1) + '.SnapshotId', DataDisks[depth1].get('SnapshotId')) + if DataDisks[depth1].get('Category') is not None: + self.add_query_param('DataDisk.' + str(depth1 + 1) + '.Category', DataDisks[depth1].get('Category')) + if DataDisks[depth1].get('Encrypted') is not None: + self.add_query_param('DataDisk.' + str(depth1 + 1) + '.Encrypted', DataDisks[depth1].get('Encrypted')) + if DataDisks[depth1].get('DiskName') is not None: + self.add_query_param('DataDisk.' + str(depth1 + 1) + '.DiskName', DataDisks[depth1].get('DiskName')) + if DataDisks[depth1].get('Description') is not None: + self.add_query_param('DataDisk.' + str(depth1 + 1) + '.Description', DataDisks[depth1].get('Description')) + if DataDisks[depth1].get('DeleteWithInstance') is not None: + self.add_query_param('DataDisk.' + str(depth1 + 1) + '.DeleteWithInstance', DataDisks[depth1].get('DeleteWithInstance')) + if DataDisks[depth1].get('Device') is not None: + self.add_query_param('DataDisk.' + str(depth1 + 1) + '.Device', DataDisks[depth1].get('Device')) + if DataDisks[depth1].get('PerformanceLevel') is not None: + self.add_query_param('DataDisk.' + str(depth1 + 1) + '.PerformanceLevel', DataDisks[depth1].get('PerformanceLevel')) + + def get_SystemDiskSize(self): + return self.get_query_params().get('SystemDisk.Size') + + def set_SystemDiskSize(self,SystemDiskSize): + self.add_query_param('SystemDisk.Size',SystemDiskSize) + + def get_VpcId(self): + return self.get_query_params().get('VpcId') + + def set_VpcId(self,VpcId): + self.add_query_param('VpcId',VpcId) + + def get_SystemDiskDescription(self): + return self.get_query_params().get('SystemDisk.Description') + + def set_SystemDiskDescription(self,SystemDiskDescription): + self.add_query_param('SystemDisk.Description',SystemDiskDescription) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateLaunchTemplateVersionRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateLaunchTemplateVersionRequest.py new file mode 100644 index 0000000000..abeb0ccbb8 --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateLaunchTemplateVersionRequest.py @@ -0,0 +1,352 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class CreateLaunchTemplateVersionRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateLaunchTemplateVersion') + self.set_method('POST') + + def get_LaunchTemplateName(self): + return self.get_query_params().get('LaunchTemplateName') + + def set_LaunchTemplateName(self,LaunchTemplateName): + self.add_query_param('LaunchTemplateName',LaunchTemplateName) + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_SecurityEnhancementStrategy(self): + return self.get_query_params().get('SecurityEnhancementStrategy') + + def set_SecurityEnhancementStrategy(self,SecurityEnhancementStrategy): + self.add_query_param('SecurityEnhancementStrategy',SecurityEnhancementStrategy) + + def get_NetworkType(self): + return self.get_query_params().get('NetworkType') + + def set_NetworkType(self,NetworkType): + self.add_query_param('NetworkType',NetworkType) + + def get_KeyPairName(self): + return self.get_query_params().get('KeyPairName') + + def set_KeyPairName(self,KeyPairName): + self.add_query_param('KeyPairName',KeyPairName) + + def get_SpotPriceLimit(self): + return self.get_query_params().get('SpotPriceLimit') + + def set_SpotPriceLimit(self,SpotPriceLimit): + self.add_query_param('SpotPriceLimit',SpotPriceLimit) + + def get_ImageOwnerAlias(self): + return self.get_query_params().get('ImageOwnerAlias') + + def set_ImageOwnerAlias(self,ImageOwnerAlias): + self.add_query_param('ImageOwnerAlias',ImageOwnerAlias) + + def get_ResourceGroupId(self): + return self.get_query_params().get('ResourceGroupId') + + def set_ResourceGroupId(self,ResourceGroupId): + self.add_query_param('ResourceGroupId',ResourceGroupId) + + def get_HostName(self): + return self.get_query_params().get('HostName') + + def set_HostName(self,HostName): + self.add_query_param('HostName',HostName) + + def get_SystemDiskIops(self): + return self.get_query_params().get('SystemDisk.Iops') + + def set_SystemDiskIops(self,SystemDiskIops): + self.add_query_param('SystemDisk.Iops',SystemDiskIops) + + def get_Tags(self): + return self.get_query_params().get('Tag') + + def set_Tags(self, Tags): + for depth1 in range(len(Tags)): + if Tags[depth1].get('Key') is not None: + self.add_query_param('Tag.' + str(depth1 + 1) + '.Key', Tags[depth1].get('Key')) + if Tags[depth1].get('Value') is not None: + self.add_query_param('Tag.' + str(depth1 + 1) + '.Value', Tags[depth1].get('Value')) + + def get_Period(self): + return self.get_query_params().get('Period') + + def set_Period(self,Period): + self.add_query_param('Period',Period) + + def get_LaunchTemplateId(self): + return self.get_query_params().get('LaunchTemplateId') + + def set_LaunchTemplateId(self,LaunchTemplateId): + self.add_query_param('LaunchTemplateId',LaunchTemplateId) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_VSwitchId(self): + return self.get_query_params().get('VSwitchId') + + def set_VSwitchId(self,VSwitchId): + self.add_query_param('VSwitchId',VSwitchId) + + def get_SpotStrategy(self): + return self.get_query_params().get('SpotStrategy') + + def set_SpotStrategy(self,SpotStrategy): + self.add_query_param('SpotStrategy',SpotStrategy) + + def get_PrivateIpAddress(self): + return self.get_query_params().get('PrivateIpAddress') + + def set_PrivateIpAddress(self,PrivateIpAddress): + self.add_query_param('PrivateIpAddress',PrivateIpAddress) + + def get_InstanceName(self): + return self.get_query_params().get('InstanceName') + + def set_InstanceName(self,InstanceName): + self.add_query_param('InstanceName',InstanceName) + + def get_InternetChargeType(self): + return self.get_query_params().get('InternetChargeType') + + def set_InternetChargeType(self,InternetChargeType): + self.add_query_param('InternetChargeType',InternetChargeType) + + def get_ZoneId(self): + return self.get_query_params().get('ZoneId') + + def set_ZoneId(self,ZoneId): + self.add_query_param('ZoneId',ZoneId) + + def get_InternetMaxBandwidthIn(self): + return self.get_query_params().get('InternetMaxBandwidthIn') + + def set_InternetMaxBandwidthIn(self,InternetMaxBandwidthIn): + self.add_query_param('InternetMaxBandwidthIn',InternetMaxBandwidthIn) + + def get_VersionDescription(self): + return self.get_query_params().get('VersionDescription') + + def set_VersionDescription(self,VersionDescription): + self.add_query_param('VersionDescription',VersionDescription) + + def get_SystemDiskDeleteWithInstance(self): + return self.get_query_params().get('SystemDisk.DeleteWithInstance') + + def set_SystemDiskDeleteWithInstance(self,SystemDiskDeleteWithInstance): + self.add_query_param('SystemDisk.DeleteWithInstance',SystemDiskDeleteWithInstance) + + def get_ImageId(self): + return self.get_query_params().get('ImageId') + + def set_ImageId(self,ImageId): + self.add_query_param('ImageId',ImageId) + + def get_IoOptimized(self): + return self.get_query_params().get('IoOptimized') + + def set_IoOptimized(self,IoOptimized): + self.add_query_param('IoOptimized',IoOptimized) + + def get_SecurityGroupId(self): + return self.get_query_params().get('SecurityGroupId') + + def set_SecurityGroupId(self,SecurityGroupId): + self.add_query_param('SecurityGroupId',SecurityGroupId) + + def get_InternetMaxBandwidthOut(self): + return self.get_query_params().get('InternetMaxBandwidthOut') + + def set_InternetMaxBandwidthOut(self,InternetMaxBandwidthOut): + self.add_query_param('InternetMaxBandwidthOut',InternetMaxBandwidthOut) + + def get_Description(self): + return self.get_query_params().get('Description') + + def set_Description(self,Description): + self.add_query_param('Description',Description) + + def get_SystemDiskCategory(self): + return self.get_query_params().get('SystemDisk.Category') + + def set_SystemDiskCategory(self,SystemDiskCategory): + self.add_query_param('SystemDisk.Category',SystemDiskCategory) + + def get_SystemDiskPerformanceLevel(self): + return self.get_query_params().get('SystemDisk.PerformanceLevel') + + def set_SystemDiskPerformanceLevel(self,SystemDiskPerformanceLevel): + self.add_query_param('SystemDisk.PerformanceLevel',SystemDiskPerformanceLevel) + + def get_UserData(self): + return self.get_query_params().get('UserData') + + def set_UserData(self,UserData): + self.add_query_param('UserData',UserData) + + def get_PasswordInherit(self): + return self.get_query_params().get('PasswordInherit') + + def set_PasswordInherit(self,PasswordInherit): + self.add_query_param('PasswordInherit',PasswordInherit) + + def get_InstanceType(self): + return self.get_query_params().get('InstanceType') + + def set_InstanceType(self,InstanceType): + self.add_query_param('InstanceType',InstanceType) + + def get_InstanceChargeType(self): + return self.get_query_params().get('InstanceChargeType') + + def set_InstanceChargeType(self,InstanceChargeType): + self.add_query_param('InstanceChargeType',InstanceChargeType) + + def get_EnableVmOsConfig(self): + return self.get_query_params().get('EnableVmOsConfig') + + def set_EnableVmOsConfig(self,EnableVmOsConfig): + self.add_query_param('EnableVmOsConfig',EnableVmOsConfig) + + def get_NetworkInterfaces(self): + return self.get_query_params().get('NetworkInterface') + + def set_NetworkInterfaces(self, NetworkInterfaces): + for depth1 in range(len(NetworkInterfaces)): + if NetworkInterfaces[depth1].get('PrimaryIpAddress') is not None: + self.add_query_param('NetworkInterface.' + str(depth1 + 1) + '.PrimaryIpAddress', NetworkInterfaces[depth1].get('PrimaryIpAddress')) + if NetworkInterfaces[depth1].get('VSwitchId') is not None: + self.add_query_param('NetworkInterface.' + str(depth1 + 1) + '.VSwitchId', NetworkInterfaces[depth1].get('VSwitchId')) + if NetworkInterfaces[depth1].get('SecurityGroupId') is not None: + self.add_query_param('NetworkInterface.' + str(depth1 + 1) + '.SecurityGroupId', NetworkInterfaces[depth1].get('SecurityGroupId')) + if NetworkInterfaces[depth1].get('NetworkInterfaceName') is not None: + self.add_query_param('NetworkInterface.' + str(depth1 + 1) + '.NetworkInterfaceName', NetworkInterfaces[depth1].get('NetworkInterfaceName')) + if NetworkInterfaces[depth1].get('Description') is not None: + self.add_query_param('NetworkInterface.' + str(depth1 + 1) + '.Description', NetworkInterfaces[depth1].get('Description')) + if NetworkInterfaces[depth1].get('SecurityGroupIds') is not None: + for depth2 in range(len(NetworkInterfaces[depth1].get('SecurityGroupIds'))): + if NetworkInterfaces[depth1].get('SecurityGroupIds')[depth2] is not None: + self.add_query_param('NetworkInterface.' + str(depth1 + 1) + '.SecurityGroupIds.' + str(depth2 + 1) , NetworkInterfaces[depth1].get('SecurityGroupIds')[depth2]) + + def get_DeploymentSetId(self): + return self.get_query_params().get('DeploymentSetId') + + def set_DeploymentSetId(self,DeploymentSetId): + self.add_query_param('DeploymentSetId',DeploymentSetId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_SystemDiskDiskName(self): + return self.get_query_params().get('SystemDisk.DiskName') + + def set_SystemDiskDiskName(self,SystemDiskDiskName): + self.add_query_param('SystemDisk.DiskName',SystemDiskDiskName) + + def get_RamRoleName(self): + return self.get_query_params().get('RamRoleName') + + def set_RamRoleName(self,RamRoleName): + self.add_query_param('RamRoleName',RamRoleName) + + def get_AutoReleaseTime(self): + return self.get_query_params().get('AutoReleaseTime') + + def set_AutoReleaseTime(self,AutoReleaseTime): + self.add_query_param('AutoReleaseTime',AutoReleaseTime) + + def get_SpotDuration(self): + return self.get_query_params().get('SpotDuration') + + def set_SpotDuration(self,SpotDuration): + self.add_query_param('SpotDuration',SpotDuration) + + def get_SecurityGroupIdss(self): + return self.get_query_params().get('SecurityGroupIds') + + def set_SecurityGroupIdss(self, SecurityGroupIdss): + for depth1 in range(len(SecurityGroupIdss)): + if SecurityGroupIdss[depth1] is not None: + self.add_query_param('SecurityGroupIds.' + str(depth1 + 1) , SecurityGroupIdss[depth1]) + + def get_DataDisks(self): + return self.get_query_params().get('DataDisk') + + def set_DataDisks(self, DataDisks): + for depth1 in range(len(DataDisks)): + if DataDisks[depth1].get('Size') is not None: + self.add_query_param('DataDisk.' + str(depth1 + 1) + '.Size', DataDisks[depth1].get('Size')) + if DataDisks[depth1].get('SnapshotId') is not None: + self.add_query_param('DataDisk.' + str(depth1 + 1) + '.SnapshotId', DataDisks[depth1].get('SnapshotId')) + if DataDisks[depth1].get('Category') is not None: + self.add_query_param('DataDisk.' + str(depth1 + 1) + '.Category', DataDisks[depth1].get('Category')) + if DataDisks[depth1].get('Encrypted') is not None: + self.add_query_param('DataDisk.' + str(depth1 + 1) + '.Encrypted', DataDisks[depth1].get('Encrypted')) + if DataDisks[depth1].get('DiskName') is not None: + self.add_query_param('DataDisk.' + str(depth1 + 1) + '.DiskName', DataDisks[depth1].get('DiskName')) + if DataDisks[depth1].get('Description') is not None: + self.add_query_param('DataDisk.' + str(depth1 + 1) + '.Description', DataDisks[depth1].get('Description')) + if DataDisks[depth1].get('DeleteWithInstance') is not None: + self.add_query_param('DataDisk.' + str(depth1 + 1) + '.DeleteWithInstance', DataDisks[depth1].get('DeleteWithInstance')) + if DataDisks[depth1].get('Device') is not None: + self.add_query_param('DataDisk.' + str(depth1 + 1) + '.Device', DataDisks[depth1].get('Device')) + if DataDisks[depth1].get('PerformanceLevel') is not None: + self.add_query_param('DataDisk.' + str(depth1 + 1) + '.PerformanceLevel', DataDisks[depth1].get('PerformanceLevel')) + + def get_SystemDiskSize(self): + return self.get_query_params().get('SystemDisk.Size') + + def set_SystemDiskSize(self,SystemDiskSize): + self.add_query_param('SystemDisk.Size',SystemDiskSize) + + def get_VpcId(self): + return self.get_query_params().get('VpcId') + + def set_VpcId(self,VpcId): + self.add_query_param('VpcId',VpcId) + + def get_SystemDiskDescription(self): + return self.get_query_params().get('SystemDisk.Description') + + def set_SystemDiskDescription(self,SystemDiskDescription): + self.add_query_param('SystemDisk.Description',SystemDiskDescription) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateNatGatewayRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateNatGatewayRequest.py new file mode 100644 index 0000000000..975513d5c1 --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateNatGatewayRequest.py @@ -0,0 +1,86 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class CreateNatGatewayRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateNatGateway') + self.set_method('POST') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_ClientToken(self): + return self.get_query_params().get('ClientToken') + + def set_ClientToken(self,ClientToken): + self.add_query_param('ClientToken',ClientToken) + + def get_Description(self): + return self.get_query_params().get('Description') + + def set_Description(self,Description): + self.add_query_param('Description',Description) + + def get_BandwidthPackages(self): + return self.get_query_params().get('BandwidthPackage') + + def set_BandwidthPackages(self, BandwidthPackages): + for depth1 in range(len(BandwidthPackages)): + if BandwidthPackages[depth1].get('Bandwidth') is not None: + self.add_query_param('BandwidthPackage.' + str(depth1 + 1) + '.Bandwidth', BandwidthPackages[depth1].get('Bandwidth')) + if BandwidthPackages[depth1].get('Zone') is not None: + self.add_query_param('BandwidthPackage.' + str(depth1 + 1) + '.Zone', BandwidthPackages[depth1].get('Zone')) + if BandwidthPackages[depth1].get('IpCount') is not None: + self.add_query_param('BandwidthPackage.' + str(depth1 + 1) + '.IpCount', BandwidthPackages[depth1].get('IpCount')) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_VpcId(self): + return self.get_query_params().get('VpcId') + + def set_VpcId(self,VpcId): + self.add_query_param('VpcId',VpcId) + + def get_Name(self): + return self.get_query_params().get('Name') + + def set_Name(self,Name): + self.add_query_param('Name',Name) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateNetworkInterfacePermissionRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateNetworkInterfacePermissionRequest.py new file mode 100644 index 0000000000..05a37ba235 --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateNetworkInterfacePermissionRequest.py @@ -0,0 +1,68 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class CreateNetworkInterfacePermissionRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateNetworkInterfacePermission') + self.set_method('POST') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_AccountId(self): + return self.get_query_params().get('AccountId') + + def set_AccountId(self,AccountId): + self.add_query_param('AccountId',AccountId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_Permission(self): + return self.get_query_params().get('Permission') + + def set_Permission(self,Permission): + self.add_query_param('Permission',Permission) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_NetworkInterfaceId(self): + return self.get_query_params().get('NetworkInterfaceId') + + def set_NetworkInterfaceId(self,NetworkInterfaceId): + self.add_query_param('NetworkInterfaceId',NetworkInterfaceId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateNetworkInterfaceRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateNetworkInterfaceRequest.py new file mode 100644 index 0000000000..5e40784caa --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateNetworkInterfaceRequest.py @@ -0,0 +1,148 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class CreateNetworkInterfaceRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateNetworkInterface') + self.set_method('POST') + + def get_QueueNumber(self): + return self.get_query_params().get('QueueNumber') + + def set_QueueNumber(self,QueueNumber): + self.add_query_param('QueueNumber',QueueNumber) + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_ClientToken(self): + return self.get_query_params().get('ClientToken') + + def set_ClientToken(self,ClientToken): + self.add_query_param('ClientToken',ClientToken) + + def get_SecurityGroupId(self): + return self.get_query_params().get('SecurityGroupId') + + def set_SecurityGroupId(self,SecurityGroupId): + self.add_query_param('SecurityGroupId',SecurityGroupId) + + def get_Description(self): + return self.get_query_params().get('Description') + + def set_Description(self,Description): + self.add_query_param('Description',Description) + + def get_SecondaryPrivateIpAddressCount(self): + return self.get_query_params().get('SecondaryPrivateIpAddressCount') + + def set_SecondaryPrivateIpAddressCount(self,SecondaryPrivateIpAddressCount): + self.add_query_param('SecondaryPrivateIpAddressCount',SecondaryPrivateIpAddressCount) + + def get_BusinessType(self): + return self.get_query_params().get('BusinessType') + + def set_BusinessType(self,BusinessType): + self.add_query_param('BusinessType',BusinessType) + + def get_ResourceGroupId(self): + return self.get_query_params().get('ResourceGroupId') + + def set_ResourceGroupId(self,ResourceGroupId): + self.add_query_param('ResourceGroupId',ResourceGroupId) + + def get_InstanceType(self): + return self.get_query_params().get('InstanceType') + + def set_InstanceType(self,InstanceType): + self.add_query_param('InstanceType',InstanceType) + + def get_Tags(self): + return self.get_query_params().get('Tag') + + def set_Tags(self, Tags): + for depth1 in range(len(Tags)): + if Tags[depth1].get('Key') is not None: + self.add_query_param('Tag.' + str(depth1 + 1) + '.Key', Tags[depth1].get('Key')) + if Tags[depth1].get('Value') is not None: + self.add_query_param('Tag.' + str(depth1 + 1) + '.Value', Tags[depth1].get('Value')) + + def get_NetworkInterfaceName(self): + return self.get_query_params().get('NetworkInterfaceName') + + def set_NetworkInterfaceName(self,NetworkInterfaceName): + self.add_query_param('NetworkInterfaceName',NetworkInterfaceName) + + def get_Visible(self): + return self.get_query_params().get('Visible') + + def set_Visible(self,Visible): + self.add_query_param('Visible',Visible) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_SecurityGroupIdss(self): + return self.get_query_params().get('SecurityGroupIds') + + def set_SecurityGroupIdss(self, SecurityGroupIdss): + for depth1 in range(len(SecurityGroupIdss)): + if SecurityGroupIdss[depth1] is not None: + self.add_query_param('SecurityGroupIds.' + str(depth1 + 1) , SecurityGroupIdss[depth1]) + + def get_VSwitchId(self): + return self.get_query_params().get('VSwitchId') + + def set_VSwitchId(self,VSwitchId): + self.add_query_param('VSwitchId',VSwitchId) + + def get_PrivateIpAddresss(self): + return self.get_query_params().get('PrivateIpAddress') + + def set_PrivateIpAddresss(self, PrivateIpAddresss): + for depth1 in range(len(PrivateIpAddresss)): + if PrivateIpAddresss[depth1] is not None: + self.add_query_param('PrivateIpAddress.' + str(depth1 + 1) , PrivateIpAddresss[depth1]) + + def get_PrimaryIpAddress(self): + return self.get_query_params().get('PrimaryIpAddress') + + def set_PrimaryIpAddress(self,PrimaryIpAddress): + self.add_query_param('PrimaryIpAddress',PrimaryIpAddress) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreatePhysicalConnectionRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreatePhysicalConnectionRequest.py new file mode 100644 index 0000000000..e40e8596f7 --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreatePhysicalConnectionRequest.py @@ -0,0 +1,122 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class CreatePhysicalConnectionRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreatePhysicalConnection') + self.set_method('POST') + + def get_AccessPointId(self): + return self.get_query_params().get('AccessPointId') + + def set_AccessPointId(self,AccessPointId): + self.add_query_param('AccessPointId',AccessPointId) + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_PortType(self): + return self.get_query_params().get('PortType') + + def set_PortType(self,PortType): + self.add_query_param('PortType',PortType) + + def get_CircuitCode(self): + return self.get_query_params().get('CircuitCode') + + def set_CircuitCode(self,CircuitCode): + self.add_query_param('CircuitCode',CircuitCode) + + def get_ClientToken(self): + return self.get_query_params().get('ClientToken') + + def set_ClientToken(self,ClientToken): + self.add_query_param('ClientToken',ClientToken) + + def get_Description(self): + return self.get_query_params().get('Description') + + def set_Description(self,Description): + self.add_query_param('Description',Description) + + def get_Type(self): + return self.get_query_params().get('Type') + + def set_Type(self,Type): + self.add_query_param('Type',Type) + + def get_UserCidr(self): + return self.get_query_params().get('UserCidr') + + def set_UserCidr(self,UserCidr): + self.add_query_param('UserCidr',UserCidr) + + def get_RedundantPhysicalConnectionId(self): + return self.get_query_params().get('RedundantPhysicalConnectionId') + + def set_RedundantPhysicalConnectionId(self,RedundantPhysicalConnectionId): + self.add_query_param('RedundantPhysicalConnectionId',RedundantPhysicalConnectionId) + + def get_PeerLocation(self): + return self.get_query_params().get('PeerLocation') + + def set_PeerLocation(self,PeerLocation): + self.add_query_param('PeerLocation',PeerLocation) + + def get_bandwidth(self): + return self.get_query_params().get('bandwidth') + + def set_bandwidth(self,bandwidth): + self.add_query_param('bandwidth',bandwidth) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_LineOperator(self): + return self.get_query_params().get('LineOperator') + + def set_LineOperator(self,LineOperator): + self.add_query_param('LineOperator',LineOperator) + + def get_Name(self): + return self.get_query_params().get('Name') + + def set_Name(self,Name): + self.add_query_param('Name',Name) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateRouteEntryRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateRouteEntryRequest.py new file mode 100644 index 0000000000..0582196020 --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateRouteEntryRequest.py @@ -0,0 +1,90 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class CreateRouteEntryRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateRouteEntry') + self.set_method('POST') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_ClientToken(self): + return self.get_query_params().get('ClientToken') + + def set_ClientToken(self,ClientToken): + self.add_query_param('ClientToken',ClientToken) + + def get_NextHopId(self): + return self.get_query_params().get('NextHopId') + + def set_NextHopId(self,NextHopId): + self.add_query_param('NextHopId',NextHopId) + + def get_NextHopType(self): + return self.get_query_params().get('NextHopType') + + def set_NextHopType(self,NextHopType): + self.add_query_param('NextHopType',NextHopType) + + def get_RouteTableId(self): + return self.get_query_params().get('RouteTableId') + + def set_RouteTableId(self,RouteTableId): + self.add_query_param('RouteTableId',RouteTableId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_DestinationCidrBlock(self): + return self.get_query_params().get('DestinationCidrBlock') + + def set_DestinationCidrBlock(self,DestinationCidrBlock): + self.add_query_param('DestinationCidrBlock',DestinationCidrBlock) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_NextHopLists(self): + return self.get_query_params().get('NextHopList') + + def set_NextHopLists(self, NextHopLists): + for depth1 in range(len(NextHopLists)): + if NextHopLists[depth1].get('NextHopId') is not None: + self.add_query_param('NextHopList.' + str(depth1 + 1) + '.NextHopId', NextHopLists[depth1].get('NextHopId')) + if NextHopLists[depth1].get('NextHopType') is not None: + self.add_query_param('NextHopList.' + str(depth1 + 1) + '.NextHopType', NextHopLists[depth1].get('NextHopType')) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateRouterInterfaceRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateRouterInterfaceRequest.py new file mode 100644 index 0000000000..f6556af0ed --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateRouterInterfaceRequest.py @@ -0,0 +1,176 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class CreateRouterInterfaceRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateRouterInterface') + self.set_method('POST') + + def get_AccessPointId(self): + return self.get_query_params().get('AccessPointId') + + def set_AccessPointId(self,AccessPointId): + self.add_query_param('AccessPointId',AccessPointId) + + def get_OppositeRouterId(self): + return self.get_query_params().get('OppositeRouterId') + + def set_OppositeRouterId(self,OppositeRouterId): + self.add_query_param('OppositeRouterId',OppositeRouterId) + + def get_OppositeAccessPointId(self): + return self.get_query_params().get('OppositeAccessPointId') + + def set_OppositeAccessPointId(self,OppositeAccessPointId): + self.add_query_param('OppositeAccessPointId',OppositeAccessPointId) + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_Role(self): + return self.get_query_params().get('Role') + + def set_Role(self,Role): + self.add_query_param('Role',Role) + + def get_ClientToken(self): + return self.get_query_params().get('ClientToken') + + def set_ClientToken(self,ClientToken): + self.add_query_param('ClientToken',ClientToken) + + def get_HealthCheckTargetIp(self): + return self.get_query_params().get('HealthCheckTargetIp') + + def set_HealthCheckTargetIp(self,HealthCheckTargetIp): + self.add_query_param('HealthCheckTargetIp',HealthCheckTargetIp) + + def get_Description(self): + return self.get_query_params().get('Description') + + def set_Description(self,Description): + self.add_query_param('Description',Description) + + def get_Spec(self): + return self.get_query_params().get('Spec') + + def set_Spec(self,Spec): + self.add_query_param('Spec',Spec) + + def get_UserCidr(self): + return self.get_query_params().get('UserCidr') + + def set_UserCidr(self,UserCidr): + self.add_query_param('UserCidr',UserCidr) + + def get_OppositeInterfaceId(self): + return self.get_query_params().get('OppositeInterfaceId') + + def set_OppositeInterfaceId(self,OppositeInterfaceId): + self.add_query_param('OppositeInterfaceId',OppositeInterfaceId) + + def get_InstanceChargeType(self): + return self.get_query_params().get('InstanceChargeType') + + def set_InstanceChargeType(self,InstanceChargeType): + self.add_query_param('InstanceChargeType',InstanceChargeType) + + def get_Period(self): + return self.get_query_params().get('Period') + + def set_Period(self,Period): + self.add_query_param('Period',Period) + + def get_AutoPay(self): + return self.get_query_params().get('AutoPay') + + def set_AutoPay(self,AutoPay): + self.add_query_param('AutoPay',AutoPay) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OppositeRegionId(self): + return self.get_query_params().get('OppositeRegionId') + + def set_OppositeRegionId(self,OppositeRegionId): + self.add_query_param('OppositeRegionId',OppositeRegionId) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_OppositeInterfaceOwnerId(self): + return self.get_query_params().get('OppositeInterfaceOwnerId') + + def set_OppositeInterfaceOwnerId(self,OppositeInterfaceOwnerId): + self.add_query_param('OppositeInterfaceOwnerId',OppositeInterfaceOwnerId) + + def get_RouterType(self): + return self.get_query_params().get('RouterType') + + def set_RouterType(self,RouterType): + self.add_query_param('RouterType',RouterType) + + def get_HealthCheckSourceIp(self): + return self.get_query_params().get('HealthCheckSourceIp') + + def set_HealthCheckSourceIp(self,HealthCheckSourceIp): + self.add_query_param('HealthCheckSourceIp',HealthCheckSourceIp) + + def get_RouterId(self): + return self.get_query_params().get('RouterId') + + def set_RouterId(self,RouterId): + self.add_query_param('RouterId',RouterId) + + def get_OppositeRouterType(self): + return self.get_query_params().get('OppositeRouterType') + + def set_OppositeRouterType(self,OppositeRouterType): + self.add_query_param('OppositeRouterType',OppositeRouterType) + + def get_Name(self): + return self.get_query_params().get('Name') + + def set_Name(self,Name): + self.add_query_param('Name',Name) + + def get_PricingCycle(self): + return self.get_query_params().get('PricingCycle') + + def set_PricingCycle(self,PricingCycle): + self.add_query_param('PricingCycle',PricingCycle) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateSecurityGroupRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateSecurityGroupRequest.py new file mode 100644 index 0000000000..7d2acc5432 --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateSecurityGroupRequest.py @@ -0,0 +1,102 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class CreateSecurityGroupRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateSecurityGroup') + self.set_method('POST') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_ClientToken(self): + return self.get_query_params().get('ClientToken') + + def set_ClientToken(self,ClientToken): + self.add_query_param('ClientToken',ClientToken) + + def get_ServiceManaged(self): + return self.get_query_params().get('ServiceManaged') + + def set_ServiceManaged(self,ServiceManaged): + self.add_query_param('ServiceManaged',ServiceManaged) + + def get_Description(self): + return self.get_query_params().get('Description') + + def set_Description(self,Description): + self.add_query_param('Description',Description) + + def get_SecurityGroupName(self): + return self.get_query_params().get('SecurityGroupName') + + def set_SecurityGroupName(self,SecurityGroupName): + self.add_query_param('SecurityGroupName',SecurityGroupName) + + def get_ResourceGroupId(self): + return self.get_query_params().get('ResourceGroupId') + + def set_ResourceGroupId(self,ResourceGroupId): + self.add_query_param('ResourceGroupId',ResourceGroupId) + + def get_Tags(self): + return self.get_query_params().get('Tag') + + def set_Tags(self, Tags): + for depth1 in range(len(Tags)): + if Tags[depth1].get('Value') is not None: + self.add_query_param('Tag.' + str(depth1 + 1) + '.Value', Tags[depth1].get('Value')) + if Tags[depth1].get('Key') is not None: + self.add_query_param('Tag.' + str(depth1 + 1) + '.Key', Tags[depth1].get('Key')) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_SecurityGroupType(self): + return self.get_query_params().get('SecurityGroupType') + + def set_SecurityGroupType(self,SecurityGroupType): + self.add_query_param('SecurityGroupType',SecurityGroupType) + + def get_VpcId(self): + return self.get_query_params().get('VpcId') + + def set_VpcId(self,VpcId): + self.add_query_param('VpcId',VpcId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateSimulatedSystemEventsRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateSimulatedSystemEventsRequest.py new file mode 100644 index 0000000000..9c23ec8d79 --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateSimulatedSystemEventsRequest.py @@ -0,0 +1,70 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class CreateSimulatedSystemEventsRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateSimulatedSystemEvents') + self.set_method('POST') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_NotBefore(self): + return self.get_query_params().get('NotBefore') + + def set_NotBefore(self,NotBefore): + self.add_query_param('NotBefore',NotBefore) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_InstanceIds(self): + return self.get_query_params().get('InstanceId') + + def set_InstanceIds(self, InstanceIds): + for depth1 in range(len(InstanceIds)): + if InstanceIds[depth1] is not None: + self.add_query_param('InstanceId.' + str(depth1 + 1) , InstanceIds[depth1]) + + def get_EventType(self): + return self.get_query_params().get('EventType') + + def set_EventType(self,EventType): + self.add_query_param('EventType',EventType) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateSnapshotGroupRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateSnapshotGroupRequest.py new file mode 100644 index 0000000000..5c3681f808 --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateSnapshotGroupRequest.py @@ -0,0 +1,88 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class CreateSnapshotGroupRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateSnapshotGroup') + self.set_method('POST') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_ExcludeDiskIds(self): + return self.get_query_params().get('ExcludeDiskId') + + def set_ExcludeDiskIds(self, ExcludeDiskIds): + for depth1 in range(len(ExcludeDiskIds)): + if ExcludeDiskIds[depth1] is not None: + self.add_query_param('ExcludeDiskId.' + str(depth1 + 1) , ExcludeDiskIds[depth1]) + + def get_InstantAccess(self): + return self.get_query_params().get('InstantAccess') + + def set_InstantAccess(self,InstantAccess): + self.add_query_param('InstantAccess',InstantAccess) + + def get_Description(self): + return self.get_query_params().get('Description') + + def set_Description(self,Description): + self.add_query_param('Description',Description) + + def get_InstantAccessRetentionDays(self): + return self.get_query_params().get('InstantAccessRetentionDays') + + def set_InstantAccessRetentionDays(self,InstantAccessRetentionDays): + self.add_query_param('InstantAccessRetentionDays',InstantAccessRetentionDays) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_InstanceId(self): + return self.get_query_params().get('InstanceId') + + def set_InstanceId(self,InstanceId): + self.add_query_param('InstanceId',InstanceId) + + def get_Name(self): + return self.get_query_params().get('Name') + + def set_Name(self,Name): + self.add_query_param('Name',Name) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateSnapshotRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateSnapshotRequest.py new file mode 100644 index 0000000000..5f0d6676b1 --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateSnapshotRequest.py @@ -0,0 +1,114 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class CreateSnapshotRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateSnapshot') + self.set_method('POST') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_ClientToken(self): + return self.get_query_params().get('ClientToken') + + def set_ClientToken(self,ClientToken): + self.add_query_param('ClientToken',ClientToken) + + def get_InstantAccess(self): + return self.get_query_params().get('InstantAccess') + + def set_InstantAccess(self,InstantAccess): + self.add_query_param('InstantAccess',InstantAccess) + + def get_Description(self): + return self.get_query_params().get('Description') + + def set_Description(self,Description): + self.add_query_param('Description',Description) + + def get_SnapshotName(self): + return self.get_query_params().get('SnapshotName') + + def set_SnapshotName(self,SnapshotName): + self.add_query_param('SnapshotName',SnapshotName) + + def get_ResourceGroupId(self): + return self.get_query_params().get('ResourceGroupId') + + def set_ResourceGroupId(self,ResourceGroupId): + self.add_query_param('ResourceGroupId',ResourceGroupId) + + def get_InstantAccessRetentionDays(self): + return self.get_query_params().get('InstantAccessRetentionDays') + + def set_InstantAccessRetentionDays(self,InstantAccessRetentionDays): + self.add_query_param('InstantAccessRetentionDays',InstantAccessRetentionDays) + + def get_DiskId(self): + return self.get_query_params().get('DiskId') + + def set_DiskId(self,DiskId): + self.add_query_param('DiskId',DiskId) + + def get_Tags(self): + return self.get_query_params().get('Tag') + + def set_Tags(self, Tags): + for depth1 in range(len(Tags)): + if Tags[depth1].get('Value') is not None: + self.add_query_param('Tag.' + str(depth1 + 1) + '.Value', Tags[depth1].get('Value')) + if Tags[depth1].get('Key') is not None: + self.add_query_param('Tag.' + str(depth1 + 1) + '.Key', Tags[depth1].get('Key')) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_RetentionDays(self): + return self.get_query_params().get('RetentionDays') + + def set_RetentionDays(self,RetentionDays): + self.add_query_param('RetentionDays',RetentionDays) + + def get_Category(self): + return self.get_query_params().get('Category') + + def set_Category(self,Category): + self.add_query_param('Category',Category) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateStorageSetRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateStorageSetRequest.py new file mode 100644 index 0000000000..00249c8ba1 --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateStorageSetRequest.py @@ -0,0 +1,80 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class CreateStorageSetRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateStorageSet') + self.set_method('POST') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_ClientToken(self): + return self.get_query_params().get('ClientToken') + + def set_ClientToken(self,ClientToken): + self.add_query_param('ClientToken',ClientToken) + + def get_MaxPartitionNumber(self): + return self.get_query_params().get('MaxPartitionNumber') + + def set_MaxPartitionNumber(self,MaxPartitionNumber): + self.add_query_param('MaxPartitionNumber',MaxPartitionNumber) + + def get_Description(self): + return self.get_query_params().get('Description') + + def set_Description(self,Description): + self.add_query_param('Description',Description) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_ZoneId(self): + return self.get_query_params().get('ZoneId') + + def set_ZoneId(self,ZoneId): + self.add_query_param('ZoneId',ZoneId) + + def get_StorageSetName(self): + return self.get_query_params().get('StorageSetName') + + def set_StorageSetName(self,StorageSetName): + self.add_query_param('StorageSetName',StorageSetName) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateVSwitchRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateVSwitchRequest.py new file mode 100644 index 0000000000..aff21686eb --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateVSwitchRequest.py @@ -0,0 +1,86 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class CreateVSwitchRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateVSwitch') + self.set_method('POST') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_ClientToken(self): + return self.get_query_params().get('ClientToken') + + def set_ClientToken(self,ClientToken): + self.add_query_param('ClientToken',ClientToken) + + def get_Description(self): + return self.get_query_params().get('Description') + + def set_Description(self,Description): + self.add_query_param('Description',Description) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_VpcId(self): + return self.get_query_params().get('VpcId') + + def set_VpcId(self,VpcId): + self.add_query_param('VpcId',VpcId) + + def get_VSwitchName(self): + return self.get_query_params().get('VSwitchName') + + def set_VSwitchName(self,VSwitchName): + self.add_query_param('VSwitchName',VSwitchName) + + def get_CidrBlock(self): + return self.get_query_params().get('CidrBlock') + + def set_CidrBlock(self,CidrBlock): + self.add_query_param('CidrBlock',CidrBlock) + + def get_ZoneId(self): + return self.get_query_params().get('ZoneId') + + def set_ZoneId(self,ZoneId): + self.add_query_param('ZoneId',ZoneId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateVirtualBorderRouterRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateVirtualBorderRouterRequest.py new file mode 100644 index 0000000000..e9776f8300 --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateVirtualBorderRouterRequest.py @@ -0,0 +1,116 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class CreateVirtualBorderRouterRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateVirtualBorderRouter') + self.set_method('POST') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_CircuitCode(self): + return self.get_query_params().get('CircuitCode') + + def set_CircuitCode(self,CircuitCode): + self.add_query_param('CircuitCode',CircuitCode) + + def get_VlanId(self): + return self.get_query_params().get('VlanId') + + def set_VlanId(self,VlanId): + self.add_query_param('VlanId',VlanId) + + def get_ClientToken(self): + return self.get_query_params().get('ClientToken') + + def set_ClientToken(self,ClientToken): + self.add_query_param('ClientToken',ClientToken) + + def get_Description(self): + return self.get_query_params().get('Description') + + def set_Description(self,Description): + self.add_query_param('Description',Description) + + def get_PeerGatewayIp(self): + return self.get_query_params().get('PeerGatewayIp') + + def set_PeerGatewayIp(self,PeerGatewayIp): + self.add_query_param('PeerGatewayIp',PeerGatewayIp) + + def get_PeeringSubnetMask(self): + return self.get_query_params().get('PeeringSubnetMask') + + def set_PeeringSubnetMask(self,PeeringSubnetMask): + self.add_query_param('PeeringSubnetMask',PeeringSubnetMask) + + def get_LocalGatewayIp(self): + return self.get_query_params().get('LocalGatewayIp') + + def set_LocalGatewayIp(self,LocalGatewayIp): + self.add_query_param('LocalGatewayIp',LocalGatewayIp) + + def get_UserCidr(self): + return self.get_query_params().get('UserCidr') + + def set_UserCidr(self,UserCidr): + self.add_query_param('UserCidr',UserCidr) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_PhysicalConnectionId(self): + return self.get_query_params().get('PhysicalConnectionId') + + def set_PhysicalConnectionId(self,PhysicalConnectionId): + self.add_query_param('PhysicalConnectionId',PhysicalConnectionId) + + def get_Name(self): + return self.get_query_params().get('Name') + + def set_Name(self,Name): + self.add_query_param('Name',Name) + + def get_VbrOwnerId(self): + return self.get_query_params().get('VbrOwnerId') + + def set_VbrOwnerId(self,VbrOwnerId): + self.add_query_param('VbrOwnerId',VbrOwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateVpcRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateVpcRequest.py new file mode 100644 index 0000000000..4b7dd6e37f --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateVpcRequest.py @@ -0,0 +1,80 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class CreateVpcRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateVpc') + self.set_method('POST') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_ClientToken(self): + return self.get_query_params().get('ClientToken') + + def set_ClientToken(self,ClientToken): + self.add_query_param('ClientToken',ClientToken) + + def get_Description(self): + return self.get_query_params().get('Description') + + def set_Description(self,Description): + self.add_query_param('Description',Description) + + def get_VpcName(self): + return self.get_query_params().get('VpcName') + + def set_VpcName(self,VpcName): + self.add_query_param('VpcName',VpcName) + + def get_UserCidr(self): + return self.get_query_params().get('UserCidr') + + def set_UserCidr(self,UserCidr): + self.add_query_param('UserCidr',UserCidr) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_CidrBlock(self): + return self.get_query_params().get('CidrBlock') + + def set_CidrBlock(self,CidrBlock): + self.add_query_param('CidrBlock',CidrBlock) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeactivateRouterInterfaceRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeactivateRouterInterfaceRequest.py new file mode 100644 index 0000000000..8172b56526 --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeactivateRouterInterfaceRequest.py @@ -0,0 +1,50 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class DeactivateRouterInterfaceRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeactivateRouterInterface') + self.set_method('POST') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_RouterInterfaceId(self): + return self.get_query_params().get('RouterInterfaceId') + + def set_RouterInterfaceId(self,RouterInterfaceId): + self.add_query_param('RouterInterfaceId',RouterInterfaceId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteActivationRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteActivationRequest.py new file mode 100644 index 0000000000..4535e3ba27 --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteActivationRequest.py @@ -0,0 +1,56 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class DeleteActivationRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteActivation') + self.set_method('POST') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_ActivationId(self): + return self.get_query_params().get('ActivationId') + + def set_ActivationId(self,ActivationId): + self.add_query_param('ActivationId',ActivationId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteAutoProvisioningGroupRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteAutoProvisioningGroupRequest.py new file mode 100644 index 0000000000..3fe1ae6be7 --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteAutoProvisioningGroupRequest.py @@ -0,0 +1,62 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class DeleteAutoProvisioningGroupRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteAutoProvisioningGroup') + self.set_method('POST') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_TerminateInstances(self): + return self.get_query_params().get('TerminateInstances') + + def set_TerminateInstances(self,TerminateInstances): + self.add_query_param('TerminateInstances',TerminateInstances) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_AutoProvisioningGroupId(self): + return self.get_query_params().get('AutoProvisioningGroupId') + + def set_AutoProvisioningGroupId(self,AutoProvisioningGroupId): + self.add_query_param('AutoProvisioningGroupId',AutoProvisioningGroupId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteAutoSnapshotPolicyRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteAutoSnapshotPolicyRequest.py new file mode 100644 index 0000000000..37e8916884 --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteAutoSnapshotPolicyRequest.py @@ -0,0 +1,50 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class DeleteAutoSnapshotPolicyRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteAutoSnapshotPolicy') + self.set_method('POST') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_autoSnapshotPolicyId(self): + return self.get_query_params().get('autoSnapshotPolicyId') + + def set_autoSnapshotPolicyId(self,autoSnapshotPolicyId): + self.add_query_param('autoSnapshotPolicyId',autoSnapshotPolicyId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteBandwidthPackageRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteBandwidthPackageRequest.py new file mode 100644 index 0000000000..ee0268fec7 --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteBandwidthPackageRequest.py @@ -0,0 +1,56 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class DeleteBandwidthPackageRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteBandwidthPackage') + self.set_method('POST') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_BandwidthPackageId(self): + return self.get_query_params().get('BandwidthPackageId') + + def set_BandwidthPackageId(self,BandwidthPackageId): + self.add_query_param('BandwidthPackageId',BandwidthPackageId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteCommandRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteCommandRequest.py new file mode 100644 index 0000000000..f99a01fe49 --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteCommandRequest.py @@ -0,0 +1,56 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class DeleteCommandRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteCommand') + self.set_method('POST') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_CommandId(self): + return self.get_query_params().get('CommandId') + + def set_CommandId(self,CommandId): + self.add_query_param('CommandId',CommandId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteDedicatedHostClusterRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteDedicatedHostClusterRequest.py new file mode 100644 index 0000000000..6a444e12cb --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteDedicatedHostClusterRequest.py @@ -0,0 +1,56 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class DeleteDedicatedHostClusterRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteDedicatedHostCluster') + self.set_method('POST') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_DedicatedHostClusterId(self): + return self.get_query_params().get('DedicatedHostClusterId') + + def set_DedicatedHostClusterId(self,DedicatedHostClusterId): + self.add_query_param('DedicatedHostClusterId',DedicatedHostClusterId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteDemandRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteDemandRequest.py new file mode 100644 index 0000000000..b560a2b0a4 --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteDemandRequest.py @@ -0,0 +1,68 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class DeleteDemandRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteDemand') + self.set_method('POST') + + def get_Reason(self): + return self.get_query_params().get('Reason') + + def set_Reason(self,Reason): + self.add_query_param('Reason',Reason) + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_ClientToken(self): + return self.get_query_params().get('ClientToken') + + def set_ClientToken(self,ClientToken): + self.add_query_param('ClientToken',ClientToken) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_DemandId(self): + return self.get_query_params().get('DemandId') + + def set_DemandId(self,DemandId): + self.add_query_param('DemandId',DemandId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteDeploymentSetRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteDeploymentSetRequest.py new file mode 100644 index 0000000000..4c6ed9ca37 --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteDeploymentSetRequest.py @@ -0,0 +1,56 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class DeleteDeploymentSetRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteDeploymentSet') + self.set_method('POST') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_DeploymentSetId(self): + return self.get_query_params().get('DeploymentSetId') + + def set_DeploymentSetId(self,DeploymentSetId): + self.add_query_param('DeploymentSetId',DeploymentSetId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteDiskRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteDiskRequest.py new file mode 100644 index 0000000000..0b4744e10d --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteDiskRequest.py @@ -0,0 +1,56 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class DeleteDiskRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteDisk') + self.set_method('POST') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_DiskId(self): + return self.get_query_params().get('DiskId') + + def set_DiskId(self,DiskId): + self.add_query_param('DiskId',DiskId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteForwardEntryRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteForwardEntryRequest.py new file mode 100644 index 0000000000..c40ba2c692 --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteForwardEntryRequest.py @@ -0,0 +1,62 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class DeleteForwardEntryRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteForwardEntry') + self.set_method('POST') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_ForwardTableId(self): + return self.get_query_params().get('ForwardTableId') + + def set_ForwardTableId(self,ForwardTableId): + self.add_query_param('ForwardTableId',ForwardTableId) + + def get_ForwardEntryId(self): + return self.get_query_params().get('ForwardEntryId') + + def set_ForwardEntryId(self,ForwardEntryId): + self.add_query_param('ForwardEntryId',ForwardEntryId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteHaVipRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteHaVipRequest.py new file mode 100644 index 0000000000..0e1fca7b5a --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteHaVipRequest.py @@ -0,0 +1,62 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class DeleteHaVipRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteHaVip') + self.set_method('POST') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_ClientToken(self): + return self.get_query_params().get('ClientToken') + + def set_ClientToken(self,ClientToken): + self.add_query_param('ClientToken',ClientToken) + + def get_HaVipId(self): + return self.get_query_params().get('HaVipId') + + def set_HaVipId(self,HaVipId): + self.add_query_param('HaVipId',HaVipId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteHpcClusterRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteHpcClusterRequest.py new file mode 100644 index 0000000000..27515783aa --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteHpcClusterRequest.py @@ -0,0 +1,62 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class DeleteHpcClusterRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteHpcCluster') + self.set_method('POST') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_HpcClusterId(self): + return self.get_query_params().get('HpcClusterId') + + def set_HpcClusterId(self,HpcClusterId): + self.add_query_param('HpcClusterId',HpcClusterId) + + def get_ClientToken(self): + return self.get_query_params().get('ClientToken') + + def set_ClientToken(self,ClientToken): + self.add_query_param('ClientToken',ClientToken) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteImageComponentRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteImageComponentRequest.py new file mode 100644 index 0000000000..14d703c987 --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteImageComponentRequest.py @@ -0,0 +1,66 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class DeleteImageComponentRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteImageComponent') + self.set_method('POST') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_ImageComponentId(self): + return self.get_query_params().get('ImageComponentId') + + def set_ImageComponentId(self,ImageComponentId): + self.add_query_param('ImageComponentId',ImageComponentId) + + def get_TemplateTags(self): + return self.get_query_params().get('TemplateTag') + + def set_TemplateTags(self, TemplateTags): + for depth1 in range(len(TemplateTags)): + if TemplateTags[depth1].get('Key') is not None: + self.add_query_param('TemplateTag.' + str(depth1 + 1) + '.Key', TemplateTags[depth1].get('Key')) + if TemplateTags[depth1].get('Value') is not None: + self.add_query_param('TemplateTag.' + str(depth1 + 1) + '.Value', TemplateTags[depth1].get('Value')) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteImagePipelineRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteImagePipelineRequest.py new file mode 100644 index 0000000000..1a3e8fe8a7 --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteImagePipelineRequest.py @@ -0,0 +1,66 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class DeleteImagePipelineRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteImagePipeline') + self.set_method('POST') + + def get_ImagePipelineId(self): + return self.get_query_params().get('ImagePipelineId') + + def set_ImagePipelineId(self,ImagePipelineId): + self.add_query_param('ImagePipelineId',ImagePipelineId) + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_TemplateTags(self): + return self.get_query_params().get('TemplateTag') + + def set_TemplateTags(self, TemplateTags): + for depth1 in range(len(TemplateTags)): + if TemplateTags[depth1].get('Key') is not None: + self.add_query_param('TemplateTag.' + str(depth1 + 1) + '.Key', TemplateTags[depth1].get('Key')) + if TemplateTags[depth1].get('Value') is not None: + self.add_query_param('TemplateTag.' + str(depth1 + 1) + '.Value', TemplateTags[depth1].get('Value')) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteImageRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteImageRequest.py new file mode 100644 index 0000000000..4550651fed --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteImageRequest.py @@ -0,0 +1,62 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class DeleteImageRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteImage') + self.set_method('POST') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_ImageId(self): + return self.get_query_params().get('ImageId') + + def set_ImageId(self,ImageId): + self.add_query_param('ImageId',ImageId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_Force(self): + return self.get_query_params().get('Force') + + def set_Force(self,Force): + self.add_query_param('Force',Force) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteInstanceRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteInstanceRequest.py new file mode 100644 index 0000000000..7665df6635 --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteInstanceRequest.py @@ -0,0 +1,68 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class DeleteInstanceRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteInstance') + self.set_method('POST') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_TerminateSubscription(self): + return self.get_query_params().get('TerminateSubscription') + + def set_TerminateSubscription(self,TerminateSubscription): + self.add_query_param('TerminateSubscription',TerminateSubscription) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_InstanceId(self): + return self.get_query_params().get('InstanceId') + + def set_InstanceId(self,InstanceId): + self.add_query_param('InstanceId',InstanceId) + + def get_Force(self): + return self.get_query_params().get('Force') + + def set_Force(self,Force): + self.add_query_param('Force',Force) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteInstancesRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteInstancesRequest.py new file mode 100644 index 0000000000..d8c26136d6 --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteInstancesRequest.py @@ -0,0 +1,82 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class DeleteInstancesRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteInstances') + self.set_method('POST') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_ClientToken(self): + return self.get_query_params().get('ClientToken') + + def set_ClientToken(self,ClientToken): + self.add_query_param('ClientToken',ClientToken) + + def get_TerminateSubscription(self): + return self.get_query_params().get('TerminateSubscription') + + def set_TerminateSubscription(self,TerminateSubscription): + self.add_query_param('TerminateSubscription',TerminateSubscription) + + def get_DryRun(self): + return self.get_query_params().get('DryRun') + + def set_DryRun(self,DryRun): + self.add_query_param('DryRun',DryRun) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_InstanceIds(self): + return self.get_query_params().get('InstanceId') + + def set_InstanceIds(self, InstanceIds): + for depth1 in range(len(InstanceIds)): + if InstanceIds[depth1] is not None: + self.add_query_param('InstanceId.' + str(depth1 + 1) , InstanceIds[depth1]) + + def get_Force(self): + return self.get_query_params().get('Force') + + def set_Force(self,Force): + self.add_query_param('Force',Force) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteKeyPairsRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteKeyPairsRequest.py new file mode 100644 index 0000000000..07faa0de99 --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteKeyPairsRequest.py @@ -0,0 +1,50 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class DeleteKeyPairsRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteKeyPairs') + self.set_method('POST') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_KeyPairNames(self): + return self.get_query_params().get('KeyPairNames') + + def set_KeyPairNames(self,KeyPairNames): + self.add_query_param('KeyPairNames',KeyPairNames) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteLaunchTemplateRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteLaunchTemplateRequest.py new file mode 100644 index 0000000000..9e461c32cf --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteLaunchTemplateRequest.py @@ -0,0 +1,62 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class DeleteLaunchTemplateRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteLaunchTemplate') + self.set_method('POST') + + def get_LaunchTemplateName(self): + return self.get_query_params().get('LaunchTemplateName') + + def set_LaunchTemplateName(self,LaunchTemplateName): + self.add_query_param('LaunchTemplateName',LaunchTemplateName) + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_LaunchTemplateId(self): + return self.get_query_params().get('LaunchTemplateId') + + def set_LaunchTemplateId(self,LaunchTemplateId): + self.add_query_param('LaunchTemplateId',LaunchTemplateId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteLaunchTemplateVersionRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteLaunchTemplateVersionRequest.py new file mode 100644 index 0000000000..7ba87d8fb7 --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteLaunchTemplateVersionRequest.py @@ -0,0 +1,70 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class DeleteLaunchTemplateVersionRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteLaunchTemplateVersion') + self.set_method('POST') + + def get_LaunchTemplateName(self): + return self.get_query_params().get('LaunchTemplateName') + + def set_LaunchTemplateName(self,LaunchTemplateName): + self.add_query_param('LaunchTemplateName',LaunchTemplateName) + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_DeleteVersions(self): + return self.get_query_params().get('DeleteVersion') + + def set_DeleteVersions(self, DeleteVersions): + for depth1 in range(len(DeleteVersions)): + if DeleteVersions[depth1] is not None: + self.add_query_param('DeleteVersion.' + str(depth1 + 1) , DeleteVersions[depth1]) + + def get_LaunchTemplateId(self): + return self.get_query_params().get('LaunchTemplateId') + + def set_LaunchTemplateId(self,LaunchTemplateId): + self.add_query_param('LaunchTemplateId',LaunchTemplateId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteNatGatewayRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteNatGatewayRequest.py new file mode 100644 index 0000000000..a60bda945b --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteNatGatewayRequest.py @@ -0,0 +1,56 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class DeleteNatGatewayRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteNatGateway') + self.set_method('POST') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_NatGatewayId(self): + return self.get_query_params().get('NatGatewayId') + + def set_NatGatewayId(self,NatGatewayId): + self.add_query_param('NatGatewayId',NatGatewayId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteNetworkInterfacePermissionRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteNetworkInterfacePermissionRequest.py new file mode 100644 index 0000000000..df888e4736 --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteNetworkInterfacePermissionRequest.py @@ -0,0 +1,62 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class DeleteNetworkInterfacePermissionRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteNetworkInterfacePermission') + self.set_method('POST') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_NetworkInterfacePermissionId(self): + return self.get_query_params().get('NetworkInterfacePermissionId') + + def set_NetworkInterfacePermissionId(self,NetworkInterfacePermissionId): + self.add_query_param('NetworkInterfacePermissionId',NetworkInterfacePermissionId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_Force(self): + return self.get_query_params().get('Force') + + def set_Force(self,Force): + self.add_query_param('Force',Force) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteNetworkInterfaceRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteNetworkInterfaceRequest.py new file mode 100644 index 0000000000..5cc7fbac40 --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteNetworkInterfaceRequest.py @@ -0,0 +1,56 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class DeleteNetworkInterfaceRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteNetworkInterface') + self.set_method('POST') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_NetworkInterfaceId(self): + return self.get_query_params().get('NetworkInterfaceId') + + def set_NetworkInterfaceId(self,NetworkInterfaceId): + self.add_query_param('NetworkInterfaceId',NetworkInterfaceId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeletePhysicalConnectionRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeletePhysicalConnectionRequest.py new file mode 100644 index 0000000000..535fef3f19 --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeletePhysicalConnectionRequest.py @@ -0,0 +1,62 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class DeletePhysicalConnectionRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeletePhysicalConnection') + self.set_method('POST') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_ClientToken(self): + return self.get_query_params().get('ClientToken') + + def set_ClientToken(self,ClientToken): + self.add_query_param('ClientToken',ClientToken) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_PhysicalConnectionId(self): + return self.get_query_params().get('PhysicalConnectionId') + + def set_PhysicalConnectionId(self,PhysicalConnectionId): + self.add_query_param('PhysicalConnectionId',PhysicalConnectionId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteRouteEntryRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteRouteEntryRequest.py new file mode 100644 index 0000000000..f46a653e2b --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteRouteEntryRequest.py @@ -0,0 +1,78 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class DeleteRouteEntryRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteRouteEntry') + self.set_method('POST') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_NextHopId(self): + return self.get_query_params().get('NextHopId') + + def set_NextHopId(self,NextHopId): + self.add_query_param('NextHopId',NextHopId) + + def get_RouteTableId(self): + return self.get_query_params().get('RouteTableId') + + def set_RouteTableId(self,RouteTableId): + self.add_query_param('RouteTableId',RouteTableId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_DestinationCidrBlock(self): + return self.get_query_params().get('DestinationCidrBlock') + + def set_DestinationCidrBlock(self,DestinationCidrBlock): + self.add_query_param('DestinationCidrBlock',DestinationCidrBlock) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_NextHopLists(self): + return self.get_query_params().get('NextHopList') + + def set_NextHopLists(self, NextHopLists): + for depth1 in range(len(NextHopLists)): + if NextHopLists[depth1].get('NextHopId') is not None: + self.add_query_param('NextHopList.' + str(depth1 + 1) + '.NextHopId', NextHopLists[depth1].get('NextHopId')) + if NextHopLists[depth1].get('NextHopType') is not None: + self.add_query_param('NextHopList.' + str(depth1 + 1) + '.NextHopType', NextHopLists[depth1].get('NextHopType')) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteRouterInterfaceRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteRouterInterfaceRequest.py new file mode 100644 index 0000000000..f399188743 --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteRouterInterfaceRequest.py @@ -0,0 +1,68 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class DeleteRouterInterfaceRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteRouterInterface') + self.set_method('POST') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_ClientToken(self): + return self.get_query_params().get('ClientToken') + + def set_ClientToken(self,ClientToken): + self.add_query_param('ClientToken',ClientToken) + + def get_UserCidr(self): + return self.get_query_params().get('UserCidr') + + def set_UserCidr(self,UserCidr): + self.add_query_param('UserCidr',UserCidr) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_RouterInterfaceId(self): + return self.get_query_params().get('RouterInterfaceId') + + def set_RouterInterfaceId(self,RouterInterfaceId): + self.add_query_param('RouterInterfaceId',RouterInterfaceId) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteSecurityGroupRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteSecurityGroupRequest.py new file mode 100644 index 0000000000..ce0d3d799f --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteSecurityGroupRequest.py @@ -0,0 +1,56 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class DeleteSecurityGroupRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteSecurityGroup') + self.set_method('POST') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_SecurityGroupId(self): + return self.get_query_params().get('SecurityGroupId') + + def set_SecurityGroupId(self,SecurityGroupId): + self.add_query_param('SecurityGroupId',SecurityGroupId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteSnapshotGroupRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteSnapshotGroupRequest.py new file mode 100644 index 0000000000..de7c77ce86 --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteSnapshotGroupRequest.py @@ -0,0 +1,56 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class DeleteSnapshotGroupRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteSnapshotGroup') + self.set_method('POST') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_SnapshotGroupId(self): + return self.get_query_params().get('SnapshotGroupId') + + def set_SnapshotGroupId(self,SnapshotGroupId): + self.add_query_param('SnapshotGroupId',SnapshotGroupId) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteSnapshotRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteSnapshotRequest.py new file mode 100644 index 0000000000..28d1d582e4 --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteSnapshotRequest.py @@ -0,0 +1,62 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class DeleteSnapshotRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteSnapshot') + self.set_method('POST') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_SnapshotId(self): + return self.get_query_params().get('SnapshotId') + + def set_SnapshotId(self,SnapshotId): + self.add_query_param('SnapshotId',SnapshotId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_Force(self): + return self.get_query_params().get('Force') + + def set_Force(self,Force): + self.add_query_param('Force',Force) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteStorageSetRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteStorageSetRequest.py new file mode 100644 index 0000000000..0771a3a0d4 --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteStorageSetRequest.py @@ -0,0 +1,62 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class DeleteStorageSetRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteStorageSet') + self.set_method('POST') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_ClientToken(self): + return self.get_query_params().get('ClientToken') + + def set_ClientToken(self,ClientToken): + self.add_query_param('ClientToken',ClientToken) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_StorageSetId(self): + return self.get_query_params().get('StorageSetId') + + def set_StorageSetId(self,StorageSetId): + self.add_query_param('StorageSetId',StorageSetId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteVSwitchRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteVSwitchRequest.py new file mode 100644 index 0000000000..5d8bb4f0f6 --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteVSwitchRequest.py @@ -0,0 +1,56 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class DeleteVSwitchRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteVSwitch') + self.set_method('POST') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_VSwitchId(self): + return self.get_query_params().get('VSwitchId') + + def set_VSwitchId(self,VSwitchId): + self.add_query_param('VSwitchId',VSwitchId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteVirtualBorderRouterRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteVirtualBorderRouterRequest.py new file mode 100644 index 0000000000..852167a1a5 --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteVirtualBorderRouterRequest.py @@ -0,0 +1,68 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class DeleteVirtualBorderRouterRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteVirtualBorderRouter') + self.set_method('POST') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_ClientToken(self): + return self.get_query_params().get('ClientToken') + + def set_ClientToken(self,ClientToken): + self.add_query_param('ClientToken',ClientToken) + + def get_VbrId(self): + return self.get_query_params().get('VbrId') + + def set_VbrId(self,VbrId): + self.add_query_param('VbrId',VbrId) + + def get_UserCidr(self): + return self.get_query_params().get('UserCidr') + + def set_UserCidr(self,UserCidr): + self.add_query_param('UserCidr',UserCidr) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteVpcRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteVpcRequest.py new file mode 100644 index 0000000000..97c27591c5 --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteVpcRequest.py @@ -0,0 +1,56 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class DeleteVpcRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeleteVpc') + self.set_method('POST') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_VpcId(self): + return self.get_query_params().get('VpcId') + + def set_VpcId(self,VpcId): + self.add_query_param('VpcId',VpcId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeregisterManagedInstanceRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeregisterManagedInstanceRequest.py new file mode 100644 index 0000000000..bcf67e422b --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeregisterManagedInstanceRequest.py @@ -0,0 +1,56 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class DeregisterManagedInstanceRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DeregisterManagedInstance') + self.set_method('POST') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_InstanceId(self): + return self.get_query_params().get('InstanceId') + + def set_InstanceId(self,InstanceId): + self.add_query_param('InstanceId',InstanceId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeAccessPointsRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeAccessPointsRequest.py new file mode 100644 index 0000000000..98d3e35f66 --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeAccessPointsRequest.py @@ -0,0 +1,74 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class DescribeAccessPointsRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeAccessPoints') + self.set_method('POST') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_Type(self): + return self.get_query_params().get('Type') + + def set_Type(self,Type): + self.add_query_param('Type',Type) + + def get_PageNumber(self): + return self.get_query_params().get('PageNumber') + + def set_PageNumber(self,PageNumber): + self.add_query_param('PageNumber',PageNumber) + + def get_PageSize(self): + return self.get_query_params().get('PageSize') + + def set_PageSize(self,PageSize): + self.add_query_param('PageSize',PageSize) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_Filters(self): + return self.get_query_params().get('Filter') + + def set_Filters(self, Filters): + for depth1 in range(len(Filters)): + if Filters[depth1].get('Value') is not None: + for depth2 in range(len(Filters[depth1].get('Value'))): + if Filters[depth1].get('Value')[depth2] is not None: + self.add_query_param('Filter.' + str(depth1 + 1) + '.Value.' + str(depth2 + 1) , Filters[depth1].get('Value')[depth2]) + if Filters[depth1].get('Key') is not None: + self.add_query_param('Filter.' + str(depth1 + 1) + '.Key', Filters[depth1].get('Key')) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeAccountAttributesRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeAccountAttributesRequest.py new file mode 100644 index 0000000000..1fd267cbd2 --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeAccountAttributesRequest.py @@ -0,0 +1,58 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class DescribeAccountAttributesRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeAccountAttributes') + self.set_method('POST') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_AttributeNames(self): + return self.get_query_params().get('AttributeName') + + def set_AttributeNames(self, AttributeNames): + for depth1 in range(len(AttributeNames)): + if AttributeNames[depth1] is not None: + self.add_query_param('AttributeName.' + str(depth1 + 1) , AttributeNames[depth1]) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_ZoneId(self): + return self.get_query_params().get('ZoneId') + + def set_ZoneId(self,ZoneId): + self.add_query_param('ZoneId',ZoneId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeActivationsRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeActivationsRequest.py new file mode 100644 index 0000000000..e2ad8efd74 --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeActivationsRequest.py @@ -0,0 +1,74 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class DescribeActivationsRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeActivations') + self.set_method('POST') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_PageNumber(self): + return self.get_query_params().get('PageNumber') + + def set_PageNumber(self,PageNumber): + self.add_query_param('PageNumber',PageNumber) + + def get_PageSize(self): + return self.get_query_params().get('PageSize') + + def set_PageSize(self,PageSize): + self.add_query_param('PageSize',PageSize) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_InstanceName(self): + return self.get_query_params().get('InstanceName') + + def set_InstanceName(self,InstanceName): + self.add_query_param('InstanceName',InstanceName) + + def get_ActivationId(self): + return self.get_query_params().get('ActivationId') + + def set_ActivationId(self,ActivationId): + self.add_query_param('ActivationId',ActivationId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeAutoProvisioningGroupHistoryRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeAutoProvisioningGroupHistoryRequest.py new file mode 100644 index 0000000000..7e891ea049 --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeAutoProvisioningGroupHistoryRequest.py @@ -0,0 +1,80 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class DescribeAutoProvisioningGroupHistoryRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeAutoProvisioningGroupHistory') + self.set_method('POST') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_StartTime(self): + return self.get_query_params().get('StartTime') + + def set_StartTime(self,StartTime): + self.add_query_param('StartTime',StartTime) + + def get_PageNumber(self): + return self.get_query_params().get('PageNumber') + + def set_PageNumber(self,PageNumber): + self.add_query_param('PageNumber',PageNumber) + + def get_PageSize(self): + return self.get_query_params().get('PageSize') + + def set_PageSize(self,PageSize): + self.add_query_param('PageSize',PageSize) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_EndTime(self): + return self.get_query_params().get('EndTime') + + def set_EndTime(self,EndTime): + self.add_query_param('EndTime',EndTime) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_AutoProvisioningGroupId(self): + return self.get_query_params().get('AutoProvisioningGroupId') + + def set_AutoProvisioningGroupId(self,AutoProvisioningGroupId): + self.add_query_param('AutoProvisioningGroupId',AutoProvisioningGroupId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeAutoProvisioningGroupInstancesRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeAutoProvisioningGroupInstancesRequest.py new file mode 100644 index 0000000000..cd81dbe5b8 --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeAutoProvisioningGroupInstancesRequest.py @@ -0,0 +1,68 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class DescribeAutoProvisioningGroupInstancesRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeAutoProvisioningGroupInstances') + self.set_method('POST') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_PageNumber(self): + return self.get_query_params().get('PageNumber') + + def set_PageNumber(self,PageNumber): + self.add_query_param('PageNumber',PageNumber) + + def get_PageSize(self): + return self.get_query_params().get('PageSize') + + def set_PageSize(self,PageSize): + self.add_query_param('PageSize',PageSize) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_AutoProvisioningGroupId(self): + return self.get_query_params().get('AutoProvisioningGroupId') + + def set_AutoProvisioningGroupId(self,AutoProvisioningGroupId): + self.add_query_param('AutoProvisioningGroupId',AutoProvisioningGroupId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeAutoProvisioningGroupsRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeAutoProvisioningGroupsRequest.py new file mode 100644 index 0000000000..552fc75b34 --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeAutoProvisioningGroupsRequest.py @@ -0,0 +1,84 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class DescribeAutoProvisioningGroupsRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeAutoProvisioningGroups') + self.set_method('POST') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_PageNumber(self): + return self.get_query_params().get('PageNumber') + + def set_PageNumber(self,PageNumber): + self.add_query_param('PageNumber',PageNumber) + + def get_PageSize(self): + return self.get_query_params().get('PageSize') + + def set_PageSize(self,PageSize): + self.add_query_param('PageSize',PageSize) + + def get_AutoProvisioningGroupStatuss(self): + return self.get_query_params().get('AutoProvisioningGroupStatus') + + def set_AutoProvisioningGroupStatuss(self, AutoProvisioningGroupStatuss): + for depth1 in range(len(AutoProvisioningGroupStatuss)): + if AutoProvisioningGroupStatuss[depth1] is not None: + self.add_query_param('AutoProvisioningGroupStatus.' + str(depth1 + 1) , AutoProvisioningGroupStatuss[depth1]) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_AutoProvisioningGroupIds(self): + return self.get_query_params().get('AutoProvisioningGroupId') + + def set_AutoProvisioningGroupIds(self, AutoProvisioningGroupIds): + for depth1 in range(len(AutoProvisioningGroupIds)): + if AutoProvisioningGroupIds[depth1] is not None: + self.add_query_param('AutoProvisioningGroupId.' + str(depth1 + 1) , AutoProvisioningGroupIds[depth1]) + + def get_AutoProvisioningGroupName(self): + return self.get_query_params().get('AutoProvisioningGroupName') + + def set_AutoProvisioningGroupName(self,AutoProvisioningGroupName): + self.add_query_param('AutoProvisioningGroupName',AutoProvisioningGroupName) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeAutoSnapshotPolicyExRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeAutoSnapshotPolicyExRequest.py new file mode 100644 index 0000000000..257703f81b --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeAutoSnapshotPolicyExRequest.py @@ -0,0 +1,78 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class DescribeAutoSnapshotPolicyExRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeAutoSnapshotPolicyEx') + self.set_method('POST') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_AutoSnapshotPolicyId(self): + return self.get_query_params().get('AutoSnapshotPolicyId') + + def set_AutoSnapshotPolicyId(self,AutoSnapshotPolicyId): + self.add_query_param('AutoSnapshotPolicyId',AutoSnapshotPolicyId) + + def get_PageNumber(self): + return self.get_query_params().get('PageNumber') + + def set_PageNumber(self,PageNumber): + self.add_query_param('PageNumber',PageNumber) + + def get_PageSize(self): + return self.get_query_params().get('PageSize') + + def set_PageSize(self,PageSize): + self.add_query_param('PageSize',PageSize) + + def get_Tags(self): + return self.get_query_params().get('Tag') + + def set_Tags(self, Tags): + for depth1 in range(len(Tags)): + if Tags[depth1].get('Value') is not None: + self.add_query_param('Tag.' + str(depth1 + 1) + '.Value', Tags[depth1].get('Value')) + if Tags[depth1].get('Key') is not None: + self.add_query_param('Tag.' + str(depth1 + 1) + '.Key', Tags[depth1].get('Key')) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeAvailableResourceRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeAvailableResourceRequest.py new file mode 100644 index 0000000000..d0b65ddef5 --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeAvailableResourceRequest.py @@ -0,0 +1,140 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class DescribeAvailableResourceRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeAvailableResource') + self.set_method('POST') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_Memory(self): + return self.get_query_params().get('Memory') + + def set_Memory(self,Memory): + self.add_query_param('Memory',Memory) + + def get_IoOptimized(self): + return self.get_query_params().get('IoOptimized') + + def set_IoOptimized(self,IoOptimized): + self.add_query_param('IoOptimized',IoOptimized) + + def get_DataDiskCategory(self): + return self.get_query_params().get('DataDiskCategory') + + def set_DataDiskCategory(self,DataDiskCategory): + self.add_query_param('DataDiskCategory',DataDiskCategory) + + def get_Cores(self): + return self.get_query_params().get('Cores') + + def set_Cores(self,Cores): + self.add_query_param('Cores',Cores) + + def get_SystemDiskCategory(self): + return self.get_query_params().get('SystemDiskCategory') + + def set_SystemDiskCategory(self,SystemDiskCategory): + self.add_query_param('SystemDiskCategory',SystemDiskCategory) + + def get_Scope(self): + return self.get_query_params().get('Scope') + + def set_Scope(self,Scope): + self.add_query_param('Scope',Scope) + + def get_InstanceType(self): + return self.get_query_params().get('InstanceType') + + def set_InstanceType(self,InstanceType): + self.add_query_param('InstanceType',InstanceType) + + def get_NetworkCategory(self): + return self.get_query_params().get('NetworkCategory') + + def set_NetworkCategory(self,NetworkCategory): + self.add_query_param('NetworkCategory',NetworkCategory) + + def get_InstanceChargeType(self): + return self.get_query_params().get('InstanceChargeType') + + def set_InstanceChargeType(self,InstanceChargeType): + self.add_query_param('InstanceChargeType',InstanceChargeType) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_DedicatedHostId(self): + return self.get_query_params().get('DedicatedHostId') + + def set_DedicatedHostId(self,DedicatedHostId): + self.add_query_param('DedicatedHostId',DedicatedHostId) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_SpotDuration(self): + return self.get_query_params().get('SpotDuration') + + def set_SpotDuration(self,SpotDuration): + self.add_query_param('SpotDuration',SpotDuration) + + def get_ResourceType(self): + return self.get_query_params().get('ResourceType') + + def set_ResourceType(self,ResourceType): + self.add_query_param('ResourceType',ResourceType) + + def get_SpotStrategy(self): + return self.get_query_params().get('SpotStrategy') + + def set_SpotStrategy(self,SpotStrategy): + self.add_query_param('SpotStrategy',SpotStrategy) + + def get_DestinationResource(self): + return self.get_query_params().get('DestinationResource') + + def set_DestinationResource(self,DestinationResource): + self.add_query_param('DestinationResource',DestinationResource) + + def get_ZoneId(self): + return self.get_query_params().get('ZoneId') + + def set_ZoneId(self,ZoneId): + self.add_query_param('ZoneId',ZoneId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeBandwidthLimitationRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeBandwidthLimitationRequest.py new file mode 100644 index 0000000000..dc7a3abb81 --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeBandwidthLimitationRequest.py @@ -0,0 +1,80 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class DescribeBandwidthLimitationRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeBandwidthLimitation') + self.set_method('POST') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_InstanceType(self): + return self.get_query_params().get('InstanceType') + + def set_InstanceType(self,InstanceType): + self.add_query_param('InstanceType',InstanceType) + + def get_InstanceChargeType(self): + return self.get_query_params().get('InstanceChargeType') + + def set_InstanceChargeType(self,InstanceChargeType): + self.add_query_param('InstanceChargeType',InstanceChargeType) + + def get_ResourceId(self): + return self.get_query_params().get('ResourceId') + + def set_ResourceId(self,ResourceId): + self.add_query_param('ResourceId',ResourceId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OperationType(self): + return self.get_query_params().get('OperationType') + + def set_OperationType(self,OperationType): + self.add_query_param('OperationType',OperationType) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_SpotStrategy(self): + return self.get_query_params().get('SpotStrategy') + + def set_SpotStrategy(self,SpotStrategy): + self.add_query_param('SpotStrategy',SpotStrategy) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeBandwidthPackagesRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeBandwidthPackagesRequest.py new file mode 100644 index 0000000000..b4b1a3c060 --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeBandwidthPackagesRequest.py @@ -0,0 +1,74 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class DescribeBandwidthPackagesRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeBandwidthPackages') + self.set_method('POST') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_PageNumber(self): + return self.get_query_params().get('PageNumber') + + def set_PageNumber(self,PageNumber): + self.add_query_param('PageNumber',PageNumber) + + def get_PageSize(self): + return self.get_query_params().get('PageSize') + + def set_PageSize(self,PageSize): + self.add_query_param('PageSize',PageSize) + + def get_NatGatewayId(self): + return self.get_query_params().get('NatGatewayId') + + def set_NatGatewayId(self,NatGatewayId): + self.add_query_param('NatGatewayId',NatGatewayId) + + def get_BandwidthPackageId(self): + return self.get_query_params().get('BandwidthPackageId') + + def set_BandwidthPackageId(self,BandwidthPackageId): + self.add_query_param('BandwidthPackageId',BandwidthPackageId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeCapacityReservationInstancesRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeCapacityReservationInstancesRequest.py new file mode 100644 index 0000000000..b553184673 --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeCapacityReservationInstancesRequest.py @@ -0,0 +1,68 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class DescribeCapacityReservationInstancesRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeCapacityReservationInstances') + self.set_method('POST') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_NextToken(self): + return self.get_query_params().get('NextToken') + + def set_NextToken(self,NextToken): + self.add_query_param('NextToken',NextToken) + + def get_PrivatePoolOptionsId(self): + return self.get_query_params().get('PrivatePoolOptions.Id') + + def set_PrivatePoolOptionsId(self,PrivatePoolOptionsId): + self.add_query_param('PrivatePoolOptions.Id',PrivatePoolOptionsId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_MaxResults(self): + return self.get_query_params().get('MaxResults') + + def set_MaxResults(self,MaxResults): + self.add_query_param('MaxResults',MaxResults) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeCapacityReservationsRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeCapacityReservationsRequest.py new file mode 100644 index 0000000000..5b0173c3d3 --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeCapacityReservationsRequest.py @@ -0,0 +1,98 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class DescribeCapacityReservationsRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeCapacityReservations') + self.set_method('POST') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_Platform(self): + return self.get_query_params().get('Platform') + + def set_Platform(self,Platform): + self.add_query_param('Platform',Platform) + + def get_NextToken(self): + return self.get_query_params().get('NextToken') + + def set_NextToken(self,NextToken): + self.add_query_param('NextToken',NextToken) + + def get_InstanceType(self): + return self.get_query_params().get('InstanceType') + + def set_InstanceType(self,InstanceType): + self.add_query_param('InstanceType',InstanceType) + + def get_InstanceChargeType(self): + return self.get_query_params().get('InstanceChargeType') + + def set_InstanceChargeType(self,InstanceChargeType): + self.add_query_param('InstanceChargeType',InstanceChargeType) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_PrivatePoolOptionsIds(self): + return self.get_query_params().get('PrivatePoolOptions.Ids') + + def set_PrivatePoolOptionsIds(self,PrivatePoolOptionsIds): + self.add_query_param('PrivatePoolOptions.Ids',PrivatePoolOptionsIds) + + def get_MaxResults(self): + return self.get_query_params().get('MaxResults') + + def set_MaxResults(self,MaxResults): + self.add_query_param('MaxResults',MaxResults) + + def get_ZoneId(self): + return self.get_query_params().get('ZoneId') + + def set_ZoneId(self,ZoneId): + self.add_query_param('ZoneId',ZoneId) + + def get_Status(self): + return self.get_query_params().get('Status') + + def set_Status(self,Status): + self.add_query_param('Status',Status) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeClassicLinkInstancesRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeClassicLinkInstancesRequest.py new file mode 100644 index 0000000000..270077d92a --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeClassicLinkInstancesRequest.py @@ -0,0 +1,68 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class DescribeClassicLinkInstancesRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeClassicLinkInstances') + self.set_method('POST') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_PageNumber(self): + return self.get_query_params().get('PageNumber') + + def set_PageNumber(self,PageNumber): + self.add_query_param('PageNumber',PageNumber) + + def get_PageSize(self): + return self.get_query_params().get('PageSize') + + def set_PageSize(self,PageSize): + self.add_query_param('PageSize',PageSize) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_InstanceId(self): + return self.get_query_params().get('InstanceId') + + def set_InstanceId(self,InstanceId): + self.add_query_param('InstanceId',InstanceId) + + def get_VpcId(self): + return self.get_query_params().get('VpcId') + + def set_VpcId(self,VpcId): + self.add_query_param('VpcId',VpcId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeCloudAssistantStatusRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeCloudAssistantStatusRequest.py new file mode 100644 index 0000000000..72a2ffab57 --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeCloudAssistantStatusRequest.py @@ -0,0 +1,58 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class DescribeCloudAssistantStatusRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeCloudAssistantStatus') + self.set_method('POST') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_InstanceIds(self): + return self.get_query_params().get('InstanceId') + + def set_InstanceIds(self, InstanceIds): + for depth1 in range(len(InstanceIds)): + if InstanceIds[depth1] is not None: + self.add_query_param('InstanceId.' + str(depth1 + 1) , InstanceIds[depth1]) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeClustersRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeClustersRequest.py new file mode 100644 index 0000000000..efa1f21b36 --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeClustersRequest.py @@ -0,0 +1,50 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class DescribeClustersRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeClusters') + self.set_method('POST') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeCommandsRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeCommandsRequest.py new file mode 100644 index 0000000000..ee79cac0d5 --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeCommandsRequest.py @@ -0,0 +1,98 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class DescribeCommandsRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeCommands') + self.set_method('POST') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_Description(self): + return self.get_query_params().get('Description') + + def set_Description(self,Description): + self.add_query_param('Description',Description) + + def get_Type(self): + return self.get_query_params().get('Type') + + def set_Type(self,Type): + self.add_query_param('Type',Type) + + def get_CommandId(self): + return self.get_query_params().get('CommandId') + + def set_CommandId(self,CommandId): + self.add_query_param('CommandId',CommandId) + + def get_PageNumber(self): + return self.get_query_params().get('PageNumber') + + def set_PageNumber(self,PageNumber): + self.add_query_param('PageNumber',PageNumber) + + def get_Provider(self): + return self.get_query_params().get('Provider') + + def set_Provider(self,Provider): + self.add_query_param('Provider',Provider) + + def get_ContentEncoding(self): + return self.get_query_params().get('ContentEncoding') + + def set_ContentEncoding(self,ContentEncoding): + self.add_query_param('ContentEncoding',ContentEncoding) + + def get_PageSize(self): + return self.get_query_params().get('PageSize') + + def set_PageSize(self,PageSize): + self.add_query_param('PageSize',PageSize) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_Name(self): + return self.get_query_params().get('Name') + + def set_Name(self,Name): + self.add_query_param('Name',Name) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeDedicatedHostAutoRenewRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeDedicatedHostAutoRenewRequest.py new file mode 100644 index 0000000000..00f9aeaa6a --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeDedicatedHostAutoRenewRequest.py @@ -0,0 +1,56 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class DescribeDedicatedHostAutoRenewRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeDedicatedHostAutoRenew') + self.set_method('POST') + + def get_DedicatedHostIds(self): + return self.get_query_params().get('DedicatedHostIds') + + def set_DedicatedHostIds(self,DedicatedHostIds): + self.add_query_param('DedicatedHostIds',DedicatedHostIds) + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeDedicatedHostClustersRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeDedicatedHostClustersRequest.py new file mode 100644 index 0000000000..64e74c19a0 --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeDedicatedHostClustersRequest.py @@ -0,0 +1,108 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class DescribeDedicatedHostClustersRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeDedicatedHostClusters') + self.set_method('POST') + + def get_DedicatedHostClusterName(self): + return self.get_query_params().get('DedicatedHostClusterName') + + def set_DedicatedHostClusterName(self,DedicatedHostClusterName): + self.add_query_param('DedicatedHostClusterName',DedicatedHostClusterName) + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_DedicatedHostClusterIds(self): + return self.get_query_params().get('DedicatedHostClusterIds') + + def set_DedicatedHostClusterIds(self,DedicatedHostClusterIds): + self.add_query_param('DedicatedHostClusterIds',DedicatedHostClusterIds) + + def get_PageNumber(self): + return self.get_query_params().get('PageNumber') + + def set_PageNumber(self,PageNumber): + self.add_query_param('PageNumber',PageNumber) + + def get_ResourceGroupId(self): + return self.get_query_params().get('ResourceGroupId') + + def set_ResourceGroupId(self,ResourceGroupId): + self.add_query_param('ResourceGroupId',ResourceGroupId) + + def get_LockReason(self): + return self.get_query_params().get('LockReason') + + def set_LockReason(self,LockReason): + self.add_query_param('LockReason',LockReason) + + def get_PageSize(self): + return self.get_query_params().get('PageSize') + + def set_PageSize(self,PageSize): + self.add_query_param('PageSize',PageSize) + + def get_Tags(self): + return self.get_query_params().get('Tag') + + def set_Tags(self, Tags): + for depth1 in range(len(Tags)): + if Tags[depth1].get('Key') is not None: + self.add_query_param('Tag.' + str(depth1 + 1) + '.Key', Tags[depth1].get('Key')) + if Tags[depth1].get('Value') is not None: + self.add_query_param('Tag.' + str(depth1 + 1) + '.Value', Tags[depth1].get('Value')) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_ZoneId(self): + return self.get_query_params().get('ZoneId') + + def set_ZoneId(self,ZoneId): + self.add_query_param('ZoneId',ZoneId) + + def get_Status(self): + return self.get_query_params().get('Status') + + def set_Status(self,Status): + self.add_query_param('Status',Status) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeDedicatedHostTypesRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeDedicatedHostTypesRequest.py new file mode 100644 index 0000000000..d282f0a131 --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeDedicatedHostTypesRequest.py @@ -0,0 +1,62 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class DescribeDedicatedHostTypesRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeDedicatedHostTypes') + self.set_method('POST') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_SupportedInstanceTypeFamily(self): + return self.get_query_params().get('SupportedInstanceTypeFamily') + + def set_SupportedInstanceTypeFamily(self,SupportedInstanceTypeFamily): + self.add_query_param('SupportedInstanceTypeFamily',SupportedInstanceTypeFamily) + + def get_DedicatedHostType(self): + return self.get_query_params().get('DedicatedHostType') + + def set_DedicatedHostType(self,DedicatedHostType): + self.add_query_param('DedicatedHostType',DedicatedHostType) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeDedicatedHostsRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeDedicatedHostsRequest.py new file mode 100644 index 0000000000..5e6382d3b0 --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeDedicatedHostsRequest.py @@ -0,0 +1,114 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class DescribeDedicatedHostsRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeDedicatedHosts') + self.set_method('POST') + + def get_DedicatedHostIds(self): + return self.get_query_params().get('DedicatedHostIds') + + def set_DedicatedHostIds(self,DedicatedHostIds): + self.add_query_param('DedicatedHostIds',DedicatedHostIds) + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_PageNumber(self): + return self.get_query_params().get('PageNumber') + + def set_PageNumber(self,PageNumber): + self.add_query_param('PageNumber',PageNumber) + + def get_ResourceGroupId(self): + return self.get_query_params().get('ResourceGroupId') + + def set_ResourceGroupId(self,ResourceGroupId): + self.add_query_param('ResourceGroupId',ResourceGroupId) + + def get_LockReason(self): + return self.get_query_params().get('LockReason') + + def set_LockReason(self,LockReason): + self.add_query_param('LockReason',LockReason) + + def get_PageSize(self): + return self.get_query_params().get('PageSize') + + def set_PageSize(self,PageSize): + self.add_query_param('PageSize',PageSize) + + def get_DedicatedHostType(self): + return self.get_query_params().get('DedicatedHostType') + + def set_DedicatedHostType(self,DedicatedHostType): + self.add_query_param('DedicatedHostType',DedicatedHostType) + + def get_Tags(self): + return self.get_query_params().get('Tag') + + def set_Tags(self, Tags): + for depth1 in range(len(Tags)): + if Tags[depth1].get('Value') is not None: + self.add_query_param('Tag.' + str(depth1 + 1) + '.Value', Tags[depth1].get('Value')) + if Tags[depth1].get('Key') is not None: + self.add_query_param('Tag.' + str(depth1 + 1) + '.Key', Tags[depth1].get('Key')) + + def get_DedicatedHostName(self): + return self.get_query_params().get('DedicatedHostName') + + def set_DedicatedHostName(self,DedicatedHostName): + self.add_query_param('DedicatedHostName',DedicatedHostName) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_ZoneId(self): + return self.get_query_params().get('ZoneId') + + def set_ZoneId(self,ZoneId): + self.add_query_param('ZoneId',ZoneId) + + def get_Status(self): + return self.get_query_params().get('Status') + + def set_Status(self,Status): + self.add_query_param('Status',Status) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeDemandsRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeDemandsRequest.py new file mode 100644 index 0000000000..7ebd5c074c --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeDemandsRequest.py @@ -0,0 +1,122 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class DescribeDemandsRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeDemands') + self.set_method('POST') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_PageNumber(self): + return self.get_query_params().get('PageNumber') + + def set_PageNumber(self,PageNumber): + self.add_query_param('PageNumber',PageNumber) + + def get_PageSize(self): + return self.get_query_params().get('PageSize') + + def set_PageSize(self,PageSize): + self.add_query_param('PageSize',PageSize) + + def get_InstanceType(self): + return self.get_query_params().get('InstanceType') + + def set_InstanceType(self,InstanceType): + self.add_query_param('InstanceType',InstanceType) + + def get_Tags(self): + return self.get_query_params().get('Tag') + + def set_Tags(self, Tags): + for depth1 in range(len(Tags)): + if Tags[depth1].get('Key') is not None: + self.add_query_param('Tag.' + str(depth1 + 1) + '.Key', Tags[depth1].get('Key')) + if Tags[depth1].get('Value') is not None: + self.add_query_param('Tag.' + str(depth1 + 1) + '.Value', Tags[depth1].get('Value')) + + def get_InstanceChargeType(self): + return self.get_query_params().get('InstanceChargeType') + + def set_InstanceChargeType(self,InstanceChargeType): + self.add_query_param('InstanceChargeType',InstanceChargeType) + + def get_DryRun(self): + return self.get_query_params().get('DryRun') + + def set_DryRun(self,DryRun): + self.add_query_param('DryRun',DryRun) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_InstanceTypeFamily(self): + return self.get_query_params().get('InstanceTypeFamily') + + def set_InstanceTypeFamily(self,InstanceTypeFamily): + self.add_query_param('InstanceTypeFamily',InstanceTypeFamily) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_DemandStatuss(self): + return self.get_query_params().get('DemandStatus') + + def set_DemandStatuss(self, DemandStatuss): + for depth1 in range(len(DemandStatuss)): + if DemandStatuss[depth1] is not None: + self.add_query_param('DemandStatus.' + str(depth1 + 1) , DemandStatuss[depth1]) + + def get_DemandId(self): + return self.get_query_params().get('DemandId') + + def set_DemandId(self,DemandId): + self.add_query_param('DemandId',DemandId) + + def get_ZoneId(self): + return self.get_query_params().get('ZoneId') + + def set_ZoneId(self,ZoneId): + self.add_query_param('ZoneId',ZoneId) + + def get_DemandType(self): + return self.get_query_params().get('DemandType') + + def set_DemandType(self,DemandType): + self.add_query_param('DemandType',DemandType) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeDeploymentSetSupportedInstanceTypeFamilyRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeDeploymentSetSupportedInstanceTypeFamilyRequest.py new file mode 100644 index 0000000000..db8b40b908 --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeDeploymentSetSupportedInstanceTypeFamilyRequest.py @@ -0,0 +1,50 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class DescribeDeploymentSetSupportedInstanceTypeFamilyRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeDeploymentSetSupportedInstanceTypeFamily') + self.set_method('POST') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeDeploymentSetsRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeDeploymentSetsRequest.py new file mode 100644 index 0000000000..2c9591f86c --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeDeploymentSetsRequest.py @@ -0,0 +1,98 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class DescribeDeploymentSetsRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeDeploymentSets') + self.set_method('POST') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_NetworkType(self): + return self.get_query_params().get('NetworkType') + + def set_NetworkType(self,NetworkType): + self.add_query_param('NetworkType',NetworkType) + + def get_PageNumber(self): + return self.get_query_params().get('PageNumber') + + def set_PageNumber(self,PageNumber): + self.add_query_param('PageNumber',PageNumber) + + def get_DeploymentSetIds(self): + return self.get_query_params().get('DeploymentSetIds') + + def set_DeploymentSetIds(self,DeploymentSetIds): + self.add_query_param('DeploymentSetIds',DeploymentSetIds) + + def get_PageSize(self): + return self.get_query_params().get('PageSize') + + def set_PageSize(self,PageSize): + self.add_query_param('PageSize',PageSize) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_DeploymentSetName(self): + return self.get_query_params().get('DeploymentSetName') + + def set_DeploymentSetName(self,DeploymentSetName): + self.add_query_param('DeploymentSetName',DeploymentSetName) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_Granularity(self): + return self.get_query_params().get('Granularity') + + def set_Granularity(self,Granularity): + self.add_query_param('Granularity',Granularity) + + def get_Domain(self): + return self.get_query_params().get('Domain') + + def set_Domain(self,Domain): + self.add_query_param('Domain',Domain) + + def get_Strategy(self): + return self.get_query_params().get('Strategy') + + def set_Strategy(self,Strategy): + self.add_query_param('Strategy',Strategy) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeDiskMonitorDataRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeDiskMonitorDataRequest.py new file mode 100644 index 0000000000..fb1c963e86 --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeDiskMonitorDataRequest.py @@ -0,0 +1,74 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class DescribeDiskMonitorDataRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeDiskMonitorData') + self.set_method('POST') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_StartTime(self): + return self.get_query_params().get('StartTime') + + def set_StartTime(self,StartTime): + self.add_query_param('StartTime',StartTime) + + def get_DiskId(self): + return self.get_query_params().get('DiskId') + + def set_DiskId(self,DiskId): + self.add_query_param('DiskId',DiskId) + + def get_Period(self): + return self.get_query_params().get('Period') + + def set_Period(self,Period): + self.add_query_param('Period',Period) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_EndTime(self): + return self.get_query_params().get('EndTime') + + def set_EndTime(self,EndTime): + self.add_query_param('EndTime',EndTime) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeDisksFullStatusRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeDisksFullStatusRequest.py new file mode 100644 index 0000000000..c27f9c15e3 --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeDisksFullStatusRequest.py @@ -0,0 +1,108 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class DescribeDisksFullStatusRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeDisksFullStatus') + self.set_method('POST') + + def get_EventIds(self): + return self.get_query_params().get('EventId') + + def set_EventIds(self, EventIds): + for depth1 in range(len(EventIds)): + if EventIds[depth1] is not None: + self.add_query_param('EventId.' + str(depth1 + 1) , EventIds[depth1]) + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_PageNumber(self): + return self.get_query_params().get('PageNumber') + + def set_PageNumber(self,PageNumber): + self.add_query_param('PageNumber',PageNumber) + + def get_EventTimeStart(self): + return self.get_query_params().get('EventTime.Start') + + def set_EventTimeStart(self,EventTimeStart): + self.add_query_param('EventTime.Start',EventTimeStart) + + def get_PageSize(self): + return self.get_query_params().get('PageSize') + + def set_PageSize(self,PageSize): + self.add_query_param('PageSize',PageSize) + + def get_DiskIds(self): + return self.get_query_params().get('DiskId') + + def set_DiskIds(self, DiskIds): + for depth1 in range(len(DiskIds)): + if DiskIds[depth1] is not None: + self.add_query_param('DiskId.' + str(depth1 + 1) , DiskIds[depth1]) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_EventTimeEnd(self): + return self.get_query_params().get('EventTime.End') + + def set_EventTimeEnd(self,EventTimeEnd): + self.add_query_param('EventTime.End',EventTimeEnd) + + def get_HealthStatus(self): + return self.get_query_params().get('HealthStatus') + + def set_HealthStatus(self,HealthStatus): + self.add_query_param('HealthStatus',HealthStatus) + + def get_EventType(self): + return self.get_query_params().get('EventType') + + def set_EventType(self,EventType): + self.add_query_param('EventType',EventType) + + def get_Status(self): + return self.get_query_params().get('Status') + + def set_Status(self,Status): + self.add_query_param('Status',Status) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeDisksRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeDisksRequest.py new file mode 100644 index 0000000000..1449ea6582 --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeDisksRequest.py @@ -0,0 +1,242 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class DescribeDisksRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeDisks') + self.set_method('POST') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_Filter2Value(self): + return self.get_query_params().get('Filter.2.Value') + + def set_Filter2Value(self,Filter2Value): + self.add_query_param('Filter.2.Value',Filter2Value) + + def get_AutoSnapshotPolicyId(self): + return self.get_query_params().get('AutoSnapshotPolicyId') + + def set_AutoSnapshotPolicyId(self,AutoSnapshotPolicyId): + self.add_query_param('AutoSnapshotPolicyId',AutoSnapshotPolicyId) + + def get_DiskName(self): + return self.get_query_params().get('DiskName') + + def set_DiskName(self,DiskName): + self.add_query_param('DiskName',DiskName) + + def get_DeleteAutoSnapshot(self): + return self.get_query_params().get('DeleteAutoSnapshot') + + def set_DeleteAutoSnapshot(self,DeleteAutoSnapshot): + self.add_query_param('DeleteAutoSnapshot',DeleteAutoSnapshot) + + def get_ResourceGroupId(self): + return self.get_query_params().get('ResourceGroupId') + + def set_ResourceGroupId(self,ResourceGroupId): + self.add_query_param('ResourceGroupId',ResourceGroupId) + + def get_DiskChargeType(self): + return self.get_query_params().get('DiskChargeType') + + def set_DiskChargeType(self,DiskChargeType): + self.add_query_param('DiskChargeType',DiskChargeType) + + def get_LockReason(self): + return self.get_query_params().get('LockReason') + + def set_LockReason(self,LockReason): + self.add_query_param('LockReason',LockReason) + + def get_Filter1Key(self): + return self.get_query_params().get('Filter.1.Key') + + def set_Filter1Key(self,Filter1Key): + self.add_query_param('Filter.1.Key',Filter1Key) + + def get_Tags(self): + return self.get_query_params().get('Tag') + + def set_Tags(self, Tags): + for depth1 in range(len(Tags)): + if Tags[depth1].get('Value') is not None: + self.add_query_param('Tag.' + str(depth1 + 1) + '.Value', Tags[depth1].get('Value')) + if Tags[depth1].get('Key') is not None: + self.add_query_param('Tag.' + str(depth1 + 1) + '.Key', Tags[depth1].get('Key')) + + def get_EnableAutoSnapshot(self): + return self.get_query_params().get('EnableAutoSnapshot') + + def set_EnableAutoSnapshot(self,EnableAutoSnapshot): + self.add_query_param('EnableAutoSnapshot',EnableAutoSnapshot) + + def get_DryRun(self): + return self.get_query_params().get('DryRun') + + def set_DryRun(self,DryRun): + self.add_query_param('DryRun',DryRun) + + def get_Filter1Value(self): + return self.get_query_params().get('Filter.1.Value') + + def set_Filter1Value(self,Filter1Value): + self.add_query_param('Filter.1.Value',Filter1Value) + + def get_Portable(self): + return self.get_query_params().get('Portable') + + def set_Portable(self,Portable): + self.add_query_param('Portable',Portable) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_AdditionalAttributess(self): + return self.get_query_params().get('AdditionalAttributes') + + def set_AdditionalAttributess(self, AdditionalAttributess): + for depth1 in range(len(AdditionalAttributess)): + if AdditionalAttributess[depth1] is not None: + self.add_query_param('AdditionalAttributes.' + str(depth1 + 1) , AdditionalAttributess[depth1]) + + def get_InstanceId(self): + return self.get_query_params().get('InstanceId') + + def set_InstanceId(self,InstanceId): + self.add_query_param('InstanceId',InstanceId) + + def get_ZoneId(self): + return self.get_query_params().get('ZoneId') + + def set_ZoneId(self,ZoneId): + self.add_query_param('ZoneId',ZoneId) + + def get_MaxResults(self): + return self.get_query_params().get('MaxResults') + + def set_MaxResults(self,MaxResults): + self.add_query_param('MaxResults',MaxResults) + + def get_Status(self): + return self.get_query_params().get('Status') + + def set_Status(self,Status): + self.add_query_param('Status',Status) + + def get_SnapshotId(self): + return self.get_query_params().get('SnapshotId') + + def set_SnapshotId(self,SnapshotId): + self.add_query_param('SnapshotId',SnapshotId) + + def get_PageNumber(self): + return self.get_query_params().get('PageNumber') + + def set_PageNumber(self,PageNumber): + self.add_query_param('PageNumber',PageNumber) + + def get_NextToken(self): + return self.get_query_params().get('NextToken') + + def set_NextToken(self,NextToken): + self.add_query_param('NextToken',NextToken) + + def get_PageSize(self): + return self.get_query_params().get('PageSize') + + def set_PageSize(self,PageSize): + self.add_query_param('PageSize',PageSize) + + def get_DiskIds(self): + return self.get_query_params().get('DiskIds') + + def set_DiskIds(self,DiskIds): + self.add_query_param('DiskIds',DiskIds) + + def get_DeleteWithInstance(self): + return self.get_query_params().get('DeleteWithInstance') + + def set_DeleteWithInstance(self,DeleteWithInstance): + self.add_query_param('DeleteWithInstance',DeleteWithInstance) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_EnableAutomatedSnapshotPolicy(self): + return self.get_query_params().get('EnableAutomatedSnapshotPolicy') + + def set_EnableAutomatedSnapshotPolicy(self,EnableAutomatedSnapshotPolicy): + self.add_query_param('EnableAutomatedSnapshotPolicy',EnableAutomatedSnapshotPolicy) + + def get_Filter2Key(self): + return self.get_query_params().get('Filter.2.Key') + + def set_Filter2Key(self,Filter2Key): + self.add_query_param('Filter.2.Key',Filter2Key) + + def get_DiskType(self): + return self.get_query_params().get('DiskType') + + def set_DiskType(self,DiskType): + self.add_query_param('DiskType',DiskType) + + def get_EnableShared(self): + return self.get_query_params().get('EnableShared') + + def set_EnableShared(self,EnableShared): + self.add_query_param('EnableShared',EnableShared) + + def get_Encrypted(self): + return self.get_query_params().get('Encrypted') + + def set_Encrypted(self,Encrypted): + self.add_query_param('Encrypted',Encrypted) + + def get_Category(self): + return self.get_query_params().get('Category') + + def set_Category(self,Category): + self.add_query_param('Category',Category) + + def get_KMSKeyId(self): + return self.get_query_params().get('KMSKeyId') + + def set_KMSKeyId(self,KMSKeyId): + self.add_query_param('KMSKeyId',KMSKeyId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeEipAddressesRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeEipAddressesRequest.py new file mode 100644 index 0000000000..821000a1da --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeEipAddressesRequest.py @@ -0,0 +1,134 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class DescribeEipAddressesRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeEipAddresses') + self.set_method('POST') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_Filter2Value(self): + return self.get_query_params().get('Filter.2.Value') + + def set_Filter2Value(self,Filter2Value): + self.add_query_param('Filter.2.Value',Filter2Value) + + def get_ISP(self): + return self.get_query_params().get('ISP') + + def set_ISP(self,ISP): + self.add_query_param('ISP',ISP) + + def get_AllocationId(self): + return self.get_query_params().get('AllocationId') + + def set_AllocationId(self,AllocationId): + self.add_query_param('AllocationId',AllocationId) + + def get_EipAddress(self): + return self.get_query_params().get('EipAddress') + + def set_EipAddress(self,EipAddress): + self.add_query_param('EipAddress',EipAddress) + + def get_PageNumber(self): + return self.get_query_params().get('PageNumber') + + def set_PageNumber(self,PageNumber): + self.add_query_param('PageNumber',PageNumber) + + def get_LockReason(self): + return self.get_query_params().get('LockReason') + + def set_LockReason(self,LockReason): + self.add_query_param('LockReason',LockReason) + + def get_Filter1Key(self): + return self.get_query_params().get('Filter.1.Key') + + def set_Filter1Key(self,Filter1Key): + self.add_query_param('Filter.1.Key',Filter1Key) + + def get_AssociatedInstanceType(self): + return self.get_query_params().get('AssociatedInstanceType') + + def set_AssociatedInstanceType(self,AssociatedInstanceType): + self.add_query_param('AssociatedInstanceType',AssociatedInstanceType) + + def get_PageSize(self): + return self.get_query_params().get('PageSize') + + def set_PageSize(self,PageSize): + self.add_query_param('PageSize',PageSize) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_Filter1Value(self): + return self.get_query_params().get('Filter.1.Value') + + def set_Filter1Value(self,Filter1Value): + self.add_query_param('Filter.1.Value',Filter1Value) + + def get_Filter2Key(self): + return self.get_query_params().get('Filter.2.Key') + + def set_Filter2Key(self,Filter2Key): + self.add_query_param('Filter.2.Key',Filter2Key) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_ChargeType(self): + return self.get_query_params().get('ChargeType') + + def set_ChargeType(self,ChargeType): + self.add_query_param('ChargeType',ChargeType) + + def get_AssociatedInstanceId(self): + return self.get_query_params().get('AssociatedInstanceId') + + def set_AssociatedInstanceId(self,AssociatedInstanceId): + self.add_query_param('AssociatedInstanceId',AssociatedInstanceId) + + def get_Status(self): + return self.get_query_params().get('Status') + + def set_Status(self,Status): + self.add_query_param('Status',Status) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeEipMonitorDataRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeEipMonitorDataRequest.py new file mode 100644 index 0000000000..81a1c545e9 --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeEipMonitorDataRequest.py @@ -0,0 +1,74 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class DescribeEipMonitorDataRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeEipMonitorData') + self.set_method('POST') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_AllocationId(self): + return self.get_query_params().get('AllocationId') + + def set_AllocationId(self,AllocationId): + self.add_query_param('AllocationId',AllocationId) + + def get_StartTime(self): + return self.get_query_params().get('StartTime') + + def set_StartTime(self,StartTime): + self.add_query_param('StartTime',StartTime) + + def get_Period(self): + return self.get_query_params().get('Period') + + def set_Period(self,Period): + self.add_query_param('Period',Period) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_EndTime(self): + return self.get_query_params().get('EndTime') + + def set_EndTime(self,EndTime): + self.add_query_param('EndTime',EndTime) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeElasticityAssuranceInstancesRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeElasticityAssuranceInstancesRequest.py new file mode 100644 index 0000000000..3a609c7d21 --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeElasticityAssuranceInstancesRequest.py @@ -0,0 +1,68 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class DescribeElasticityAssuranceInstancesRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeElasticityAssuranceInstances') + self.set_method('POST') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_NextToken(self): + return self.get_query_params().get('NextToken') + + def set_NextToken(self,NextToken): + self.add_query_param('NextToken',NextToken) + + def get_PrivatePoolOptionsId(self): + return self.get_query_params().get('PrivatePoolOptions.Id') + + def set_PrivatePoolOptionsId(self,PrivatePoolOptionsId): + self.add_query_param('PrivatePoolOptions.Id',PrivatePoolOptionsId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_MaxResults(self): + return self.get_query_params().get('MaxResults') + + def set_MaxResults(self,MaxResults): + self.add_query_param('MaxResults',MaxResults) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeElasticityAssurancesRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeElasticityAssurancesRequest.py new file mode 100644 index 0000000000..e8bc859075 --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeElasticityAssurancesRequest.py @@ -0,0 +1,98 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class DescribeElasticityAssurancesRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeElasticityAssurances') + self.set_method('POST') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_Platform(self): + return self.get_query_params().get('Platform') + + def set_Platform(self,Platform): + self.add_query_param('Platform',Platform) + + def get_NextToken(self): + return self.get_query_params().get('NextToken') + + def set_NextToken(self,NextToken): + self.add_query_param('NextToken',NextToken) + + def get_InstanceType(self): + return self.get_query_params().get('InstanceType') + + def set_InstanceType(self,InstanceType): + self.add_query_param('InstanceType',InstanceType) + + def get_InstanceChargeType(self): + return self.get_query_params().get('InstanceChargeType') + + def set_InstanceChargeType(self,InstanceChargeType): + self.add_query_param('InstanceChargeType',InstanceChargeType) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_PrivatePoolOptionsIds(self): + return self.get_query_params().get('PrivatePoolOptions.Ids') + + def set_PrivatePoolOptionsIds(self,PrivatePoolOptionsIds): + self.add_query_param('PrivatePoolOptions.Ids',PrivatePoolOptionsIds) + + def get_MaxResults(self): + return self.get_query_params().get('MaxResults') + + def set_MaxResults(self,MaxResults): + self.add_query_param('MaxResults',MaxResults) + + def get_ZoneId(self): + return self.get_query_params().get('ZoneId') + + def set_ZoneId(self,ZoneId): + self.add_query_param('ZoneId',ZoneId) + + def get_Status(self): + return self.get_query_params().get('Status') + + def set_Status(self,Status): + self.add_query_param('Status',Status) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeEniMonitorDataRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeEniMonitorDataRequest.py new file mode 100644 index 0000000000..d9f6034254 --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeEniMonitorDataRequest.py @@ -0,0 +1,80 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class DescribeEniMonitorDataRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeEniMonitorData') + self.set_method('POST') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_StartTime(self): + return self.get_query_params().get('StartTime') + + def set_StartTime(self,StartTime): + self.add_query_param('StartTime',StartTime) + + def get_Period(self): + return self.get_query_params().get('Period') + + def set_Period(self,Period): + self.add_query_param('Period',Period) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_EndTime(self): + return self.get_query_params().get('EndTime') + + def set_EndTime(self,EndTime): + self.add_query_param('EndTime',EndTime) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_InstanceId(self): + return self.get_query_params().get('InstanceId') + + def set_InstanceId(self,InstanceId): + self.add_query_param('InstanceId',InstanceId) + + def get_EniId(self): + return self.get_query_params().get('EniId') + + def set_EniId(self,EniId): + self.add_query_param('EniId',EniId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeForwardTableEntriesRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeForwardTableEntriesRequest.py new file mode 100644 index 0000000000..4c9c842491 --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeForwardTableEntriesRequest.py @@ -0,0 +1,74 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class DescribeForwardTableEntriesRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeForwardTableEntries') + self.set_method('POST') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_ForwardTableId(self): + return self.get_query_params().get('ForwardTableId') + + def set_ForwardTableId(self,ForwardTableId): + self.add_query_param('ForwardTableId',ForwardTableId) + + def get_PageNumber(self): + return self.get_query_params().get('PageNumber') + + def set_PageNumber(self,PageNumber): + self.add_query_param('PageNumber',PageNumber) + + def get_ForwardEntryId(self): + return self.get_query_params().get('ForwardEntryId') + + def set_ForwardEntryId(self,ForwardEntryId): + self.add_query_param('ForwardEntryId',ForwardEntryId) + + def get_PageSize(self): + return self.get_query_params().get('PageSize') + + def set_PageSize(self,PageSize): + self.add_query_param('PageSize',PageSize) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeHaVipsRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeHaVipsRequest.py new file mode 100644 index 0000000000..be94a45898 --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeHaVipsRequest.py @@ -0,0 +1,74 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class DescribeHaVipsRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeHaVips') + self.set_method('POST') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_PageNumber(self): + return self.get_query_params().get('PageNumber') + + def set_PageNumber(self,PageNumber): + self.add_query_param('PageNumber',PageNumber) + + def get_PageSize(self): + return self.get_query_params().get('PageSize') + + def set_PageSize(self,PageSize): + self.add_query_param('PageSize',PageSize) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_Filters(self): + return self.get_query_params().get('Filter') + + def set_Filters(self, Filters): + for depth1 in range(len(Filters)): + if Filters[depth1].get('Value') is not None: + for depth2 in range(len(Filters[depth1].get('Value'))): + if Filters[depth1].get('Value')[depth2] is not None: + self.add_query_param('Filter.' + str(depth1 + 1) + '.Value.' + str(depth2 + 1) , Filters[depth1].get('Value')[depth2]) + if Filters[depth1].get('Key') is not None: + self.add_query_param('Filter.' + str(depth1 + 1) + '.Key', Filters[depth1].get('Key')) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeHpcClustersRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeHpcClustersRequest.py new file mode 100644 index 0000000000..e00cd6278a --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeHpcClustersRequest.py @@ -0,0 +1,74 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class DescribeHpcClustersRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeHpcClusters') + self.set_method('POST') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_ClientToken(self): + return self.get_query_params().get('ClientToken') + + def set_ClientToken(self,ClientToken): + self.add_query_param('ClientToken',ClientToken) + + def get_PageNumber(self): + return self.get_query_params().get('PageNumber') + + def set_PageNumber(self,PageNumber): + self.add_query_param('PageNumber',PageNumber) + + def get_PageSize(self): + return self.get_query_params().get('PageSize') + + def set_PageSize(self,PageSize): + self.add_query_param('PageSize',PageSize) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_HpcClusterIds(self): + return self.get_query_params().get('HpcClusterIds') + + def set_HpcClusterIds(self,HpcClusterIds): + self.add_query_param('HpcClusterIds',HpcClusterIds) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeImageComponentsRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeImageComponentsRequest.py new file mode 100644 index 0000000000..320a55d0d4 --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeImageComponentsRequest.py @@ -0,0 +1,92 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class DescribeImageComponentsRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeImageComponents') + self.set_method('POST') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_ImageComponentIds(self): + return self.get_query_params().get('ImageComponentId') + + def set_ImageComponentIds(self, ImageComponentIds): + for depth1 in range(len(ImageComponentIds)): + if ImageComponentIds[depth1] is not None: + self.add_query_param('ImageComponentId.' + str(depth1 + 1) , ImageComponentIds[depth1]) + + def get_ResourceGroupId(self): + return self.get_query_params().get('ResourceGroupId') + + def set_ResourceGroupId(self,ResourceGroupId): + self.add_query_param('ResourceGroupId',ResourceGroupId) + + def get_NextToken(self): + return self.get_query_params().get('NextToken') + + def set_NextToken(self,NextToken): + self.add_query_param('NextToken',NextToken) + + def get_Tags(self): + return self.get_query_params().get('Tag') + + def set_Tags(self, Tags): + for depth1 in range(len(Tags)): + if Tags[depth1].get('Key') is not None: + self.add_query_param('Tag.' + str(depth1 + 1) + '.Key', Tags[depth1].get('Key')) + if Tags[depth1].get('Value') is not None: + self.add_query_param('Tag.' + str(depth1 + 1) + '.Value', Tags[depth1].get('Value')) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_Name(self): + return self.get_query_params().get('Name') + + def set_Name(self,Name): + self.add_query_param('Name',Name) + + def get_MaxResults(self): + return self.get_query_params().get('MaxResults') + + def set_MaxResults(self,MaxResults): + self.add_query_param('MaxResults',MaxResults) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeImageFromFamilyRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeImageFromFamilyRequest.py new file mode 100644 index 0000000000..f548ee2425 --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeImageFromFamilyRequest.py @@ -0,0 +1,56 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class DescribeImageFromFamilyRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeImageFromFamily') + self.set_method('POST') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_ImageFamily(self): + return self.get_query_params().get('ImageFamily') + + def set_ImageFamily(self,ImageFamily): + self.add_query_param('ImageFamily',ImageFamily) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeImagePipelineExecutionsRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeImagePipelineExecutionsRequest.py new file mode 100644 index 0000000000..654ee35363 --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeImagePipelineExecutionsRequest.py @@ -0,0 +1,90 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class DescribeImagePipelineExecutionsRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeImagePipelineExecutions') + self.set_method('POST') + + def get_ImagePipelineId(self): + return self.get_query_params().get('ImagePipelineId') + + def set_ImagePipelineId(self,ImagePipelineId): + self.add_query_param('ImagePipelineId',ImagePipelineId) + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_ExecutionId(self): + return self.get_query_params().get('ExecutionId') + + def set_ExecutionId(self,ExecutionId): + self.add_query_param('ExecutionId',ExecutionId) + + def get_NextToken(self): + return self.get_query_params().get('NextToken') + + def set_NextToken(self,NextToken): + self.add_query_param('NextToken',NextToken) + + def get_Tags(self): + return self.get_query_params().get('Tag') + + def set_Tags(self, Tags): + for depth1 in range(len(Tags)): + if Tags[depth1].get('Key') is not None: + self.add_query_param('Tag.' + str(depth1 + 1) + '.Key', Tags[depth1].get('Key')) + if Tags[depth1].get('Value') is not None: + self.add_query_param('Tag.' + str(depth1 + 1) + '.Value', Tags[depth1].get('Value')) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_MaxResults(self): + return self.get_query_params().get('MaxResults') + + def set_MaxResults(self,MaxResults): + self.add_query_param('MaxResults',MaxResults) + + def get_Status(self): + return self.get_query_params().get('Status') + + def set_Status(self,Status): + self.add_query_param('Status',Status) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeImagePipelinesRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeImagePipelinesRequest.py new file mode 100644 index 0000000000..0225a7818f --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeImagePipelinesRequest.py @@ -0,0 +1,92 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class DescribeImagePipelinesRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeImagePipelines') + self.set_method('POST') + + def get_ImagePipelineIds(self): + return self.get_query_params().get('ImagePipelineId') + + def set_ImagePipelineIds(self, ImagePipelineIds): + for depth1 in range(len(ImagePipelineIds)): + if ImagePipelineIds[depth1] is not None: + self.add_query_param('ImagePipelineId.' + str(depth1 + 1) , ImagePipelineIds[depth1]) + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_ResourceGroupId(self): + return self.get_query_params().get('ResourceGroupId') + + def set_ResourceGroupId(self,ResourceGroupId): + self.add_query_param('ResourceGroupId',ResourceGroupId) + + def get_NextToken(self): + return self.get_query_params().get('NextToken') + + def set_NextToken(self,NextToken): + self.add_query_param('NextToken',NextToken) + + def get_Tags(self): + return self.get_query_params().get('Tag') + + def set_Tags(self, Tags): + for depth1 in range(len(Tags)): + if Tags[depth1].get('Key') is not None: + self.add_query_param('Tag.' + str(depth1 + 1) + '.Key', Tags[depth1].get('Key')) + if Tags[depth1].get('Value') is not None: + self.add_query_param('Tag.' + str(depth1 + 1) + '.Value', Tags[depth1].get('Value')) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_Name(self): + return self.get_query_params().get('Name') + + def set_Name(self,Name): + self.add_query_param('Name',Name) + + def get_MaxResults(self): + return self.get_query_params().get('MaxResults') + + def set_MaxResults(self,MaxResults): + self.add_query_param('MaxResults',MaxResults) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeImageSharePermissionRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeImageSharePermissionRequest.py new file mode 100644 index 0000000000..fe028ccc03 --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeImageSharePermissionRequest.py @@ -0,0 +1,68 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class DescribeImageSharePermissionRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeImageSharePermission') + self.set_method('POST') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_ImageId(self): + return self.get_query_params().get('ImageId') + + def set_ImageId(self,ImageId): + self.add_query_param('ImageId',ImageId) + + def get_PageNumber(self): + return self.get_query_params().get('PageNumber') + + def set_PageNumber(self,PageNumber): + self.add_query_param('PageNumber',PageNumber) + + def get_PageSize(self): + return self.get_query_params().get('PageSize') + + def set_PageSize(self,PageSize): + self.add_query_param('PageSize',PageSize) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeImageSupportInstanceTypesRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeImageSupportInstanceTypesRequest.py new file mode 100644 index 0000000000..ecf51cf89a --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeImageSupportInstanceTypesRequest.py @@ -0,0 +1,66 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class DescribeImageSupportInstanceTypesRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeImageSupportInstanceTypes') + self.set_method('POST') + + def get_ActionType(self): + return self.get_query_params().get('ActionType') + + def set_ActionType(self,ActionType): + self.add_query_param('ActionType',ActionType) + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_ImageId(self): + return self.get_query_params().get('ImageId') + + def set_ImageId(self,ImageId): + self.add_query_param('ImageId',ImageId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_Filters(self): + return self.get_query_params().get('Filter') + + def set_Filters(self, Filters): + for depth1 in range(len(Filters)): + if Filters[depth1].get('Value') is not None: + self.add_query_param('Filter.' + str(depth1 + 1) + '.Value', Filters[depth1].get('Value')) + if Filters[depth1].get('Key') is not None: + self.add_query_param('Filter.' + str(depth1 + 1) + '.Key', Filters[depth1].get('Key')) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeImagesRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeImagesRequest.py new file mode 100644 index 0000000000..8d1429c3b7 --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeImagesRequest.py @@ -0,0 +1,178 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class DescribeImagesRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeImages') + self.set_method('POST') + + def get_ActionType(self): + return self.get_query_params().get('ActionType') + + def set_ActionType(self,ActionType): + self.add_query_param('ActionType',ActionType) + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_ImageId(self): + return self.get_query_params().get('ImageId') + + def set_ImageId(self,ImageId): + self.add_query_param('ImageId',ImageId) + + def get_SnapshotId(self): + return self.get_query_params().get('SnapshotId') + + def set_SnapshotId(self,SnapshotId): + self.add_query_param('SnapshotId',SnapshotId) + + def get_Usage(self): + return self.get_query_params().get('Usage') + + def set_Usage(self,Usage): + self.add_query_param('Usage',Usage) + + def get_PageNumber(self): + return self.get_query_params().get('PageNumber') + + def set_PageNumber(self,PageNumber): + self.add_query_param('PageNumber',PageNumber) + + def get_ImageOwnerAlias(self): + return self.get_query_params().get('ImageOwnerAlias') + + def set_ImageOwnerAlias(self,ImageOwnerAlias): + self.add_query_param('ImageOwnerAlias',ImageOwnerAlias) + + def get_ResourceGroupId(self): + return self.get_query_params().get('ResourceGroupId') + + def set_ResourceGroupId(self,ResourceGroupId): + self.add_query_param('ResourceGroupId',ResourceGroupId) + + def get_IsSupportIoOptimized(self): + return self.get_query_params().get('IsSupportIoOptimized') + + def set_IsSupportIoOptimized(self,IsSupportIoOptimized): + self.add_query_param('IsSupportIoOptimized',IsSupportIoOptimized) + + def get_ImageName(self): + return self.get_query_params().get('ImageName') + + def set_ImageName(self,ImageName): + self.add_query_param('ImageName',ImageName) + + def get_IsSupportCloudinit(self): + return self.get_query_params().get('IsSupportCloudinit') + + def set_IsSupportCloudinit(self,IsSupportCloudinit): + self.add_query_param('IsSupportCloudinit',IsSupportCloudinit) + + def get_PageSize(self): + return self.get_query_params().get('PageSize') + + def set_PageSize(self,PageSize): + self.add_query_param('PageSize',PageSize) + + def get_InstanceType(self): + return self.get_query_params().get('InstanceType') + + def set_InstanceType(self,InstanceType): + self.add_query_param('InstanceType',InstanceType) + + def get_Tags(self): + return self.get_query_params().get('Tag') + + def set_Tags(self, Tags): + for depth1 in range(len(Tags)): + if Tags[depth1].get('Value') is not None: + self.add_query_param('Tag.' + str(depth1 + 1) + '.Value', Tags[depth1].get('Value')) + if Tags[depth1].get('Key') is not None: + self.add_query_param('Tag.' + str(depth1 + 1) + '.Key', Tags[depth1].get('Key')) + + def get_Architecture(self): + return self.get_query_params().get('Architecture') + + def set_Architecture(self,Architecture): + self.add_query_param('Architecture',Architecture) + + def get_DryRun(self): + return self.get_query_params().get('DryRun') + + def set_DryRun(self,DryRun): + self.add_query_param('DryRun',DryRun) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_ShowExpired(self): + return self.get_query_params().get('ShowExpired') + + def set_ShowExpired(self,ShowExpired): + self.add_query_param('ShowExpired',ShowExpired) + + def get_OSType(self): + return self.get_query_params().get('OSType') + + def set_OSType(self,OSType): + self.add_query_param('OSType',OSType) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_Filters(self): + return self.get_query_params().get('Filter') + + def set_Filters(self, Filters): + for depth1 in range(len(Filters)): + if Filters[depth1].get('Value') is not None: + self.add_query_param('Filter.' + str(depth1 + 1) + '.Value', Filters[depth1].get('Value')) + if Filters[depth1].get('Key') is not None: + self.add_query_param('Filter.' + str(depth1 + 1) + '.Key', Filters[depth1].get('Key')) + + def get_ImageFamily(self): + return self.get_query_params().get('ImageFamily') + + def set_ImageFamily(self,ImageFamily): + self.add_query_param('ImageFamily',ImageFamily) + + def get_Status(self): + return self.get_query_params().get('Status') + + def set_Status(self,Status): + self.add_query_param('Status',Status) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceAttachmentAttributesRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceAttachmentAttributesRequest.py new file mode 100644 index 0000000000..a3320c230c --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceAttachmentAttributesRequest.py @@ -0,0 +1,68 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class DescribeInstanceAttachmentAttributesRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeInstanceAttachmentAttributes') + self.set_method('POST') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_PageNumber(self): + return self.get_query_params().get('PageNumber') + + def set_PageNumber(self,PageNumber): + self.add_query_param('PageNumber',PageNumber) + + def get_PageSize(self): + return self.get_query_params().get('PageSize') + + def set_PageSize(self,PageSize): + self.add_query_param('PageSize',PageSize) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_InstanceIds(self): + return self.get_query_params().get('InstanceIds') + + def set_InstanceIds(self,InstanceIds): + self.add_query_param('InstanceIds',InstanceIds) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceAttributeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceAttributeRequest.py new file mode 100644 index 0000000000..6e0f8b5fbe --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceAttributeRequest.py @@ -0,0 +1,56 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class DescribeInstanceAttributeRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeInstanceAttribute') + self.set_method('POST') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_InstanceId(self): + return self.get_query_params().get('InstanceId') + + def set_InstanceId(self,InstanceId): + self.add_query_param('InstanceId',InstanceId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceAutoRenewAttributeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceAutoRenewAttributeRequest.py new file mode 100644 index 0000000000..653aa6a833 --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceAutoRenewAttributeRequest.py @@ -0,0 +1,74 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class DescribeInstanceAutoRenewAttributeRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeInstanceAutoRenewAttribute') + self.set_method('POST') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_PageNumber(self): + return self.get_query_params().get('PageNumber') + + def set_PageNumber(self,PageNumber): + self.add_query_param('PageNumber',PageNumber) + + def get_RenewalStatus(self): + return self.get_query_params().get('RenewalStatus') + + def set_RenewalStatus(self,RenewalStatus): + self.add_query_param('RenewalStatus',RenewalStatus) + + def get_PageSize(self): + return self.get_query_params().get('PageSize') + + def set_PageSize(self,PageSize): + self.add_query_param('PageSize',PageSize) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_InstanceId(self): + return self.get_query_params().get('InstanceId') + + def set_InstanceId(self,InstanceId): + self.add_query_param('InstanceId',InstanceId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceHistoryEventsRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceHistoryEventsRequest.py new file mode 100644 index 0000000000..c3210d40a1 --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceHistoryEventsRequest.py @@ -0,0 +1,134 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class DescribeInstanceHistoryEventsRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeInstanceHistoryEvents') + self.set_method('POST') + + def get_EventIds(self): + return self.get_query_params().get('EventId') + + def set_EventIds(self, EventIds): + for depth1 in range(len(EventIds)): + if EventIds[depth1] is not None: + self.add_query_param('EventId.' + str(depth1 + 1) , EventIds[depth1]) + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_EventCycleStatus(self): + return self.get_query_params().get('EventCycleStatus') + + def set_EventCycleStatus(self,EventCycleStatus): + self.add_query_param('EventCycleStatus',EventCycleStatus) + + def get_PageNumber(self): + return self.get_query_params().get('PageNumber') + + def set_PageNumber(self,PageNumber): + self.add_query_param('PageNumber',PageNumber) + + def get_ImpactLevel(self): + return self.get_query_params().get('ImpactLevel') + + def set_ImpactLevel(self,ImpactLevel): + self.add_query_param('ImpactLevel',ImpactLevel) + + def get_PageSize(self): + return self.get_query_params().get('PageSize') + + def set_PageSize(self,PageSize): + self.add_query_param('PageSize',PageSize) + + def get_InstanceEventCycleStatuss(self): + return self.get_query_params().get('InstanceEventCycleStatus') + + def set_InstanceEventCycleStatuss(self, InstanceEventCycleStatuss): + for depth1 in range(len(InstanceEventCycleStatuss)): + if InstanceEventCycleStatuss[depth1] is not None: + self.add_query_param('InstanceEventCycleStatus.' + str(depth1 + 1) , InstanceEventCycleStatuss[depth1]) + + def get_EventPublishTimeEnd(self): + return self.get_query_params().get('EventPublishTime.End') + + def set_EventPublishTimeEnd(self,EventPublishTimeEnd): + self.add_query_param('EventPublishTime.End',EventPublishTimeEnd) + + def get_InstanceEventTypes(self): + return self.get_query_params().get('InstanceEventType') + + def set_InstanceEventTypes(self, InstanceEventTypes): + for depth1 in range(len(InstanceEventTypes)): + if InstanceEventTypes[depth1] is not None: + self.add_query_param('InstanceEventType.' + str(depth1 + 1) , InstanceEventTypes[depth1]) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_NotBeforeStart(self): + return self.get_query_params().get('NotBefore.Start') + + def set_NotBeforeStart(self,NotBeforeStart): + self.add_query_param('NotBefore.Start',NotBeforeStart) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_EventPublishTimeStart(self): + return self.get_query_params().get('EventPublishTime.Start') + + def set_EventPublishTimeStart(self,EventPublishTimeStart): + self.add_query_param('EventPublishTime.Start',EventPublishTimeStart) + + def get_InstanceId(self): + return self.get_query_params().get('InstanceId') + + def set_InstanceId(self,InstanceId): + self.add_query_param('InstanceId',InstanceId) + + def get_NotBeforeEnd(self): + return self.get_query_params().get('NotBefore.End') + + def set_NotBeforeEnd(self,NotBeforeEnd): + self.add_query_param('NotBefore.End',NotBeforeEnd) + + def get_EventType(self): + return self.get_query_params().get('EventType') + + def set_EventType(self,EventType): + self.add_query_param('EventType',EventType) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceMaintenanceAttributesRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceMaintenanceAttributesRequest.py new file mode 100644 index 0000000000..b1348d5c0c --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceMaintenanceAttributesRequest.py @@ -0,0 +1,70 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class DescribeInstanceMaintenanceAttributesRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeInstanceMaintenanceAttributes') + self.set_method('POST') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_PageNumber(self): + return self.get_query_params().get('PageNumber') + + def set_PageNumber(self,PageNumber): + self.add_query_param('PageNumber',PageNumber) + + def get_PageSize(self): + return self.get_query_params().get('PageSize') + + def set_PageSize(self,PageSize): + self.add_query_param('PageSize',PageSize) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_InstanceIds(self): + return self.get_query_params().get('InstanceId') + + def set_InstanceIds(self, InstanceIds): + for depth1 in range(len(InstanceIds)): + if InstanceIds[depth1] is not None: + self.add_query_param('InstanceId.' + str(depth1 + 1) , InstanceIds[depth1]) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceMonitorDataRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceMonitorDataRequest.py new file mode 100644 index 0000000000..2d1aefc42d --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceMonitorDataRequest.py @@ -0,0 +1,74 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class DescribeInstanceMonitorDataRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeInstanceMonitorData') + self.set_method('POST') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_StartTime(self): + return self.get_query_params().get('StartTime') + + def set_StartTime(self,StartTime): + self.add_query_param('StartTime',StartTime) + + def get_Period(self): + return self.get_query_params().get('Period') + + def set_Period(self,Period): + self.add_query_param('Period',Period) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_EndTime(self): + return self.get_query_params().get('EndTime') + + def set_EndTime(self,EndTime): + self.add_query_param('EndTime',EndTime) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_InstanceId(self): + return self.get_query_params().get('InstanceId') + + def set_InstanceId(self,InstanceId): + self.add_query_param('InstanceId',InstanceId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceRamRoleRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceRamRoleRequest.py new file mode 100644 index 0000000000..7455807b04 --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceRamRoleRequest.py @@ -0,0 +1,68 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class DescribeInstanceRamRoleRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeInstanceRamRole') + self.set_method('POST') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_PageNumber(self): + return self.get_query_params().get('PageNumber') + + def set_PageNumber(self,PageNumber): + self.add_query_param('PageNumber',PageNumber) + + def get_PageSize(self): + return self.get_query_params().get('PageSize') + + def set_PageSize(self,PageSize): + self.add_query_param('PageSize',PageSize) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_RamRoleName(self): + return self.get_query_params().get('RamRoleName') + + def set_RamRoleName(self,RamRoleName): + self.add_query_param('RamRoleName',RamRoleName) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_InstanceIds(self): + return self.get_query_params().get('InstanceIds') + + def set_InstanceIds(self,InstanceIds): + self.add_query_param('InstanceIds',InstanceIds) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceStatusRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceStatusRequest.py new file mode 100644 index 0000000000..2be3c18516 --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceStatusRequest.py @@ -0,0 +1,82 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class DescribeInstanceStatusRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeInstanceStatus') + self.set_method('POST') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_PageNumber(self): + return self.get_query_params().get('PageNumber') + + def set_PageNumber(self,PageNumber): + self.add_query_param('PageNumber',PageNumber) + + def get_PageSize(self): + return self.get_query_params().get('PageSize') + + def set_PageSize(self,PageSize): + self.add_query_param('PageSize',PageSize) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_ClusterId(self): + return self.get_query_params().get('ClusterId') + + def set_ClusterId(self,ClusterId): + self.add_query_param('ClusterId',ClusterId) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_InstanceIds(self): + return self.get_query_params().get('InstanceId') + + def set_InstanceIds(self, InstanceIds): + for depth1 in range(len(InstanceIds)): + if InstanceIds[depth1] is not None: + self.add_query_param('InstanceId.' + str(depth1 + 1) , InstanceIds[depth1]) + + def get_ZoneId(self): + return self.get_query_params().get('ZoneId') + + def set_ZoneId(self,ZoneId): + self.add_query_param('ZoneId',ZoneId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceTopologyRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceTopologyRequest.py new file mode 100644 index 0000000000..69428b1030 --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceTopologyRequest.py @@ -0,0 +1,50 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class DescribeInstanceTopologyRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeInstanceTopology') + self.set_method('POST') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_InstanceIds(self): + return self.get_query_params().get('InstanceIds') + + def set_InstanceIds(self,InstanceIds): + self.add_query_param('InstanceIds',InstanceIds) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceTypeFamiliesRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceTypeFamiliesRequest.py new file mode 100644 index 0000000000..ac3ba5f896 --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceTypeFamiliesRequest.py @@ -0,0 +1,56 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class DescribeInstanceTypeFamiliesRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeInstanceTypeFamilies') + self.set_method('POST') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_Generation(self): + return self.get_query_params().get('Generation') + + def set_Generation(self,Generation): + self.add_query_param('Generation',Generation) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceTypesRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceTypesRequest.py new file mode 100644 index 0000000000..ad8ad97891 --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceTypesRequest.py @@ -0,0 +1,64 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class DescribeInstanceTypesRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeInstanceTypes') + self.set_method('POST') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_InstanceTypess(self): + return self.get_query_params().get('InstanceTypes') + + def set_InstanceTypess(self, InstanceTypess): + for depth1 in range(len(InstanceTypess)): + if InstanceTypess[depth1] is not None: + self.add_query_param('InstanceTypes.' + str(depth1 + 1) , InstanceTypess[depth1]) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_InstanceTypeFamily(self): + return self.get_query_params().get('InstanceTypeFamily') + + def set_InstanceTypeFamily(self,InstanceTypeFamily): + self.add_query_param('InstanceTypeFamily',InstanceTypeFamily) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceVncPasswdRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceVncPasswdRequest.py new file mode 100644 index 0000000000..e7e18be253 --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceVncPasswdRequest.py @@ -0,0 +1,56 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class DescribeInstanceVncPasswdRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeInstanceVncPasswd') + self.set_method('POST') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_InstanceId(self): + return self.get_query_params().get('InstanceId') + + def set_InstanceId(self,InstanceId): + self.add_query_param('InstanceId',InstanceId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceVncUrlRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceVncUrlRequest.py new file mode 100644 index 0000000000..df1e102bd9 --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceVncUrlRequest.py @@ -0,0 +1,56 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class DescribeInstanceVncUrlRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeInstanceVncUrl') + self.set_method('POST') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_InstanceId(self): + return self.get_query_params().get('InstanceId') + + def set_InstanceId(self,InstanceId): + self.add_query_param('InstanceId',InstanceId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstancesFullStatusRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstancesFullStatusRequest.py new file mode 100644 index 0000000000..d33a285e50 --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstancesFullStatusRequest.py @@ -0,0 +1,128 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class DescribeInstancesFullStatusRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeInstancesFullStatus') + self.set_method('POST') + + def get_EventIds(self): + return self.get_query_params().get('EventId') + + def set_EventIds(self, EventIds): + for depth1 in range(len(EventIds)): + if EventIds[depth1] is not None: + self.add_query_param('EventId.' + str(depth1 + 1) , EventIds[depth1]) + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_PageNumber(self): + return self.get_query_params().get('PageNumber') + + def set_PageNumber(self,PageNumber): + self.add_query_param('PageNumber',PageNumber) + + def get_PageSize(self): + return self.get_query_params().get('PageSize') + + def set_PageSize(self,PageSize): + self.add_query_param('PageSize',PageSize) + + def get_EventPublishTimeEnd(self): + return self.get_query_params().get('EventPublishTime.End') + + def set_EventPublishTimeEnd(self,EventPublishTimeEnd): + self.add_query_param('EventPublishTime.End',EventPublishTimeEnd) + + def get_InstanceEventTypes(self): + return self.get_query_params().get('InstanceEventType') + + def set_InstanceEventTypes(self, InstanceEventTypes): + for depth1 in range(len(InstanceEventTypes)): + if InstanceEventTypes[depth1] is not None: + self.add_query_param('InstanceEventType.' + str(depth1 + 1) , InstanceEventTypes[depth1]) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_NotBeforeStart(self): + return self.get_query_params().get('NotBefore.Start') + + def set_NotBeforeStart(self,NotBeforeStart): + self.add_query_param('NotBefore.Start',NotBeforeStart) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_EventPublishTimeStart(self): + return self.get_query_params().get('EventPublishTime.Start') + + def set_EventPublishTimeStart(self,EventPublishTimeStart): + self.add_query_param('EventPublishTime.Start',EventPublishTimeStart) + + def get_InstanceIds(self): + return self.get_query_params().get('InstanceId') + + def set_InstanceIds(self, InstanceIds): + for depth1 in range(len(InstanceIds)): + if InstanceIds[depth1] is not None: + self.add_query_param('InstanceId.' + str(depth1 + 1) , InstanceIds[depth1]) + + def get_NotBeforeEnd(self): + return self.get_query_params().get('NotBefore.End') + + def set_NotBeforeEnd(self,NotBeforeEnd): + self.add_query_param('NotBefore.End',NotBeforeEnd) + + def get_HealthStatus(self): + return self.get_query_params().get('HealthStatus') + + def set_HealthStatus(self,HealthStatus): + self.add_query_param('HealthStatus',HealthStatus) + + def get_EventType(self): + return self.get_query_params().get('EventType') + + def set_EventType(self,EventType): + self.add_query_param('EventType',EventType) + + def get_Status(self): + return self.get_query_params().get('Status') + + def set_Status(self,Status): + self.add_query_param('Status',Status) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstancesRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstancesRequest.py new file mode 100644 index 0000000000..a3826e5eaa --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstancesRequest.py @@ -0,0 +1,314 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class DescribeInstancesRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeInstances') + self.set_method('POST') + + def get_InnerIpAddresses(self): + return self.get_query_params().get('InnerIpAddresses') + + def set_InnerIpAddresses(self,InnerIpAddresses): + self.add_query_param('InnerIpAddresses',InnerIpAddresses) + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_PrivateIpAddresses(self): + return self.get_query_params().get('PrivateIpAddresses') + + def set_PrivateIpAddresses(self,PrivateIpAddresses): + self.add_query_param('PrivateIpAddresses',PrivateIpAddresses) + + def get_HpcClusterId(self): + return self.get_query_params().get('HpcClusterId') + + def set_HpcClusterId(self,HpcClusterId): + self.add_query_param('HpcClusterId',HpcClusterId) + + def get_HttpPutResponseHopLimit(self): + return self.get_query_params().get('HttpPutResponseHopLimit') + + def set_HttpPutResponseHopLimit(self,HttpPutResponseHopLimit): + self.add_query_param('HttpPutResponseHopLimit',HttpPutResponseHopLimit) + + def get_Filter2Value(self): + return self.get_query_params().get('Filter.2.Value') + + def set_Filter2Value(self,Filter2Value): + self.add_query_param('Filter.2.Value',Filter2Value) + + def get_KeyPairName(self): + return self.get_query_params().get('KeyPairName') + + def set_KeyPairName(self,KeyPairName): + self.add_query_param('KeyPairName',KeyPairName) + + def get_ResourceGroupId(self): + return self.get_query_params().get('ResourceGroupId') + + def set_ResourceGroupId(self,ResourceGroupId): + self.add_query_param('ResourceGroupId',ResourceGroupId) + + def get_LockReason(self): + return self.get_query_params().get('LockReason') + + def set_LockReason(self,LockReason): + self.add_query_param('LockReason',LockReason) + + def get_Filter1Key(self): + return self.get_query_params().get('Filter.1.Key') + + def set_Filter1Key(self,Filter1Key): + self.add_query_param('Filter.1.Key',Filter1Key) + + def get_DeviceAvailable(self): + return self.get_query_params().get('DeviceAvailable') + + def set_DeviceAvailable(self,DeviceAvailable): + self.add_query_param('DeviceAvailable',DeviceAvailable) + + def get_Tags(self): + return self.get_query_params().get('Tag') + + def set_Tags(self, Tags): + for depth1 in range(len(Tags)): + if Tags[depth1].get('Value') is not None: + self.add_query_param('Tag.' + str(depth1 + 1) + '.Value', Tags[depth1].get('Value')) + if Tags[depth1].get('Key') is not None: + self.add_query_param('Tag.' + str(depth1 + 1) + '.Key', Tags[depth1].get('Key')) + + def get_Filter3Value(self): + return self.get_query_params().get('Filter.3.Value') + + def set_Filter3Value(self,Filter3Value): + self.add_query_param('Filter.3.Value',Filter3Value) + + def get_DryRun(self): + return self.get_query_params().get('DryRun') + + def set_DryRun(self,DryRun): + self.add_query_param('DryRun',DryRun) + + def get_Filter1Value(self): + return self.get_query_params().get('Filter.1.Value') + + def set_Filter1Value(self,Filter1Value): + self.add_query_param('Filter.1.Value',Filter1Value) + + def get_NeedSaleCycle(self): + return self.get_query_params().get('NeedSaleCycle') + + def set_NeedSaleCycle(self,NeedSaleCycle): + self.add_query_param('NeedSaleCycle',NeedSaleCycle) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_VSwitchId(self): + return self.get_query_params().get('VSwitchId') + + def set_VSwitchId(self,VSwitchId): + self.add_query_param('VSwitchId',VSwitchId) + + def get_AdditionalAttributess(self): + return self.get_query_params().get('AdditionalAttributes') + + def set_AdditionalAttributess(self, AdditionalAttributess): + for depth1 in range(len(AdditionalAttributess)): + if AdditionalAttributess[depth1] is not None: + self.add_query_param('AdditionalAttributes.' + str(depth1 + 1) , AdditionalAttributess[depth1]) + + def get_InstanceName(self): + return self.get_query_params().get('InstanceName') + + def set_InstanceName(self,InstanceName): + self.add_query_param('InstanceName',InstanceName) + + def get_InstanceIds(self): + return self.get_query_params().get('InstanceIds') + + def set_InstanceIds(self,InstanceIds): + self.add_query_param('InstanceIds',InstanceIds) + + def get_InternetChargeType(self): + return self.get_query_params().get('InternetChargeType') + + def set_InternetChargeType(self,InternetChargeType): + self.add_query_param('InternetChargeType',InternetChargeType) + + def get_ZoneId(self): + return self.get_query_params().get('ZoneId') + + def set_ZoneId(self,ZoneId): + self.add_query_param('ZoneId',ZoneId) + + def get_MaxResults(self): + return self.get_query_params().get('MaxResults') + + def set_MaxResults(self,MaxResults): + self.add_query_param('MaxResults',MaxResults) + + def get_InstanceNetworkType(self): + return self.get_query_params().get('InstanceNetworkType') + + def set_InstanceNetworkType(self,InstanceNetworkType): + self.add_query_param('InstanceNetworkType',InstanceNetworkType) + + def get_Status(self): + return self.get_query_params().get('Status') + + def set_Status(self,Status): + self.add_query_param('Status',Status) + + def get_ImageId(self): + return self.get_query_params().get('ImageId') + + def set_ImageId(self,ImageId): + self.add_query_param('ImageId',ImageId) + + def get_Filter4Value(self): + return self.get_query_params().get('Filter.4.Value') + + def set_Filter4Value(self,Filter4Value): + self.add_query_param('Filter.4.Value',Filter4Value) + + def get_IoOptimized(self): + return self.get_query_params().get('IoOptimized') + + def set_IoOptimized(self,IoOptimized): + self.add_query_param('IoOptimized',IoOptimized) + + def get_SecurityGroupId(self): + return self.get_query_params().get('SecurityGroupId') + + def set_SecurityGroupId(self,SecurityGroupId): + self.add_query_param('SecurityGroupId',SecurityGroupId) + + def get_Filter4Key(self): + return self.get_query_params().get('Filter.4.Key') + + def set_Filter4Key(self,Filter4Key): + self.add_query_param('Filter.4.Key',Filter4Key) + + def get_PageNumber(self): + return self.get_query_params().get('PageNumber') + + def set_PageNumber(self,PageNumber): + self.add_query_param('PageNumber',PageNumber) + + def get_NextToken(self): + return self.get_query_params().get('NextToken') + + def set_NextToken(self,NextToken): + self.add_query_param('NextToken',NextToken) + + def get_RdmaIpAddresses(self): + return self.get_query_params().get('RdmaIpAddresses') + + def set_RdmaIpAddresses(self,RdmaIpAddresses): + self.add_query_param('RdmaIpAddresses',RdmaIpAddresses) + + def get_HttpEndpoint(self): + return self.get_query_params().get('HttpEndpoint') + + def set_HttpEndpoint(self,HttpEndpoint): + self.add_query_param('HttpEndpoint',HttpEndpoint) + + def get_PageSize(self): + return self.get_query_params().get('PageSize') + + def set_PageSize(self,PageSize): + self.add_query_param('PageSize',PageSize) + + def get_PublicIpAddresses(self): + return self.get_query_params().get('PublicIpAddresses') + + def set_PublicIpAddresses(self,PublicIpAddresses): + self.add_query_param('PublicIpAddresses',PublicIpAddresses) + + def get_InstanceType(self): + return self.get_query_params().get('InstanceType') + + def set_InstanceType(self,InstanceType): + self.add_query_param('InstanceType',InstanceType) + + def get_InstanceChargeType(self): + return self.get_query_params().get('InstanceChargeType') + + def set_InstanceChargeType(self,InstanceChargeType): + self.add_query_param('InstanceChargeType',InstanceChargeType) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_InstanceTypeFamily(self): + return self.get_query_params().get('InstanceTypeFamily') + + def set_InstanceTypeFamily(self,InstanceTypeFamily): + self.add_query_param('InstanceTypeFamily',InstanceTypeFamily) + + def get_Filter2Key(self): + return self.get_query_params().get('Filter.2.Key') + + def set_Filter2Key(self,Filter2Key): + self.add_query_param('Filter.2.Key',Filter2Key) + + def get_EipAddresses(self): + return self.get_query_params().get('EipAddresses') + + def set_EipAddresses(self,EipAddresses): + self.add_query_param('EipAddresses',EipAddresses) + + def get_VpcId(self): + return self.get_query_params().get('VpcId') + + def set_VpcId(self,VpcId): + self.add_query_param('VpcId',VpcId) + + def get_HttpTokens(self): + return self.get_query_params().get('HttpTokens') + + def set_HttpTokens(self,HttpTokens): + self.add_query_param('HttpTokens',HttpTokens) + + def get_Filter3Key(self): + return self.get_query_params().get('Filter.3.Key') + + def set_Filter3Key(self,Filter3Key): + self.add_query_param('Filter.3.Key',Filter3Key) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInvocationResultsRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInvocationResultsRequest.py new file mode 100644 index 0000000000..5164f86c27 --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInvocationResultsRequest.py @@ -0,0 +1,98 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class DescribeInvocationResultsRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeInvocationResults') + self.set_method('POST') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_CommandId(self): + return self.get_query_params().get('CommandId') + + def set_CommandId(self,CommandId): + self.add_query_param('CommandId',CommandId) + + def get_PageNumber(self): + return self.get_query_params().get('PageNumber') + + def set_PageNumber(self,PageNumber): + self.add_query_param('PageNumber',PageNumber) + + def get_ContentEncoding(self): + return self.get_query_params().get('ContentEncoding') + + def set_ContentEncoding(self,ContentEncoding): + self.add_query_param('ContentEncoding',ContentEncoding) + + def get_PageSize(self): + return self.get_query_params().get('PageSize') + + def set_PageSize(self,PageSize): + self.add_query_param('PageSize',PageSize) + + def get_InvokeId(self): + return self.get_query_params().get('InvokeId') + + def set_InvokeId(self,InvokeId): + self.add_query_param('InvokeId',InvokeId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_InstanceId(self): + return self.get_query_params().get('InstanceId') + + def set_InstanceId(self,InstanceId): + self.add_query_param('InstanceId',InstanceId) + + def get_InvokeRecordStatus(self): + return self.get_query_params().get('InvokeRecordStatus') + + def set_InvokeRecordStatus(self,InvokeRecordStatus): + self.add_query_param('InvokeRecordStatus',InvokeRecordStatus) + + def get_IncludeHistory(self): + return self.get_query_params().get('IncludeHistory') + + def set_IncludeHistory(self,IncludeHistory): + self.add_query_param('IncludeHistory',IncludeHistory) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInvocationsRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInvocationsRequest.py new file mode 100644 index 0000000000..5b69eacadf --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInvocationsRequest.py @@ -0,0 +1,116 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class DescribeInvocationsRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeInvocations') + self.set_method('POST') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_InvokeStatus(self): + return self.get_query_params().get('InvokeStatus') + + def set_InvokeStatus(self,InvokeStatus): + self.add_query_param('InvokeStatus',InvokeStatus) + + def get_IncludeOutput(self): + return self.get_query_params().get('IncludeOutput') + + def set_IncludeOutput(self,IncludeOutput): + self.add_query_param('IncludeOutput',IncludeOutput) + + def get_CommandId(self): + return self.get_query_params().get('CommandId') + + def set_CommandId(self,CommandId): + self.add_query_param('CommandId',CommandId) + + def get_PageNumber(self): + return self.get_query_params().get('PageNumber') + + def set_PageNumber(self,PageNumber): + self.add_query_param('PageNumber',PageNumber) + + def get_ContentEncoding(self): + return self.get_query_params().get('ContentEncoding') + + def set_ContentEncoding(self,ContentEncoding): + self.add_query_param('ContentEncoding',ContentEncoding) + + def get_PageSize(self): + return self.get_query_params().get('PageSize') + + def set_PageSize(self,PageSize): + self.add_query_param('PageSize',PageSize) + + def get_InvokeId(self): + return self.get_query_params().get('InvokeId') + + def set_InvokeId(self,InvokeId): + self.add_query_param('InvokeId',InvokeId) + + def get_Timed(self): + return self.get_query_params().get('Timed') + + def set_Timed(self,Timed): + self.add_query_param('Timed',Timed) + + def get_CommandName(self): + return self.get_query_params().get('CommandName') + + def set_CommandName(self,CommandName): + self.add_query_param('CommandName',CommandName) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_CommandType(self): + return self.get_query_params().get('CommandType') + + def set_CommandType(self,CommandType): + self.add_query_param('CommandType',CommandType) + + def get_InstanceId(self): + return self.get_query_params().get('InstanceId') + + def set_InstanceId(self,InstanceId): + self.add_query_param('InstanceId',InstanceId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeKeyPairsRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeKeyPairsRequest.py new file mode 100644 index 0000000000..7d22ad3142 --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeKeyPairsRequest.py @@ -0,0 +1,84 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class DescribeKeyPairsRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeKeyPairs') + self.set_method('POST') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_KeyPairFingerPrint(self): + return self.get_query_params().get('KeyPairFingerPrint') + + def set_KeyPairFingerPrint(self,KeyPairFingerPrint): + self.add_query_param('KeyPairFingerPrint',KeyPairFingerPrint) + + def get_KeyPairName(self): + return self.get_query_params().get('KeyPairName') + + def set_KeyPairName(self,KeyPairName): + self.add_query_param('KeyPairName',KeyPairName) + + def get_PageNumber(self): + return self.get_query_params().get('PageNumber') + + def set_PageNumber(self,PageNumber): + self.add_query_param('PageNumber',PageNumber) + + def get_ResourceGroupId(self): + return self.get_query_params().get('ResourceGroupId') + + def set_ResourceGroupId(self,ResourceGroupId): + self.add_query_param('ResourceGroupId',ResourceGroupId) + + def get_PageSize(self): + return self.get_query_params().get('PageSize') + + def set_PageSize(self,PageSize): + self.add_query_param('PageSize',PageSize) + + def get_Tags(self): + return self.get_query_params().get('Tag') + + def set_Tags(self, Tags): + for depth1 in range(len(Tags)): + if Tags[depth1].get('Value') is not None: + self.add_query_param('Tag.' + str(depth1 + 1) + '.Value', Tags[depth1].get('Value')) + if Tags[depth1].get('Key') is not None: + self.add_query_param('Tag.' + str(depth1 + 1) + '.Key', Tags[depth1].get('Key')) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeLaunchTemplateVersionsRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeLaunchTemplateVersionsRequest.py new file mode 100644 index 0000000000..24546687eb --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeLaunchTemplateVersionsRequest.py @@ -0,0 +1,106 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class DescribeLaunchTemplateVersionsRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeLaunchTemplateVersions') + self.set_method('POST') + + def get_LaunchTemplateName(self): + return self.get_query_params().get('LaunchTemplateName') + + def set_LaunchTemplateName(self,LaunchTemplateName): + self.add_query_param('LaunchTemplateName',LaunchTemplateName) + + def get_MaxVersion(self): + return self.get_query_params().get('MaxVersion') + + def set_MaxVersion(self,MaxVersion): + self.add_query_param('MaxVersion',MaxVersion) + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_DefaultVersion(self): + return self.get_query_params().get('DefaultVersion') + + def set_DefaultVersion(self,DefaultVersion): + self.add_query_param('DefaultVersion',DefaultVersion) + + def get_MinVersion(self): + return self.get_query_params().get('MinVersion') + + def set_MinVersion(self,MinVersion): + self.add_query_param('MinVersion',MinVersion) + + def get_PageNumber(self): + return self.get_query_params().get('PageNumber') + + def set_PageNumber(self,PageNumber): + self.add_query_param('PageNumber',PageNumber) + + def get_PageSize(self): + return self.get_query_params().get('PageSize') + + def set_PageSize(self,PageSize): + self.add_query_param('PageSize',PageSize) + + def get_LaunchTemplateId(self): + return self.get_query_params().get('LaunchTemplateId') + + def set_LaunchTemplateId(self,LaunchTemplateId): + self.add_query_param('LaunchTemplateId',LaunchTemplateId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_LaunchTemplateVersions(self): + return self.get_query_params().get('LaunchTemplateVersion') + + def set_LaunchTemplateVersions(self, LaunchTemplateVersions): + for depth1 in range(len(LaunchTemplateVersions)): + if LaunchTemplateVersions[depth1] is not None: + self.add_query_param('LaunchTemplateVersion.' + str(depth1 + 1) , LaunchTemplateVersions[depth1]) + + def get_DetailFlag(self): + return self.get_query_params().get('DetailFlag') + + def set_DetailFlag(self,DetailFlag): + self.add_query_param('DetailFlag',DetailFlag) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeLaunchTemplatesRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeLaunchTemplatesRequest.py new file mode 100644 index 0000000000..f82d7fa250 --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeLaunchTemplatesRequest.py @@ -0,0 +1,94 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class DescribeLaunchTemplatesRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeLaunchTemplates') + self.set_method('POST') + + def get_LaunchTemplateNames(self): + return self.get_query_params().get('LaunchTemplateName') + + def set_LaunchTemplateNames(self, LaunchTemplateNames): + for depth1 in range(len(LaunchTemplateNames)): + if LaunchTemplateNames[depth1] is not None: + self.add_query_param('LaunchTemplateName.' + str(depth1 + 1) , LaunchTemplateNames[depth1]) + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_PageNumber(self): + return self.get_query_params().get('PageNumber') + + def set_PageNumber(self,PageNumber): + self.add_query_param('PageNumber',PageNumber) + + def get_PageSize(self): + return self.get_query_params().get('PageSize') + + def set_PageSize(self,PageSize): + self.add_query_param('PageSize',PageSize) + + def get_TemplateTags(self): + return self.get_query_params().get('TemplateTag') + + def set_TemplateTags(self, TemplateTags): + for depth1 in range(len(TemplateTags)): + if TemplateTags[depth1].get('Key') is not None: + self.add_query_param('TemplateTag.' + str(depth1 + 1) + '.Key', TemplateTags[depth1].get('Key')) + if TemplateTags[depth1].get('Value') is not None: + self.add_query_param('TemplateTag.' + str(depth1 + 1) + '.Value', TemplateTags[depth1].get('Value')) + + def get_LaunchTemplateIds(self): + return self.get_query_params().get('LaunchTemplateId') + + def set_LaunchTemplateIds(self, LaunchTemplateIds): + for depth1 in range(len(LaunchTemplateIds)): + if LaunchTemplateIds[depth1] is not None: + self.add_query_param('LaunchTemplateId.' + str(depth1 + 1) , LaunchTemplateIds[depth1]) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_TemplateResourceGroupId(self): + return self.get_query_params().get('TemplateResourceGroupId') + + def set_TemplateResourceGroupId(self,TemplateResourceGroupId): + self.add_query_param('TemplateResourceGroupId',TemplateResourceGroupId) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeLimitationRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeLimitationRequest.py new file mode 100644 index 0000000000..bff8a79710 --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeLimitationRequest.py @@ -0,0 +1,56 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class DescribeLimitationRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeLimitation') + self.set_method('POST') + + def get_Limitation(self): + return self.get_query_params().get('Limitation') + + def set_Limitation(self,Limitation): + self.add_query_param('Limitation',Limitation) + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeManagedInstancesRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeManagedInstancesRequest.py new file mode 100644 index 0000000000..c775c0ac10 --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeManagedInstancesRequest.py @@ -0,0 +1,94 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class DescribeManagedInstancesRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeManagedInstances') + self.set_method('POST') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_PageNumber(self): + return self.get_query_params().get('PageNumber') + + def set_PageNumber(self,PageNumber): + self.add_query_param('PageNumber',PageNumber) + + def get_PageSize(self): + return self.get_query_params().get('PageSize') + + def set_PageSize(self,PageSize): + self.add_query_param('PageSize',PageSize) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OsType(self): + return self.get_query_params().get('OsType') + + def set_OsType(self,OsType): + self.add_query_param('OsType',OsType) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_InstanceName(self): + return self.get_query_params().get('InstanceName') + + def set_InstanceName(self,InstanceName): + self.add_query_param('InstanceName',InstanceName) + + def get_InstanceIds(self): + return self.get_query_params().get('InstanceId') + + def set_InstanceIds(self, InstanceIds): + for depth1 in range(len(InstanceIds)): + if InstanceIds[depth1] is not None: + self.add_query_param('InstanceId.' + str(depth1 + 1) , InstanceIds[depth1]) + + def get_InstanceIp(self): + return self.get_query_params().get('InstanceIp') + + def set_InstanceIp(self,InstanceIp): + self.add_query_param('InstanceIp',InstanceIp) + + def get_ActivationId(self): + return self.get_query_params().get('ActivationId') + + def set_ActivationId(self,ActivationId): + self.add_query_param('ActivationId',ActivationId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeNatGatewaysRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeNatGatewaysRequest.py new file mode 100644 index 0000000000..2161ea40c7 --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeNatGatewaysRequest.py @@ -0,0 +1,74 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class DescribeNatGatewaysRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeNatGateways') + self.set_method('POST') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_PageNumber(self): + return self.get_query_params().get('PageNumber') + + def set_PageNumber(self,PageNumber): + self.add_query_param('PageNumber',PageNumber) + + def get_PageSize(self): + return self.get_query_params().get('PageSize') + + def set_PageSize(self,PageSize): + self.add_query_param('PageSize',PageSize) + + def get_NatGatewayId(self): + return self.get_query_params().get('NatGatewayId') + + def set_NatGatewayId(self,NatGatewayId): + self.add_query_param('NatGatewayId',NatGatewayId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_VpcId(self): + return self.get_query_params().get('VpcId') + + def set_VpcId(self,VpcId): + self.add_query_param('VpcId',VpcId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeNetworkInterfaceAttributeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeNetworkInterfaceAttributeRequest.py new file mode 100644 index 0000000000..7dba9e897a --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeNetworkInterfaceAttributeRequest.py @@ -0,0 +1,72 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class DescribeNetworkInterfaceAttributeRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeNetworkInterfaceAttribute') + self.set_method('POST') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_Tags(self): + return self.get_query_params().get('Tag') + + def set_Tags(self, Tags): + for depth1 in range(len(Tags)): + if Tags[depth1].get('Key') is not None: + self.add_query_param('Tag.' + str(depth1 + 1) + '.Key', Tags[depth1].get('Key')) + if Tags[depth1].get('Value') is not None: + self.add_query_param('Tag.' + str(depth1 + 1) + '.Value', Tags[depth1].get('Value')) + + def get_Attribute(self): + return self.get_query_params().get('Attribute') + + def set_Attribute(self,Attribute): + self.add_query_param('Attribute',Attribute) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_NetworkInterfaceId(self): + return self.get_query_params().get('NetworkInterfaceId') + + def set_NetworkInterfaceId(self,NetworkInterfaceId): + self.add_query_param('NetworkInterfaceId',NetworkInterfaceId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeNetworkInterfacePermissionsRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeNetworkInterfacePermissionsRequest.py new file mode 100644 index 0000000000..c4d4746c99 --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeNetworkInterfacePermissionsRequest.py @@ -0,0 +1,76 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class DescribeNetworkInterfacePermissionsRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeNetworkInterfacePermissions') + self.set_method('POST') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_PageNumber(self): + return self.get_query_params().get('PageNumber') + + def set_PageNumber(self,PageNumber): + self.add_query_param('PageNumber',PageNumber) + + def get_PageSize(self): + return self.get_query_params().get('PageSize') + + def set_PageSize(self,PageSize): + self.add_query_param('PageSize',PageSize) + + def get_NetworkInterfacePermissionIds(self): + return self.get_query_params().get('NetworkInterfacePermissionId') + + def set_NetworkInterfacePermissionIds(self, NetworkInterfacePermissionIds): + for depth1 in range(len(NetworkInterfacePermissionIds)): + if NetworkInterfacePermissionIds[depth1] is not None: + self.add_query_param('NetworkInterfacePermissionId.' + str(depth1 + 1) , NetworkInterfacePermissionIds[depth1]) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_NetworkInterfaceId(self): + return self.get_query_params().get('NetworkInterfaceId') + + def set_NetworkInterfaceId(self,NetworkInterfaceId): + self.add_query_param('NetworkInterfaceId',NetworkInterfaceId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeNetworkInterfacesRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeNetworkInterfacesRequest.py new file mode 100644 index 0000000000..ca9945642d --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeNetworkInterfacesRequest.py @@ -0,0 +1,160 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class DescribeNetworkInterfacesRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeNetworkInterfaces') + self.set_method('POST') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_ServiceManaged(self): + return self.get_query_params().get('ServiceManaged') + + def set_ServiceManaged(self,ServiceManaged): + self.add_query_param('ServiceManaged',ServiceManaged) + + def get_SecurityGroupId(self): + return self.get_query_params().get('SecurityGroupId') + + def set_SecurityGroupId(self,SecurityGroupId): + self.add_query_param('SecurityGroupId',SecurityGroupId) + + def get_Type(self): + return self.get_query_params().get('Type') + + def set_Type(self,Type): + self.add_query_param('Type',Type) + + def get_PageNumber(self): + return self.get_query_params().get('PageNumber') + + def set_PageNumber(self,PageNumber): + self.add_query_param('PageNumber',PageNumber) + + def get_ResourceGroupId(self): + return self.get_query_params().get('ResourceGroupId') + + def set_ResourceGroupId(self,ResourceGroupId): + self.add_query_param('ResourceGroupId',ResourceGroupId) + + def get_NextToken(self): + return self.get_query_params().get('NextToken') + + def set_NextToken(self,NextToken): + self.add_query_param('NextToken',NextToken) + + def get_PageSize(self): + return self.get_query_params().get('PageSize') + + def set_PageSize(self,PageSize): + self.add_query_param('PageSize',PageSize) + + def get_Tags(self): + return self.get_query_params().get('Tag') + + def set_Tags(self, Tags): + for depth1 in range(len(Tags)): + if Tags[depth1].get('Key') is not None: + self.add_query_param('Tag.' + str(depth1 + 1) + '.Key', Tags[depth1].get('Key')) + if Tags[depth1].get('Value') is not None: + self.add_query_param('Tag.' + str(depth1 + 1) + '.Value', Tags[depth1].get('Value')) + + def get_NetworkInterfaceName(self): + return self.get_query_params().get('NetworkInterfaceName') + + def set_NetworkInterfaceName(self,NetworkInterfaceName): + self.add_query_param('NetworkInterfaceName',NetworkInterfaceName) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_VSwitchId(self): + return self.get_query_params().get('VSwitchId') + + def set_VSwitchId(self,VSwitchId): + self.add_query_param('VSwitchId',VSwitchId) + + def get_PrivateIpAddresss(self): + return self.get_query_params().get('PrivateIpAddress') + + def set_PrivateIpAddresss(self, PrivateIpAddresss): + for depth1 in range(len(PrivateIpAddresss)): + if PrivateIpAddresss[depth1] is not None: + self.add_query_param('PrivateIpAddress.' + str(depth1 + 1) , PrivateIpAddresss[depth1]) + + def get_InstanceId(self): + return self.get_query_params().get('InstanceId') + + def set_InstanceId(self,InstanceId): + self.add_query_param('InstanceId',InstanceId) + + def get_VpcId(self): + return self.get_query_params().get('VpcId') + + def set_VpcId(self,VpcId): + self.add_query_param('VpcId',VpcId) + + def get_PrimaryIpAddress(self): + return self.get_query_params().get('PrimaryIpAddress') + + def set_PrimaryIpAddress(self,PrimaryIpAddress): + self.add_query_param('PrimaryIpAddress',PrimaryIpAddress) + + def get_MaxResults(self): + return self.get_query_params().get('MaxResults') + + def set_MaxResults(self,MaxResults): + self.add_query_param('MaxResults',MaxResults) + + def get_NetworkInterfaceIds(self): + return self.get_query_params().get('NetworkInterfaceId') + + def set_NetworkInterfaceIds(self, NetworkInterfaceIds): + for depth1 in range(len(NetworkInterfaceIds)): + if NetworkInterfaceIds[depth1] is not None: + self.add_query_param('NetworkInterfaceId.' + str(depth1 + 1) , NetworkInterfaceIds[depth1]) + + def get_Status(self): + return self.get_query_params().get('Status') + + def set_Status(self,Status): + self.add_query_param('Status',Status) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeNewProjectEipMonitorDataRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeNewProjectEipMonitorDataRequest.py new file mode 100644 index 0000000000..e02dd69ba3 --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeNewProjectEipMonitorDataRequest.py @@ -0,0 +1,74 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class DescribeNewProjectEipMonitorDataRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeNewProjectEipMonitorData') + self.set_method('POST') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_AllocationId(self): + return self.get_query_params().get('AllocationId') + + def set_AllocationId(self,AllocationId): + self.add_query_param('AllocationId',AllocationId) + + def get_StartTime(self): + return self.get_query_params().get('StartTime') + + def set_StartTime(self,StartTime): + self.add_query_param('StartTime',StartTime) + + def get_Period(self): + return self.get_query_params().get('Period') + + def set_Period(self,Period): + self.add_query_param('Period',Period) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_EndTime(self): + return self.get_query_params().get('EndTime') + + def set_EndTime(self,EndTime): + self.add_query_param('EndTime',EndTime) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribePhysicalConnectionsRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribePhysicalConnectionsRequest.py new file mode 100644 index 0000000000..ee6ba20b34 --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribePhysicalConnectionsRequest.py @@ -0,0 +1,86 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class DescribePhysicalConnectionsRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribePhysicalConnections') + self.set_method('POST') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_ClientToken(self): + return self.get_query_params().get('ClientToken') + + def set_ClientToken(self,ClientToken): + self.add_query_param('ClientToken',ClientToken) + + def get_PageNumber(self): + return self.get_query_params().get('PageNumber') + + def set_PageNumber(self,PageNumber): + self.add_query_param('PageNumber',PageNumber) + + def get_PageSize(self): + return self.get_query_params().get('PageSize') + + def set_PageSize(self,PageSize): + self.add_query_param('PageSize',PageSize) + + def get_UserCidr(self): + return self.get_query_params().get('UserCidr') + + def set_UserCidr(self,UserCidr): + self.add_query_param('UserCidr',UserCidr) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_Filters(self): + return self.get_query_params().get('Filter') + + def set_Filters(self, Filters): + for depth1 in range(len(Filters)): + if Filters[depth1].get('Value') is not None: + for depth2 in range(len(Filters[depth1].get('Value'))): + if Filters[depth1].get('Value')[depth2] is not None: + self.add_query_param('Filter.' + str(depth1 + 1) + '.Value.' + str(depth2 + 1) , Filters[depth1].get('Value')[depth2]) + if Filters[depth1].get('Key') is not None: + self.add_query_param('Filter.' + str(depth1 + 1) + '.Key', Filters[depth1].get('Key')) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribePriceRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribePriceRequest.py new file mode 100644 index 0000000000..eb8c803b14 --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribePriceRequest.py @@ -0,0 +1,256 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class DescribePriceRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribePrice') + self.set_method('POST') + + def get_DataDisk3Size(self): + return self.get_query_params().get('DataDisk.3.Size') + + def set_DataDisk3Size(self,DataDisk3Size): + self.add_query_param('DataDisk.3.Size',DataDisk3Size) + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_DataDisk3Category(self): + return self.get_query_params().get('DataDisk.3.Category') + + def set_DataDisk3Category(self,DataDisk3Category): + self.add_query_param('DataDisk.3.Category',DataDisk3Category) + + def get_Isp(self): + return self.get_query_params().get('Isp') + + def set_Isp(self,Isp): + self.add_query_param('Isp',Isp) + + def get_DataDisk4Size(self): + return self.get_query_params().get('DataDisk.4.Size') + + def set_DataDisk4Size(self,DataDisk4Size): + self.add_query_param('DataDisk.4.Size',DataDisk4Size) + + def get_PriceUnit(self): + return self.get_query_params().get('PriceUnit') + + def set_PriceUnit(self,PriceUnit): + self.add_query_param('PriceUnit',PriceUnit) + + def get_Period(self): + return self.get_query_params().get('Period') + + def set_Period(self,Period): + self.add_query_param('Period',Period) + + def get_DataDisk1PerformanceLevel(self): + return self.get_query_params().get('DataDisk.1.PerformanceLevel') + + def set_DataDisk1PerformanceLevel(self,DataDisk1PerformanceLevel): + self.add_query_param('DataDisk.1.PerformanceLevel',DataDisk1PerformanceLevel) + + def get_AssuranceTimes(self): + return self.get_query_params().get('AssuranceTimes') + + def set_AssuranceTimes(self,AssuranceTimes): + self.add_query_param('AssuranceTimes',AssuranceTimes) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_InstanceCpuCoreCount(self): + return self.get_query_params().get('InstanceCpuCoreCount') + + def set_InstanceCpuCoreCount(self,InstanceCpuCoreCount): + self.add_query_param('InstanceCpuCoreCount',InstanceCpuCoreCount) + + def get_InternetChargeType(self): + return self.get_query_params().get('InternetChargeType') + + def set_InternetChargeType(self,InternetChargeType): + self.add_query_param('InternetChargeType',InternetChargeType) + + def get_InstanceNetworkType(self): + return self.get_query_params().get('InstanceNetworkType') + + def set_InstanceNetworkType(self,InstanceNetworkType): + self.add_query_param('InstanceNetworkType',InstanceNetworkType) + + def get_InstanceAmount(self): + return self.get_query_params().get('InstanceAmount') + + def set_InstanceAmount(self,InstanceAmount): + self.add_query_param('InstanceAmount',InstanceAmount) + + def get_InstanceTypeLists(self): + return self.get_query_params().get('InstanceTypeList') + + def set_InstanceTypeLists(self, InstanceTypeLists): + for depth1 in range(len(InstanceTypeLists)): + if InstanceTypeLists[depth1] is not None: + self.add_query_param('InstanceTypeList.' + str(depth1 + 1) , InstanceTypeLists[depth1]) + + def get_DataDisk3PerformanceLevel(self): + return self.get_query_params().get('DataDisk.3.PerformanceLevel') + + def set_DataDisk3PerformanceLevel(self,DataDisk3PerformanceLevel): + self.add_query_param('DataDisk.3.PerformanceLevel',DataDisk3PerformanceLevel) + + def get_ImageId(self): + return self.get_query_params().get('ImageId') + + def set_ImageId(self,ImageId): + self.add_query_param('ImageId',ImageId) + + def get_IoOptimized(self): + return self.get_query_params().get('IoOptimized') + + def set_IoOptimized(self,IoOptimized): + self.add_query_param('IoOptimized',IoOptimized) + + def get_InternetMaxBandwidthOut(self): + return self.get_query_params().get('InternetMaxBandwidthOut') + + def set_InternetMaxBandwidthOut(self,InternetMaxBandwidthOut): + self.add_query_param('InternetMaxBandwidthOut',InternetMaxBandwidthOut) + + def get_SystemDiskCategory(self): + return self.get_query_params().get('SystemDisk.Category') + + def set_SystemDiskCategory(self,SystemDiskCategory): + self.add_query_param('SystemDisk.Category',SystemDiskCategory) + + def get_Platform(self): + return self.get_query_params().get('Platform') + + def set_Platform(self,Platform): + self.add_query_param('Platform',Platform) + + def get_Capacity(self): + return self.get_query_params().get('Capacity') + + def set_Capacity(self,Capacity): + self.add_query_param('Capacity',Capacity) + + def get_SystemDiskPerformanceLevel(self): + return self.get_query_params().get('SystemDisk.PerformanceLevel') + + def set_SystemDiskPerformanceLevel(self,SystemDiskPerformanceLevel): + self.add_query_param('SystemDisk.PerformanceLevel',SystemDiskPerformanceLevel) + + def get_DataDisk4Category(self): + return self.get_query_params().get('DataDisk.4.Category') + + def set_DataDisk4Category(self,DataDisk4Category): + self.add_query_param('DataDisk.4.Category',DataDisk4Category) + + def get_DataDisk4PerformanceLevel(self): + return self.get_query_params().get('DataDisk.4.PerformanceLevel') + + def set_DataDisk4PerformanceLevel(self,DataDisk4PerformanceLevel): + self.add_query_param('DataDisk.4.PerformanceLevel',DataDisk4PerformanceLevel) + + def get_Scope(self): + return self.get_query_params().get('Scope') + + def set_Scope(self,Scope): + self.add_query_param('Scope',Scope) + + def get_InstanceType(self): + return self.get_query_params().get('InstanceType') + + def set_InstanceType(self,InstanceType): + self.add_query_param('InstanceType',InstanceType) + + def get_DataDisk2Category(self): + return self.get_query_params().get('DataDisk.2.Category') + + def set_DataDisk2Category(self,DataDisk2Category): + self.add_query_param('DataDisk.2.Category',DataDisk2Category) + + def get_DataDisk1Size(self): + return self.get_query_params().get('DataDisk.1.Size') + + def set_DataDisk1Size(self,DataDisk1Size): + self.add_query_param('DataDisk.1.Size',DataDisk1Size) + + def get_Amount(self): + return self.get_query_params().get('Amount') + + def set_Amount(self,Amount): + self.add_query_param('Amount',Amount) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_DataDisk2Size(self): + return self.get_query_params().get('DataDisk.2.Size') + + def set_DataDisk2Size(self,DataDisk2Size): + self.add_query_param('DataDisk.2.Size',DataDisk2Size) + + def get_ResourceType(self): + return self.get_query_params().get('ResourceType') + + def set_ResourceType(self,ResourceType): + self.add_query_param('ResourceType',ResourceType) + + def get_DataDisk1Category(self): + return self.get_query_params().get('DataDisk.1.Category') + + def set_DataDisk1Category(self,DataDisk1Category): + self.add_query_param('DataDisk.1.Category',DataDisk1Category) + + def get_DataDisk2PerformanceLevel(self): + return self.get_query_params().get('DataDisk.2.PerformanceLevel') + + def set_DataDisk2PerformanceLevel(self,DataDisk2PerformanceLevel): + self.add_query_param('DataDisk.2.PerformanceLevel',DataDisk2PerformanceLevel) + + def get_SystemDiskSize(self): + return self.get_query_params().get('SystemDisk.Size') + + def set_SystemDiskSize(self,SystemDiskSize): + self.add_query_param('SystemDisk.Size',SystemDiskSize) + + def get_OfferingType(self): + return self.get_query_params().get('OfferingType') + + def set_OfferingType(self,OfferingType): + self.add_query_param('OfferingType',OfferingType) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeRecommendInstanceTypeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeRecommendInstanceTypeRequest.py new file mode 100644 index 0000000000..e19d860085 --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeRecommendInstanceTypeRequest.py @@ -0,0 +1,136 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class DescribeRecommendInstanceTypeRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeRecommendInstanceType') + self.set_method('POST') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_Memory(self): + return self.get_query_params().get('Memory') + + def set_Memory(self,Memory): + self.add_query_param('Memory',Memory) + + def get_IoOptimized(self): + return self.get_query_params().get('IoOptimized') + + def set_IoOptimized(self,IoOptimized): + self.add_query_param('IoOptimized',IoOptimized) + + def get_NetworkType(self): + return self.get_query_params().get('NetworkType') + + def set_NetworkType(self,NetworkType): + self.add_query_param('NetworkType',NetworkType) + + def get_Scene(self): + return self.get_query_params().get('Scene') + + def set_Scene(self,Scene): + self.add_query_param('Scene',Scene) + + def get_Cores(self): + return self.get_query_params().get('Cores') + + def set_Cores(self,Cores): + self.add_query_param('Cores',Cores) + + def get_SystemDiskCategory(self): + return self.get_query_params().get('SystemDiskCategory') + + def set_SystemDiskCategory(self,SystemDiskCategory): + self.add_query_param('SystemDiskCategory',SystemDiskCategory) + + def get_InstanceType(self): + return self.get_query_params().get('InstanceType') + + def set_InstanceType(self,InstanceType): + self.add_query_param('InstanceType',InstanceType) + + def get_InstanceChargeType(self): + return self.get_query_params().get('InstanceChargeType') + + def set_InstanceChargeType(self,InstanceChargeType): + self.add_query_param('InstanceChargeType',InstanceChargeType) + + def get_MaxPrice(self): + return self.get_query_params().get('MaxPrice') + + def set_MaxPrice(self,MaxPrice): + self.add_query_param('MaxPrice',MaxPrice) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_InstanceTypeFamilys(self): + return self.get_query_params().get('InstanceTypeFamily') + + def set_InstanceTypeFamilys(self, InstanceTypeFamilys): + for depth1 in range(len(InstanceTypeFamilys)): + if InstanceTypeFamilys[depth1] is not None: + self.add_query_param('InstanceTypeFamily.' + str(depth1 + 1) , InstanceTypeFamilys[depth1]) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_SpotStrategy(self): + return self.get_query_params().get('SpotStrategy') + + def set_SpotStrategy(self,SpotStrategy): + self.add_query_param('SpotStrategy',SpotStrategy) + + def get_PriorityStrategy(self): + return self.get_query_params().get('PriorityStrategy') + + def set_PriorityStrategy(self,PriorityStrategy): + self.add_query_param('PriorityStrategy',PriorityStrategy) + + def get_InstanceFamilyLevel(self): + return self.get_query_params().get('InstanceFamilyLevel') + + def set_InstanceFamilyLevel(self,InstanceFamilyLevel): + self.add_query_param('InstanceFamilyLevel',InstanceFamilyLevel) + + def get_ZoneId(self): + return self.get_query_params().get('ZoneId') + + def set_ZoneId(self,ZoneId): + self.add_query_param('ZoneId',ZoneId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeRegionsRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeRegionsRequest.py new file mode 100644 index 0000000000..51c830475c --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeRegionsRequest.py @@ -0,0 +1,68 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class DescribeRegionsRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeRegions') + self.set_method('POST') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_InstanceChargeType(self): + return self.get_query_params().get('InstanceChargeType') + + def set_InstanceChargeType(self,InstanceChargeType): + self.add_query_param('InstanceChargeType',InstanceChargeType) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_ResourceType(self): + return self.get_query_params().get('ResourceType') + + def set_ResourceType(self,ResourceType): + self.add_query_param('ResourceType',ResourceType) + + def get_AcceptLanguage(self): + return self.get_query_params().get('AcceptLanguage') + + def set_AcceptLanguage(self,AcceptLanguage): + self.add_query_param('AcceptLanguage',AcceptLanguage) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeRenewalPriceRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeRenewalPriceRequest.py new file mode 100644 index 0000000000..e4c7c734e7 --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeRenewalPriceRequest.py @@ -0,0 +1,74 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class DescribeRenewalPriceRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeRenewalPrice') + self.set_method('POST') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_PriceUnit(self): + return self.get_query_params().get('PriceUnit') + + def set_PriceUnit(self,PriceUnit): + self.add_query_param('PriceUnit',PriceUnit) + + def get_ResourceId(self): + return self.get_query_params().get('ResourceId') + + def set_ResourceId(self,ResourceId): + self.add_query_param('ResourceId',ResourceId) + + def get_Period(self): + return self.get_query_params().get('Period') + + def set_Period(self,Period): + self.add_query_param('Period',Period) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_ResourceType(self): + return self.get_query_params().get('ResourceType') + + def set_ResourceType(self,ResourceType): + self.add_query_param('ResourceType',ResourceType) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeReservedInstancesRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeReservedInstancesRequest.py new file mode 100644 index 0000000000..c17b86f89b --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeReservedInstancesRequest.py @@ -0,0 +1,136 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class DescribeReservedInstancesRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeReservedInstances') + self.set_method('POST') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_PageNumber(self): + return self.get_query_params().get('PageNumber') + + def set_PageNumber(self,PageNumber): + self.add_query_param('PageNumber',PageNumber) + + def get_LockReason(self): + return self.get_query_params().get('LockReason') + + def set_LockReason(self,LockReason): + self.add_query_param('LockReason',LockReason) + + def get_Scope(self): + return self.get_query_params().get('Scope') + + def set_Scope(self,Scope): + self.add_query_param('Scope',Scope) + + def get_PageSize(self): + return self.get_query_params().get('PageSize') + + def set_PageSize(self,PageSize): + self.add_query_param('PageSize',PageSize) + + def get_InstanceType(self): + return self.get_query_params().get('InstanceType') + + def set_InstanceType(self,InstanceType): + self.add_query_param('InstanceType',InstanceType) + + def get_Tags(self): + return self.get_query_params().get('Tag') + + def set_Tags(self, Tags): + for depth1 in range(len(Tags)): + if Tags[depth1].get('Key') is not None: + self.add_query_param('Tag.' + str(depth1 + 1) + '.Key', Tags[depth1].get('Key')) + if Tags[depth1].get('Value') is not None: + self.add_query_param('Tag.' + str(depth1 + 1) + '.Value', Tags[depth1].get('Value')) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_InstanceTypeFamily(self): + return self.get_query_params().get('InstanceTypeFamily') + + def set_InstanceTypeFamily(self,InstanceTypeFamily): + self.add_query_param('InstanceTypeFamily',InstanceTypeFamily) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_ReservedInstanceIds(self): + return self.get_query_params().get('ReservedInstanceId') + + def set_ReservedInstanceIds(self, ReservedInstanceIds): + for depth1 in range(len(ReservedInstanceIds)): + if ReservedInstanceIds[depth1] is not None: + self.add_query_param('ReservedInstanceId.' + str(depth1 + 1) , ReservedInstanceIds[depth1]) + + def get_OfferingType(self): + return self.get_query_params().get('OfferingType') + + def set_OfferingType(self,OfferingType): + self.add_query_param('OfferingType',OfferingType) + + def get_ZoneId(self): + return self.get_query_params().get('ZoneId') + + def set_ZoneId(self,ZoneId): + self.add_query_param('ZoneId',ZoneId) + + def get_ReservedInstanceName(self): + return self.get_query_params().get('ReservedInstanceName') + + def set_ReservedInstanceName(self,ReservedInstanceName): + self.add_query_param('ReservedInstanceName',ReservedInstanceName) + + def get_Statuss(self): + return self.get_query_params().get('Status') + + def set_Statuss(self, Statuss): + for depth1 in range(len(Statuss)): + if Statuss[depth1] is not None: + self.add_query_param('Status.' + str(depth1 + 1) , Statuss[depth1]) + + def get_AllocationType(self): + return self.get_query_params().get('AllocationType') + + def set_AllocationType(self,AllocationType): + self.add_query_param('AllocationType',AllocationType) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeResourceByTagsRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeResourceByTagsRequest.py new file mode 100644 index 0000000000..1921b1ad49 --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeResourceByTagsRequest.py @@ -0,0 +1,72 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class DescribeResourceByTagsRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeResourceByTags') + self.set_method('POST') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_PageNumber(self): + return self.get_query_params().get('PageNumber') + + def set_PageNumber(self,PageNumber): + self.add_query_param('PageNumber',PageNumber) + + def get_PageSize(self): + return self.get_query_params().get('PageSize') + + def set_PageSize(self,PageSize): + self.add_query_param('PageSize',PageSize) + + def get_Tags(self): + return self.get_query_params().get('Tag') + + def set_Tags(self, Tags): + for depth1 in range(len(Tags)): + if Tags[depth1].get('Value') is not None: + self.add_query_param('Tag.' + str(depth1 + 1) + '.Value', Tags[depth1].get('Value')) + if Tags[depth1].get('Key') is not None: + self.add_query_param('Tag.' + str(depth1 + 1) + '.Key', Tags[depth1].get('Key')) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_ResourceType(self): + return self.get_query_params().get('ResourceType') + + def set_ResourceType(self,ResourceType): + self.add_query_param('ResourceType',ResourceType) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeResourcesModificationRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeResourcesModificationRequest.py new file mode 100644 index 0000000000..9ea7a6b52a --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeResourcesModificationRequest.py @@ -0,0 +1,92 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class DescribeResourcesModificationRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeResourcesModification') + self.set_method('POST') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_Memory(self): + return self.get_query_params().get('Memory') + + def set_Memory(self,Memory): + self.add_query_param('Memory',Memory) + + def get_Cores(self): + return self.get_query_params().get('Cores') + + def set_Cores(self,Cores): + self.add_query_param('Cores',Cores) + + def get_MigrateAcrossZone(self): + return self.get_query_params().get('MigrateAcrossZone') + + def set_MigrateAcrossZone(self,MigrateAcrossZone): + self.add_query_param('MigrateAcrossZone',MigrateAcrossZone) + + def get_InstanceType(self): + return self.get_query_params().get('InstanceType') + + def set_InstanceType(self,InstanceType): + self.add_query_param('InstanceType',InstanceType) + + def get_ResourceId(self): + return self.get_query_params().get('ResourceId') + + def set_ResourceId(self,ResourceId): + self.add_query_param('ResourceId',ResourceId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OperationType(self): + return self.get_query_params().get('OperationType') + + def set_OperationType(self,OperationType): + self.add_query_param('OperationType',OperationType) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_DestinationResource(self): + return self.get_query_params().get('DestinationResource') + + def set_DestinationResource(self,DestinationResource): + self.add_query_param('DestinationResource',DestinationResource) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeRouteTablesRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeRouteTablesRequest.py new file mode 100644 index 0000000000..4ebe3870fb --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeRouteTablesRequest.py @@ -0,0 +1,92 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class DescribeRouteTablesRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeRouteTables') + self.set_method('POST') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_VRouterId(self): + return self.get_query_params().get('VRouterId') + + def set_VRouterId(self,VRouterId): + self.add_query_param('VRouterId',VRouterId) + + def get_PageNumber(self): + return self.get_query_params().get('PageNumber') + + def set_PageNumber(self,PageNumber): + self.add_query_param('PageNumber',PageNumber) + + def get_RouteTableName(self): + return self.get_query_params().get('RouteTableName') + + def set_RouteTableName(self,RouteTableName): + self.add_query_param('RouteTableName',RouteTableName) + + def get_PageSize(self): + return self.get_query_params().get('PageSize') + + def set_PageSize(self,PageSize): + self.add_query_param('PageSize',PageSize) + + def get_RouteTableId(self): + return self.get_query_params().get('RouteTableId') + + def set_RouteTableId(self,RouteTableId): + self.add_query_param('RouteTableId',RouteTableId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_RouterType(self): + return self.get_query_params().get('RouterType') + + def set_RouterType(self,RouterType): + self.add_query_param('RouterType',RouterType) + + def get_RouterId(self): + return self.get_query_params().get('RouterId') + + def set_RouterId(self,RouterId): + self.add_query_param('RouterId',RouterId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeRouterInterfacesRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeRouterInterfacesRequest.py new file mode 100644 index 0000000000..df9c8c27c8 --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeRouterInterfacesRequest.py @@ -0,0 +1,68 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class DescribeRouterInterfacesRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeRouterInterfaces') + self.set_method('POST') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_PageNumber(self): + return self.get_query_params().get('PageNumber') + + def set_PageNumber(self,PageNumber): + self.add_query_param('PageNumber',PageNumber) + + def get_PageSize(self): + return self.get_query_params().get('PageSize') + + def set_PageSize(self,PageSize): + self.add_query_param('PageSize',PageSize) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_Filters(self): + return self.get_query_params().get('Filter') + + def set_Filters(self, Filters): + for depth1 in range(len(Filters)): + if Filters[depth1].get('Value') is not None: + for depth2 in range(len(Filters[depth1].get('Value'))): + if Filters[depth1].get('Value')[depth2] is not None: + self.add_query_param('Filter.' + str(depth1 + 1) + '.Value.' + str(depth2 + 1) , Filters[depth1].get('Value')[depth2]) + if Filters[depth1].get('Key') is not None: + self.add_query_param('Filter.' + str(depth1 + 1) + '.Key', Filters[depth1].get('Key')) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeSecurityGroupAttributeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeSecurityGroupAttributeRequest.py new file mode 100644 index 0000000000..30c31082ff --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeSecurityGroupAttributeRequest.py @@ -0,0 +1,68 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class DescribeSecurityGroupAttributeRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeSecurityGroupAttribute') + self.set_method('POST') + + def get_NicType(self): + return self.get_query_params().get('NicType') + + def set_NicType(self,NicType): + self.add_query_param('NicType',NicType) + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_SecurityGroupId(self): + return self.get_query_params().get('SecurityGroupId') + + def set_SecurityGroupId(self,SecurityGroupId): + self.add_query_param('SecurityGroupId',SecurityGroupId) + + def get_Direction(self): + return self.get_query_params().get('Direction') + + def set_Direction(self,Direction): + self.add_query_param('Direction',Direction) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeSecurityGroupReferencesRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeSecurityGroupReferencesRequest.py new file mode 100644 index 0000000000..593aa36a1c --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeSecurityGroupReferencesRequest.py @@ -0,0 +1,58 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class DescribeSecurityGroupReferencesRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeSecurityGroupReferences') + self.set_method('POST') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_SecurityGroupIds(self): + return self.get_query_params().get('SecurityGroupId') + + def set_SecurityGroupIds(self, SecurityGroupIds): + for depth1 in range(len(SecurityGroupIds)): + if SecurityGroupIds[depth1] is not None: + self.add_query_param('SecurityGroupId.' + str(depth1 + 1) , SecurityGroupIds[depth1]) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeSecurityGroupsRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeSecurityGroupsRequest.py new file mode 100644 index 0000000000..9d925bcead --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeSecurityGroupsRequest.py @@ -0,0 +1,132 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class DescribeSecurityGroupsRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeSecurityGroups') + self.set_method('POST') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_FuzzyQuery(self): + return self.get_query_params().get('FuzzyQuery') + + def set_FuzzyQuery(self,FuzzyQuery): + self.add_query_param('FuzzyQuery',FuzzyQuery) + + def get_SecurityGroupId(self): + return self.get_query_params().get('SecurityGroupId') + + def set_SecurityGroupId(self,SecurityGroupId): + self.add_query_param('SecurityGroupId',SecurityGroupId) + + def get_IsQueryEcsCount(self): + return self.get_query_params().get('IsQueryEcsCount') + + def set_IsQueryEcsCount(self,IsQueryEcsCount): + self.add_query_param('IsQueryEcsCount',IsQueryEcsCount) + + def get_NetworkType(self): + return self.get_query_params().get('NetworkType') + + def set_NetworkType(self,NetworkType): + self.add_query_param('NetworkType',NetworkType) + + def get_SecurityGroupName(self): + return self.get_query_params().get('SecurityGroupName') + + def set_SecurityGroupName(self,SecurityGroupName): + self.add_query_param('SecurityGroupName',SecurityGroupName) + + def get_PageNumber(self): + return self.get_query_params().get('PageNumber') + + def set_PageNumber(self,PageNumber): + self.add_query_param('PageNumber',PageNumber) + + def get_ResourceGroupId(self): + return self.get_query_params().get('ResourceGroupId') + + def set_ResourceGroupId(self,ResourceGroupId): + self.add_query_param('ResourceGroupId',ResourceGroupId) + + def get_PageSize(self): + return self.get_query_params().get('PageSize') + + def set_PageSize(self,PageSize): + self.add_query_param('PageSize',PageSize) + + def get_Tags(self): + return self.get_query_params().get('Tag') + + def set_Tags(self, Tags): + for depth1 in range(len(Tags)): + if Tags[depth1].get('Value') is not None: + self.add_query_param('Tag.' + str(depth1 + 1) + '.Value', Tags[depth1].get('Value')) + if Tags[depth1].get('Key') is not None: + self.add_query_param('Tag.' + str(depth1 + 1) + '.Key', Tags[depth1].get('Key')) + + def get_DryRun(self): + return self.get_query_params().get('DryRun') + + def set_DryRun(self,DryRun): + self.add_query_param('DryRun',DryRun) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_SecurityGroupIds(self): + return self.get_query_params().get('SecurityGroupIds') + + def set_SecurityGroupIds(self,SecurityGroupIds): + self.add_query_param('SecurityGroupIds',SecurityGroupIds) + + def get_SecurityGroupType(self): + return self.get_query_params().get('SecurityGroupType') + + def set_SecurityGroupType(self,SecurityGroupType): + self.add_query_param('SecurityGroupType',SecurityGroupType) + + def get_VpcId(self): + return self.get_query_params().get('VpcId') + + def set_VpcId(self,VpcId): + self.add_query_param('VpcId',VpcId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeSendFileResultsRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeSendFileResultsRequest.py new file mode 100644 index 0000000000..3ff8d0d125 --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeSendFileResultsRequest.py @@ -0,0 +1,80 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class DescribeSendFileResultsRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeSendFileResults') + self.set_method('POST') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_PageNumber(self): + return self.get_query_params().get('PageNumber') + + def set_PageNumber(self,PageNumber): + self.add_query_param('PageNumber',PageNumber) + + def get_PageSize(self): + return self.get_query_params().get('PageSize') + + def set_PageSize(self,PageSize): + self.add_query_param('PageSize',PageSize) + + def get_InvokeId(self): + return self.get_query_params().get('InvokeId') + + def set_InvokeId(self,InvokeId): + self.add_query_param('InvokeId',InvokeId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_InstanceId(self): + return self.get_query_params().get('InstanceId') + + def set_InstanceId(self,InstanceId): + self.add_query_param('InstanceId',InstanceId) + + def get_Name(self): + return self.get_query_params().get('Name') + + def set_Name(self,Name): + self.add_query_param('Name',Name) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeSnapshotGroupsRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeSnapshotGroupsRequest.py new file mode 100644 index 0000000000..ee14ebb417 --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeSnapshotGroupsRequest.py @@ -0,0 +1,90 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class DescribeSnapshotGroupsRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeSnapshotGroups') + self.set_method('POST') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_NextToken(self): + return self.get_query_params().get('NextToken') + + def set_NextToken(self,NextToken): + self.add_query_param('NextToken',NextToken) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_SnapshotGroupIds(self): + return self.get_query_params().get('SnapshotGroupId') + + def set_SnapshotGroupIds(self, SnapshotGroupIds): + for depth1 in range(len(SnapshotGroupIds)): + if SnapshotGroupIds[depth1] is not None: + self.add_query_param('SnapshotGroupId.' + str(depth1 + 1) , SnapshotGroupIds[depth1]) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_InstanceId(self): + return self.get_query_params().get('InstanceId') + + def set_InstanceId(self,InstanceId): + self.add_query_param('InstanceId',InstanceId) + + def get_Name(self): + return self.get_query_params().get('Name') + + def set_Name(self,Name): + self.add_query_param('Name',Name) + + def get_MaxResults(self): + return self.get_query_params().get('MaxResults') + + def set_MaxResults(self,MaxResults): + self.add_query_param('MaxResults',MaxResults) + + def get_Statuss(self): + return self.get_query_params().get('Status') + + def set_Statuss(self, Statuss): + for depth1 in range(len(Statuss)): + if Statuss[depth1] is not None: + self.add_query_param('Status.' + str(depth1 + 1) , Statuss[depth1]) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeSnapshotLinksRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeSnapshotLinksRequest.py new file mode 100644 index 0000000000..223e16bec7 --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeSnapshotLinksRequest.py @@ -0,0 +1,80 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class DescribeSnapshotLinksRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeSnapshotLinks') + self.set_method('POST') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_PageNumber(self): + return self.get_query_params().get('PageNumber') + + def set_PageNumber(self,PageNumber): + self.add_query_param('PageNumber',PageNumber) + + def get_PageSize(self): + return self.get_query_params().get('PageSize') + + def set_PageSize(self,PageSize): + self.add_query_param('PageSize',PageSize) + + def get_DiskIds(self): + return self.get_query_params().get('DiskIds') + + def set_DiskIds(self,DiskIds): + self.add_query_param('DiskIds',DiskIds) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_SnapshotLinkIds(self): + return self.get_query_params().get('SnapshotLinkIds') + + def set_SnapshotLinkIds(self,SnapshotLinkIds): + self.add_query_param('SnapshotLinkIds',SnapshotLinkIds) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_InstanceId(self): + return self.get_query_params().get('InstanceId') + + def set_InstanceId(self,InstanceId): + self.add_query_param('InstanceId',InstanceId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeSnapshotMonitorDataRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeSnapshotMonitorDataRequest.py new file mode 100644 index 0000000000..2d2c80dabb --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeSnapshotMonitorDataRequest.py @@ -0,0 +1,74 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class DescribeSnapshotMonitorDataRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeSnapshotMonitorData') + self.set_method('POST') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_StartTime(self): + return self.get_query_params().get('StartTime') + + def set_StartTime(self,StartTime): + self.add_query_param('StartTime',StartTime) + + def get_Period(self): + return self.get_query_params().get('Period') + + def set_Period(self,Period): + self.add_query_param('Period',Period) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_EndTime(self): + return self.get_query_params().get('EndTime') + + def set_EndTime(self,EndTime): + self.add_query_param('EndTime',EndTime) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_Category(self): + return self.get_query_params().get('Category') + + def set_Category(self,Category): + self.add_query_param('Category',Category) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeSnapshotPackageRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeSnapshotPackageRequest.py new file mode 100644 index 0000000000..a858d16951 --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeSnapshotPackageRequest.py @@ -0,0 +1,62 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class DescribeSnapshotPackageRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeSnapshotPackage') + self.set_method('POST') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_PageNumber(self): + return self.get_query_params().get('PageNumber') + + def set_PageNumber(self,PageNumber): + self.add_query_param('PageNumber',PageNumber) + + def get_PageSize(self): + return self.get_query_params().get('PageSize') + + def set_PageSize(self,PageSize): + self.add_query_param('PageSize',PageSize) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeSnapshotsRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeSnapshotsRequest.py new file mode 100644 index 0000000000..c982624df1 --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeSnapshotsRequest.py @@ -0,0 +1,192 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class DescribeSnapshotsRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeSnapshots') + self.set_method('POST') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_Filter2Value(self): + return self.get_query_params().get('Filter.2.Value') + + def set_Filter2Value(self,Filter2Value): + self.add_query_param('Filter.2.Value',Filter2Value) + + def get_SnapshotIds(self): + return self.get_query_params().get('SnapshotIds') + + def set_SnapshotIds(self,SnapshotIds): + self.add_query_param('SnapshotIds',SnapshotIds) + + def get_Usage(self): + return self.get_query_params().get('Usage') + + def set_Usage(self,Usage): + self.add_query_param('Usage',Usage) + + def get_SnapshotLinkId(self): + return self.get_query_params().get('SnapshotLinkId') + + def set_SnapshotLinkId(self,SnapshotLinkId): + self.add_query_param('SnapshotLinkId',SnapshotLinkId) + + def get_ResourceGroupId(self): + return self.get_query_params().get('ResourceGroupId') + + def set_ResourceGroupId(self,ResourceGroupId): + self.add_query_param('ResourceGroupId',ResourceGroupId) + + def get_Filter1Key(self): + return self.get_query_params().get('Filter.1.Key') + + def set_Filter1Key(self,Filter1Key): + self.add_query_param('Filter.1.Key',Filter1Key) + + def get_Tags(self): + return self.get_query_params().get('Tag') + + def set_Tags(self, Tags): + for depth1 in range(len(Tags)): + if Tags[depth1].get('Value') is not None: + self.add_query_param('Tag.' + str(depth1 + 1) + '.Value', Tags[depth1].get('Value')) + if Tags[depth1].get('Key') is not None: + self.add_query_param('Tag.' + str(depth1 + 1) + '.Key', Tags[depth1].get('Key')) + + def get_DryRun(self): + return self.get_query_params().get('DryRun') + + def set_DryRun(self,DryRun): + self.add_query_param('DryRun',DryRun) + + def get_Filter1Value(self): + return self.get_query_params().get('Filter.1.Value') + + def set_Filter1Value(self,Filter1Value): + self.add_query_param('Filter.1.Value',Filter1Value) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_InstanceId(self): + return self.get_query_params().get('InstanceId') + + def set_InstanceId(self,InstanceId): + self.add_query_param('InstanceId',InstanceId) + + def get_MaxResults(self): + return self.get_query_params().get('MaxResults') + + def set_MaxResults(self,MaxResults): + self.add_query_param('MaxResults',MaxResults) + + def get_Status(self): + return self.get_query_params().get('Status') + + def set_Status(self,Status): + self.add_query_param('Status',Status) + + def get_SnapshotName(self): + return self.get_query_params().get('SnapshotName') + + def set_SnapshotName(self,SnapshotName): + self.add_query_param('SnapshotName',SnapshotName) + + def get_PageNumber(self): + return self.get_query_params().get('PageNumber') + + def set_PageNumber(self,PageNumber): + self.add_query_param('PageNumber',PageNumber) + + def get_NextToken(self): + return self.get_query_params().get('NextToken') + + def set_NextToken(self,NextToken): + self.add_query_param('NextToken',NextToken) + + def get_PageSize(self): + return self.get_query_params().get('PageSize') + + def set_PageSize(self,PageSize): + self.add_query_param('PageSize',PageSize) + + def get_DiskId(self): + return self.get_query_params().get('DiskId') + + def set_DiskId(self,DiskId): + self.add_query_param('DiskId',DiskId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_SourceDiskType(self): + return self.get_query_params().get('SourceDiskType') + + def set_SourceDiskType(self,SourceDiskType): + self.add_query_param('SourceDiskType',SourceDiskType) + + def get_Filter2Key(self): + return self.get_query_params().get('Filter.2.Key') + + def set_Filter2Key(self,Filter2Key): + self.add_query_param('Filter.2.Key',Filter2Key) + + def get_Encrypted(self): + return self.get_query_params().get('Encrypted') + + def set_Encrypted(self,Encrypted): + self.add_query_param('Encrypted',Encrypted) + + def get_SnapshotType(self): + return self.get_query_params().get('SnapshotType') + + def set_SnapshotType(self,SnapshotType): + self.add_query_param('SnapshotType',SnapshotType) + + def get_KMSKeyId(self): + return self.get_query_params().get('KMSKeyId') + + def set_KMSKeyId(self,KMSKeyId): + self.add_query_param('KMSKeyId',KMSKeyId) + + def get_Category(self): + return self.get_query_params().get('Category') + + def set_Category(self,Category): + self.add_query_param('Category',Category) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeSnapshotsUsageRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeSnapshotsUsageRequest.py new file mode 100644 index 0000000000..27ac5297fb --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeSnapshotsUsageRequest.py @@ -0,0 +1,50 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class DescribeSnapshotsUsageRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeSnapshotsUsage') + self.set_method('POST') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeSpotAdviceRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeSpotAdviceRequest.py new file mode 100644 index 0000000000..a7a57efa65 --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeSpotAdviceRequest.py @@ -0,0 +1,112 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class DescribeSpotAdviceRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeSpotAdvice') + self.set_method('POST') + + def get_GpuSpec(self): + return self.get_query_params().get('GpuSpec') + + def set_GpuSpec(self,GpuSpec): + self.add_query_param('GpuSpec',GpuSpec) + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_Memory(self): + return self.get_query_params().get('Memory') + + def set_Memory(self,Memory): + self.add_query_param('Memory',Memory) + + def get_InstanceTypess(self): + return self.get_query_params().get('InstanceTypes') + + def set_InstanceTypess(self, InstanceTypess): + for depth1 in range(len(InstanceTypess)): + if InstanceTypess[depth1] is not None: + self.add_query_param('InstanceTypes.' + str(depth1 + 1) , InstanceTypess[depth1]) + + def get_MinCores(self): + return self.get_query_params().get('MinCores') + + def set_MinCores(self,MinCores): + self.add_query_param('MinCores',MinCores) + + def get_Cores(self): + return self.get_query_params().get('Cores') + + def set_Cores(self,Cores): + self.add_query_param('Cores',Cores) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_InstanceTypeFamily(self): + return self.get_query_params().get('InstanceTypeFamily') + + def set_InstanceTypeFamily(self,InstanceTypeFamily): + self.add_query_param('InstanceTypeFamily',InstanceTypeFamily) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_InstanceFamilyLevel(self): + return self.get_query_params().get('InstanceFamilyLevel') + + def set_InstanceFamilyLevel(self,InstanceFamilyLevel): + self.add_query_param('InstanceFamilyLevel',InstanceFamilyLevel) + + def get_ZoneId(self): + return self.get_query_params().get('ZoneId') + + def set_ZoneId(self,ZoneId): + self.add_query_param('ZoneId',ZoneId) + + def get_GpuAmount(self): + return self.get_query_params().get('GpuAmount') + + def set_GpuAmount(self,GpuAmount): + self.add_query_param('GpuAmount',GpuAmount) + + def get_MinMemory(self): + return self.get_query_params().get('MinMemory') + + def set_MinMemory(self,MinMemory): + self.add_query_param('MinMemory',MinMemory) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeSpotPriceHistoryRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeSpotPriceHistoryRequest.py new file mode 100644 index 0000000000..4bcd2da126 --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeSpotPriceHistoryRequest.py @@ -0,0 +1,104 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class DescribeSpotPriceHistoryRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeSpotPriceHistory') + self.set_method('POST') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_IoOptimized(self): + return self.get_query_params().get('IoOptimized') + + def set_IoOptimized(self,IoOptimized): + self.add_query_param('IoOptimized',IoOptimized) + + def get_NetworkType(self): + return self.get_query_params().get('NetworkType') + + def set_NetworkType(self,NetworkType): + self.add_query_param('NetworkType',NetworkType) + + def get_StartTime(self): + return self.get_query_params().get('StartTime') + + def set_StartTime(self,StartTime): + self.add_query_param('StartTime',StartTime) + + def get_InstanceType(self): + return self.get_query_params().get('InstanceType') + + def set_InstanceType(self,InstanceType): + self.add_query_param('InstanceType',InstanceType) + + def get_Offset(self): + return self.get_query_params().get('Offset') + + def set_Offset(self,Offset): + self.add_query_param('Offset',Offset) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_EndTime(self): + return self.get_query_params().get('EndTime') + + def set_EndTime(self,EndTime): + self.add_query_param('EndTime',EndTime) + + def get_OSType(self): + return self.get_query_params().get('OSType') + + def set_OSType(self,OSType): + self.add_query_param('OSType',OSType) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_SpotDuration(self): + return self.get_query_params().get('SpotDuration') + + def set_SpotDuration(self,SpotDuration): + self.add_query_param('SpotDuration',SpotDuration) + + def get_ZoneId(self): + return self.get_query_params().get('ZoneId') + + def set_ZoneId(self,ZoneId): + self.add_query_param('ZoneId',ZoneId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeStorageCapacityUnitsRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeStorageCapacityUnitsRequest.py new file mode 100644 index 0000000000..5e25177255 --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeStorageCapacityUnitsRequest.py @@ -0,0 +1,96 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class DescribeStorageCapacityUnitsRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeStorageCapacityUnits') + self.set_method('POST') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_PageNumber(self): + return self.get_query_params().get('PageNumber') + + def set_PageNumber(self,PageNumber): + self.add_query_param('PageNumber',PageNumber) + + def get_Capacity(self): + return self.get_query_params().get('Capacity') + + def set_Capacity(self,Capacity): + self.add_query_param('Capacity',Capacity) + + def get_StorageCapacityUnitIds(self): + return self.get_query_params().get('StorageCapacityUnitId') + + def set_StorageCapacityUnitIds(self, StorageCapacityUnitIds): + for depth1 in range(len(StorageCapacityUnitIds)): + if StorageCapacityUnitIds[depth1] is not None: + self.add_query_param('StorageCapacityUnitId.' + str(depth1 + 1) , StorageCapacityUnitIds[depth1]) + + def get_PageSize(self): + return self.get_query_params().get('PageSize') + + def set_PageSize(self,PageSize): + self.add_query_param('PageSize',PageSize) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_Name(self): + return self.get_query_params().get('Name') + + def set_Name(self,Name): + self.add_query_param('Name',Name) + + def get_Statuss(self): + return self.get_query_params().get('Status') + + def set_Statuss(self, Statuss): + for depth1 in range(len(Statuss)): + if Statuss[depth1] is not None: + self.add_query_param('Status.' + str(depth1 + 1) , Statuss[depth1]) + + def get_AllocationType(self): + return self.get_query_params().get('AllocationType') + + def set_AllocationType(self,AllocationType): + self.add_query_param('AllocationType',AllocationType) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeStorageSetDetailsRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeStorageSetDetailsRequest.py new file mode 100644 index 0000000000..61be9aded9 --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeStorageSetDetailsRequest.py @@ -0,0 +1,86 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class DescribeStorageSetDetailsRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeStorageSetDetails') + self.set_method('POST') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_ClientToken(self): + return self.get_query_params().get('ClientToken') + + def set_ClientToken(self,ClientToken): + self.add_query_param('ClientToken',ClientToken) + + def get_PageNumber(self): + return self.get_query_params().get('PageNumber') + + def set_PageNumber(self,PageNumber): + self.add_query_param('PageNumber',PageNumber) + + def get_PageSize(self): + return self.get_query_params().get('PageSize') + + def set_PageSize(self,PageSize): + self.add_query_param('PageSize',PageSize) + + def get_StorageSetPartitionNumber(self): + return self.get_query_params().get('StorageSetPartitionNumber') + + def set_StorageSetPartitionNumber(self,StorageSetPartitionNumber): + self.add_query_param('StorageSetPartitionNumber',StorageSetPartitionNumber) + + def get_DiskIds(self): + return self.get_query_params().get('DiskIds') + + def set_DiskIds(self,DiskIds): + self.add_query_param('DiskIds',DiskIds) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_StorageSetId(self): + return self.get_query_params().get('StorageSetId') + + def set_StorageSetId(self,StorageSetId): + self.add_query_param('StorageSetId',StorageSetId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeStorageSetsRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeStorageSetsRequest.py new file mode 100644 index 0000000000..53700e7cca --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeStorageSetsRequest.py @@ -0,0 +1,86 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class DescribeStorageSetsRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeStorageSets') + self.set_method('POST') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_ClientToken(self): + return self.get_query_params().get('ClientToken') + + def set_ClientToken(self,ClientToken): + self.add_query_param('ClientToken',ClientToken) + + def get_StorageSetIds(self): + return self.get_query_params().get('StorageSetIds') + + def set_StorageSetIds(self,StorageSetIds): + self.add_query_param('StorageSetIds',StorageSetIds) + + def get_PageNumber(self): + return self.get_query_params().get('PageNumber') + + def set_PageNumber(self,PageNumber): + self.add_query_param('PageNumber',PageNumber) + + def get_PageSize(self): + return self.get_query_params().get('PageSize') + + def set_PageSize(self,PageSize): + self.add_query_param('PageSize',PageSize) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_ZoneId(self): + return self.get_query_params().get('ZoneId') + + def set_ZoneId(self,ZoneId): + self.add_query_param('ZoneId',ZoneId) + + def get_StorageSetName(self): + return self.get_query_params().get('StorageSetName') + + def set_StorageSetName(self,StorageSetName): + self.add_query_param('StorageSetName',StorageSetName) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeTagsRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeTagsRequest.py new file mode 100644 index 0000000000..559db1e5bb --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeTagsRequest.py @@ -0,0 +1,84 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class DescribeTagsRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeTags') + self.set_method('POST') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_PageNumber(self): + return self.get_query_params().get('PageNumber') + + def set_PageNumber(self,PageNumber): + self.add_query_param('PageNumber',PageNumber) + + def get_PageSize(self): + return self.get_query_params().get('PageSize') + + def set_PageSize(self,PageSize): + self.add_query_param('PageSize',PageSize) + + def get_Tags(self): + return self.get_query_params().get('Tag') + + def set_Tags(self, Tags): + for depth1 in range(len(Tags)): + if Tags[depth1].get('Value') is not None: + self.add_query_param('Tag.' + str(depth1 + 1) + '.Value', Tags[depth1].get('Value')) + if Tags[depth1].get('Key') is not None: + self.add_query_param('Tag.' + str(depth1 + 1) + '.Key', Tags[depth1].get('Key')) + + def get_ResourceId(self): + return self.get_query_params().get('ResourceId') + + def set_ResourceId(self,ResourceId): + self.add_query_param('ResourceId',ResourceId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_ResourceType(self): + return self.get_query_params().get('ResourceType') + + def set_ResourceType(self,ResourceType): + self.add_query_param('ResourceType',ResourceType) + + def get_Category(self): + return self.get_query_params().get('Category') + + def set_Category(self,Category): + self.add_query_param('Category',Category) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeTaskAttributeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeTaskAttributeRequest.py new file mode 100644 index 0000000000..eaa26dd6d4 --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeTaskAttributeRequest.py @@ -0,0 +1,50 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class DescribeTaskAttributeRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeTaskAttribute') + self.set_method('POST') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_TaskId(self): + return self.get_query_params().get('TaskId') + + def set_TaskId(self,TaskId): + self.add_query_param('TaskId',TaskId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeTasksRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeTasksRequest.py new file mode 100644 index 0000000000..f13c8915a9 --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeTasksRequest.py @@ -0,0 +1,92 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class DescribeTasksRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeTasks') + self.set_method('POST') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_StartTime(self): + return self.get_query_params().get('StartTime') + + def set_StartTime(self,StartTime): + self.add_query_param('StartTime',StartTime) + + def get_TaskIds(self): + return self.get_query_params().get('TaskIds') + + def set_TaskIds(self,TaskIds): + self.add_query_param('TaskIds',TaskIds) + + def get_PageNumber(self): + return self.get_query_params().get('PageNumber') + + def set_PageNumber(self,PageNumber): + self.add_query_param('PageNumber',PageNumber) + + def get_TaskStatus(self): + return self.get_query_params().get('TaskStatus') + + def set_TaskStatus(self,TaskStatus): + self.add_query_param('TaskStatus',TaskStatus) + + def get_PageSize(self): + return self.get_query_params().get('PageSize') + + def set_PageSize(self,PageSize): + self.add_query_param('PageSize',PageSize) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_EndTime(self): + return self.get_query_params().get('EndTime') + + def set_EndTime(self,EndTime): + self.add_query_param('EndTime',EndTime) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_TaskAction(self): + return self.get_query_params().get('TaskAction') + + def set_TaskAction(self,TaskAction): + self.add_query_param('TaskAction',TaskAction) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeUserBusinessBehaviorRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeUserBusinessBehaviorRequest.py new file mode 100644 index 0000000000..5423b2357d --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeUserBusinessBehaviorRequest.py @@ -0,0 +1,56 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class DescribeUserBusinessBehaviorRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeUserBusinessBehavior') + self.set_method('POST') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_statusKey(self): + return self.get_query_params().get('statusKey') + + def set_statusKey(self,statusKey): + self.add_query_param('statusKey',statusKey) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeUserDataRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeUserDataRequest.py new file mode 100644 index 0000000000..825f172cb4 --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeUserDataRequest.py @@ -0,0 +1,50 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class DescribeUserDataRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeUserData') + self.set_method('POST') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_InstanceId(self): + return self.get_query_params().get('InstanceId') + + def set_InstanceId(self,InstanceId): + self.add_query_param('InstanceId',InstanceId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeVRoutersRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeVRoutersRequest.py new file mode 100644 index 0000000000..aecb8d1409 --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeVRoutersRequest.py @@ -0,0 +1,68 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class DescribeVRoutersRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeVRouters') + self.set_method('POST') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_VRouterId(self): + return self.get_query_params().get('VRouterId') + + def set_VRouterId(self,VRouterId): + self.add_query_param('VRouterId',VRouterId) + + def get_PageNumber(self): + return self.get_query_params().get('PageNumber') + + def set_PageNumber(self,PageNumber): + self.add_query_param('PageNumber',PageNumber) + + def get_PageSize(self): + return self.get_query_params().get('PageSize') + + def set_PageSize(self,PageSize): + self.add_query_param('PageSize',PageSize) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeVSwitchesRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeVSwitchesRequest.py new file mode 100644 index 0000000000..98d8febb3b --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeVSwitchesRequest.py @@ -0,0 +1,86 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class DescribeVSwitchesRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeVSwitches') + self.set_method('POST') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_PageNumber(self): + return self.get_query_params().get('PageNumber') + + def set_PageNumber(self,PageNumber): + self.add_query_param('PageNumber',PageNumber) + + def get_PageSize(self): + return self.get_query_params().get('PageSize') + + def set_PageSize(self,PageSize): + self.add_query_param('PageSize',PageSize) + + def get_IsDefault(self): + return self.get_query_params().get('IsDefault') + + def set_IsDefault(self,IsDefault): + self.add_query_param('IsDefault',IsDefault) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_VSwitchId(self): + return self.get_query_params().get('VSwitchId') + + def set_VSwitchId(self,VSwitchId): + self.add_query_param('VSwitchId',VSwitchId) + + def get_VpcId(self): + return self.get_query_params().get('VpcId') + + def set_VpcId(self,VpcId): + self.add_query_param('VpcId',VpcId) + + def get_ZoneId(self): + return self.get_query_params().get('ZoneId') + + def set_ZoneId(self,ZoneId): + self.add_query_param('ZoneId',ZoneId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeVirtualBorderRoutersForPhysicalConnectionRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeVirtualBorderRoutersForPhysicalConnectionRequest.py new file mode 100644 index 0000000000..4b81d57479 --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeVirtualBorderRoutersForPhysicalConnectionRequest.py @@ -0,0 +1,74 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class DescribeVirtualBorderRoutersForPhysicalConnectionRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeVirtualBorderRoutersForPhysicalConnection') + self.set_method('POST') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_PageNumber(self): + return self.get_query_params().get('PageNumber') + + def set_PageNumber(self,PageNumber): + self.add_query_param('PageNumber',PageNumber) + + def get_PageSize(self): + return self.get_query_params().get('PageSize') + + def set_PageSize(self,PageSize): + self.add_query_param('PageSize',PageSize) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_Filters(self): + return self.get_query_params().get('Filter') + + def set_Filters(self, Filters): + for depth1 in range(len(Filters)): + if Filters[depth1].get('Value') is not None: + for depth2 in range(len(Filters[depth1].get('Value'))): + if Filters[depth1].get('Value')[depth2] is not None: + self.add_query_param('Filter.' + str(depth1 + 1) + '.Value.' + str(depth2 + 1) , Filters[depth1].get('Value')[depth2]) + if Filters[depth1].get('Key') is not None: + self.add_query_param('Filter.' + str(depth1 + 1) + '.Key', Filters[depth1].get('Key')) + + def get_PhysicalConnectionId(self): + return self.get_query_params().get('PhysicalConnectionId') + + def set_PhysicalConnectionId(self,PhysicalConnectionId): + self.add_query_param('PhysicalConnectionId',PhysicalConnectionId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeVirtualBorderRoutersRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeVirtualBorderRoutersRequest.py new file mode 100644 index 0000000000..770be98060 --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeVirtualBorderRoutersRequest.py @@ -0,0 +1,68 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class DescribeVirtualBorderRoutersRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeVirtualBorderRouters') + self.set_method('POST') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_PageNumber(self): + return self.get_query_params().get('PageNumber') + + def set_PageNumber(self,PageNumber): + self.add_query_param('PageNumber',PageNumber) + + def get_PageSize(self): + return self.get_query_params().get('PageSize') + + def set_PageSize(self,PageSize): + self.add_query_param('PageSize',PageSize) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_Filters(self): + return self.get_query_params().get('Filter') + + def set_Filters(self, Filters): + for depth1 in range(len(Filters)): + if Filters[depth1].get('Value') is not None: + for depth2 in range(len(Filters[depth1].get('Value'))): + if Filters[depth1].get('Value')[depth2] is not None: + self.add_query_param('Filter.' + str(depth1 + 1) + '.Value.' + str(depth2 + 1) , Filters[depth1].get('Value')[depth2]) + if Filters[depth1].get('Key') is not None: + self.add_query_param('Filter.' + str(depth1 + 1) + '.Key', Filters[depth1].get('Key')) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeVpcsRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeVpcsRequest.py new file mode 100644 index 0000000000..3cbf28999c --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeVpcsRequest.py @@ -0,0 +1,74 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class DescribeVpcsRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeVpcs') + self.set_method('POST') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_PageNumber(self): + return self.get_query_params().get('PageNumber') + + def set_PageNumber(self,PageNumber): + self.add_query_param('PageNumber',PageNumber) + + def get_PageSize(self): + return self.get_query_params().get('PageSize') + + def set_PageSize(self,PageSize): + self.add_query_param('PageSize',PageSize) + + def get_IsDefault(self): + return self.get_query_params().get('IsDefault') + + def set_IsDefault(self,IsDefault): + self.add_query_param('IsDefault',IsDefault) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_VpcId(self): + return self.get_query_params().get('VpcId') + + def set_VpcId(self,VpcId): + self.add_query_param('VpcId',VpcId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeZonesRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeZonesRequest.py new file mode 100644 index 0000000000..406f605755 --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeZonesRequest.py @@ -0,0 +1,74 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class DescribeZonesRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeZones') + self.set_method('POST') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_InstanceChargeType(self): + return self.get_query_params().get('InstanceChargeType') + + def set_InstanceChargeType(self,InstanceChargeType): + self.add_query_param('InstanceChargeType',InstanceChargeType) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_Verbose(self): + return self.get_query_params().get('Verbose') + + def set_Verbose(self,Verbose): + self.add_query_param('Verbose',Verbose) + + def get_SpotStrategy(self): + return self.get_query_params().get('SpotStrategy') + + def set_SpotStrategy(self,SpotStrategy): + self.add_query_param('SpotStrategy',SpotStrategy) + + def get_AcceptLanguage(self): + return self.get_query_params().get('AcceptLanguage') + + def set_AcceptLanguage(self,AcceptLanguage): + self.add_query_param('AcceptLanguage',AcceptLanguage) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DetachClassicLinkVpcRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DetachClassicLinkVpcRequest.py new file mode 100644 index 0000000000..8ac0757a50 --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DetachClassicLinkVpcRequest.py @@ -0,0 +1,56 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class DetachClassicLinkVpcRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DetachClassicLinkVpc') + self.set_method('POST') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_InstanceId(self): + return self.get_query_params().get('InstanceId') + + def set_InstanceId(self,InstanceId): + self.add_query_param('InstanceId',InstanceId) + + def get_VpcId(self): + return self.get_query_params().get('VpcId') + + def set_VpcId(self,VpcId): + self.add_query_param('VpcId',VpcId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DetachDiskRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DetachDiskRequest.py new file mode 100644 index 0000000000..eda56610dc --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DetachDiskRequest.py @@ -0,0 +1,68 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class DetachDiskRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DetachDisk') + self.set_method('POST') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_DiskId(self): + return self.get_query_params().get('DiskId') + + def set_DiskId(self,DiskId): + self.add_query_param('DiskId',DiskId) + + def get_DeleteWithInstance(self): + return self.get_query_params().get('DeleteWithInstance') + + def set_DeleteWithInstance(self,DeleteWithInstance): + self.add_query_param('DeleteWithInstance',DeleteWithInstance) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_InstanceId(self): + return self.get_query_params().get('InstanceId') + + def set_InstanceId(self,InstanceId): + self.add_query_param('InstanceId',InstanceId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DetachInstanceRamRoleRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DetachInstanceRamRoleRequest.py new file mode 100644 index 0000000000..fcaaa37962 --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DetachInstanceRamRoleRequest.py @@ -0,0 +1,56 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class DetachInstanceRamRoleRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DetachInstanceRamRole') + self.set_method('POST') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_RamRoleName(self): + return self.get_query_params().get('RamRoleName') + + def set_RamRoleName(self,RamRoleName): + self.add_query_param('RamRoleName',RamRoleName) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_InstanceIds(self): + return self.get_query_params().get('InstanceIds') + + def set_InstanceIds(self,InstanceIds): + self.add_query_param('InstanceIds',InstanceIds) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DetachKeyPairRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DetachKeyPairRequest.py new file mode 100644 index 0000000000..a016f73f58 --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DetachKeyPairRequest.py @@ -0,0 +1,56 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class DetachKeyPairRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DetachKeyPair') + self.set_method('POST') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_KeyPairName(self): + return self.get_query_params().get('KeyPairName') + + def set_KeyPairName(self,KeyPairName): + self.add_query_param('KeyPairName',KeyPairName) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_InstanceIds(self): + return self.get_query_params().get('InstanceIds') + + def set_InstanceIds(self,InstanceIds): + self.add_query_param('InstanceIds',InstanceIds) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DetachNetworkInterfaceRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DetachNetworkInterfaceRequest.py new file mode 100644 index 0000000000..42cbdbbc6e --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DetachNetworkInterfaceRequest.py @@ -0,0 +1,68 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class DetachNetworkInterfaceRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DetachNetworkInterface') + self.set_method('POST') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_TrunkNetworkInstanceId(self): + return self.get_query_params().get('TrunkNetworkInstanceId') + + def set_TrunkNetworkInstanceId(self,TrunkNetworkInstanceId): + self.add_query_param('TrunkNetworkInstanceId',TrunkNetworkInstanceId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_InstanceId(self): + return self.get_query_params().get('InstanceId') + + def set_InstanceId(self,InstanceId): + self.add_query_param('InstanceId',InstanceId) + + def get_NetworkInterfaceId(self): + return self.get_query_params().get('NetworkInterfaceId') + + def set_NetworkInterfaceId(self,NetworkInterfaceId): + self.add_query_param('NetworkInterfaceId',NetworkInterfaceId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DisableActivationRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DisableActivationRequest.py new file mode 100644 index 0000000000..7bee68a8ab --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DisableActivationRequest.py @@ -0,0 +1,56 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class DisableActivationRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DisableActivation') + self.set_method('POST') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_ActivationId(self): + return self.get_query_params().get('ActivationId') + + def set_ActivationId(self,ActivationId): + self.add_query_param('ActivationId',ActivationId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/EipFillParamsRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/EipFillParamsRequest.py new file mode 100644 index 0000000000..03c42002f7 --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/EipFillParamsRequest.py @@ -0,0 +1,68 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class EipFillParamsRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'EipFillParams') + self.set_method('POST') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_data(self): + return self.get_query_params().get('data') + + def set_data(self,data): + self.add_query_param('data',data) + + def get_ClientToken(self): + return self.get_query_params().get('ClientToken') + + def set_ClientToken(self,ClientToken): + self.add_query_param('ClientToken',ClientToken) + + def get_UserCidr(self): + return self.get_query_params().get('UserCidr') + + def set_UserCidr(self,UserCidr): + self.add_query_param('UserCidr',UserCidr) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/EipFillProductRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/EipFillProductRequest.py new file mode 100644 index 0000000000..980ee84630 --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/EipFillProductRequest.py @@ -0,0 +1,68 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class EipFillProductRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'EipFillProduct') + self.set_method('POST') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_data(self): + return self.get_query_params().get('data') + + def set_data(self,data): + self.add_query_param('data',data) + + def get_ClientToken(self): + return self.get_query_params().get('ClientToken') + + def set_ClientToken(self,ClientToken): + self.add_query_param('ClientToken',ClientToken) + + def get_UserCidr(self): + return self.get_query_params().get('UserCidr') + + def set_UserCidr(self,UserCidr): + self.add_query_param('UserCidr',UserCidr) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/EipNotifyPaidRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/EipNotifyPaidRequest.py new file mode 100644 index 0000000000..7a584278d8 --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/EipNotifyPaidRequest.py @@ -0,0 +1,68 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class EipNotifyPaidRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'EipNotifyPaid') + self.set_method('POST') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_data(self): + return self.get_query_params().get('data') + + def set_data(self,data): + self.add_query_param('data',data) + + def get_ClientToken(self): + return self.get_query_params().get('ClientToken') + + def set_ClientToken(self,ClientToken): + self.add_query_param('ClientToken',ClientToken) + + def get_UserCidr(self): + return self.get_query_params().get('UserCidr') + + def set_UserCidr(self,UserCidr): + self.add_query_param('UserCidr',UserCidr) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/EnablePhysicalConnectionRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/EnablePhysicalConnectionRequest.py new file mode 100644 index 0000000000..fb9b224f99 --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/EnablePhysicalConnectionRequest.py @@ -0,0 +1,68 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class EnablePhysicalConnectionRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'EnablePhysicalConnection') + self.set_method('POST') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_ClientToken(self): + return self.get_query_params().get('ClientToken') + + def set_ClientToken(self,ClientToken): + self.add_query_param('ClientToken',ClientToken) + + def get_UserCidr(self): + return self.get_query_params().get('UserCidr') + + def set_UserCidr(self,UserCidr): + self.add_query_param('UserCidr',UserCidr) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_PhysicalConnectionId(self): + return self.get_query_params().get('PhysicalConnectionId') + + def set_PhysicalConnectionId(self,PhysicalConnectionId): + self.add_query_param('PhysicalConnectionId',PhysicalConnectionId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ExportImageRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ExportImageRequest.py new file mode 100644 index 0000000000..bf3f0c3644 --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ExportImageRequest.py @@ -0,0 +1,74 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class ExportImageRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ExportImage') + self.set_method('POST') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_ImageId(self): + return self.get_query_params().get('ImageId') + + def set_ImageId(self,ImageId): + self.add_query_param('ImageId',ImageId) + + def get_ImageFormat(self): + return self.get_query_params().get('ImageFormat') + + def set_ImageFormat(self,ImageFormat): + self.add_query_param('ImageFormat',ImageFormat) + + def get_OSSBucket(self): + return self.get_query_params().get('OSSBucket') + + def set_OSSBucket(self,OSSBucket): + self.add_query_param('OSSBucket',OSSBucket) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_RoleName(self): + return self.get_query_params().get('RoleName') + + def set_RoleName(self,RoleName): + self.add_query_param('RoleName',RoleName) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_OSSPrefix(self): + return self.get_query_params().get('OSSPrefix') + + def set_OSSPrefix(self,OSSPrefix): + self.add_query_param('OSSPrefix',OSSPrefix) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ExportSnapshotRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ExportSnapshotRequest.py new file mode 100644 index 0000000000..74cdeba99c --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ExportSnapshotRequest.py @@ -0,0 +1,62 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class ExportSnapshotRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ExportSnapshot') + self.set_method('POST') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_SnapshotId(self): + return self.get_query_params().get('SnapshotId') + + def set_SnapshotId(self,SnapshotId): + self.add_query_param('SnapshotId',SnapshotId) + + def get_OssBucket(self): + return self.get_query_params().get('OssBucket') + + def set_OssBucket(self,OssBucket): + self.add_query_param('OssBucket',OssBucket) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_RoleName(self): + return self.get_query_params().get('RoleName') + + def set_RoleName(self,RoleName): + self.add_query_param('RoleName',RoleName) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/GetInstanceConsoleOutputRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/GetInstanceConsoleOutputRequest.py new file mode 100644 index 0000000000..b661cdde04 --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/GetInstanceConsoleOutputRequest.py @@ -0,0 +1,62 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class GetInstanceConsoleOutputRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'GetInstanceConsoleOutput') + self.set_method('POST') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_RemoveSymbols(self): + return self.get_query_params().get('RemoveSymbols') + + def set_RemoveSymbols(self,RemoveSymbols): + self.add_query_param('RemoveSymbols',RemoveSymbols) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_InstanceId(self): + return self.get_query_params().get('InstanceId') + + def set_InstanceId(self,InstanceId): + self.add_query_param('InstanceId',InstanceId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/GetInstanceScreenshotRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/GetInstanceScreenshotRequest.py new file mode 100644 index 0000000000..015fc3a01f --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/GetInstanceScreenshotRequest.py @@ -0,0 +1,62 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class GetInstanceScreenshotRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'GetInstanceScreenshot') + self.set_method('POST') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_WakeUp(self): + return self.get_query_params().get('WakeUp') + + def set_WakeUp(self,WakeUp): + self.add_query_param('WakeUp',WakeUp) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_InstanceId(self): + return self.get_query_params().get('InstanceId') + + def set_InstanceId(self,InstanceId): + self.add_query_param('InstanceId',InstanceId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ImportImageRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ImportImageRequest.py new file mode 100644 index 0000000000..c7b4df05e8 --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ImportImageRequest.py @@ -0,0 +1,126 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class ImportImageRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ImportImage') + self.set_method('POST') + + def get_DiskDeviceMappings(self): + return self.get_query_params().get('DiskDeviceMapping') + + def set_DiskDeviceMappings(self, DiskDeviceMappings): + for depth1 in range(len(DiskDeviceMappings)): + if DiskDeviceMappings[depth1].get('OSSBucket') is not None: + self.add_query_param('DiskDeviceMapping.' + str(depth1 + 1) + '.OSSBucket', DiskDeviceMappings[depth1].get('OSSBucket')) + if DiskDeviceMappings[depth1].get('DiskImSize') is not None: + self.add_query_param('DiskDeviceMapping.' + str(depth1 + 1) + '.DiskImSize', DiskDeviceMappings[depth1].get('DiskImSize')) + if DiskDeviceMappings[depth1].get('Format') is not None: + self.add_query_param('DiskDeviceMapping.' + str(depth1 + 1) + '.Format', DiskDeviceMappings[depth1].get('Format')) + if DiskDeviceMappings[depth1].get('Device') is not None: + self.add_query_param('DiskDeviceMapping.' + str(depth1 + 1) + '.Device', DiskDeviceMappings[depth1].get('Device')) + if DiskDeviceMappings[depth1].get('OSSObject') is not None: + self.add_query_param('DiskDeviceMapping.' + str(depth1 + 1) + '.OSSObject', DiskDeviceMappings[depth1].get('OSSObject')) + if DiskDeviceMappings[depth1].get('DiskImageSize') is not None: + self.add_query_param('DiskDeviceMapping.' + str(depth1 + 1) + '.DiskImageSize', DiskDeviceMappings[depth1].get('DiskImageSize')) + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_Description(self): + return self.get_query_params().get('Description') + + def set_Description(self,Description): + self.add_query_param('Description',Description) + + def get_Platform(self): + return self.get_query_params().get('Platform') + + def set_Platform(self,Platform): + self.add_query_param('Platform',Platform) + + def get_ResourceGroupId(self): + return self.get_query_params().get('ResourceGroupId') + + def set_ResourceGroupId(self,ResourceGroupId): + self.add_query_param('ResourceGroupId',ResourceGroupId) + + def get_BootMode(self): + return self.get_query_params().get('BootMode') + + def set_BootMode(self,BootMode): + self.add_query_param('BootMode',BootMode) + + def get_ImageName(self): + return self.get_query_params().get('ImageName') + + def set_ImageName(self,ImageName): + self.add_query_param('ImageName',ImageName) + + def get_Tags(self): + return self.get_query_params().get('Tag') + + def set_Tags(self, Tags): + for depth1 in range(len(Tags)): + if Tags[depth1].get('Value') is not None: + self.add_query_param('Tag.' + str(depth1 + 1) + '.Value', Tags[depth1].get('Value')) + if Tags[depth1].get('Key') is not None: + self.add_query_param('Tag.' + str(depth1 + 1) + '.Key', Tags[depth1].get('Key')) + + def get_Architecture(self): + return self.get_query_params().get('Architecture') + + def set_Architecture(self,Architecture): + self.add_query_param('Architecture',Architecture) + + def get_LicenseType(self): + return self.get_query_params().get('LicenseType') + + def set_LicenseType(self,LicenseType): + self.add_query_param('LicenseType',LicenseType) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_RoleName(self): + return self.get_query_params().get('RoleName') + + def set_RoleName(self,RoleName): + self.add_query_param('RoleName',RoleName) + + def get_OSType(self): + return self.get_query_params().get('OSType') + + def set_OSType(self,OSType): + self.add_query_param('OSType',OSType) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ImportKeyPairRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ImportKeyPairRequest.py new file mode 100644 index 0000000000..980ae05e7d --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ImportKeyPairRequest.py @@ -0,0 +1,72 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class ImportKeyPairRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ImportKeyPair') + self.set_method('POST') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_KeyPairName(self): + return self.get_query_params().get('KeyPairName') + + def set_KeyPairName(self,KeyPairName): + self.add_query_param('KeyPairName',KeyPairName) + + def get_ResourceGroupId(self): + return self.get_query_params().get('ResourceGroupId') + + def set_ResourceGroupId(self,ResourceGroupId): + self.add_query_param('ResourceGroupId',ResourceGroupId) + + def get_Tags(self): + return self.get_query_params().get('Tag') + + def set_Tags(self, Tags): + for depth1 in range(len(Tags)): + if Tags[depth1].get('Value') is not None: + self.add_query_param('Tag.' + str(depth1 + 1) + '.Value', Tags[depth1].get('Value')) + if Tags[depth1].get('Key') is not None: + self.add_query_param('Tag.' + str(depth1 + 1) + '.Key', Tags[depth1].get('Key')) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_PublicKeyBody(self): + return self.get_query_params().get('PublicKeyBody') + + def set_PublicKeyBody(self,PublicKeyBody): + self.add_query_param('PublicKeyBody',PublicKeyBody) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ImportSnapshotRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ImportSnapshotRequest.py new file mode 100644 index 0000000000..d25388269d --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ImportSnapshotRequest.py @@ -0,0 +1,68 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class ImportSnapshotRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ImportSnapshot') + self.set_method('POST') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_SnapshotName(self): + return self.get_query_params().get('SnapshotName') + + def set_SnapshotName(self,SnapshotName): + self.add_query_param('SnapshotName',SnapshotName) + + def get_OssObject(self): + return self.get_query_params().get('OssObject') + + def set_OssObject(self,OssObject): + self.add_query_param('OssObject',OssObject) + + def get_OssBucket(self): + return self.get_query_params().get('OssBucket') + + def set_OssBucket(self,OssBucket): + self.add_query_param('OssBucket',OssBucket) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_RoleName(self): + return self.get_query_params().get('RoleName') + + def set_RoleName(self,RoleName): + self.add_query_param('RoleName',RoleName) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/InstallCloudAssistantRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/InstallCloudAssistantRequest.py new file mode 100644 index 0000000000..0276806665 --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/InstallCloudAssistantRequest.py @@ -0,0 +1,58 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class InstallCloudAssistantRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'InstallCloudAssistant') + self.set_method('POST') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_InstanceIds(self): + return self.get_query_params().get('InstanceId') + + def set_InstanceIds(self, InstanceIds): + for depth1 in range(len(InstanceIds)): + if InstanceIds[depth1] is not None: + self.add_query_param('InstanceId.' + str(depth1 + 1) , InstanceIds[depth1]) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/InvokeCommandRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/InvokeCommandRequest.py new file mode 100644 index 0000000000..c14ea5c75e --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/InvokeCommandRequest.py @@ -0,0 +1,88 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class InvokeCommandRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'InvokeCommand') + self.set_method('POST') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_CommandId(self): + return self.get_query_params().get('CommandId') + + def set_CommandId(self,CommandId): + self.add_query_param('CommandId',CommandId) + + def get_Frequency(self): + return self.get_query_params().get('Frequency') + + def set_Frequency(self,Frequency): + self.add_query_param('Frequency',Frequency) + + def get_Timed(self): + return self.get_query_params().get('Timed') + + def set_Timed(self,Timed): + self.add_query_param('Timed',Timed) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_InstanceIds(self): + return self.get_query_params().get('InstanceId') + + def set_InstanceIds(self, InstanceIds): + for depth1 in range(len(InstanceIds)): + if InstanceIds[depth1] is not None: + self.add_query_param('InstanceId.' + str(depth1 + 1) , InstanceIds[depth1]) + + def get_Parameters(self): + return self.get_query_params().get('Parameters') + + def set_Parameters(self,Parameters): + self.add_query_param('Parameters',Parameters) + + def get_Username(self): + return self.get_query_params().get('Username') + + def set_Username(self,Username): + self.add_query_param('Username',Username) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/JoinResourceGroupRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/JoinResourceGroupRequest.py new file mode 100644 index 0000000000..7d37f2e23f --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/JoinResourceGroupRequest.py @@ -0,0 +1,68 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class JoinResourceGroupRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'JoinResourceGroup') + self.set_method('POST') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_ResourceGroupId(self): + return self.get_query_params().get('ResourceGroupId') + + def set_ResourceGroupId(self,ResourceGroupId): + self.add_query_param('ResourceGroupId',ResourceGroupId) + + def get_ResourceId(self): + return self.get_query_params().get('ResourceId') + + def set_ResourceId(self,ResourceId): + self.add_query_param('ResourceId',ResourceId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_ResourceType(self): + return self.get_query_params().get('ResourceType') + + def set_ResourceType(self,ResourceType): + self.add_query_param('ResourceType',ResourceType) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/JoinSecurityGroupRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/JoinSecurityGroupRequest.py new file mode 100644 index 0000000000..f6e3a64f4a --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/JoinSecurityGroupRequest.py @@ -0,0 +1,68 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class JoinSecurityGroupRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'JoinSecurityGroup') + self.set_method('POST') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_SecurityGroupId(self): + return self.get_query_params().get('SecurityGroupId') + + def set_SecurityGroupId(self,SecurityGroupId): + self.add_query_param('SecurityGroupId',SecurityGroupId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_InstanceId(self): + return self.get_query_params().get('InstanceId') + + def set_InstanceId(self,InstanceId): + self.add_query_param('InstanceId',InstanceId) + + def get_NetworkInterfaceId(self): + return self.get_query_params().get('NetworkInterfaceId') + + def set_NetworkInterfaceId(self,NetworkInterfaceId): + self.add_query_param('NetworkInterfaceId',NetworkInterfaceId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/LeaveSecurityGroupRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/LeaveSecurityGroupRequest.py new file mode 100644 index 0000000000..b8f4c7e85d --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/LeaveSecurityGroupRequest.py @@ -0,0 +1,68 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class LeaveSecurityGroupRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'LeaveSecurityGroup') + self.set_method('POST') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_SecurityGroupId(self): + return self.get_query_params().get('SecurityGroupId') + + def set_SecurityGroupId(self,SecurityGroupId): + self.add_query_param('SecurityGroupId',SecurityGroupId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_InstanceId(self): + return self.get_query_params().get('InstanceId') + + def set_InstanceId(self,InstanceId): + self.add_query_param('InstanceId',InstanceId) + + def get_NetworkInterfaceId(self): + return self.get_query_params().get('NetworkInterfaceId') + + def set_NetworkInterfaceId(self,NetworkInterfaceId): + self.add_query_param('NetworkInterfaceId',NetworkInterfaceId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ListTagResourcesRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ListTagResourcesRequest.py new file mode 100644 index 0000000000..c5625a97f1 --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ListTagResourcesRequest.py @@ -0,0 +1,92 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class ListTagResourcesRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ListTagResources') + self.set_method('POST') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_NextToken(self): + return self.get_query_params().get('NextToken') + + def set_NextToken(self,NextToken): + self.add_query_param('NextToken',NextToken) + + def get_Tags(self): + return self.get_query_params().get('Tag') + + def set_Tags(self, Tags): + for depth1 in range(len(Tags)): + if Tags[depth1].get('Key') is not None: + self.add_query_param('Tag.' + str(depth1 + 1) + '.Key', Tags[depth1].get('Key')) + if Tags[depth1].get('Value') is not None: + self.add_query_param('Tag.' + str(depth1 + 1) + '.Value', Tags[depth1].get('Value')) + + def get_ResourceIds(self): + return self.get_query_params().get('ResourceId') + + def set_ResourceIds(self, ResourceIds): + for depth1 in range(len(ResourceIds)): + if ResourceIds[depth1] is not None: + self.add_query_param('ResourceId.' + str(depth1 + 1) , ResourceIds[depth1]) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_TagFilters(self): + return self.get_query_params().get('TagFilter') + + def set_TagFilters(self, TagFilters): + for depth1 in range(len(TagFilters)): + if TagFilters[depth1].get('TagKey') is not None: + self.add_query_param('TagFilter.' + str(depth1 + 1) + '.TagKey', TagFilters[depth1].get('TagKey')) + if TagFilters[depth1].get('TagValues') is not None: + for depth2 in range(len(TagFilters[depth1].get('TagValues'))): + if TagFilters[depth1].get('TagValues')[depth2] is not None: + self.add_query_param('TagFilter.' + str(depth1 + 1) + '.TagValues.' + str(depth2 + 1) , TagFilters[depth1].get('TagValues')[depth2]) + + def get_ResourceType(self): + return self.get_query_params().get('ResourceType') + + def set_ResourceType(self,ResourceType): + self.add_query_param('ResourceType',ResourceType) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyAutoProvisioningGroupRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyAutoProvisioningGroupRequest.py new file mode 100644 index 0000000000..da6740d61a --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyAutoProvisioningGroupRequest.py @@ -0,0 +1,120 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class ModifyAutoProvisioningGroupRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyAutoProvisioningGroup') + self.set_method('POST') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_TerminateInstancesWithExpiration(self): + return self.get_query_params().get('TerminateInstancesWithExpiration') + + def set_TerminateInstancesWithExpiration(self,TerminateInstancesWithExpiration): + self.add_query_param('TerminateInstancesWithExpiration',TerminateInstancesWithExpiration) + + def get_DefaultTargetCapacityType(self): + return self.get_query_params().get('DefaultTargetCapacityType') + + def set_DefaultTargetCapacityType(self,DefaultTargetCapacityType): + self.add_query_param('DefaultTargetCapacityType',DefaultTargetCapacityType) + + def get_ExcessCapacityTerminationPolicy(self): + return self.get_query_params().get('ExcessCapacityTerminationPolicy') + + def set_ExcessCapacityTerminationPolicy(self,ExcessCapacityTerminationPolicy): + self.add_query_param('ExcessCapacityTerminationPolicy',ExcessCapacityTerminationPolicy) + + def get_LaunchTemplateConfigs(self): + return self.get_query_params().get('LaunchTemplateConfig') + + def set_LaunchTemplateConfigs(self, LaunchTemplateConfigs): + for depth1 in range(len(LaunchTemplateConfigs)): + if LaunchTemplateConfigs[depth1].get('InstanceType') is not None: + self.add_query_param('LaunchTemplateConfig.' + str(depth1 + 1) + '.InstanceType', LaunchTemplateConfigs[depth1].get('InstanceType')) + if LaunchTemplateConfigs[depth1].get('MaxPrice') is not None: + self.add_query_param('LaunchTemplateConfig.' + str(depth1 + 1) + '.MaxPrice', LaunchTemplateConfigs[depth1].get('MaxPrice')) + if LaunchTemplateConfigs[depth1].get('VSwitchId') is not None: + self.add_query_param('LaunchTemplateConfig.' + str(depth1 + 1) + '.VSwitchId', LaunchTemplateConfigs[depth1].get('VSwitchId')) + if LaunchTemplateConfigs[depth1].get('WeightedCapacity') is not None: + self.add_query_param('LaunchTemplateConfig.' + str(depth1 + 1) + '.WeightedCapacity', LaunchTemplateConfigs[depth1].get('WeightedCapacity')) + if LaunchTemplateConfigs[depth1].get('Priority') is not None: + self.add_query_param('LaunchTemplateConfig.' + str(depth1 + 1) + '.Priority', LaunchTemplateConfigs[depth1].get('Priority')) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_AutoProvisioningGroupId(self): + return self.get_query_params().get('AutoProvisioningGroupId') + + def set_AutoProvisioningGroupId(self,AutoProvisioningGroupId): + self.add_query_param('AutoProvisioningGroupId',AutoProvisioningGroupId) + + def get_PayAsYouGoTargetCapacity(self): + return self.get_query_params().get('PayAsYouGoTargetCapacity') + + def set_PayAsYouGoTargetCapacity(self,PayAsYouGoTargetCapacity): + self.add_query_param('PayAsYouGoTargetCapacity',PayAsYouGoTargetCapacity) + + def get_TotalTargetCapacity(self): + return self.get_query_params().get('TotalTargetCapacity') + + def set_TotalTargetCapacity(self,TotalTargetCapacity): + self.add_query_param('TotalTargetCapacity',TotalTargetCapacity) + + def get_SpotTargetCapacity(self): + return self.get_query_params().get('SpotTargetCapacity') + + def set_SpotTargetCapacity(self,SpotTargetCapacity): + self.add_query_param('SpotTargetCapacity',SpotTargetCapacity) + + def get_MaxSpotPrice(self): + return self.get_query_params().get('MaxSpotPrice') + + def set_MaxSpotPrice(self,MaxSpotPrice): + self.add_query_param('MaxSpotPrice',MaxSpotPrice) + + def get_AutoProvisioningGroupName(self): + return self.get_query_params().get('AutoProvisioningGroupName') + + def set_AutoProvisioningGroupName(self,AutoProvisioningGroupName): + self.add_query_param('AutoProvisioningGroupName',AutoProvisioningGroupName) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyAutoSnapshotPolicyExRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyAutoSnapshotPolicyExRequest.py new file mode 100644 index 0000000000..c6fdcd7e58 --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyAutoSnapshotPolicyExRequest.py @@ -0,0 +1,92 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class ModifyAutoSnapshotPolicyExRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyAutoSnapshotPolicyEx') + self.set_method('POST') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_autoSnapshotPolicyId(self): + return self.get_query_params().get('autoSnapshotPolicyId') + + def set_autoSnapshotPolicyId(self,autoSnapshotPolicyId): + self.add_query_param('autoSnapshotPolicyId',autoSnapshotPolicyId) + + def get_CopiedSnapshotsRetentionDays(self): + return self.get_query_params().get('CopiedSnapshotsRetentionDays') + + def set_CopiedSnapshotsRetentionDays(self,CopiedSnapshotsRetentionDays): + self.add_query_param('CopiedSnapshotsRetentionDays',CopiedSnapshotsRetentionDays) + + def get_timePoints(self): + return self.get_query_params().get('timePoints') + + def set_timePoints(self,timePoints): + self.add_query_param('timePoints',timePoints) + + def get_repeatWeekdays(self): + return self.get_query_params().get('repeatWeekdays') + + def set_repeatWeekdays(self,repeatWeekdays): + self.add_query_param('repeatWeekdays',repeatWeekdays) + + def get_EnableCrossRegionCopy(self): + return self.get_query_params().get('EnableCrossRegionCopy') + + def set_EnableCrossRegionCopy(self,EnableCrossRegionCopy): + self.add_query_param('EnableCrossRegionCopy',EnableCrossRegionCopy) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_autoSnapshotPolicyName(self): + return self.get_query_params().get('autoSnapshotPolicyName') + + def set_autoSnapshotPolicyName(self,autoSnapshotPolicyName): + self.add_query_param('autoSnapshotPolicyName',autoSnapshotPolicyName) + + def get_retentionDays(self): + return self.get_query_params().get('retentionDays') + + def set_retentionDays(self,retentionDays): + self.add_query_param('retentionDays',retentionDays) + + def get_TargetCopyRegions(self): + return self.get_query_params().get('TargetCopyRegions') + + def set_TargetCopyRegions(self,TargetCopyRegions): + self.add_query_param('TargetCopyRegions',TargetCopyRegions) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyAutoSnapshotPolicyRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyAutoSnapshotPolicyRequest.py new file mode 100644 index 0000000000..256a37601a --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyAutoSnapshotPolicyRequest.py @@ -0,0 +1,98 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class ModifyAutoSnapshotPolicyRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyAutoSnapshotPolicy') + self.set_method('POST') + + def get_DataDiskPolicyEnabled(self): + return self.get_query_params().get('DataDiskPolicyEnabled') + + def set_DataDiskPolicyEnabled(self,DataDiskPolicyEnabled): + self.add_query_param('DataDiskPolicyEnabled',DataDiskPolicyEnabled) + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_DataDiskPolicyRetentionDays(self): + return self.get_query_params().get('DataDiskPolicyRetentionDays') + + def set_DataDiskPolicyRetentionDays(self,DataDiskPolicyRetentionDays): + self.add_query_param('DataDiskPolicyRetentionDays',DataDiskPolicyRetentionDays) + + def get_SystemDiskPolicyRetentionLastWeek(self): + return self.get_query_params().get('SystemDiskPolicyRetentionLastWeek') + + def set_SystemDiskPolicyRetentionLastWeek(self,SystemDiskPolicyRetentionLastWeek): + self.add_query_param('SystemDiskPolicyRetentionLastWeek',SystemDiskPolicyRetentionLastWeek) + + def get_SystemDiskPolicyRetentionDays(self): + return self.get_query_params().get('SystemDiskPolicyRetentionDays') + + def set_SystemDiskPolicyRetentionDays(self,SystemDiskPolicyRetentionDays): + self.add_query_param('SystemDiskPolicyRetentionDays',SystemDiskPolicyRetentionDays) + + def get_DataDiskPolicyTimePeriod(self): + return self.get_query_params().get('DataDiskPolicyTimePeriod') + + def set_DataDiskPolicyTimePeriod(self,DataDiskPolicyTimePeriod): + self.add_query_param('DataDiskPolicyTimePeriod',DataDiskPolicyTimePeriod) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_SystemDiskPolicyTimePeriod(self): + return self.get_query_params().get('SystemDiskPolicyTimePeriod') + + def set_SystemDiskPolicyTimePeriod(self,SystemDiskPolicyTimePeriod): + self.add_query_param('SystemDiskPolicyTimePeriod',SystemDiskPolicyTimePeriod) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_DataDiskPolicyRetentionLastWeek(self): + return self.get_query_params().get('DataDiskPolicyRetentionLastWeek') + + def set_DataDiskPolicyRetentionLastWeek(self,DataDiskPolicyRetentionLastWeek): + self.add_query_param('DataDiskPolicyRetentionLastWeek',DataDiskPolicyRetentionLastWeek) + + def get_SystemDiskPolicyEnabled(self): + return self.get_query_params().get('SystemDiskPolicyEnabled') + + def set_SystemDiskPolicyEnabled(self,SystemDiskPolicyEnabled): + self.add_query_param('SystemDiskPolicyEnabled',SystemDiskPolicyEnabled) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyBandwidthPackageSpecRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyBandwidthPackageSpecRequest.py new file mode 100644 index 0000000000..ee1dea34df --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyBandwidthPackageSpecRequest.py @@ -0,0 +1,62 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class ModifyBandwidthPackageSpecRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyBandwidthPackageSpec') + self.set_method('POST') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_BandwidthPackageId(self): + return self.get_query_params().get('BandwidthPackageId') + + def set_BandwidthPackageId(self,BandwidthPackageId): + self.add_query_param('BandwidthPackageId',BandwidthPackageId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_Bandwidth(self): + return self.get_query_params().get('Bandwidth') + + def set_Bandwidth(self,Bandwidth): + self.add_query_param('Bandwidth',Bandwidth) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyCapacityReservationRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyCapacityReservationRequest.py new file mode 100644 index 0000000000..be711783f3 --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyCapacityReservationRequest.py @@ -0,0 +1,98 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class ModifyCapacityReservationRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyCapacityReservation') + self.set_method('POST') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_Description(self): + return self.get_query_params().get('Description') + + def set_Description(self,Description): + self.add_query_param('Description',Description) + + def get_StartTime(self): + return self.get_query_params().get('StartTime') + + def set_StartTime(self,StartTime): + self.add_query_param('StartTime',StartTime) + + def get_Platform(self): + return self.get_query_params().get('Platform') + + def set_Platform(self,Platform): + self.add_query_param('Platform',Platform) + + def get_PrivatePoolOptionsId(self): + return self.get_query_params().get('PrivatePoolOptions.Id') + + def set_PrivatePoolOptionsId(self,PrivatePoolOptionsId): + self.add_query_param('PrivatePoolOptions.Id',PrivatePoolOptionsId) + + def get_EndTimeType(self): + return self.get_query_params().get('EndTimeType') + + def set_EndTimeType(self,EndTimeType): + self.add_query_param('EndTimeType',EndTimeType) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_PrivatePoolOptionsName(self): + return self.get_query_params().get('PrivatePoolOptions.Name') + + def set_PrivatePoolOptionsName(self,PrivatePoolOptionsName): + self.add_query_param('PrivatePoolOptions.Name',PrivatePoolOptionsName) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_EndTime(self): + return self.get_query_params().get('EndTime') + + def set_EndTime(self,EndTime): + self.add_query_param('EndTime',EndTime) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_InstanceAmount(self): + return self.get_query_params().get('InstanceAmount') + + def set_InstanceAmount(self,InstanceAmount): + self.add_query_param('InstanceAmount',InstanceAmount) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyCommandRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyCommandRequest.py new file mode 100644 index 0000000000..e45d45e2af --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyCommandRequest.py @@ -0,0 +1,86 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class ModifyCommandRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyCommand') + self.set_method('POST') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_WorkingDir(self): + return self.get_query_params().get('WorkingDir') + + def set_WorkingDir(self,WorkingDir): + self.add_query_param('WorkingDir',WorkingDir) + + def get_Description(self): + return self.get_query_params().get('Description') + + def set_Description(self,Description): + self.add_query_param('Description',Description) + + def get_CommandId(self): + return self.get_query_params().get('CommandId') + + def set_CommandId(self,CommandId): + self.add_query_param('CommandId',CommandId) + + def get_CommandContent(self): + return self.get_query_params().get('CommandContent') + + def set_CommandContent(self,CommandContent): + self.add_query_param('CommandContent',CommandContent) + + def get_Timeout(self): + return self.get_query_params().get('Timeout') + + def set_Timeout(self,Timeout): + self.add_query_param('Timeout',Timeout) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_Name(self): + return self.get_query_params().get('Name') + + def set_Name(self,Name): + self.add_query_param('Name',Name) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyDedicatedHostAttributeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyDedicatedHostAttributeRequest.py new file mode 100644 index 0000000000..cd4c823436 --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyDedicatedHostAttributeRequest.py @@ -0,0 +1,104 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class ModifyDedicatedHostAttributeRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyDedicatedHostAttribute') + self.set_method('POST') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_Description(self): + return self.get_query_params().get('Description') + + def set_Description(self,Description): + self.add_query_param('Description',Description) + + def get_CpuOverCommitRatio(self): + return self.get_query_params().get('CpuOverCommitRatio') + + def set_CpuOverCommitRatio(self,CpuOverCommitRatio): + self.add_query_param('CpuOverCommitRatio',CpuOverCommitRatio) + + def get_ActionOnMaintenance(self): + return self.get_query_params().get('ActionOnMaintenance') + + def set_ActionOnMaintenance(self,ActionOnMaintenance): + self.add_query_param('ActionOnMaintenance',ActionOnMaintenance) + + def get_DedicatedHostClusterId(self): + return self.get_query_params().get('DedicatedHostClusterId') + + def set_DedicatedHostClusterId(self,DedicatedHostClusterId): + self.add_query_param('DedicatedHostClusterId',DedicatedHostClusterId) + + def get_DedicatedHostName(self): + return self.get_query_params().get('DedicatedHostName') + + def set_DedicatedHostName(self,DedicatedHostName): + self.add_query_param('DedicatedHostName',DedicatedHostName) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_DedicatedHostId(self): + return self.get_query_params().get('DedicatedHostId') + + def set_DedicatedHostId(self,DedicatedHostId): + self.add_query_param('DedicatedHostId',DedicatedHostId) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_NetworkAttributesSlbUdpTimeout(self): + return self.get_query_params().get('NetworkAttributes.SlbUdpTimeout') + + def set_NetworkAttributesSlbUdpTimeout(self,NetworkAttributesSlbUdpTimeout): + self.add_query_param('NetworkAttributes.SlbUdpTimeout',NetworkAttributesSlbUdpTimeout) + + def get_AutoPlacement(self): + return self.get_query_params().get('AutoPlacement') + + def set_AutoPlacement(self,AutoPlacement): + self.add_query_param('AutoPlacement',AutoPlacement) + + def get_NetworkAttributesUdpTimeout(self): + return self.get_query_params().get('NetworkAttributes.UdpTimeout') + + def set_NetworkAttributesUdpTimeout(self,NetworkAttributesUdpTimeout): + self.add_query_param('NetworkAttributes.UdpTimeout',NetworkAttributesUdpTimeout) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyDedicatedHostAutoReleaseTimeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyDedicatedHostAutoReleaseTimeRequest.py new file mode 100644 index 0000000000..b17610d8dd --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyDedicatedHostAutoReleaseTimeRequest.py @@ -0,0 +1,62 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class ModifyDedicatedHostAutoReleaseTimeRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyDedicatedHostAutoReleaseTime') + self.set_method('POST') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_AutoReleaseTime(self): + return self.get_query_params().get('AutoReleaseTime') + + def set_AutoReleaseTime(self,AutoReleaseTime): + self.add_query_param('AutoReleaseTime',AutoReleaseTime) + + def get_DedicatedHostId(self): + return self.get_query_params().get('DedicatedHostId') + + def set_DedicatedHostId(self,DedicatedHostId): + self.add_query_param('DedicatedHostId',DedicatedHostId) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyDedicatedHostAutoRenewAttributeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyDedicatedHostAutoRenewAttributeRequest.py new file mode 100644 index 0000000000..142bb89dcd --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyDedicatedHostAutoRenewAttributeRequest.py @@ -0,0 +1,80 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class ModifyDedicatedHostAutoRenewAttributeRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyDedicatedHostAutoRenewAttribute') + self.set_method('POST') + + def get_DedicatedHostIds(self): + return self.get_query_params().get('DedicatedHostIds') + + def set_DedicatedHostIds(self,DedicatedHostIds): + self.add_query_param('DedicatedHostIds',DedicatedHostIds) + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_Duration(self): + return self.get_query_params().get('Duration') + + def set_Duration(self,Duration): + self.add_query_param('Duration',Duration) + + def get_RenewalStatus(self): + return self.get_query_params().get('RenewalStatus') + + def set_RenewalStatus(self,RenewalStatus): + self.add_query_param('RenewalStatus',RenewalStatus) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_PeriodUnit(self): + return self.get_query_params().get('PeriodUnit') + + def set_PeriodUnit(self,PeriodUnit): + self.add_query_param('PeriodUnit',PeriodUnit) + + def get_AutoRenew(self): + return self.get_query_params().get('AutoRenew') + + def set_AutoRenew(self,AutoRenew): + self.add_query_param('AutoRenew',AutoRenew) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyDedicatedHostClusterAttributeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyDedicatedHostClusterAttributeRequest.py new file mode 100644 index 0000000000..884a638e23 --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyDedicatedHostClusterAttributeRequest.py @@ -0,0 +1,68 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class ModifyDedicatedHostClusterAttributeRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyDedicatedHostClusterAttribute') + self.set_method('POST') + + def get_DedicatedHostClusterName(self): + return self.get_query_params().get('DedicatedHostClusterName') + + def set_DedicatedHostClusterName(self,DedicatedHostClusterName): + self.add_query_param('DedicatedHostClusterName',DedicatedHostClusterName) + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_Description(self): + return self.get_query_params().get('Description') + + def set_Description(self,Description): + self.add_query_param('Description',Description) + + def get_DedicatedHostClusterId(self): + return self.get_query_params().get('DedicatedHostClusterId') + + def set_DedicatedHostClusterId(self,DedicatedHostClusterId): + self.add_query_param('DedicatedHostClusterId',DedicatedHostClusterId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyDedicatedHostsChargeTypeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyDedicatedHostsChargeTypeRequest.py new file mode 100644 index 0000000000..af5dfcee5f --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyDedicatedHostsChargeTypeRequest.py @@ -0,0 +1,98 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class ModifyDedicatedHostsChargeTypeRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyDedicatedHostsChargeType') + self.set_method('POST') + + def get_DedicatedHostIds(self): + return self.get_query_params().get('DedicatedHostIds') + + def set_DedicatedHostIds(self,DedicatedHostIds): + self.add_query_param('DedicatedHostIds',DedicatedHostIds) + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_ClientToken(self): + return self.get_query_params().get('ClientToken') + + def set_ClientToken(self,ClientToken): + self.add_query_param('ClientToken',ClientToken) + + def get_DedicatedHostChargeType(self): + return self.get_query_params().get('DedicatedHostChargeType') + + def set_DedicatedHostChargeType(self,DedicatedHostChargeType): + self.add_query_param('DedicatedHostChargeType',DedicatedHostChargeType) + + def get_Period(self): + return self.get_query_params().get('Period') + + def set_Period(self,Period): + self.add_query_param('Period',Period) + + def get_DryRun(self): + return self.get_query_params().get('DryRun') + + def set_DryRun(self,DryRun): + self.add_query_param('DryRun',DryRun) + + def get_AutoPay(self): + return self.get_query_params().get('AutoPay') + + def set_AutoPay(self,AutoPay): + self.add_query_param('AutoPay',AutoPay) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_DetailFee(self): + return self.get_query_params().get('DetailFee') + + def set_DetailFee(self,DetailFee): + self.add_query_param('DetailFee',DetailFee) + + def get_PeriodUnit(self): + return self.get_query_params().get('PeriodUnit') + + def set_PeriodUnit(self,PeriodUnit): + self.add_query_param('PeriodUnit',PeriodUnit) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyDemandRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyDemandRequest.py new file mode 100644 index 0000000000..2d833b9dde --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyDemandRequest.py @@ -0,0 +1,122 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class ModifyDemandRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyDemand') + self.set_method('POST') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_ClientToken(self): + return self.get_query_params().get('ClientToken') + + def set_ClientToken(self,ClientToken): + self.add_query_param('ClientToken',ClientToken) + + def get_StartTime(self): + return self.get_query_params().get('StartTime') + + def set_StartTime(self,StartTime): + self.add_query_param('StartTime',StartTime) + + def get_DemandDescription(self): + return self.get_query_params().get('DemandDescription') + + def set_DemandDescription(self,DemandDescription): + self.add_query_param('DemandDescription',DemandDescription) + + def get_InstanceType(self): + return self.get_query_params().get('InstanceType') + + def set_InstanceType(self,InstanceType): + self.add_query_param('InstanceType',InstanceType) + + def get_InstanceChargeType(self): + return self.get_query_params().get('InstanceChargeType') + + def set_InstanceChargeType(self,InstanceChargeType): + self.add_query_param('InstanceChargeType',InstanceChargeType) + + def get_DemandName(self): + return self.get_query_params().get('DemandName') + + def set_DemandName(self,DemandName): + self.add_query_param('DemandName',DemandName) + + def get_Amount(self): + return self.get_query_params().get('Amount') + + def set_Amount(self,Amount): + self.add_query_param('Amount',Amount) + + def get_Period(self): + return self.get_query_params().get('Period') + + def set_Period(self,Period): + self.add_query_param('Period',Period) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_EndTime(self): + return self.get_query_params().get('EndTime') + + def set_EndTime(self,EndTime): + self.add_query_param('EndTime',EndTime) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_PeriodUnit(self): + return self.get_query_params().get('PeriodUnit') + + def set_PeriodUnit(self,PeriodUnit): + self.add_query_param('PeriodUnit',PeriodUnit) + + def get_DemandId(self): + return self.get_query_params().get('DemandId') + + def set_DemandId(self,DemandId): + self.add_query_param('DemandId',DemandId) + + def get_ZoneId(self): + return self.get_query_params().get('ZoneId') + + def set_ZoneId(self,ZoneId): + self.add_query_param('ZoneId',ZoneId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyDeploymentSetAttributeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyDeploymentSetAttributeRequest.py new file mode 100644 index 0000000000..4e007a2475 --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyDeploymentSetAttributeRequest.py @@ -0,0 +1,68 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class ModifyDeploymentSetAttributeRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyDeploymentSetAttribute') + self.set_method('POST') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_Description(self): + return self.get_query_params().get('Description') + + def set_Description(self,Description): + self.add_query_param('Description',Description) + + def get_DeploymentSetId(self): + return self.get_query_params().get('DeploymentSetId') + + def set_DeploymentSetId(self,DeploymentSetId): + self.add_query_param('DeploymentSetId',DeploymentSetId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_DeploymentSetName(self): + return self.get_query_params().get('DeploymentSetName') + + def set_DeploymentSetName(self,DeploymentSetName): + self.add_query_param('DeploymentSetName',DeploymentSetName) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyDiskAttributeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyDiskAttributeRequest.py new file mode 100644 index 0000000000..627c3e71ef --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyDiskAttributeRequest.py @@ -0,0 +1,94 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class ModifyDiskAttributeRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyDiskAttribute') + self.set_method('POST') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_Description(self): + return self.get_query_params().get('Description') + + def set_Description(self,Description): + self.add_query_param('Description',Description) + + def get_DiskName(self): + return self.get_query_params().get('DiskName') + + def set_DiskName(self,DiskName): + self.add_query_param('DiskName',DiskName) + + def get_DeleteAutoSnapshot(self): + return self.get_query_params().get('DeleteAutoSnapshot') + + def set_DeleteAutoSnapshot(self,DeleteAutoSnapshot): + self.add_query_param('DeleteAutoSnapshot',DeleteAutoSnapshot) + + def get_DiskIdss(self): + return self.get_query_params().get('DiskIds') + + def set_DiskIdss(self, DiskIdss): + for depth1 in range(len(DiskIdss)): + if DiskIdss[depth1] is not None: + self.add_query_param('DiskIds.' + str(depth1 + 1) , DiskIdss[depth1]) + + def get_DiskId(self): + return self.get_query_params().get('DiskId') + + def set_DiskId(self,DiskId): + self.add_query_param('DiskId',DiskId) + + def get_DeleteWithInstance(self): + return self.get_query_params().get('DeleteWithInstance') + + def set_DeleteWithInstance(self,DeleteWithInstance): + self.add_query_param('DeleteWithInstance',DeleteWithInstance) + + def get_EnableAutoSnapshot(self): + return self.get_query_params().get('EnableAutoSnapshot') + + def set_EnableAutoSnapshot(self,EnableAutoSnapshot): + self.add_query_param('EnableAutoSnapshot',EnableAutoSnapshot) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyDiskChargeTypeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyDiskChargeTypeRequest.py new file mode 100644 index 0000000000..01a3af381c --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyDiskChargeTypeRequest.py @@ -0,0 +1,80 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class ModifyDiskChargeTypeRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyDiskChargeType') + self.set_method('POST') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_ClientToken(self): + return self.get_query_params().get('ClientToken') + + def set_ClientToken(self,ClientToken): + self.add_query_param('ClientToken',ClientToken) + + def get_DiskChargeType(self): + return self.get_query_params().get('DiskChargeType') + + def set_DiskChargeType(self,DiskChargeType): + self.add_query_param('DiskChargeType',DiskChargeType) + + def get_DiskIds(self): + return self.get_query_params().get('DiskIds') + + def set_DiskIds(self,DiskIds): + self.add_query_param('DiskIds',DiskIds) + + def get_AutoPay(self): + return self.get_query_params().get('AutoPay') + + def set_AutoPay(self,AutoPay): + self.add_query_param('AutoPay',AutoPay) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_InstanceId(self): + return self.get_query_params().get('InstanceId') + + def set_InstanceId(self,InstanceId): + self.add_query_param('InstanceId',InstanceId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyDiskSpecRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyDiskSpecRequest.py new file mode 100644 index 0000000000..ab00fdf251 --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyDiskSpecRequest.py @@ -0,0 +1,74 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class ModifyDiskSpecRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyDiskSpec') + self.set_method('POST') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_DiskCategory(self): + return self.get_query_params().get('DiskCategory') + + def set_DiskCategory(self,DiskCategory): + self.add_query_param('DiskCategory',DiskCategory) + + def get_DiskId(self): + return self.get_query_params().get('DiskId') + + def set_DiskId(self,DiskId): + self.add_query_param('DiskId',DiskId) + + def get_DryRun(self): + return self.get_query_params().get('DryRun') + + def set_DryRun(self,DryRun): + self.add_query_param('DryRun',DryRun) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_PerformanceLevel(self): + return self.get_query_params().get('PerformanceLevel') + + def set_PerformanceLevel(self,PerformanceLevel): + self.add_query_param('PerformanceLevel',PerformanceLevel) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyEipAddressAttributeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyEipAddressAttributeRequest.py new file mode 100644 index 0000000000..7cccc19c82 --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyEipAddressAttributeRequest.py @@ -0,0 +1,62 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class ModifyEipAddressAttributeRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyEipAddressAttribute') + self.set_method('POST') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_AllocationId(self): + return self.get_query_params().get('AllocationId') + + def set_AllocationId(self,AllocationId): + self.add_query_param('AllocationId',AllocationId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_Bandwidth(self): + return self.get_query_params().get('Bandwidth') + + def set_Bandwidth(self,Bandwidth): + self.add_query_param('Bandwidth',Bandwidth) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyElasticityAssuranceRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyElasticityAssuranceRequest.py new file mode 100644 index 0000000000..5c4f7f81f8 --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyElasticityAssuranceRequest.py @@ -0,0 +1,68 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class ModifyElasticityAssuranceRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyElasticityAssurance') + self.set_method('POST') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_Description(self): + return self.get_query_params().get('Description') + + def set_Description(self,Description): + self.add_query_param('Description',Description) + + def get_PrivatePoolOptionsId(self): + return self.get_query_params().get('PrivatePoolOptions.Id') + + def set_PrivatePoolOptionsId(self,PrivatePoolOptionsId): + self.add_query_param('PrivatePoolOptions.Id',PrivatePoolOptionsId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_PrivatePoolOptionsName(self): + return self.get_query_params().get('PrivatePoolOptions.Name') + + def set_PrivatePoolOptionsName(self,PrivatePoolOptionsName): + self.add_query_param('PrivatePoolOptions.Name',PrivatePoolOptionsName) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyForwardEntryRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyForwardEntryRequest.py new file mode 100644 index 0000000000..8f0fd0f574 --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyForwardEntryRequest.py @@ -0,0 +1,92 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class ModifyForwardEntryRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyForwardEntry') + self.set_method('POST') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_ForwardTableId(self): + return self.get_query_params().get('ForwardTableId') + + def set_ForwardTableId(self,ForwardTableId): + self.add_query_param('ForwardTableId',ForwardTableId) + + def get_InternalIp(self): + return self.get_query_params().get('InternalIp') + + def set_InternalIp(self,InternalIp): + self.add_query_param('InternalIp',InternalIp) + + def get_ForwardEntryId(self): + return self.get_query_params().get('ForwardEntryId') + + def set_ForwardEntryId(self,ForwardEntryId): + self.add_query_param('ForwardEntryId',ForwardEntryId) + + def get_ExternalIp(self): + return self.get_query_params().get('ExternalIp') + + def set_ExternalIp(self,ExternalIp): + self.add_query_param('ExternalIp',ExternalIp) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_IpProtocol(self): + return self.get_query_params().get('IpProtocol') + + def set_IpProtocol(self,IpProtocol): + self.add_query_param('IpProtocol',IpProtocol) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_InternalPort(self): + return self.get_query_params().get('InternalPort') + + def set_InternalPort(self,InternalPort): + self.add_query_param('InternalPort',InternalPort) + + def get_ExternalPort(self): + return self.get_query_params().get('ExternalPort') + + def set_ExternalPort(self,ExternalPort): + self.add_query_param('ExternalPort',ExternalPort) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyHaVipAttributeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyHaVipAttributeRequest.py new file mode 100644 index 0000000000..951d28489a --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyHaVipAttributeRequest.py @@ -0,0 +1,68 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class ModifyHaVipAttributeRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyHaVipAttribute') + self.set_method('POST') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_ClientToken(self): + return self.get_query_params().get('ClientToken') + + def set_ClientToken(self,ClientToken): + self.add_query_param('ClientToken',ClientToken) + + def get_Description(self): + return self.get_query_params().get('Description') + + def set_Description(self,Description): + self.add_query_param('Description',Description) + + def get_HaVipId(self): + return self.get_query_params().get('HaVipId') + + def set_HaVipId(self,HaVipId): + self.add_query_param('HaVipId',HaVipId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyHpcClusterAttributeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyHpcClusterAttributeRequest.py new file mode 100644 index 0000000000..431a7b1ace --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyHpcClusterAttributeRequest.py @@ -0,0 +1,74 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class ModifyHpcClusterAttributeRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyHpcClusterAttribute') + self.set_method('POST') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_HpcClusterId(self): + return self.get_query_params().get('HpcClusterId') + + def set_HpcClusterId(self,HpcClusterId): + self.add_query_param('HpcClusterId',HpcClusterId) + + def get_ClientToken(self): + return self.get_query_params().get('ClientToken') + + def set_ClientToken(self,ClientToken): + self.add_query_param('ClientToken',ClientToken) + + def get_Description(self): + return self.get_query_params().get('Description') + + def set_Description(self,Description): + self.add_query_param('Description',Description) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_Name(self): + return self.get_query_params().get('Name') + + def set_Name(self,Name): + self.add_query_param('Name',Name) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyImageAttributeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyImageAttributeRequest.py new file mode 100644 index 0000000000..2000571502 --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyImageAttributeRequest.py @@ -0,0 +1,92 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class ModifyImageAttributeRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyImageAttribute') + self.set_method('POST') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_ImageId(self): + return self.get_query_params().get('ImageId') + + def set_ImageId(self,ImageId): + self.add_query_param('ImageId',ImageId) + + def get_Description(self): + return self.get_query_params().get('Description') + + def set_Description(self,Description): + self.add_query_param('Description',Description) + + def get_BootMode(self): + return self.get_query_params().get('BootMode') + + def set_BootMode(self,BootMode): + self.add_query_param('BootMode',BootMode) + + def get_ImageName(self): + return self.get_query_params().get('ImageName') + + def set_ImageName(self,ImageName): + self.add_query_param('ImageName',ImageName) + + def get_LicenseType(self): + return self.get_query_params().get('LicenseType') + + def set_LicenseType(self,LicenseType): + self.add_query_param('LicenseType',LicenseType) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_ImageFamily(self): + return self.get_query_params().get('ImageFamily') + + def set_ImageFamily(self,ImageFamily): + self.add_query_param('ImageFamily',ImageFamily) + + def get_Status(self): + return self.get_query_params().get('Status') + + def set_Status(self,Status): + self.add_query_param('Status',Status) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyImageShareGroupPermissionRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyImageShareGroupPermissionRequest.py new file mode 100644 index 0000000000..e45cb7f4af --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyImageShareGroupPermissionRequest.py @@ -0,0 +1,68 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class ModifyImageShareGroupPermissionRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyImageShareGroupPermission') + self.set_method('POST') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_ImageId(self): + return self.get_query_params().get('ImageId') + + def set_ImageId(self,ImageId): + self.add_query_param('ImageId',ImageId) + + def get_AddGroup1(self): + return self.get_query_params().get('AddGroup.1') + + def set_AddGroup1(self,AddGroup1): + self.add_query_param('AddGroup.1',AddGroup1) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_RemoveGroup1(self): + return self.get_query_params().get('RemoveGroup.1') + + def set_RemoveGroup1(self,RemoveGroup1): + self.add_query_param('RemoveGroup.1',RemoveGroup1) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyImageSharePermissionRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyImageSharePermissionRequest.py new file mode 100644 index 0000000000..809f863b12 --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyImageSharePermissionRequest.py @@ -0,0 +1,78 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class ModifyImageSharePermissionRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyImageSharePermission') + self.set_method('POST') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_ImageId(self): + return self.get_query_params().get('ImageId') + + def set_ImageId(self,ImageId): + self.add_query_param('ImageId',ImageId) + + def get_LaunchPermission(self): + return self.get_query_params().get('LaunchPermission') + + def set_LaunchPermission(self,LaunchPermission): + self.add_query_param('LaunchPermission',LaunchPermission) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_AddAccounts(self): + return self.get_query_params().get('AddAccount') + + def set_AddAccounts(self, AddAccounts): + for depth1 in range(len(AddAccounts)): + if AddAccounts[depth1] is not None: + self.add_query_param('AddAccount.' + str(depth1 + 1) , AddAccounts[depth1]) + + def get_RemoveAccounts(self): + return self.get_query_params().get('RemoveAccount') + + def set_RemoveAccounts(self, RemoveAccounts): + for depth1 in range(len(RemoveAccounts)): + if RemoveAccounts[depth1] is not None: + self.add_query_param('RemoveAccount.' + str(depth1 + 1) , RemoveAccounts[depth1]) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceAttachmentAttributesRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceAttachmentAttributesRequest.py new file mode 100644 index 0000000000..2c48867538 --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceAttachmentAttributesRequest.py @@ -0,0 +1,68 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class ModifyInstanceAttachmentAttributesRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyInstanceAttachmentAttributes') + self.set_method('POST') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_PrivatePoolOptionsMatchCriteria(self): + return self.get_query_params().get('PrivatePoolOptions.MatchCriteria') + + def set_PrivatePoolOptionsMatchCriteria(self,PrivatePoolOptionsMatchCriteria): + self.add_query_param('PrivatePoolOptions.MatchCriteria',PrivatePoolOptionsMatchCriteria) + + def get_PrivatePoolOptionsId(self): + return self.get_query_params().get('PrivatePoolOptions.Id') + + def set_PrivatePoolOptionsId(self,PrivatePoolOptionsId): + self.add_query_param('PrivatePoolOptions.Id',PrivatePoolOptionsId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_InstanceId(self): + return self.get_query_params().get('InstanceId') + + def set_InstanceId(self,InstanceId): + self.add_query_param('InstanceId',InstanceId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceAttributeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceAttributeRequest.py new file mode 100644 index 0000000000..70c3b1fe2c --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceAttributeRequest.py @@ -0,0 +1,118 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class ModifyInstanceAttributeRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyInstanceAttribute') + self.set_method('POST') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_Recyclable(self): + return self.get_query_params().get('Recyclable') + + def set_Recyclable(self,Recyclable): + self.add_query_param('Recyclable',Recyclable) + + def get_NetworkInterfaceQueueNumber(self): + return self.get_query_params().get('NetworkInterfaceQueueNumber') + + def set_NetworkInterfaceQueueNumber(self,NetworkInterfaceQueueNumber): + self.add_query_param('NetworkInterfaceQueueNumber',NetworkInterfaceQueueNumber) + + def get_Description(self): + return self.get_query_params().get('Description') + + def set_Description(self,Description): + self.add_query_param('Description',Description) + + def get_DeletionProtection(self): + return self.get_query_params().get('DeletionProtection') + + def set_DeletionProtection(self,DeletionProtection): + self.add_query_param('DeletionProtection',DeletionProtection) + + def get_UserData(self): + return self.get_query_params().get('UserData') + + def set_UserData(self,UserData): + self.add_query_param('UserData',UserData) + + def get_Password(self): + return self.get_query_params().get('Password') + + def set_Password(self,Password): + self.add_query_param('Password',Password) + + def get_HostName(self): + return self.get_query_params().get('HostName') + + def set_HostName(self,HostName): + self.add_query_param('HostName',HostName) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_CreditSpecification(self): + return self.get_query_params().get('CreditSpecification') + + def set_CreditSpecification(self,CreditSpecification): + self.add_query_param('CreditSpecification',CreditSpecification) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_SecurityGroupIdss(self): + return self.get_query_params().get('SecurityGroupIds') + + def set_SecurityGroupIdss(self, SecurityGroupIdss): + for depth1 in range(len(SecurityGroupIdss)): + if SecurityGroupIdss[depth1] is not None: + self.add_query_param('SecurityGroupIds.' + str(depth1 + 1) , SecurityGroupIdss[depth1]) + + def get_InstanceId(self): + return self.get_query_params().get('InstanceId') + + def set_InstanceId(self,InstanceId): + self.add_query_param('InstanceId',InstanceId) + + def get_InstanceName(self): + return self.get_query_params().get('InstanceName') + + def set_InstanceName(self,InstanceName): + self.add_query_param('InstanceName',InstanceName) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceAutoReleaseTimeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceAutoReleaseTimeRequest.py new file mode 100644 index 0000000000..d46b5d1c4b --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceAutoReleaseTimeRequest.py @@ -0,0 +1,62 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class ModifyInstanceAutoReleaseTimeRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyInstanceAutoReleaseTime') + self.set_method('POST') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_AutoReleaseTime(self): + return self.get_query_params().get('AutoReleaseTime') + + def set_AutoReleaseTime(self,AutoReleaseTime): + self.add_query_param('AutoReleaseTime',AutoReleaseTime) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_InstanceId(self): + return self.get_query_params().get('InstanceId') + + def set_InstanceId(self,InstanceId): + self.add_query_param('InstanceId',InstanceId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceAutoRenewAttributeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceAutoRenewAttributeRequest.py new file mode 100644 index 0000000000..20969bb6c6 --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceAutoRenewAttributeRequest.py @@ -0,0 +1,80 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class ModifyInstanceAutoRenewAttributeRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyInstanceAutoRenewAttribute') + self.set_method('POST') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_Duration(self): + return self.get_query_params().get('Duration') + + def set_Duration(self,Duration): + self.add_query_param('Duration',Duration) + + def get_RenewalStatus(self): + return self.get_query_params().get('RenewalStatus') + + def set_RenewalStatus(self,RenewalStatus): + self.add_query_param('RenewalStatus',RenewalStatus) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_PeriodUnit(self): + return self.get_query_params().get('PeriodUnit') + + def set_PeriodUnit(self,PeriodUnit): + self.add_query_param('PeriodUnit',PeriodUnit) + + def get_InstanceId(self): + return self.get_query_params().get('InstanceId') + + def set_InstanceId(self,InstanceId): + self.add_query_param('InstanceId',InstanceId) + + def get_AutoRenew(self): + return self.get_query_params().get('AutoRenew') + + def set_AutoRenew(self,AutoRenew): + self.add_query_param('AutoRenew',AutoRenew) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceChargeTypeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceChargeTypeRequest.py new file mode 100644 index 0000000000..2c21d07320 --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceChargeTypeRequest.py @@ -0,0 +1,104 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class ModifyInstanceChargeTypeRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyInstanceChargeType') + self.set_method('POST') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_ClientToken(self): + return self.get_query_params().get('ClientToken') + + def set_ClientToken(self,ClientToken): + self.add_query_param('ClientToken',ClientToken) + + def get_IsDetailFee(self): + return self.get_query_params().get('IsDetailFee') + + def set_IsDetailFee(self,IsDetailFee): + self.add_query_param('IsDetailFee',IsDetailFee) + + def get_InstanceChargeType(self): + return self.get_query_params().get('InstanceChargeType') + + def set_InstanceChargeType(self,InstanceChargeType): + self.add_query_param('InstanceChargeType',InstanceChargeType) + + def get_Period(self): + return self.get_query_params().get('Period') + + def set_Period(self,Period): + self.add_query_param('Period',Period) + + def get_DryRun(self): + return self.get_query_params().get('DryRun') + + def set_DryRun(self,DryRun): + self.add_query_param('DryRun',DryRun) + + def get_AutoPay(self): + return self.get_query_params().get('AutoPay') + + def set_AutoPay(self,AutoPay): + self.add_query_param('AutoPay',AutoPay) + + def get_IncludeDataDisks(self): + return self.get_query_params().get('IncludeDataDisks') + + def set_IncludeDataDisks(self,IncludeDataDisks): + self.add_query_param('IncludeDataDisks',IncludeDataDisks) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_PeriodUnit(self): + return self.get_query_params().get('PeriodUnit') + + def set_PeriodUnit(self,PeriodUnit): + self.add_query_param('PeriodUnit',PeriodUnit) + + def get_InstanceIds(self): + return self.get_query_params().get('InstanceIds') + + def set_InstanceIds(self,InstanceIds): + self.add_query_param('InstanceIds',InstanceIds) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceDeploymentRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceDeploymentRequest.py new file mode 100644 index 0000000000..14d58f1da8 --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceDeploymentRequest.py @@ -0,0 +1,110 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class ModifyInstanceDeploymentRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyInstanceDeployment') + self.set_method('POST') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_DeploymentSetGroupNo(self): + return self.get_query_params().get('DeploymentSetGroupNo') + + def set_DeploymentSetGroupNo(self,DeploymentSetGroupNo): + self.add_query_param('DeploymentSetGroupNo',DeploymentSetGroupNo) + + def get_DedicatedHostClusterId(self): + return self.get_query_params().get('DedicatedHostClusterId') + + def set_DedicatedHostClusterId(self,DedicatedHostClusterId): + self.add_query_param('DedicatedHostClusterId',DedicatedHostClusterId) + + def get_InstanceType(self): + return self.get_query_params().get('InstanceType') + + def set_InstanceType(self,InstanceType): + self.add_query_param('InstanceType',InstanceType) + + def get_DeploymentSetId(self): + return self.get_query_params().get('DeploymentSetId') + + def set_DeploymentSetId(self,DeploymentSetId): + self.add_query_param('DeploymentSetId',DeploymentSetId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_Tenancy(self): + return self.get_query_params().get('Tenancy') + + def set_Tenancy(self,Tenancy): + self.add_query_param('Tenancy',Tenancy) + + def get_DedicatedHostId(self): + return self.get_query_params().get('DedicatedHostId') + + def set_DedicatedHostId(self,DedicatedHostId): + self.add_query_param('DedicatedHostId',DedicatedHostId) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_InstanceId(self): + return self.get_query_params().get('InstanceId') + + def set_InstanceId(self,InstanceId): + self.add_query_param('InstanceId',InstanceId) + + def get_Force(self): + return self.get_query_params().get('Force') + + def set_Force(self,Force): + self.add_query_param('Force',Force) + + def get_MigrationType(self): + return self.get_query_params().get('MigrationType') + + def set_MigrationType(self,MigrationType): + self.add_query_param('MigrationType',MigrationType) + + def get_Affinity(self): + return self.get_query_params().get('Affinity') + + def set_Affinity(self,Affinity): + self.add_query_param('Affinity',Affinity) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceMaintenanceAttributesRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceMaintenanceAttributesRequest.py new file mode 100644 index 0000000000..02a5cbcfbf --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceMaintenanceAttributesRequest.py @@ -0,0 +1,74 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class ModifyInstanceMaintenanceAttributesRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyInstanceMaintenanceAttributes') + self.set_method('POST') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_MaintenanceWindows(self): + return self.get_query_params().get('MaintenanceWindow') + + def set_MaintenanceWindows(self, MaintenanceWindows): + for depth1 in range(len(MaintenanceWindows)): + if MaintenanceWindows[depth1].get('StartTime') is not None: + self.add_query_param('MaintenanceWindow.' + str(depth1 + 1) + '.StartTime', MaintenanceWindows[depth1].get('StartTime')) + if MaintenanceWindows[depth1].get('EndTime') is not None: + self.add_query_param('MaintenanceWindow.' + str(depth1 + 1) + '.EndTime', MaintenanceWindows[depth1].get('EndTime')) + + def get_ActionOnMaintenance(self): + return self.get_query_params().get('ActionOnMaintenance') + + def set_ActionOnMaintenance(self,ActionOnMaintenance): + self.add_query_param('ActionOnMaintenance',ActionOnMaintenance) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_InstanceIds(self): + return self.get_query_params().get('InstanceId') + + def set_InstanceIds(self, InstanceIds): + for depth1 in range(len(InstanceIds)): + if InstanceIds[depth1] is not None: + self.add_query_param('InstanceId.' + str(depth1 + 1) , InstanceIds[depth1]) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceMetadataOptionsRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceMetadataOptionsRequest.py new file mode 100644 index 0000000000..c37e913ff1 --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceMetadataOptionsRequest.py @@ -0,0 +1,68 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class ModifyInstanceMetadataOptionsRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyInstanceMetadataOptions') + self.set_method('POST') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_HttpPutResponseHopLimit(self): + return self.get_query_params().get('HttpPutResponseHopLimit') + + def set_HttpPutResponseHopLimit(self,HttpPutResponseHopLimit): + self.add_query_param('HttpPutResponseHopLimit',HttpPutResponseHopLimit) + + def get_HttpEndpoint(self): + return self.get_query_params().get('HttpEndpoint') + + def set_HttpEndpoint(self,HttpEndpoint): + self.add_query_param('HttpEndpoint',HttpEndpoint) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_InstanceId(self): + return self.get_query_params().get('InstanceId') + + def set_InstanceId(self,InstanceId): + self.add_query_param('InstanceId',InstanceId) + + def get_HttpTokens(self): + return self.get_query_params().get('HttpTokens') + + def set_HttpTokens(self,HttpTokens): + self.add_query_param('HttpTokens',HttpTokens) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceNetworkSpecRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceNetworkSpecRequest.py new file mode 100644 index 0000000000..e2fb885294 --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceNetworkSpecRequest.py @@ -0,0 +1,110 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class ModifyInstanceNetworkSpecRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyInstanceNetworkSpec') + self.set_method('POST') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_ClientToken(self): + return self.get_query_params().get('ClientToken') + + def set_ClientToken(self,ClientToken): + self.add_query_param('ClientToken',ClientToken) + + def get_ISP(self): + return self.get_query_params().get('ISP') + + def set_ISP(self,ISP): + self.add_query_param('ISP',ISP) + + def get_InternetMaxBandwidthOut(self): + return self.get_query_params().get('InternetMaxBandwidthOut') + + def set_InternetMaxBandwidthOut(self,InternetMaxBandwidthOut): + self.add_query_param('InternetMaxBandwidthOut',InternetMaxBandwidthOut) + + def get_StartTime(self): + return self.get_query_params().get('StartTime') + + def set_StartTime(self,StartTime): + self.add_query_param('StartTime',StartTime) + + def get_AutoPay(self): + return self.get_query_params().get('AutoPay') + + def set_AutoPay(self,AutoPay): + self.add_query_param('AutoPay',AutoPay) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_EndTime(self): + return self.get_query_params().get('EndTime') + + def set_EndTime(self,EndTime): + self.add_query_param('EndTime',EndTime) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_InstanceId(self): + return self.get_query_params().get('InstanceId') + + def set_InstanceId(self,InstanceId): + self.add_query_param('InstanceId',InstanceId) + + def get_NetworkChargeType(self): + return self.get_query_params().get('NetworkChargeType') + + def set_NetworkChargeType(self,NetworkChargeType): + self.add_query_param('NetworkChargeType',NetworkChargeType) + + def get_InternetMaxBandwidthIn(self): + return self.get_query_params().get('InternetMaxBandwidthIn') + + def set_InternetMaxBandwidthIn(self,InternetMaxBandwidthIn): + self.add_query_param('InternetMaxBandwidthIn',InternetMaxBandwidthIn) + + def get_AllocatePublicIp(self): + return self.get_query_params().get('AllocatePublicIp') + + def set_AllocatePublicIp(self,AllocatePublicIp): + self.add_query_param('AllocatePublicIp',AllocatePublicIp) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceSpecRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceSpecRequest.py new file mode 100644 index 0000000000..f193992f00 --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceSpecRequest.py @@ -0,0 +1,116 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class ModifyInstanceSpecRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyInstanceSpec') + self.set_method('POST') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_ClientToken(self): + return self.get_query_params().get('ClientToken') + + def set_ClientToken(self,ClientToken): + self.add_query_param('ClientToken',ClientToken) + + def get_AllowMigrateAcrossZone(self): + return self.get_query_params().get('AllowMigrateAcrossZone') + + def set_AllowMigrateAcrossZone(self,AllowMigrateAcrossZone): + self.add_query_param('AllowMigrateAcrossZone',AllowMigrateAcrossZone) + + def get_InternetMaxBandwidthOut(self): + return self.get_query_params().get('InternetMaxBandwidthOut') + + def set_InternetMaxBandwidthOut(self,InternetMaxBandwidthOut): + self.add_query_param('InternetMaxBandwidthOut',InternetMaxBandwidthOut) + + def get_SystemDiskCategory(self): + return self.get_query_params().get('SystemDisk.Category') + + def set_SystemDiskCategory(self,SystemDiskCategory): + self.add_query_param('SystemDisk.Category',SystemDiskCategory) + + def get_InstanceType(self): + return self.get_query_params().get('InstanceType') + + def set_InstanceType(self,InstanceType): + self.add_query_param('InstanceType',InstanceType) + + def get_TemporaryEndTime(self): + return self.get_query_params().get('Temporary.EndTime') + + def set_TemporaryEndTime(self,TemporaryEndTime): + self.add_query_param('Temporary.EndTime',TemporaryEndTime) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_TemporaryInternetMaxBandwidthOut(self): + return self.get_query_params().get('Temporary.InternetMaxBandwidthOut') + + def set_TemporaryInternetMaxBandwidthOut(self,TemporaryInternetMaxBandwidthOut): + self.add_query_param('Temporary.InternetMaxBandwidthOut',TemporaryInternetMaxBandwidthOut) + + def get_TemporaryStartTime(self): + return self.get_query_params().get('Temporary.StartTime') + + def set_TemporaryStartTime(self,TemporaryStartTime): + self.add_query_param('Temporary.StartTime',TemporaryStartTime) + + def get_Async(self): + return self.get_query_params().get('Async') + + def set_Async(self,Async): + self.add_query_param('Async',Async) + + def get_InstanceId(self): + return self.get_query_params().get('InstanceId') + + def set_InstanceId(self,InstanceId): + self.add_query_param('InstanceId',InstanceId) + + def get_InternetMaxBandwidthIn(self): + return self.get_query_params().get('InternetMaxBandwidthIn') + + def set_InternetMaxBandwidthIn(self,InternetMaxBandwidthIn): + self.add_query_param('InternetMaxBandwidthIn',InternetMaxBandwidthIn) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceVncPasswdRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceVncPasswdRequest.py new file mode 100644 index 0000000000..7ca88d3d80 --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceVncPasswdRequest.py @@ -0,0 +1,62 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class ModifyInstanceVncPasswdRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyInstanceVncPasswd') + self.set_method('POST') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_InstanceId(self): + return self.get_query_params().get('InstanceId') + + def set_InstanceId(self,InstanceId): + self.add_query_param('InstanceId',InstanceId) + + def get_VncPassword(self): + return self.get_query_params().get('VncPassword') + + def set_VncPassword(self,VncPassword): + self.add_query_param('VncPassword',VncPassword) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceVpcAttributeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceVpcAttributeRequest.py new file mode 100644 index 0000000000..d5212f6795 --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceVpcAttributeRequest.py @@ -0,0 +1,82 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class ModifyInstanceVpcAttributeRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyInstanceVpcAttribute') + self.set_method('POST') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_SecurityGroupIds(self): + return self.get_query_params().get('SecurityGroupId') + + def set_SecurityGroupIds(self, SecurityGroupIds): + for depth1 in range(len(SecurityGroupIds)): + if SecurityGroupIds[depth1] is not None: + self.add_query_param('SecurityGroupId.' + str(depth1 + 1) , SecurityGroupIds[depth1]) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_VSwitchId(self): + return self.get_query_params().get('VSwitchId') + + def set_VSwitchId(self,VSwitchId): + self.add_query_param('VSwitchId',VSwitchId) + + def get_PrivateIpAddress(self): + return self.get_query_params().get('PrivateIpAddress') + + def set_PrivateIpAddress(self,PrivateIpAddress): + self.add_query_param('PrivateIpAddress',PrivateIpAddress) + + def get_InstanceId(self): + return self.get_query_params().get('InstanceId') + + def set_InstanceId(self,InstanceId): + self.add_query_param('InstanceId',InstanceId) + + def get_VpcId(self): + return self.get_query_params().get('VpcId') + + def set_VpcId(self,VpcId): + self.add_query_param('VpcId',VpcId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyLaunchTemplateDefaultVersionRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyLaunchTemplateDefaultVersionRequest.py new file mode 100644 index 0000000000..6d02b31a18 --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyLaunchTemplateDefaultVersionRequest.py @@ -0,0 +1,68 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class ModifyLaunchTemplateDefaultVersionRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyLaunchTemplateDefaultVersion') + self.set_method('POST') + + def get_LaunchTemplateName(self): + return self.get_query_params().get('LaunchTemplateName') + + def set_LaunchTemplateName(self,LaunchTemplateName): + self.add_query_param('LaunchTemplateName',LaunchTemplateName) + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_LaunchTemplateId(self): + return self.get_query_params().get('LaunchTemplateId') + + def set_LaunchTemplateId(self,LaunchTemplateId): + self.add_query_param('LaunchTemplateId',LaunchTemplateId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_DefaultVersionNumber(self): + return self.get_query_params().get('DefaultVersionNumber') + + def set_DefaultVersionNumber(self,DefaultVersionNumber): + self.add_query_param('DefaultVersionNumber',DefaultVersionNumber) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyManagedInstanceRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyManagedInstanceRequest.py new file mode 100644 index 0000000000..a6e2884fc5 --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyManagedInstanceRequest.py @@ -0,0 +1,62 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class ModifyManagedInstanceRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyManagedInstance') + self.set_method('POST') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_InstanceId(self): + return self.get_query_params().get('InstanceId') + + def set_InstanceId(self,InstanceId): + self.add_query_param('InstanceId',InstanceId) + + def get_InstanceName(self): + return self.get_query_params().get('InstanceName') + + def set_InstanceName(self,InstanceName): + self.add_query_param('InstanceName',InstanceName) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyNetworkInterfaceAttributeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyNetworkInterfaceAttributeRequest.py new file mode 100644 index 0000000000..6b01862925 --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyNetworkInterfaceAttributeRequest.py @@ -0,0 +1,82 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class ModifyNetworkInterfaceAttributeRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyNetworkInterfaceAttribute') + self.set_method('POST') + + def get_QueueNumber(self): + return self.get_query_params().get('QueueNumber') + + def set_QueueNumber(self,QueueNumber): + self.add_query_param('QueueNumber',QueueNumber) + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_SecurityGroupIds(self): + return self.get_query_params().get('SecurityGroupId') + + def set_SecurityGroupIds(self, SecurityGroupIds): + for depth1 in range(len(SecurityGroupIds)): + if SecurityGroupIds[depth1] is not None: + self.add_query_param('SecurityGroupId.' + str(depth1 + 1) , SecurityGroupIds[depth1]) + + def get_Description(self): + return self.get_query_params().get('Description') + + def set_Description(self,Description): + self.add_query_param('Description',Description) + + def get_NetworkInterfaceName(self): + return self.get_query_params().get('NetworkInterfaceName') + + def set_NetworkInterfaceName(self,NetworkInterfaceName): + self.add_query_param('NetworkInterfaceName',NetworkInterfaceName) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_NetworkInterfaceId(self): + return self.get_query_params().get('NetworkInterfaceId') + + def set_NetworkInterfaceId(self,NetworkInterfaceId): + self.add_query_param('NetworkInterfaceId',NetworkInterfaceId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyPhysicalConnectionAttributeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyPhysicalConnectionAttributeRequest.py new file mode 100644 index 0000000000..35a3e53cea --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyPhysicalConnectionAttributeRequest.py @@ -0,0 +1,116 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class ModifyPhysicalConnectionAttributeRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyPhysicalConnectionAttribute') + self.set_method('POST') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_PortType(self): + return self.get_query_params().get('PortType') + + def set_PortType(self,PortType): + self.add_query_param('PortType',PortType) + + def get_CircuitCode(self): + return self.get_query_params().get('CircuitCode') + + def set_CircuitCode(self,CircuitCode): + self.add_query_param('CircuitCode',CircuitCode) + + def get_ClientToken(self): + return self.get_query_params().get('ClientToken') + + def set_ClientToken(self,ClientToken): + self.add_query_param('ClientToken',ClientToken) + + def get_Description(self): + return self.get_query_params().get('Description') + + def set_Description(self,Description): + self.add_query_param('Description',Description) + + def get_UserCidr(self): + return self.get_query_params().get('UserCidr') + + def set_UserCidr(self,UserCidr): + self.add_query_param('UserCidr',UserCidr) + + def get_RedundantPhysicalConnectionId(self): + return self.get_query_params().get('RedundantPhysicalConnectionId') + + def set_RedundantPhysicalConnectionId(self,RedundantPhysicalConnectionId): + self.add_query_param('RedundantPhysicalConnectionId',RedundantPhysicalConnectionId) + + def get_PeerLocation(self): + return self.get_query_params().get('PeerLocation') + + def set_PeerLocation(self,PeerLocation): + self.add_query_param('PeerLocation',PeerLocation) + + def get_bandwidth(self): + return self.get_query_params().get('bandwidth') + + def set_bandwidth(self,bandwidth): + self.add_query_param('bandwidth',bandwidth) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_LineOperator(self): + return self.get_query_params().get('LineOperator') + + def set_LineOperator(self,LineOperator): + self.add_query_param('LineOperator',LineOperator) + + def get_PhysicalConnectionId(self): + return self.get_query_params().get('PhysicalConnectionId') + + def set_PhysicalConnectionId(self,PhysicalConnectionId): + self.add_query_param('PhysicalConnectionId',PhysicalConnectionId) + + def get_Name(self): + return self.get_query_params().get('Name') + + def set_Name(self,Name): + self.add_query_param('Name',Name) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyPrepayInstanceSpecRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyPrepayInstanceSpecRequest.py new file mode 100644 index 0000000000..a2050f49c5 --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyPrepayInstanceSpecRequest.py @@ -0,0 +1,110 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class ModifyPrepayInstanceSpecRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyPrepayInstanceSpec') + self.set_method('POST') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_ClientToken(self): + return self.get_query_params().get('ClientToken') + + def set_ClientToken(self,ClientToken): + self.add_query_param('ClientToken',ClientToken) + + def get_OperatorType(self): + return self.get_query_params().get('OperatorType') + + def set_OperatorType(self,OperatorType): + self.add_query_param('OperatorType',OperatorType) + + def get_SystemDiskCategory(self): + return self.get_query_params().get('SystemDisk.Category') + + def set_SystemDiskCategory(self,SystemDiskCategory): + self.add_query_param('SystemDisk.Category',SystemDiskCategory) + + def get_RebootTime(self): + return self.get_query_params().get('RebootTime') + + def set_RebootTime(self,RebootTime): + self.add_query_param('RebootTime',RebootTime) + + def get_MigrateAcrossZone(self): + return self.get_query_params().get('MigrateAcrossZone') + + def set_MigrateAcrossZone(self,MigrateAcrossZone): + self.add_query_param('MigrateAcrossZone',MigrateAcrossZone) + + def get_InstanceType(self): + return self.get_query_params().get('InstanceType') + + def set_InstanceType(self,InstanceType): + self.add_query_param('InstanceType',InstanceType) + + def get_AutoPay(self): + return self.get_query_params().get('AutoPay') + + def set_AutoPay(self,AutoPay): + self.add_query_param('AutoPay',AutoPay) + + def get_RebootWhenFinished(self): + return self.get_query_params().get('RebootWhenFinished') + + def set_RebootWhenFinished(self,RebootWhenFinished): + self.add_query_param('RebootWhenFinished',RebootWhenFinished) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_EndTime(self): + return self.get_query_params().get('EndTime') + + def set_EndTime(self,EndTime): + self.add_query_param('EndTime',EndTime) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_InstanceId(self): + return self.get_query_params().get('InstanceId') + + def set_InstanceId(self,InstanceId): + self.add_query_param('InstanceId',InstanceId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyReservedInstanceAttributeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyReservedInstanceAttributeRequest.py new file mode 100644 index 0000000000..47e74289a9 --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyReservedInstanceAttributeRequest.py @@ -0,0 +1,68 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class ModifyReservedInstanceAttributeRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyReservedInstanceAttribute') + self.set_method('POST') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_Description(self): + return self.get_query_params().get('Description') + + def set_Description(self,Description): + self.add_query_param('Description',Description) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_ReservedInstanceId(self): + return self.get_query_params().get('ReservedInstanceId') + + def set_ReservedInstanceId(self,ReservedInstanceId): + self.add_query_param('ReservedInstanceId',ReservedInstanceId) + + def get_ReservedInstanceName(self): + return self.get_query_params().get('ReservedInstanceName') + + def set_ReservedInstanceName(self,ReservedInstanceName): + self.add_query_param('ReservedInstanceName',ReservedInstanceName) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyReservedInstancesRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyReservedInstancesRequest.py new file mode 100644 index 0000000000..76ae9a2b02 --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyReservedInstancesRequest.py @@ -0,0 +1,74 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class ModifyReservedInstancesRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyReservedInstances') + self.set_method('POST') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_Configurations(self): + return self.get_query_params().get('Configuration') + + def set_Configurations(self, Configurations): + for depth1 in range(len(Configurations)): + if Configurations[depth1].get('ZoneId') is not None: + self.add_query_param('Configuration.' + str(depth1 + 1) + '.ZoneId', Configurations[depth1].get('ZoneId')) + if Configurations[depth1].get('ReservedInstanceName') is not None: + self.add_query_param('Configuration.' + str(depth1 + 1) + '.ReservedInstanceName', Configurations[depth1].get('ReservedInstanceName')) + if Configurations[depth1].get('InstanceType') is not None: + self.add_query_param('Configuration.' + str(depth1 + 1) + '.InstanceType', Configurations[depth1].get('InstanceType')) + if Configurations[depth1].get('Scope') is not None: + self.add_query_param('Configuration.' + str(depth1 + 1) + '.Scope', Configurations[depth1].get('Scope')) + if Configurations[depth1].get('InstanceAmount') is not None: + self.add_query_param('Configuration.' + str(depth1 + 1) + '.InstanceAmount', Configurations[depth1].get('InstanceAmount')) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_ReservedInstanceIds(self): + return self.get_query_params().get('ReservedInstanceId') + + def set_ReservedInstanceIds(self, ReservedInstanceIds): + for depth1 in range(len(ReservedInstanceIds)): + if ReservedInstanceIds[depth1] is not None: + self.add_query_param('ReservedInstanceId.' + str(depth1 + 1) , ReservedInstanceIds[depth1]) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyRouterInterfaceAttributeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyRouterInterfaceAttributeRequest.py new file mode 100644 index 0000000000..e408f950bf --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyRouterInterfaceAttributeRequest.py @@ -0,0 +1,98 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class ModifyRouterInterfaceAttributeRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyRouterInterfaceAttribute') + self.set_method('POST') + + def get_OppositeRouterId(self): + return self.get_query_params().get('OppositeRouterId') + + def set_OppositeRouterId(self,OppositeRouterId): + self.add_query_param('OppositeRouterId',OppositeRouterId) + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_Description(self): + return self.get_query_params().get('Description') + + def set_Description(self,Description): + self.add_query_param('Description',Description) + + def get_HealthCheckTargetIp(self): + return self.get_query_params().get('HealthCheckTargetIp') + + def set_HealthCheckTargetIp(self,HealthCheckTargetIp): + self.add_query_param('HealthCheckTargetIp',HealthCheckTargetIp) + + def get_OppositeInterfaceId(self): + return self.get_query_params().get('OppositeInterfaceId') + + def set_OppositeInterfaceId(self,OppositeInterfaceId): + self.add_query_param('OppositeInterfaceId',OppositeInterfaceId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_RouterInterfaceId(self): + return self.get_query_params().get('RouterInterfaceId') + + def set_RouterInterfaceId(self,RouterInterfaceId): + self.add_query_param('RouterInterfaceId',RouterInterfaceId) + + def get_OppositeInterfaceOwnerId(self): + return self.get_query_params().get('OppositeInterfaceOwnerId') + + def set_OppositeInterfaceOwnerId(self,OppositeInterfaceOwnerId): + self.add_query_param('OppositeInterfaceOwnerId',OppositeInterfaceOwnerId) + + def get_HealthCheckSourceIp(self): + return self.get_query_params().get('HealthCheckSourceIp') + + def set_HealthCheckSourceIp(self,HealthCheckSourceIp): + self.add_query_param('HealthCheckSourceIp',HealthCheckSourceIp) + + def get_Name(self): + return self.get_query_params().get('Name') + + def set_Name(self,Name): + self.add_query_param('Name',Name) + + def get_OppositeRouterType(self): + return self.get_query_params().get('OppositeRouterType') + + def set_OppositeRouterType(self,OppositeRouterType): + self.add_query_param('OppositeRouterType',OppositeRouterType) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyRouterInterfaceSpecRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyRouterInterfaceSpecRequest.py new file mode 100644 index 0000000000..22f9e34a45 --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyRouterInterfaceSpecRequest.py @@ -0,0 +1,74 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class ModifyRouterInterfaceSpecRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyRouterInterfaceSpec') + self.set_method('POST') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_ClientToken(self): + return self.get_query_params().get('ClientToken') + + def set_ClientToken(self,ClientToken): + self.add_query_param('ClientToken',ClientToken) + + def get_Spec(self): + return self.get_query_params().get('Spec') + + def set_Spec(self,Spec): + self.add_query_param('Spec',Spec) + + def get_UserCidr(self): + return self.get_query_params().get('UserCidr') + + def set_UserCidr(self,UserCidr): + self.add_query_param('UserCidr',UserCidr) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_RouterInterfaceId(self): + return self.get_query_params().get('RouterInterfaceId') + + def set_RouterInterfaceId(self,RouterInterfaceId): + self.add_query_param('RouterInterfaceId',RouterInterfaceId) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifySecurityGroupAttributeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifySecurityGroupAttributeRequest.py new file mode 100644 index 0000000000..9004531a7f --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifySecurityGroupAttributeRequest.py @@ -0,0 +1,68 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class ModifySecurityGroupAttributeRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifySecurityGroupAttribute') + self.set_method('POST') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_SecurityGroupId(self): + return self.get_query_params().get('SecurityGroupId') + + def set_SecurityGroupId(self,SecurityGroupId): + self.add_query_param('SecurityGroupId',SecurityGroupId) + + def get_Description(self): + return self.get_query_params().get('Description') + + def set_Description(self,Description): + self.add_query_param('Description',Description) + + def get_SecurityGroupName(self): + return self.get_query_params().get('SecurityGroupName') + + def set_SecurityGroupName(self,SecurityGroupName): + self.add_query_param('SecurityGroupName',SecurityGroupName) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifySecurityGroupEgressRuleRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifySecurityGroupEgressRuleRequest.py new file mode 100644 index 0000000000..4b58a150e4 --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifySecurityGroupEgressRuleRequest.py @@ -0,0 +1,146 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class ModifySecurityGroupEgressRuleRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifySecurityGroupEgressRule') + self.set_method('POST') + + def get_NicType(self): + return self.get_query_params().get('NicType') + + def set_NicType(self,NicType): + self.add_query_param('NicType',NicType) + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_SourcePortRange(self): + return self.get_query_params().get('SourcePortRange') + + def set_SourcePortRange(self,SourcePortRange): + self.add_query_param('SourcePortRange',SourcePortRange) + + def get_ClientToken(self): + return self.get_query_params().get('ClientToken') + + def set_ClientToken(self,ClientToken): + self.add_query_param('ClientToken',ClientToken) + + def get_SecurityGroupId(self): + return self.get_query_params().get('SecurityGroupId') + + def set_SecurityGroupId(self,SecurityGroupId): + self.add_query_param('SecurityGroupId',SecurityGroupId) + + def get_Description(self): + return self.get_query_params().get('Description') + + def set_Description(self,Description): + self.add_query_param('Description',Description) + + def get_Ipv6DestCidrIp(self): + return self.get_query_params().get('Ipv6DestCidrIp') + + def set_Ipv6DestCidrIp(self,Ipv6DestCidrIp): + self.add_query_param('Ipv6DestCidrIp',Ipv6DestCidrIp) + + def get_Ipv6SourceCidrIp(self): + return self.get_query_params().get('Ipv6SourceCidrIp') + + def set_Ipv6SourceCidrIp(self,Ipv6SourceCidrIp): + self.add_query_param('Ipv6SourceCidrIp',Ipv6SourceCidrIp) + + def get_Policy(self): + return self.get_query_params().get('Policy') + + def set_Policy(self,Policy): + self.add_query_param('Policy',Policy) + + def get_PortRange(self): + return self.get_query_params().get('PortRange') + + def set_PortRange(self,PortRange): + self.add_query_param('PortRange',PortRange) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_IpProtocol(self): + return self.get_query_params().get('IpProtocol') + + def set_IpProtocol(self,IpProtocol): + self.add_query_param('IpProtocol',IpProtocol) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_SourceCidrIp(self): + return self.get_query_params().get('SourceCidrIp') + + def set_SourceCidrIp(self,SourceCidrIp): + self.add_query_param('SourceCidrIp',SourceCidrIp) + + def get_DestGroupId(self): + return self.get_query_params().get('DestGroupId') + + def set_DestGroupId(self,DestGroupId): + self.add_query_param('DestGroupId',DestGroupId) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_DestGroupOwnerAccount(self): + return self.get_query_params().get('DestGroupOwnerAccount') + + def set_DestGroupOwnerAccount(self,DestGroupOwnerAccount): + self.add_query_param('DestGroupOwnerAccount',DestGroupOwnerAccount) + + def get_Priority(self): + return self.get_query_params().get('Priority') + + def set_Priority(self,Priority): + self.add_query_param('Priority',Priority) + + def get_DestCidrIp(self): + return self.get_query_params().get('DestCidrIp') + + def set_DestCidrIp(self,DestCidrIp): + self.add_query_param('DestCidrIp',DestCidrIp) + + def get_DestGroupOwnerId(self): + return self.get_query_params().get('DestGroupOwnerId') + + def set_DestGroupOwnerId(self,DestGroupOwnerId): + self.add_query_param('DestGroupOwnerId',DestGroupOwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifySecurityGroupPolicyRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifySecurityGroupPolicyRequest.py new file mode 100644 index 0000000000..566db32668 --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifySecurityGroupPolicyRequest.py @@ -0,0 +1,68 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class ModifySecurityGroupPolicyRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifySecurityGroupPolicy') + self.set_method('POST') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_ClientToken(self): + return self.get_query_params().get('ClientToken') + + def set_ClientToken(self,ClientToken): + self.add_query_param('ClientToken',ClientToken) + + def get_SecurityGroupId(self): + return self.get_query_params().get('SecurityGroupId') + + def set_SecurityGroupId(self,SecurityGroupId): + self.add_query_param('SecurityGroupId',SecurityGroupId) + + def get_InnerAccessPolicy(self): + return self.get_query_params().get('InnerAccessPolicy') + + def set_InnerAccessPolicy(self,InnerAccessPolicy): + self.add_query_param('InnerAccessPolicy',InnerAccessPolicy) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifySecurityGroupRuleRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifySecurityGroupRuleRequest.py new file mode 100644 index 0000000000..ab7a51b390 --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifySecurityGroupRuleRequest.py @@ -0,0 +1,146 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class ModifySecurityGroupRuleRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifySecurityGroupRule') + self.set_method('POST') + + def get_NicType(self): + return self.get_query_params().get('NicType') + + def set_NicType(self,NicType): + self.add_query_param('NicType',NicType) + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_SourcePortRange(self): + return self.get_query_params().get('SourcePortRange') + + def set_SourcePortRange(self,SourcePortRange): + self.add_query_param('SourcePortRange',SourcePortRange) + + def get_ClientToken(self): + return self.get_query_params().get('ClientToken') + + def set_ClientToken(self,ClientToken): + self.add_query_param('ClientToken',ClientToken) + + def get_SecurityGroupId(self): + return self.get_query_params().get('SecurityGroupId') + + def set_SecurityGroupId(self,SecurityGroupId): + self.add_query_param('SecurityGroupId',SecurityGroupId) + + def get_Description(self): + return self.get_query_params().get('Description') + + def set_Description(self,Description): + self.add_query_param('Description',Description) + + def get_SourceGroupOwnerId(self): + return self.get_query_params().get('SourceGroupOwnerId') + + def set_SourceGroupOwnerId(self,SourceGroupOwnerId): + self.add_query_param('SourceGroupOwnerId',SourceGroupOwnerId) + + def get_SourceGroupOwnerAccount(self): + return self.get_query_params().get('SourceGroupOwnerAccount') + + def set_SourceGroupOwnerAccount(self,SourceGroupOwnerAccount): + self.add_query_param('SourceGroupOwnerAccount',SourceGroupOwnerAccount) + + def get_Ipv6SourceCidrIp(self): + return self.get_query_params().get('Ipv6SourceCidrIp') + + def set_Ipv6SourceCidrIp(self,Ipv6SourceCidrIp): + self.add_query_param('Ipv6SourceCidrIp',Ipv6SourceCidrIp) + + def get_Ipv6DestCidrIp(self): + return self.get_query_params().get('Ipv6DestCidrIp') + + def set_Ipv6DestCidrIp(self,Ipv6DestCidrIp): + self.add_query_param('Ipv6DestCidrIp',Ipv6DestCidrIp) + + def get_Policy(self): + return self.get_query_params().get('Policy') + + def set_Policy(self,Policy): + self.add_query_param('Policy',Policy) + + def get_PortRange(self): + return self.get_query_params().get('PortRange') + + def set_PortRange(self,PortRange): + self.add_query_param('PortRange',PortRange) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_IpProtocol(self): + return self.get_query_params().get('IpProtocol') + + def set_IpProtocol(self,IpProtocol): + self.add_query_param('IpProtocol',IpProtocol) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_SourceCidrIp(self): + return self.get_query_params().get('SourceCidrIp') + + def set_SourceCidrIp(self,SourceCidrIp): + self.add_query_param('SourceCidrIp',SourceCidrIp) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_Priority(self): + return self.get_query_params().get('Priority') + + def set_Priority(self,Priority): + self.add_query_param('Priority',Priority) + + def get_DestCidrIp(self): + return self.get_query_params().get('DestCidrIp') + + def set_DestCidrIp(self,DestCidrIp): + self.add_query_param('DestCidrIp',DestCidrIp) + + def get_SourceGroupId(self): + return self.get_query_params().get('SourceGroupId') + + def set_SourceGroupId(self,SourceGroupId): + self.add_query_param('SourceGroupId',SourceGroupId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifySnapshotAttributeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifySnapshotAttributeRequest.py new file mode 100644 index 0000000000..9938636917 --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifySnapshotAttributeRequest.py @@ -0,0 +1,74 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class ModifySnapshotAttributeRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifySnapshotAttribute') + self.set_method('POST') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_SnapshotId(self): + return self.get_query_params().get('SnapshotId') + + def set_SnapshotId(self,SnapshotId): + self.add_query_param('SnapshotId',SnapshotId) + + def get_Description(self): + return self.get_query_params().get('Description') + + def set_Description(self,Description): + self.add_query_param('Description',Description) + + def get_SnapshotName(self): + return self.get_query_params().get('SnapshotName') + + def set_SnapshotName(self,SnapshotName): + self.add_query_param('SnapshotName',SnapshotName) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_DisableInstantAccess(self): + return self.get_query_params().get('DisableInstantAccess') + + def set_DisableInstantAccess(self,DisableInstantAccess): + self.add_query_param('DisableInstantAccess',DisableInstantAccess) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifySnapshotGroupRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifySnapshotGroupRequest.py new file mode 100644 index 0000000000..ace700ac2d --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifySnapshotGroupRequest.py @@ -0,0 +1,68 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class ModifySnapshotGroupRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifySnapshotGroup') + self.set_method('POST') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_Description(self): + return self.get_query_params().get('Description') + + def set_Description(self,Description): + self.add_query_param('Description',Description) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_SnapshotGroupId(self): + return self.get_query_params().get('SnapshotGroupId') + + def set_SnapshotGroupId(self,SnapshotGroupId): + self.add_query_param('SnapshotGroupId',SnapshotGroupId) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_Name(self): + return self.get_query_params().get('Name') + + def set_Name(self,Name): + self.add_query_param('Name',Name) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyStorageCapacityUnitAttributeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyStorageCapacityUnitAttributeRequest.py new file mode 100644 index 0000000000..12d8659bcf --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyStorageCapacityUnitAttributeRequest.py @@ -0,0 +1,68 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class ModifyStorageCapacityUnitAttributeRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyStorageCapacityUnitAttribute') + self.set_method('POST') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_Description(self): + return self.get_query_params().get('Description') + + def set_Description(self,Description): + self.add_query_param('Description',Description) + + def get_StorageCapacityUnitId(self): + return self.get_query_params().get('StorageCapacityUnitId') + + def set_StorageCapacityUnitId(self,StorageCapacityUnitId): + self.add_query_param('StorageCapacityUnitId',StorageCapacityUnitId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_Name(self): + return self.get_query_params().get('Name') + + def set_Name(self,Name): + self.add_query_param('Name',Name) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyStorageSetAttributeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyStorageSetAttributeRequest.py new file mode 100644 index 0000000000..d5a9f6f16e --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyStorageSetAttributeRequest.py @@ -0,0 +1,74 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class ModifyStorageSetAttributeRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyStorageSetAttribute') + self.set_method('POST') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_ClientToken(self): + return self.get_query_params().get('ClientToken') + + def set_ClientToken(self,ClientToken): + self.add_query_param('ClientToken',ClientToken) + + def get_Description(self): + return self.get_query_params().get('Description') + + def set_Description(self,Description): + self.add_query_param('Description',Description) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_StorageSetId(self): + return self.get_query_params().get('StorageSetId') + + def set_StorageSetId(self,StorageSetId): + self.add_query_param('StorageSetId',StorageSetId) + + def get_StorageSetName(self): + return self.get_query_params().get('StorageSetName') + + def set_StorageSetName(self,StorageSetName): + self.add_query_param('StorageSetName',StorageSetName) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyUserBusinessBehaviorRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyUserBusinessBehaviorRequest.py new file mode 100644 index 0000000000..cabe1ad1b6 --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyUserBusinessBehaviorRequest.py @@ -0,0 +1,62 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class ModifyUserBusinessBehaviorRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyUserBusinessBehavior') + self.set_method('POST') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_statusValue(self): + return self.get_query_params().get('statusValue') + + def set_statusValue(self,statusValue): + self.add_query_param('statusValue',statusValue) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_statusKey(self): + return self.get_query_params().get('statusKey') + + def set_statusKey(self,statusKey): + self.add_query_param('statusKey',statusKey) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyVRouterAttributeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyVRouterAttributeRequest.py new file mode 100644 index 0000000000..393a1e1d9d --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyVRouterAttributeRequest.py @@ -0,0 +1,68 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class ModifyVRouterAttributeRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyVRouterAttribute') + self.set_method('POST') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_VRouterId(self): + return self.get_query_params().get('VRouterId') + + def set_VRouterId(self,VRouterId): + self.add_query_param('VRouterId',VRouterId) + + def get_Description(self): + return self.get_query_params().get('Description') + + def set_Description(self,Description): + self.add_query_param('Description',Description) + + def get_VRouterName(self): + return self.get_query_params().get('VRouterName') + + def set_VRouterName(self,VRouterName): + self.add_query_param('VRouterName',VRouterName) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyVSwitchAttributeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyVSwitchAttributeRequest.py new file mode 100644 index 0000000000..d36b2a9fee --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyVSwitchAttributeRequest.py @@ -0,0 +1,68 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class ModifyVSwitchAttributeRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyVSwitchAttribute') + self.set_method('POST') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_Description(self): + return self.get_query_params().get('Description') + + def set_Description(self,Description): + self.add_query_param('Description',Description) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_VSwitchId(self): + return self.get_query_params().get('VSwitchId') + + def set_VSwitchId(self,VSwitchId): + self.add_query_param('VSwitchId',VSwitchId) + + def get_VSwitchName(self): + return self.get_query_params().get('VSwitchName') + + def set_VSwitchName(self,VSwitchName): + self.add_query_param('VSwitchName',VSwitchName) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyVirtualBorderRouterAttributeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyVirtualBorderRouterAttributeRequest.py new file mode 100644 index 0000000000..dc07467a5e --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyVirtualBorderRouterAttributeRequest.py @@ -0,0 +1,110 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class ModifyVirtualBorderRouterAttributeRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyVirtualBorderRouterAttribute') + self.set_method('POST') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_CircuitCode(self): + return self.get_query_params().get('CircuitCode') + + def set_CircuitCode(self,CircuitCode): + self.add_query_param('CircuitCode',CircuitCode) + + def get_VlanId(self): + return self.get_query_params().get('VlanId') + + def set_VlanId(self,VlanId): + self.add_query_param('VlanId',VlanId) + + def get_ClientToken(self): + return self.get_query_params().get('ClientToken') + + def set_ClientToken(self,ClientToken): + self.add_query_param('ClientToken',ClientToken) + + def get_Description(self): + return self.get_query_params().get('Description') + + def set_Description(self,Description): + self.add_query_param('Description',Description) + + def get_VbrId(self): + return self.get_query_params().get('VbrId') + + def set_VbrId(self,VbrId): + self.add_query_param('VbrId',VbrId) + + def get_PeerGatewayIp(self): + return self.get_query_params().get('PeerGatewayIp') + + def set_PeerGatewayIp(self,PeerGatewayIp): + self.add_query_param('PeerGatewayIp',PeerGatewayIp) + + def get_PeeringSubnetMask(self): + return self.get_query_params().get('PeeringSubnetMask') + + def set_PeeringSubnetMask(self,PeeringSubnetMask): + self.add_query_param('PeeringSubnetMask',PeeringSubnetMask) + + def get_LocalGatewayIp(self): + return self.get_query_params().get('LocalGatewayIp') + + def set_LocalGatewayIp(self,LocalGatewayIp): + self.add_query_param('LocalGatewayIp',LocalGatewayIp) + + def get_UserCidr(self): + return self.get_query_params().get('UserCidr') + + def set_UserCidr(self,UserCidr): + self.add_query_param('UserCidr',UserCidr) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_Name(self): + return self.get_query_params().get('Name') + + def set_Name(self,Name): + self.add_query_param('Name',Name) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyVpcAttributeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyVpcAttributeRequest.py new file mode 100644 index 0000000000..4dfaab4c73 --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyVpcAttributeRequest.py @@ -0,0 +1,80 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class ModifyVpcAttributeRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ModifyVpcAttribute') + self.set_method('POST') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_Description(self): + return self.get_query_params().get('Description') + + def set_Description(self,Description): + self.add_query_param('Description',Description) + + def get_VpcName(self): + return self.get_query_params().get('VpcName') + + def set_VpcName(self,VpcName): + self.add_query_param('VpcName',VpcName) + + def get_UserCidr(self): + return self.get_query_params().get('UserCidr') + + def set_UserCidr(self,UserCidr): + self.add_query_param('UserCidr',UserCidr) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_VpcId(self): + return self.get_query_params().get('VpcId') + + def set_VpcId(self,VpcId): + self.add_query_param('VpcId',VpcId) + + def get_CidrBlock(self): + return self.get_query_params().get('CidrBlock') + + def set_CidrBlock(self,CidrBlock): + self.add_query_param('CidrBlock',CidrBlock) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/PurchaseReservedInstancesOfferingRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/PurchaseReservedInstancesOfferingRequest.py new file mode 100644 index 0000000000..50d31ff6ea --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/PurchaseReservedInstancesOfferingRequest.py @@ -0,0 +1,132 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class PurchaseReservedInstancesOfferingRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'PurchaseReservedInstancesOffering') + self.set_method('POST') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_ClientToken(self): + return self.get_query_params().get('ClientToken') + + def set_ClientToken(self,ClientToken): + self.add_query_param('ClientToken',ClientToken) + + def get_Description(self): + return self.get_query_params().get('Description') + + def set_Description(self,Description): + self.add_query_param('Description',Description) + + def get_Platform(self): + return self.get_query_params().get('Platform') + + def set_Platform(self,Platform): + self.add_query_param('Platform',Platform) + + def get_ResourceGroupId(self): + return self.get_query_params().get('ResourceGroupId') + + def set_ResourceGroupId(self,ResourceGroupId): + self.add_query_param('ResourceGroupId',ResourceGroupId) + + def get_Scope(self): + return self.get_query_params().get('Scope') + + def set_Scope(self,Scope): + self.add_query_param('Scope',Scope) + + def get_InstanceType(self): + return self.get_query_params().get('InstanceType') + + def set_InstanceType(self,InstanceType): + self.add_query_param('InstanceType',InstanceType) + + def get_Tags(self): + return self.get_query_params().get('Tag') + + def set_Tags(self, Tags): + for depth1 in range(len(Tags)): + if Tags[depth1].get('Key') is not None: + self.add_query_param('Tag.' + str(depth1 + 1) + '.Key', Tags[depth1].get('Key')) + if Tags[depth1].get('Value') is not None: + self.add_query_param('Tag.' + str(depth1 + 1) + '.Value', Tags[depth1].get('Value')) + + def get_Period(self): + return self.get_query_params().get('Period') + + def set_Period(self,Period): + self.add_query_param('Period',Period) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_PeriodUnit(self): + return self.get_query_params().get('PeriodUnit') + + def set_PeriodUnit(self,PeriodUnit): + self.add_query_param('PeriodUnit',PeriodUnit) + + def get_OfferingType(self): + return self.get_query_params().get('OfferingType') + + def set_OfferingType(self,OfferingType): + self.add_query_param('OfferingType',OfferingType) + + def get_ZoneId(self): + return self.get_query_params().get('ZoneId') + + def set_ZoneId(self,ZoneId): + self.add_query_param('ZoneId',ZoneId) + + def get_ReservedInstanceName(self): + return self.get_query_params().get('ReservedInstanceName') + + def set_ReservedInstanceName(self,ReservedInstanceName): + self.add_query_param('ReservedInstanceName',ReservedInstanceName) + + def get_InstanceAmount(self): + return self.get_query_params().get('InstanceAmount') + + def set_InstanceAmount(self,InstanceAmount): + self.add_query_param('InstanceAmount',InstanceAmount) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/PurchaseStorageCapacityUnitRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/PurchaseStorageCapacityUnitRequest.py new file mode 100644 index 0000000000..8699c4b721 --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/PurchaseStorageCapacityUnitRequest.py @@ -0,0 +1,104 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class PurchaseStorageCapacityUnitRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'PurchaseStorageCapacityUnit') + self.set_method('POST') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_ClientToken(self): + return self.get_query_params().get('ClientToken') + + def set_ClientToken(self,ClientToken): + self.add_query_param('ClientToken',ClientToken) + + def get_Description(self): + return self.get_query_params().get('Description') + + def set_Description(self,Description): + self.add_query_param('Description',Description) + + def get_StartTime(self): + return self.get_query_params().get('StartTime') + + def set_StartTime(self,StartTime): + self.add_query_param('StartTime',StartTime) + + def get_Capacity(self): + return self.get_query_params().get('Capacity') + + def set_Capacity(self,Capacity): + self.add_query_param('Capacity',Capacity) + + def get_Period(self): + return self.get_query_params().get('Period') + + def set_Period(self,Period): + self.add_query_param('Period',Period) + + def get_Amount(self): + return self.get_query_params().get('Amount') + + def set_Amount(self,Amount): + self.add_query_param('Amount',Amount) + + def get_FromApp(self): + return self.get_query_params().get('FromApp') + + def set_FromApp(self,FromApp): + self.add_query_param('FromApp',FromApp) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_PeriodUnit(self): + return self.get_query_params().get('PeriodUnit') + + def set_PeriodUnit(self,PeriodUnit): + self.add_query_param('PeriodUnit',PeriodUnit) + + def get_Name(self): + return self.get_query_params().get('Name') + + def set_Name(self,Name): + self.add_query_param('Name',Name) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ReActivateInstancesRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ReActivateInstancesRequest.py new file mode 100644 index 0000000000..4dbd4e57d0 --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ReActivateInstancesRequest.py @@ -0,0 +1,56 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class ReActivateInstancesRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ReActivateInstances') + self.set_method('POST') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_InstanceId(self): + return self.get_query_params().get('InstanceId') + + def set_InstanceId(self,InstanceId): + self.add_query_param('InstanceId',InstanceId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ReInitDiskRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ReInitDiskRequest.py new file mode 100644 index 0000000000..fa773d83e3 --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ReInitDiskRequest.py @@ -0,0 +1,80 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class ReInitDiskRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ReInitDisk') + self.set_method('POST') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_AutoStartInstance(self): + return self.get_query_params().get('AutoStartInstance') + + def set_AutoStartInstance(self,AutoStartInstance): + self.add_query_param('AutoStartInstance',AutoStartInstance) + + def get_SecurityEnhancementStrategy(self): + return self.get_query_params().get('SecurityEnhancementStrategy') + + def set_SecurityEnhancementStrategy(self,SecurityEnhancementStrategy): + self.add_query_param('SecurityEnhancementStrategy',SecurityEnhancementStrategy) + + def get_KeyPairName(self): + return self.get_query_params().get('KeyPairName') + + def set_KeyPairName(self,KeyPairName): + self.add_query_param('KeyPairName',KeyPairName) + + def get_Password(self): + return self.get_query_params().get('Password') + + def set_Password(self,Password): + self.add_query_param('Password',Password) + + def get_DiskId(self): + return self.get_query_params().get('DiskId') + + def set_DiskId(self,DiskId): + self.add_query_param('DiskId',DiskId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RebootInstanceRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RebootInstanceRequest.py new file mode 100644 index 0000000000..49f7769ac7 --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RebootInstanceRequest.py @@ -0,0 +1,68 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class RebootInstanceRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'RebootInstance') + self.set_method('POST') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_ForceStop(self): + return self.get_query_params().get('ForceStop') + + def set_ForceStop(self,ForceStop): + self.add_query_param('ForceStop',ForceStop) + + def get_DryRun(self): + return self.get_query_params().get('DryRun') + + def set_DryRun(self,DryRun): + self.add_query_param('DryRun',DryRun) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_InstanceId(self): + return self.get_query_params().get('InstanceId') + + def set_InstanceId(self,InstanceId): + self.add_query_param('InstanceId',InstanceId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RebootInstancesRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RebootInstancesRequest.py new file mode 100644 index 0000000000..365f9c71e1 --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RebootInstancesRequest.py @@ -0,0 +1,76 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class RebootInstancesRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'RebootInstances') + self.set_method('POST') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_BatchOptimization(self): + return self.get_query_params().get('BatchOptimization') + + def set_BatchOptimization(self,BatchOptimization): + self.add_query_param('BatchOptimization',BatchOptimization) + + def get_DryRun(self): + return self.get_query_params().get('DryRun') + + def set_DryRun(self,DryRun): + self.add_query_param('DryRun',DryRun) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_ForceReboot(self): + return self.get_query_params().get('ForceReboot') + + def set_ForceReboot(self,ForceReboot): + self.add_query_param('ForceReboot',ForceReboot) + + def get_InstanceIds(self): + return self.get_query_params().get('InstanceId') + + def set_InstanceIds(self, InstanceIds): + for depth1 in range(len(InstanceIds)): + if InstanceIds[depth1] is not None: + self.add_query_param('InstanceId.' + str(depth1 + 1) , InstanceIds[depth1]) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RecoverVirtualBorderRouterRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RecoverVirtualBorderRouterRequest.py new file mode 100644 index 0000000000..41ed6e8272 --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RecoverVirtualBorderRouterRequest.py @@ -0,0 +1,68 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class RecoverVirtualBorderRouterRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'RecoverVirtualBorderRouter') + self.set_method('POST') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_ClientToken(self): + return self.get_query_params().get('ClientToken') + + def set_ClientToken(self,ClientToken): + self.add_query_param('ClientToken',ClientToken) + + def get_VbrId(self): + return self.get_query_params().get('VbrId') + + def set_VbrId(self,VbrId): + self.add_query_param('VbrId',VbrId) + + def get_UserCidr(self): + return self.get_query_params().get('UserCidr') + + def set_UserCidr(self,UserCidr): + self.add_query_param('UserCidr',UserCidr) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RedeployDedicatedHostRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RedeployDedicatedHostRequest.py new file mode 100644 index 0000000000..e1ecd43f2a --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RedeployDedicatedHostRequest.py @@ -0,0 +1,56 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class RedeployDedicatedHostRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'RedeployDedicatedHost') + self.set_method('POST') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_DedicatedHostId(self): + return self.get_query_params().get('DedicatedHostId') + + def set_DedicatedHostId(self,DedicatedHostId): + self.add_query_param('DedicatedHostId',DedicatedHostId) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RedeployInstanceRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RedeployInstanceRequest.py new file mode 100644 index 0000000000..4b587324fb --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RedeployInstanceRequest.py @@ -0,0 +1,62 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class RedeployInstanceRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'RedeployInstance') + self.set_method('POST') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_ForceStop(self): + return self.get_query_params().get('ForceStop') + + def set_ForceStop(self,ForceStop): + self.add_query_param('ForceStop',ForceStop) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_InstanceId(self): + return self.get_query_params().get('InstanceId') + + def set_InstanceId(self,InstanceId): + self.add_query_param('InstanceId',InstanceId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ReleaseCapacityReservationRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ReleaseCapacityReservationRequest.py new file mode 100644 index 0000000000..f8275683d6 --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ReleaseCapacityReservationRequest.py @@ -0,0 +1,62 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class ReleaseCapacityReservationRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ReleaseCapacityReservation') + self.set_method('POST') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_PrivatePoolOptionsId(self): + return self.get_query_params().get('PrivatePoolOptions.Id') + + def set_PrivatePoolOptionsId(self,PrivatePoolOptionsId): + self.add_query_param('PrivatePoolOptions.Id',PrivatePoolOptionsId) + + def get_DryRun(self): + return self.get_query_params().get('DryRun') + + def set_DryRun(self,DryRun): + self.add_query_param('DryRun',DryRun) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ReleaseDedicatedHostRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ReleaseDedicatedHostRequest.py new file mode 100644 index 0000000000..f9ef3d6c26 --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ReleaseDedicatedHostRequest.py @@ -0,0 +1,56 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class ReleaseDedicatedHostRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ReleaseDedicatedHost') + self.set_method('POST') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_DedicatedHostId(self): + return self.get_query_params().get('DedicatedHostId') + + def set_DedicatedHostId(self,DedicatedHostId): + self.add_query_param('DedicatedHostId',DedicatedHostId) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ReleaseEipAddressRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ReleaseEipAddressRequest.py new file mode 100644 index 0000000000..0015fc0dfa --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ReleaseEipAddressRequest.py @@ -0,0 +1,56 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class ReleaseEipAddressRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ReleaseEipAddress') + self.set_method('POST') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_AllocationId(self): + return self.get_query_params().get('AllocationId') + + def set_AllocationId(self,AllocationId): + self.add_query_param('AllocationId',AllocationId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ReleasePublicIpAddressRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ReleasePublicIpAddressRequest.py new file mode 100644 index 0000000000..1bac794860 --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ReleasePublicIpAddressRequest.py @@ -0,0 +1,62 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class ReleasePublicIpAddressRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ReleasePublicIpAddress') + self.set_method('POST') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_PublicIpAddress(self): + return self.get_query_params().get('PublicIpAddress') + + def set_PublicIpAddress(self,PublicIpAddress): + self.add_query_param('PublicIpAddress',PublicIpAddress) + + def get_InstanceId(self): + return self.get_query_params().get('InstanceId') + + def set_InstanceId(self,InstanceId): + self.add_query_param('InstanceId',InstanceId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RemoveBandwidthPackageIpsRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RemoveBandwidthPackageIpsRequest.py new file mode 100644 index 0000000000..320440ba17 --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RemoveBandwidthPackageIpsRequest.py @@ -0,0 +1,70 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class RemoveBandwidthPackageIpsRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'RemoveBandwidthPackageIps') + self.set_method('POST') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_ClientToken(self): + return self.get_query_params().get('ClientToken') + + def set_ClientToken(self,ClientToken): + self.add_query_param('ClientToken',ClientToken) + + def get_RemovedIpAddressess(self): + return self.get_query_params().get('RemovedIpAddresses') + + def set_RemovedIpAddressess(self, RemovedIpAddressess): + for depth1 in range(len(RemovedIpAddressess)): + if RemovedIpAddressess[depth1] is not None: + self.add_query_param('RemovedIpAddresses.' + str(depth1 + 1) , RemovedIpAddressess[depth1]) + + def get_BandwidthPackageId(self): + return self.get_query_params().get('BandwidthPackageId') + + def set_BandwidthPackageId(self,BandwidthPackageId): + self.add_query_param('BandwidthPackageId',BandwidthPackageId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RemoveTagsRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RemoveTagsRequest.py new file mode 100644 index 0000000000..c570e46990 --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RemoveTagsRequest.py @@ -0,0 +1,66 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class RemoveTagsRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'RemoveTags') + self.set_method('POST') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_Tags(self): + return self.get_query_params().get('Tag') + + def set_Tags(self, Tags): + for depth1 in range(len(Tags)): + if Tags[depth1].get('Value') is not None: + self.add_query_param('Tag.' + str(depth1 + 1) + '.Value', Tags[depth1].get('Value')) + if Tags[depth1].get('Key') is not None: + self.add_query_param('Tag.' + str(depth1 + 1) + '.Key', Tags[depth1].get('Key')) + + def get_ResourceId(self): + return self.get_query_params().get('ResourceId') + + def set_ResourceId(self,ResourceId): + self.add_query_param('ResourceId',ResourceId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_ResourceType(self): + return self.get_query_params().get('ResourceType') + + def set_ResourceType(self,ResourceType): + self.add_query_param('ResourceType',ResourceType) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RenewDedicatedHostsRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RenewDedicatedHostsRequest.py new file mode 100644 index 0000000000..328aa356b9 --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RenewDedicatedHostsRequest.py @@ -0,0 +1,74 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class RenewDedicatedHostsRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'RenewDedicatedHosts') + self.set_method('POST') + + def get_DedicatedHostIds(self): + return self.get_query_params().get('DedicatedHostIds') + + def set_DedicatedHostIds(self,DedicatedHostIds): + self.add_query_param('DedicatedHostIds',DedicatedHostIds) + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_ClientToken(self): + return self.get_query_params().get('ClientToken') + + def set_ClientToken(self,ClientToken): + self.add_query_param('ClientToken',ClientToken) + + def get_Period(self): + return self.get_query_params().get('Period') + + def set_Period(self,Period): + self.add_query_param('Period',Period) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_PeriodUnit(self): + return self.get_query_params().get('PeriodUnit') + + def set_PeriodUnit(self,PeriodUnit): + self.add_query_param('PeriodUnit',PeriodUnit) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RenewInstanceRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RenewInstanceRequest.py new file mode 100644 index 0000000000..78c75c844c --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RenewInstanceRequest.py @@ -0,0 +1,74 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class RenewInstanceRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'RenewInstance') + self.set_method('POST') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_ClientToken(self): + return self.get_query_params().get('ClientToken') + + def set_ClientToken(self,ClientToken): + self.add_query_param('ClientToken',ClientToken) + + def get_Period(self): + return self.get_query_params().get('Period') + + def set_Period(self,Period): + self.add_query_param('Period',Period) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_PeriodUnit(self): + return self.get_query_params().get('PeriodUnit') + + def set_PeriodUnit(self,PeriodUnit): + self.add_query_param('PeriodUnit',PeriodUnit) + + def get_InstanceId(self): + return self.get_query_params().get('InstanceId') + + def set_InstanceId(self,InstanceId): + self.add_query_param('InstanceId',InstanceId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ReplaceSystemDiskRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ReplaceSystemDiskRequest.py new file mode 100644 index 0000000000..fb34d7ec40 --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ReplaceSystemDiskRequest.py @@ -0,0 +1,122 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class ReplaceSystemDiskRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ReplaceSystemDisk') + self.set_method('POST') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_ImageId(self): + return self.get_query_params().get('ImageId') + + def set_ImageId(self,ImageId): + self.add_query_param('ImageId',ImageId) + + def get_ClientToken(self): + return self.get_query_params().get('ClientToken') + + def set_ClientToken(self,ClientToken): + self.add_query_param('ClientToken',ClientToken) + + def get_SecurityEnhancementStrategy(self): + return self.get_query_params().get('SecurityEnhancementStrategy') + + def set_SecurityEnhancementStrategy(self,SecurityEnhancementStrategy): + self.add_query_param('SecurityEnhancementStrategy',SecurityEnhancementStrategy) + + def get_KeyPairName(self): + return self.get_query_params().get('KeyPairName') + + def set_KeyPairName(self,KeyPairName): + self.add_query_param('KeyPairName',KeyPairName) + + def get_Platform(self): + return self.get_query_params().get('Platform') + + def set_Platform(self,Platform): + self.add_query_param('Platform',Platform) + + def get_Password(self): + return self.get_query_params().get('Password') + + def set_Password(self,Password): + self.add_query_param('Password',Password) + + def get_PasswordInherit(self): + return self.get_query_params().get('PasswordInherit') + + def set_PasswordInherit(self,PasswordInherit): + self.add_query_param('PasswordInherit',PasswordInherit) + + def get_DiskId(self): + return self.get_query_params().get('DiskId') + + def set_DiskId(self,DiskId): + self.add_query_param('DiskId',DiskId) + + def get_Architecture(self): + return self.get_query_params().get('Architecture') + + def set_Architecture(self,Architecture): + self.add_query_param('Architecture',Architecture) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_InstanceId(self): + return self.get_query_params().get('InstanceId') + + def set_InstanceId(self,InstanceId): + self.add_query_param('InstanceId',InstanceId) + + def get_SystemDiskSize(self): + return self.get_query_params().get('SystemDisk.Size') + + def set_SystemDiskSize(self,SystemDiskSize): + self.add_query_param('SystemDisk.Size',SystemDiskSize) + + def get_UseAdditionalService(self): + return self.get_query_params().get('UseAdditionalService') + + def set_UseAdditionalService(self,UseAdditionalService): + self.add_query_param('UseAdditionalService',UseAdditionalService) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ReportInstancesStatusRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ReportInstancesStatusRequest.py new file mode 100644 index 0000000000..a057e5ec8c --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ReportInstancesStatusRequest.py @@ -0,0 +1,104 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class ReportInstancesStatusRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ReportInstancesStatus') + self.set_method('POST') + + def get_Reason(self): + return self.get_query_params().get('Reason') + + def set_Reason(self,Reason): + self.add_query_param('Reason',Reason) + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_Description(self): + return self.get_query_params().get('Description') + + def set_Description(self,Description): + self.add_query_param('Description',Description) + + def get_StartTime(self): + return self.get_query_params().get('StartTime') + + def set_StartTime(self,StartTime): + self.add_query_param('StartTime',StartTime) + + def get_IssueCategory(self): + return self.get_query_params().get('IssueCategory') + + def set_IssueCategory(self,IssueCategory): + self.add_query_param('IssueCategory',IssueCategory) + + def get_DiskIds(self): + return self.get_query_params().get('DiskId') + + def set_DiskIds(self, DiskIds): + for depth1 in range(len(DiskIds)): + if DiskIds[depth1] is not None: + self.add_query_param('DiskId.' + str(depth1 + 1) , DiskIds[depth1]) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_EndTime(self): + return self.get_query_params().get('EndTime') + + def set_EndTime(self,EndTime): + self.add_query_param('EndTime',EndTime) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_InstanceIds(self): + return self.get_query_params().get('InstanceId') + + def set_InstanceIds(self, InstanceIds): + for depth1 in range(len(InstanceIds)): + if InstanceIds[depth1] is not None: + self.add_query_param('InstanceId.' + str(depth1 + 1) , InstanceIds[depth1]) + + def get_Devices(self): + return self.get_query_params().get('Device') + + def set_Devices(self, Devices): + for depth1 in range(len(Devices)): + if Devices[depth1] is not None: + self.add_query_param('Device.' + str(depth1 + 1) , Devices[depth1]) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ResetDiskRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ResetDiskRequest.py new file mode 100644 index 0000000000..107ba3dca0 --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ResetDiskRequest.py @@ -0,0 +1,62 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class ResetDiskRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ResetDisk') + self.set_method('POST') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_SnapshotId(self): + return self.get_query_params().get('SnapshotId') + + def set_SnapshotId(self,SnapshotId): + self.add_query_param('SnapshotId',SnapshotId) + + def get_DiskId(self): + return self.get_query_params().get('DiskId') + + def set_DiskId(self,DiskId): + self.add_query_param('DiskId',DiskId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ResetDisksRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ResetDisksRequest.py new file mode 100644 index 0000000000..4495ddc19f --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ResetDisksRequest.py @@ -0,0 +1,60 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class ResetDisksRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ResetDisks') + self.set_method('POST') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_Disks(self): + return self.get_query_params().get('Disk') + + def set_Disks(self, Disks): + for depth1 in range(len(Disks)): + if Disks[depth1].get('DiskId') is not None: + self.add_query_param('Disk.' + str(depth1 + 1) + '.DiskId', Disks[depth1].get('DiskId')) + if Disks[depth1].get('SnapshotId') is not None: + self.add_query_param('Disk.' + str(depth1 + 1) + '.SnapshotId', Disks[depth1].get('SnapshotId')) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ResizeDiskRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ResizeDiskRequest.py new file mode 100644 index 0000000000..c3aeb97fc1 --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ResizeDiskRequest.py @@ -0,0 +1,74 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class ResizeDiskRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ResizeDisk') + self.set_method('POST') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_ClientToken(self): + return self.get_query_params().get('ClientToken') + + def set_ClientToken(self,ClientToken): + self.add_query_param('ClientToken',ClientToken) + + def get_Type(self): + return self.get_query_params().get('Type') + + def set_Type(self,Type): + self.add_query_param('Type',Type) + + def get_DiskId(self): + return self.get_query_params().get('DiskId') + + def set_DiskId(self,DiskId): + self.add_query_param('DiskId',DiskId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_NewSize(self): + return self.get_query_params().get('NewSize') + + def set_NewSize(self,NewSize): + self.add_query_param('NewSize',NewSize) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RevokeSecurityGroupEgressRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RevokeSecurityGroupEgressRequest.py new file mode 100644 index 0000000000..10a6eba095 --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RevokeSecurityGroupEgressRequest.py @@ -0,0 +1,146 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class RevokeSecurityGroupEgressRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'RevokeSecurityGroupEgress') + self.set_method('POST') + + def get_NicType(self): + return self.get_query_params().get('NicType') + + def set_NicType(self,NicType): + self.add_query_param('NicType',NicType) + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_SourcePortRange(self): + return self.get_query_params().get('SourcePortRange') + + def set_SourcePortRange(self,SourcePortRange): + self.add_query_param('SourcePortRange',SourcePortRange) + + def get_ClientToken(self): + return self.get_query_params().get('ClientToken') + + def set_ClientToken(self,ClientToken): + self.add_query_param('ClientToken',ClientToken) + + def get_SecurityGroupId(self): + return self.get_query_params().get('SecurityGroupId') + + def set_SecurityGroupId(self,SecurityGroupId): + self.add_query_param('SecurityGroupId',SecurityGroupId) + + def get_Description(self): + return self.get_query_params().get('Description') + + def set_Description(self,Description): + self.add_query_param('Description',Description) + + def get_Ipv6DestCidrIp(self): + return self.get_query_params().get('Ipv6DestCidrIp') + + def set_Ipv6DestCidrIp(self,Ipv6DestCidrIp): + self.add_query_param('Ipv6DestCidrIp',Ipv6DestCidrIp) + + def get_Ipv6SourceCidrIp(self): + return self.get_query_params().get('Ipv6SourceCidrIp') + + def set_Ipv6SourceCidrIp(self,Ipv6SourceCidrIp): + self.add_query_param('Ipv6SourceCidrIp',Ipv6SourceCidrIp) + + def get_Policy(self): + return self.get_query_params().get('Policy') + + def set_Policy(self,Policy): + self.add_query_param('Policy',Policy) + + def get_PortRange(self): + return self.get_query_params().get('PortRange') + + def set_PortRange(self,PortRange): + self.add_query_param('PortRange',PortRange) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_IpProtocol(self): + return self.get_query_params().get('IpProtocol') + + def set_IpProtocol(self,IpProtocol): + self.add_query_param('IpProtocol',IpProtocol) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_SourceCidrIp(self): + return self.get_query_params().get('SourceCidrIp') + + def set_SourceCidrIp(self,SourceCidrIp): + self.add_query_param('SourceCidrIp',SourceCidrIp) + + def get_DestGroupId(self): + return self.get_query_params().get('DestGroupId') + + def set_DestGroupId(self,DestGroupId): + self.add_query_param('DestGroupId',DestGroupId) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_DestGroupOwnerAccount(self): + return self.get_query_params().get('DestGroupOwnerAccount') + + def set_DestGroupOwnerAccount(self,DestGroupOwnerAccount): + self.add_query_param('DestGroupOwnerAccount',DestGroupOwnerAccount) + + def get_Priority(self): + return self.get_query_params().get('Priority') + + def set_Priority(self,Priority): + self.add_query_param('Priority',Priority) + + def get_DestCidrIp(self): + return self.get_query_params().get('DestCidrIp') + + def set_DestCidrIp(self,DestCidrIp): + self.add_query_param('DestCidrIp',DestCidrIp) + + def get_DestGroupOwnerId(self): + return self.get_query_params().get('DestGroupOwnerId') + + def set_DestGroupOwnerId(self,DestGroupOwnerId): + self.add_query_param('DestGroupOwnerId',DestGroupOwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RevokeSecurityGroupRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RevokeSecurityGroupRequest.py new file mode 100644 index 0000000000..7f3b5f867d --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RevokeSecurityGroupRequest.py @@ -0,0 +1,146 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class RevokeSecurityGroupRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'RevokeSecurityGroup') + self.set_method('POST') + + def get_NicType(self): + return self.get_query_params().get('NicType') + + def set_NicType(self,NicType): + self.add_query_param('NicType',NicType) + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_SourcePortRange(self): + return self.get_query_params().get('SourcePortRange') + + def set_SourcePortRange(self,SourcePortRange): + self.add_query_param('SourcePortRange',SourcePortRange) + + def get_ClientToken(self): + return self.get_query_params().get('ClientToken') + + def set_ClientToken(self,ClientToken): + self.add_query_param('ClientToken',ClientToken) + + def get_SecurityGroupId(self): + return self.get_query_params().get('SecurityGroupId') + + def set_SecurityGroupId(self,SecurityGroupId): + self.add_query_param('SecurityGroupId',SecurityGroupId) + + def get_Description(self): + return self.get_query_params().get('Description') + + def set_Description(self,Description): + self.add_query_param('Description',Description) + + def get_SourceGroupOwnerId(self): + return self.get_query_params().get('SourceGroupOwnerId') + + def set_SourceGroupOwnerId(self,SourceGroupOwnerId): + self.add_query_param('SourceGroupOwnerId',SourceGroupOwnerId) + + def get_SourceGroupOwnerAccount(self): + return self.get_query_params().get('SourceGroupOwnerAccount') + + def set_SourceGroupOwnerAccount(self,SourceGroupOwnerAccount): + self.add_query_param('SourceGroupOwnerAccount',SourceGroupOwnerAccount) + + def get_Ipv6DestCidrIp(self): + return self.get_query_params().get('Ipv6DestCidrIp') + + def set_Ipv6DestCidrIp(self,Ipv6DestCidrIp): + self.add_query_param('Ipv6DestCidrIp',Ipv6DestCidrIp) + + def get_Ipv6SourceCidrIp(self): + return self.get_query_params().get('Ipv6SourceCidrIp') + + def set_Ipv6SourceCidrIp(self,Ipv6SourceCidrIp): + self.add_query_param('Ipv6SourceCidrIp',Ipv6SourceCidrIp) + + def get_Policy(self): + return self.get_query_params().get('Policy') + + def set_Policy(self,Policy): + self.add_query_param('Policy',Policy) + + def get_PortRange(self): + return self.get_query_params().get('PortRange') + + def set_PortRange(self,PortRange): + self.add_query_param('PortRange',PortRange) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_IpProtocol(self): + return self.get_query_params().get('IpProtocol') + + def set_IpProtocol(self,IpProtocol): + self.add_query_param('IpProtocol',IpProtocol) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_SourceCidrIp(self): + return self.get_query_params().get('SourceCidrIp') + + def set_SourceCidrIp(self,SourceCidrIp): + self.add_query_param('SourceCidrIp',SourceCidrIp) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_Priority(self): + return self.get_query_params().get('Priority') + + def set_Priority(self,Priority): + self.add_query_param('Priority',Priority) + + def get_DestCidrIp(self): + return self.get_query_params().get('DestCidrIp') + + def set_DestCidrIp(self,DestCidrIp): + self.add_query_param('DestCidrIp',DestCidrIp) + + def get_SourceGroupId(self): + return self.get_query_params().get('SourceGroupId') + + def set_SourceGroupId(self,SourceGroupId): + self.add_query_param('SourceGroupId',SourceGroupId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RunCommandRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RunCommandRequest.py new file mode 100644 index 0000000000..c56b197125 --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RunCommandRequest.py @@ -0,0 +1,136 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class RunCommandRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'RunCommand') + self.set_method('POST') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_WorkingDir(self): + return self.get_query_params().get('WorkingDir') + + def set_WorkingDir(self,WorkingDir): + self.add_query_param('WorkingDir',WorkingDir) + + def get_Description(self): + return self.get_query_params().get('Description') + + def set_Description(self,Description): + self.add_query_param('Description',Description) + + def get_Type(self): + return self.get_query_params().get('Type') + + def set_Type(self,Type): + self.add_query_param('Type',Type) + + def get_CommandContent(self): + return self.get_query_params().get('CommandContent') + + def set_CommandContent(self,CommandContent): + self.add_query_param('CommandContent',CommandContent) + + def get_Timeout(self): + return self.get_query_params().get('Timeout') + + def set_Timeout(self,Timeout): + self.add_query_param('Timeout',Timeout) + + def get_Frequency(self): + return self.get_query_params().get('Frequency') + + def set_Frequency(self,Frequency): + self.add_query_param('Frequency',Frequency) + + def get_ContentEncoding(self): + return self.get_query_params().get('ContentEncoding') + + def set_ContentEncoding(self,ContentEncoding): + self.add_query_param('ContentEncoding',ContentEncoding) + + def get_KeepCommand(self): + return self.get_query_params().get('KeepCommand') + + def set_KeepCommand(self,KeepCommand): + self.add_query_param('KeepCommand',KeepCommand) + + def get_Timed(self): + return self.get_query_params().get('Timed') + + def set_Timed(self,Timed): + self.add_query_param('Timed',Timed) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_InstanceIds(self): + return self.get_query_params().get('InstanceId') + + def set_InstanceIds(self, InstanceIds): + for depth1 in range(len(InstanceIds)): + if InstanceIds[depth1] is not None: + self.add_query_param('InstanceId.' + str(depth1 + 1) , InstanceIds[depth1]) + + def get_Name(self): + return self.get_query_params().get('Name') + + def set_Name(self,Name): + self.add_query_param('Name',Name) + + def get_Parameters(self): + return self.get_query_params().get('Parameters') + + def set_Parameters(self,Parameters): + self.add_query_param('Parameters',Parameters) + + def get_EnableParameter(self): + return self.get_query_params().get('EnableParameter') + + def set_EnableParameter(self,EnableParameter): + self.add_query_param('EnableParameter',EnableParameter) + + def get_Username(self): + return self.get_query_params().get('Username') + + def set_Username(self,Username): + self.add_query_param('Username',Username) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RunInstancesRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RunInstancesRequest.py new file mode 100644 index 0000000000..29a22569d3 --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RunInstancesRequest.py @@ -0,0 +1,542 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class RunInstancesRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'RunInstances') + self.set_method('POST') + + def get_UniqueSuffix(self): + return self.get_query_params().get('UniqueSuffix') + + def set_UniqueSuffix(self,UniqueSuffix): + self.add_query_param('UniqueSuffix',UniqueSuffix) + + def get_SecurityEnhancementStrategy(self): + return self.get_query_params().get('SecurityEnhancementStrategy') + + def set_SecurityEnhancementStrategy(self,SecurityEnhancementStrategy): + self.add_query_param('SecurityEnhancementStrategy',SecurityEnhancementStrategy) + + def get_MinAmount(self): + return self.get_query_params().get('MinAmount') + + def set_MinAmount(self,MinAmount): + self.add_query_param('MinAmount',MinAmount) + + def get_DeletionProtection(self): + return self.get_query_params().get('DeletionProtection') + + def set_DeletionProtection(self,DeletionProtection): + self.add_query_param('DeletionProtection',DeletionProtection) + + def get_ResourceGroupId(self): + return self.get_query_params().get('ResourceGroupId') + + def set_ResourceGroupId(self,ResourceGroupId): + self.add_query_param('ResourceGroupId',ResourceGroupId) + + def get_PrivatePoolOptionsMatchCriteria(self): + return self.get_query_params().get('PrivatePoolOptions.MatchCriteria') + + def set_PrivatePoolOptionsMatchCriteria(self,PrivatePoolOptionsMatchCriteria): + self.add_query_param('PrivatePoolOptions.MatchCriteria',PrivatePoolOptionsMatchCriteria) + + def get_HostName(self): + return self.get_query_params().get('HostName') + + def set_HostName(self,HostName): + self.add_query_param('HostName',HostName) + + def get_Password(self): + return self.get_query_params().get('Password') + + def set_Password(self,Password): + self.add_query_param('Password',Password) + + def get_DeploymentSetGroupNo(self): + return self.get_query_params().get('DeploymentSetGroupNo') + + def set_DeploymentSetGroupNo(self,DeploymentSetGroupNo): + self.add_query_param('DeploymentSetGroupNo',DeploymentSetGroupNo) + + def get_SystemDiskAutoSnapshotPolicyId(self): + return self.get_query_params().get('SystemDisk.AutoSnapshotPolicyId') + + def set_SystemDiskAutoSnapshotPolicyId(self,SystemDiskAutoSnapshotPolicyId): + self.add_query_param('SystemDisk.AutoSnapshotPolicyId',SystemDiskAutoSnapshotPolicyId) + + def get_CpuOptionsCore(self): + return self.get_query_params().get('CpuOptions.Core') + + def set_CpuOptionsCore(self,CpuOptionsCore): + self.add_query_param('CpuOptions.Core',CpuOptionsCore) + + def get_Period(self): + return self.get_query_params().get('Period') + + def set_Period(self,Period): + self.add_query_param('Period',Period) + + def get_DryRun(self): + return self.get_query_params().get('DryRun') + + def set_DryRun(self,DryRun): + self.add_query_param('DryRun',DryRun) + + def get_CpuOptionsNuma(self): + return self.get_query_params().get('CpuOptions.Numa') + + def set_CpuOptionsNuma(self,CpuOptionsNuma): + self.add_query_param('CpuOptions.Numa',CpuOptionsNuma) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_SpotStrategy(self): + return self.get_query_params().get('SpotStrategy') + + def set_SpotStrategy(self,SpotStrategy): + self.add_query_param('SpotStrategy',SpotStrategy) + + def get_PrivateIpAddress(self): + return self.get_query_params().get('PrivateIpAddress') + + def set_PrivateIpAddress(self,PrivateIpAddress): + self.add_query_param('PrivateIpAddress',PrivateIpAddress) + + def get_PeriodUnit(self): + return self.get_query_params().get('PeriodUnit') + + def set_PeriodUnit(self,PeriodUnit): + self.add_query_param('PeriodUnit',PeriodUnit) + + def get_AutoRenew(self): + return self.get_query_params().get('AutoRenew') + + def set_AutoRenew(self,AutoRenew): + self.add_query_param('AutoRenew',AutoRenew) + + def get_InternetChargeType(self): + return self.get_query_params().get('InternetChargeType') + + def set_InternetChargeType(self,InternetChargeType): + self.add_query_param('InternetChargeType',InternetChargeType) + + def get_InternetMaxBandwidthIn(self): + return self.get_query_params().get('InternetMaxBandwidthIn') + + def set_InternetMaxBandwidthIn(self,InternetMaxBandwidthIn): + self.add_query_param('InternetMaxBandwidthIn',InternetMaxBandwidthIn) + + def get_Affinity(self): + return self.get_query_params().get('Affinity') + + def set_Affinity(self,Affinity): + self.add_query_param('Affinity',Affinity) + + def get_ImageId(self): + return self.get_query_params().get('ImageId') + + def set_ImageId(self,ImageId): + self.add_query_param('ImageId',ImageId) + + def get_SpotInterruptionBehavior(self): + return self.get_query_params().get('SpotInterruptionBehavior') + + def set_SpotInterruptionBehavior(self,SpotInterruptionBehavior): + self.add_query_param('SpotInterruptionBehavior',SpotInterruptionBehavior) + + def get_NetworkInterfaceQueueNumber(self): + return self.get_query_params().get('NetworkInterfaceQueueNumber') + + def set_NetworkInterfaceQueueNumber(self,NetworkInterfaceQueueNumber): + self.add_query_param('NetworkInterfaceQueueNumber',NetworkInterfaceQueueNumber) + + def get_IoOptimized(self): + return self.get_query_params().get('IoOptimized') + + def set_IoOptimized(self,IoOptimized): + self.add_query_param('IoOptimized',IoOptimized) + + def get_SecurityGroupId(self): + return self.get_query_params().get('SecurityGroupId') + + def set_SecurityGroupId(self,SecurityGroupId): + self.add_query_param('SecurityGroupId',SecurityGroupId) + + def get_SystemDiskPerformanceLevel(self): + return self.get_query_params().get('SystemDisk.PerformanceLevel') + + def set_SystemDiskPerformanceLevel(self,SystemDiskPerformanceLevel): + self.add_query_param('SystemDisk.PerformanceLevel',SystemDiskPerformanceLevel) + + def get_PasswordInherit(self): + return self.get_query_params().get('PasswordInherit') + + def set_PasswordInherit(self,PasswordInherit): + self.add_query_param('PasswordInherit',PasswordInherit) + + def get_InstanceType(self): + return self.get_query_params().get('InstanceType') + + def set_InstanceType(self,InstanceType): + self.add_query_param('InstanceType',InstanceType) + + def get_Arns(self): + return self.get_query_params().get('Arn') + + def set_Arns(self, Arns): + for depth1 in range(len(Arns)): + if Arns[depth1].get('AssumeRoleFor') is not None: + self.add_query_param('Arn.' + str(depth1 + 1) + '.AssumeRoleFor', Arns[depth1].get('AssumeRoleFor')) + if Arns[depth1].get('Rolearn') is not None: + self.add_query_param('Arn.' + str(depth1 + 1) + '.Rolearn', Arns[depth1].get('Rolearn')) + if Arns[depth1].get('RoleType') is not None: + self.add_query_param('Arn.' + str(depth1 + 1) + '.RoleType', Arns[depth1].get('RoleType')) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_SchedulerOptionsDedicatedHostClusterId(self): + return self.get_query_params().get('SchedulerOptions.DedicatedHostClusterId') + + def set_SchedulerOptionsDedicatedHostClusterId(self,SchedulerOptionsDedicatedHostClusterId): + self.add_query_param('SchedulerOptions.DedicatedHostClusterId',SchedulerOptionsDedicatedHostClusterId) + + def get_SystemDiskDiskName(self): + return self.get_query_params().get('SystemDisk.DiskName') + + def set_SystemDiskDiskName(self,SystemDiskDiskName): + self.add_query_param('SystemDisk.DiskName',SystemDiskDiskName) + + def get_DedicatedHostId(self): + return self.get_query_params().get('DedicatedHostId') + + def set_DedicatedHostId(self,DedicatedHostId): + self.add_query_param('DedicatedHostId',DedicatedHostId) + + def get_SecurityGroupIdss(self): + return self.get_query_params().get('SecurityGroupIds') + + def set_SecurityGroupIdss(self, SecurityGroupIdss): + for depth1 in range(len(SecurityGroupIdss)): + if SecurityGroupIdss[depth1] is not None: + self.add_query_param('SecurityGroupIds.' + str(depth1 + 1) , SecurityGroupIdss[depth1]) + + def get_SpotDuration(self): + return self.get_query_params().get('SpotDuration') + + def set_SpotDuration(self,SpotDuration): + self.add_query_param('SpotDuration',SpotDuration) + + def get_SystemDiskSize(self): + return self.get_query_params().get('SystemDisk.Size') + + def set_SystemDiskSize(self,SystemDiskSize): + self.add_query_param('SystemDisk.Size',SystemDiskSize) + + def get_ImageFamily(self): + return self.get_query_params().get('ImageFamily') + + def set_ImageFamily(self,ImageFamily): + self.add_query_param('ImageFamily',ImageFamily) + + def get_LaunchTemplateName(self): + return self.get_query_params().get('LaunchTemplateName') + + def set_LaunchTemplateName(self,LaunchTemplateName): + self.add_query_param('LaunchTemplateName',LaunchTemplateName) + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_HpcClusterId(self): + return self.get_query_params().get('HpcClusterId') + + def set_HpcClusterId(self,HpcClusterId): + self.add_query_param('HpcClusterId',HpcClusterId) + + def get_HttpPutResponseHopLimit(self): + return self.get_query_params().get('HttpPutResponseHopLimit') + + def set_HttpPutResponseHopLimit(self,HttpPutResponseHopLimit): + self.add_query_param('HttpPutResponseHopLimit',HttpPutResponseHopLimit) + + def get_Isp(self): + return self.get_query_params().get('Isp') + + def set_Isp(self,Isp): + self.add_query_param('Isp',Isp) + + def get_KeyPairName(self): + return self.get_query_params().get('KeyPairName') + + def set_KeyPairName(self,KeyPairName): + self.add_query_param('KeyPairName',KeyPairName) + + def get_SpotPriceLimit(self): + return self.get_query_params().get('SpotPriceLimit') + + def set_SpotPriceLimit(self,SpotPriceLimit): + self.add_query_param('SpotPriceLimit',SpotPriceLimit) + + def get_StorageSetPartitionNumber(self): + return self.get_query_params().get('StorageSetPartitionNumber') + + def set_StorageSetPartitionNumber(self,StorageSetPartitionNumber): + self.add_query_param('StorageSetPartitionNumber',StorageSetPartitionNumber) + + def get_Tags(self): + return self.get_query_params().get('Tag') + + def set_Tags(self, Tags): + for depth1 in range(len(Tags)): + if Tags[depth1].get('Key') is not None: + self.add_query_param('Tag.' + str(depth1 + 1) + '.Key', Tags[depth1].get('Key')) + if Tags[depth1].get('Value') is not None: + self.add_query_param('Tag.' + str(depth1 + 1) + '.Value', Tags[depth1].get('Value')) + + def get_PrivatePoolOptionsId(self): + return self.get_query_params().get('PrivatePoolOptions.Id') + + def set_PrivatePoolOptionsId(self,PrivatePoolOptionsId): + self.add_query_param('PrivatePoolOptions.Id',PrivatePoolOptionsId) + + def get_AutoRenewPeriod(self): + return self.get_query_params().get('AutoRenewPeriod') + + def set_AutoRenewPeriod(self,AutoRenewPeriod): + self.add_query_param('AutoRenewPeriod',AutoRenewPeriod) + + def get_LaunchTemplateId(self): + return self.get_query_params().get('LaunchTemplateId') + + def set_LaunchTemplateId(self,LaunchTemplateId): + self.add_query_param('LaunchTemplateId',LaunchTemplateId) + + def get_Ipv6AddressCount(self): + return self.get_query_params().get('Ipv6AddressCount') + + def set_Ipv6AddressCount(self,Ipv6AddressCount): + self.add_query_param('Ipv6AddressCount',Ipv6AddressCount) + + def get_VSwitchId(self): + return self.get_query_params().get('VSwitchId') + + def set_VSwitchId(self,VSwitchId): + self.add_query_param('VSwitchId',VSwitchId) + + def get_InstanceName(self): + return self.get_query_params().get('InstanceName') + + def set_InstanceName(self,InstanceName): + self.add_query_param('InstanceName',InstanceName) + + def get_ZoneId(self): + return self.get_query_params().get('ZoneId') + + def set_ZoneId(self,ZoneId): + self.add_query_param('ZoneId',ZoneId) + + def get_Ipv6Addresss(self): + return self.get_query_params().get('Ipv6Address') + + def set_Ipv6Addresss(self, Ipv6Addresss): + for depth1 in range(len(Ipv6Addresss)): + if Ipv6Addresss[depth1] is not None: + self.add_query_param('Ipv6Address.' + str(depth1 + 1) , Ipv6Addresss[depth1]) + + def get_ClientToken(self): + return self.get_query_params().get('ClientToken') + + def set_ClientToken(self,ClientToken): + self.add_query_param('ClientToken',ClientToken) + + def get_InternetMaxBandwidthOut(self): + return self.get_query_params().get('InternetMaxBandwidthOut') + + def set_InternetMaxBandwidthOut(self,InternetMaxBandwidthOut): + self.add_query_param('InternetMaxBandwidthOut',InternetMaxBandwidthOut) + + def get_Description(self): + return self.get_query_params().get('Description') + + def set_Description(self,Description): + self.add_query_param('Description',Description) + + def get_CpuOptionsThreadsPerCore(self): + return self.get_query_params().get('CpuOptions.ThreadsPerCore') + + def set_CpuOptionsThreadsPerCore(self,CpuOptionsThreadsPerCore): + self.add_query_param('CpuOptions.ThreadsPerCore',CpuOptionsThreadsPerCore) + + def get_SystemDiskCategory(self): + return self.get_query_params().get('SystemDisk.Category') + + def set_SystemDiskCategory(self,SystemDiskCategory): + self.add_query_param('SystemDisk.Category',SystemDiskCategory) + + def get_UserData(self): + return self.get_query_params().get('UserData') + + def set_UserData(self,UserData): + self.add_query_param('UserData',UserData) + + def get_HttpEndpoint(self): + return self.get_query_params().get('HttpEndpoint') + + def set_HttpEndpoint(self,HttpEndpoint): + self.add_query_param('HttpEndpoint',HttpEndpoint) + + def get_InstanceChargeType(self): + return self.get_query_params().get('InstanceChargeType') + + def set_InstanceChargeType(self,InstanceChargeType): + self.add_query_param('InstanceChargeType',InstanceChargeType) + + def get_NetworkInterfaces(self): + return self.get_query_params().get('NetworkInterface') + + def set_NetworkInterfaces(self, NetworkInterfaces): + for depth1 in range(len(NetworkInterfaces)): + if NetworkInterfaces[depth1].get('PrimaryIpAddress') is not None: + self.add_query_param('NetworkInterface.' + str(depth1 + 1) + '.PrimaryIpAddress', NetworkInterfaces[depth1].get('PrimaryIpAddress')) + if NetworkInterfaces[depth1].get('VSwitchId') is not None: + self.add_query_param('NetworkInterface.' + str(depth1 + 1) + '.VSwitchId', NetworkInterfaces[depth1].get('VSwitchId')) + if NetworkInterfaces[depth1].get('SecurityGroupId') is not None: + self.add_query_param('NetworkInterface.' + str(depth1 + 1) + '.SecurityGroupId', NetworkInterfaces[depth1].get('SecurityGroupId')) + if NetworkInterfaces[depth1].get('SecurityGroupIds') is not None: + for depth2 in range(len(NetworkInterfaces[depth1].get('SecurityGroupIds'))): + if NetworkInterfaces[depth1].get('SecurityGroupIds')[depth2] is not None: + self.add_query_param('NetworkInterface.' + str(depth1 + 1) + '.SecurityGroupIds.' + str(depth2 + 1) , NetworkInterfaces[depth1].get('SecurityGroupIds')[depth2]) + if NetworkInterfaces[depth1].get('NetworkInterfaceName') is not None: + self.add_query_param('NetworkInterface.' + str(depth1 + 1) + '.NetworkInterfaceName', NetworkInterfaces[depth1].get('NetworkInterfaceName')) + if NetworkInterfaces[depth1].get('Description') is not None: + self.add_query_param('NetworkInterface.' + str(depth1 + 1) + '.Description', NetworkInterfaces[depth1].get('Description')) + if NetworkInterfaces[depth1].get('QueueNumber') is not None: + self.add_query_param('NetworkInterface.' + str(depth1 + 1) + '.QueueNumber', NetworkInterfaces[depth1].get('QueueNumber')) + + def get_DeploymentSetId(self): + return self.get_query_params().get('DeploymentSetId') + + def set_DeploymentSetId(self,DeploymentSetId): + self.add_query_param('DeploymentSetId',DeploymentSetId) + + def get_Amount(self): + return self.get_query_params().get('Amount') + + def set_Amount(self,Amount): + self.add_query_param('Amount',Amount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_Tenancy(self): + return self.get_query_params().get('Tenancy') + + def set_Tenancy(self,Tenancy): + self.add_query_param('Tenancy',Tenancy) + + def get_RamRoleName(self): + return self.get_query_params().get('RamRoleName') + + def set_RamRoleName(self,RamRoleName): + self.add_query_param('RamRoleName',RamRoleName) + + def get_AutoReleaseTime(self): + return self.get_query_params().get('AutoReleaseTime') + + def set_AutoReleaseTime(self,AutoReleaseTime): + self.add_query_param('AutoReleaseTime',AutoReleaseTime) + + def get_CreditSpecification(self): + return self.get_query_params().get('CreditSpecification') + + def set_CreditSpecification(self,CreditSpecification): + self.add_query_param('CreditSpecification',CreditSpecification) + + def get_DataDisks(self): + return self.get_query_params().get('DataDisk') + + def set_DataDisks(self, DataDisks): + for depth1 in range(len(DataDisks)): + if DataDisks[depth1].get('Size') is not None: + self.add_query_param('DataDisk.' + str(depth1 + 1) + '.Size', DataDisks[depth1].get('Size')) + if DataDisks[depth1].get('SnapshotId') is not None: + self.add_query_param('DataDisk.' + str(depth1 + 1) + '.SnapshotId', DataDisks[depth1].get('SnapshotId')) + if DataDisks[depth1].get('Category') is not None: + self.add_query_param('DataDisk.' + str(depth1 + 1) + '.Category', DataDisks[depth1].get('Category')) + if DataDisks[depth1].get('Encrypted') is not None: + self.add_query_param('DataDisk.' + str(depth1 + 1) + '.Encrypted', DataDisks[depth1].get('Encrypted')) + if DataDisks[depth1].get('KMSKeyId') is not None: + self.add_query_param('DataDisk.' + str(depth1 + 1) + '.KMSKeyId', DataDisks[depth1].get('KMSKeyId')) + if DataDisks[depth1].get('DiskName') is not None: + self.add_query_param('DataDisk.' + str(depth1 + 1) + '.DiskName', DataDisks[depth1].get('DiskName')) + if DataDisks[depth1].get('Description') is not None: + self.add_query_param('DataDisk.' + str(depth1 + 1) + '.Description', DataDisks[depth1].get('Description')) + if DataDisks[depth1].get('Device') is not None: + self.add_query_param('DataDisk.' + str(depth1 + 1) + '.Device', DataDisks[depth1].get('Device')) + if DataDisks[depth1].get('DeleteWithInstance') is not None: + self.add_query_param('DataDisk.' + str(depth1 + 1) + '.DeleteWithInstance', DataDisks[depth1].get('DeleteWithInstance')) + if DataDisks[depth1].get('PerformanceLevel') is not None: + self.add_query_param('DataDisk.' + str(depth1 + 1) + '.PerformanceLevel', DataDisks[depth1].get('PerformanceLevel')) + if DataDisks[depth1].get('AutoSnapshotPolicyId') is not None: + self.add_query_param('DataDisk.' + str(depth1 + 1) + '.AutoSnapshotPolicyId', DataDisks[depth1].get('AutoSnapshotPolicyId')) + if DataDisks[depth1].get('EncryptAlgorithm') is not None: + self.add_query_param('DataDisk.' + str(depth1 + 1) + '.EncryptAlgorithm', DataDisks[depth1].get('EncryptAlgorithm')) + + def get_LaunchTemplateVersion(self): + return self.get_query_params().get('LaunchTemplateVersion') + + def set_LaunchTemplateVersion(self,LaunchTemplateVersion): + self.add_query_param('LaunchTemplateVersion',LaunchTemplateVersion) + + def get_StorageSetId(self): + return self.get_query_params().get('StorageSetId') + + def set_StorageSetId(self,StorageSetId): + self.add_query_param('StorageSetId',StorageSetId) + + def get_HttpTokens(self): + return self.get_query_params().get('HttpTokens') + + def set_HttpTokens(self,HttpTokens): + self.add_query_param('HttpTokens',HttpTokens) + + def get_SystemDiskDescription(self): + return self.get_query_params().get('SystemDisk.Description') + + def set_SystemDiskDescription(self,SystemDiskDescription): + self.add_query_param('SystemDisk.Description',SystemDiskDescription) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/SendFileRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/SendFileRequest.py new file mode 100644 index 0000000000..e396a89fae --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/SendFileRequest.py @@ -0,0 +1,118 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class SendFileRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'SendFile') + self.set_method('POST') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_Description(self): + return self.get_query_params().get('Description') + + def set_Description(self,Description): + self.add_query_param('Description',Description) + + def get_Timeout(self): + return self.get_query_params().get('Timeout') + + def set_Timeout(self,Timeout): + self.add_query_param('Timeout',Timeout) + + def get_Content(self): + return self.get_query_params().get('Content') + + def set_Content(self,Content): + self.add_query_param('Content',Content) + + def get_FileOwner(self): + return self.get_query_params().get('FileOwner') + + def set_FileOwner(self,FileOwner): + self.add_query_param('FileOwner',FileOwner) + + def get_Overwrite(self): + return self.get_query_params().get('Overwrite') + + def set_Overwrite(self,Overwrite): + self.add_query_param('Overwrite',Overwrite) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_FileMode(self): + return self.get_query_params().get('FileMode') + + def set_FileMode(self,FileMode): + self.add_query_param('FileMode',FileMode) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_ContentType(self): + return self.get_query_params().get('ContentType') + + def set_ContentType(self,ContentType): + self.add_query_param('ContentType',ContentType) + + def get_InstanceIds(self): + return self.get_query_params().get('InstanceId') + + def set_InstanceIds(self, InstanceIds): + for depth1 in range(len(InstanceIds)): + if InstanceIds[depth1] is not None: + self.add_query_param('InstanceId.' + str(depth1 + 1) , InstanceIds[depth1]) + + def get_Name(self): + return self.get_query_params().get('Name') + + def set_Name(self,Name): + self.add_query_param('Name',Name) + + def get_FileGroup(self): + return self.get_query_params().get('FileGroup') + + def set_FileGroup(self,FileGroup): + self.add_query_param('FileGroup',FileGroup) + + def get_TargetDir(self): + return self.get_query_params().get('TargetDir') + + def set_TargetDir(self,TargetDir): + self.add_query_param('TargetDir',TargetDir) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/StartElasticityAssuranceRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/StartElasticityAssuranceRequest.py new file mode 100644 index 0000000000..4f3be18122 --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/StartElasticityAssuranceRequest.py @@ -0,0 +1,56 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class StartElasticityAssuranceRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'StartElasticityAssurance') + self.set_method('POST') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_PrivatePoolOptionsId(self): + return self.get_query_params().get('PrivatePoolOptions.Id') + + def set_PrivatePoolOptionsId(self,PrivatePoolOptionsId): + self.add_query_param('PrivatePoolOptions.Id',PrivatePoolOptionsId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/StartImagePipelineExecutionRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/StartImagePipelineExecutionRequest.py new file mode 100644 index 0000000000..ad2094c75f --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/StartImagePipelineExecutionRequest.py @@ -0,0 +1,72 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class StartImagePipelineExecutionRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'StartImagePipelineExecution') + self.set_method('POST') + + def get_ImagePipelineId(self): + return self.get_query_params().get('ImagePipelineId') + + def set_ImagePipelineId(self,ImagePipelineId): + self.add_query_param('ImagePipelineId',ImagePipelineId) + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_ClientToken(self): + return self.get_query_params().get('ClientToken') + + def set_ClientToken(self,ClientToken): + self.add_query_param('ClientToken',ClientToken) + + def get_TemplateTags(self): + return self.get_query_params().get('TemplateTag') + + def set_TemplateTags(self, TemplateTags): + for depth1 in range(len(TemplateTags)): + if TemplateTags[depth1].get('Key') is not None: + self.add_query_param('TemplateTag.' + str(depth1 + 1) + '.Key', TemplateTags[depth1].get('Key')) + if TemplateTags[depth1].get('Value') is not None: + self.add_query_param('TemplateTag.' + str(depth1 + 1) + '.Value', TemplateTags[depth1].get('Value')) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/StartInstanceRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/StartInstanceRequest.py new file mode 100644 index 0000000000..059ed164c2 --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/StartInstanceRequest.py @@ -0,0 +1,74 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class StartInstanceRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'StartInstance') + self.set_method('POST') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_SourceRegionId(self): + return self.get_query_params().get('SourceRegionId') + + def set_SourceRegionId(self,SourceRegionId): + self.add_query_param('SourceRegionId',SourceRegionId) + + def get_InitLocalDisk(self): + return self.get_query_params().get('InitLocalDisk') + + def set_InitLocalDisk(self,InitLocalDisk): + self.add_query_param('InitLocalDisk',InitLocalDisk) + + def get_DryRun(self): + return self.get_query_params().get('DryRun') + + def set_DryRun(self,DryRun): + self.add_query_param('DryRun',DryRun) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_InstanceId(self): + return self.get_query_params().get('InstanceId') + + def set_InstanceId(self,InstanceId): + self.add_query_param('InstanceId',InstanceId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/StartInstancesRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/StartInstancesRequest.py new file mode 100644 index 0000000000..4c75e0ee1d --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/StartInstancesRequest.py @@ -0,0 +1,70 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class StartInstancesRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'StartInstances') + self.set_method('POST') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_BatchOptimization(self): + return self.get_query_params().get('BatchOptimization') + + def set_BatchOptimization(self,BatchOptimization): + self.add_query_param('BatchOptimization',BatchOptimization) + + def get_DryRun(self): + return self.get_query_params().get('DryRun') + + def set_DryRun(self,DryRun): + self.add_query_param('DryRun',DryRun) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_InstanceIds(self): + return self.get_query_params().get('InstanceId') + + def set_InstanceIds(self, InstanceIds): + for depth1 in range(len(InstanceIds)): + if InstanceIds[depth1] is not None: + self.add_query_param('InstanceId.' + str(depth1 + 1) , InstanceIds[depth1]) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/StopInstanceRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/StopInstanceRequest.py new file mode 100644 index 0000000000..0b432d4bc9 --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/StopInstanceRequest.py @@ -0,0 +1,80 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class StopInstanceRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'StopInstance') + self.set_method('POST') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_StoppedMode(self): + return self.get_query_params().get('StoppedMode') + + def set_StoppedMode(self,StoppedMode): + self.add_query_param('StoppedMode',StoppedMode) + + def get_ForceStop(self): + return self.get_query_params().get('ForceStop') + + def set_ForceStop(self,ForceStop): + self.add_query_param('ForceStop',ForceStop) + + def get_ConfirmStop(self): + return self.get_query_params().get('ConfirmStop') + + def set_ConfirmStop(self,ConfirmStop): + self.add_query_param('ConfirmStop',ConfirmStop) + + def get_DryRun(self): + return self.get_query_params().get('DryRun') + + def set_DryRun(self,DryRun): + self.add_query_param('DryRun',DryRun) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_InstanceId(self): + return self.get_query_params().get('InstanceId') + + def set_InstanceId(self,InstanceId): + self.add_query_param('InstanceId',InstanceId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/StopInstancesRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/StopInstancesRequest.py new file mode 100644 index 0000000000..59ee9633e1 --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/StopInstancesRequest.py @@ -0,0 +1,82 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class StopInstancesRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'StopInstances') + self.set_method('POST') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_StoppedMode(self): + return self.get_query_params().get('StoppedMode') + + def set_StoppedMode(self,StoppedMode): + self.add_query_param('StoppedMode',StoppedMode) + + def get_ForceStop(self): + return self.get_query_params().get('ForceStop') + + def set_ForceStop(self,ForceStop): + self.add_query_param('ForceStop',ForceStop) + + def get_BatchOptimization(self): + return self.get_query_params().get('BatchOptimization') + + def set_BatchOptimization(self,BatchOptimization): + self.add_query_param('BatchOptimization',BatchOptimization) + + def get_DryRun(self): + return self.get_query_params().get('DryRun') + + def set_DryRun(self,DryRun): + self.add_query_param('DryRun',DryRun) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_InstanceIds(self): + return self.get_query_params().get('InstanceId') + + def set_InstanceIds(self, InstanceIds): + for depth1 in range(len(InstanceIds)): + if InstanceIds[depth1] is not None: + self.add_query_param('InstanceId.' + str(depth1 + 1) , InstanceIds[depth1]) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/StopInvocationRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/StopInvocationRequest.py new file mode 100644 index 0000000000..93e480ec6c --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/StopInvocationRequest.py @@ -0,0 +1,64 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class StopInvocationRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'StopInvocation') + self.set_method('POST') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_InvokeId(self): + return self.get_query_params().get('InvokeId') + + def set_InvokeId(self,InvokeId): + self.add_query_param('InvokeId',InvokeId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_InstanceIds(self): + return self.get_query_params().get('InstanceId') + + def set_InstanceIds(self, InstanceIds): + for depth1 in range(len(InstanceIds)): + if InstanceIds[depth1] is not None: + self.add_query_param('InstanceId.' + str(depth1 + 1) , InstanceIds[depth1]) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/TagResourcesRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/TagResourcesRequest.py new file mode 100644 index 0000000000..c15e0498e7 --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/TagResourcesRequest.py @@ -0,0 +1,68 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class TagResourcesRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'TagResources') + self.set_method('POST') + + def get_Tags(self): + return self.get_query_params().get('Tag') + + def set_Tags(self, Tags): + for depth1 in range(len(Tags)): + if Tags[depth1].get('Key') is not None: + self.add_query_param('Tag.' + str(depth1 + 1) + '.Key', Tags[depth1].get('Key')) + if Tags[depth1].get('Value') is not None: + self.add_query_param('Tag.' + str(depth1 + 1) + '.Value', Tags[depth1].get('Value')) + + def get_ResourceIds(self): + return self.get_query_params().get('ResourceId') + + def set_ResourceIds(self, ResourceIds): + for depth1 in range(len(ResourceIds)): + if ResourceIds[depth1] is not None: + self.add_query_param('ResourceId.' + str(depth1 + 1) , ResourceIds[depth1]) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_ResourceType(self): + return self.get_query_params().get('ResourceType') + + def set_ResourceType(self,ResourceType): + self.add_query_param('ResourceType',ResourceType) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/TerminatePhysicalConnectionRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/TerminatePhysicalConnectionRequest.py new file mode 100644 index 0000000000..9ddf1ceef4 --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/TerminatePhysicalConnectionRequest.py @@ -0,0 +1,68 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class TerminatePhysicalConnectionRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'TerminatePhysicalConnection') + self.set_method('POST') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_ClientToken(self): + return self.get_query_params().get('ClientToken') + + def set_ClientToken(self,ClientToken): + self.add_query_param('ClientToken',ClientToken) + + def get_UserCidr(self): + return self.get_query_params().get('UserCidr') + + def set_UserCidr(self,UserCidr): + self.add_query_param('UserCidr',UserCidr) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_PhysicalConnectionId(self): + return self.get_query_params().get('PhysicalConnectionId') + + def set_PhysicalConnectionId(self,PhysicalConnectionId): + self.add_query_param('PhysicalConnectionId',PhysicalConnectionId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/TerminateVirtualBorderRouterRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/TerminateVirtualBorderRouterRequest.py new file mode 100644 index 0000000000..aac2975f81 --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/TerminateVirtualBorderRouterRequest.py @@ -0,0 +1,68 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class TerminateVirtualBorderRouterRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'TerminateVirtualBorderRouter') + self.set_method('POST') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_ClientToken(self): + return self.get_query_params().get('ClientToken') + + def set_ClientToken(self,ClientToken): + self.add_query_param('ClientToken',ClientToken) + + def get_VbrId(self): + return self.get_query_params().get('VbrId') + + def set_VbrId(self,VbrId): + self.add_query_param('VbrId',VbrId) + + def get_UserCidr(self): + return self.get_query_params().get('UserCidr') + + def set_UserCidr(self,UserCidr): + self.add_query_param('UserCidr',UserCidr) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/UnassignIpv6AddressesRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/UnassignIpv6AddressesRequest.py new file mode 100644 index 0000000000..f35df4da4e --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/UnassignIpv6AddressesRequest.py @@ -0,0 +1,64 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class UnassignIpv6AddressesRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'UnassignIpv6Addresses') + self.set_method('POST') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_NetworkInterfaceId(self): + return self.get_query_params().get('NetworkInterfaceId') + + def set_NetworkInterfaceId(self,NetworkInterfaceId): + self.add_query_param('NetworkInterfaceId',NetworkInterfaceId) + + def get_Ipv6Addresss(self): + return self.get_query_params().get('Ipv6Address') + + def set_Ipv6Addresss(self, Ipv6Addresss): + for depth1 in range(len(Ipv6Addresss)): + if Ipv6Addresss[depth1] is not None: + self.add_query_param('Ipv6Address.' + str(depth1 + 1) , Ipv6Addresss[depth1]) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/UnassignPrivateIpAddressesRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/UnassignPrivateIpAddressesRequest.py new file mode 100644 index 0000000000..98d91858a0 --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/UnassignPrivateIpAddressesRequest.py @@ -0,0 +1,64 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class UnassignPrivateIpAddressesRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'UnassignPrivateIpAddresses') + self.set_method('POST') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_PrivateIpAddresss(self): + return self.get_query_params().get('PrivateIpAddress') + + def set_PrivateIpAddresss(self, PrivateIpAddresss): + for depth1 in range(len(PrivateIpAddresss)): + if PrivateIpAddresss[depth1] is not None: + self.add_query_param('PrivateIpAddress.' + str(depth1 + 1) , PrivateIpAddresss[depth1]) + + def get_NetworkInterfaceId(self): + return self.get_query_params().get('NetworkInterfaceId') + + def set_NetworkInterfaceId(self,NetworkInterfaceId): + self.add_query_param('NetworkInterfaceId',NetworkInterfaceId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/UnassociateEipAddressRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/UnassociateEipAddressRequest.py new file mode 100644 index 0000000000..eb737d9960 --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/UnassociateEipAddressRequest.py @@ -0,0 +1,68 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class UnassociateEipAddressRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'UnassociateEipAddress') + self.set_method('POST') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_AllocationId(self): + return self.get_query_params().get('AllocationId') + + def set_AllocationId(self,AllocationId): + self.add_query_param('AllocationId',AllocationId) + + def get_InstanceType(self): + return self.get_query_params().get('InstanceType') + + def set_InstanceType(self,InstanceType): + self.add_query_param('InstanceType',InstanceType) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_InstanceId(self): + return self.get_query_params().get('InstanceId') + + def set_InstanceId(self,InstanceId): + self.add_query_param('InstanceId',InstanceId) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/UnassociateHaVipRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/UnassociateHaVipRequest.py new file mode 100644 index 0000000000..a02c43599d --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/UnassociateHaVipRequest.py @@ -0,0 +1,74 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class UnassociateHaVipRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'UnassociateHaVip') + self.set_method('POST') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_ClientToken(self): + return self.get_query_params().get('ClientToken') + + def set_ClientToken(self,ClientToken): + self.add_query_param('ClientToken',ClientToken) + + def get_HaVipId(self): + return self.get_query_params().get('HaVipId') + + def set_HaVipId(self,HaVipId): + self.add_query_param('HaVipId',HaVipId) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_InstanceId(self): + return self.get_query_params().get('InstanceId') + + def set_InstanceId(self,InstanceId): + self.add_query_param('InstanceId',InstanceId) + + def get_Force(self): + return self.get_query_params().get('Force') + + def set_Force(self,Force): + self.add_query_param('Force',Force) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/UntagResourcesRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/UntagResourcesRequest.py new file mode 100644 index 0000000000..f77925df67 --- /dev/null +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/UntagResourcesRequest.py @@ -0,0 +1,78 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest + +class UntagResourcesRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'UntagResources') + self.set_method('POST') + + def get_ResourceOwnerId(self): + return self.get_query_params().get('ResourceOwnerId') + + def set_ResourceOwnerId(self,ResourceOwnerId): + self.add_query_param('ResourceOwnerId',ResourceOwnerId) + + def get_All(self): + return self.get_query_params().get('All') + + def set_All(self,All): + self.add_query_param('All',All) + + def get_ResourceIds(self): + return self.get_query_params().get('ResourceId') + + def set_ResourceIds(self, ResourceIds): + for depth1 in range(len(ResourceIds)): + if ResourceIds[depth1] is not None: + self.add_query_param('ResourceId.' + str(depth1 + 1) , ResourceIds[depth1]) + + def get_ResourceOwnerAccount(self): + return self.get_query_params().get('ResourceOwnerAccount') + + def set_ResourceOwnerAccount(self,ResourceOwnerAccount): + self.add_query_param('ResourceOwnerAccount',ResourceOwnerAccount) + + def get_OwnerAccount(self): + return self.get_query_params().get('OwnerAccount') + + def set_OwnerAccount(self,OwnerAccount): + self.add_query_param('OwnerAccount',OwnerAccount) + + def get_OwnerId(self): + return self.get_query_params().get('OwnerId') + + def set_OwnerId(self,OwnerId): + self.add_query_param('OwnerId',OwnerId) + + def get_ResourceType(self): + return self.get_query_params().get('ResourceType') + + def set_ResourceType(self,ResourceType): + self.add_query_param('ResourceType',ResourceType) + + def get_TagKeys(self): + return self.get_query_params().get('TagKey') + + def set_TagKeys(self, TagKeys): + for depth1 in range(len(TagKeys)): + if TagKeys[depth1] is not None: + self.add_query_param('TagKey.' + str(depth1 + 1) , TagKeys[depth1]) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20200129/__init__.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/__init__.py similarity index 100% rename from aliyun-python-sdk-ecs/aliyunsdkecs/request/v20200129/__init__.py rename to aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/__init__.py diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20200129/CreateInstanceRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20200129/CreateInstanceRequest.py deleted file mode 100644 index 7f13b4048f..0000000000 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20200129/CreateInstanceRequest.py +++ /dev/null @@ -1,27 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RoaRequest - -class CreateInstanceRequest(RoaRequest): - - def __init__(self): - RoaRequest.__init__(self, 'Ecs', '2020-01-29', 'CreateInstance') - self.set_uri_pattern('/') - self.set_method('POST') \ No newline at end of file From d7083d041ad0ab9e8f1ecf045fd596df8aac1f11 Mon Sep 17 00:00:00 2001 From: sdk-team Date: Mon, 25 Jan 2021 12:05:56 +0000 Subject: [PATCH 269/282] Generated 2014-05-26 for Ecs. --- aliyun-python-sdk-ecs/ChangeLog.txt | 3 +++ .../request/v20140526/AddTagsRequest.py | 4 ++-- .../AllocateDedicatedHostsRequest.py | 4 ++-- .../v20140526/AssignIpv6AddressesRequest.py | 4 ++-- .../AssignPrivateIpAddressesRequest.py | 4 ++-- .../CancelImagePipelineExecutionRequest.py | 4 ++-- .../CancelSimulatedSystemEventsRequest.py | 4 ++-- .../request/v20140526/CopyImageRequest.py | 4 ++-- .../request/v20140526/CopySnapshotRequest.py | 4 ++-- .../CreateAutoProvisioningGroupRequest.py | 20 ++++++++-------- .../CreateAutoSnapshotPolicyRequest.py | 4 ++-- .../CreateCapacityReservationRequest.py | 4 ++-- .../CreateDedicatedHostClusterRequest.py | 4 ++-- .../request/v20140526/CreateDiskRequest.py | 8 +++---- .../CreateElasticityAssuranceRequest.py | 8 +++---- .../v20140526/CreateImageComponentRequest.py | 4 ++-- .../v20140526/CreateImagePipelineRequest.py | 12 +++++----- .../request/v20140526/CreateImageRequest.py | 8 +++---- .../v20140526/CreateInstanceRequest.py | 12 +++++----- .../request/v20140526/CreateKeyPairRequest.py | 4 ++-- .../v20140526/CreateLaunchTemplateRequest.py | 20 ++++++++-------- .../CreateLaunchTemplateVersionRequest.py | 16 ++++++------- .../v20140526/CreateNatGatewayRequest.py | 4 ++-- .../CreateNetworkInterfaceRequest.py | 12 +++++----- .../v20140526/CreateRouteEntryRequest.py | 4 ++-- .../v20140526/CreateSecurityGroupRequest.py | 4 ++-- .../CreateSimulatedSystemEventsRequest.py | 4 ++-- .../v20140526/CreateSnapshotGroupRequest.py | 4 ++-- .../v20140526/CreateSnapshotRequest.py | 4 ++-- .../v20140526/DeleteImageComponentRequest.py | 4 ++-- .../v20140526/DeleteImagePipelineRequest.py | 4 ++-- .../v20140526/DeleteInstancesRequest.py | 4 ++-- .../DeleteLaunchTemplateVersionRequest.py | 4 ++-- .../v20140526/DeleteRouteEntryRequest.py | 4 ++-- .../v20140526/DescribeAccessPointsRequest.py | 4 ++-- .../DescribeAccountAttributesRequest.py | 4 ++-- .../DescribeAutoProvisioningGroupsRequest.py | 8 +++---- .../DescribeAutoSnapshotPolicyExRequest.py | 4 ++-- .../DescribeCloudAssistantStatusRequest.py | 4 ++-- .../DescribeDedicatedHostClustersRequest.py | 4 ++-- .../DescribeDedicatedHostsRequest.py | 4 ++-- .../v20140526/DescribeDemandsRequest.py | 8 +++---- .../DescribeDisksFullStatusRequest.py | 8 +++---- .../request/v20140526/DescribeDisksRequest.py | 8 +++---- .../v20140526/DescribeHaVipsRequest.py | 4 ++-- .../DescribeImageComponentsRequest.py | 8 +++---- .../DescribeImagePipelineExecutionsRequest.py | 4 ++-- .../DescribeImagePipelinesRequest.py | 8 +++---- ...escribeImageSupportInstanceTypesRequest.py | 4 ++-- .../v20140526/DescribeImagesRequest.py | 8 +++---- .../DescribeInstanceHistoryEventsRequest.py | 12 +++++----- ...ibeInstanceMaintenanceAttributesRequest.py | 4 ++-- .../DescribeInstanceStatusRequest.py | 4 ++-- .../v20140526/DescribeInstanceTypesRequest.py | 4 ++-- .../DescribeInstancesFullStatusRequest.py | 12 +++++----- .../v20140526/DescribeInstancesRequest.py | 8 +++---- .../v20140526/DescribeKeyPairsRequest.py | 4 ++-- .../DescribeLaunchTemplateVersionsRequest.py | 4 ++-- .../DescribeLaunchTemplatesRequest.py | 12 +++++----- .../DescribeManagedInstancesRequest.py | 4 ++-- ...escribeNetworkInterfaceAttributeRequest.py | 4 ++-- ...cribeNetworkInterfacePermissionsRequest.py | 4 ++-- .../DescribeNetworkInterfacesRequest.py | 12 +++++----- .../DescribePhysicalConnectionsRequest.py | 4 ++-- .../request/v20140526/DescribePriceRequest.py | 4 ++-- .../DescribeRecommendInstanceTypeRequest.py | 4 ++-- .../DescribeReservedInstancesRequest.py | 12 +++++----- .../DescribeResourceByTagsRequest.py | 4 ++-- .../DescribeRouterInterfacesRequest.py | 4 ++-- .../DescribeSecurityGroupReferencesRequest.py | 4 ++-- .../DescribeSecurityGroupsRequest.py | 4 ++-- .../DescribeSnapshotGroupsRequest.py | 8 +++---- .../v20140526/DescribeSnapshotsRequest.py | 4 ++-- .../v20140526/DescribeSpotAdviceRequest.py | 4 ++-- .../DescribeStorageCapacityUnitsRequest.py | 8 +++---- .../request/v20140526/DescribeTagsRequest.py | 4 ++-- ...rderRoutersForPhysicalConnectionRequest.py | 4 ++-- .../DescribeVirtualBorderRoutersRequest.py | 4 ++-- .../request/v20140526/ImportImageRequest.py | 8 +++---- .../request/v20140526/ImportKeyPairRequest.py | 4 ++-- .../v20140526/InstallCloudAssistantRequest.py | 4 ++-- .../request/v20140526/InvokeCommandRequest.py | 4 ++-- .../v20140526/ListTagResourcesRequest.py | 12 +++++----- .../ModifyAutoProvisioningGroupRequest.py | 4 ++-- .../v20140526/ModifyDiskAttributeRequest.py | 4 ++-- .../ModifyImageSharePermissionRequest.py | 8 +++---- .../ModifyInstanceAttributeRequest.py | 4 ++-- ...ifyInstanceMaintenanceAttributesRequest.py | 8 +++---- .../ModifyInstanceVpcAttributeRequest.py | 4 ++-- .../ModifyNetworkInterfaceAttributeRequest.py | 4 ++-- .../ModifyReservedInstancesRequest.py | 8 +++---- ...urchaseReservedInstancesOfferingRequest.py | 4 ++-- .../v20140526/RebootInstancesRequest.py | 4 ++-- .../RemoveBandwidthPackageIpsRequest.py | 4 ++-- .../request/v20140526/RemoveTagsRequest.py | 4 ++-- .../v20140526/ReportInstancesStatusRequest.py | 12 +++++----- .../request/v20140526/ResetDisksRequest.py | 4 ++-- .../request/v20140526/RunCommandRequest.py | 4 ++-- .../request/v20140526/RunInstancesRequest.py | 24 +++++++++---------- .../request/v20140526/SendFileRequest.py | 4 ++-- .../StartImagePipelineExecutionRequest.py | 4 ++-- .../v20140526/StartInstancesRequest.py | 4 ++-- .../request/v20140526/StopInstancesRequest.py | 4 ++-- .../v20140526/StopInvocationRequest.py | 4 ++-- .../request/v20140526/TagResourcesRequest.py | 8 +++---- .../v20140526/UnassignIpv6AddressesRequest.py | 4 ++-- .../UnassignPrivateIpAddressesRequest.py | 4 ++-- .../v20140526/UntagResourcesRequest.py | 8 +++---- 108 files changed, 327 insertions(+), 324 deletions(-) diff --git a/aliyun-python-sdk-ecs/ChangeLog.txt b/aliyun-python-sdk-ecs/ChangeLog.txt index e5bce69db3..c7075686e3 100644 --- a/aliyun-python-sdk-ecs/ChangeLog.txt +++ b/aliyun-python-sdk-ecs/ChangeLog.txt @@ -1,6 +1,9 @@ 2021-01-25 Version: 1.2.3 - Generated 2014-05-26 for `Ecs`. +2021-01-25 Version: 1.2.3 +- Generated 2014-05-26 for `Ecs`. + 2021-01-25 Version: 1.2.3 - Generated 2020-01-29 for `Ecs`. diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AddTagsRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AddTagsRequest.py index 5fafc212ea..9f02c50985 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AddTagsRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AddTagsRequest.py @@ -31,10 +31,10 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) - def get_Tags(self): + def get_Tag(self): return self.get_query_params().get('Tag') - def set_Tags(self, Tags): + def set_Tag(self, Tags): for depth1 in range(len(Tags)): if Tags[depth1].get('Value') is not None: self.add_query_param('Tag.' + str(depth1 + 1) + '.Value', Tags[depth1].get('Value')) diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AllocateDedicatedHostsRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AllocateDedicatedHostsRequest.py index a025169fa8..582bbce32b 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AllocateDedicatedHostsRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AllocateDedicatedHostsRequest.py @@ -67,10 +67,10 @@ def get_DedicatedHostClusterId(self): def set_DedicatedHostClusterId(self,DedicatedHostClusterId): self.add_query_param('DedicatedHostClusterId',DedicatedHostClusterId) - def get_Tags(self): + def get_Tag(self): return self.get_query_params().get('Tag') - def set_Tags(self, Tags): + def set_Tag(self, Tags): for depth1 in range(len(Tags)): if Tags[depth1].get('Key') is not None: self.add_query_param('Tag.' + str(depth1 + 1) + '.Key', Tags[depth1].get('Key')) diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AssignIpv6AddressesRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AssignIpv6AddressesRequest.py index f802b8dbcb..23ae95197b 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AssignIpv6AddressesRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AssignIpv6AddressesRequest.py @@ -61,10 +61,10 @@ def get_NetworkInterfaceId(self): def set_NetworkInterfaceId(self,NetworkInterfaceId): self.add_query_param('NetworkInterfaceId',NetworkInterfaceId) - def get_Ipv6Addresss(self): + def get_Ipv6Address(self): return self.get_query_params().get('Ipv6Address') - def set_Ipv6Addresss(self, Ipv6Addresss): + def set_Ipv6Address(self, Ipv6Addresss): for depth1 in range(len(Ipv6Addresss)): if Ipv6Addresss[depth1] is not None: self.add_query_param('Ipv6Address.' + str(depth1 + 1) , Ipv6Addresss[depth1]) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AssignPrivateIpAddressesRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AssignPrivateIpAddressesRequest.py index dc9d64f369..1aa7e29b1a 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AssignPrivateIpAddressesRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AssignPrivateIpAddressesRequest.py @@ -61,10 +61,10 @@ def get_OwnerId(self): def set_OwnerId(self,OwnerId): self.add_query_param('OwnerId',OwnerId) - def get_PrivateIpAddresss(self): + def get_PrivateIpAddress(self): return self.get_query_params().get('PrivateIpAddress') - def set_PrivateIpAddresss(self, PrivateIpAddresss): + def set_PrivateIpAddress(self, PrivateIpAddresss): for depth1 in range(len(PrivateIpAddresss)): if PrivateIpAddresss[depth1] is not None: self.add_query_param('PrivateIpAddress.' + str(depth1 + 1) , PrivateIpAddresss[depth1]) diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CancelImagePipelineExecutionRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CancelImagePipelineExecutionRequest.py index c9c53a95d5..be5ecdae78 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CancelImagePipelineExecutionRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CancelImagePipelineExecutionRequest.py @@ -37,10 +37,10 @@ def get_ExecutionId(self): def set_ExecutionId(self,ExecutionId): self.add_query_param('ExecutionId',ExecutionId) - def get_TemplateTags(self): + def get_TemplateTag(self): return self.get_query_params().get('TemplateTag') - def set_TemplateTags(self, TemplateTags): + def set_TemplateTag(self, TemplateTags): for depth1 in range(len(TemplateTags)): if TemplateTags[depth1].get('Key') is not None: self.add_query_param('TemplateTag.' + str(depth1 + 1) + '.Key', TemplateTags[depth1].get('Key')) diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CancelSimulatedSystemEventsRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CancelSimulatedSystemEventsRequest.py index 3112ff33b7..ec4b564075 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CancelSimulatedSystemEventsRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CancelSimulatedSystemEventsRequest.py @@ -25,10 +25,10 @@ def __init__(self): RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CancelSimulatedSystemEvents') self.set_method('POST') - def get_EventIds(self): + def get_EventId(self): return self.get_query_params().get('EventId') - def set_EventIds(self, EventIds): + def set_EventId(self, EventIds): for depth1 in range(len(EventIds)): if EventIds[depth1] is not None: self.add_query_param('EventId.' + str(depth1 + 1) , EventIds[depth1]) diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CopyImageRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CopyImageRequest.py index dc604bedcb..9ead47e26d 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CopyImageRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CopyImageRequest.py @@ -55,10 +55,10 @@ def get_ResourceGroupId(self): def set_ResourceGroupId(self,ResourceGroupId): self.add_query_param('ResourceGroupId',ResourceGroupId) - def get_Tags(self): + def get_Tag(self): return self.get_query_params().get('Tag') - def set_Tags(self, Tags): + def set_Tag(self, Tags): for depth1 in range(len(Tags)): if Tags[depth1].get('Value') is not None: self.add_query_param('Tag.' + str(depth1 + 1) + '.Value', Tags[depth1].get('Value')) diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CopySnapshotRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CopySnapshotRequest.py index 5c463557da..c0d45264a3 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CopySnapshotRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CopySnapshotRequest.py @@ -49,10 +49,10 @@ def get_ResourceGroupId(self): def set_ResourceGroupId(self,ResourceGroupId): self.add_query_param('ResourceGroupId',ResourceGroupId) - def get_Tags(self): + def get_Tag(self): return self.get_query_params().get('Tag') - def set_Tags(self, Tags): + def set_Tag(self, Tags): for depth1 in range(len(Tags)): if Tags[depth1].get('Key') is not None: self.add_query_param('Tag.' + str(depth1 + 1) + '.Key', Tags[depth1].get('Key')) diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateAutoProvisioningGroupRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateAutoProvisioningGroupRequest.py index 8bffeff86e..1deecdc19c 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateAutoProvisioningGroupRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateAutoProvisioningGroupRequest.py @@ -25,10 +25,10 @@ def __init__(self): RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateAutoProvisioningGroup') self.set_method('POST') - def get_LaunchConfigurationDataDisks(self): + def get_LaunchConfigurationDataDisk(self): return self.get_query_params().get('LaunchConfiguration.DataDisk') - def set_LaunchConfigurationDataDisks(self, LaunchConfigurationDataDisks): + def set_LaunchConfigurationDataDisk(self, LaunchConfigurationDataDisks): for depth1 in range(len(LaunchConfigurationDataDisks)): if LaunchConfigurationDataDisks[depth1].get('Size') is not None: self.add_query_param('LaunchConfiguration.DataDisk.' + str(depth1 + 1) + '.Size', LaunchConfigurationDataDisks[depth1].get('Size')) @@ -111,18 +111,18 @@ def get_LaunchConfigurationKeyPairName(self): def set_LaunchConfigurationKeyPairName(self,LaunchConfigurationKeyPairName): self.add_query_param('LaunchConfiguration.KeyPairName',LaunchConfigurationKeyPairName) - def get_SystemDiskConfigs(self): + def get_SystemDiskConfig(self): return self.get_query_params().get('SystemDiskConfig') - def set_SystemDiskConfigs(self, SystemDiskConfigs): + def set_SystemDiskConfig(self, SystemDiskConfigs): for depth1 in range(len(SystemDiskConfigs)): if SystemDiskConfigs[depth1].get('DiskCategory') is not None: self.add_query_param('SystemDiskConfig.' + str(depth1 + 1) + '.DiskCategory', SystemDiskConfigs[depth1].get('DiskCategory')) - def get_DataDiskConfigs(self): + def get_DataDiskConfig(self): return self.get_query_params().get('DataDiskConfig') - def set_DataDiskConfigs(self, DataDiskConfigs): + def set_DataDiskConfig(self, DataDiskConfigs): for depth1 in range(len(DataDiskConfigs)): if DataDiskConfigs[depth1].get('DiskCategory') is not None: self.add_query_param('DataDiskConfig.' + str(depth1 + 1) + '.DiskCategory', DataDiskConfigs[depth1].get('DiskCategory')) @@ -253,10 +253,10 @@ def get_ExcessCapacityTerminationPolicy(self): def set_ExcessCapacityTerminationPolicy(self,ExcessCapacityTerminationPolicy): self.add_query_param('ExcessCapacityTerminationPolicy',ExcessCapacityTerminationPolicy) - def get_LaunchTemplateConfigs(self): + def get_LaunchTemplateConfig(self): return self.get_query_params().get('LaunchTemplateConfig') - def set_LaunchTemplateConfigs(self, LaunchTemplateConfigs): + def set_LaunchTemplateConfig(self, LaunchTemplateConfigs): for depth1 in range(len(LaunchTemplateConfigs)): if LaunchTemplateConfigs[depth1].get('InstanceType') is not None: self.add_query_param('LaunchTemplateConfig.' + str(depth1 + 1) + '.InstanceType', LaunchTemplateConfigs[depth1].get('InstanceType')) @@ -293,10 +293,10 @@ def get_LaunchConfigurationSecurityEnhancementStrategy(self): def set_LaunchConfigurationSecurityEnhancementStrategy(self,LaunchConfigurationSecurityEnhancementStrategy): self.add_query_param('LaunchConfiguration.SecurityEnhancementStrategy',LaunchConfigurationSecurityEnhancementStrategy) - def get_LaunchConfigurationTags(self): + def get_LaunchConfigurationTag(self): return self.get_query_params().get('LaunchConfiguration.Tag') - def set_LaunchConfigurationTags(self, LaunchConfigurationTags): + def set_LaunchConfigurationTag(self, LaunchConfigurationTags): for depth1 in range(len(LaunchConfigurationTags)): if LaunchConfigurationTags[depth1].get('Key') is not None: self.add_query_param('LaunchConfiguration.Tag.' + str(depth1 + 1) + '.Key', LaunchConfigurationTags[depth1].get('Key')) diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateAutoSnapshotPolicyRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateAutoSnapshotPolicyRequest.py index e5a7ba7898..b2fa03afb6 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateAutoSnapshotPolicyRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateAutoSnapshotPolicyRequest.py @@ -49,10 +49,10 @@ def get_repeatWeekdays(self): def set_repeatWeekdays(self,repeatWeekdays): self.add_query_param('repeatWeekdays',repeatWeekdays) - def get_Tags(self): + def get_Tag(self): return self.get_query_params().get('Tag') - def set_Tags(self, Tags): + def set_Tag(self, Tags): for depth1 in range(len(Tags)): if Tags[depth1].get('Value') is not None: self.add_query_param('Tag.' + str(depth1 + 1) + '.Value', Tags[depth1].get('Value')) diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateCapacityReservationRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateCapacityReservationRequest.py index 4401ff7634..317ed45f3a 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateCapacityReservationRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateCapacityReservationRequest.py @@ -103,10 +103,10 @@ def get_OwnerId(self): def set_OwnerId(self,OwnerId): self.add_query_param('OwnerId',OwnerId) - def get_ZoneIds(self): + def get_ZoneId(self): return self.get_query_params().get('ZoneId') - def set_ZoneIds(self, ZoneIds): + def set_ZoneId(self, ZoneIds): for depth1 in range(len(ZoneIds)): if ZoneIds[depth1] is not None: self.add_query_param('ZoneId.' + str(depth1 + 1) , ZoneIds[depth1]) diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateDedicatedHostClusterRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateDedicatedHostClusterRequest.py index 9a5e573ba5..d96b625e62 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateDedicatedHostClusterRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateDedicatedHostClusterRequest.py @@ -49,10 +49,10 @@ def get_ResourceGroupId(self): def set_ResourceGroupId(self,ResourceGroupId): self.add_query_param('ResourceGroupId',ResourceGroupId) - def get_Tags(self): + def get_Tag(self): return self.get_query_params().get('Tag') - def set_Tags(self, Tags): + def set_Tag(self, Tags): for depth1 in range(len(Tags)): if Tags[depth1].get('Key') is not None: self.add_query_param('Tag.' + str(depth1 + 1) + '.Key', Tags[depth1].get('Key')) diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateDiskRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateDiskRequest.py index 4ff9dc9cd6..886a20b8c4 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateDiskRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateDiskRequest.py @@ -79,20 +79,20 @@ def get_StorageSetPartitionNumber(self): def set_StorageSetPartitionNumber(self,StorageSetPartitionNumber): self.add_query_param('StorageSetPartitionNumber',StorageSetPartitionNumber) - def get_Tags(self): + def get_Tag(self): return self.get_query_params().get('Tag') - def set_Tags(self, Tags): + def set_Tag(self, Tags): for depth1 in range(len(Tags)): if Tags[depth1].get('Value') is not None: self.add_query_param('Tag.' + str(depth1 + 1) + '.Value', Tags[depth1].get('Value')) if Tags[depth1].get('Key') is not None: self.add_query_param('Tag.' + str(depth1 + 1) + '.Key', Tags[depth1].get('Key')) - def get_Arns(self): + def get_Arn(self): return self.get_query_params().get('Arn') - def set_Arns(self, Arns): + def set_Arn(self, Arns): for depth1 in range(len(Arns)): if Arns[depth1].get('Rolearn') is not None: self.add_query_param('Arn.' + str(depth1 + 1) + '.Rolearn', Arns[depth1].get('Rolearn')) diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateElasticityAssuranceRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateElasticityAssuranceRequest.py index 9cdf89fe58..c5cc924679 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateElasticityAssuranceRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateElasticityAssuranceRequest.py @@ -55,10 +55,10 @@ def get_PrivatePoolOptionsMatchCriteria(self): def set_PrivatePoolOptionsMatchCriteria(self,PrivatePoolOptionsMatchCriteria): self.add_query_param('PrivatePoolOptions.MatchCriteria',PrivatePoolOptionsMatchCriteria) - def get_InstanceTypes(self): + def get_InstanceType(self): return self.get_query_params().get('InstanceType') - def set_InstanceTypes(self, InstanceTypes): + def set_InstanceType(self, InstanceTypes): for depth1 in range(len(InstanceTypes)): if InstanceTypes[depth1] is not None: self.add_query_param('InstanceType.' + str(depth1 + 1) , InstanceTypes[depth1]) @@ -111,10 +111,10 @@ def get_PeriodUnit(self): def set_PeriodUnit(self,PeriodUnit): self.add_query_param('PeriodUnit',PeriodUnit) - def get_ZoneIds(self): + def get_ZoneId(self): return self.get_query_params().get('ZoneId') - def set_ZoneIds(self, ZoneIds): + def set_ZoneId(self, ZoneIds): for depth1 in range(len(ZoneIds)): if ZoneIds[depth1] is not None: self.add_query_param('ZoneId.' + str(depth1 + 1) , ZoneIds[depth1]) diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateImageComponentRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateImageComponentRequest.py index 290a1b5cf3..94620df2fd 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateImageComponentRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateImageComponentRequest.py @@ -61,10 +61,10 @@ def get_ResourceGroupId(self): def set_ResourceGroupId(self,ResourceGroupId): self.add_query_param('ResourceGroupId',ResourceGroupId) - def get_Tags(self): + def get_Tag(self): return self.get_query_params().get('Tag') - def set_Tags(self, Tags): + def set_Tag(self, Tags): for depth1 in range(len(Tags)): if Tags[depth1].get('Key') is not None: self.add_query_param('Tag.' + str(depth1 + 1) + '.Key', Tags[depth1].get('Key')) diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateImagePipelineRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateImagePipelineRequest.py index 39c46660a5..ed5770df1f 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateImagePipelineRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateImagePipelineRequest.py @@ -43,10 +43,10 @@ def get_ClientToken(self): def set_ClientToken(self,ClientToken): self.add_query_param('ClientToken',ClientToken) - def get_ToRegionIds(self): + def get_ToRegionId(self): return self.get_query_params().get('ToRegionId') - def set_ToRegionIds(self, ToRegionIds): + def set_ToRegionId(self, ToRegionIds): for depth1 in range(len(ToRegionIds)): if ToRegionIds[depth1] is not None: self.add_query_param('ToRegionId.' + str(depth1 + 1) , ToRegionIds[depth1]) @@ -87,10 +87,10 @@ def get_InstanceType(self): def set_InstanceType(self,InstanceType): self.add_query_param('InstanceType',InstanceType) - def get_Tags(self): + def get_Tag(self): return self.get_query_params().get('Tag') - def set_Tags(self, Tags): + def set_Tag(self, Tags): for depth1 in range(len(Tags)): if Tags[depth1].get('Key') is not None: self.add_query_param('Tag.' + str(depth1 + 1) + '.Key', Tags[depth1].get('Key')) @@ -127,10 +127,10 @@ def get_VSwitchId(self): def set_VSwitchId(self,VSwitchId): self.add_query_param('VSwitchId',VSwitchId) - def get_AddAccounts(self): + def get_AddAccount(self): return self.get_query_params().get('AddAccount') - def set_AddAccounts(self, AddAccounts): + def set_AddAccount(self, AddAccounts): for depth1 in range(len(AddAccounts)): if AddAccounts[depth1] is not None: self.add_query_param('AddAccount.' + str(depth1 + 1) , AddAccounts[depth1]) diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateImageRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateImageRequest.py index 51005953ed..954cb42641 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateImageRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateImageRequest.py @@ -25,10 +25,10 @@ def __init__(self): RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateImage') self.set_method('POST') - def get_DiskDeviceMappings(self): + def get_DiskDeviceMapping(self): return self.get_query_params().get('DiskDeviceMapping') - def set_DiskDeviceMappings(self, DiskDeviceMappings): + def set_DiskDeviceMapping(self, DiskDeviceMappings): for depth1 in range(len(DiskDeviceMappings)): if DiskDeviceMappings[depth1].get('SnapshotId') is not None: self.add_query_param('DiskDeviceMapping.' + str(depth1 + 1) + '.SnapshotId', DiskDeviceMappings[depth1].get('SnapshotId')) @@ -81,10 +81,10 @@ def get_ImageName(self): def set_ImageName(self,ImageName): self.add_query_param('ImageName',ImageName) - def get_Tags(self): + def get_Tag(self): return self.get_query_params().get('Tag') - def set_Tags(self, Tags): + def set_Tag(self, Tags): for depth1 in range(len(Tags)): if Tags[depth1].get('Value') is not None: self.add_query_param('Tag.' + str(depth1 + 1) + '.Value', Tags[depth1].get('Value')) diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateInstanceRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateInstanceRequest.py index 4afa8bb542..f2509e3502 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateInstanceRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateInstanceRequest.py @@ -103,10 +103,10 @@ def get_StorageSetPartitionNumber(self): def set_StorageSetPartitionNumber(self,StorageSetPartitionNumber): self.add_query_param('StorageSetPartitionNumber',StorageSetPartitionNumber) - def get_Tags(self): + def get_Tag(self): return self.get_query_params().get('Tag') - def set_Tags(self, Tags): + def set_Tag(self, Tags): for depth1 in range(len(Tags)): if Tags[depth1].get('Value') is not None: self.add_query_param('Tag.' + str(depth1 + 1) + '.Value', Tags[depth1].get('Value')) @@ -299,10 +299,10 @@ def get_InstanceType(self): def set_InstanceType(self,InstanceType): self.add_query_param('InstanceType',InstanceType) - def get_Arns(self): + def get_Arn(self): return self.get_query_params().get('Arn') - def set_Arns(self, Arns): + def set_Arn(self, Arns): for depth1 in range(len(Arns)): if Arns[depth1].get('Rolearn') is not None: self.add_query_param('Arn.' + str(depth1 + 1) + '.Rolearn', Arns[depth1].get('Rolearn')) @@ -383,10 +383,10 @@ def get_SpotDuration(self): def set_SpotDuration(self,SpotDuration): self.add_query_param('SpotDuration',SpotDuration) - def get_DataDisks(self): + def get_DataDisk(self): return self.get_query_params().get('DataDisk') - def set_DataDisks(self, DataDisks): + def set_DataDisk(self, DataDisks): for depth1 in range(len(DataDisks)): if DataDisks[depth1].get('DiskName') is not None: self.add_query_param('DataDisk.' + str(depth1 + 1) + '.DiskName', DataDisks[depth1].get('DiskName')) diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateKeyPairRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateKeyPairRequest.py index b0463afda5..2ae74e0aa1 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateKeyPairRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateKeyPairRequest.py @@ -43,10 +43,10 @@ def get_ResourceGroupId(self): def set_ResourceGroupId(self,ResourceGroupId): self.add_query_param('ResourceGroupId',ResourceGroupId) - def get_Tags(self): + def get_Tag(self): return self.get_query_params().get('Tag') - def set_Tags(self, Tags): + def set_Tag(self, Tags): for depth1 in range(len(Tags)): if Tags[depth1].get('Value') is not None: self.add_query_param('Tag.' + str(depth1 + 1) + '.Value', Tags[depth1].get('Value')) diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateLaunchTemplateRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateLaunchTemplateRequest.py index 2a353f8acc..4a8b007e62 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateLaunchTemplateRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateLaunchTemplateRequest.py @@ -85,20 +85,20 @@ def get_SystemDiskIops(self): def set_SystemDiskIops(self,SystemDiskIops): self.add_query_param('SystemDisk.Iops',SystemDiskIops) - def get_TemplateTags(self): + def get_TemplateTag(self): return self.get_query_params().get('TemplateTag') - def set_TemplateTags(self, TemplateTags): + def set_TemplateTag(self, TemplateTags): for depth1 in range(len(TemplateTags)): if TemplateTags[depth1].get('Key') is not None: self.add_query_param('TemplateTag.' + str(depth1 + 1) + '.Key', TemplateTags[depth1].get('Key')) if TemplateTags[depth1].get('Value') is not None: self.add_query_param('TemplateTag.' + str(depth1 + 1) + '.Value', TemplateTags[depth1].get('Value')) - def get_Tags(self): + def get_Tag(self): return self.get_query_params().get('Tag') - def set_Tags(self, Tags): + def set_Tag(self, Tags): for depth1 in range(len(Tags)): if Tags[depth1].get('Key') is not None: self.add_query_param('Tag.' + str(depth1 + 1) + '.Key', Tags[depth1].get('Key')) @@ -249,10 +249,10 @@ def get_EnableVmOsConfig(self): def set_EnableVmOsConfig(self,EnableVmOsConfig): self.add_query_param('EnableVmOsConfig',EnableVmOsConfig) - def get_NetworkInterfaces(self): + def get_NetworkInterface(self): return self.get_query_params().get('NetworkInterface') - def set_NetworkInterfaces(self, NetworkInterfaces): + def set_NetworkInterface(self, NetworkInterfaces): for depth1 in range(len(NetworkInterfaces)): if NetworkInterfaces[depth1].get('PrimaryIpAddress') is not None: self.add_query_param('NetworkInterface.' + str(depth1 + 1) + '.PrimaryIpAddress', NetworkInterfaces[depth1].get('PrimaryIpAddress')) @@ -311,18 +311,18 @@ def get_SpotDuration(self): def set_SpotDuration(self,SpotDuration): self.add_query_param('SpotDuration',SpotDuration) - def get_SecurityGroupIdss(self): + def get_SecurityGroupIds(self): return self.get_query_params().get('SecurityGroupIds') - def set_SecurityGroupIdss(self, SecurityGroupIdss): + def set_SecurityGroupIds(self, SecurityGroupIdss): for depth1 in range(len(SecurityGroupIdss)): if SecurityGroupIdss[depth1] is not None: self.add_query_param('SecurityGroupIds.' + str(depth1 + 1) , SecurityGroupIdss[depth1]) - def get_DataDisks(self): + def get_DataDisk(self): return self.get_query_params().get('DataDisk') - def set_DataDisks(self, DataDisks): + def set_DataDisk(self, DataDisks): for depth1 in range(len(DataDisks)): if DataDisks[depth1].get('Size') is not None: self.add_query_param('DataDisk.' + str(depth1 + 1) + '.Size', DataDisks[depth1].get('Size')) diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateLaunchTemplateVersionRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateLaunchTemplateVersionRequest.py index abeb0ccbb8..6e3b49ebb8 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateLaunchTemplateVersionRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateLaunchTemplateVersionRequest.py @@ -85,10 +85,10 @@ def get_SystemDiskIops(self): def set_SystemDiskIops(self,SystemDiskIops): self.add_query_param('SystemDisk.Iops',SystemDiskIops) - def get_Tags(self): + def get_Tag(self): return self.get_query_params().get('Tag') - def set_Tags(self, Tags): + def set_Tag(self, Tags): for depth1 in range(len(Tags)): if Tags[depth1].get('Key') is not None: self.add_query_param('Tag.' + str(depth1 + 1) + '.Key', Tags[depth1].get('Key')) @@ -239,10 +239,10 @@ def get_EnableVmOsConfig(self): def set_EnableVmOsConfig(self,EnableVmOsConfig): self.add_query_param('EnableVmOsConfig',EnableVmOsConfig) - def get_NetworkInterfaces(self): + def get_NetworkInterface(self): return self.get_query_params().get('NetworkInterface') - def set_NetworkInterfaces(self, NetworkInterfaces): + def set_NetworkInterface(self, NetworkInterfaces): for depth1 in range(len(NetworkInterfaces)): if NetworkInterfaces[depth1].get('PrimaryIpAddress') is not None: self.add_query_param('NetworkInterface.' + str(depth1 + 1) + '.PrimaryIpAddress', NetworkInterfaces[depth1].get('PrimaryIpAddress')) @@ -301,18 +301,18 @@ def get_SpotDuration(self): def set_SpotDuration(self,SpotDuration): self.add_query_param('SpotDuration',SpotDuration) - def get_SecurityGroupIdss(self): + def get_SecurityGroupIds(self): return self.get_query_params().get('SecurityGroupIds') - def set_SecurityGroupIdss(self, SecurityGroupIdss): + def set_SecurityGroupIds(self, SecurityGroupIdss): for depth1 in range(len(SecurityGroupIdss)): if SecurityGroupIdss[depth1] is not None: self.add_query_param('SecurityGroupIds.' + str(depth1 + 1) , SecurityGroupIdss[depth1]) - def get_DataDisks(self): + def get_DataDisk(self): return self.get_query_params().get('DataDisk') - def set_DataDisks(self, DataDisks): + def set_DataDisk(self, DataDisks): for depth1 in range(len(DataDisks)): if DataDisks[depth1].get('Size') is not None: self.add_query_param('DataDisk.' + str(depth1 + 1) + '.Size', DataDisks[depth1].get('Size')) diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateNatGatewayRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateNatGatewayRequest.py index 975513d5c1..19e8bf2670 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateNatGatewayRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateNatGatewayRequest.py @@ -43,10 +43,10 @@ def get_Description(self): def set_Description(self,Description): self.add_query_param('Description',Description) - def get_BandwidthPackages(self): + def get_BandwidthPackage(self): return self.get_query_params().get('BandwidthPackage') - def set_BandwidthPackages(self, BandwidthPackages): + def set_BandwidthPackage(self, BandwidthPackages): for depth1 in range(len(BandwidthPackages)): if BandwidthPackages[depth1].get('Bandwidth') is not None: self.add_query_param('BandwidthPackage.' + str(depth1 + 1) + '.Bandwidth', BandwidthPackages[depth1].get('Bandwidth')) diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateNetworkInterfaceRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateNetworkInterfaceRequest.py index 5e40784caa..8b8160ed6d 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateNetworkInterfaceRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateNetworkInterfaceRequest.py @@ -79,10 +79,10 @@ def get_InstanceType(self): def set_InstanceType(self,InstanceType): self.add_query_param('InstanceType',InstanceType) - def get_Tags(self): + def get_Tag(self): return self.get_query_params().get('Tag') - def set_Tags(self, Tags): + def set_Tag(self, Tags): for depth1 in range(len(Tags)): if Tags[depth1].get('Key') is not None: self.add_query_param('Tag.' + str(depth1 + 1) + '.Key', Tags[depth1].get('Key')) @@ -119,10 +119,10 @@ def get_OwnerId(self): def set_OwnerId(self,OwnerId): self.add_query_param('OwnerId',OwnerId) - def get_SecurityGroupIdss(self): + def get_SecurityGroupIds(self): return self.get_query_params().get('SecurityGroupIds') - def set_SecurityGroupIdss(self, SecurityGroupIdss): + def set_SecurityGroupIds(self, SecurityGroupIdss): for depth1 in range(len(SecurityGroupIdss)): if SecurityGroupIdss[depth1] is not None: self.add_query_param('SecurityGroupIds.' + str(depth1 + 1) , SecurityGroupIdss[depth1]) @@ -133,10 +133,10 @@ def get_VSwitchId(self): def set_VSwitchId(self,VSwitchId): self.add_query_param('VSwitchId',VSwitchId) - def get_PrivateIpAddresss(self): + def get_PrivateIpAddress(self): return self.get_query_params().get('PrivateIpAddress') - def set_PrivateIpAddresss(self, PrivateIpAddresss): + def set_PrivateIpAddress(self, PrivateIpAddresss): for depth1 in range(len(PrivateIpAddresss)): if PrivateIpAddresss[depth1] is not None: self.add_query_param('PrivateIpAddress.' + str(depth1 + 1) , PrivateIpAddresss[depth1]) diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateRouteEntryRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateRouteEntryRequest.py index 0582196020..4abea0c3f8 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateRouteEntryRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateRouteEntryRequest.py @@ -79,10 +79,10 @@ def get_OwnerId(self): def set_OwnerId(self,OwnerId): self.add_query_param('OwnerId',OwnerId) - def get_NextHopLists(self): + def get_NextHopList(self): return self.get_query_params().get('NextHopList') - def set_NextHopLists(self, NextHopLists): + def set_NextHopList(self, NextHopLists): for depth1 in range(len(NextHopLists)): if NextHopLists[depth1].get('NextHopId') is not None: self.add_query_param('NextHopList.' + str(depth1 + 1) + '.NextHopId', NextHopLists[depth1].get('NextHopId')) diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateSecurityGroupRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateSecurityGroupRequest.py index 7d2acc5432..83ad3748e0 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateSecurityGroupRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateSecurityGroupRequest.py @@ -61,10 +61,10 @@ def get_ResourceGroupId(self): def set_ResourceGroupId(self,ResourceGroupId): self.add_query_param('ResourceGroupId',ResourceGroupId) - def get_Tags(self): + def get_Tag(self): return self.get_query_params().get('Tag') - def set_Tags(self, Tags): + def set_Tag(self, Tags): for depth1 in range(len(Tags)): if Tags[depth1].get('Value') is not None: self.add_query_param('Tag.' + str(depth1 + 1) + '.Value', Tags[depth1].get('Value')) diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateSimulatedSystemEventsRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateSimulatedSystemEventsRequest.py index 9c23ec8d79..0818421773 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateSimulatedSystemEventsRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateSimulatedSystemEventsRequest.py @@ -55,10 +55,10 @@ def get_OwnerId(self): def set_OwnerId(self,OwnerId): self.add_query_param('OwnerId',OwnerId) - def get_InstanceIds(self): + def get_InstanceId(self): return self.get_query_params().get('InstanceId') - def set_InstanceIds(self, InstanceIds): + def set_InstanceId(self, InstanceIds): for depth1 in range(len(InstanceIds)): if InstanceIds[depth1] is not None: self.add_query_param('InstanceId.' + str(depth1 + 1) , InstanceIds[depth1]) diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateSnapshotGroupRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateSnapshotGroupRequest.py index 5c3681f808..0bcd15f814 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateSnapshotGroupRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateSnapshotGroupRequest.py @@ -31,10 +31,10 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) - def get_ExcludeDiskIds(self): + def get_ExcludeDiskId(self): return self.get_query_params().get('ExcludeDiskId') - def set_ExcludeDiskIds(self, ExcludeDiskIds): + def set_ExcludeDiskId(self, ExcludeDiskIds): for depth1 in range(len(ExcludeDiskIds)): if ExcludeDiskIds[depth1] is not None: self.add_query_param('ExcludeDiskId.' + str(depth1 + 1) , ExcludeDiskIds[depth1]) diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateSnapshotRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateSnapshotRequest.py index 5f0d6676b1..bf3bad7933 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateSnapshotRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateSnapshotRequest.py @@ -73,10 +73,10 @@ def get_DiskId(self): def set_DiskId(self,DiskId): self.add_query_param('DiskId',DiskId) - def get_Tags(self): + def get_Tag(self): return self.get_query_params().get('Tag') - def set_Tags(self, Tags): + def set_Tag(self, Tags): for depth1 in range(len(Tags)): if Tags[depth1].get('Value') is not None: self.add_query_param('Tag.' + str(depth1 + 1) + '.Value', Tags[depth1].get('Value')) diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteImageComponentRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteImageComponentRequest.py index 14d703c987..f47b4db83c 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteImageComponentRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteImageComponentRequest.py @@ -37,10 +37,10 @@ def get_ImageComponentId(self): def set_ImageComponentId(self,ImageComponentId): self.add_query_param('ImageComponentId',ImageComponentId) - def get_TemplateTags(self): + def get_TemplateTag(self): return self.get_query_params().get('TemplateTag') - def set_TemplateTags(self, TemplateTags): + def set_TemplateTag(self, TemplateTags): for depth1 in range(len(TemplateTags)): if TemplateTags[depth1].get('Key') is not None: self.add_query_param('TemplateTag.' + str(depth1 + 1) + '.Key', TemplateTags[depth1].get('Key')) diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteImagePipelineRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteImagePipelineRequest.py index 1a3e8fe8a7..2dafcc498c 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteImagePipelineRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteImagePipelineRequest.py @@ -37,10 +37,10 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) - def get_TemplateTags(self): + def get_TemplateTag(self): return self.get_query_params().get('TemplateTag') - def set_TemplateTags(self, TemplateTags): + def set_TemplateTag(self, TemplateTags): for depth1 in range(len(TemplateTags)): if TemplateTags[depth1].get('Key') is not None: self.add_query_param('TemplateTag.' + str(depth1 + 1) + '.Key', TemplateTags[depth1].get('Key')) diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteInstancesRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteInstancesRequest.py index d8c26136d6..3b9d81819f 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteInstancesRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteInstancesRequest.py @@ -67,10 +67,10 @@ def get_OwnerId(self): def set_OwnerId(self,OwnerId): self.add_query_param('OwnerId',OwnerId) - def get_InstanceIds(self): + def get_InstanceId(self): return self.get_query_params().get('InstanceId') - def set_InstanceIds(self, InstanceIds): + def set_InstanceId(self, InstanceIds): for depth1 in range(len(InstanceIds)): if InstanceIds[depth1] is not None: self.add_query_param('InstanceId.' + str(depth1 + 1) , InstanceIds[depth1]) diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteLaunchTemplateVersionRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteLaunchTemplateVersionRequest.py index 7ba87d8fb7..54c03ea8dd 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteLaunchTemplateVersionRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteLaunchTemplateVersionRequest.py @@ -37,10 +37,10 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) - def get_DeleteVersions(self): + def get_DeleteVersion(self): return self.get_query_params().get('DeleteVersion') - def set_DeleteVersions(self, DeleteVersions): + def set_DeleteVersion(self, DeleteVersions): for depth1 in range(len(DeleteVersions)): if DeleteVersions[depth1] is not None: self.add_query_param('DeleteVersion.' + str(depth1 + 1) , DeleteVersions[depth1]) diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteRouteEntryRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteRouteEntryRequest.py index f46a653e2b..0bc8a417c2 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteRouteEntryRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteRouteEntryRequest.py @@ -67,10 +67,10 @@ def get_OwnerId(self): def set_OwnerId(self,OwnerId): self.add_query_param('OwnerId',OwnerId) - def get_NextHopLists(self): + def get_NextHopList(self): return self.get_query_params().get('NextHopList') - def set_NextHopLists(self, NextHopLists): + def set_NextHopList(self, NextHopLists): for depth1 in range(len(NextHopLists)): if NextHopLists[depth1].get('NextHopId') is not None: self.add_query_param('NextHopList.' + str(depth1 + 1) + '.NextHopId', NextHopLists[depth1].get('NextHopId')) diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeAccessPointsRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeAccessPointsRequest.py index 98d3e35f66..a5e0ec8292 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeAccessPointsRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeAccessPointsRequest.py @@ -61,10 +61,10 @@ def get_OwnerId(self): def set_OwnerId(self,OwnerId): self.add_query_param('OwnerId',OwnerId) - def get_Filters(self): + def get_Filter(self): return self.get_query_params().get('Filter') - def set_Filters(self, Filters): + def set_Filter(self, Filters): for depth1 in range(len(Filters)): if Filters[depth1].get('Value') is not None: for depth2 in range(len(Filters[depth1].get('Value'))): diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeAccountAttributesRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeAccountAttributesRequest.py index 1fd267cbd2..5a14e6eaf1 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeAccountAttributesRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeAccountAttributesRequest.py @@ -31,10 +31,10 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) - def get_AttributeNames(self): + def get_AttributeName(self): return self.get_query_params().get('AttributeName') - def set_AttributeNames(self, AttributeNames): + def set_AttributeName(self, AttributeNames): for depth1 in range(len(AttributeNames)): if AttributeNames[depth1] is not None: self.add_query_param('AttributeName.' + str(depth1 + 1) , AttributeNames[depth1]) diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeAutoProvisioningGroupsRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeAutoProvisioningGroupsRequest.py index 552fc75b34..f6d32775b9 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeAutoProvisioningGroupsRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeAutoProvisioningGroupsRequest.py @@ -43,10 +43,10 @@ def get_PageSize(self): def set_PageSize(self,PageSize): self.add_query_param('PageSize',PageSize) - def get_AutoProvisioningGroupStatuss(self): + def get_AutoProvisioningGroupStatus(self): return self.get_query_params().get('AutoProvisioningGroupStatus') - def set_AutoProvisioningGroupStatuss(self, AutoProvisioningGroupStatuss): + def set_AutoProvisioningGroupStatus(self, AutoProvisioningGroupStatuss): for depth1 in range(len(AutoProvisioningGroupStatuss)): if AutoProvisioningGroupStatuss[depth1] is not None: self.add_query_param('AutoProvisioningGroupStatus.' + str(depth1 + 1) , AutoProvisioningGroupStatuss[depth1]) @@ -69,10 +69,10 @@ def get_OwnerId(self): def set_OwnerId(self,OwnerId): self.add_query_param('OwnerId',OwnerId) - def get_AutoProvisioningGroupIds(self): + def get_AutoProvisioningGroupId(self): return self.get_query_params().get('AutoProvisioningGroupId') - def set_AutoProvisioningGroupIds(self, AutoProvisioningGroupIds): + def set_AutoProvisioningGroupId(self, AutoProvisioningGroupIds): for depth1 in range(len(AutoProvisioningGroupIds)): if AutoProvisioningGroupIds[depth1] is not None: self.add_query_param('AutoProvisioningGroupId.' + str(depth1 + 1) , AutoProvisioningGroupIds[depth1]) diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeAutoSnapshotPolicyExRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeAutoSnapshotPolicyExRequest.py index 257703f81b..f3f408c20b 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeAutoSnapshotPolicyExRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeAutoSnapshotPolicyExRequest.py @@ -49,10 +49,10 @@ def get_PageSize(self): def set_PageSize(self,PageSize): self.add_query_param('PageSize',PageSize) - def get_Tags(self): + def get_Tag(self): return self.get_query_params().get('Tag') - def set_Tags(self, Tags): + def set_Tag(self, Tags): for depth1 in range(len(Tags)): if Tags[depth1].get('Value') is not None: self.add_query_param('Tag.' + str(depth1 + 1) + '.Value', Tags[depth1].get('Value')) diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeCloudAssistantStatusRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeCloudAssistantStatusRequest.py index 72a2ffab57..ab9f724136 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeCloudAssistantStatusRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeCloudAssistantStatusRequest.py @@ -49,10 +49,10 @@ def get_OwnerId(self): def set_OwnerId(self,OwnerId): self.add_query_param('OwnerId',OwnerId) - def get_InstanceIds(self): + def get_InstanceId(self): return self.get_query_params().get('InstanceId') - def set_InstanceIds(self, InstanceIds): + def set_InstanceId(self, InstanceIds): for depth1 in range(len(InstanceIds)): if InstanceIds[depth1] is not None: self.add_query_param('InstanceId.' + str(depth1 + 1) , InstanceIds[depth1]) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeDedicatedHostClustersRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeDedicatedHostClustersRequest.py index 64e74c19a0..24a26b8738 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeDedicatedHostClustersRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeDedicatedHostClustersRequest.py @@ -67,10 +67,10 @@ def get_PageSize(self): def set_PageSize(self,PageSize): self.add_query_param('PageSize',PageSize) - def get_Tags(self): + def get_Tag(self): return self.get_query_params().get('Tag') - def set_Tags(self, Tags): + def set_Tag(self, Tags): for depth1 in range(len(Tags)): if Tags[depth1].get('Key') is not None: self.add_query_param('Tag.' + str(depth1 + 1) + '.Key', Tags[depth1].get('Key')) diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeDedicatedHostsRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeDedicatedHostsRequest.py index 5e6382d3b0..b7bc03aed8 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeDedicatedHostsRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeDedicatedHostsRequest.py @@ -67,10 +67,10 @@ def get_DedicatedHostType(self): def set_DedicatedHostType(self,DedicatedHostType): self.add_query_param('DedicatedHostType',DedicatedHostType) - def get_Tags(self): + def get_Tag(self): return self.get_query_params().get('Tag') - def set_Tags(self, Tags): + def set_Tag(self, Tags): for depth1 in range(len(Tags)): if Tags[depth1].get('Value') is not None: self.add_query_param('Tag.' + str(depth1 + 1) + '.Value', Tags[depth1].get('Value')) diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeDemandsRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeDemandsRequest.py index 7ebd5c074c..95ea62bab6 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeDemandsRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeDemandsRequest.py @@ -49,10 +49,10 @@ def get_InstanceType(self): def set_InstanceType(self,InstanceType): self.add_query_param('InstanceType',InstanceType) - def get_Tags(self): + def get_Tag(self): return self.get_query_params().get('Tag') - def set_Tags(self, Tags): + def set_Tag(self, Tags): for depth1 in range(len(Tags)): if Tags[depth1].get('Key') is not None: self.add_query_param('Tag.' + str(depth1 + 1) + '.Key', Tags[depth1].get('Key')) @@ -95,10 +95,10 @@ def get_OwnerId(self): def set_OwnerId(self,OwnerId): self.add_query_param('OwnerId',OwnerId) - def get_DemandStatuss(self): + def get_DemandStatus(self): return self.get_query_params().get('DemandStatus') - def set_DemandStatuss(self, DemandStatuss): + def set_DemandStatus(self, DemandStatuss): for depth1 in range(len(DemandStatuss)): if DemandStatuss[depth1] is not None: self.add_query_param('DemandStatus.' + str(depth1 + 1) , DemandStatuss[depth1]) diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeDisksFullStatusRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeDisksFullStatusRequest.py index c27f9c15e3..733bdd0647 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeDisksFullStatusRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeDisksFullStatusRequest.py @@ -25,10 +25,10 @@ def __init__(self): RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeDisksFullStatus') self.set_method('POST') - def get_EventIds(self): + def get_EventId(self): return self.get_query_params().get('EventId') - def set_EventIds(self, EventIds): + def set_EventId(self, EventIds): for depth1 in range(len(EventIds)): if EventIds[depth1] is not None: self.add_query_param('EventId.' + str(depth1 + 1) , EventIds[depth1]) @@ -57,10 +57,10 @@ def get_PageSize(self): def set_PageSize(self,PageSize): self.add_query_param('PageSize',PageSize) - def get_DiskIds(self): + def get_DiskId(self): return self.get_query_params().get('DiskId') - def set_DiskIds(self, DiskIds): + def set_DiskId(self, DiskIds): for depth1 in range(len(DiskIds)): if DiskIds[depth1] is not None: self.add_query_param('DiskId.' + str(depth1 + 1) , DiskIds[depth1]) diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeDisksRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeDisksRequest.py index 1449ea6582..ea6b230245 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeDisksRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeDisksRequest.py @@ -79,10 +79,10 @@ def get_Filter1Key(self): def set_Filter1Key(self,Filter1Key): self.add_query_param('Filter.1.Key',Filter1Key) - def get_Tags(self): + def get_Tag(self): return self.get_query_params().get('Tag') - def set_Tags(self, Tags): + def set_Tag(self, Tags): for depth1 in range(len(Tags)): if Tags[depth1].get('Value') is not None: self.add_query_param('Tag.' + str(depth1 + 1) + '.Value', Tags[depth1].get('Value')) @@ -119,10 +119,10 @@ def get_OwnerId(self): def set_OwnerId(self,OwnerId): self.add_query_param('OwnerId',OwnerId) - def get_AdditionalAttributess(self): + def get_AdditionalAttributes(self): return self.get_query_params().get('AdditionalAttributes') - def set_AdditionalAttributess(self, AdditionalAttributess): + def set_AdditionalAttributes(self, AdditionalAttributess): for depth1 in range(len(AdditionalAttributess)): if AdditionalAttributess[depth1] is not None: self.add_query_param('AdditionalAttributes.' + str(depth1 + 1) , AdditionalAttributess[depth1]) diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeHaVipsRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeHaVipsRequest.py index be94a45898..17dc8d6621 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeHaVipsRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeHaVipsRequest.py @@ -61,10 +61,10 @@ def get_OwnerId(self): def set_OwnerId(self,OwnerId): self.add_query_param('OwnerId',OwnerId) - def get_Filters(self): + def get_Filter(self): return self.get_query_params().get('Filter') - def set_Filters(self, Filters): + def set_Filter(self, Filters): for depth1 in range(len(Filters)): if Filters[depth1].get('Value') is not None: for depth2 in range(len(Filters[depth1].get('Value'))): diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeImageComponentsRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeImageComponentsRequest.py index 320a55d0d4..043cb606f6 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeImageComponentsRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeImageComponentsRequest.py @@ -31,10 +31,10 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) - def get_ImageComponentIds(self): + def get_ImageComponentId(self): return self.get_query_params().get('ImageComponentId') - def set_ImageComponentIds(self, ImageComponentIds): + def set_ImageComponentId(self, ImageComponentIds): for depth1 in range(len(ImageComponentIds)): if ImageComponentIds[depth1] is not None: self.add_query_param('ImageComponentId.' + str(depth1 + 1) , ImageComponentIds[depth1]) @@ -51,10 +51,10 @@ def get_NextToken(self): def set_NextToken(self,NextToken): self.add_query_param('NextToken',NextToken) - def get_Tags(self): + def get_Tag(self): return self.get_query_params().get('Tag') - def set_Tags(self, Tags): + def set_Tag(self, Tags): for depth1 in range(len(Tags)): if Tags[depth1].get('Key') is not None: self.add_query_param('Tag.' + str(depth1 + 1) + '.Key', Tags[depth1].get('Key')) diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeImagePipelineExecutionsRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeImagePipelineExecutionsRequest.py index 654ee35363..8bfbb3e57b 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeImagePipelineExecutionsRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeImagePipelineExecutionsRequest.py @@ -49,10 +49,10 @@ def get_NextToken(self): def set_NextToken(self,NextToken): self.add_query_param('NextToken',NextToken) - def get_Tags(self): + def get_Tag(self): return self.get_query_params().get('Tag') - def set_Tags(self, Tags): + def set_Tag(self, Tags): for depth1 in range(len(Tags)): if Tags[depth1].get('Key') is not None: self.add_query_param('Tag.' + str(depth1 + 1) + '.Key', Tags[depth1].get('Key')) diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeImagePipelinesRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeImagePipelinesRequest.py index 0225a7818f..deea1c2be7 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeImagePipelinesRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeImagePipelinesRequest.py @@ -25,10 +25,10 @@ def __init__(self): RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeImagePipelines') self.set_method('POST') - def get_ImagePipelineIds(self): + def get_ImagePipelineId(self): return self.get_query_params().get('ImagePipelineId') - def set_ImagePipelineIds(self, ImagePipelineIds): + def set_ImagePipelineId(self, ImagePipelineIds): for depth1 in range(len(ImagePipelineIds)): if ImagePipelineIds[depth1] is not None: self.add_query_param('ImagePipelineId.' + str(depth1 + 1) , ImagePipelineIds[depth1]) @@ -51,10 +51,10 @@ def get_NextToken(self): def set_NextToken(self,NextToken): self.add_query_param('NextToken',NextToken) - def get_Tags(self): + def get_Tag(self): return self.get_query_params().get('Tag') - def set_Tags(self, Tags): + def set_Tag(self, Tags): for depth1 in range(len(Tags)): if Tags[depth1].get('Key') is not None: self.add_query_param('Tag.' + str(depth1 + 1) + '.Key', Tags[depth1].get('Key')) diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeImageSupportInstanceTypesRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeImageSupportInstanceTypesRequest.py index ecf51cf89a..f5969c74b7 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeImageSupportInstanceTypesRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeImageSupportInstanceTypesRequest.py @@ -55,10 +55,10 @@ def get_OwnerId(self): def set_OwnerId(self,OwnerId): self.add_query_param('OwnerId',OwnerId) - def get_Filters(self): + def get_Filter(self): return self.get_query_params().get('Filter') - def set_Filters(self, Filters): + def set_Filter(self, Filters): for depth1 in range(len(Filters)): if Filters[depth1].get('Value') is not None: self.add_query_param('Filter.' + str(depth1 + 1) + '.Value', Filters[depth1].get('Value')) diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeImagesRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeImagesRequest.py index 8d1429c3b7..b5d07595f9 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeImagesRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeImagesRequest.py @@ -103,10 +103,10 @@ def get_InstanceType(self): def set_InstanceType(self,InstanceType): self.add_query_param('InstanceType',InstanceType) - def get_Tags(self): + def get_Tag(self): return self.get_query_params().get('Tag') - def set_Tags(self, Tags): + def set_Tag(self, Tags): for depth1 in range(len(Tags)): if Tags[depth1].get('Value') is not None: self.add_query_param('Tag.' + str(depth1 + 1) + '.Value', Tags[depth1].get('Value')) @@ -155,10 +155,10 @@ def get_OwnerId(self): def set_OwnerId(self,OwnerId): self.add_query_param('OwnerId',OwnerId) - def get_Filters(self): + def get_Filter(self): return self.get_query_params().get('Filter') - def set_Filters(self, Filters): + def set_Filter(self, Filters): for depth1 in range(len(Filters)): if Filters[depth1].get('Value') is not None: self.add_query_param('Filter.' + str(depth1 + 1) + '.Value', Filters[depth1].get('Value')) diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceHistoryEventsRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceHistoryEventsRequest.py index c3210d40a1..ffc0fbfcb5 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceHistoryEventsRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceHistoryEventsRequest.py @@ -25,10 +25,10 @@ def __init__(self): RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeInstanceHistoryEvents') self.set_method('POST') - def get_EventIds(self): + def get_EventId(self): return self.get_query_params().get('EventId') - def set_EventIds(self, EventIds): + def set_EventId(self, EventIds): for depth1 in range(len(EventIds)): if EventIds[depth1] is not None: self.add_query_param('EventId.' + str(depth1 + 1) , EventIds[depth1]) @@ -63,10 +63,10 @@ def get_PageSize(self): def set_PageSize(self,PageSize): self.add_query_param('PageSize',PageSize) - def get_InstanceEventCycleStatuss(self): + def get_InstanceEventCycleStatus(self): return self.get_query_params().get('InstanceEventCycleStatus') - def set_InstanceEventCycleStatuss(self, InstanceEventCycleStatuss): + def set_InstanceEventCycleStatus(self, InstanceEventCycleStatuss): for depth1 in range(len(InstanceEventCycleStatuss)): if InstanceEventCycleStatuss[depth1] is not None: self.add_query_param('InstanceEventCycleStatus.' + str(depth1 + 1) , InstanceEventCycleStatuss[depth1]) @@ -77,10 +77,10 @@ def get_EventPublishTimeEnd(self): def set_EventPublishTimeEnd(self,EventPublishTimeEnd): self.add_query_param('EventPublishTime.End',EventPublishTimeEnd) - def get_InstanceEventTypes(self): + def get_InstanceEventType(self): return self.get_query_params().get('InstanceEventType') - def set_InstanceEventTypes(self, InstanceEventTypes): + def set_InstanceEventType(self, InstanceEventTypes): for depth1 in range(len(InstanceEventTypes)): if InstanceEventTypes[depth1] is not None: self.add_query_param('InstanceEventType.' + str(depth1 + 1) , InstanceEventTypes[depth1]) diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceMaintenanceAttributesRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceMaintenanceAttributesRequest.py index b1348d5c0c..0b3363f6f9 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceMaintenanceAttributesRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceMaintenanceAttributesRequest.py @@ -61,10 +61,10 @@ def get_OwnerId(self): def set_OwnerId(self,OwnerId): self.add_query_param('OwnerId',OwnerId) - def get_InstanceIds(self): + def get_InstanceId(self): return self.get_query_params().get('InstanceId') - def set_InstanceIds(self, InstanceIds): + def set_InstanceId(self, InstanceIds): for depth1 in range(len(InstanceIds)): if InstanceIds[depth1] is not None: self.add_query_param('InstanceId.' + str(depth1 + 1) , InstanceIds[depth1]) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceStatusRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceStatusRequest.py index 2be3c18516..6e42bcae92 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceStatusRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceStatusRequest.py @@ -67,10 +67,10 @@ def get_OwnerId(self): def set_OwnerId(self,OwnerId): self.add_query_param('OwnerId',OwnerId) - def get_InstanceIds(self): + def get_InstanceId(self): return self.get_query_params().get('InstanceId') - def set_InstanceIds(self, InstanceIds): + def set_InstanceId(self, InstanceIds): for depth1 in range(len(InstanceIds)): if InstanceIds[depth1] is not None: self.add_query_param('InstanceId.' + str(depth1 + 1) , InstanceIds[depth1]) diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceTypesRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceTypesRequest.py index ad8ad97891..6c9eea011f 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceTypesRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceTypesRequest.py @@ -31,10 +31,10 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) - def get_InstanceTypess(self): + def get_InstanceTypes(self): return self.get_query_params().get('InstanceTypes') - def set_InstanceTypess(self, InstanceTypess): + def set_InstanceTypes(self, InstanceTypess): for depth1 in range(len(InstanceTypess)): if InstanceTypess[depth1] is not None: self.add_query_param('InstanceTypes.' + str(depth1 + 1) , InstanceTypess[depth1]) diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstancesFullStatusRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstancesFullStatusRequest.py index d33a285e50..3b7fe32e57 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstancesFullStatusRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstancesFullStatusRequest.py @@ -25,10 +25,10 @@ def __init__(self): RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeInstancesFullStatus') self.set_method('POST') - def get_EventIds(self): + def get_EventId(self): return self.get_query_params().get('EventId') - def set_EventIds(self, EventIds): + def set_EventId(self, EventIds): for depth1 in range(len(EventIds)): if EventIds[depth1] is not None: self.add_query_param('EventId.' + str(depth1 + 1) , EventIds[depth1]) @@ -57,10 +57,10 @@ def get_EventPublishTimeEnd(self): def set_EventPublishTimeEnd(self,EventPublishTimeEnd): self.add_query_param('EventPublishTime.End',EventPublishTimeEnd) - def get_InstanceEventTypes(self): + def get_InstanceEventType(self): return self.get_query_params().get('InstanceEventType') - def set_InstanceEventTypes(self, InstanceEventTypes): + def set_InstanceEventType(self, InstanceEventTypes): for depth1 in range(len(InstanceEventTypes)): if InstanceEventTypes[depth1] is not None: self.add_query_param('InstanceEventType.' + str(depth1 + 1) , InstanceEventTypes[depth1]) @@ -95,10 +95,10 @@ def get_EventPublishTimeStart(self): def set_EventPublishTimeStart(self,EventPublishTimeStart): self.add_query_param('EventPublishTime.Start',EventPublishTimeStart) - def get_InstanceIds(self): + def get_InstanceId(self): return self.get_query_params().get('InstanceId') - def set_InstanceIds(self, InstanceIds): + def set_InstanceId(self, InstanceIds): for depth1 in range(len(InstanceIds)): if InstanceIds[depth1] is not None: self.add_query_param('InstanceId.' + str(depth1 + 1) , InstanceIds[depth1]) diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstancesRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstancesRequest.py index a3826e5eaa..e0f29acd53 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstancesRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstancesRequest.py @@ -91,10 +91,10 @@ def get_DeviceAvailable(self): def set_DeviceAvailable(self,DeviceAvailable): self.add_query_param('DeviceAvailable',DeviceAvailable) - def get_Tags(self): + def get_Tag(self): return self.get_query_params().get('Tag') - def set_Tags(self, Tags): + def set_Tag(self, Tags): for depth1 in range(len(Tags)): if Tags[depth1].get('Value') is not None: self.add_query_param('Tag.' + str(depth1 + 1) + '.Value', Tags[depth1].get('Value')) @@ -137,10 +137,10 @@ def get_VSwitchId(self): def set_VSwitchId(self,VSwitchId): self.add_query_param('VSwitchId',VSwitchId) - def get_AdditionalAttributess(self): + def get_AdditionalAttributes(self): return self.get_query_params().get('AdditionalAttributes') - def set_AdditionalAttributess(self, AdditionalAttributess): + def set_AdditionalAttributes(self, AdditionalAttributess): for depth1 in range(len(AdditionalAttributess)): if AdditionalAttributess[depth1] is not None: self.add_query_param('AdditionalAttributes.' + str(depth1 + 1) , AdditionalAttributess[depth1]) diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeKeyPairsRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeKeyPairsRequest.py index 7d22ad3142..6081105291 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeKeyPairsRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeKeyPairsRequest.py @@ -61,10 +61,10 @@ def get_PageSize(self): def set_PageSize(self,PageSize): self.add_query_param('PageSize',PageSize) - def get_Tags(self): + def get_Tag(self): return self.get_query_params().get('Tag') - def set_Tags(self, Tags): + def set_Tag(self, Tags): for depth1 in range(len(Tags)): if Tags[depth1].get('Value') is not None: self.add_query_param('Tag.' + str(depth1 + 1) + '.Value', Tags[depth1].get('Value')) diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeLaunchTemplateVersionsRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeLaunchTemplateVersionsRequest.py index 24546687eb..6648fc64bf 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeLaunchTemplateVersionsRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeLaunchTemplateVersionsRequest.py @@ -91,10 +91,10 @@ def get_OwnerId(self): def set_OwnerId(self,OwnerId): self.add_query_param('OwnerId',OwnerId) - def get_LaunchTemplateVersions(self): + def get_LaunchTemplateVersion(self): return self.get_query_params().get('LaunchTemplateVersion') - def set_LaunchTemplateVersions(self, LaunchTemplateVersions): + def set_LaunchTemplateVersion(self, LaunchTemplateVersions): for depth1 in range(len(LaunchTemplateVersions)): if LaunchTemplateVersions[depth1] is not None: self.add_query_param('LaunchTemplateVersion.' + str(depth1 + 1) , LaunchTemplateVersions[depth1]) diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeLaunchTemplatesRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeLaunchTemplatesRequest.py index f82d7fa250..a6857cdf5a 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeLaunchTemplatesRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeLaunchTemplatesRequest.py @@ -25,10 +25,10 @@ def __init__(self): RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeLaunchTemplates') self.set_method('POST') - def get_LaunchTemplateNames(self): + def get_LaunchTemplateName(self): return self.get_query_params().get('LaunchTemplateName') - def set_LaunchTemplateNames(self, LaunchTemplateNames): + def set_LaunchTemplateName(self, LaunchTemplateNames): for depth1 in range(len(LaunchTemplateNames)): if LaunchTemplateNames[depth1] is not None: self.add_query_param('LaunchTemplateName.' + str(depth1 + 1) , LaunchTemplateNames[depth1]) @@ -51,20 +51,20 @@ def get_PageSize(self): def set_PageSize(self,PageSize): self.add_query_param('PageSize',PageSize) - def get_TemplateTags(self): + def get_TemplateTag(self): return self.get_query_params().get('TemplateTag') - def set_TemplateTags(self, TemplateTags): + def set_TemplateTag(self, TemplateTags): for depth1 in range(len(TemplateTags)): if TemplateTags[depth1].get('Key') is not None: self.add_query_param('TemplateTag.' + str(depth1 + 1) + '.Key', TemplateTags[depth1].get('Key')) if TemplateTags[depth1].get('Value') is not None: self.add_query_param('TemplateTag.' + str(depth1 + 1) + '.Value', TemplateTags[depth1].get('Value')) - def get_LaunchTemplateIds(self): + def get_LaunchTemplateId(self): return self.get_query_params().get('LaunchTemplateId') - def set_LaunchTemplateIds(self, LaunchTemplateIds): + def set_LaunchTemplateId(self, LaunchTemplateIds): for depth1 in range(len(LaunchTemplateIds)): if LaunchTemplateIds[depth1] is not None: self.add_query_param('LaunchTemplateId.' + str(depth1 + 1) , LaunchTemplateIds[depth1]) diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeManagedInstancesRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeManagedInstancesRequest.py index c775c0ac10..bc5cda6790 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeManagedInstancesRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeManagedInstancesRequest.py @@ -73,10 +73,10 @@ def get_InstanceName(self): def set_InstanceName(self,InstanceName): self.add_query_param('InstanceName',InstanceName) - def get_InstanceIds(self): + def get_InstanceId(self): return self.get_query_params().get('InstanceId') - def set_InstanceIds(self, InstanceIds): + def set_InstanceId(self, InstanceIds): for depth1 in range(len(InstanceIds)): if InstanceIds[depth1] is not None: self.add_query_param('InstanceId.' + str(depth1 + 1) , InstanceIds[depth1]) diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeNetworkInterfaceAttributeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeNetworkInterfaceAttributeRequest.py index 7dba9e897a..624117b09b 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeNetworkInterfaceAttributeRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeNetworkInterfaceAttributeRequest.py @@ -31,10 +31,10 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) - def get_Tags(self): + def get_Tag(self): return self.get_query_params().get('Tag') - def set_Tags(self, Tags): + def set_Tag(self, Tags): for depth1 in range(len(Tags)): if Tags[depth1].get('Key') is not None: self.add_query_param('Tag.' + str(depth1 + 1) + '.Key', Tags[depth1].get('Key')) diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeNetworkInterfacePermissionsRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeNetworkInterfacePermissionsRequest.py index c4d4746c99..1fb737047d 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeNetworkInterfacePermissionsRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeNetworkInterfacePermissionsRequest.py @@ -43,10 +43,10 @@ def get_PageSize(self): def set_PageSize(self,PageSize): self.add_query_param('PageSize',PageSize) - def get_NetworkInterfacePermissionIds(self): + def get_NetworkInterfacePermissionId(self): return self.get_query_params().get('NetworkInterfacePermissionId') - def set_NetworkInterfacePermissionIds(self, NetworkInterfacePermissionIds): + def set_NetworkInterfacePermissionId(self, NetworkInterfacePermissionIds): for depth1 in range(len(NetworkInterfacePermissionIds)): if NetworkInterfacePermissionIds[depth1] is not None: self.add_query_param('NetworkInterfacePermissionId.' + str(depth1 + 1) , NetworkInterfacePermissionIds[depth1]) diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeNetworkInterfacesRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeNetworkInterfacesRequest.py index ca9945642d..66faf86d6d 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeNetworkInterfacesRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeNetworkInterfacesRequest.py @@ -73,10 +73,10 @@ def get_PageSize(self): def set_PageSize(self,PageSize): self.add_query_param('PageSize',PageSize) - def get_Tags(self): + def get_Tag(self): return self.get_query_params().get('Tag') - def set_Tags(self, Tags): + def set_Tag(self, Tags): for depth1 in range(len(Tags)): if Tags[depth1].get('Key') is not None: self.add_query_param('Tag.' + str(depth1 + 1) + '.Key', Tags[depth1].get('Key')) @@ -113,10 +113,10 @@ def get_VSwitchId(self): def set_VSwitchId(self,VSwitchId): self.add_query_param('VSwitchId',VSwitchId) - def get_PrivateIpAddresss(self): + def get_PrivateIpAddress(self): return self.get_query_params().get('PrivateIpAddress') - def set_PrivateIpAddresss(self, PrivateIpAddresss): + def set_PrivateIpAddress(self, PrivateIpAddresss): for depth1 in range(len(PrivateIpAddresss)): if PrivateIpAddresss[depth1] is not None: self.add_query_param('PrivateIpAddress.' + str(depth1 + 1) , PrivateIpAddresss[depth1]) @@ -145,10 +145,10 @@ def get_MaxResults(self): def set_MaxResults(self,MaxResults): self.add_query_param('MaxResults',MaxResults) - def get_NetworkInterfaceIds(self): + def get_NetworkInterfaceId(self): return self.get_query_params().get('NetworkInterfaceId') - def set_NetworkInterfaceIds(self, NetworkInterfaceIds): + def set_NetworkInterfaceId(self, NetworkInterfaceIds): for depth1 in range(len(NetworkInterfaceIds)): if NetworkInterfaceIds[depth1] is not None: self.add_query_param('NetworkInterfaceId.' + str(depth1 + 1) , NetworkInterfaceIds[depth1]) diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribePhysicalConnectionsRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribePhysicalConnectionsRequest.py index ee6ba20b34..bbb720aa45 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribePhysicalConnectionsRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribePhysicalConnectionsRequest.py @@ -73,10 +73,10 @@ def get_OwnerId(self): def set_OwnerId(self,OwnerId): self.add_query_param('OwnerId',OwnerId) - def get_Filters(self): + def get_Filter(self): return self.get_query_params().get('Filter') - def set_Filters(self, Filters): + def set_Filter(self, Filters): for depth1 in range(len(Filters)): if Filters[depth1].get('Value') is not None: for depth2 in range(len(Filters[depth1].get('Value'))): diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribePriceRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribePriceRequest.py index eb8c803b14..d095015fe1 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribePriceRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribePriceRequest.py @@ -109,10 +109,10 @@ def get_InstanceAmount(self): def set_InstanceAmount(self,InstanceAmount): self.add_query_param('InstanceAmount',InstanceAmount) - def get_InstanceTypeLists(self): + def get_InstanceTypeList(self): return self.get_query_params().get('InstanceTypeList') - def set_InstanceTypeLists(self, InstanceTypeLists): + def set_InstanceTypeList(self, InstanceTypeLists): for depth1 in range(len(InstanceTypeLists)): if InstanceTypeLists[depth1] is not None: self.add_query_param('InstanceTypeList.' + str(depth1 + 1) , InstanceTypeLists[depth1]) diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeRecommendInstanceTypeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeRecommendInstanceTypeRequest.py index e19d860085..0c23436543 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeRecommendInstanceTypeRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeRecommendInstanceTypeRequest.py @@ -97,10 +97,10 @@ def get_OwnerAccount(self): def set_OwnerAccount(self,OwnerAccount): self.add_query_param('OwnerAccount',OwnerAccount) - def get_InstanceTypeFamilys(self): + def get_InstanceTypeFamily(self): return self.get_query_params().get('InstanceTypeFamily') - def set_InstanceTypeFamilys(self, InstanceTypeFamilys): + def set_InstanceTypeFamily(self, InstanceTypeFamilys): for depth1 in range(len(InstanceTypeFamilys)): if InstanceTypeFamilys[depth1] is not None: self.add_query_param('InstanceTypeFamily.' + str(depth1 + 1) , InstanceTypeFamilys[depth1]) diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeReservedInstancesRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeReservedInstancesRequest.py index c17b86f89b..cde20bef62 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeReservedInstancesRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeReservedInstancesRequest.py @@ -61,10 +61,10 @@ def get_InstanceType(self): def set_InstanceType(self,InstanceType): self.add_query_param('InstanceType',InstanceType) - def get_Tags(self): + def get_Tag(self): return self.get_query_params().get('Tag') - def set_Tags(self, Tags): + def set_Tag(self, Tags): for depth1 in range(len(Tags)): if Tags[depth1].get('Key') is not None: self.add_query_param('Tag.' + str(depth1 + 1) + '.Key', Tags[depth1].get('Key')) @@ -95,10 +95,10 @@ def get_OwnerId(self): def set_OwnerId(self,OwnerId): self.add_query_param('OwnerId',OwnerId) - def get_ReservedInstanceIds(self): + def get_ReservedInstanceId(self): return self.get_query_params().get('ReservedInstanceId') - def set_ReservedInstanceIds(self, ReservedInstanceIds): + def set_ReservedInstanceId(self, ReservedInstanceIds): for depth1 in range(len(ReservedInstanceIds)): if ReservedInstanceIds[depth1] is not None: self.add_query_param('ReservedInstanceId.' + str(depth1 + 1) , ReservedInstanceIds[depth1]) @@ -121,10 +121,10 @@ def get_ReservedInstanceName(self): def set_ReservedInstanceName(self,ReservedInstanceName): self.add_query_param('ReservedInstanceName',ReservedInstanceName) - def get_Statuss(self): + def get_Status(self): return self.get_query_params().get('Status') - def set_Statuss(self, Statuss): + def set_Status(self, Statuss): for depth1 in range(len(Statuss)): if Statuss[depth1] is not None: self.add_query_param('Status.' + str(depth1 + 1) , Statuss[depth1]) diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeResourceByTagsRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeResourceByTagsRequest.py index 1921b1ad49..066530c973 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeResourceByTagsRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeResourceByTagsRequest.py @@ -43,10 +43,10 @@ def get_PageSize(self): def set_PageSize(self,PageSize): self.add_query_param('PageSize',PageSize) - def get_Tags(self): + def get_Tag(self): return self.get_query_params().get('Tag') - def set_Tags(self, Tags): + def set_Tag(self, Tags): for depth1 in range(len(Tags)): if Tags[depth1].get('Value') is not None: self.add_query_param('Tag.' + str(depth1 + 1) + '.Value', Tags[depth1].get('Value')) diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeRouterInterfacesRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeRouterInterfacesRequest.py index df9c8c27c8..abbbacee2d 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeRouterInterfacesRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeRouterInterfacesRequest.py @@ -55,10 +55,10 @@ def get_OwnerId(self): def set_OwnerId(self,OwnerId): self.add_query_param('OwnerId',OwnerId) - def get_Filters(self): + def get_Filter(self): return self.get_query_params().get('Filter') - def set_Filters(self, Filters): + def set_Filter(self, Filters): for depth1 in range(len(Filters)): if Filters[depth1].get('Value') is not None: for depth2 in range(len(Filters[depth1].get('Value'))): diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeSecurityGroupReferencesRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeSecurityGroupReferencesRequest.py index 593aa36a1c..3f38e7df57 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeSecurityGroupReferencesRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeSecurityGroupReferencesRequest.py @@ -31,10 +31,10 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) - def get_SecurityGroupIds(self): + def get_SecurityGroupId(self): return self.get_query_params().get('SecurityGroupId') - def set_SecurityGroupIds(self, SecurityGroupIds): + def set_SecurityGroupId(self, SecurityGroupIds): for depth1 in range(len(SecurityGroupIds)): if SecurityGroupIds[depth1] is not None: self.add_query_param('SecurityGroupId.' + str(depth1 + 1) , SecurityGroupIds[depth1]) diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeSecurityGroupsRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeSecurityGroupsRequest.py index 9d925bcead..7fed39737d 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeSecurityGroupsRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeSecurityGroupsRequest.py @@ -79,10 +79,10 @@ def get_PageSize(self): def set_PageSize(self,PageSize): self.add_query_param('PageSize',PageSize) - def get_Tags(self): + def get_Tag(self): return self.get_query_params().get('Tag') - def set_Tags(self, Tags): + def set_Tag(self, Tags): for depth1 in range(len(Tags)): if Tags[depth1].get('Value') is not None: self.add_query_param('Tag.' + str(depth1 + 1) + '.Value', Tags[depth1].get('Value')) diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeSnapshotGroupsRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeSnapshotGroupsRequest.py index ee14ebb417..b5e39778a3 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeSnapshotGroupsRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeSnapshotGroupsRequest.py @@ -49,10 +49,10 @@ def get_OwnerAccount(self): def set_OwnerAccount(self,OwnerAccount): self.add_query_param('OwnerAccount',OwnerAccount) - def get_SnapshotGroupIds(self): + def get_SnapshotGroupId(self): return self.get_query_params().get('SnapshotGroupId') - def set_SnapshotGroupIds(self, SnapshotGroupIds): + def set_SnapshotGroupId(self, SnapshotGroupIds): for depth1 in range(len(SnapshotGroupIds)): if SnapshotGroupIds[depth1] is not None: self.add_query_param('SnapshotGroupId.' + str(depth1 + 1) , SnapshotGroupIds[depth1]) @@ -81,10 +81,10 @@ def get_MaxResults(self): def set_MaxResults(self,MaxResults): self.add_query_param('MaxResults',MaxResults) - def get_Statuss(self): + def get_Status(self): return self.get_query_params().get('Status') - def set_Statuss(self, Statuss): + def set_Status(self, Statuss): for depth1 in range(len(Statuss)): if Statuss[depth1] is not None: self.add_query_param('Status.' + str(depth1 + 1) , Statuss[depth1]) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeSnapshotsRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeSnapshotsRequest.py index c982624df1..c96dcb97c0 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeSnapshotsRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeSnapshotsRequest.py @@ -67,10 +67,10 @@ def get_Filter1Key(self): def set_Filter1Key(self,Filter1Key): self.add_query_param('Filter.1.Key',Filter1Key) - def get_Tags(self): + def get_Tag(self): return self.get_query_params().get('Tag') - def set_Tags(self, Tags): + def set_Tag(self, Tags): for depth1 in range(len(Tags)): if Tags[depth1].get('Value') is not None: self.add_query_param('Tag.' + str(depth1 + 1) + '.Value', Tags[depth1].get('Value')) diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeSpotAdviceRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeSpotAdviceRequest.py index a7a57efa65..a4068f532b 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeSpotAdviceRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeSpotAdviceRequest.py @@ -43,10 +43,10 @@ def get_Memory(self): def set_Memory(self,Memory): self.add_query_param('Memory',Memory) - def get_InstanceTypess(self): + def get_InstanceTypes(self): return self.get_query_params().get('InstanceTypes') - def set_InstanceTypess(self, InstanceTypess): + def set_InstanceTypes(self, InstanceTypess): for depth1 in range(len(InstanceTypess)): if InstanceTypess[depth1] is not None: self.add_query_param('InstanceTypes.' + str(depth1 + 1) , InstanceTypess[depth1]) diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeStorageCapacityUnitsRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeStorageCapacityUnitsRequest.py index 5e25177255..bd229ba647 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeStorageCapacityUnitsRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeStorageCapacityUnitsRequest.py @@ -43,10 +43,10 @@ def get_Capacity(self): def set_Capacity(self,Capacity): self.add_query_param('Capacity',Capacity) - def get_StorageCapacityUnitIds(self): + def get_StorageCapacityUnitId(self): return self.get_query_params().get('StorageCapacityUnitId') - def set_StorageCapacityUnitIds(self, StorageCapacityUnitIds): + def set_StorageCapacityUnitId(self, StorageCapacityUnitIds): for depth1 in range(len(StorageCapacityUnitIds)): if StorageCapacityUnitIds[depth1] is not None: self.add_query_param('StorageCapacityUnitId.' + str(depth1 + 1) , StorageCapacityUnitIds[depth1]) @@ -81,10 +81,10 @@ def get_Name(self): def set_Name(self,Name): self.add_query_param('Name',Name) - def get_Statuss(self): + def get_Status(self): return self.get_query_params().get('Status') - def set_Statuss(self, Statuss): + def set_Status(self, Statuss): for depth1 in range(len(Statuss)): if Statuss[depth1] is not None: self.add_query_param('Status.' + str(depth1 + 1) , Statuss[depth1]) diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeTagsRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeTagsRequest.py index 559db1e5bb..030ccdfc14 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeTagsRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeTagsRequest.py @@ -43,10 +43,10 @@ def get_PageSize(self): def set_PageSize(self,PageSize): self.add_query_param('PageSize',PageSize) - def get_Tags(self): + def get_Tag(self): return self.get_query_params().get('Tag') - def set_Tags(self, Tags): + def set_Tag(self, Tags): for depth1 in range(len(Tags)): if Tags[depth1].get('Value') is not None: self.add_query_param('Tag.' + str(depth1 + 1) + '.Value', Tags[depth1].get('Value')) diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeVirtualBorderRoutersForPhysicalConnectionRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeVirtualBorderRoutersForPhysicalConnectionRequest.py index 4b81d57479..b78545c265 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeVirtualBorderRoutersForPhysicalConnectionRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeVirtualBorderRoutersForPhysicalConnectionRequest.py @@ -55,10 +55,10 @@ def get_OwnerId(self): def set_OwnerId(self,OwnerId): self.add_query_param('OwnerId',OwnerId) - def get_Filters(self): + def get_Filter(self): return self.get_query_params().get('Filter') - def set_Filters(self, Filters): + def set_Filter(self, Filters): for depth1 in range(len(Filters)): if Filters[depth1].get('Value') is not None: for depth2 in range(len(Filters[depth1].get('Value'))): diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeVirtualBorderRoutersRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeVirtualBorderRoutersRequest.py index 770be98060..6dd9fb8972 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeVirtualBorderRoutersRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeVirtualBorderRoutersRequest.py @@ -55,10 +55,10 @@ def get_OwnerId(self): def set_OwnerId(self,OwnerId): self.add_query_param('OwnerId',OwnerId) - def get_Filters(self): + def get_Filter(self): return self.get_query_params().get('Filter') - def set_Filters(self, Filters): + def set_Filter(self, Filters): for depth1 in range(len(Filters)): if Filters[depth1].get('Value') is not None: for depth2 in range(len(Filters[depth1].get('Value'))): diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ImportImageRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ImportImageRequest.py index c7b4df05e8..5dd258c506 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ImportImageRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ImportImageRequest.py @@ -25,10 +25,10 @@ def __init__(self): RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ImportImage') self.set_method('POST') - def get_DiskDeviceMappings(self): + def get_DiskDeviceMapping(self): return self.get_query_params().get('DiskDeviceMapping') - def set_DiskDeviceMappings(self, DiskDeviceMappings): + def set_DiskDeviceMapping(self, DiskDeviceMappings): for depth1 in range(len(DiskDeviceMappings)): if DiskDeviceMappings[depth1].get('OSSBucket') is not None: self.add_query_param('DiskDeviceMapping.' + str(depth1 + 1) + '.OSSBucket', DiskDeviceMappings[depth1].get('OSSBucket')) @@ -79,10 +79,10 @@ def get_ImageName(self): def set_ImageName(self,ImageName): self.add_query_param('ImageName',ImageName) - def get_Tags(self): + def get_Tag(self): return self.get_query_params().get('Tag') - def set_Tags(self, Tags): + def set_Tag(self, Tags): for depth1 in range(len(Tags)): if Tags[depth1].get('Value') is not None: self.add_query_param('Tag.' + str(depth1 + 1) + '.Value', Tags[depth1].get('Value')) diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ImportKeyPairRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ImportKeyPairRequest.py index 980ae05e7d..54ffda3b78 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ImportKeyPairRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ImportKeyPairRequest.py @@ -43,10 +43,10 @@ def get_ResourceGroupId(self): def set_ResourceGroupId(self,ResourceGroupId): self.add_query_param('ResourceGroupId',ResourceGroupId) - def get_Tags(self): + def get_Tag(self): return self.get_query_params().get('Tag') - def set_Tags(self, Tags): + def set_Tag(self, Tags): for depth1 in range(len(Tags)): if Tags[depth1].get('Value') is not None: self.add_query_param('Tag.' + str(depth1 + 1) + '.Value', Tags[depth1].get('Value')) diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/InstallCloudAssistantRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/InstallCloudAssistantRequest.py index 0276806665..8440536d3b 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/InstallCloudAssistantRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/InstallCloudAssistantRequest.py @@ -49,10 +49,10 @@ def get_OwnerId(self): def set_OwnerId(self,OwnerId): self.add_query_param('OwnerId',OwnerId) - def get_InstanceIds(self): + def get_InstanceId(self): return self.get_query_params().get('InstanceId') - def set_InstanceIds(self, InstanceIds): + def set_InstanceId(self, InstanceIds): for depth1 in range(len(InstanceIds)): if InstanceIds[depth1] is not None: self.add_query_param('InstanceId.' + str(depth1 + 1) , InstanceIds[depth1]) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/InvokeCommandRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/InvokeCommandRequest.py index c14ea5c75e..cb08f0d4fc 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/InvokeCommandRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/InvokeCommandRequest.py @@ -67,10 +67,10 @@ def get_OwnerId(self): def set_OwnerId(self,OwnerId): self.add_query_param('OwnerId',OwnerId) - def get_InstanceIds(self): + def get_InstanceId(self): return self.get_query_params().get('InstanceId') - def set_InstanceIds(self, InstanceIds): + def set_InstanceId(self, InstanceIds): for depth1 in range(len(InstanceIds)): if InstanceIds[depth1] is not None: self.add_query_param('InstanceId.' + str(depth1 + 1) , InstanceIds[depth1]) diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ListTagResourcesRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ListTagResourcesRequest.py index c5625a97f1..18fd95cbcd 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ListTagResourcesRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ListTagResourcesRequest.py @@ -37,20 +37,20 @@ def get_NextToken(self): def set_NextToken(self,NextToken): self.add_query_param('NextToken',NextToken) - def get_Tags(self): + def get_Tag(self): return self.get_query_params().get('Tag') - def set_Tags(self, Tags): + def set_Tag(self, Tags): for depth1 in range(len(Tags)): if Tags[depth1].get('Key') is not None: self.add_query_param('Tag.' + str(depth1 + 1) + '.Key', Tags[depth1].get('Key')) if Tags[depth1].get('Value') is not None: self.add_query_param('Tag.' + str(depth1 + 1) + '.Value', Tags[depth1].get('Value')) - def get_ResourceIds(self): + def get_ResourceId(self): return self.get_query_params().get('ResourceId') - def set_ResourceIds(self, ResourceIds): + def set_ResourceId(self, ResourceIds): for depth1 in range(len(ResourceIds)): if ResourceIds[depth1] is not None: self.add_query_param('ResourceId.' + str(depth1 + 1) , ResourceIds[depth1]) @@ -73,10 +73,10 @@ def get_OwnerId(self): def set_OwnerId(self,OwnerId): self.add_query_param('OwnerId',OwnerId) - def get_TagFilters(self): + def get_TagFilter(self): return self.get_query_params().get('TagFilter') - def set_TagFilters(self, TagFilters): + def set_TagFilter(self, TagFilters): for depth1 in range(len(TagFilters)): if TagFilters[depth1].get('TagKey') is not None: self.add_query_param('TagFilter.' + str(depth1 + 1) + '.TagKey', TagFilters[depth1].get('TagKey')) diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyAutoProvisioningGroupRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyAutoProvisioningGroupRequest.py index da6740d61a..ac400fde44 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyAutoProvisioningGroupRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyAutoProvisioningGroupRequest.py @@ -49,10 +49,10 @@ def get_ExcessCapacityTerminationPolicy(self): def set_ExcessCapacityTerminationPolicy(self,ExcessCapacityTerminationPolicy): self.add_query_param('ExcessCapacityTerminationPolicy',ExcessCapacityTerminationPolicy) - def get_LaunchTemplateConfigs(self): + def get_LaunchTemplateConfig(self): return self.get_query_params().get('LaunchTemplateConfig') - def set_LaunchTemplateConfigs(self, LaunchTemplateConfigs): + def set_LaunchTemplateConfig(self, LaunchTemplateConfigs): for depth1 in range(len(LaunchTemplateConfigs)): if LaunchTemplateConfigs[depth1].get('InstanceType') is not None: self.add_query_param('LaunchTemplateConfig.' + str(depth1 + 1) + '.InstanceType', LaunchTemplateConfigs[depth1].get('InstanceType')) diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyDiskAttributeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyDiskAttributeRequest.py index 627c3e71ef..ac98b34586 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyDiskAttributeRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyDiskAttributeRequest.py @@ -49,10 +49,10 @@ def get_DeleteAutoSnapshot(self): def set_DeleteAutoSnapshot(self,DeleteAutoSnapshot): self.add_query_param('DeleteAutoSnapshot',DeleteAutoSnapshot) - def get_DiskIdss(self): + def get_DiskIds(self): return self.get_query_params().get('DiskIds') - def set_DiskIdss(self, DiskIdss): + def set_DiskIds(self, DiskIdss): for depth1 in range(len(DiskIdss)): if DiskIdss[depth1] is not None: self.add_query_param('DiskIds.' + str(depth1 + 1) , DiskIdss[depth1]) diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyImageSharePermissionRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyImageSharePermissionRequest.py index 809f863b12..117c03fc1c 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyImageSharePermissionRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyImageSharePermissionRequest.py @@ -61,18 +61,18 @@ def get_OwnerId(self): def set_OwnerId(self,OwnerId): self.add_query_param('OwnerId',OwnerId) - def get_AddAccounts(self): + def get_AddAccount(self): return self.get_query_params().get('AddAccount') - def set_AddAccounts(self, AddAccounts): + def set_AddAccount(self, AddAccounts): for depth1 in range(len(AddAccounts)): if AddAccounts[depth1] is not None: self.add_query_param('AddAccount.' + str(depth1 + 1) , AddAccounts[depth1]) - def get_RemoveAccounts(self): + def get_RemoveAccount(self): return self.get_query_params().get('RemoveAccount') - def set_RemoveAccounts(self, RemoveAccounts): + def set_RemoveAccount(self, RemoveAccounts): for depth1 in range(len(RemoveAccounts)): if RemoveAccounts[depth1] is not None: self.add_query_param('RemoveAccount.' + str(depth1 + 1) , RemoveAccounts[depth1]) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceAttributeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceAttributeRequest.py index 70c3b1fe2c..59f35e6964 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceAttributeRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceAttributeRequest.py @@ -97,10 +97,10 @@ def get_OwnerId(self): def set_OwnerId(self,OwnerId): self.add_query_param('OwnerId',OwnerId) - def get_SecurityGroupIdss(self): + def get_SecurityGroupIds(self): return self.get_query_params().get('SecurityGroupIds') - def set_SecurityGroupIdss(self, SecurityGroupIdss): + def set_SecurityGroupIds(self, SecurityGroupIdss): for depth1 in range(len(SecurityGroupIdss)): if SecurityGroupIdss[depth1] is not None: self.add_query_param('SecurityGroupIds.' + str(depth1 + 1) , SecurityGroupIdss[depth1]) diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceMaintenanceAttributesRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceMaintenanceAttributesRequest.py index 02a5cbcfbf..acfbb544c6 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceMaintenanceAttributesRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceMaintenanceAttributesRequest.py @@ -31,10 +31,10 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) - def get_MaintenanceWindows(self): + def get_MaintenanceWindow(self): return self.get_query_params().get('MaintenanceWindow') - def set_MaintenanceWindows(self, MaintenanceWindows): + def set_MaintenanceWindow(self, MaintenanceWindows): for depth1 in range(len(MaintenanceWindows)): if MaintenanceWindows[depth1].get('StartTime') is not None: self.add_query_param('MaintenanceWindow.' + str(depth1 + 1) + '.StartTime', MaintenanceWindows[depth1].get('StartTime')) @@ -65,10 +65,10 @@ def get_OwnerId(self): def set_OwnerId(self,OwnerId): self.add_query_param('OwnerId',OwnerId) - def get_InstanceIds(self): + def get_InstanceId(self): return self.get_query_params().get('InstanceId') - def set_InstanceIds(self, InstanceIds): + def set_InstanceId(self, InstanceIds): for depth1 in range(len(InstanceIds)): if InstanceIds[depth1] is not None: self.add_query_param('InstanceId.' + str(depth1 + 1) , InstanceIds[depth1]) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceVpcAttributeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceVpcAttributeRequest.py index d5212f6795..e37395b00f 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceVpcAttributeRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceVpcAttributeRequest.py @@ -31,10 +31,10 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) - def get_SecurityGroupIds(self): + def get_SecurityGroupId(self): return self.get_query_params().get('SecurityGroupId') - def set_SecurityGroupIds(self, SecurityGroupIds): + def set_SecurityGroupId(self, SecurityGroupIds): for depth1 in range(len(SecurityGroupIds)): if SecurityGroupIds[depth1] is not None: self.add_query_param('SecurityGroupId.' + str(depth1 + 1) , SecurityGroupIds[depth1]) diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyNetworkInterfaceAttributeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyNetworkInterfaceAttributeRequest.py index 6b01862925..b7d5debcd9 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyNetworkInterfaceAttributeRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyNetworkInterfaceAttributeRequest.py @@ -37,10 +37,10 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) - def get_SecurityGroupIds(self): + def get_SecurityGroupId(self): return self.get_query_params().get('SecurityGroupId') - def set_SecurityGroupIds(self, SecurityGroupIds): + def set_SecurityGroupId(self, SecurityGroupIds): for depth1 in range(len(SecurityGroupIds)): if SecurityGroupIds[depth1] is not None: self.add_query_param('SecurityGroupId.' + str(depth1 + 1) , SecurityGroupIds[depth1]) diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyReservedInstancesRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyReservedInstancesRequest.py index 76ae9a2b02..77c6a92424 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyReservedInstancesRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyReservedInstancesRequest.py @@ -31,10 +31,10 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) - def get_Configurations(self): + def get_Configuration(self): return self.get_query_params().get('Configuration') - def set_Configurations(self, Configurations): + def set_Configuration(self, Configurations): for depth1 in range(len(Configurations)): if Configurations[depth1].get('ZoneId') is not None: self.add_query_param('Configuration.' + str(depth1 + 1) + '.ZoneId', Configurations[depth1].get('ZoneId')) @@ -65,10 +65,10 @@ def get_OwnerId(self): def set_OwnerId(self,OwnerId): self.add_query_param('OwnerId',OwnerId) - def get_ReservedInstanceIds(self): + def get_ReservedInstanceId(self): return self.get_query_params().get('ReservedInstanceId') - def set_ReservedInstanceIds(self, ReservedInstanceIds): + def set_ReservedInstanceId(self, ReservedInstanceIds): for depth1 in range(len(ReservedInstanceIds)): if ReservedInstanceIds[depth1] is not None: self.add_query_param('ReservedInstanceId.' + str(depth1 + 1) , ReservedInstanceIds[depth1]) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/PurchaseReservedInstancesOfferingRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/PurchaseReservedInstancesOfferingRequest.py index 50d31ff6ea..2bd83ba760 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/PurchaseReservedInstancesOfferingRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/PurchaseReservedInstancesOfferingRequest.py @@ -67,10 +67,10 @@ def get_InstanceType(self): def set_InstanceType(self,InstanceType): self.add_query_param('InstanceType',InstanceType) - def get_Tags(self): + def get_Tag(self): return self.get_query_params().get('Tag') - def set_Tags(self, Tags): + def set_Tag(self, Tags): for depth1 in range(len(Tags)): if Tags[depth1].get('Key') is not None: self.add_query_param('Tag.' + str(depth1 + 1) + '.Key', Tags[depth1].get('Key')) diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RebootInstancesRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RebootInstancesRequest.py index 365f9c71e1..1ed71e8bcb 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RebootInstancesRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RebootInstancesRequest.py @@ -67,10 +67,10 @@ def get_ForceReboot(self): def set_ForceReboot(self,ForceReboot): self.add_query_param('ForceReboot',ForceReboot) - def get_InstanceIds(self): + def get_InstanceId(self): return self.get_query_params().get('InstanceId') - def set_InstanceIds(self, InstanceIds): + def set_InstanceId(self, InstanceIds): for depth1 in range(len(InstanceIds)): if InstanceIds[depth1] is not None: self.add_query_param('InstanceId.' + str(depth1 + 1) , InstanceIds[depth1]) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RemoveBandwidthPackageIpsRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RemoveBandwidthPackageIpsRequest.py index 320440ba17..5f4d48ffb8 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RemoveBandwidthPackageIpsRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RemoveBandwidthPackageIpsRequest.py @@ -37,10 +37,10 @@ def get_ClientToken(self): def set_ClientToken(self,ClientToken): self.add_query_param('ClientToken',ClientToken) - def get_RemovedIpAddressess(self): + def get_RemovedIpAddresses(self): return self.get_query_params().get('RemovedIpAddresses') - def set_RemovedIpAddressess(self, RemovedIpAddressess): + def set_RemovedIpAddresses(self, RemovedIpAddressess): for depth1 in range(len(RemovedIpAddressess)): if RemovedIpAddressess[depth1] is not None: self.add_query_param('RemovedIpAddresses.' + str(depth1 + 1) , RemovedIpAddressess[depth1]) diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RemoveTagsRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RemoveTagsRequest.py index c570e46990..6792cc80d7 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RemoveTagsRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RemoveTagsRequest.py @@ -31,10 +31,10 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) - def get_Tags(self): + def get_Tag(self): return self.get_query_params().get('Tag') - def set_Tags(self, Tags): + def set_Tag(self, Tags): for depth1 in range(len(Tags)): if Tags[depth1].get('Value') is not None: self.add_query_param('Tag.' + str(depth1 + 1) + '.Value', Tags[depth1].get('Value')) diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ReportInstancesStatusRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ReportInstancesStatusRequest.py index a057e5ec8c..809879d775 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ReportInstancesStatusRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ReportInstancesStatusRequest.py @@ -55,10 +55,10 @@ def get_IssueCategory(self): def set_IssueCategory(self,IssueCategory): self.add_query_param('IssueCategory',IssueCategory) - def get_DiskIds(self): + def get_DiskId(self): return self.get_query_params().get('DiskId') - def set_DiskIds(self, DiskIds): + def set_DiskId(self, DiskIds): for depth1 in range(len(DiskIds)): if DiskIds[depth1] is not None: self.add_query_param('DiskId.' + str(depth1 + 1) , DiskIds[depth1]) @@ -87,18 +87,18 @@ def get_OwnerId(self): def set_OwnerId(self,OwnerId): self.add_query_param('OwnerId',OwnerId) - def get_InstanceIds(self): + def get_InstanceId(self): return self.get_query_params().get('InstanceId') - def set_InstanceIds(self, InstanceIds): + def set_InstanceId(self, InstanceIds): for depth1 in range(len(InstanceIds)): if InstanceIds[depth1] is not None: self.add_query_param('InstanceId.' + str(depth1 + 1) , InstanceIds[depth1]) - def get_Devices(self): + def get_Device(self): return self.get_query_params().get('Device') - def set_Devices(self, Devices): + def set_Device(self, Devices): for depth1 in range(len(Devices)): if Devices[depth1] is not None: self.add_query_param('Device.' + str(depth1 + 1) , Devices[depth1]) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ResetDisksRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ResetDisksRequest.py index 4495ddc19f..da45b73787 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ResetDisksRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ResetDisksRequest.py @@ -49,10 +49,10 @@ def get_OwnerId(self): def set_OwnerId(self,OwnerId): self.add_query_param('OwnerId',OwnerId) - def get_Disks(self): + def get_Disk(self): return self.get_query_params().get('Disk') - def set_Disks(self, Disks): + def set_Disk(self, Disks): for depth1 in range(len(Disks)): if Disks[depth1].get('DiskId') is not None: self.add_query_param('Disk.' + str(depth1 + 1) + '.DiskId', Disks[depth1].get('DiskId')) diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RunCommandRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RunCommandRequest.py index c56b197125..e7308c7b75 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RunCommandRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RunCommandRequest.py @@ -103,10 +103,10 @@ def get_OwnerId(self): def set_OwnerId(self,OwnerId): self.add_query_param('OwnerId',OwnerId) - def get_InstanceIds(self): + def get_InstanceId(self): return self.get_query_params().get('InstanceId') - def set_InstanceIds(self, InstanceIds): + def set_InstanceId(self, InstanceIds): for depth1 in range(len(InstanceIds)): if InstanceIds[depth1] is not None: self.add_query_param('InstanceId.' + str(depth1 + 1) , InstanceIds[depth1]) diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RunInstancesRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RunInstancesRequest.py index 29a22569d3..788780a700 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RunInstancesRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RunInstancesRequest.py @@ -205,10 +205,10 @@ def get_InstanceType(self): def set_InstanceType(self,InstanceType): self.add_query_param('InstanceType',InstanceType) - def get_Arns(self): + def get_Arn(self): return self.get_query_params().get('Arn') - def set_Arns(self, Arns): + def set_Arn(self, Arns): for depth1 in range(len(Arns)): if Arns[depth1].get('AssumeRoleFor') is not None: self.add_query_param('Arn.' + str(depth1 + 1) + '.AssumeRoleFor', Arns[depth1].get('AssumeRoleFor')) @@ -241,10 +241,10 @@ def get_DedicatedHostId(self): def set_DedicatedHostId(self,DedicatedHostId): self.add_query_param('DedicatedHostId',DedicatedHostId) - def get_SecurityGroupIdss(self): + def get_SecurityGroupIds(self): return self.get_query_params().get('SecurityGroupIds') - def set_SecurityGroupIdss(self, SecurityGroupIdss): + def set_SecurityGroupIds(self, SecurityGroupIdss): for depth1 in range(len(SecurityGroupIdss)): if SecurityGroupIdss[depth1] is not None: self.add_query_param('SecurityGroupIds.' + str(depth1 + 1) , SecurityGroupIdss[depth1]) @@ -315,10 +315,10 @@ def get_StorageSetPartitionNumber(self): def set_StorageSetPartitionNumber(self,StorageSetPartitionNumber): self.add_query_param('StorageSetPartitionNumber',StorageSetPartitionNumber) - def get_Tags(self): + def get_Tag(self): return self.get_query_params().get('Tag') - def set_Tags(self, Tags): + def set_Tag(self, Tags): for depth1 in range(len(Tags)): if Tags[depth1].get('Key') is not None: self.add_query_param('Tag.' + str(depth1 + 1) + '.Key', Tags[depth1].get('Key')) @@ -367,10 +367,10 @@ def get_ZoneId(self): def set_ZoneId(self,ZoneId): self.add_query_param('ZoneId',ZoneId) - def get_Ipv6Addresss(self): + def get_Ipv6Address(self): return self.get_query_params().get('Ipv6Address') - def set_Ipv6Addresss(self, Ipv6Addresss): + def set_Ipv6Address(self, Ipv6Addresss): for depth1 in range(len(Ipv6Addresss)): if Ipv6Addresss[depth1] is not None: self.add_query_param('Ipv6Address.' + str(depth1 + 1) , Ipv6Addresss[depth1]) @@ -423,10 +423,10 @@ def get_InstanceChargeType(self): def set_InstanceChargeType(self,InstanceChargeType): self.add_query_param('InstanceChargeType',InstanceChargeType) - def get_NetworkInterfaces(self): + def get_NetworkInterface(self): return self.get_query_params().get('NetworkInterface') - def set_NetworkInterfaces(self, NetworkInterfaces): + def set_NetworkInterface(self, NetworkInterfaces): for depth1 in range(len(NetworkInterfaces)): if NetworkInterfaces[depth1].get('PrimaryIpAddress') is not None: self.add_query_param('NetworkInterface.' + str(depth1 + 1) + '.PrimaryIpAddress', NetworkInterfaces[depth1].get('PrimaryIpAddress')) @@ -487,10 +487,10 @@ def get_CreditSpecification(self): def set_CreditSpecification(self,CreditSpecification): self.add_query_param('CreditSpecification',CreditSpecification) - def get_DataDisks(self): + def get_DataDisk(self): return self.get_query_params().get('DataDisk') - def set_DataDisks(self, DataDisks): + def set_DataDisk(self, DataDisks): for depth1 in range(len(DataDisks)): if DataDisks[depth1].get('Size') is not None: self.add_query_param('DataDisk.' + str(depth1 + 1) + '.Size', DataDisks[depth1].get('Size')) diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/SendFileRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/SendFileRequest.py index e396a89fae..a36962230b 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/SendFileRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/SendFileRequest.py @@ -91,10 +91,10 @@ def get_ContentType(self): def set_ContentType(self,ContentType): self.add_query_param('ContentType',ContentType) - def get_InstanceIds(self): + def get_InstanceId(self): return self.get_query_params().get('InstanceId') - def set_InstanceIds(self, InstanceIds): + def set_InstanceId(self, InstanceIds): for depth1 in range(len(InstanceIds)): if InstanceIds[depth1] is not None: self.add_query_param('InstanceId.' + str(depth1 + 1) , InstanceIds[depth1]) diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/StartImagePipelineExecutionRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/StartImagePipelineExecutionRequest.py index ad2094c75f..7f4e97869b 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/StartImagePipelineExecutionRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/StartImagePipelineExecutionRequest.py @@ -43,10 +43,10 @@ def get_ClientToken(self): def set_ClientToken(self,ClientToken): self.add_query_param('ClientToken',ClientToken) - def get_TemplateTags(self): + def get_TemplateTag(self): return self.get_query_params().get('TemplateTag') - def set_TemplateTags(self, TemplateTags): + def set_TemplateTag(self, TemplateTags): for depth1 in range(len(TemplateTags)): if TemplateTags[depth1].get('Key') is not None: self.add_query_param('TemplateTag.' + str(depth1 + 1) + '.Key', TemplateTags[depth1].get('Key')) diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/StartInstancesRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/StartInstancesRequest.py index 4c75e0ee1d..d8c91820e2 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/StartInstancesRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/StartInstancesRequest.py @@ -61,10 +61,10 @@ def get_OwnerId(self): def set_OwnerId(self,OwnerId): self.add_query_param('OwnerId',OwnerId) - def get_InstanceIds(self): + def get_InstanceId(self): return self.get_query_params().get('InstanceId') - def set_InstanceIds(self, InstanceIds): + def set_InstanceId(self, InstanceIds): for depth1 in range(len(InstanceIds)): if InstanceIds[depth1] is not None: self.add_query_param('InstanceId.' + str(depth1 + 1) , InstanceIds[depth1]) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/StopInstancesRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/StopInstancesRequest.py index 59ee9633e1..c85cab2ac6 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/StopInstancesRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/StopInstancesRequest.py @@ -73,10 +73,10 @@ def get_OwnerId(self): def set_OwnerId(self,OwnerId): self.add_query_param('OwnerId',OwnerId) - def get_InstanceIds(self): + def get_InstanceId(self): return self.get_query_params().get('InstanceId') - def set_InstanceIds(self, InstanceIds): + def set_InstanceId(self, InstanceIds): for depth1 in range(len(InstanceIds)): if InstanceIds[depth1] is not None: self.add_query_param('InstanceId.' + str(depth1 + 1) , InstanceIds[depth1]) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/StopInvocationRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/StopInvocationRequest.py index 93e480ec6c..4c9eb77d76 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/StopInvocationRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/StopInvocationRequest.py @@ -55,10 +55,10 @@ def get_OwnerId(self): def set_OwnerId(self,OwnerId): self.add_query_param('OwnerId',OwnerId) - def get_InstanceIds(self): + def get_InstanceId(self): return self.get_query_params().get('InstanceId') - def set_InstanceIds(self, InstanceIds): + def set_InstanceId(self, InstanceIds): for depth1 in range(len(InstanceIds)): if InstanceIds[depth1] is not None: self.add_query_param('InstanceId.' + str(depth1 + 1) , InstanceIds[depth1]) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/TagResourcesRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/TagResourcesRequest.py index c15e0498e7..3fc5c3adde 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/TagResourcesRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/TagResourcesRequest.py @@ -25,20 +25,20 @@ def __init__(self): RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'TagResources') self.set_method('POST') - def get_Tags(self): + def get_Tag(self): return self.get_query_params().get('Tag') - def set_Tags(self, Tags): + def set_Tag(self, Tags): for depth1 in range(len(Tags)): if Tags[depth1].get('Key') is not None: self.add_query_param('Tag.' + str(depth1 + 1) + '.Key', Tags[depth1].get('Key')) if Tags[depth1].get('Value') is not None: self.add_query_param('Tag.' + str(depth1 + 1) + '.Value', Tags[depth1].get('Value')) - def get_ResourceIds(self): + def get_ResourceId(self): return self.get_query_params().get('ResourceId') - def set_ResourceIds(self, ResourceIds): + def set_ResourceId(self, ResourceIds): for depth1 in range(len(ResourceIds)): if ResourceIds[depth1] is not None: self.add_query_param('ResourceId.' + str(depth1 + 1) , ResourceIds[depth1]) diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/UnassignIpv6AddressesRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/UnassignIpv6AddressesRequest.py index f35df4da4e..82089fe403 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/UnassignIpv6AddressesRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/UnassignIpv6AddressesRequest.py @@ -55,10 +55,10 @@ def get_NetworkInterfaceId(self): def set_NetworkInterfaceId(self,NetworkInterfaceId): self.add_query_param('NetworkInterfaceId',NetworkInterfaceId) - def get_Ipv6Addresss(self): + def get_Ipv6Address(self): return self.get_query_params().get('Ipv6Address') - def set_Ipv6Addresss(self, Ipv6Addresss): + def set_Ipv6Address(self, Ipv6Addresss): for depth1 in range(len(Ipv6Addresss)): if Ipv6Addresss[depth1] is not None: self.add_query_param('Ipv6Address.' + str(depth1 + 1) , Ipv6Addresss[depth1]) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/UnassignPrivateIpAddressesRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/UnassignPrivateIpAddressesRequest.py index 98d91858a0..98abc8dfe0 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/UnassignPrivateIpAddressesRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/UnassignPrivateIpAddressesRequest.py @@ -49,10 +49,10 @@ def get_OwnerId(self): def set_OwnerId(self,OwnerId): self.add_query_param('OwnerId',OwnerId) - def get_PrivateIpAddresss(self): + def get_PrivateIpAddress(self): return self.get_query_params().get('PrivateIpAddress') - def set_PrivateIpAddresss(self, PrivateIpAddresss): + def set_PrivateIpAddress(self, PrivateIpAddresss): for depth1 in range(len(PrivateIpAddresss)): if PrivateIpAddresss[depth1] is not None: self.add_query_param('PrivateIpAddress.' + str(depth1 + 1) , PrivateIpAddresss[depth1]) diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/UntagResourcesRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/UntagResourcesRequest.py index f77925df67..90d52d57af 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/UntagResourcesRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/UntagResourcesRequest.py @@ -37,10 +37,10 @@ def get_All(self): def set_All(self,All): self.add_query_param('All',All) - def get_ResourceIds(self): + def get_ResourceId(self): return self.get_query_params().get('ResourceId') - def set_ResourceIds(self, ResourceIds): + def set_ResourceId(self, ResourceIds): for depth1 in range(len(ResourceIds)): if ResourceIds[depth1] is not None: self.add_query_param('ResourceId.' + str(depth1 + 1) , ResourceIds[depth1]) @@ -69,10 +69,10 @@ def get_ResourceType(self): def set_ResourceType(self,ResourceType): self.add_query_param('ResourceType',ResourceType) - def get_TagKeys(self): + def get_TagKey(self): return self.get_query_params().get('TagKey') - def set_TagKeys(self, TagKeys): + def set_TagKey(self, TagKeys): for depth1 in range(len(TagKeys)): if TagKeys[depth1] is not None: self.add_query_param('TagKey.' + str(depth1 + 1) , TagKeys[depth1]) \ No newline at end of file From 8feb934c6d64df3daaa5b41388be0b99a297c466 Mon Sep 17 00:00:00 2001 From: sdk-team Date: Mon, 25 Jan 2021 12:10:40 +0000 Subject: [PATCH 270/282] Generated 2014-05-26 for Ecs. --- aliyun-python-sdk-ecs/ChangeLog.txt | 3 +++ .../request/v20140526/AddTagsRequest.py | 4 ++-- .../AllocateDedicatedHostsRequest.py | 4 ++-- .../v20140526/AssignIpv6AddressesRequest.py | 4 ++-- .../AssignPrivateIpAddressesRequest.py | 4 ++-- .../CancelImagePipelineExecutionRequest.py | 4 ++-- .../CancelSimulatedSystemEventsRequest.py | 4 ++-- .../request/v20140526/CopyImageRequest.py | 4 ++-- .../request/v20140526/CopySnapshotRequest.py | 4 ++-- .../CreateAutoProvisioningGroupRequest.py | 20 ++++++++-------- .../CreateAutoSnapshotPolicyRequest.py | 4 ++-- .../CreateCapacityReservationRequest.py | 4 ++-- .../CreateDedicatedHostClusterRequest.py | 4 ++-- .../request/v20140526/CreateDiskRequest.py | 8 +++---- .../CreateElasticityAssuranceRequest.py | 8 +++---- .../v20140526/CreateImageComponentRequest.py | 4 ++-- .../v20140526/CreateImagePipelineRequest.py | 12 +++++----- .../request/v20140526/CreateImageRequest.py | 8 +++---- .../v20140526/CreateInstanceRequest.py | 12 +++++----- .../request/v20140526/CreateKeyPairRequest.py | 4 ++-- .../v20140526/CreateLaunchTemplateRequest.py | 20 ++++++++-------- .../CreateLaunchTemplateVersionRequest.py | 16 ++++++------- .../v20140526/CreateNatGatewayRequest.py | 4 ++-- .../CreateNetworkInterfaceRequest.py | 12 +++++----- .../v20140526/CreateRouteEntryRequest.py | 4 ++-- .../v20140526/CreateSecurityGroupRequest.py | 4 ++-- .../CreateSimulatedSystemEventsRequest.py | 4 ++-- .../v20140526/CreateSnapshotGroupRequest.py | 4 ++-- .../v20140526/CreateSnapshotRequest.py | 4 ++-- .../v20140526/DeleteImageComponentRequest.py | 4 ++-- .../v20140526/DeleteImagePipelineRequest.py | 4 ++-- .../v20140526/DeleteInstancesRequest.py | 4 ++-- .../DeleteLaunchTemplateVersionRequest.py | 4 ++-- .../v20140526/DeleteRouteEntryRequest.py | 4 ++-- .../v20140526/DescribeAccessPointsRequest.py | 4 ++-- .../DescribeAccountAttributesRequest.py | 4 ++-- .../DescribeAutoProvisioningGroupsRequest.py | 8 +++---- .../DescribeAutoSnapshotPolicyExRequest.py | 4 ++-- .../DescribeCloudAssistantStatusRequest.py | 4 ++-- .../DescribeDedicatedHostClustersRequest.py | 4 ++-- .../DescribeDedicatedHostsRequest.py | 4 ++-- .../v20140526/DescribeDemandsRequest.py | 8 +++---- .../DescribeDisksFullStatusRequest.py | 8 +++---- .../request/v20140526/DescribeDisksRequest.py | 8 +++---- .../v20140526/DescribeHaVipsRequest.py | 4 ++-- .../DescribeImageComponentsRequest.py | 8 +++---- .../DescribeImagePipelineExecutionsRequest.py | 4 ++-- .../DescribeImagePipelinesRequest.py | 8 +++---- ...escribeImageSupportInstanceTypesRequest.py | 4 ++-- .../v20140526/DescribeImagesRequest.py | 8 +++---- .../DescribeInstanceHistoryEventsRequest.py | 12 +++++----- ...ibeInstanceMaintenanceAttributesRequest.py | 4 ++-- .../DescribeInstanceStatusRequest.py | 4 ++-- .../v20140526/DescribeInstanceTypesRequest.py | 4 ++-- .../DescribeInstancesFullStatusRequest.py | 12 +++++----- .../v20140526/DescribeInstancesRequest.py | 8 +++---- .../v20140526/DescribeKeyPairsRequest.py | 4 ++-- .../DescribeLaunchTemplateVersionsRequest.py | 4 ++-- .../DescribeLaunchTemplatesRequest.py | 12 +++++----- .../DescribeManagedInstancesRequest.py | 4 ++-- ...escribeNetworkInterfaceAttributeRequest.py | 4 ++-- ...cribeNetworkInterfacePermissionsRequest.py | 4 ++-- .../DescribeNetworkInterfacesRequest.py | 12 +++++----- .../DescribePhysicalConnectionsRequest.py | 4 ++-- .../request/v20140526/DescribePriceRequest.py | 4 ++-- .../DescribeRecommendInstanceTypeRequest.py | 4 ++-- .../DescribeReservedInstancesRequest.py | 12 +++++----- .../DescribeResourceByTagsRequest.py | 4 ++-- .../DescribeRouterInterfacesRequest.py | 4 ++-- .../DescribeSecurityGroupReferencesRequest.py | 4 ++-- .../DescribeSecurityGroupsRequest.py | 4 ++-- .../DescribeSnapshotGroupsRequest.py | 8 +++---- .../v20140526/DescribeSnapshotsRequest.py | 4 ++-- .../v20140526/DescribeSpotAdviceRequest.py | 4 ++-- .../DescribeStorageCapacityUnitsRequest.py | 8 +++---- .../request/v20140526/DescribeTagsRequest.py | 4 ++-- ...rderRoutersForPhysicalConnectionRequest.py | 4 ++-- .../DescribeVirtualBorderRoutersRequest.py | 4 ++-- .../request/v20140526/ImportImageRequest.py | 8 +++---- .../request/v20140526/ImportKeyPairRequest.py | 4 ++-- .../v20140526/InstallCloudAssistantRequest.py | 4 ++-- .../request/v20140526/InvokeCommandRequest.py | 4 ++-- .../v20140526/ListTagResourcesRequest.py | 12 +++++----- .../ModifyAutoProvisioningGroupRequest.py | 4 ++-- .../v20140526/ModifyDiskAttributeRequest.py | 4 ++-- .../ModifyImageSharePermissionRequest.py | 8 +++---- .../ModifyInstanceAttributeRequest.py | 4 ++-- ...ifyInstanceMaintenanceAttributesRequest.py | 8 +++---- .../ModifyInstanceVpcAttributeRequest.py | 4 ++-- .../ModifyNetworkInterfaceAttributeRequest.py | 4 ++-- .../ModifyReservedInstancesRequest.py | 8 +++---- ...urchaseReservedInstancesOfferingRequest.py | 4 ++-- .../v20140526/RebootInstancesRequest.py | 4 ++-- .../RemoveBandwidthPackageIpsRequest.py | 4 ++-- .../request/v20140526/RemoveTagsRequest.py | 4 ++-- .../v20140526/ReportInstancesStatusRequest.py | 12 +++++----- .../request/v20140526/ResetDisksRequest.py | 4 ++-- .../request/v20140526/RunCommandRequest.py | 4 ++-- .../request/v20140526/RunInstancesRequest.py | 24 +++++++++---------- .../request/v20140526/SendFileRequest.py | 4 ++-- .../StartImagePipelineExecutionRequest.py | 4 ++-- .../v20140526/StartInstancesRequest.py | 4 ++-- .../request/v20140526/StopInstancesRequest.py | 4 ++-- .../v20140526/StopInvocationRequest.py | 4 ++-- .../request/v20140526/TagResourcesRequest.py | 8 +++---- .../v20140526/UnassignIpv6AddressesRequest.py | 4 ++-- .../UnassignPrivateIpAddressesRequest.py | 4 ++-- .../v20140526/UntagResourcesRequest.py | 8 +++---- 108 files changed, 327 insertions(+), 324 deletions(-) diff --git a/aliyun-python-sdk-ecs/ChangeLog.txt b/aliyun-python-sdk-ecs/ChangeLog.txt index c7075686e3..f837d8645c 100644 --- a/aliyun-python-sdk-ecs/ChangeLog.txt +++ b/aliyun-python-sdk-ecs/ChangeLog.txt @@ -4,6 +4,9 @@ 2021-01-25 Version: 1.2.3 - Generated 2014-05-26 for `Ecs`. +2021-01-25 Version: 1.2.3 +- Generated 2014-05-26 for `Ecs`. + 2021-01-25 Version: 1.2.3 - Generated 2020-01-29 for `Ecs`. diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AddTagsRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AddTagsRequest.py index 9f02c50985..5fafc212ea 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AddTagsRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AddTagsRequest.py @@ -31,10 +31,10 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) - def get_Tag(self): + def get_Tags(self): return self.get_query_params().get('Tag') - def set_Tag(self, Tags): + def set_Tags(self, Tags): for depth1 in range(len(Tags)): if Tags[depth1].get('Value') is not None: self.add_query_param('Tag.' + str(depth1 + 1) + '.Value', Tags[depth1].get('Value')) diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AllocateDedicatedHostsRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AllocateDedicatedHostsRequest.py index 582bbce32b..a025169fa8 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AllocateDedicatedHostsRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AllocateDedicatedHostsRequest.py @@ -67,10 +67,10 @@ def get_DedicatedHostClusterId(self): def set_DedicatedHostClusterId(self,DedicatedHostClusterId): self.add_query_param('DedicatedHostClusterId',DedicatedHostClusterId) - def get_Tag(self): + def get_Tags(self): return self.get_query_params().get('Tag') - def set_Tag(self, Tags): + def set_Tags(self, Tags): for depth1 in range(len(Tags)): if Tags[depth1].get('Key') is not None: self.add_query_param('Tag.' + str(depth1 + 1) + '.Key', Tags[depth1].get('Key')) diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AssignIpv6AddressesRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AssignIpv6AddressesRequest.py index 23ae95197b..f802b8dbcb 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AssignIpv6AddressesRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AssignIpv6AddressesRequest.py @@ -61,10 +61,10 @@ def get_NetworkInterfaceId(self): def set_NetworkInterfaceId(self,NetworkInterfaceId): self.add_query_param('NetworkInterfaceId',NetworkInterfaceId) - def get_Ipv6Address(self): + def get_Ipv6Addresss(self): return self.get_query_params().get('Ipv6Address') - def set_Ipv6Address(self, Ipv6Addresss): + def set_Ipv6Addresss(self, Ipv6Addresss): for depth1 in range(len(Ipv6Addresss)): if Ipv6Addresss[depth1] is not None: self.add_query_param('Ipv6Address.' + str(depth1 + 1) , Ipv6Addresss[depth1]) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AssignPrivateIpAddressesRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AssignPrivateIpAddressesRequest.py index 1aa7e29b1a..dc9d64f369 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AssignPrivateIpAddressesRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/AssignPrivateIpAddressesRequest.py @@ -61,10 +61,10 @@ def get_OwnerId(self): def set_OwnerId(self,OwnerId): self.add_query_param('OwnerId',OwnerId) - def get_PrivateIpAddress(self): + def get_PrivateIpAddresss(self): return self.get_query_params().get('PrivateIpAddress') - def set_PrivateIpAddress(self, PrivateIpAddresss): + def set_PrivateIpAddresss(self, PrivateIpAddresss): for depth1 in range(len(PrivateIpAddresss)): if PrivateIpAddresss[depth1] is not None: self.add_query_param('PrivateIpAddress.' + str(depth1 + 1) , PrivateIpAddresss[depth1]) diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CancelImagePipelineExecutionRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CancelImagePipelineExecutionRequest.py index be5ecdae78..c9c53a95d5 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CancelImagePipelineExecutionRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CancelImagePipelineExecutionRequest.py @@ -37,10 +37,10 @@ def get_ExecutionId(self): def set_ExecutionId(self,ExecutionId): self.add_query_param('ExecutionId',ExecutionId) - def get_TemplateTag(self): + def get_TemplateTags(self): return self.get_query_params().get('TemplateTag') - def set_TemplateTag(self, TemplateTags): + def set_TemplateTags(self, TemplateTags): for depth1 in range(len(TemplateTags)): if TemplateTags[depth1].get('Key') is not None: self.add_query_param('TemplateTag.' + str(depth1 + 1) + '.Key', TemplateTags[depth1].get('Key')) diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CancelSimulatedSystemEventsRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CancelSimulatedSystemEventsRequest.py index ec4b564075..3112ff33b7 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CancelSimulatedSystemEventsRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CancelSimulatedSystemEventsRequest.py @@ -25,10 +25,10 @@ def __init__(self): RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CancelSimulatedSystemEvents') self.set_method('POST') - def get_EventId(self): + def get_EventIds(self): return self.get_query_params().get('EventId') - def set_EventId(self, EventIds): + def set_EventIds(self, EventIds): for depth1 in range(len(EventIds)): if EventIds[depth1] is not None: self.add_query_param('EventId.' + str(depth1 + 1) , EventIds[depth1]) diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CopyImageRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CopyImageRequest.py index 9ead47e26d..dc604bedcb 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CopyImageRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CopyImageRequest.py @@ -55,10 +55,10 @@ def get_ResourceGroupId(self): def set_ResourceGroupId(self,ResourceGroupId): self.add_query_param('ResourceGroupId',ResourceGroupId) - def get_Tag(self): + def get_Tags(self): return self.get_query_params().get('Tag') - def set_Tag(self, Tags): + def set_Tags(self, Tags): for depth1 in range(len(Tags)): if Tags[depth1].get('Value') is not None: self.add_query_param('Tag.' + str(depth1 + 1) + '.Value', Tags[depth1].get('Value')) diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CopySnapshotRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CopySnapshotRequest.py index c0d45264a3..5c463557da 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CopySnapshotRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CopySnapshotRequest.py @@ -49,10 +49,10 @@ def get_ResourceGroupId(self): def set_ResourceGroupId(self,ResourceGroupId): self.add_query_param('ResourceGroupId',ResourceGroupId) - def get_Tag(self): + def get_Tags(self): return self.get_query_params().get('Tag') - def set_Tag(self, Tags): + def set_Tags(self, Tags): for depth1 in range(len(Tags)): if Tags[depth1].get('Key') is not None: self.add_query_param('Tag.' + str(depth1 + 1) + '.Key', Tags[depth1].get('Key')) diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateAutoProvisioningGroupRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateAutoProvisioningGroupRequest.py index 1deecdc19c..8bffeff86e 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateAutoProvisioningGroupRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateAutoProvisioningGroupRequest.py @@ -25,10 +25,10 @@ def __init__(self): RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateAutoProvisioningGroup') self.set_method('POST') - def get_LaunchConfigurationDataDisk(self): + def get_LaunchConfigurationDataDisks(self): return self.get_query_params().get('LaunchConfiguration.DataDisk') - def set_LaunchConfigurationDataDisk(self, LaunchConfigurationDataDisks): + def set_LaunchConfigurationDataDisks(self, LaunchConfigurationDataDisks): for depth1 in range(len(LaunchConfigurationDataDisks)): if LaunchConfigurationDataDisks[depth1].get('Size') is not None: self.add_query_param('LaunchConfiguration.DataDisk.' + str(depth1 + 1) + '.Size', LaunchConfigurationDataDisks[depth1].get('Size')) @@ -111,18 +111,18 @@ def get_LaunchConfigurationKeyPairName(self): def set_LaunchConfigurationKeyPairName(self,LaunchConfigurationKeyPairName): self.add_query_param('LaunchConfiguration.KeyPairName',LaunchConfigurationKeyPairName) - def get_SystemDiskConfig(self): + def get_SystemDiskConfigs(self): return self.get_query_params().get('SystemDiskConfig') - def set_SystemDiskConfig(self, SystemDiskConfigs): + def set_SystemDiskConfigs(self, SystemDiskConfigs): for depth1 in range(len(SystemDiskConfigs)): if SystemDiskConfigs[depth1].get('DiskCategory') is not None: self.add_query_param('SystemDiskConfig.' + str(depth1 + 1) + '.DiskCategory', SystemDiskConfigs[depth1].get('DiskCategory')) - def get_DataDiskConfig(self): + def get_DataDiskConfigs(self): return self.get_query_params().get('DataDiskConfig') - def set_DataDiskConfig(self, DataDiskConfigs): + def set_DataDiskConfigs(self, DataDiskConfigs): for depth1 in range(len(DataDiskConfigs)): if DataDiskConfigs[depth1].get('DiskCategory') is not None: self.add_query_param('DataDiskConfig.' + str(depth1 + 1) + '.DiskCategory', DataDiskConfigs[depth1].get('DiskCategory')) @@ -253,10 +253,10 @@ def get_ExcessCapacityTerminationPolicy(self): def set_ExcessCapacityTerminationPolicy(self,ExcessCapacityTerminationPolicy): self.add_query_param('ExcessCapacityTerminationPolicy',ExcessCapacityTerminationPolicy) - def get_LaunchTemplateConfig(self): + def get_LaunchTemplateConfigs(self): return self.get_query_params().get('LaunchTemplateConfig') - def set_LaunchTemplateConfig(self, LaunchTemplateConfigs): + def set_LaunchTemplateConfigs(self, LaunchTemplateConfigs): for depth1 in range(len(LaunchTemplateConfigs)): if LaunchTemplateConfigs[depth1].get('InstanceType') is not None: self.add_query_param('LaunchTemplateConfig.' + str(depth1 + 1) + '.InstanceType', LaunchTemplateConfigs[depth1].get('InstanceType')) @@ -293,10 +293,10 @@ def get_LaunchConfigurationSecurityEnhancementStrategy(self): def set_LaunchConfigurationSecurityEnhancementStrategy(self,LaunchConfigurationSecurityEnhancementStrategy): self.add_query_param('LaunchConfiguration.SecurityEnhancementStrategy',LaunchConfigurationSecurityEnhancementStrategy) - def get_LaunchConfigurationTag(self): + def get_LaunchConfigurationTags(self): return self.get_query_params().get('LaunchConfiguration.Tag') - def set_LaunchConfigurationTag(self, LaunchConfigurationTags): + def set_LaunchConfigurationTags(self, LaunchConfigurationTags): for depth1 in range(len(LaunchConfigurationTags)): if LaunchConfigurationTags[depth1].get('Key') is not None: self.add_query_param('LaunchConfiguration.Tag.' + str(depth1 + 1) + '.Key', LaunchConfigurationTags[depth1].get('Key')) diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateAutoSnapshotPolicyRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateAutoSnapshotPolicyRequest.py index b2fa03afb6..e5a7ba7898 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateAutoSnapshotPolicyRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateAutoSnapshotPolicyRequest.py @@ -49,10 +49,10 @@ def get_repeatWeekdays(self): def set_repeatWeekdays(self,repeatWeekdays): self.add_query_param('repeatWeekdays',repeatWeekdays) - def get_Tag(self): + def get_Tags(self): return self.get_query_params().get('Tag') - def set_Tag(self, Tags): + def set_Tags(self, Tags): for depth1 in range(len(Tags)): if Tags[depth1].get('Value') is not None: self.add_query_param('Tag.' + str(depth1 + 1) + '.Value', Tags[depth1].get('Value')) diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateCapacityReservationRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateCapacityReservationRequest.py index 317ed45f3a..4401ff7634 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateCapacityReservationRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateCapacityReservationRequest.py @@ -103,10 +103,10 @@ def get_OwnerId(self): def set_OwnerId(self,OwnerId): self.add_query_param('OwnerId',OwnerId) - def get_ZoneId(self): + def get_ZoneIds(self): return self.get_query_params().get('ZoneId') - def set_ZoneId(self, ZoneIds): + def set_ZoneIds(self, ZoneIds): for depth1 in range(len(ZoneIds)): if ZoneIds[depth1] is not None: self.add_query_param('ZoneId.' + str(depth1 + 1) , ZoneIds[depth1]) diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateDedicatedHostClusterRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateDedicatedHostClusterRequest.py index d96b625e62..9a5e573ba5 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateDedicatedHostClusterRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateDedicatedHostClusterRequest.py @@ -49,10 +49,10 @@ def get_ResourceGroupId(self): def set_ResourceGroupId(self,ResourceGroupId): self.add_query_param('ResourceGroupId',ResourceGroupId) - def get_Tag(self): + def get_Tags(self): return self.get_query_params().get('Tag') - def set_Tag(self, Tags): + def set_Tags(self, Tags): for depth1 in range(len(Tags)): if Tags[depth1].get('Key') is not None: self.add_query_param('Tag.' + str(depth1 + 1) + '.Key', Tags[depth1].get('Key')) diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateDiskRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateDiskRequest.py index 886a20b8c4..4ff9dc9cd6 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateDiskRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateDiskRequest.py @@ -79,20 +79,20 @@ def get_StorageSetPartitionNumber(self): def set_StorageSetPartitionNumber(self,StorageSetPartitionNumber): self.add_query_param('StorageSetPartitionNumber',StorageSetPartitionNumber) - def get_Tag(self): + def get_Tags(self): return self.get_query_params().get('Tag') - def set_Tag(self, Tags): + def set_Tags(self, Tags): for depth1 in range(len(Tags)): if Tags[depth1].get('Value') is not None: self.add_query_param('Tag.' + str(depth1 + 1) + '.Value', Tags[depth1].get('Value')) if Tags[depth1].get('Key') is not None: self.add_query_param('Tag.' + str(depth1 + 1) + '.Key', Tags[depth1].get('Key')) - def get_Arn(self): + def get_Arns(self): return self.get_query_params().get('Arn') - def set_Arn(self, Arns): + def set_Arns(self, Arns): for depth1 in range(len(Arns)): if Arns[depth1].get('Rolearn') is not None: self.add_query_param('Arn.' + str(depth1 + 1) + '.Rolearn', Arns[depth1].get('Rolearn')) diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateElasticityAssuranceRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateElasticityAssuranceRequest.py index c5cc924679..9cdf89fe58 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateElasticityAssuranceRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateElasticityAssuranceRequest.py @@ -55,10 +55,10 @@ def get_PrivatePoolOptionsMatchCriteria(self): def set_PrivatePoolOptionsMatchCriteria(self,PrivatePoolOptionsMatchCriteria): self.add_query_param('PrivatePoolOptions.MatchCriteria',PrivatePoolOptionsMatchCriteria) - def get_InstanceType(self): + def get_InstanceTypes(self): return self.get_query_params().get('InstanceType') - def set_InstanceType(self, InstanceTypes): + def set_InstanceTypes(self, InstanceTypes): for depth1 in range(len(InstanceTypes)): if InstanceTypes[depth1] is not None: self.add_query_param('InstanceType.' + str(depth1 + 1) , InstanceTypes[depth1]) @@ -111,10 +111,10 @@ def get_PeriodUnit(self): def set_PeriodUnit(self,PeriodUnit): self.add_query_param('PeriodUnit',PeriodUnit) - def get_ZoneId(self): + def get_ZoneIds(self): return self.get_query_params().get('ZoneId') - def set_ZoneId(self, ZoneIds): + def set_ZoneIds(self, ZoneIds): for depth1 in range(len(ZoneIds)): if ZoneIds[depth1] is not None: self.add_query_param('ZoneId.' + str(depth1 + 1) , ZoneIds[depth1]) diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateImageComponentRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateImageComponentRequest.py index 94620df2fd..290a1b5cf3 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateImageComponentRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateImageComponentRequest.py @@ -61,10 +61,10 @@ def get_ResourceGroupId(self): def set_ResourceGroupId(self,ResourceGroupId): self.add_query_param('ResourceGroupId',ResourceGroupId) - def get_Tag(self): + def get_Tags(self): return self.get_query_params().get('Tag') - def set_Tag(self, Tags): + def set_Tags(self, Tags): for depth1 in range(len(Tags)): if Tags[depth1].get('Key') is not None: self.add_query_param('Tag.' + str(depth1 + 1) + '.Key', Tags[depth1].get('Key')) diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateImagePipelineRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateImagePipelineRequest.py index ed5770df1f..39c46660a5 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateImagePipelineRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateImagePipelineRequest.py @@ -43,10 +43,10 @@ def get_ClientToken(self): def set_ClientToken(self,ClientToken): self.add_query_param('ClientToken',ClientToken) - def get_ToRegionId(self): + def get_ToRegionIds(self): return self.get_query_params().get('ToRegionId') - def set_ToRegionId(self, ToRegionIds): + def set_ToRegionIds(self, ToRegionIds): for depth1 in range(len(ToRegionIds)): if ToRegionIds[depth1] is not None: self.add_query_param('ToRegionId.' + str(depth1 + 1) , ToRegionIds[depth1]) @@ -87,10 +87,10 @@ def get_InstanceType(self): def set_InstanceType(self,InstanceType): self.add_query_param('InstanceType',InstanceType) - def get_Tag(self): + def get_Tags(self): return self.get_query_params().get('Tag') - def set_Tag(self, Tags): + def set_Tags(self, Tags): for depth1 in range(len(Tags)): if Tags[depth1].get('Key') is not None: self.add_query_param('Tag.' + str(depth1 + 1) + '.Key', Tags[depth1].get('Key')) @@ -127,10 +127,10 @@ def get_VSwitchId(self): def set_VSwitchId(self,VSwitchId): self.add_query_param('VSwitchId',VSwitchId) - def get_AddAccount(self): + def get_AddAccounts(self): return self.get_query_params().get('AddAccount') - def set_AddAccount(self, AddAccounts): + def set_AddAccounts(self, AddAccounts): for depth1 in range(len(AddAccounts)): if AddAccounts[depth1] is not None: self.add_query_param('AddAccount.' + str(depth1 + 1) , AddAccounts[depth1]) diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateImageRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateImageRequest.py index 954cb42641..51005953ed 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateImageRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateImageRequest.py @@ -25,10 +25,10 @@ def __init__(self): RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'CreateImage') self.set_method('POST') - def get_DiskDeviceMapping(self): + def get_DiskDeviceMappings(self): return self.get_query_params().get('DiskDeviceMapping') - def set_DiskDeviceMapping(self, DiskDeviceMappings): + def set_DiskDeviceMappings(self, DiskDeviceMappings): for depth1 in range(len(DiskDeviceMappings)): if DiskDeviceMappings[depth1].get('SnapshotId') is not None: self.add_query_param('DiskDeviceMapping.' + str(depth1 + 1) + '.SnapshotId', DiskDeviceMappings[depth1].get('SnapshotId')) @@ -81,10 +81,10 @@ def get_ImageName(self): def set_ImageName(self,ImageName): self.add_query_param('ImageName',ImageName) - def get_Tag(self): + def get_Tags(self): return self.get_query_params().get('Tag') - def set_Tag(self, Tags): + def set_Tags(self, Tags): for depth1 in range(len(Tags)): if Tags[depth1].get('Value') is not None: self.add_query_param('Tag.' + str(depth1 + 1) + '.Value', Tags[depth1].get('Value')) diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateInstanceRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateInstanceRequest.py index f2509e3502..4afa8bb542 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateInstanceRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateInstanceRequest.py @@ -103,10 +103,10 @@ def get_StorageSetPartitionNumber(self): def set_StorageSetPartitionNumber(self,StorageSetPartitionNumber): self.add_query_param('StorageSetPartitionNumber',StorageSetPartitionNumber) - def get_Tag(self): + def get_Tags(self): return self.get_query_params().get('Tag') - def set_Tag(self, Tags): + def set_Tags(self, Tags): for depth1 in range(len(Tags)): if Tags[depth1].get('Value') is not None: self.add_query_param('Tag.' + str(depth1 + 1) + '.Value', Tags[depth1].get('Value')) @@ -299,10 +299,10 @@ def get_InstanceType(self): def set_InstanceType(self,InstanceType): self.add_query_param('InstanceType',InstanceType) - def get_Arn(self): + def get_Arns(self): return self.get_query_params().get('Arn') - def set_Arn(self, Arns): + def set_Arns(self, Arns): for depth1 in range(len(Arns)): if Arns[depth1].get('Rolearn') is not None: self.add_query_param('Arn.' + str(depth1 + 1) + '.Rolearn', Arns[depth1].get('Rolearn')) @@ -383,10 +383,10 @@ def get_SpotDuration(self): def set_SpotDuration(self,SpotDuration): self.add_query_param('SpotDuration',SpotDuration) - def get_DataDisk(self): + def get_DataDisks(self): return self.get_query_params().get('DataDisk') - def set_DataDisk(self, DataDisks): + def set_DataDisks(self, DataDisks): for depth1 in range(len(DataDisks)): if DataDisks[depth1].get('DiskName') is not None: self.add_query_param('DataDisk.' + str(depth1 + 1) + '.DiskName', DataDisks[depth1].get('DiskName')) diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateKeyPairRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateKeyPairRequest.py index 2ae74e0aa1..b0463afda5 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateKeyPairRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateKeyPairRequest.py @@ -43,10 +43,10 @@ def get_ResourceGroupId(self): def set_ResourceGroupId(self,ResourceGroupId): self.add_query_param('ResourceGroupId',ResourceGroupId) - def get_Tag(self): + def get_Tags(self): return self.get_query_params().get('Tag') - def set_Tag(self, Tags): + def set_Tags(self, Tags): for depth1 in range(len(Tags)): if Tags[depth1].get('Value') is not None: self.add_query_param('Tag.' + str(depth1 + 1) + '.Value', Tags[depth1].get('Value')) diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateLaunchTemplateRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateLaunchTemplateRequest.py index 4a8b007e62..2a353f8acc 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateLaunchTemplateRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateLaunchTemplateRequest.py @@ -85,20 +85,20 @@ def get_SystemDiskIops(self): def set_SystemDiskIops(self,SystemDiskIops): self.add_query_param('SystemDisk.Iops',SystemDiskIops) - def get_TemplateTag(self): + def get_TemplateTags(self): return self.get_query_params().get('TemplateTag') - def set_TemplateTag(self, TemplateTags): + def set_TemplateTags(self, TemplateTags): for depth1 in range(len(TemplateTags)): if TemplateTags[depth1].get('Key') is not None: self.add_query_param('TemplateTag.' + str(depth1 + 1) + '.Key', TemplateTags[depth1].get('Key')) if TemplateTags[depth1].get('Value') is not None: self.add_query_param('TemplateTag.' + str(depth1 + 1) + '.Value', TemplateTags[depth1].get('Value')) - def get_Tag(self): + def get_Tags(self): return self.get_query_params().get('Tag') - def set_Tag(self, Tags): + def set_Tags(self, Tags): for depth1 in range(len(Tags)): if Tags[depth1].get('Key') is not None: self.add_query_param('Tag.' + str(depth1 + 1) + '.Key', Tags[depth1].get('Key')) @@ -249,10 +249,10 @@ def get_EnableVmOsConfig(self): def set_EnableVmOsConfig(self,EnableVmOsConfig): self.add_query_param('EnableVmOsConfig',EnableVmOsConfig) - def get_NetworkInterface(self): + def get_NetworkInterfaces(self): return self.get_query_params().get('NetworkInterface') - def set_NetworkInterface(self, NetworkInterfaces): + def set_NetworkInterfaces(self, NetworkInterfaces): for depth1 in range(len(NetworkInterfaces)): if NetworkInterfaces[depth1].get('PrimaryIpAddress') is not None: self.add_query_param('NetworkInterface.' + str(depth1 + 1) + '.PrimaryIpAddress', NetworkInterfaces[depth1].get('PrimaryIpAddress')) @@ -311,18 +311,18 @@ def get_SpotDuration(self): def set_SpotDuration(self,SpotDuration): self.add_query_param('SpotDuration',SpotDuration) - def get_SecurityGroupIds(self): + def get_SecurityGroupIdss(self): return self.get_query_params().get('SecurityGroupIds') - def set_SecurityGroupIds(self, SecurityGroupIdss): + def set_SecurityGroupIdss(self, SecurityGroupIdss): for depth1 in range(len(SecurityGroupIdss)): if SecurityGroupIdss[depth1] is not None: self.add_query_param('SecurityGroupIds.' + str(depth1 + 1) , SecurityGroupIdss[depth1]) - def get_DataDisk(self): + def get_DataDisks(self): return self.get_query_params().get('DataDisk') - def set_DataDisk(self, DataDisks): + def set_DataDisks(self, DataDisks): for depth1 in range(len(DataDisks)): if DataDisks[depth1].get('Size') is not None: self.add_query_param('DataDisk.' + str(depth1 + 1) + '.Size', DataDisks[depth1].get('Size')) diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateLaunchTemplateVersionRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateLaunchTemplateVersionRequest.py index 6e3b49ebb8..abeb0ccbb8 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateLaunchTemplateVersionRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateLaunchTemplateVersionRequest.py @@ -85,10 +85,10 @@ def get_SystemDiskIops(self): def set_SystemDiskIops(self,SystemDiskIops): self.add_query_param('SystemDisk.Iops',SystemDiskIops) - def get_Tag(self): + def get_Tags(self): return self.get_query_params().get('Tag') - def set_Tag(self, Tags): + def set_Tags(self, Tags): for depth1 in range(len(Tags)): if Tags[depth1].get('Key') is not None: self.add_query_param('Tag.' + str(depth1 + 1) + '.Key', Tags[depth1].get('Key')) @@ -239,10 +239,10 @@ def get_EnableVmOsConfig(self): def set_EnableVmOsConfig(self,EnableVmOsConfig): self.add_query_param('EnableVmOsConfig',EnableVmOsConfig) - def get_NetworkInterface(self): + def get_NetworkInterfaces(self): return self.get_query_params().get('NetworkInterface') - def set_NetworkInterface(self, NetworkInterfaces): + def set_NetworkInterfaces(self, NetworkInterfaces): for depth1 in range(len(NetworkInterfaces)): if NetworkInterfaces[depth1].get('PrimaryIpAddress') is not None: self.add_query_param('NetworkInterface.' + str(depth1 + 1) + '.PrimaryIpAddress', NetworkInterfaces[depth1].get('PrimaryIpAddress')) @@ -301,18 +301,18 @@ def get_SpotDuration(self): def set_SpotDuration(self,SpotDuration): self.add_query_param('SpotDuration',SpotDuration) - def get_SecurityGroupIds(self): + def get_SecurityGroupIdss(self): return self.get_query_params().get('SecurityGroupIds') - def set_SecurityGroupIds(self, SecurityGroupIdss): + def set_SecurityGroupIdss(self, SecurityGroupIdss): for depth1 in range(len(SecurityGroupIdss)): if SecurityGroupIdss[depth1] is not None: self.add_query_param('SecurityGroupIds.' + str(depth1 + 1) , SecurityGroupIdss[depth1]) - def get_DataDisk(self): + def get_DataDisks(self): return self.get_query_params().get('DataDisk') - def set_DataDisk(self, DataDisks): + def set_DataDisks(self, DataDisks): for depth1 in range(len(DataDisks)): if DataDisks[depth1].get('Size') is not None: self.add_query_param('DataDisk.' + str(depth1 + 1) + '.Size', DataDisks[depth1].get('Size')) diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateNatGatewayRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateNatGatewayRequest.py index 19e8bf2670..975513d5c1 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateNatGatewayRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateNatGatewayRequest.py @@ -43,10 +43,10 @@ def get_Description(self): def set_Description(self,Description): self.add_query_param('Description',Description) - def get_BandwidthPackage(self): + def get_BandwidthPackages(self): return self.get_query_params().get('BandwidthPackage') - def set_BandwidthPackage(self, BandwidthPackages): + def set_BandwidthPackages(self, BandwidthPackages): for depth1 in range(len(BandwidthPackages)): if BandwidthPackages[depth1].get('Bandwidth') is not None: self.add_query_param('BandwidthPackage.' + str(depth1 + 1) + '.Bandwidth', BandwidthPackages[depth1].get('Bandwidth')) diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateNetworkInterfaceRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateNetworkInterfaceRequest.py index 8b8160ed6d..5e40784caa 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateNetworkInterfaceRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateNetworkInterfaceRequest.py @@ -79,10 +79,10 @@ def get_InstanceType(self): def set_InstanceType(self,InstanceType): self.add_query_param('InstanceType',InstanceType) - def get_Tag(self): + def get_Tags(self): return self.get_query_params().get('Tag') - def set_Tag(self, Tags): + def set_Tags(self, Tags): for depth1 in range(len(Tags)): if Tags[depth1].get('Key') is not None: self.add_query_param('Tag.' + str(depth1 + 1) + '.Key', Tags[depth1].get('Key')) @@ -119,10 +119,10 @@ def get_OwnerId(self): def set_OwnerId(self,OwnerId): self.add_query_param('OwnerId',OwnerId) - def get_SecurityGroupIds(self): + def get_SecurityGroupIdss(self): return self.get_query_params().get('SecurityGroupIds') - def set_SecurityGroupIds(self, SecurityGroupIdss): + def set_SecurityGroupIdss(self, SecurityGroupIdss): for depth1 in range(len(SecurityGroupIdss)): if SecurityGroupIdss[depth1] is not None: self.add_query_param('SecurityGroupIds.' + str(depth1 + 1) , SecurityGroupIdss[depth1]) @@ -133,10 +133,10 @@ def get_VSwitchId(self): def set_VSwitchId(self,VSwitchId): self.add_query_param('VSwitchId',VSwitchId) - def get_PrivateIpAddress(self): + def get_PrivateIpAddresss(self): return self.get_query_params().get('PrivateIpAddress') - def set_PrivateIpAddress(self, PrivateIpAddresss): + def set_PrivateIpAddresss(self, PrivateIpAddresss): for depth1 in range(len(PrivateIpAddresss)): if PrivateIpAddresss[depth1] is not None: self.add_query_param('PrivateIpAddress.' + str(depth1 + 1) , PrivateIpAddresss[depth1]) diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateRouteEntryRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateRouteEntryRequest.py index 4abea0c3f8..0582196020 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateRouteEntryRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateRouteEntryRequest.py @@ -79,10 +79,10 @@ def get_OwnerId(self): def set_OwnerId(self,OwnerId): self.add_query_param('OwnerId',OwnerId) - def get_NextHopList(self): + def get_NextHopLists(self): return self.get_query_params().get('NextHopList') - def set_NextHopList(self, NextHopLists): + def set_NextHopLists(self, NextHopLists): for depth1 in range(len(NextHopLists)): if NextHopLists[depth1].get('NextHopId') is not None: self.add_query_param('NextHopList.' + str(depth1 + 1) + '.NextHopId', NextHopLists[depth1].get('NextHopId')) diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateSecurityGroupRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateSecurityGroupRequest.py index 83ad3748e0..7d2acc5432 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateSecurityGroupRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateSecurityGroupRequest.py @@ -61,10 +61,10 @@ def get_ResourceGroupId(self): def set_ResourceGroupId(self,ResourceGroupId): self.add_query_param('ResourceGroupId',ResourceGroupId) - def get_Tag(self): + def get_Tags(self): return self.get_query_params().get('Tag') - def set_Tag(self, Tags): + def set_Tags(self, Tags): for depth1 in range(len(Tags)): if Tags[depth1].get('Value') is not None: self.add_query_param('Tag.' + str(depth1 + 1) + '.Value', Tags[depth1].get('Value')) diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateSimulatedSystemEventsRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateSimulatedSystemEventsRequest.py index 0818421773..9c23ec8d79 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateSimulatedSystemEventsRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateSimulatedSystemEventsRequest.py @@ -55,10 +55,10 @@ def get_OwnerId(self): def set_OwnerId(self,OwnerId): self.add_query_param('OwnerId',OwnerId) - def get_InstanceId(self): + def get_InstanceIds(self): return self.get_query_params().get('InstanceId') - def set_InstanceId(self, InstanceIds): + def set_InstanceIds(self, InstanceIds): for depth1 in range(len(InstanceIds)): if InstanceIds[depth1] is not None: self.add_query_param('InstanceId.' + str(depth1 + 1) , InstanceIds[depth1]) diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateSnapshotGroupRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateSnapshotGroupRequest.py index 0bcd15f814..5c3681f808 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateSnapshotGroupRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateSnapshotGroupRequest.py @@ -31,10 +31,10 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) - def get_ExcludeDiskId(self): + def get_ExcludeDiskIds(self): return self.get_query_params().get('ExcludeDiskId') - def set_ExcludeDiskId(self, ExcludeDiskIds): + def set_ExcludeDiskIds(self, ExcludeDiskIds): for depth1 in range(len(ExcludeDiskIds)): if ExcludeDiskIds[depth1] is not None: self.add_query_param('ExcludeDiskId.' + str(depth1 + 1) , ExcludeDiskIds[depth1]) diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateSnapshotRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateSnapshotRequest.py index bf3bad7933..5f0d6676b1 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateSnapshotRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/CreateSnapshotRequest.py @@ -73,10 +73,10 @@ def get_DiskId(self): def set_DiskId(self,DiskId): self.add_query_param('DiskId',DiskId) - def get_Tag(self): + def get_Tags(self): return self.get_query_params().get('Tag') - def set_Tag(self, Tags): + def set_Tags(self, Tags): for depth1 in range(len(Tags)): if Tags[depth1].get('Value') is not None: self.add_query_param('Tag.' + str(depth1 + 1) + '.Value', Tags[depth1].get('Value')) diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteImageComponentRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteImageComponentRequest.py index f47b4db83c..14d703c987 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteImageComponentRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteImageComponentRequest.py @@ -37,10 +37,10 @@ def get_ImageComponentId(self): def set_ImageComponentId(self,ImageComponentId): self.add_query_param('ImageComponentId',ImageComponentId) - def get_TemplateTag(self): + def get_TemplateTags(self): return self.get_query_params().get('TemplateTag') - def set_TemplateTag(self, TemplateTags): + def set_TemplateTags(self, TemplateTags): for depth1 in range(len(TemplateTags)): if TemplateTags[depth1].get('Key') is not None: self.add_query_param('TemplateTag.' + str(depth1 + 1) + '.Key', TemplateTags[depth1].get('Key')) diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteImagePipelineRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteImagePipelineRequest.py index 2dafcc498c..1a3e8fe8a7 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteImagePipelineRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteImagePipelineRequest.py @@ -37,10 +37,10 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) - def get_TemplateTag(self): + def get_TemplateTags(self): return self.get_query_params().get('TemplateTag') - def set_TemplateTag(self, TemplateTags): + def set_TemplateTags(self, TemplateTags): for depth1 in range(len(TemplateTags)): if TemplateTags[depth1].get('Key') is not None: self.add_query_param('TemplateTag.' + str(depth1 + 1) + '.Key', TemplateTags[depth1].get('Key')) diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteInstancesRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteInstancesRequest.py index 3b9d81819f..d8c26136d6 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteInstancesRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteInstancesRequest.py @@ -67,10 +67,10 @@ def get_OwnerId(self): def set_OwnerId(self,OwnerId): self.add_query_param('OwnerId',OwnerId) - def get_InstanceId(self): + def get_InstanceIds(self): return self.get_query_params().get('InstanceId') - def set_InstanceId(self, InstanceIds): + def set_InstanceIds(self, InstanceIds): for depth1 in range(len(InstanceIds)): if InstanceIds[depth1] is not None: self.add_query_param('InstanceId.' + str(depth1 + 1) , InstanceIds[depth1]) diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteLaunchTemplateVersionRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteLaunchTemplateVersionRequest.py index 54c03ea8dd..7ba87d8fb7 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteLaunchTemplateVersionRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteLaunchTemplateVersionRequest.py @@ -37,10 +37,10 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) - def get_DeleteVersion(self): + def get_DeleteVersions(self): return self.get_query_params().get('DeleteVersion') - def set_DeleteVersion(self, DeleteVersions): + def set_DeleteVersions(self, DeleteVersions): for depth1 in range(len(DeleteVersions)): if DeleteVersions[depth1] is not None: self.add_query_param('DeleteVersion.' + str(depth1 + 1) , DeleteVersions[depth1]) diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteRouteEntryRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteRouteEntryRequest.py index 0bc8a417c2..f46a653e2b 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteRouteEntryRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DeleteRouteEntryRequest.py @@ -67,10 +67,10 @@ def get_OwnerId(self): def set_OwnerId(self,OwnerId): self.add_query_param('OwnerId',OwnerId) - def get_NextHopList(self): + def get_NextHopLists(self): return self.get_query_params().get('NextHopList') - def set_NextHopList(self, NextHopLists): + def set_NextHopLists(self, NextHopLists): for depth1 in range(len(NextHopLists)): if NextHopLists[depth1].get('NextHopId') is not None: self.add_query_param('NextHopList.' + str(depth1 + 1) + '.NextHopId', NextHopLists[depth1].get('NextHopId')) diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeAccessPointsRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeAccessPointsRequest.py index a5e0ec8292..98d3e35f66 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeAccessPointsRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeAccessPointsRequest.py @@ -61,10 +61,10 @@ def get_OwnerId(self): def set_OwnerId(self,OwnerId): self.add_query_param('OwnerId',OwnerId) - def get_Filter(self): + def get_Filters(self): return self.get_query_params().get('Filter') - def set_Filter(self, Filters): + def set_Filters(self, Filters): for depth1 in range(len(Filters)): if Filters[depth1].get('Value') is not None: for depth2 in range(len(Filters[depth1].get('Value'))): diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeAccountAttributesRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeAccountAttributesRequest.py index 5a14e6eaf1..1fd267cbd2 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeAccountAttributesRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeAccountAttributesRequest.py @@ -31,10 +31,10 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) - def get_AttributeName(self): + def get_AttributeNames(self): return self.get_query_params().get('AttributeName') - def set_AttributeName(self, AttributeNames): + def set_AttributeNames(self, AttributeNames): for depth1 in range(len(AttributeNames)): if AttributeNames[depth1] is not None: self.add_query_param('AttributeName.' + str(depth1 + 1) , AttributeNames[depth1]) diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeAutoProvisioningGroupsRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeAutoProvisioningGroupsRequest.py index f6d32775b9..552fc75b34 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeAutoProvisioningGroupsRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeAutoProvisioningGroupsRequest.py @@ -43,10 +43,10 @@ def get_PageSize(self): def set_PageSize(self,PageSize): self.add_query_param('PageSize',PageSize) - def get_AutoProvisioningGroupStatus(self): + def get_AutoProvisioningGroupStatuss(self): return self.get_query_params().get('AutoProvisioningGroupStatus') - def set_AutoProvisioningGroupStatus(self, AutoProvisioningGroupStatuss): + def set_AutoProvisioningGroupStatuss(self, AutoProvisioningGroupStatuss): for depth1 in range(len(AutoProvisioningGroupStatuss)): if AutoProvisioningGroupStatuss[depth1] is not None: self.add_query_param('AutoProvisioningGroupStatus.' + str(depth1 + 1) , AutoProvisioningGroupStatuss[depth1]) @@ -69,10 +69,10 @@ def get_OwnerId(self): def set_OwnerId(self,OwnerId): self.add_query_param('OwnerId',OwnerId) - def get_AutoProvisioningGroupId(self): + def get_AutoProvisioningGroupIds(self): return self.get_query_params().get('AutoProvisioningGroupId') - def set_AutoProvisioningGroupId(self, AutoProvisioningGroupIds): + def set_AutoProvisioningGroupIds(self, AutoProvisioningGroupIds): for depth1 in range(len(AutoProvisioningGroupIds)): if AutoProvisioningGroupIds[depth1] is not None: self.add_query_param('AutoProvisioningGroupId.' + str(depth1 + 1) , AutoProvisioningGroupIds[depth1]) diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeAutoSnapshotPolicyExRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeAutoSnapshotPolicyExRequest.py index f3f408c20b..257703f81b 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeAutoSnapshotPolicyExRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeAutoSnapshotPolicyExRequest.py @@ -49,10 +49,10 @@ def get_PageSize(self): def set_PageSize(self,PageSize): self.add_query_param('PageSize',PageSize) - def get_Tag(self): + def get_Tags(self): return self.get_query_params().get('Tag') - def set_Tag(self, Tags): + def set_Tags(self, Tags): for depth1 in range(len(Tags)): if Tags[depth1].get('Value') is not None: self.add_query_param('Tag.' + str(depth1 + 1) + '.Value', Tags[depth1].get('Value')) diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeCloudAssistantStatusRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeCloudAssistantStatusRequest.py index ab9f724136..72a2ffab57 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeCloudAssistantStatusRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeCloudAssistantStatusRequest.py @@ -49,10 +49,10 @@ def get_OwnerId(self): def set_OwnerId(self,OwnerId): self.add_query_param('OwnerId',OwnerId) - def get_InstanceId(self): + def get_InstanceIds(self): return self.get_query_params().get('InstanceId') - def set_InstanceId(self, InstanceIds): + def set_InstanceIds(self, InstanceIds): for depth1 in range(len(InstanceIds)): if InstanceIds[depth1] is not None: self.add_query_param('InstanceId.' + str(depth1 + 1) , InstanceIds[depth1]) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeDedicatedHostClustersRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeDedicatedHostClustersRequest.py index 24a26b8738..64e74c19a0 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeDedicatedHostClustersRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeDedicatedHostClustersRequest.py @@ -67,10 +67,10 @@ def get_PageSize(self): def set_PageSize(self,PageSize): self.add_query_param('PageSize',PageSize) - def get_Tag(self): + def get_Tags(self): return self.get_query_params().get('Tag') - def set_Tag(self, Tags): + def set_Tags(self, Tags): for depth1 in range(len(Tags)): if Tags[depth1].get('Key') is not None: self.add_query_param('Tag.' + str(depth1 + 1) + '.Key', Tags[depth1].get('Key')) diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeDedicatedHostsRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeDedicatedHostsRequest.py index b7bc03aed8..5e6382d3b0 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeDedicatedHostsRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeDedicatedHostsRequest.py @@ -67,10 +67,10 @@ def get_DedicatedHostType(self): def set_DedicatedHostType(self,DedicatedHostType): self.add_query_param('DedicatedHostType',DedicatedHostType) - def get_Tag(self): + def get_Tags(self): return self.get_query_params().get('Tag') - def set_Tag(self, Tags): + def set_Tags(self, Tags): for depth1 in range(len(Tags)): if Tags[depth1].get('Value') is not None: self.add_query_param('Tag.' + str(depth1 + 1) + '.Value', Tags[depth1].get('Value')) diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeDemandsRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeDemandsRequest.py index 95ea62bab6..7ebd5c074c 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeDemandsRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeDemandsRequest.py @@ -49,10 +49,10 @@ def get_InstanceType(self): def set_InstanceType(self,InstanceType): self.add_query_param('InstanceType',InstanceType) - def get_Tag(self): + def get_Tags(self): return self.get_query_params().get('Tag') - def set_Tag(self, Tags): + def set_Tags(self, Tags): for depth1 in range(len(Tags)): if Tags[depth1].get('Key') is not None: self.add_query_param('Tag.' + str(depth1 + 1) + '.Key', Tags[depth1].get('Key')) @@ -95,10 +95,10 @@ def get_OwnerId(self): def set_OwnerId(self,OwnerId): self.add_query_param('OwnerId',OwnerId) - def get_DemandStatus(self): + def get_DemandStatuss(self): return self.get_query_params().get('DemandStatus') - def set_DemandStatus(self, DemandStatuss): + def set_DemandStatuss(self, DemandStatuss): for depth1 in range(len(DemandStatuss)): if DemandStatuss[depth1] is not None: self.add_query_param('DemandStatus.' + str(depth1 + 1) , DemandStatuss[depth1]) diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeDisksFullStatusRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeDisksFullStatusRequest.py index 733bdd0647..c27f9c15e3 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeDisksFullStatusRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeDisksFullStatusRequest.py @@ -25,10 +25,10 @@ def __init__(self): RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeDisksFullStatus') self.set_method('POST') - def get_EventId(self): + def get_EventIds(self): return self.get_query_params().get('EventId') - def set_EventId(self, EventIds): + def set_EventIds(self, EventIds): for depth1 in range(len(EventIds)): if EventIds[depth1] is not None: self.add_query_param('EventId.' + str(depth1 + 1) , EventIds[depth1]) @@ -57,10 +57,10 @@ def get_PageSize(self): def set_PageSize(self,PageSize): self.add_query_param('PageSize',PageSize) - def get_DiskId(self): + def get_DiskIds(self): return self.get_query_params().get('DiskId') - def set_DiskId(self, DiskIds): + def set_DiskIds(self, DiskIds): for depth1 in range(len(DiskIds)): if DiskIds[depth1] is not None: self.add_query_param('DiskId.' + str(depth1 + 1) , DiskIds[depth1]) diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeDisksRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeDisksRequest.py index ea6b230245..1449ea6582 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeDisksRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeDisksRequest.py @@ -79,10 +79,10 @@ def get_Filter1Key(self): def set_Filter1Key(self,Filter1Key): self.add_query_param('Filter.1.Key',Filter1Key) - def get_Tag(self): + def get_Tags(self): return self.get_query_params().get('Tag') - def set_Tag(self, Tags): + def set_Tags(self, Tags): for depth1 in range(len(Tags)): if Tags[depth1].get('Value') is not None: self.add_query_param('Tag.' + str(depth1 + 1) + '.Value', Tags[depth1].get('Value')) @@ -119,10 +119,10 @@ def get_OwnerId(self): def set_OwnerId(self,OwnerId): self.add_query_param('OwnerId',OwnerId) - def get_AdditionalAttributes(self): + def get_AdditionalAttributess(self): return self.get_query_params().get('AdditionalAttributes') - def set_AdditionalAttributes(self, AdditionalAttributess): + def set_AdditionalAttributess(self, AdditionalAttributess): for depth1 in range(len(AdditionalAttributess)): if AdditionalAttributess[depth1] is not None: self.add_query_param('AdditionalAttributes.' + str(depth1 + 1) , AdditionalAttributess[depth1]) diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeHaVipsRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeHaVipsRequest.py index 17dc8d6621..be94a45898 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeHaVipsRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeHaVipsRequest.py @@ -61,10 +61,10 @@ def get_OwnerId(self): def set_OwnerId(self,OwnerId): self.add_query_param('OwnerId',OwnerId) - def get_Filter(self): + def get_Filters(self): return self.get_query_params().get('Filter') - def set_Filter(self, Filters): + def set_Filters(self, Filters): for depth1 in range(len(Filters)): if Filters[depth1].get('Value') is not None: for depth2 in range(len(Filters[depth1].get('Value'))): diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeImageComponentsRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeImageComponentsRequest.py index 043cb606f6..320a55d0d4 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeImageComponentsRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeImageComponentsRequest.py @@ -31,10 +31,10 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) - def get_ImageComponentId(self): + def get_ImageComponentIds(self): return self.get_query_params().get('ImageComponentId') - def set_ImageComponentId(self, ImageComponentIds): + def set_ImageComponentIds(self, ImageComponentIds): for depth1 in range(len(ImageComponentIds)): if ImageComponentIds[depth1] is not None: self.add_query_param('ImageComponentId.' + str(depth1 + 1) , ImageComponentIds[depth1]) @@ -51,10 +51,10 @@ def get_NextToken(self): def set_NextToken(self,NextToken): self.add_query_param('NextToken',NextToken) - def get_Tag(self): + def get_Tags(self): return self.get_query_params().get('Tag') - def set_Tag(self, Tags): + def set_Tags(self, Tags): for depth1 in range(len(Tags)): if Tags[depth1].get('Key') is not None: self.add_query_param('Tag.' + str(depth1 + 1) + '.Key', Tags[depth1].get('Key')) diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeImagePipelineExecutionsRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeImagePipelineExecutionsRequest.py index 8bfbb3e57b..654ee35363 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeImagePipelineExecutionsRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeImagePipelineExecutionsRequest.py @@ -49,10 +49,10 @@ def get_NextToken(self): def set_NextToken(self,NextToken): self.add_query_param('NextToken',NextToken) - def get_Tag(self): + def get_Tags(self): return self.get_query_params().get('Tag') - def set_Tag(self, Tags): + def set_Tags(self, Tags): for depth1 in range(len(Tags)): if Tags[depth1].get('Key') is not None: self.add_query_param('Tag.' + str(depth1 + 1) + '.Key', Tags[depth1].get('Key')) diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeImagePipelinesRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeImagePipelinesRequest.py index deea1c2be7..0225a7818f 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeImagePipelinesRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeImagePipelinesRequest.py @@ -25,10 +25,10 @@ def __init__(self): RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeImagePipelines') self.set_method('POST') - def get_ImagePipelineId(self): + def get_ImagePipelineIds(self): return self.get_query_params().get('ImagePipelineId') - def set_ImagePipelineId(self, ImagePipelineIds): + def set_ImagePipelineIds(self, ImagePipelineIds): for depth1 in range(len(ImagePipelineIds)): if ImagePipelineIds[depth1] is not None: self.add_query_param('ImagePipelineId.' + str(depth1 + 1) , ImagePipelineIds[depth1]) @@ -51,10 +51,10 @@ def get_NextToken(self): def set_NextToken(self,NextToken): self.add_query_param('NextToken',NextToken) - def get_Tag(self): + def get_Tags(self): return self.get_query_params().get('Tag') - def set_Tag(self, Tags): + def set_Tags(self, Tags): for depth1 in range(len(Tags)): if Tags[depth1].get('Key') is not None: self.add_query_param('Tag.' + str(depth1 + 1) + '.Key', Tags[depth1].get('Key')) diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeImageSupportInstanceTypesRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeImageSupportInstanceTypesRequest.py index f5969c74b7..ecf51cf89a 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeImageSupportInstanceTypesRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeImageSupportInstanceTypesRequest.py @@ -55,10 +55,10 @@ def get_OwnerId(self): def set_OwnerId(self,OwnerId): self.add_query_param('OwnerId',OwnerId) - def get_Filter(self): + def get_Filters(self): return self.get_query_params().get('Filter') - def set_Filter(self, Filters): + def set_Filters(self, Filters): for depth1 in range(len(Filters)): if Filters[depth1].get('Value') is not None: self.add_query_param('Filter.' + str(depth1 + 1) + '.Value', Filters[depth1].get('Value')) diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeImagesRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeImagesRequest.py index b5d07595f9..8d1429c3b7 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeImagesRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeImagesRequest.py @@ -103,10 +103,10 @@ def get_InstanceType(self): def set_InstanceType(self,InstanceType): self.add_query_param('InstanceType',InstanceType) - def get_Tag(self): + def get_Tags(self): return self.get_query_params().get('Tag') - def set_Tag(self, Tags): + def set_Tags(self, Tags): for depth1 in range(len(Tags)): if Tags[depth1].get('Value') is not None: self.add_query_param('Tag.' + str(depth1 + 1) + '.Value', Tags[depth1].get('Value')) @@ -155,10 +155,10 @@ def get_OwnerId(self): def set_OwnerId(self,OwnerId): self.add_query_param('OwnerId',OwnerId) - def get_Filter(self): + def get_Filters(self): return self.get_query_params().get('Filter') - def set_Filter(self, Filters): + def set_Filters(self, Filters): for depth1 in range(len(Filters)): if Filters[depth1].get('Value') is not None: self.add_query_param('Filter.' + str(depth1 + 1) + '.Value', Filters[depth1].get('Value')) diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceHistoryEventsRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceHistoryEventsRequest.py index ffc0fbfcb5..c3210d40a1 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceHistoryEventsRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceHistoryEventsRequest.py @@ -25,10 +25,10 @@ def __init__(self): RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeInstanceHistoryEvents') self.set_method('POST') - def get_EventId(self): + def get_EventIds(self): return self.get_query_params().get('EventId') - def set_EventId(self, EventIds): + def set_EventIds(self, EventIds): for depth1 in range(len(EventIds)): if EventIds[depth1] is not None: self.add_query_param('EventId.' + str(depth1 + 1) , EventIds[depth1]) @@ -63,10 +63,10 @@ def get_PageSize(self): def set_PageSize(self,PageSize): self.add_query_param('PageSize',PageSize) - def get_InstanceEventCycleStatus(self): + def get_InstanceEventCycleStatuss(self): return self.get_query_params().get('InstanceEventCycleStatus') - def set_InstanceEventCycleStatus(self, InstanceEventCycleStatuss): + def set_InstanceEventCycleStatuss(self, InstanceEventCycleStatuss): for depth1 in range(len(InstanceEventCycleStatuss)): if InstanceEventCycleStatuss[depth1] is not None: self.add_query_param('InstanceEventCycleStatus.' + str(depth1 + 1) , InstanceEventCycleStatuss[depth1]) @@ -77,10 +77,10 @@ def get_EventPublishTimeEnd(self): def set_EventPublishTimeEnd(self,EventPublishTimeEnd): self.add_query_param('EventPublishTime.End',EventPublishTimeEnd) - def get_InstanceEventType(self): + def get_InstanceEventTypes(self): return self.get_query_params().get('InstanceEventType') - def set_InstanceEventType(self, InstanceEventTypes): + def set_InstanceEventTypes(self, InstanceEventTypes): for depth1 in range(len(InstanceEventTypes)): if InstanceEventTypes[depth1] is not None: self.add_query_param('InstanceEventType.' + str(depth1 + 1) , InstanceEventTypes[depth1]) diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceMaintenanceAttributesRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceMaintenanceAttributesRequest.py index 0b3363f6f9..b1348d5c0c 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceMaintenanceAttributesRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceMaintenanceAttributesRequest.py @@ -61,10 +61,10 @@ def get_OwnerId(self): def set_OwnerId(self,OwnerId): self.add_query_param('OwnerId',OwnerId) - def get_InstanceId(self): + def get_InstanceIds(self): return self.get_query_params().get('InstanceId') - def set_InstanceId(self, InstanceIds): + def set_InstanceIds(self, InstanceIds): for depth1 in range(len(InstanceIds)): if InstanceIds[depth1] is not None: self.add_query_param('InstanceId.' + str(depth1 + 1) , InstanceIds[depth1]) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceStatusRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceStatusRequest.py index 6e42bcae92..2be3c18516 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceStatusRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceStatusRequest.py @@ -67,10 +67,10 @@ def get_OwnerId(self): def set_OwnerId(self,OwnerId): self.add_query_param('OwnerId',OwnerId) - def get_InstanceId(self): + def get_InstanceIds(self): return self.get_query_params().get('InstanceId') - def set_InstanceId(self, InstanceIds): + def set_InstanceIds(self, InstanceIds): for depth1 in range(len(InstanceIds)): if InstanceIds[depth1] is not None: self.add_query_param('InstanceId.' + str(depth1 + 1) , InstanceIds[depth1]) diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceTypesRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceTypesRequest.py index 6c9eea011f..ad8ad97891 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceTypesRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstanceTypesRequest.py @@ -31,10 +31,10 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) - def get_InstanceTypes(self): + def get_InstanceTypess(self): return self.get_query_params().get('InstanceTypes') - def set_InstanceTypes(self, InstanceTypess): + def set_InstanceTypess(self, InstanceTypess): for depth1 in range(len(InstanceTypess)): if InstanceTypess[depth1] is not None: self.add_query_param('InstanceTypes.' + str(depth1 + 1) , InstanceTypess[depth1]) diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstancesFullStatusRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstancesFullStatusRequest.py index 3b7fe32e57..d33a285e50 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstancesFullStatusRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstancesFullStatusRequest.py @@ -25,10 +25,10 @@ def __init__(self): RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeInstancesFullStatus') self.set_method('POST') - def get_EventId(self): + def get_EventIds(self): return self.get_query_params().get('EventId') - def set_EventId(self, EventIds): + def set_EventIds(self, EventIds): for depth1 in range(len(EventIds)): if EventIds[depth1] is not None: self.add_query_param('EventId.' + str(depth1 + 1) , EventIds[depth1]) @@ -57,10 +57,10 @@ def get_EventPublishTimeEnd(self): def set_EventPublishTimeEnd(self,EventPublishTimeEnd): self.add_query_param('EventPublishTime.End',EventPublishTimeEnd) - def get_InstanceEventType(self): + def get_InstanceEventTypes(self): return self.get_query_params().get('InstanceEventType') - def set_InstanceEventType(self, InstanceEventTypes): + def set_InstanceEventTypes(self, InstanceEventTypes): for depth1 in range(len(InstanceEventTypes)): if InstanceEventTypes[depth1] is not None: self.add_query_param('InstanceEventType.' + str(depth1 + 1) , InstanceEventTypes[depth1]) @@ -95,10 +95,10 @@ def get_EventPublishTimeStart(self): def set_EventPublishTimeStart(self,EventPublishTimeStart): self.add_query_param('EventPublishTime.Start',EventPublishTimeStart) - def get_InstanceId(self): + def get_InstanceIds(self): return self.get_query_params().get('InstanceId') - def set_InstanceId(self, InstanceIds): + def set_InstanceIds(self, InstanceIds): for depth1 in range(len(InstanceIds)): if InstanceIds[depth1] is not None: self.add_query_param('InstanceId.' + str(depth1 + 1) , InstanceIds[depth1]) diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstancesRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstancesRequest.py index e0f29acd53..a3826e5eaa 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstancesRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeInstancesRequest.py @@ -91,10 +91,10 @@ def get_DeviceAvailable(self): def set_DeviceAvailable(self,DeviceAvailable): self.add_query_param('DeviceAvailable',DeviceAvailable) - def get_Tag(self): + def get_Tags(self): return self.get_query_params().get('Tag') - def set_Tag(self, Tags): + def set_Tags(self, Tags): for depth1 in range(len(Tags)): if Tags[depth1].get('Value') is not None: self.add_query_param('Tag.' + str(depth1 + 1) + '.Value', Tags[depth1].get('Value')) @@ -137,10 +137,10 @@ def get_VSwitchId(self): def set_VSwitchId(self,VSwitchId): self.add_query_param('VSwitchId',VSwitchId) - def get_AdditionalAttributes(self): + def get_AdditionalAttributess(self): return self.get_query_params().get('AdditionalAttributes') - def set_AdditionalAttributes(self, AdditionalAttributess): + def set_AdditionalAttributess(self, AdditionalAttributess): for depth1 in range(len(AdditionalAttributess)): if AdditionalAttributess[depth1] is not None: self.add_query_param('AdditionalAttributes.' + str(depth1 + 1) , AdditionalAttributess[depth1]) diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeKeyPairsRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeKeyPairsRequest.py index 6081105291..7d22ad3142 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeKeyPairsRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeKeyPairsRequest.py @@ -61,10 +61,10 @@ def get_PageSize(self): def set_PageSize(self,PageSize): self.add_query_param('PageSize',PageSize) - def get_Tag(self): + def get_Tags(self): return self.get_query_params().get('Tag') - def set_Tag(self, Tags): + def set_Tags(self, Tags): for depth1 in range(len(Tags)): if Tags[depth1].get('Value') is not None: self.add_query_param('Tag.' + str(depth1 + 1) + '.Value', Tags[depth1].get('Value')) diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeLaunchTemplateVersionsRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeLaunchTemplateVersionsRequest.py index 6648fc64bf..24546687eb 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeLaunchTemplateVersionsRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeLaunchTemplateVersionsRequest.py @@ -91,10 +91,10 @@ def get_OwnerId(self): def set_OwnerId(self,OwnerId): self.add_query_param('OwnerId',OwnerId) - def get_LaunchTemplateVersion(self): + def get_LaunchTemplateVersions(self): return self.get_query_params().get('LaunchTemplateVersion') - def set_LaunchTemplateVersion(self, LaunchTemplateVersions): + def set_LaunchTemplateVersions(self, LaunchTemplateVersions): for depth1 in range(len(LaunchTemplateVersions)): if LaunchTemplateVersions[depth1] is not None: self.add_query_param('LaunchTemplateVersion.' + str(depth1 + 1) , LaunchTemplateVersions[depth1]) diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeLaunchTemplatesRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeLaunchTemplatesRequest.py index a6857cdf5a..f82d7fa250 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeLaunchTemplatesRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeLaunchTemplatesRequest.py @@ -25,10 +25,10 @@ def __init__(self): RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'DescribeLaunchTemplates') self.set_method('POST') - def get_LaunchTemplateName(self): + def get_LaunchTemplateNames(self): return self.get_query_params().get('LaunchTemplateName') - def set_LaunchTemplateName(self, LaunchTemplateNames): + def set_LaunchTemplateNames(self, LaunchTemplateNames): for depth1 in range(len(LaunchTemplateNames)): if LaunchTemplateNames[depth1] is not None: self.add_query_param('LaunchTemplateName.' + str(depth1 + 1) , LaunchTemplateNames[depth1]) @@ -51,20 +51,20 @@ def get_PageSize(self): def set_PageSize(self,PageSize): self.add_query_param('PageSize',PageSize) - def get_TemplateTag(self): + def get_TemplateTags(self): return self.get_query_params().get('TemplateTag') - def set_TemplateTag(self, TemplateTags): + def set_TemplateTags(self, TemplateTags): for depth1 in range(len(TemplateTags)): if TemplateTags[depth1].get('Key') is not None: self.add_query_param('TemplateTag.' + str(depth1 + 1) + '.Key', TemplateTags[depth1].get('Key')) if TemplateTags[depth1].get('Value') is not None: self.add_query_param('TemplateTag.' + str(depth1 + 1) + '.Value', TemplateTags[depth1].get('Value')) - def get_LaunchTemplateId(self): + def get_LaunchTemplateIds(self): return self.get_query_params().get('LaunchTemplateId') - def set_LaunchTemplateId(self, LaunchTemplateIds): + def set_LaunchTemplateIds(self, LaunchTemplateIds): for depth1 in range(len(LaunchTemplateIds)): if LaunchTemplateIds[depth1] is not None: self.add_query_param('LaunchTemplateId.' + str(depth1 + 1) , LaunchTemplateIds[depth1]) diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeManagedInstancesRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeManagedInstancesRequest.py index bc5cda6790..c775c0ac10 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeManagedInstancesRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeManagedInstancesRequest.py @@ -73,10 +73,10 @@ def get_InstanceName(self): def set_InstanceName(self,InstanceName): self.add_query_param('InstanceName',InstanceName) - def get_InstanceId(self): + def get_InstanceIds(self): return self.get_query_params().get('InstanceId') - def set_InstanceId(self, InstanceIds): + def set_InstanceIds(self, InstanceIds): for depth1 in range(len(InstanceIds)): if InstanceIds[depth1] is not None: self.add_query_param('InstanceId.' + str(depth1 + 1) , InstanceIds[depth1]) diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeNetworkInterfaceAttributeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeNetworkInterfaceAttributeRequest.py index 624117b09b..7dba9e897a 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeNetworkInterfaceAttributeRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeNetworkInterfaceAttributeRequest.py @@ -31,10 +31,10 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) - def get_Tag(self): + def get_Tags(self): return self.get_query_params().get('Tag') - def set_Tag(self, Tags): + def set_Tags(self, Tags): for depth1 in range(len(Tags)): if Tags[depth1].get('Key') is not None: self.add_query_param('Tag.' + str(depth1 + 1) + '.Key', Tags[depth1].get('Key')) diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeNetworkInterfacePermissionsRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeNetworkInterfacePermissionsRequest.py index 1fb737047d..c4d4746c99 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeNetworkInterfacePermissionsRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeNetworkInterfacePermissionsRequest.py @@ -43,10 +43,10 @@ def get_PageSize(self): def set_PageSize(self,PageSize): self.add_query_param('PageSize',PageSize) - def get_NetworkInterfacePermissionId(self): + def get_NetworkInterfacePermissionIds(self): return self.get_query_params().get('NetworkInterfacePermissionId') - def set_NetworkInterfacePermissionId(self, NetworkInterfacePermissionIds): + def set_NetworkInterfacePermissionIds(self, NetworkInterfacePermissionIds): for depth1 in range(len(NetworkInterfacePermissionIds)): if NetworkInterfacePermissionIds[depth1] is not None: self.add_query_param('NetworkInterfacePermissionId.' + str(depth1 + 1) , NetworkInterfacePermissionIds[depth1]) diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeNetworkInterfacesRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeNetworkInterfacesRequest.py index 66faf86d6d..ca9945642d 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeNetworkInterfacesRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeNetworkInterfacesRequest.py @@ -73,10 +73,10 @@ def get_PageSize(self): def set_PageSize(self,PageSize): self.add_query_param('PageSize',PageSize) - def get_Tag(self): + def get_Tags(self): return self.get_query_params().get('Tag') - def set_Tag(self, Tags): + def set_Tags(self, Tags): for depth1 in range(len(Tags)): if Tags[depth1].get('Key') is not None: self.add_query_param('Tag.' + str(depth1 + 1) + '.Key', Tags[depth1].get('Key')) @@ -113,10 +113,10 @@ def get_VSwitchId(self): def set_VSwitchId(self,VSwitchId): self.add_query_param('VSwitchId',VSwitchId) - def get_PrivateIpAddress(self): + def get_PrivateIpAddresss(self): return self.get_query_params().get('PrivateIpAddress') - def set_PrivateIpAddress(self, PrivateIpAddresss): + def set_PrivateIpAddresss(self, PrivateIpAddresss): for depth1 in range(len(PrivateIpAddresss)): if PrivateIpAddresss[depth1] is not None: self.add_query_param('PrivateIpAddress.' + str(depth1 + 1) , PrivateIpAddresss[depth1]) @@ -145,10 +145,10 @@ def get_MaxResults(self): def set_MaxResults(self,MaxResults): self.add_query_param('MaxResults',MaxResults) - def get_NetworkInterfaceId(self): + def get_NetworkInterfaceIds(self): return self.get_query_params().get('NetworkInterfaceId') - def set_NetworkInterfaceId(self, NetworkInterfaceIds): + def set_NetworkInterfaceIds(self, NetworkInterfaceIds): for depth1 in range(len(NetworkInterfaceIds)): if NetworkInterfaceIds[depth1] is not None: self.add_query_param('NetworkInterfaceId.' + str(depth1 + 1) , NetworkInterfaceIds[depth1]) diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribePhysicalConnectionsRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribePhysicalConnectionsRequest.py index bbb720aa45..ee6ba20b34 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribePhysicalConnectionsRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribePhysicalConnectionsRequest.py @@ -73,10 +73,10 @@ def get_OwnerId(self): def set_OwnerId(self,OwnerId): self.add_query_param('OwnerId',OwnerId) - def get_Filter(self): + def get_Filters(self): return self.get_query_params().get('Filter') - def set_Filter(self, Filters): + def set_Filters(self, Filters): for depth1 in range(len(Filters)): if Filters[depth1].get('Value') is not None: for depth2 in range(len(Filters[depth1].get('Value'))): diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribePriceRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribePriceRequest.py index d095015fe1..eb8c803b14 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribePriceRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribePriceRequest.py @@ -109,10 +109,10 @@ def get_InstanceAmount(self): def set_InstanceAmount(self,InstanceAmount): self.add_query_param('InstanceAmount',InstanceAmount) - def get_InstanceTypeList(self): + def get_InstanceTypeLists(self): return self.get_query_params().get('InstanceTypeList') - def set_InstanceTypeList(self, InstanceTypeLists): + def set_InstanceTypeLists(self, InstanceTypeLists): for depth1 in range(len(InstanceTypeLists)): if InstanceTypeLists[depth1] is not None: self.add_query_param('InstanceTypeList.' + str(depth1 + 1) , InstanceTypeLists[depth1]) diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeRecommendInstanceTypeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeRecommendInstanceTypeRequest.py index 0c23436543..e19d860085 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeRecommendInstanceTypeRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeRecommendInstanceTypeRequest.py @@ -97,10 +97,10 @@ def get_OwnerAccount(self): def set_OwnerAccount(self,OwnerAccount): self.add_query_param('OwnerAccount',OwnerAccount) - def get_InstanceTypeFamily(self): + def get_InstanceTypeFamilys(self): return self.get_query_params().get('InstanceTypeFamily') - def set_InstanceTypeFamily(self, InstanceTypeFamilys): + def set_InstanceTypeFamilys(self, InstanceTypeFamilys): for depth1 in range(len(InstanceTypeFamilys)): if InstanceTypeFamilys[depth1] is not None: self.add_query_param('InstanceTypeFamily.' + str(depth1 + 1) , InstanceTypeFamilys[depth1]) diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeReservedInstancesRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeReservedInstancesRequest.py index cde20bef62..c17b86f89b 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeReservedInstancesRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeReservedInstancesRequest.py @@ -61,10 +61,10 @@ def get_InstanceType(self): def set_InstanceType(self,InstanceType): self.add_query_param('InstanceType',InstanceType) - def get_Tag(self): + def get_Tags(self): return self.get_query_params().get('Tag') - def set_Tag(self, Tags): + def set_Tags(self, Tags): for depth1 in range(len(Tags)): if Tags[depth1].get('Key') is not None: self.add_query_param('Tag.' + str(depth1 + 1) + '.Key', Tags[depth1].get('Key')) @@ -95,10 +95,10 @@ def get_OwnerId(self): def set_OwnerId(self,OwnerId): self.add_query_param('OwnerId',OwnerId) - def get_ReservedInstanceId(self): + def get_ReservedInstanceIds(self): return self.get_query_params().get('ReservedInstanceId') - def set_ReservedInstanceId(self, ReservedInstanceIds): + def set_ReservedInstanceIds(self, ReservedInstanceIds): for depth1 in range(len(ReservedInstanceIds)): if ReservedInstanceIds[depth1] is not None: self.add_query_param('ReservedInstanceId.' + str(depth1 + 1) , ReservedInstanceIds[depth1]) @@ -121,10 +121,10 @@ def get_ReservedInstanceName(self): def set_ReservedInstanceName(self,ReservedInstanceName): self.add_query_param('ReservedInstanceName',ReservedInstanceName) - def get_Status(self): + def get_Statuss(self): return self.get_query_params().get('Status') - def set_Status(self, Statuss): + def set_Statuss(self, Statuss): for depth1 in range(len(Statuss)): if Statuss[depth1] is not None: self.add_query_param('Status.' + str(depth1 + 1) , Statuss[depth1]) diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeResourceByTagsRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeResourceByTagsRequest.py index 066530c973..1921b1ad49 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeResourceByTagsRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeResourceByTagsRequest.py @@ -43,10 +43,10 @@ def get_PageSize(self): def set_PageSize(self,PageSize): self.add_query_param('PageSize',PageSize) - def get_Tag(self): + def get_Tags(self): return self.get_query_params().get('Tag') - def set_Tag(self, Tags): + def set_Tags(self, Tags): for depth1 in range(len(Tags)): if Tags[depth1].get('Value') is not None: self.add_query_param('Tag.' + str(depth1 + 1) + '.Value', Tags[depth1].get('Value')) diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeRouterInterfacesRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeRouterInterfacesRequest.py index abbbacee2d..df9c8c27c8 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeRouterInterfacesRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeRouterInterfacesRequest.py @@ -55,10 +55,10 @@ def get_OwnerId(self): def set_OwnerId(self,OwnerId): self.add_query_param('OwnerId',OwnerId) - def get_Filter(self): + def get_Filters(self): return self.get_query_params().get('Filter') - def set_Filter(self, Filters): + def set_Filters(self, Filters): for depth1 in range(len(Filters)): if Filters[depth1].get('Value') is not None: for depth2 in range(len(Filters[depth1].get('Value'))): diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeSecurityGroupReferencesRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeSecurityGroupReferencesRequest.py index 3f38e7df57..593aa36a1c 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeSecurityGroupReferencesRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeSecurityGroupReferencesRequest.py @@ -31,10 +31,10 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) - def get_SecurityGroupId(self): + def get_SecurityGroupIds(self): return self.get_query_params().get('SecurityGroupId') - def set_SecurityGroupId(self, SecurityGroupIds): + def set_SecurityGroupIds(self, SecurityGroupIds): for depth1 in range(len(SecurityGroupIds)): if SecurityGroupIds[depth1] is not None: self.add_query_param('SecurityGroupId.' + str(depth1 + 1) , SecurityGroupIds[depth1]) diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeSecurityGroupsRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeSecurityGroupsRequest.py index 7fed39737d..9d925bcead 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeSecurityGroupsRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeSecurityGroupsRequest.py @@ -79,10 +79,10 @@ def get_PageSize(self): def set_PageSize(self,PageSize): self.add_query_param('PageSize',PageSize) - def get_Tag(self): + def get_Tags(self): return self.get_query_params().get('Tag') - def set_Tag(self, Tags): + def set_Tags(self, Tags): for depth1 in range(len(Tags)): if Tags[depth1].get('Value') is not None: self.add_query_param('Tag.' + str(depth1 + 1) + '.Value', Tags[depth1].get('Value')) diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeSnapshotGroupsRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeSnapshotGroupsRequest.py index b5e39778a3..ee14ebb417 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeSnapshotGroupsRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeSnapshotGroupsRequest.py @@ -49,10 +49,10 @@ def get_OwnerAccount(self): def set_OwnerAccount(self,OwnerAccount): self.add_query_param('OwnerAccount',OwnerAccount) - def get_SnapshotGroupId(self): + def get_SnapshotGroupIds(self): return self.get_query_params().get('SnapshotGroupId') - def set_SnapshotGroupId(self, SnapshotGroupIds): + def set_SnapshotGroupIds(self, SnapshotGroupIds): for depth1 in range(len(SnapshotGroupIds)): if SnapshotGroupIds[depth1] is not None: self.add_query_param('SnapshotGroupId.' + str(depth1 + 1) , SnapshotGroupIds[depth1]) @@ -81,10 +81,10 @@ def get_MaxResults(self): def set_MaxResults(self,MaxResults): self.add_query_param('MaxResults',MaxResults) - def get_Status(self): + def get_Statuss(self): return self.get_query_params().get('Status') - def set_Status(self, Statuss): + def set_Statuss(self, Statuss): for depth1 in range(len(Statuss)): if Statuss[depth1] is not None: self.add_query_param('Status.' + str(depth1 + 1) , Statuss[depth1]) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeSnapshotsRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeSnapshotsRequest.py index c96dcb97c0..c982624df1 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeSnapshotsRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeSnapshotsRequest.py @@ -67,10 +67,10 @@ def get_Filter1Key(self): def set_Filter1Key(self,Filter1Key): self.add_query_param('Filter.1.Key',Filter1Key) - def get_Tag(self): + def get_Tags(self): return self.get_query_params().get('Tag') - def set_Tag(self, Tags): + def set_Tags(self, Tags): for depth1 in range(len(Tags)): if Tags[depth1].get('Value') is not None: self.add_query_param('Tag.' + str(depth1 + 1) + '.Value', Tags[depth1].get('Value')) diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeSpotAdviceRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeSpotAdviceRequest.py index a4068f532b..a7a57efa65 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeSpotAdviceRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeSpotAdviceRequest.py @@ -43,10 +43,10 @@ def get_Memory(self): def set_Memory(self,Memory): self.add_query_param('Memory',Memory) - def get_InstanceTypes(self): + def get_InstanceTypess(self): return self.get_query_params().get('InstanceTypes') - def set_InstanceTypes(self, InstanceTypess): + def set_InstanceTypess(self, InstanceTypess): for depth1 in range(len(InstanceTypess)): if InstanceTypess[depth1] is not None: self.add_query_param('InstanceTypes.' + str(depth1 + 1) , InstanceTypess[depth1]) diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeStorageCapacityUnitsRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeStorageCapacityUnitsRequest.py index bd229ba647..5e25177255 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeStorageCapacityUnitsRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeStorageCapacityUnitsRequest.py @@ -43,10 +43,10 @@ def get_Capacity(self): def set_Capacity(self,Capacity): self.add_query_param('Capacity',Capacity) - def get_StorageCapacityUnitId(self): + def get_StorageCapacityUnitIds(self): return self.get_query_params().get('StorageCapacityUnitId') - def set_StorageCapacityUnitId(self, StorageCapacityUnitIds): + def set_StorageCapacityUnitIds(self, StorageCapacityUnitIds): for depth1 in range(len(StorageCapacityUnitIds)): if StorageCapacityUnitIds[depth1] is not None: self.add_query_param('StorageCapacityUnitId.' + str(depth1 + 1) , StorageCapacityUnitIds[depth1]) @@ -81,10 +81,10 @@ def get_Name(self): def set_Name(self,Name): self.add_query_param('Name',Name) - def get_Status(self): + def get_Statuss(self): return self.get_query_params().get('Status') - def set_Status(self, Statuss): + def set_Statuss(self, Statuss): for depth1 in range(len(Statuss)): if Statuss[depth1] is not None: self.add_query_param('Status.' + str(depth1 + 1) , Statuss[depth1]) diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeTagsRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeTagsRequest.py index 030ccdfc14..559db1e5bb 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeTagsRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeTagsRequest.py @@ -43,10 +43,10 @@ def get_PageSize(self): def set_PageSize(self,PageSize): self.add_query_param('PageSize',PageSize) - def get_Tag(self): + def get_Tags(self): return self.get_query_params().get('Tag') - def set_Tag(self, Tags): + def set_Tags(self, Tags): for depth1 in range(len(Tags)): if Tags[depth1].get('Value') is not None: self.add_query_param('Tag.' + str(depth1 + 1) + '.Value', Tags[depth1].get('Value')) diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeVirtualBorderRoutersForPhysicalConnectionRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeVirtualBorderRoutersForPhysicalConnectionRequest.py index b78545c265..4b81d57479 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeVirtualBorderRoutersForPhysicalConnectionRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeVirtualBorderRoutersForPhysicalConnectionRequest.py @@ -55,10 +55,10 @@ def get_OwnerId(self): def set_OwnerId(self,OwnerId): self.add_query_param('OwnerId',OwnerId) - def get_Filter(self): + def get_Filters(self): return self.get_query_params().get('Filter') - def set_Filter(self, Filters): + def set_Filters(self, Filters): for depth1 in range(len(Filters)): if Filters[depth1].get('Value') is not None: for depth2 in range(len(Filters[depth1].get('Value'))): diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeVirtualBorderRoutersRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeVirtualBorderRoutersRequest.py index 6dd9fb8972..770be98060 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeVirtualBorderRoutersRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/DescribeVirtualBorderRoutersRequest.py @@ -55,10 +55,10 @@ def get_OwnerId(self): def set_OwnerId(self,OwnerId): self.add_query_param('OwnerId',OwnerId) - def get_Filter(self): + def get_Filters(self): return self.get_query_params().get('Filter') - def set_Filter(self, Filters): + def set_Filters(self, Filters): for depth1 in range(len(Filters)): if Filters[depth1].get('Value') is not None: for depth2 in range(len(Filters[depth1].get('Value'))): diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ImportImageRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ImportImageRequest.py index 5dd258c506..c7b4df05e8 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ImportImageRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ImportImageRequest.py @@ -25,10 +25,10 @@ def __init__(self): RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'ImportImage') self.set_method('POST') - def get_DiskDeviceMapping(self): + def get_DiskDeviceMappings(self): return self.get_query_params().get('DiskDeviceMapping') - def set_DiskDeviceMapping(self, DiskDeviceMappings): + def set_DiskDeviceMappings(self, DiskDeviceMappings): for depth1 in range(len(DiskDeviceMappings)): if DiskDeviceMappings[depth1].get('OSSBucket') is not None: self.add_query_param('DiskDeviceMapping.' + str(depth1 + 1) + '.OSSBucket', DiskDeviceMappings[depth1].get('OSSBucket')) @@ -79,10 +79,10 @@ def get_ImageName(self): def set_ImageName(self,ImageName): self.add_query_param('ImageName',ImageName) - def get_Tag(self): + def get_Tags(self): return self.get_query_params().get('Tag') - def set_Tag(self, Tags): + def set_Tags(self, Tags): for depth1 in range(len(Tags)): if Tags[depth1].get('Value') is not None: self.add_query_param('Tag.' + str(depth1 + 1) + '.Value', Tags[depth1].get('Value')) diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ImportKeyPairRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ImportKeyPairRequest.py index 54ffda3b78..980ae05e7d 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ImportKeyPairRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ImportKeyPairRequest.py @@ -43,10 +43,10 @@ def get_ResourceGroupId(self): def set_ResourceGroupId(self,ResourceGroupId): self.add_query_param('ResourceGroupId',ResourceGroupId) - def get_Tag(self): + def get_Tags(self): return self.get_query_params().get('Tag') - def set_Tag(self, Tags): + def set_Tags(self, Tags): for depth1 in range(len(Tags)): if Tags[depth1].get('Value') is not None: self.add_query_param('Tag.' + str(depth1 + 1) + '.Value', Tags[depth1].get('Value')) diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/InstallCloudAssistantRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/InstallCloudAssistantRequest.py index 8440536d3b..0276806665 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/InstallCloudAssistantRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/InstallCloudAssistantRequest.py @@ -49,10 +49,10 @@ def get_OwnerId(self): def set_OwnerId(self,OwnerId): self.add_query_param('OwnerId',OwnerId) - def get_InstanceId(self): + def get_InstanceIds(self): return self.get_query_params().get('InstanceId') - def set_InstanceId(self, InstanceIds): + def set_InstanceIds(self, InstanceIds): for depth1 in range(len(InstanceIds)): if InstanceIds[depth1] is not None: self.add_query_param('InstanceId.' + str(depth1 + 1) , InstanceIds[depth1]) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/InvokeCommandRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/InvokeCommandRequest.py index cb08f0d4fc..c14ea5c75e 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/InvokeCommandRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/InvokeCommandRequest.py @@ -67,10 +67,10 @@ def get_OwnerId(self): def set_OwnerId(self,OwnerId): self.add_query_param('OwnerId',OwnerId) - def get_InstanceId(self): + def get_InstanceIds(self): return self.get_query_params().get('InstanceId') - def set_InstanceId(self, InstanceIds): + def set_InstanceIds(self, InstanceIds): for depth1 in range(len(InstanceIds)): if InstanceIds[depth1] is not None: self.add_query_param('InstanceId.' + str(depth1 + 1) , InstanceIds[depth1]) diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ListTagResourcesRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ListTagResourcesRequest.py index 18fd95cbcd..c5625a97f1 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ListTagResourcesRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ListTagResourcesRequest.py @@ -37,20 +37,20 @@ def get_NextToken(self): def set_NextToken(self,NextToken): self.add_query_param('NextToken',NextToken) - def get_Tag(self): + def get_Tags(self): return self.get_query_params().get('Tag') - def set_Tag(self, Tags): + def set_Tags(self, Tags): for depth1 in range(len(Tags)): if Tags[depth1].get('Key') is not None: self.add_query_param('Tag.' + str(depth1 + 1) + '.Key', Tags[depth1].get('Key')) if Tags[depth1].get('Value') is not None: self.add_query_param('Tag.' + str(depth1 + 1) + '.Value', Tags[depth1].get('Value')) - def get_ResourceId(self): + def get_ResourceIds(self): return self.get_query_params().get('ResourceId') - def set_ResourceId(self, ResourceIds): + def set_ResourceIds(self, ResourceIds): for depth1 in range(len(ResourceIds)): if ResourceIds[depth1] is not None: self.add_query_param('ResourceId.' + str(depth1 + 1) , ResourceIds[depth1]) @@ -73,10 +73,10 @@ def get_OwnerId(self): def set_OwnerId(self,OwnerId): self.add_query_param('OwnerId',OwnerId) - def get_TagFilter(self): + def get_TagFilters(self): return self.get_query_params().get('TagFilter') - def set_TagFilter(self, TagFilters): + def set_TagFilters(self, TagFilters): for depth1 in range(len(TagFilters)): if TagFilters[depth1].get('TagKey') is not None: self.add_query_param('TagFilter.' + str(depth1 + 1) + '.TagKey', TagFilters[depth1].get('TagKey')) diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyAutoProvisioningGroupRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyAutoProvisioningGroupRequest.py index ac400fde44..da6740d61a 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyAutoProvisioningGroupRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyAutoProvisioningGroupRequest.py @@ -49,10 +49,10 @@ def get_ExcessCapacityTerminationPolicy(self): def set_ExcessCapacityTerminationPolicy(self,ExcessCapacityTerminationPolicy): self.add_query_param('ExcessCapacityTerminationPolicy',ExcessCapacityTerminationPolicy) - def get_LaunchTemplateConfig(self): + def get_LaunchTemplateConfigs(self): return self.get_query_params().get('LaunchTemplateConfig') - def set_LaunchTemplateConfig(self, LaunchTemplateConfigs): + def set_LaunchTemplateConfigs(self, LaunchTemplateConfigs): for depth1 in range(len(LaunchTemplateConfigs)): if LaunchTemplateConfigs[depth1].get('InstanceType') is not None: self.add_query_param('LaunchTemplateConfig.' + str(depth1 + 1) + '.InstanceType', LaunchTemplateConfigs[depth1].get('InstanceType')) diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyDiskAttributeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyDiskAttributeRequest.py index ac98b34586..627c3e71ef 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyDiskAttributeRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyDiskAttributeRequest.py @@ -49,10 +49,10 @@ def get_DeleteAutoSnapshot(self): def set_DeleteAutoSnapshot(self,DeleteAutoSnapshot): self.add_query_param('DeleteAutoSnapshot',DeleteAutoSnapshot) - def get_DiskIds(self): + def get_DiskIdss(self): return self.get_query_params().get('DiskIds') - def set_DiskIds(self, DiskIdss): + def set_DiskIdss(self, DiskIdss): for depth1 in range(len(DiskIdss)): if DiskIdss[depth1] is not None: self.add_query_param('DiskIds.' + str(depth1 + 1) , DiskIdss[depth1]) diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyImageSharePermissionRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyImageSharePermissionRequest.py index 117c03fc1c..809f863b12 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyImageSharePermissionRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyImageSharePermissionRequest.py @@ -61,18 +61,18 @@ def get_OwnerId(self): def set_OwnerId(self,OwnerId): self.add_query_param('OwnerId',OwnerId) - def get_AddAccount(self): + def get_AddAccounts(self): return self.get_query_params().get('AddAccount') - def set_AddAccount(self, AddAccounts): + def set_AddAccounts(self, AddAccounts): for depth1 in range(len(AddAccounts)): if AddAccounts[depth1] is not None: self.add_query_param('AddAccount.' + str(depth1 + 1) , AddAccounts[depth1]) - def get_RemoveAccount(self): + def get_RemoveAccounts(self): return self.get_query_params().get('RemoveAccount') - def set_RemoveAccount(self, RemoveAccounts): + def set_RemoveAccounts(self, RemoveAccounts): for depth1 in range(len(RemoveAccounts)): if RemoveAccounts[depth1] is not None: self.add_query_param('RemoveAccount.' + str(depth1 + 1) , RemoveAccounts[depth1]) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceAttributeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceAttributeRequest.py index 59f35e6964..70c3b1fe2c 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceAttributeRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceAttributeRequest.py @@ -97,10 +97,10 @@ def get_OwnerId(self): def set_OwnerId(self,OwnerId): self.add_query_param('OwnerId',OwnerId) - def get_SecurityGroupIds(self): + def get_SecurityGroupIdss(self): return self.get_query_params().get('SecurityGroupIds') - def set_SecurityGroupIds(self, SecurityGroupIdss): + def set_SecurityGroupIdss(self, SecurityGroupIdss): for depth1 in range(len(SecurityGroupIdss)): if SecurityGroupIdss[depth1] is not None: self.add_query_param('SecurityGroupIds.' + str(depth1 + 1) , SecurityGroupIdss[depth1]) diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceMaintenanceAttributesRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceMaintenanceAttributesRequest.py index acfbb544c6..02a5cbcfbf 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceMaintenanceAttributesRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceMaintenanceAttributesRequest.py @@ -31,10 +31,10 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) - def get_MaintenanceWindow(self): + def get_MaintenanceWindows(self): return self.get_query_params().get('MaintenanceWindow') - def set_MaintenanceWindow(self, MaintenanceWindows): + def set_MaintenanceWindows(self, MaintenanceWindows): for depth1 in range(len(MaintenanceWindows)): if MaintenanceWindows[depth1].get('StartTime') is not None: self.add_query_param('MaintenanceWindow.' + str(depth1 + 1) + '.StartTime', MaintenanceWindows[depth1].get('StartTime')) @@ -65,10 +65,10 @@ def get_OwnerId(self): def set_OwnerId(self,OwnerId): self.add_query_param('OwnerId',OwnerId) - def get_InstanceId(self): + def get_InstanceIds(self): return self.get_query_params().get('InstanceId') - def set_InstanceId(self, InstanceIds): + def set_InstanceIds(self, InstanceIds): for depth1 in range(len(InstanceIds)): if InstanceIds[depth1] is not None: self.add_query_param('InstanceId.' + str(depth1 + 1) , InstanceIds[depth1]) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceVpcAttributeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceVpcAttributeRequest.py index e37395b00f..d5212f6795 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceVpcAttributeRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyInstanceVpcAttributeRequest.py @@ -31,10 +31,10 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) - def get_SecurityGroupId(self): + def get_SecurityGroupIds(self): return self.get_query_params().get('SecurityGroupId') - def set_SecurityGroupId(self, SecurityGroupIds): + def set_SecurityGroupIds(self, SecurityGroupIds): for depth1 in range(len(SecurityGroupIds)): if SecurityGroupIds[depth1] is not None: self.add_query_param('SecurityGroupId.' + str(depth1 + 1) , SecurityGroupIds[depth1]) diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyNetworkInterfaceAttributeRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyNetworkInterfaceAttributeRequest.py index b7d5debcd9..6b01862925 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyNetworkInterfaceAttributeRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyNetworkInterfaceAttributeRequest.py @@ -37,10 +37,10 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) - def get_SecurityGroupId(self): + def get_SecurityGroupIds(self): return self.get_query_params().get('SecurityGroupId') - def set_SecurityGroupId(self, SecurityGroupIds): + def set_SecurityGroupIds(self, SecurityGroupIds): for depth1 in range(len(SecurityGroupIds)): if SecurityGroupIds[depth1] is not None: self.add_query_param('SecurityGroupId.' + str(depth1 + 1) , SecurityGroupIds[depth1]) diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyReservedInstancesRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyReservedInstancesRequest.py index 77c6a92424..76ae9a2b02 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyReservedInstancesRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ModifyReservedInstancesRequest.py @@ -31,10 +31,10 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) - def get_Configuration(self): + def get_Configurations(self): return self.get_query_params().get('Configuration') - def set_Configuration(self, Configurations): + def set_Configurations(self, Configurations): for depth1 in range(len(Configurations)): if Configurations[depth1].get('ZoneId') is not None: self.add_query_param('Configuration.' + str(depth1 + 1) + '.ZoneId', Configurations[depth1].get('ZoneId')) @@ -65,10 +65,10 @@ def get_OwnerId(self): def set_OwnerId(self,OwnerId): self.add_query_param('OwnerId',OwnerId) - def get_ReservedInstanceId(self): + def get_ReservedInstanceIds(self): return self.get_query_params().get('ReservedInstanceId') - def set_ReservedInstanceId(self, ReservedInstanceIds): + def set_ReservedInstanceIds(self, ReservedInstanceIds): for depth1 in range(len(ReservedInstanceIds)): if ReservedInstanceIds[depth1] is not None: self.add_query_param('ReservedInstanceId.' + str(depth1 + 1) , ReservedInstanceIds[depth1]) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/PurchaseReservedInstancesOfferingRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/PurchaseReservedInstancesOfferingRequest.py index 2bd83ba760..50d31ff6ea 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/PurchaseReservedInstancesOfferingRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/PurchaseReservedInstancesOfferingRequest.py @@ -67,10 +67,10 @@ def get_InstanceType(self): def set_InstanceType(self,InstanceType): self.add_query_param('InstanceType',InstanceType) - def get_Tag(self): + def get_Tags(self): return self.get_query_params().get('Tag') - def set_Tag(self, Tags): + def set_Tags(self, Tags): for depth1 in range(len(Tags)): if Tags[depth1].get('Key') is not None: self.add_query_param('Tag.' + str(depth1 + 1) + '.Key', Tags[depth1].get('Key')) diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RebootInstancesRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RebootInstancesRequest.py index 1ed71e8bcb..365f9c71e1 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RebootInstancesRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RebootInstancesRequest.py @@ -67,10 +67,10 @@ def get_ForceReboot(self): def set_ForceReboot(self,ForceReboot): self.add_query_param('ForceReboot',ForceReboot) - def get_InstanceId(self): + def get_InstanceIds(self): return self.get_query_params().get('InstanceId') - def set_InstanceId(self, InstanceIds): + def set_InstanceIds(self, InstanceIds): for depth1 in range(len(InstanceIds)): if InstanceIds[depth1] is not None: self.add_query_param('InstanceId.' + str(depth1 + 1) , InstanceIds[depth1]) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RemoveBandwidthPackageIpsRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RemoveBandwidthPackageIpsRequest.py index 5f4d48ffb8..320440ba17 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RemoveBandwidthPackageIpsRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RemoveBandwidthPackageIpsRequest.py @@ -37,10 +37,10 @@ def get_ClientToken(self): def set_ClientToken(self,ClientToken): self.add_query_param('ClientToken',ClientToken) - def get_RemovedIpAddresses(self): + def get_RemovedIpAddressess(self): return self.get_query_params().get('RemovedIpAddresses') - def set_RemovedIpAddresses(self, RemovedIpAddressess): + def set_RemovedIpAddressess(self, RemovedIpAddressess): for depth1 in range(len(RemovedIpAddressess)): if RemovedIpAddressess[depth1] is not None: self.add_query_param('RemovedIpAddresses.' + str(depth1 + 1) , RemovedIpAddressess[depth1]) diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RemoveTagsRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RemoveTagsRequest.py index 6792cc80d7..c570e46990 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RemoveTagsRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RemoveTagsRequest.py @@ -31,10 +31,10 @@ def get_ResourceOwnerId(self): def set_ResourceOwnerId(self,ResourceOwnerId): self.add_query_param('ResourceOwnerId',ResourceOwnerId) - def get_Tag(self): + def get_Tags(self): return self.get_query_params().get('Tag') - def set_Tag(self, Tags): + def set_Tags(self, Tags): for depth1 in range(len(Tags)): if Tags[depth1].get('Value') is not None: self.add_query_param('Tag.' + str(depth1 + 1) + '.Value', Tags[depth1].get('Value')) diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ReportInstancesStatusRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ReportInstancesStatusRequest.py index 809879d775..a057e5ec8c 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ReportInstancesStatusRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ReportInstancesStatusRequest.py @@ -55,10 +55,10 @@ def get_IssueCategory(self): def set_IssueCategory(self,IssueCategory): self.add_query_param('IssueCategory',IssueCategory) - def get_DiskId(self): + def get_DiskIds(self): return self.get_query_params().get('DiskId') - def set_DiskId(self, DiskIds): + def set_DiskIds(self, DiskIds): for depth1 in range(len(DiskIds)): if DiskIds[depth1] is not None: self.add_query_param('DiskId.' + str(depth1 + 1) , DiskIds[depth1]) @@ -87,18 +87,18 @@ def get_OwnerId(self): def set_OwnerId(self,OwnerId): self.add_query_param('OwnerId',OwnerId) - def get_InstanceId(self): + def get_InstanceIds(self): return self.get_query_params().get('InstanceId') - def set_InstanceId(self, InstanceIds): + def set_InstanceIds(self, InstanceIds): for depth1 in range(len(InstanceIds)): if InstanceIds[depth1] is not None: self.add_query_param('InstanceId.' + str(depth1 + 1) , InstanceIds[depth1]) - def get_Device(self): + def get_Devices(self): return self.get_query_params().get('Device') - def set_Device(self, Devices): + def set_Devices(self, Devices): for depth1 in range(len(Devices)): if Devices[depth1] is not None: self.add_query_param('Device.' + str(depth1 + 1) , Devices[depth1]) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ResetDisksRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ResetDisksRequest.py index da45b73787..4495ddc19f 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ResetDisksRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/ResetDisksRequest.py @@ -49,10 +49,10 @@ def get_OwnerId(self): def set_OwnerId(self,OwnerId): self.add_query_param('OwnerId',OwnerId) - def get_Disk(self): + def get_Disks(self): return self.get_query_params().get('Disk') - def set_Disk(self, Disks): + def set_Disks(self, Disks): for depth1 in range(len(Disks)): if Disks[depth1].get('DiskId') is not None: self.add_query_param('Disk.' + str(depth1 + 1) + '.DiskId', Disks[depth1].get('DiskId')) diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RunCommandRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RunCommandRequest.py index e7308c7b75..c56b197125 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RunCommandRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RunCommandRequest.py @@ -103,10 +103,10 @@ def get_OwnerId(self): def set_OwnerId(self,OwnerId): self.add_query_param('OwnerId',OwnerId) - def get_InstanceId(self): + def get_InstanceIds(self): return self.get_query_params().get('InstanceId') - def set_InstanceId(self, InstanceIds): + def set_InstanceIds(self, InstanceIds): for depth1 in range(len(InstanceIds)): if InstanceIds[depth1] is not None: self.add_query_param('InstanceId.' + str(depth1 + 1) , InstanceIds[depth1]) diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RunInstancesRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RunInstancesRequest.py index 788780a700..29a22569d3 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RunInstancesRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/RunInstancesRequest.py @@ -205,10 +205,10 @@ def get_InstanceType(self): def set_InstanceType(self,InstanceType): self.add_query_param('InstanceType',InstanceType) - def get_Arn(self): + def get_Arns(self): return self.get_query_params().get('Arn') - def set_Arn(self, Arns): + def set_Arns(self, Arns): for depth1 in range(len(Arns)): if Arns[depth1].get('AssumeRoleFor') is not None: self.add_query_param('Arn.' + str(depth1 + 1) + '.AssumeRoleFor', Arns[depth1].get('AssumeRoleFor')) @@ -241,10 +241,10 @@ def get_DedicatedHostId(self): def set_DedicatedHostId(self,DedicatedHostId): self.add_query_param('DedicatedHostId',DedicatedHostId) - def get_SecurityGroupIds(self): + def get_SecurityGroupIdss(self): return self.get_query_params().get('SecurityGroupIds') - def set_SecurityGroupIds(self, SecurityGroupIdss): + def set_SecurityGroupIdss(self, SecurityGroupIdss): for depth1 in range(len(SecurityGroupIdss)): if SecurityGroupIdss[depth1] is not None: self.add_query_param('SecurityGroupIds.' + str(depth1 + 1) , SecurityGroupIdss[depth1]) @@ -315,10 +315,10 @@ def get_StorageSetPartitionNumber(self): def set_StorageSetPartitionNumber(self,StorageSetPartitionNumber): self.add_query_param('StorageSetPartitionNumber',StorageSetPartitionNumber) - def get_Tag(self): + def get_Tags(self): return self.get_query_params().get('Tag') - def set_Tag(self, Tags): + def set_Tags(self, Tags): for depth1 in range(len(Tags)): if Tags[depth1].get('Key') is not None: self.add_query_param('Tag.' + str(depth1 + 1) + '.Key', Tags[depth1].get('Key')) @@ -367,10 +367,10 @@ def get_ZoneId(self): def set_ZoneId(self,ZoneId): self.add_query_param('ZoneId',ZoneId) - def get_Ipv6Address(self): + def get_Ipv6Addresss(self): return self.get_query_params().get('Ipv6Address') - def set_Ipv6Address(self, Ipv6Addresss): + def set_Ipv6Addresss(self, Ipv6Addresss): for depth1 in range(len(Ipv6Addresss)): if Ipv6Addresss[depth1] is not None: self.add_query_param('Ipv6Address.' + str(depth1 + 1) , Ipv6Addresss[depth1]) @@ -423,10 +423,10 @@ def get_InstanceChargeType(self): def set_InstanceChargeType(self,InstanceChargeType): self.add_query_param('InstanceChargeType',InstanceChargeType) - def get_NetworkInterface(self): + def get_NetworkInterfaces(self): return self.get_query_params().get('NetworkInterface') - def set_NetworkInterface(self, NetworkInterfaces): + def set_NetworkInterfaces(self, NetworkInterfaces): for depth1 in range(len(NetworkInterfaces)): if NetworkInterfaces[depth1].get('PrimaryIpAddress') is not None: self.add_query_param('NetworkInterface.' + str(depth1 + 1) + '.PrimaryIpAddress', NetworkInterfaces[depth1].get('PrimaryIpAddress')) @@ -487,10 +487,10 @@ def get_CreditSpecification(self): def set_CreditSpecification(self,CreditSpecification): self.add_query_param('CreditSpecification',CreditSpecification) - def get_DataDisk(self): + def get_DataDisks(self): return self.get_query_params().get('DataDisk') - def set_DataDisk(self, DataDisks): + def set_DataDisks(self, DataDisks): for depth1 in range(len(DataDisks)): if DataDisks[depth1].get('Size') is not None: self.add_query_param('DataDisk.' + str(depth1 + 1) + '.Size', DataDisks[depth1].get('Size')) diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/SendFileRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/SendFileRequest.py index a36962230b..e396a89fae 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/SendFileRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/SendFileRequest.py @@ -91,10 +91,10 @@ def get_ContentType(self): def set_ContentType(self,ContentType): self.add_query_param('ContentType',ContentType) - def get_InstanceId(self): + def get_InstanceIds(self): return self.get_query_params().get('InstanceId') - def set_InstanceId(self, InstanceIds): + def set_InstanceIds(self, InstanceIds): for depth1 in range(len(InstanceIds)): if InstanceIds[depth1] is not None: self.add_query_param('InstanceId.' + str(depth1 + 1) , InstanceIds[depth1]) diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/StartImagePipelineExecutionRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/StartImagePipelineExecutionRequest.py index 7f4e97869b..ad2094c75f 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/StartImagePipelineExecutionRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/StartImagePipelineExecutionRequest.py @@ -43,10 +43,10 @@ def get_ClientToken(self): def set_ClientToken(self,ClientToken): self.add_query_param('ClientToken',ClientToken) - def get_TemplateTag(self): + def get_TemplateTags(self): return self.get_query_params().get('TemplateTag') - def set_TemplateTag(self, TemplateTags): + def set_TemplateTags(self, TemplateTags): for depth1 in range(len(TemplateTags)): if TemplateTags[depth1].get('Key') is not None: self.add_query_param('TemplateTag.' + str(depth1 + 1) + '.Key', TemplateTags[depth1].get('Key')) diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/StartInstancesRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/StartInstancesRequest.py index d8c91820e2..4c75e0ee1d 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/StartInstancesRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/StartInstancesRequest.py @@ -61,10 +61,10 @@ def get_OwnerId(self): def set_OwnerId(self,OwnerId): self.add_query_param('OwnerId',OwnerId) - def get_InstanceId(self): + def get_InstanceIds(self): return self.get_query_params().get('InstanceId') - def set_InstanceId(self, InstanceIds): + def set_InstanceIds(self, InstanceIds): for depth1 in range(len(InstanceIds)): if InstanceIds[depth1] is not None: self.add_query_param('InstanceId.' + str(depth1 + 1) , InstanceIds[depth1]) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/StopInstancesRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/StopInstancesRequest.py index c85cab2ac6..59ee9633e1 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/StopInstancesRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/StopInstancesRequest.py @@ -73,10 +73,10 @@ def get_OwnerId(self): def set_OwnerId(self,OwnerId): self.add_query_param('OwnerId',OwnerId) - def get_InstanceId(self): + def get_InstanceIds(self): return self.get_query_params().get('InstanceId') - def set_InstanceId(self, InstanceIds): + def set_InstanceIds(self, InstanceIds): for depth1 in range(len(InstanceIds)): if InstanceIds[depth1] is not None: self.add_query_param('InstanceId.' + str(depth1 + 1) , InstanceIds[depth1]) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/StopInvocationRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/StopInvocationRequest.py index 4c9eb77d76..93e480ec6c 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/StopInvocationRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/StopInvocationRequest.py @@ -55,10 +55,10 @@ def get_OwnerId(self): def set_OwnerId(self,OwnerId): self.add_query_param('OwnerId',OwnerId) - def get_InstanceId(self): + def get_InstanceIds(self): return self.get_query_params().get('InstanceId') - def set_InstanceId(self, InstanceIds): + def set_InstanceIds(self, InstanceIds): for depth1 in range(len(InstanceIds)): if InstanceIds[depth1] is not None: self.add_query_param('InstanceId.' + str(depth1 + 1) , InstanceIds[depth1]) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/TagResourcesRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/TagResourcesRequest.py index 3fc5c3adde..c15e0498e7 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/TagResourcesRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/TagResourcesRequest.py @@ -25,20 +25,20 @@ def __init__(self): RpcRequest.__init__(self, 'Ecs', '2014-05-26', 'TagResources') self.set_method('POST') - def get_Tag(self): + def get_Tags(self): return self.get_query_params().get('Tag') - def set_Tag(self, Tags): + def set_Tags(self, Tags): for depth1 in range(len(Tags)): if Tags[depth1].get('Key') is not None: self.add_query_param('Tag.' + str(depth1 + 1) + '.Key', Tags[depth1].get('Key')) if Tags[depth1].get('Value') is not None: self.add_query_param('Tag.' + str(depth1 + 1) + '.Value', Tags[depth1].get('Value')) - def get_ResourceId(self): + def get_ResourceIds(self): return self.get_query_params().get('ResourceId') - def set_ResourceId(self, ResourceIds): + def set_ResourceIds(self, ResourceIds): for depth1 in range(len(ResourceIds)): if ResourceIds[depth1] is not None: self.add_query_param('ResourceId.' + str(depth1 + 1) , ResourceIds[depth1]) diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/UnassignIpv6AddressesRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/UnassignIpv6AddressesRequest.py index 82089fe403..f35df4da4e 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/UnassignIpv6AddressesRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/UnassignIpv6AddressesRequest.py @@ -55,10 +55,10 @@ def get_NetworkInterfaceId(self): def set_NetworkInterfaceId(self,NetworkInterfaceId): self.add_query_param('NetworkInterfaceId',NetworkInterfaceId) - def get_Ipv6Address(self): + def get_Ipv6Addresss(self): return self.get_query_params().get('Ipv6Address') - def set_Ipv6Address(self, Ipv6Addresss): + def set_Ipv6Addresss(self, Ipv6Addresss): for depth1 in range(len(Ipv6Addresss)): if Ipv6Addresss[depth1] is not None: self.add_query_param('Ipv6Address.' + str(depth1 + 1) , Ipv6Addresss[depth1]) \ No newline at end of file diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/UnassignPrivateIpAddressesRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/UnassignPrivateIpAddressesRequest.py index 98abc8dfe0..98d91858a0 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/UnassignPrivateIpAddressesRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/UnassignPrivateIpAddressesRequest.py @@ -49,10 +49,10 @@ def get_OwnerId(self): def set_OwnerId(self,OwnerId): self.add_query_param('OwnerId',OwnerId) - def get_PrivateIpAddress(self): + def get_PrivateIpAddresss(self): return self.get_query_params().get('PrivateIpAddress') - def set_PrivateIpAddress(self, PrivateIpAddresss): + def set_PrivateIpAddresss(self, PrivateIpAddresss): for depth1 in range(len(PrivateIpAddresss)): if PrivateIpAddresss[depth1] is not None: self.add_query_param('PrivateIpAddress.' + str(depth1 + 1) , PrivateIpAddresss[depth1]) diff --git a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/UntagResourcesRequest.py b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/UntagResourcesRequest.py index 90d52d57af..f77925df67 100644 --- a/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/UntagResourcesRequest.py +++ b/aliyun-python-sdk-ecs/aliyunsdkecs/request/v20140526/UntagResourcesRequest.py @@ -37,10 +37,10 @@ def get_All(self): def set_All(self,All): self.add_query_param('All',All) - def get_ResourceId(self): + def get_ResourceIds(self): return self.get_query_params().get('ResourceId') - def set_ResourceId(self, ResourceIds): + def set_ResourceIds(self, ResourceIds): for depth1 in range(len(ResourceIds)): if ResourceIds[depth1] is not None: self.add_query_param('ResourceId.' + str(depth1 + 1) , ResourceIds[depth1]) @@ -69,10 +69,10 @@ def get_ResourceType(self): def set_ResourceType(self,ResourceType): self.add_query_param('ResourceType',ResourceType) - def get_TagKey(self): + def get_TagKeys(self): return self.get_query_params().get('TagKey') - def set_TagKey(self, TagKeys): + def set_TagKeys(self, TagKeys): for depth1 in range(len(TagKeys)): if TagKeys[depth1] is not None: self.add_query_param('TagKey.' + str(depth1 + 1) , TagKeys[depth1]) \ No newline at end of file From 6f20d130883545ea5060a27ca013876a4c237069 Mon Sep 17 00:00:00 2001 From: sdk-team Date: Thu, 28 Jan 2021 12:15:02 +0000 Subject: [PATCH 271/282] Generated 2019-02-25 for sdk-test. --- aliyun-python-sdk-sdk-test/ChangeLog.txt | 3 +++ aliyun-python-sdk-sdk-test/aliyunsdksdk_test/__init__.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/aliyun-python-sdk-sdk-test/ChangeLog.txt b/aliyun-python-sdk-sdk-test/ChangeLog.txt index 88a76390fc..494c0f61bf 100644 --- a/aliyun-python-sdk-sdk-test/ChangeLog.txt +++ b/aliyun-python-sdk-sdk-test/ChangeLog.txt @@ -1,3 +1,6 @@ +2021-01-28 Version: 2.0.6 +- Generated 2019-02-25 for `sdk-test`. + 2020-12-30 Version: 2.3.4 - Generated 2019-02-25 for `sdk-test`. diff --git a/aliyun-python-sdk-sdk-test/aliyunsdksdk_test/__init__.py b/aliyun-python-sdk-sdk-test/aliyunsdksdk_test/__init__.py index 975b6a1f7c..3435a04f25 100644 --- a/aliyun-python-sdk-sdk-test/aliyunsdksdk_test/__init__.py +++ b/aliyun-python-sdk-sdk-test/aliyunsdksdk_test/__init__.py @@ -1 +1 @@ -__version__ = '2.3.4' \ No newline at end of file +__version__ = '2.0.6' \ No newline at end of file From e5d43ff69a6a0dff753670f7f946f11fcd712ee2 Mon Sep 17 00:00:00 2001 From: sdk-team Date: Thu, 28 Jan 2021 12:24:47 +0000 Subject: [PATCH 272/282] Generated 2019-02-25 for sdk-test. --- aliyun-python-sdk-sdk-test/ChangeLog.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/aliyun-python-sdk-sdk-test/ChangeLog.txt b/aliyun-python-sdk-sdk-test/ChangeLog.txt index 494c0f61bf..33053c535f 100644 --- a/aliyun-python-sdk-sdk-test/ChangeLog.txt +++ b/aliyun-python-sdk-sdk-test/ChangeLog.txt @@ -1,6 +1,9 @@ 2021-01-28 Version: 2.0.6 - Generated 2019-02-25 for `sdk-test`. +2021-01-28 Version: 2.0.6 +- Generated 2019-02-25 for `sdk-test`. + 2020-12-30 Version: 2.3.4 - Generated 2019-02-25 for `sdk-test`. From 572996e9887c7f0ad85737cac59d62984e022b08 Mon Sep 17 00:00:00 2001 From: sdk-team Date: Fri, 26 Feb 2021 07:26:31 +0000 Subject: [PATCH 273/282] Generated 2018-07-13 for Ft. --- aliyun-python-sdk-ft/ChangeLog.txt | 3 + aliyun-python-sdk-ft/LICENSE | 13 ++ aliyun-python-sdk-ft/MANIFEST.in | 1 + aliyun-python-sdk-ft/aliyunsdkft/__init__.py | 2 +- .../v20180713/DeleteAllStrategyRequest.py | 62 ++++++++ .../FtDynamicAddressHttpVpcRequest.py | 56 +++++++ .../request/v20180713/FtParamListRequest.py | 2 +- .../request/v20180713/GetTairDataRequest.py | 2 +- .../v20180713/MigrateStrategyRequest.py | 14 +- .../v20180713/QueryErrorApisRequest.py | 68 ++++++++ .../RpcDubboServiceRouteApiRequest.py | 146 ++++++++++++++++++ .../RpcHsfServiceRouteMatchApiRequest.py | 38 +++++ .../request/v20180713/TestHttpApiRequest.py | 24 +-- aliyun-python-sdk-ft/setup.cfg | 5 + aliyun-python-sdk-ft/setup.py | 2 +- 15 files changed, 412 insertions(+), 26 deletions(-) create mode 100644 aliyun-python-sdk-ft/LICENSE create mode 100644 aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/DeleteAllStrategyRequest.py create mode 100644 aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/FtDynamicAddressHttpVpcRequest.py create mode 100644 aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/QueryErrorApisRequest.py create mode 100644 aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/RpcDubboServiceRouteApiRequest.py create mode 100644 aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/RpcHsfServiceRouteMatchApiRequest.py create mode 100644 aliyun-python-sdk-ft/setup.cfg diff --git a/aliyun-python-sdk-ft/ChangeLog.txt b/aliyun-python-sdk-ft/ChangeLog.txt index 72a7b0327b..8e9944ed80 100644 --- a/aliyun-python-sdk-ft/ChangeLog.txt +++ b/aliyun-python-sdk-ft/ChangeLog.txt @@ -1,3 +1,6 @@ +2021-02-26 Version: 1.9.123 +- Generated 2018-07-13 for `Ft`. + 2020-09-02 Version: 1.9.23 - Generated 2018-07-13 for `Ft`. diff --git a/aliyun-python-sdk-ft/LICENSE b/aliyun-python-sdk-ft/LICENSE new file mode 100644 index 0000000000..85815c8027 --- /dev/null +++ b/aliyun-python-sdk-ft/LICENSE @@ -0,0 +1,13 @@ +Copyright 1999-present Alibaba Group Holding Ltd. + +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. \ No newline at end of file diff --git a/aliyun-python-sdk-ft/MANIFEST.in b/aliyun-python-sdk-ft/MANIFEST.in index e69de29bb2..03d3d04ba9 100644 --- a/aliyun-python-sdk-ft/MANIFEST.in +++ b/aliyun-python-sdk-ft/MANIFEST.in @@ -0,0 +1 @@ +include LICENSE README.rst ChangeLog.txt \ No newline at end of file diff --git a/aliyun-python-sdk-ft/aliyunsdkft/__init__.py b/aliyun-python-sdk-ft/aliyunsdkft/__init__.py index b9d4194b37..d8deaaf65a 100644 --- a/aliyun-python-sdk-ft/aliyunsdkft/__init__.py +++ b/aliyun-python-sdk-ft/aliyunsdkft/__init__.py @@ -1 +1 @@ -__version__ = '1.9.23' \ No newline at end of file +__version__ = '1.9.123' \ No newline at end of file diff --git a/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/DeleteAllStrategyRequest.py b/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/DeleteAllStrategyRequest.py new file mode 100644 index 0000000000..9a0dd063ab --- /dev/null +++ b/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/DeleteAllStrategyRequest.py @@ -0,0 +1,62 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +from aliyunsdkft.endpoint import endpoint_data + +class DeleteAllStrategyRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ft', '2018-07-13', 'DeleteAllStrategy') + self.set_method('POST') + if hasattr(self, "endpoint_map"): + setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) + if hasattr(self, "endpoint_regional"): + setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) + + + def get_BucUid(self): + return self.get_query_params().get('BucUid') + + def set_BucUid(self,BucUid): + self.add_query_param('BucUid',BucUid) + + def get_BucName(self): + return self.get_query_params().get('BucName') + + def set_BucName(self,BucName): + self.add_query_param('BucName',BucName) + + def get_BucEmpId(self): + return self.get_query_params().get('BucEmpId') + + def set_BucEmpId(self,BucEmpId): + self.add_query_param('BucEmpId',BucEmpId) + + def get_ProductName(self): + return self.get_query_params().get('ProductName') + + def set_ProductName(self,ProductName): + self.add_query_param('ProductName',ProductName) + + def get_Env(self): + return self.get_query_params().get('Env') + + def set_Env(self,Env): + self.add_query_param('Env',Env) \ No newline at end of file diff --git a/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/FtDynamicAddressHttpVpcRequest.py b/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/FtDynamicAddressHttpVpcRequest.py new file mode 100644 index 0000000000..705d18fa73 --- /dev/null +++ b/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/FtDynamicAddressHttpVpcRequest.py @@ -0,0 +1,56 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +from aliyunsdkft.endpoint import endpoint_data + +class FtDynamicAddressHttpVpcRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ft', '2018-07-13', 'FtDynamicAddressHttpVpc') + self.set_method('POST') + if hasattr(self, "endpoint_map"): + setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) + if hasattr(self, "endpoint_regional"): + setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) + + + def get_StringValue(self): + return self.get_query_params().get('StringValue') + + def set_StringValue(self,StringValue): + self.add_query_param('StringValue',StringValue) + + def get_OtherParam(self): + return self.get_query_params().get('OtherParam') + + def set_OtherParam(self,OtherParam): + self.add_query_param('OtherParam',OtherParam) + + def get_BooleanParam(self): + return self.get_query_params().get('BooleanParam') + + def set_BooleanParam(self,BooleanParam): + self.add_query_param('BooleanParam',BooleanParam) + + def get_DefaultValue(self): + return self.get_query_params().get('DefaultValue') + + def set_DefaultValue(self,DefaultValue): + self.add_query_param('DefaultValue',DefaultValue) \ No newline at end of file diff --git a/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/FtParamListRequest.py b/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/FtParamListRequest.py index d3632670ef..ac89efb881 100644 --- a/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/FtParamListRequest.py +++ b/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/FtParamListRequest.py @@ -32,7 +32,7 @@ def __init__(self): def get_Disks(self): - return self.get_query_params().get('Disks') + return self.get_query_params().get('Disk') def set_Disks(self, Disks): for depth1 in range(len(Disks)): diff --git a/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/GetTairDataRequest.py b/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/GetTairDataRequest.py index d7370ddab2..2328625bd0 100644 --- a/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/GetTairDataRequest.py +++ b/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/GetTairDataRequest.py @@ -32,7 +32,7 @@ def __init__(self): def get_Keyss(self): - return self.get_query_params().get('Keyss') + return self.get_query_params().get('Keys') def set_Keyss(self, Keyss): for depth1 in range(len(Keyss)): diff --git a/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/MigrateStrategyRequest.py b/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/MigrateStrategyRequest.py index 4c9e6dfd92..2da932670d 100644 --- a/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/MigrateStrategyRequest.py +++ b/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/MigrateStrategyRequest.py @@ -31,11 +31,11 @@ def __init__(self): setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) - def get_apiName(self): - return self.get_query_params().get('apiName') + def get_ApiName(self): + return self.get_query_params().get('ApiName') - def set_apiName(self,apiName): - self.add_query_param('apiName',apiName) + def set_ApiName(self,ApiName): + self.add_query_param('ApiName',ApiName) def get_ProductName(self): return self.get_query_params().get('ProductName') @@ -49,6 +49,12 @@ def get_BucUid(self): def set_BucUid(self,BucUid): self.add_query_param('BucUid',BucUid) + def get_Step(self): + return self.get_query_params().get('Step') + + def set_Step(self,Step): + self.add_query_param('Step',Step) + def get_BucName(self): return self.get_query_params().get('BucName') diff --git a/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/QueryErrorApisRequest.py b/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/QueryErrorApisRequest.py new file mode 100644 index 0000000000..fbe7c1cc75 --- /dev/null +++ b/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/QueryErrorApisRequest.py @@ -0,0 +1,68 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +from aliyunsdkft.endpoint import endpoint_data + +class QueryErrorApisRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ft', '2018-07-13', 'QueryErrorApis') + self.set_method('POST') + if hasattr(self, "endpoint_map"): + setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) + if hasattr(self, "endpoint_regional"): + setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) + + + def get_BeginDate(self): + return self.get_query_params().get('BeginDate') + + def set_BeginDate(self,BeginDate): + self.add_query_param('BeginDate',BeginDate) + + def get_EndDate(self): + return self.get_query_params().get('EndDate') + + def set_EndDate(self,EndDate): + self.add_query_param('EndDate',EndDate) + + def get_ProductName(self): + return self.get_query_params().get('ProductName') + + def set_ProductName(self,ProductName): + self.add_query_param('ProductName',ProductName) + + def get_BucUid(self): + return self.get_query_params().get('BucUid') + + def set_BucUid(self,BucUid): + self.add_query_param('BucUid',BucUid) + + def get_BucName(self): + return self.get_query_params().get('BucName') + + def set_BucName(self,BucName): + self.add_query_param('BucName',BucName) + + def get_BucEmpId(self): + return self.get_query_params().get('BucEmpId') + + def set_BucEmpId(self,BucEmpId): + self.add_query_param('BucEmpId',BucEmpId) \ No newline at end of file diff --git a/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/RpcDubboServiceRouteApiRequest.py b/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/RpcDubboServiceRouteApiRequest.py new file mode 100644 index 0000000000..48973ea7a5 --- /dev/null +++ b/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/RpcDubboServiceRouteApiRequest.py @@ -0,0 +1,146 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +from aliyunsdkft.endpoint import endpoint_data + +class RpcDubboServiceRouteApiRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ft', '2018-07-13', 'RpcDubboServiceRouteApi') + self.set_method('POST') + if hasattr(self, "endpoint_map"): + setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) + if hasattr(self, "endpoint_regional"): + setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) + + + def get_RequiredValue(self): + return self.get_query_params().get('RequiredValue') + + def set_RequiredValue(self,RequiredValue): + self.add_query_param('RequiredValue',RequiredValue) + + def get_Code(self): + return self.get_query_params().get('Code') + + def set_Code(self,Code): + self.add_query_param('Code',Code) + + def get_IntValue(self): + return self.get_query_params().get('IntValue') + + def set_IntValue(self,IntValue): + self.add_query_param('IntValue',IntValue) + + def get_proxy_original_security_transport(self): + return self.get_query_params().get('proxy_original_security_transport') + + def set_proxy_original_security_transport(self,proxy_original_security_transport): + self.add_query_param('proxy_original_security_transport',proxy_original_security_transport) + + def get_ResultSwitchValue(self): + return self.get_query_params().get('ResultSwitchValue') + + def set_ResultSwitchValue(self,ResultSwitchValue): + self.add_query_param('ResultSwitchValue',ResultSwitchValue) + + def get_proxy_original_source_ip(self): + return self.get_query_params().get('proxy_original_source_ip') + + def set_proxy_original_source_ip(self,proxy_original_source_ip): + self.add_query_param('proxy_original_source_ip',proxy_original_source_ip) + + def get_JsonObject(self): + return self.get_query_params().get('JsonObject') + + def set_JsonObject(self,JsonObject): + self.add_query_param('JsonObject',JsonObject) + + def get_Sleep(self): + return self.get_query_params().get('Sleep') + + def set_Sleep(self,Sleep): + self.add_query_param('Sleep',Sleep) + + def get_SwitchValue(self): + return self.get_query_params().get('SwitchValue') + + def set_SwitchValue(self,SwitchValue): + self.add_query_param('SwitchValue',SwitchValue) + + def get_JsonObjectList(self): + return self.get_query_params().get('JsonObjectList') + + def set_JsonObjectList(self,JsonObjectList): + self.add_query_param('JsonObjectList',JsonObjectList) + + def get_DefaultValue(self): + return self.get_query_params().get('DefaultValue') + + def set_DefaultValue(self,DefaultValue): + self.add_query_param('DefaultValue',DefaultValue) + + def get_NumberRange(self): + return self.get_query_params().get('NumberRange') + + def set_NumberRange(self,NumberRange): + self.add_query_param('NumberRange',NumberRange) + + def get_Message(self): + return self.get_query_params().get('Message') + + def set_Message(self,Message): + self.add_query_param('Message',Message) + + def get_CheckNumberValue(self): + return self.get_query_params().get('CheckNumberValue') + + def set_CheckNumberValue(self,CheckNumberValue): + self.add_query_param('CheckNumberValue',CheckNumberValue) + + def get_HttpStatusCode(self): + return self.get_query_params().get('HttpStatusCode') + + def set_HttpStatusCode(self,HttpStatusCode): + self.add_query_param('HttpStatusCode',HttpStatusCode) + + def get_StringValue(self): + return self.get_query_params().get('StringValue') + + def set_StringValue(self,StringValue): + self.add_query_param('StringValue',StringValue) + + def get_EnumValue(self): + return self.get_query_params().get('EnumValue') + + def set_EnumValue(self,EnumValue): + self.add_query_param('EnumValue',EnumValue) + + def get_Success(self): + return self.get_query_params().get('Success') + + def set_Success(self,Success): + self.add_query_param('Success',Success) + + def get_OtherParam(self): + return self.get_query_params().get('OtherParam') + + def set_OtherParam(self,OtherParam): + self.add_query_param('OtherParam',OtherParam) \ No newline at end of file diff --git a/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/RpcHsfServiceRouteMatchApiRequest.py b/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/RpcHsfServiceRouteMatchApiRequest.py new file mode 100644 index 0000000000..0ffb8c193b --- /dev/null +++ b/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/RpcHsfServiceRouteMatchApiRequest.py @@ -0,0 +1,38 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +from aliyunsdkft.endpoint import endpoint_data + +class RpcHsfServiceRouteMatchApiRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ft', '2018-07-13', 'RpcHsfServiceRouteMatchApi') + self.set_method('POST') + if hasattr(self, "endpoint_map"): + setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) + if hasattr(self, "endpoint_regional"): + setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) + + + def get_Name(self): + return self.get_query_params().get('Name') + + def set_Name(self,Name): + self.add_query_param('Name',Name) \ No newline at end of file diff --git a/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/TestHttpApiRequest.py b/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/TestHttpApiRequest.py index 7c5ed2132f..50b7e05610 100644 --- a/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/TestHttpApiRequest.py +++ b/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/TestHttpApiRequest.py @@ -31,23 +31,17 @@ def __init__(self): setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) - def get_IspSignatureSecretKey(self): - return self.get_query_params().get('IspSignatureSecretKey') - - def set_IspSignatureSecretKey(self,IspSignatureSecretKey): - self.add_query_param('IspSignatureSecretKey',IspSignatureSecretKey) - def get_StringValue(self): - return self.get_body_params().get('StringValue') + return self.get_query_params().get('StringValue') def set_StringValue(self,StringValue): - self.add_body_params('StringValue', StringValue) + self.add_query_param('StringValue',StringValue) def get_OtherParam(self): - return self.get_body_params().get('OtherParam') + return self.get_query_params().get('OtherParam') def set_OtherParam(self,OtherParam): - self.add_body_params('OtherParam', OtherParam) + self.add_query_param('OtherParam',OtherParam) def get_BooleanParam(self): return self.get_query_params().get('BooleanParam') @@ -56,13 +50,7 @@ def set_BooleanParam(self,BooleanParam): self.add_query_param('BooleanParam',BooleanParam) def get_DefaultValue(self): - return self.get_body_params().get('DefaultValue') + return self.get_query_params().get('DefaultValue') def set_DefaultValue(self,DefaultValue): - self.add_body_params('DefaultValue', DefaultValue) - - def get_IspSignature(self): - return self.get_query_params().get('IspSignature') - - def set_IspSignature(self,IspSignature): - self.add_query_param('IspSignature',IspSignature) \ No newline at end of file + self.add_query_param('DefaultValue',DefaultValue) \ No newline at end of file diff --git a/aliyun-python-sdk-ft/setup.cfg b/aliyun-python-sdk-ft/setup.cfg new file mode 100644 index 0000000000..f091bdf4a4 --- /dev/null +++ b/aliyun-python-sdk-ft/setup.cfg @@ -0,0 +1,5 @@ +[metadata] +license_file = LICENSE + +[bdist_wheel] +universal = 1 diff --git a/aliyun-python-sdk-ft/setup.py b/aliyun-python-sdk-ft/setup.py index 5c8e4e2b45..20c1215c5d 100644 --- a/aliyun-python-sdk-ft/setup.py +++ b/aliyun-python-sdk-ft/setup.py @@ -31,7 +31,7 @@ """ PACKAGE = "aliyunsdkft" -NAME = "aliyun-python-sdk-ft" +NAME = "aliyun-python-sdk-ft-test" DESCRIPTION = "The ft module of Aliyun Python sdk." AUTHOR = "Aliyun" AUTHOR_EMAIL = "aliyun-developers-efficiency@list.alibaba-inc.com" From 95345da3b35c55cd3bc82d0bb0934c101623bb52 Mon Sep 17 00:00:00 2001 From: sdk-team Date: Fri, 26 Feb 2021 09:46:43 +0000 Subject: [PATCH 274/282] Generated 2018-07-13 for Ft. --- aliyun-python-sdk-ft/ChangeLog.txt | 3 +++ aliyun-python-sdk-ft/aliyunsdkft/__init__.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/aliyun-python-sdk-ft/ChangeLog.txt b/aliyun-python-sdk-ft/ChangeLog.txt index 8e9944ed80..548628bc6f 100644 --- a/aliyun-python-sdk-ft/ChangeLog.txt +++ b/aliyun-python-sdk-ft/ChangeLog.txt @@ -1,3 +1,6 @@ +2021-02-26 Version: 1.9.124 +- Generated 2018-07-13 for `Ft`. + 2021-02-26 Version: 1.9.123 - Generated 2018-07-13 for `Ft`. diff --git a/aliyun-python-sdk-ft/aliyunsdkft/__init__.py b/aliyun-python-sdk-ft/aliyunsdkft/__init__.py index d8deaaf65a..0b586689a2 100644 --- a/aliyun-python-sdk-ft/aliyunsdkft/__init__.py +++ b/aliyun-python-sdk-ft/aliyunsdkft/__init__.py @@ -1 +1 @@ -__version__ = '1.9.123' \ No newline at end of file +__version__ = '1.9.124' \ No newline at end of file From 758d21c94b6037b205a7af1d05e84214938eb2c8 Mon Sep 17 00:00:00 2001 From: sdk-team Date: Fri, 26 Feb 2021 12:06:30 +0000 Subject: [PATCH 275/282] Generated 2018-07-13 for Ft. --- aliyun-python-sdk-ft/ChangeLog.txt | 3 +++ aliyun-python-sdk-ft/aliyunsdkft/__init__.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/aliyun-python-sdk-ft/ChangeLog.txt b/aliyun-python-sdk-ft/ChangeLog.txt index 548628bc6f..eee659b64f 100644 --- a/aliyun-python-sdk-ft/ChangeLog.txt +++ b/aliyun-python-sdk-ft/ChangeLog.txt @@ -1,3 +1,6 @@ +2021-02-26 Version: 1.10.123 +- Generated 2018-07-13 for `Ft`. + 2021-02-26 Version: 1.9.124 - Generated 2018-07-13 for `Ft`. diff --git a/aliyun-python-sdk-ft/aliyunsdkft/__init__.py b/aliyun-python-sdk-ft/aliyunsdkft/__init__.py index 0b586689a2..1f90055dce 100644 --- a/aliyun-python-sdk-ft/aliyunsdkft/__init__.py +++ b/aliyun-python-sdk-ft/aliyunsdkft/__init__.py @@ -1 +1 @@ -__version__ = '1.9.124' \ No newline at end of file +__version__ = '1.10.123' \ No newline at end of file From 713525b4fea0b8d2929cc6b5685700f0036c3bf2 Mon Sep 17 00:00:00 2001 From: sdk-team Date: Fri, 26 Feb 2021 12:08:05 +0000 Subject: [PATCH 276/282] Generated 2018-07-13 for Ft. --- aliyun-python-sdk-ft/ChangeLog.txt | 3 + aliyun-python-sdk-ft/aliyunsdkft/__init__.py | 2 +- .../v20180713/BatchAuditTest02Request.py | 44 ------ .../CountCloudProductCallTimesRequest.py | 68 -------- .../v20180713/DeleteAllStrategyRequest.py | 62 -------- .../v20180713/DescribeResourceTypeRequest.py | 56 ------- .../FtDynamicAddressHttpVpcRequest.py | 6 + .../FtFlowSpecial1586868138332Request.py | 38 ----- .../FtGatedLaunchPolicy3ApiRequest.py | 38 ----- .../FtGatedLaunchPolicyApiRequest.py | 38 ----- .../v20180713/FtIpFlowControlRequest.py | 8 +- .../GetMigrateStrategyResultRequest.py | 116 -------------- .../request/v20180713/GetTairDataRequest.py | 46 ------ .../v20180713/MigrateStrategyRequest.py | 80 ---------- .../QueryDomainChangeRecordsRequest.py | 68 -------- .../v20180713/QueryErrorApisRequest.py | 68 -------- .../RpcDubboServiceRouteApiRequest.py | 146 ------------------ .../RpcHsfServiceRouteMatchApiRequest.py | 38 ----- .../v20180713/TestDubboRetryApiRequest.py | 31 ---- .../TestErrorCodeForGateWayRequest.py | 56 ------- .../v20180713/TestIspHttpValidatorRequest.py | 31 ---- .../TestXmlServiceRoutePolicyRequest.py | 38 ----- .../UpdateDomainRecordsRegionIdRequest.py | 56 ------- 23 files changed, 14 insertions(+), 1123 deletions(-) delete mode 100644 aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/BatchAuditTest02Request.py delete mode 100644 aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/CountCloudProductCallTimesRequest.py delete mode 100644 aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/DeleteAllStrategyRequest.py delete mode 100644 aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/DescribeResourceTypeRequest.py delete mode 100644 aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/FtFlowSpecial1586868138332Request.py delete mode 100644 aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/FtGatedLaunchPolicy3ApiRequest.py delete mode 100644 aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/FtGatedLaunchPolicyApiRequest.py delete mode 100644 aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/GetMigrateStrategyResultRequest.py delete mode 100644 aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/GetTairDataRequest.py delete mode 100644 aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/MigrateStrategyRequest.py delete mode 100644 aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/QueryDomainChangeRecordsRequest.py delete mode 100644 aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/QueryErrorApisRequest.py delete mode 100644 aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/RpcDubboServiceRouteApiRequest.py delete mode 100644 aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/RpcHsfServiceRouteMatchApiRequest.py delete mode 100644 aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/TestDubboRetryApiRequest.py delete mode 100644 aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/TestErrorCodeForGateWayRequest.py delete mode 100644 aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/TestIspHttpValidatorRequest.py delete mode 100644 aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/TestXmlServiceRoutePolicyRequest.py delete mode 100644 aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/UpdateDomainRecordsRegionIdRequest.py diff --git a/aliyun-python-sdk-ft/ChangeLog.txt b/aliyun-python-sdk-ft/ChangeLog.txt index eee659b64f..68cc8cf887 100644 --- a/aliyun-python-sdk-ft/ChangeLog.txt +++ b/aliyun-python-sdk-ft/ChangeLog.txt @@ -1,3 +1,6 @@ +2021-02-26 Version: 1.10.124 +- Generated 2018-07-13 for `Ft`. + 2021-02-26 Version: 1.10.123 - Generated 2018-07-13 for `Ft`. diff --git a/aliyun-python-sdk-ft/aliyunsdkft/__init__.py b/aliyun-python-sdk-ft/aliyunsdkft/__init__.py index 1f90055dce..4bc9c0f09f 100644 --- a/aliyun-python-sdk-ft/aliyunsdkft/__init__.py +++ b/aliyun-python-sdk-ft/aliyunsdkft/__init__.py @@ -1 +1 @@ -__version__ = '1.10.123' \ No newline at end of file +__version__ = '1.10.124' \ No newline at end of file diff --git a/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/BatchAuditTest02Request.py b/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/BatchAuditTest02Request.py deleted file mode 100644 index 5959eda7e2..0000000000 --- a/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/BatchAuditTest02Request.py +++ /dev/null @@ -1,44 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest -from aliyunsdkft.endpoint import endpoint_data - -class BatchAuditTest02Request(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ft', '2018-07-13', 'BatchAuditTest02') - self.set_method('POST') - if hasattr(self, "endpoint_map"): - setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) - if hasattr(self, "endpoint_regional"): - setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) - - - def get_Name(self): - return self.get_query_params().get('Name') - - def set_Name(self,Name): - self.add_query_param('Name',Name) - - def get_BatchAuditTest01(self): - return self.get_query_params().get('BatchAuditTest01') - - def set_BatchAuditTest01(self,BatchAuditTest01): - self.add_query_param('BatchAuditTest01',BatchAuditTest01) \ No newline at end of file diff --git a/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/CountCloudProductCallTimesRequest.py b/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/CountCloudProductCallTimesRequest.py deleted file mode 100644 index 5d65aa9c57..0000000000 --- a/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/CountCloudProductCallTimesRequest.py +++ /dev/null @@ -1,68 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest -from aliyunsdkft.endpoint import endpoint_data - -class CountCloudProductCallTimesRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ft', '2018-07-13', 'CountCloudProductCallTimes') - self.set_method('POST') - if hasattr(self, "endpoint_map"): - setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) - if hasattr(self, "endpoint_regional"): - setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) - - - def get_BucUid(self): - return self.get_query_params().get('BucUid') - - def set_BucUid(self,BucUid): - self.add_query_param('BucUid',BucUid) - - def get_BucName(self): - return self.get_query_params().get('BucName') - - def set_BucName(self,BucName): - self.add_query_param('BucName',BucName) - - def get_BucEmpId(self): - return self.get_query_params().get('BucEmpId') - - def set_BucEmpId(self,BucEmpId): - self.add_query_param('BucEmpId',BucEmpId) - - def get_CloudProductsJsonString(self): - return self.get_body_params().get('CloudProductsJsonString') - - def set_CloudProductsJsonString(self,CloudProductsJsonString): - self.add_body_params('CloudProductsJsonString', CloudProductsJsonString) - - def get_ClearCloudCache(self): - return self.get_body_params().get('ClearCloudCache') - - def set_ClearCloudCache(self,ClearCloudCache): - self.add_body_params('ClearCloudCache', ClearCloudCache) - - def get_ClearProductCache(self): - return self.get_body_params().get('ClearProductCache') - - def set_ClearProductCache(self,ClearProductCache): - self.add_body_params('ClearProductCache', ClearProductCache) \ No newline at end of file diff --git a/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/DeleteAllStrategyRequest.py b/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/DeleteAllStrategyRequest.py deleted file mode 100644 index 9a0dd063ab..0000000000 --- a/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/DeleteAllStrategyRequest.py +++ /dev/null @@ -1,62 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest -from aliyunsdkft.endpoint import endpoint_data - -class DeleteAllStrategyRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ft', '2018-07-13', 'DeleteAllStrategy') - self.set_method('POST') - if hasattr(self, "endpoint_map"): - setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) - if hasattr(self, "endpoint_regional"): - setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) - - - def get_BucUid(self): - return self.get_query_params().get('BucUid') - - def set_BucUid(self,BucUid): - self.add_query_param('BucUid',BucUid) - - def get_BucName(self): - return self.get_query_params().get('BucName') - - def set_BucName(self,BucName): - self.add_query_param('BucName',BucName) - - def get_BucEmpId(self): - return self.get_query_params().get('BucEmpId') - - def set_BucEmpId(self,BucEmpId): - self.add_query_param('BucEmpId',BucEmpId) - - def get_ProductName(self): - return self.get_query_params().get('ProductName') - - def set_ProductName(self,ProductName): - self.add_query_param('ProductName',ProductName) - - def get_Env(self): - return self.get_query_params().get('Env') - - def set_Env(self,Env): - self.add_query_param('Env',Env) \ No newline at end of file diff --git a/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/DescribeResourceTypeRequest.py b/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/DescribeResourceTypeRequest.py deleted file mode 100644 index e1b2af037a..0000000000 --- a/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/DescribeResourceTypeRequest.py +++ /dev/null @@ -1,56 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest -from aliyunsdkft.endpoint import endpoint_data - -class DescribeResourceTypeRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ft', '2018-07-13', 'DescribeResourceType') - self.set_method('GET') - if hasattr(self, "endpoint_map"): - setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) - if hasattr(self, "endpoint_regional"): - setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) - - - def get_Product(self): - return self.get_query_params().get('Product') - - def set_Product(self,Product): - self.add_query_param('Product',Product) - - def get_AcceptLanguage(self): - return self.get_query_params().get('AcceptLanguage') - - def set_AcceptLanguage(self,AcceptLanguage): - self.add_query_param('AcceptLanguage',AcceptLanguage) - - def get_Env(self): - return self.get_query_params().get('Env') - - def set_Env(self,Env): - self.add_query_param('Env',Env) - - def get_ResourceType(self): - return self.get_query_params().get('ResourceType') - - def set_ResourceType(self,ResourceType): - self.add_query_param('ResourceType',ResourceType) \ No newline at end of file diff --git a/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/FtDynamicAddressHttpVpcRequest.py b/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/FtDynamicAddressHttpVpcRequest.py index 705d18fa73..3f39ea0a09 100644 --- a/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/FtDynamicAddressHttpVpcRequest.py +++ b/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/FtDynamicAddressHttpVpcRequest.py @@ -31,6 +31,12 @@ def __init__(self): setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) + def get_P1(self): + return self.get_query_params().get('P1') + + def set_P1(self,P1): + self.add_query_param('P1',P1) + def get_StringValue(self): return self.get_query_params().get('StringValue') diff --git a/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/FtFlowSpecial1586868138332Request.py b/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/FtFlowSpecial1586868138332Request.py deleted file mode 100644 index f8501059c3..0000000000 --- a/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/FtFlowSpecial1586868138332Request.py +++ /dev/null @@ -1,38 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest -from aliyunsdkft.endpoint import endpoint_data - -class FtFlowSpecial1586868138332Request(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ft', '2018-07-13', 'FtFlowSpecial1586868138332') - self.set_method('POST') - if hasattr(self, "endpoint_map"): - setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) - if hasattr(self, "endpoint_regional"): - setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) - - - def get_Name(self): - return self.get_query_params().get('Name') - - def set_Name(self,Name): - self.add_query_param('Name',Name) \ No newline at end of file diff --git a/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/FtGatedLaunchPolicy3ApiRequest.py b/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/FtGatedLaunchPolicy3ApiRequest.py deleted file mode 100644 index b63382154b..0000000000 --- a/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/FtGatedLaunchPolicy3ApiRequest.py +++ /dev/null @@ -1,38 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest -from aliyunsdkft.endpoint import endpoint_data - -class FtGatedLaunchPolicy3ApiRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ft', '2018-07-13', 'FtGatedLaunchPolicy3Api') - self.set_method('POST') - if hasattr(self, "endpoint_map"): - setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) - if hasattr(self, "endpoint_regional"): - setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) - - - def get_Name(self): - return self.get_query_params().get('Name') - - def set_Name(self,Name): - self.add_query_param('Name',Name) \ No newline at end of file diff --git a/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/FtGatedLaunchPolicyApiRequest.py b/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/FtGatedLaunchPolicyApiRequest.py deleted file mode 100644 index 805733f483..0000000000 --- a/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/FtGatedLaunchPolicyApiRequest.py +++ /dev/null @@ -1,38 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest -from aliyunsdkft.endpoint import endpoint_data - -class FtGatedLaunchPolicyApiRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ft', '2018-07-13', 'FtGatedLaunchPolicyApi') - self.set_method('POST') - if hasattr(self, "endpoint_map"): - setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) - if hasattr(self, "endpoint_regional"): - setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) - - - def get_UnGatedLaunchPolicy(self): - return self.get_query_params().get('UnGatedLaunchPolicy') - - def set_UnGatedLaunchPolicy(self,UnGatedLaunchPolicy): - self.add_query_param('UnGatedLaunchPolicy',UnGatedLaunchPolicy) \ No newline at end of file diff --git a/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/FtIpFlowControlRequest.py b/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/FtIpFlowControlRequest.py index f86a8034f6..03c10a935a 100644 --- a/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/FtIpFlowControlRequest.py +++ b/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/FtIpFlowControlRequest.py @@ -31,8 +31,8 @@ def __init__(self): setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) - def get_StringList(self): - return self.get_query_params().get('StringList') + def get_Name(self): + return self.get_query_params().get('Name') - def set_StringList(self,StringList): - self.add_query_param('StringList',StringList) \ No newline at end of file + def set_Name(self,Name): + self.add_query_param('Name',Name) \ No newline at end of file diff --git a/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/GetMigrateStrategyResultRequest.py b/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/GetMigrateStrategyResultRequest.py deleted file mode 100644 index a24a80b873..0000000000 --- a/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/GetMigrateStrategyResultRequest.py +++ /dev/null @@ -1,116 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest -from aliyunsdkft.endpoint import endpoint_data - -class GetMigrateStrategyResultRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ft', '2018-07-13', 'GetMigrateStrategyResult') - self.set_method('POST') - if hasattr(self, "endpoint_map"): - setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) - if hasattr(self, "endpoint_regional"): - setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) - - - def get_parentName(self): - return self.get_query_params().get('parentName') - - def set_parentName(self,parentName): - self.add_query_param('parentName',parentName) - - def get_CurrentPage(self): - return self.get_query_params().get('CurrentPage') - - def set_CurrentPage(self,CurrentPage): - self.add_query_param('CurrentPage',CurrentPage) - - def get_BucName(self): - return self.get_query_params().get('BucName') - - def set_BucName(self,BucName): - self.add_query_param('BucName',BucName) - - def get_Env(self): - return self.get_query_params().get('Env') - - def set_Env(self,Env): - self.add_query_param('Env',Env) - - def get_type(self): - return self.get_query_params().get('type') - - def set_type(self,type): - self.add_query_param('type',type) - - def get_BucEmpId(self): - return self.get_query_params().get('BucEmpId') - - def set_BucEmpId(self,BucEmpId): - self.add_query_param('BucEmpId',BucEmpId) - - def get_strategyName(self): - return self.get_body_params().get('strategyName') - - def set_strategyName(self,strategyName): - self.add_body_params('strategyName', strategyName) - - def get_ApiName(self): - return self.get_query_params().get('ApiName') - - def set_ApiName(self,ApiName): - self.add_query_param('ApiName',ApiName) - - def get_flowSpecial(self): - return self.get_query_params().get('flowSpecial') - - def set_flowSpecial(self,flowSpecial): - self.add_query_param('flowSpecial',flowSpecial) - - def get_PageSize(self): - return self.get_query_params().get('PageSize') - - def set_PageSize(self,PageSize): - self.add_query_param('PageSize',PageSize) - - def get_ProductName(self): - return self.get_query_params().get('ProductName') - - def set_ProductName(self,ProductName): - self.add_query_param('ProductName',ProductName) - - def get_BucUid(self): - return self.get_query_params().get('BucUid') - - def set_BucUid(self,BucUid): - self.add_query_param('BucUid',BucUid) - - def get_VersionName(self): - return self.get_query_params().get('VersionName') - - def set_VersionName(self,VersionName): - self.add_query_param('VersionName',VersionName) - - def get_status(self): - return self.get_query_params().get('status') - - def set_status(self,status): - self.add_query_param('status',status) \ No newline at end of file diff --git a/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/GetTairDataRequest.py b/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/GetTairDataRequest.py deleted file mode 100644 index 2328625bd0..0000000000 --- a/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/GetTairDataRequest.py +++ /dev/null @@ -1,46 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest -from aliyunsdkft.endpoint import endpoint_data - -class GetTairDataRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ft', '2018-07-13', 'GetTairData') - self.set_method('POST') - if hasattr(self, "endpoint_map"): - setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) - if hasattr(self, "endpoint_regional"): - setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) - - - def get_Keyss(self): - return self.get_query_params().get('Keys') - - def set_Keyss(self, Keyss): - for depth1 in range(len(Keyss)): - if Keyss[depth1] is not None: - self.add_query_param('Keys.' + str(depth1 + 1) , Keyss[depth1]) - - def get_CacheName(self): - return self.get_query_params().get('CacheName') - - def set_CacheName(self,CacheName): - self.add_query_param('CacheName',CacheName) \ No newline at end of file diff --git a/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/MigrateStrategyRequest.py b/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/MigrateStrategyRequest.py deleted file mode 100644 index 2da932670d..0000000000 --- a/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/MigrateStrategyRequest.py +++ /dev/null @@ -1,80 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest -from aliyunsdkft.endpoint import endpoint_data - -class MigrateStrategyRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ft', '2018-07-13', 'MigrateStrategy') - self.set_method('POST') - if hasattr(self, "endpoint_map"): - setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) - if hasattr(self, "endpoint_regional"): - setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) - - - def get_ApiName(self): - return self.get_query_params().get('ApiName') - - def set_ApiName(self,ApiName): - self.add_query_param('ApiName',ApiName) - - def get_ProductName(self): - return self.get_query_params().get('ProductName') - - def set_ProductName(self,ProductName): - self.add_query_param('ProductName',ProductName) - - def get_BucUid(self): - return self.get_query_params().get('BucUid') - - def set_BucUid(self,BucUid): - self.add_query_param('BucUid',BucUid) - - def get_Step(self): - return self.get_query_params().get('Step') - - def set_Step(self,Step): - self.add_query_param('Step',Step) - - def get_BucName(self): - return self.get_query_params().get('BucName') - - def set_BucName(self,BucName): - self.add_query_param('BucName',BucName) - - def get_Env(self): - return self.get_query_params().get('Env') - - def set_Env(self,Env): - self.add_query_param('Env',Env) - - def get_BucEmpId(self): - return self.get_query_params().get('BucEmpId') - - def set_BucEmpId(self,BucEmpId): - self.add_query_param('BucEmpId',BucEmpId) - - def get_VersionName(self): - return self.get_query_params().get('VersionName') - - def set_VersionName(self,VersionName): - self.add_query_param('VersionName',VersionName) \ No newline at end of file diff --git a/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/QueryDomainChangeRecordsRequest.py b/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/QueryDomainChangeRecordsRequest.py deleted file mode 100644 index e973713182..0000000000 --- a/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/QueryDomainChangeRecordsRequest.py +++ /dev/null @@ -1,68 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest -from aliyunsdkft.endpoint import endpoint_data - -class QueryDomainChangeRecordsRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ft', '2018-07-13', 'QueryDomainChangeRecords') - self.set_method('POST') - if hasattr(self, "endpoint_map"): - setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) - if hasattr(self, "endpoint_regional"): - setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) - - - def get_Product(self): - return self.get_query_params().get('Product') - - def set_Product(self,Product): - self.add_query_param('Product',Product) - - def get_PageSize(self): - return self.get_query_params().get('PageSize') - - def set_PageSize(self,PageSize): - self.add_query_param('PageSize',PageSize) - - def get_BucUid(self): - return self.get_query_params().get('BucUid') - - def set_BucUid(self,BucUid): - self.add_query_param('BucUid',BucUid) - - def get_CurrentPage(self): - return self.get_query_params().get('CurrentPage') - - def set_CurrentPage(self,CurrentPage): - self.add_query_param('CurrentPage',CurrentPage) - - def get_BucName(self): - return self.get_query_params().get('BucName') - - def set_BucName(self,BucName): - self.add_query_param('BucName',BucName) - - def get_BucEmpId(self): - return self.get_query_params().get('BucEmpId') - - def set_BucEmpId(self,BucEmpId): - self.add_query_param('BucEmpId',BucEmpId) \ No newline at end of file diff --git a/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/QueryErrorApisRequest.py b/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/QueryErrorApisRequest.py deleted file mode 100644 index fbe7c1cc75..0000000000 --- a/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/QueryErrorApisRequest.py +++ /dev/null @@ -1,68 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest -from aliyunsdkft.endpoint import endpoint_data - -class QueryErrorApisRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ft', '2018-07-13', 'QueryErrorApis') - self.set_method('POST') - if hasattr(self, "endpoint_map"): - setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) - if hasattr(self, "endpoint_regional"): - setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) - - - def get_BeginDate(self): - return self.get_query_params().get('BeginDate') - - def set_BeginDate(self,BeginDate): - self.add_query_param('BeginDate',BeginDate) - - def get_EndDate(self): - return self.get_query_params().get('EndDate') - - def set_EndDate(self,EndDate): - self.add_query_param('EndDate',EndDate) - - def get_ProductName(self): - return self.get_query_params().get('ProductName') - - def set_ProductName(self,ProductName): - self.add_query_param('ProductName',ProductName) - - def get_BucUid(self): - return self.get_query_params().get('BucUid') - - def set_BucUid(self,BucUid): - self.add_query_param('BucUid',BucUid) - - def get_BucName(self): - return self.get_query_params().get('BucName') - - def set_BucName(self,BucName): - self.add_query_param('BucName',BucName) - - def get_BucEmpId(self): - return self.get_query_params().get('BucEmpId') - - def set_BucEmpId(self,BucEmpId): - self.add_query_param('BucEmpId',BucEmpId) \ No newline at end of file diff --git a/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/RpcDubboServiceRouteApiRequest.py b/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/RpcDubboServiceRouteApiRequest.py deleted file mode 100644 index 48973ea7a5..0000000000 --- a/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/RpcDubboServiceRouteApiRequest.py +++ /dev/null @@ -1,146 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest -from aliyunsdkft.endpoint import endpoint_data - -class RpcDubboServiceRouteApiRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ft', '2018-07-13', 'RpcDubboServiceRouteApi') - self.set_method('POST') - if hasattr(self, "endpoint_map"): - setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) - if hasattr(self, "endpoint_regional"): - setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) - - - def get_RequiredValue(self): - return self.get_query_params().get('RequiredValue') - - def set_RequiredValue(self,RequiredValue): - self.add_query_param('RequiredValue',RequiredValue) - - def get_Code(self): - return self.get_query_params().get('Code') - - def set_Code(self,Code): - self.add_query_param('Code',Code) - - def get_IntValue(self): - return self.get_query_params().get('IntValue') - - def set_IntValue(self,IntValue): - self.add_query_param('IntValue',IntValue) - - def get_proxy_original_security_transport(self): - return self.get_query_params().get('proxy_original_security_transport') - - def set_proxy_original_security_transport(self,proxy_original_security_transport): - self.add_query_param('proxy_original_security_transport',proxy_original_security_transport) - - def get_ResultSwitchValue(self): - return self.get_query_params().get('ResultSwitchValue') - - def set_ResultSwitchValue(self,ResultSwitchValue): - self.add_query_param('ResultSwitchValue',ResultSwitchValue) - - def get_proxy_original_source_ip(self): - return self.get_query_params().get('proxy_original_source_ip') - - def set_proxy_original_source_ip(self,proxy_original_source_ip): - self.add_query_param('proxy_original_source_ip',proxy_original_source_ip) - - def get_JsonObject(self): - return self.get_query_params().get('JsonObject') - - def set_JsonObject(self,JsonObject): - self.add_query_param('JsonObject',JsonObject) - - def get_Sleep(self): - return self.get_query_params().get('Sleep') - - def set_Sleep(self,Sleep): - self.add_query_param('Sleep',Sleep) - - def get_SwitchValue(self): - return self.get_query_params().get('SwitchValue') - - def set_SwitchValue(self,SwitchValue): - self.add_query_param('SwitchValue',SwitchValue) - - def get_JsonObjectList(self): - return self.get_query_params().get('JsonObjectList') - - def set_JsonObjectList(self,JsonObjectList): - self.add_query_param('JsonObjectList',JsonObjectList) - - def get_DefaultValue(self): - return self.get_query_params().get('DefaultValue') - - def set_DefaultValue(self,DefaultValue): - self.add_query_param('DefaultValue',DefaultValue) - - def get_NumberRange(self): - return self.get_query_params().get('NumberRange') - - def set_NumberRange(self,NumberRange): - self.add_query_param('NumberRange',NumberRange) - - def get_Message(self): - return self.get_query_params().get('Message') - - def set_Message(self,Message): - self.add_query_param('Message',Message) - - def get_CheckNumberValue(self): - return self.get_query_params().get('CheckNumberValue') - - def set_CheckNumberValue(self,CheckNumberValue): - self.add_query_param('CheckNumberValue',CheckNumberValue) - - def get_HttpStatusCode(self): - return self.get_query_params().get('HttpStatusCode') - - def set_HttpStatusCode(self,HttpStatusCode): - self.add_query_param('HttpStatusCode',HttpStatusCode) - - def get_StringValue(self): - return self.get_query_params().get('StringValue') - - def set_StringValue(self,StringValue): - self.add_query_param('StringValue',StringValue) - - def get_EnumValue(self): - return self.get_query_params().get('EnumValue') - - def set_EnumValue(self,EnumValue): - self.add_query_param('EnumValue',EnumValue) - - def get_Success(self): - return self.get_query_params().get('Success') - - def set_Success(self,Success): - self.add_query_param('Success',Success) - - def get_OtherParam(self): - return self.get_query_params().get('OtherParam') - - def set_OtherParam(self,OtherParam): - self.add_query_param('OtherParam',OtherParam) \ No newline at end of file diff --git a/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/RpcHsfServiceRouteMatchApiRequest.py b/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/RpcHsfServiceRouteMatchApiRequest.py deleted file mode 100644 index 0ffb8c193b..0000000000 --- a/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/RpcHsfServiceRouteMatchApiRequest.py +++ /dev/null @@ -1,38 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest -from aliyunsdkft.endpoint import endpoint_data - -class RpcHsfServiceRouteMatchApiRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ft', '2018-07-13', 'RpcHsfServiceRouteMatchApi') - self.set_method('POST') - if hasattr(self, "endpoint_map"): - setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) - if hasattr(self, "endpoint_regional"): - setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) - - - def get_Name(self): - return self.get_query_params().get('Name') - - def set_Name(self,Name): - self.add_query_param('Name',Name) \ No newline at end of file diff --git a/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/TestDubboRetryApiRequest.py b/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/TestDubboRetryApiRequest.py deleted file mode 100644 index eb6d6639ea..0000000000 --- a/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/TestDubboRetryApiRequest.py +++ /dev/null @@ -1,31 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest -from aliyunsdkft.endpoint import endpoint_data - -class TestDubboRetryApiRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ft', '2018-07-13', 'TestDubboRetryApi') - self.set_method('POST') - if hasattr(self, "endpoint_map"): - setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) - if hasattr(self, "endpoint_regional"): - setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) diff --git a/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/TestErrorCodeForGateWayRequest.py b/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/TestErrorCodeForGateWayRequest.py deleted file mode 100644 index 9bf5ee9b32..0000000000 --- a/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/TestErrorCodeForGateWayRequest.py +++ /dev/null @@ -1,56 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest -from aliyunsdkft.endpoint import endpoint_data - -class TestErrorCodeForGateWayRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ft', '2018-07-13', 'TestErrorCodeForGateWay') - self.set_method('GET') - if hasattr(self, "endpoint_map"): - setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) - if hasattr(self, "endpoint_regional"): - setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) - - - def get_HttpStatusCode(self): - return self.get_query_params().get('HttpStatusCode') - - def set_HttpStatusCode(self,HttpStatusCode): - self.add_query_param('HttpStatusCode',HttpStatusCode) - - def get_Code(self): - return self.get_query_params().get('Code') - - def set_Code(self,Code): - self.add_query_param('Code',Code) - - def get_Success(self): - return self.get_query_params().get('Success') - - def set_Success(self,Success): - self.add_query_param('Success',Success) - - def get_Message(self): - return self.get_query_params().get('Message') - - def set_Message(self,Message): - self.add_query_param('Message',Message) \ No newline at end of file diff --git a/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/TestIspHttpValidatorRequest.py b/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/TestIspHttpValidatorRequest.py deleted file mode 100644 index bc234c86ce..0000000000 --- a/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/TestIspHttpValidatorRequest.py +++ /dev/null @@ -1,31 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest -from aliyunsdkft.endpoint import endpoint_data - -class TestIspHttpValidatorRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ft', '2018-07-13', 'TestIspHttpValidator') - self.set_method('POST') - if hasattr(self, "endpoint_map"): - setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) - if hasattr(self, "endpoint_regional"): - setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) diff --git a/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/TestXmlServiceRoutePolicyRequest.py b/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/TestXmlServiceRoutePolicyRequest.py deleted file mode 100644 index bd65536c91..0000000000 --- a/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/TestXmlServiceRoutePolicyRequest.py +++ /dev/null @@ -1,38 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest -from aliyunsdkft.endpoint import endpoint_data - -class TestXmlServiceRoutePolicyRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ft', '2018-07-13', 'TestXmlServiceRoutePolicy') - self.set_method('POST') - if hasattr(self, "endpoint_map"): - setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) - if hasattr(self, "endpoint_regional"): - setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) - - - def get_Api(self): - return self.get_query_params().get('Api') - - def set_Api(self,Api): - self.add_query_param('Api',Api) \ No newline at end of file diff --git a/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/UpdateDomainRecordsRegionIdRequest.py b/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/UpdateDomainRecordsRegionIdRequest.py deleted file mode 100644 index b741210420..0000000000 --- a/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/UpdateDomainRecordsRegionIdRequest.py +++ /dev/null @@ -1,56 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest -from aliyunsdkft.endpoint import endpoint_data - -class UpdateDomainRecordsRegionIdRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ft', '2018-07-13', 'UpdateDomainRecordsRegionId') - self.set_method('POST') - if hasattr(self, "endpoint_map"): - setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) - if hasattr(self, "endpoint_regional"): - setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) - - - def get_Domain(self): - return self.get_query_params().get('Domain') - - def set_Domain(self,Domain): - self.add_query_param('Domain',Domain) - - def get_BucUid(self): - return self.get_query_params().get('BucUid') - - def set_BucUid(self,BucUid): - self.add_query_param('BucUid',BucUid) - - def get_BucName(self): - return self.get_query_params().get('BucName') - - def set_BucName(self,BucName): - self.add_query_param('BucName',BucName) - - def get_BucEmpId(self): - return self.get_query_params().get('BucEmpId') - - def set_BucEmpId(self,BucEmpId): - self.add_query_param('BucEmpId',BucEmpId) \ No newline at end of file From 77f43f581ca11446bce15f033dc11d55c93b0289 Mon Sep 17 00:00:00 2001 From: sdk-team Date: Fri, 26 Feb 2021 12:08:31 +0000 Subject: [PATCH 277/282] Generated 2019-02-25 for sdk-test. --- aliyun-python-sdk-sdk-test/ChangeLog.txt | 3 +++ aliyun-python-sdk-sdk-test/aliyunsdksdk_test/__init__.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/aliyun-python-sdk-sdk-test/ChangeLog.txt b/aliyun-python-sdk-sdk-test/ChangeLog.txt index 33053c535f..ac8352eda5 100644 --- a/aliyun-python-sdk-sdk-test/ChangeLog.txt +++ b/aliyun-python-sdk-sdk-test/ChangeLog.txt @@ -1,3 +1,6 @@ +2021-02-26 Version: 1.10.123 +- Generated 2019-02-25 for `sdk-test`. + 2021-01-28 Version: 2.0.6 - Generated 2019-02-25 for `sdk-test`. diff --git a/aliyun-python-sdk-sdk-test/aliyunsdksdk_test/__init__.py b/aliyun-python-sdk-sdk-test/aliyunsdksdk_test/__init__.py index 3435a04f25..1f90055dce 100644 --- a/aliyun-python-sdk-sdk-test/aliyunsdksdk_test/__init__.py +++ b/aliyun-python-sdk-sdk-test/aliyunsdksdk_test/__init__.py @@ -1 +1 @@ -__version__ = '2.0.6' \ No newline at end of file +__version__ = '1.10.123' \ No newline at end of file From 7ba9628c0d9b3f232fe1cf2a5aa4ab0b995ed454 Mon Sep 17 00:00:00 2001 From: sdk-team Date: Fri, 26 Feb 2021 12:10:36 +0000 Subject: [PATCH 278/282] Generated 2019-02-25 for sdk-test. --- aliyun-python-sdk-sdk-test/ChangeLog.txt | 3 +++ aliyun-python-sdk-sdk-test/aliyunsdksdk_test/__init__.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/aliyun-python-sdk-sdk-test/ChangeLog.txt b/aliyun-python-sdk-sdk-test/ChangeLog.txt index ac8352eda5..c0b81f9a27 100644 --- a/aliyun-python-sdk-sdk-test/ChangeLog.txt +++ b/aliyun-python-sdk-sdk-test/ChangeLog.txt @@ -1,3 +1,6 @@ +2021-02-26 Version: 1.10.125 +- Generated 2019-02-25 for `sdk-test`. + 2021-02-26 Version: 1.10.123 - Generated 2019-02-25 for `sdk-test`. diff --git a/aliyun-python-sdk-sdk-test/aliyunsdksdk_test/__init__.py b/aliyun-python-sdk-sdk-test/aliyunsdksdk_test/__init__.py index 1f90055dce..abe48a133c 100644 --- a/aliyun-python-sdk-sdk-test/aliyunsdksdk_test/__init__.py +++ b/aliyun-python-sdk-sdk-test/aliyunsdksdk_test/__init__.py @@ -1 +1 @@ -__version__ = '1.10.123' \ No newline at end of file +__version__ = '1.10.125' \ No newline at end of file From 11ef6904dc40c04e71e5ee203b2a8d11e9e5b877 Mon Sep 17 00:00:00 2001 From: sdk-team Date: Fri, 26 Feb 2021 12:10:40 +0000 Subject: [PATCH 279/282] Generated 2018-07-13 for Ft. --- aliyun-python-sdk-ft/ChangeLog.txt | 3 +++ aliyun-python-sdk-ft/aliyunsdkft/__init__.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/aliyun-python-sdk-ft/ChangeLog.txt b/aliyun-python-sdk-ft/ChangeLog.txt index 68cc8cf887..8710ae0ca9 100644 --- a/aliyun-python-sdk-ft/ChangeLog.txt +++ b/aliyun-python-sdk-ft/ChangeLog.txt @@ -1,3 +1,6 @@ +2021-02-26 Version: 1.10.126 +- Generated 2018-07-13 for `Ft`. + 2021-02-26 Version: 1.10.124 - Generated 2018-07-13 for `Ft`. diff --git a/aliyun-python-sdk-ft/aliyunsdkft/__init__.py b/aliyun-python-sdk-ft/aliyunsdkft/__init__.py index 4bc9c0f09f..3122de66d4 100644 --- a/aliyun-python-sdk-ft/aliyunsdkft/__init__.py +++ b/aliyun-python-sdk-ft/aliyunsdkft/__init__.py @@ -1 +1 @@ -__version__ = '1.10.124' \ No newline at end of file +__version__ = '1.10.126' \ No newline at end of file From ebc960cbc0ccf589576c39533ebf344b8d2828d7 Mon Sep 17 00:00:00 2001 From: sdk-team Date: Fri, 26 Feb 2021 13:26:47 +0000 Subject: [PATCH 280/282] Generated 2018-07-13 for Ft. --- aliyun-python-sdk-ft/ChangeLog.txt | 3 + aliyun-python-sdk-ft/aliyunsdkft/__init__.py | 2 +- .../v20180713/BatchAuditTest02Request.py | 44 ++++++ .../CountCloudProductCallTimesRequest.py | 68 ++++++++ .../v20180713/DeleteAllStrategyRequest.py | 62 ++++++++ .../v20180713/DescribeResourceTypeRequest.py | 56 +++++++ .../FtDynamicAddressHttpVpcRequest.py | 6 - .../FtFlowSpecial1586868138332Request.py | 38 +++++ .../FtGatedLaunchPolicy3ApiRequest.py | 38 +++++ .../FtGatedLaunchPolicyApiRequest.py | 38 +++++ .../v20180713/FtIpFlowControlRequest.py | 8 +- .../GetMigrateStrategyResultRequest.py | 116 ++++++++++++++ .../request/v20180713/GetTairDataRequest.py | 46 ++++++ .../v20180713/MigrateStrategyRequest.py | 80 ++++++++++ .../QueryDomainChangeRecordsRequest.py | 68 ++++++++ .../v20180713/QueryErrorApisRequest.py | 68 ++++++++ .../RpcDubboServiceRouteApiRequest.py | 146 ++++++++++++++++++ .../RpcHsfServiceRouteMatchApiRequest.py | 38 +++++ .../v20180713/TestDubboRetryApiRequest.py | 31 ++++ .../TestErrorCodeForGateWayRequest.py | 56 +++++++ .../v20180713/TestIspHttpValidatorRequest.py | 31 ++++ .../TestXmlServiceRoutePolicyRequest.py | 38 +++++ .../UpdateDomainRecordsRegionIdRequest.py | 56 +++++++ 23 files changed, 1126 insertions(+), 11 deletions(-) create mode 100644 aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/BatchAuditTest02Request.py create mode 100644 aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/CountCloudProductCallTimesRequest.py create mode 100644 aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/DeleteAllStrategyRequest.py create mode 100644 aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/DescribeResourceTypeRequest.py create mode 100644 aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/FtFlowSpecial1586868138332Request.py create mode 100644 aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/FtGatedLaunchPolicy3ApiRequest.py create mode 100644 aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/FtGatedLaunchPolicyApiRequest.py create mode 100644 aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/GetMigrateStrategyResultRequest.py create mode 100644 aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/GetTairDataRequest.py create mode 100644 aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/MigrateStrategyRequest.py create mode 100644 aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/QueryDomainChangeRecordsRequest.py create mode 100644 aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/QueryErrorApisRequest.py create mode 100644 aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/RpcDubboServiceRouteApiRequest.py create mode 100644 aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/RpcHsfServiceRouteMatchApiRequest.py create mode 100644 aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/TestDubboRetryApiRequest.py create mode 100644 aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/TestErrorCodeForGateWayRequest.py create mode 100644 aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/TestIspHttpValidatorRequest.py create mode 100644 aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/TestXmlServiceRoutePolicyRequest.py create mode 100644 aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/UpdateDomainRecordsRegionIdRequest.py diff --git a/aliyun-python-sdk-ft/ChangeLog.txt b/aliyun-python-sdk-ft/ChangeLog.txt index 8710ae0ca9..45e6d55f8a 100644 --- a/aliyun-python-sdk-ft/ChangeLog.txt +++ b/aliyun-python-sdk-ft/ChangeLog.txt @@ -1,3 +1,6 @@ +2021-02-26 Version: 1.11.11 +- Generated 2018-07-13 for `Ft`. + 2021-02-26 Version: 1.10.126 - Generated 2018-07-13 for `Ft`. diff --git a/aliyun-python-sdk-ft/aliyunsdkft/__init__.py b/aliyun-python-sdk-ft/aliyunsdkft/__init__.py index 3122de66d4..f8cd58963c 100644 --- a/aliyun-python-sdk-ft/aliyunsdkft/__init__.py +++ b/aliyun-python-sdk-ft/aliyunsdkft/__init__.py @@ -1 +1 @@ -__version__ = '1.10.126' \ No newline at end of file +__version__ = '1.11.11' \ No newline at end of file diff --git a/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/BatchAuditTest02Request.py b/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/BatchAuditTest02Request.py new file mode 100644 index 0000000000..5959eda7e2 --- /dev/null +++ b/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/BatchAuditTest02Request.py @@ -0,0 +1,44 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +from aliyunsdkft.endpoint import endpoint_data + +class BatchAuditTest02Request(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ft', '2018-07-13', 'BatchAuditTest02') + self.set_method('POST') + if hasattr(self, "endpoint_map"): + setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) + if hasattr(self, "endpoint_regional"): + setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) + + + def get_Name(self): + return self.get_query_params().get('Name') + + def set_Name(self,Name): + self.add_query_param('Name',Name) + + def get_BatchAuditTest01(self): + return self.get_query_params().get('BatchAuditTest01') + + def set_BatchAuditTest01(self,BatchAuditTest01): + self.add_query_param('BatchAuditTest01',BatchAuditTest01) \ No newline at end of file diff --git a/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/CountCloudProductCallTimesRequest.py b/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/CountCloudProductCallTimesRequest.py new file mode 100644 index 0000000000..5d65aa9c57 --- /dev/null +++ b/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/CountCloudProductCallTimesRequest.py @@ -0,0 +1,68 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +from aliyunsdkft.endpoint import endpoint_data + +class CountCloudProductCallTimesRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ft', '2018-07-13', 'CountCloudProductCallTimes') + self.set_method('POST') + if hasattr(self, "endpoint_map"): + setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) + if hasattr(self, "endpoint_regional"): + setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) + + + def get_BucUid(self): + return self.get_query_params().get('BucUid') + + def set_BucUid(self,BucUid): + self.add_query_param('BucUid',BucUid) + + def get_BucName(self): + return self.get_query_params().get('BucName') + + def set_BucName(self,BucName): + self.add_query_param('BucName',BucName) + + def get_BucEmpId(self): + return self.get_query_params().get('BucEmpId') + + def set_BucEmpId(self,BucEmpId): + self.add_query_param('BucEmpId',BucEmpId) + + def get_CloudProductsJsonString(self): + return self.get_body_params().get('CloudProductsJsonString') + + def set_CloudProductsJsonString(self,CloudProductsJsonString): + self.add_body_params('CloudProductsJsonString', CloudProductsJsonString) + + def get_ClearCloudCache(self): + return self.get_body_params().get('ClearCloudCache') + + def set_ClearCloudCache(self,ClearCloudCache): + self.add_body_params('ClearCloudCache', ClearCloudCache) + + def get_ClearProductCache(self): + return self.get_body_params().get('ClearProductCache') + + def set_ClearProductCache(self,ClearProductCache): + self.add_body_params('ClearProductCache', ClearProductCache) \ No newline at end of file diff --git a/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/DeleteAllStrategyRequest.py b/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/DeleteAllStrategyRequest.py new file mode 100644 index 0000000000..9a0dd063ab --- /dev/null +++ b/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/DeleteAllStrategyRequest.py @@ -0,0 +1,62 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +from aliyunsdkft.endpoint import endpoint_data + +class DeleteAllStrategyRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ft', '2018-07-13', 'DeleteAllStrategy') + self.set_method('POST') + if hasattr(self, "endpoint_map"): + setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) + if hasattr(self, "endpoint_regional"): + setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) + + + def get_BucUid(self): + return self.get_query_params().get('BucUid') + + def set_BucUid(self,BucUid): + self.add_query_param('BucUid',BucUid) + + def get_BucName(self): + return self.get_query_params().get('BucName') + + def set_BucName(self,BucName): + self.add_query_param('BucName',BucName) + + def get_BucEmpId(self): + return self.get_query_params().get('BucEmpId') + + def set_BucEmpId(self,BucEmpId): + self.add_query_param('BucEmpId',BucEmpId) + + def get_ProductName(self): + return self.get_query_params().get('ProductName') + + def set_ProductName(self,ProductName): + self.add_query_param('ProductName',ProductName) + + def get_Env(self): + return self.get_query_params().get('Env') + + def set_Env(self,Env): + self.add_query_param('Env',Env) \ No newline at end of file diff --git a/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/DescribeResourceTypeRequest.py b/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/DescribeResourceTypeRequest.py new file mode 100644 index 0000000000..e1b2af037a --- /dev/null +++ b/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/DescribeResourceTypeRequest.py @@ -0,0 +1,56 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +from aliyunsdkft.endpoint import endpoint_data + +class DescribeResourceTypeRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ft', '2018-07-13', 'DescribeResourceType') + self.set_method('GET') + if hasattr(self, "endpoint_map"): + setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) + if hasattr(self, "endpoint_regional"): + setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) + + + def get_Product(self): + return self.get_query_params().get('Product') + + def set_Product(self,Product): + self.add_query_param('Product',Product) + + def get_AcceptLanguage(self): + return self.get_query_params().get('AcceptLanguage') + + def set_AcceptLanguage(self,AcceptLanguage): + self.add_query_param('AcceptLanguage',AcceptLanguage) + + def get_Env(self): + return self.get_query_params().get('Env') + + def set_Env(self,Env): + self.add_query_param('Env',Env) + + def get_ResourceType(self): + return self.get_query_params().get('ResourceType') + + def set_ResourceType(self,ResourceType): + self.add_query_param('ResourceType',ResourceType) \ No newline at end of file diff --git a/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/FtDynamicAddressHttpVpcRequest.py b/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/FtDynamicAddressHttpVpcRequest.py index 3f39ea0a09..705d18fa73 100644 --- a/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/FtDynamicAddressHttpVpcRequest.py +++ b/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/FtDynamicAddressHttpVpcRequest.py @@ -31,12 +31,6 @@ def __init__(self): setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) - def get_P1(self): - return self.get_query_params().get('P1') - - def set_P1(self,P1): - self.add_query_param('P1',P1) - def get_StringValue(self): return self.get_query_params().get('StringValue') diff --git a/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/FtFlowSpecial1586868138332Request.py b/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/FtFlowSpecial1586868138332Request.py new file mode 100644 index 0000000000..f8501059c3 --- /dev/null +++ b/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/FtFlowSpecial1586868138332Request.py @@ -0,0 +1,38 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +from aliyunsdkft.endpoint import endpoint_data + +class FtFlowSpecial1586868138332Request(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ft', '2018-07-13', 'FtFlowSpecial1586868138332') + self.set_method('POST') + if hasattr(self, "endpoint_map"): + setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) + if hasattr(self, "endpoint_regional"): + setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) + + + def get_Name(self): + return self.get_query_params().get('Name') + + def set_Name(self,Name): + self.add_query_param('Name',Name) \ No newline at end of file diff --git a/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/FtGatedLaunchPolicy3ApiRequest.py b/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/FtGatedLaunchPolicy3ApiRequest.py new file mode 100644 index 0000000000..b63382154b --- /dev/null +++ b/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/FtGatedLaunchPolicy3ApiRequest.py @@ -0,0 +1,38 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +from aliyunsdkft.endpoint import endpoint_data + +class FtGatedLaunchPolicy3ApiRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ft', '2018-07-13', 'FtGatedLaunchPolicy3Api') + self.set_method('POST') + if hasattr(self, "endpoint_map"): + setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) + if hasattr(self, "endpoint_regional"): + setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) + + + def get_Name(self): + return self.get_query_params().get('Name') + + def set_Name(self,Name): + self.add_query_param('Name',Name) \ No newline at end of file diff --git a/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/FtGatedLaunchPolicyApiRequest.py b/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/FtGatedLaunchPolicyApiRequest.py new file mode 100644 index 0000000000..805733f483 --- /dev/null +++ b/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/FtGatedLaunchPolicyApiRequest.py @@ -0,0 +1,38 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +from aliyunsdkft.endpoint import endpoint_data + +class FtGatedLaunchPolicyApiRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ft', '2018-07-13', 'FtGatedLaunchPolicyApi') + self.set_method('POST') + if hasattr(self, "endpoint_map"): + setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) + if hasattr(self, "endpoint_regional"): + setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) + + + def get_UnGatedLaunchPolicy(self): + return self.get_query_params().get('UnGatedLaunchPolicy') + + def set_UnGatedLaunchPolicy(self,UnGatedLaunchPolicy): + self.add_query_param('UnGatedLaunchPolicy',UnGatedLaunchPolicy) \ No newline at end of file diff --git a/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/FtIpFlowControlRequest.py b/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/FtIpFlowControlRequest.py index 03c10a935a..f86a8034f6 100644 --- a/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/FtIpFlowControlRequest.py +++ b/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/FtIpFlowControlRequest.py @@ -31,8 +31,8 @@ def __init__(self): setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) - def get_Name(self): - return self.get_query_params().get('Name') + def get_StringList(self): + return self.get_query_params().get('StringList') - def set_Name(self,Name): - self.add_query_param('Name',Name) \ No newline at end of file + def set_StringList(self,StringList): + self.add_query_param('StringList',StringList) \ No newline at end of file diff --git a/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/GetMigrateStrategyResultRequest.py b/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/GetMigrateStrategyResultRequest.py new file mode 100644 index 0000000000..a24a80b873 --- /dev/null +++ b/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/GetMigrateStrategyResultRequest.py @@ -0,0 +1,116 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +from aliyunsdkft.endpoint import endpoint_data + +class GetMigrateStrategyResultRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ft', '2018-07-13', 'GetMigrateStrategyResult') + self.set_method('POST') + if hasattr(self, "endpoint_map"): + setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) + if hasattr(self, "endpoint_regional"): + setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) + + + def get_parentName(self): + return self.get_query_params().get('parentName') + + def set_parentName(self,parentName): + self.add_query_param('parentName',parentName) + + def get_CurrentPage(self): + return self.get_query_params().get('CurrentPage') + + def set_CurrentPage(self,CurrentPage): + self.add_query_param('CurrentPage',CurrentPage) + + def get_BucName(self): + return self.get_query_params().get('BucName') + + def set_BucName(self,BucName): + self.add_query_param('BucName',BucName) + + def get_Env(self): + return self.get_query_params().get('Env') + + def set_Env(self,Env): + self.add_query_param('Env',Env) + + def get_type(self): + return self.get_query_params().get('type') + + def set_type(self,type): + self.add_query_param('type',type) + + def get_BucEmpId(self): + return self.get_query_params().get('BucEmpId') + + def set_BucEmpId(self,BucEmpId): + self.add_query_param('BucEmpId',BucEmpId) + + def get_strategyName(self): + return self.get_body_params().get('strategyName') + + def set_strategyName(self,strategyName): + self.add_body_params('strategyName', strategyName) + + def get_ApiName(self): + return self.get_query_params().get('ApiName') + + def set_ApiName(self,ApiName): + self.add_query_param('ApiName',ApiName) + + def get_flowSpecial(self): + return self.get_query_params().get('flowSpecial') + + def set_flowSpecial(self,flowSpecial): + self.add_query_param('flowSpecial',flowSpecial) + + def get_PageSize(self): + return self.get_query_params().get('PageSize') + + def set_PageSize(self,PageSize): + self.add_query_param('PageSize',PageSize) + + def get_ProductName(self): + return self.get_query_params().get('ProductName') + + def set_ProductName(self,ProductName): + self.add_query_param('ProductName',ProductName) + + def get_BucUid(self): + return self.get_query_params().get('BucUid') + + def set_BucUid(self,BucUid): + self.add_query_param('BucUid',BucUid) + + def get_VersionName(self): + return self.get_query_params().get('VersionName') + + def set_VersionName(self,VersionName): + self.add_query_param('VersionName',VersionName) + + def get_status(self): + return self.get_query_params().get('status') + + def set_status(self,status): + self.add_query_param('status',status) \ No newline at end of file diff --git a/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/GetTairDataRequest.py b/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/GetTairDataRequest.py new file mode 100644 index 0000000000..2328625bd0 --- /dev/null +++ b/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/GetTairDataRequest.py @@ -0,0 +1,46 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +from aliyunsdkft.endpoint import endpoint_data + +class GetTairDataRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ft', '2018-07-13', 'GetTairData') + self.set_method('POST') + if hasattr(self, "endpoint_map"): + setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) + if hasattr(self, "endpoint_regional"): + setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) + + + def get_Keyss(self): + return self.get_query_params().get('Keys') + + def set_Keyss(self, Keyss): + for depth1 in range(len(Keyss)): + if Keyss[depth1] is not None: + self.add_query_param('Keys.' + str(depth1 + 1) , Keyss[depth1]) + + def get_CacheName(self): + return self.get_query_params().get('CacheName') + + def set_CacheName(self,CacheName): + self.add_query_param('CacheName',CacheName) \ No newline at end of file diff --git a/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/MigrateStrategyRequest.py b/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/MigrateStrategyRequest.py new file mode 100644 index 0000000000..2da932670d --- /dev/null +++ b/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/MigrateStrategyRequest.py @@ -0,0 +1,80 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +from aliyunsdkft.endpoint import endpoint_data + +class MigrateStrategyRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ft', '2018-07-13', 'MigrateStrategy') + self.set_method('POST') + if hasattr(self, "endpoint_map"): + setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) + if hasattr(self, "endpoint_regional"): + setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) + + + def get_ApiName(self): + return self.get_query_params().get('ApiName') + + def set_ApiName(self,ApiName): + self.add_query_param('ApiName',ApiName) + + def get_ProductName(self): + return self.get_query_params().get('ProductName') + + def set_ProductName(self,ProductName): + self.add_query_param('ProductName',ProductName) + + def get_BucUid(self): + return self.get_query_params().get('BucUid') + + def set_BucUid(self,BucUid): + self.add_query_param('BucUid',BucUid) + + def get_Step(self): + return self.get_query_params().get('Step') + + def set_Step(self,Step): + self.add_query_param('Step',Step) + + def get_BucName(self): + return self.get_query_params().get('BucName') + + def set_BucName(self,BucName): + self.add_query_param('BucName',BucName) + + def get_Env(self): + return self.get_query_params().get('Env') + + def set_Env(self,Env): + self.add_query_param('Env',Env) + + def get_BucEmpId(self): + return self.get_query_params().get('BucEmpId') + + def set_BucEmpId(self,BucEmpId): + self.add_query_param('BucEmpId',BucEmpId) + + def get_VersionName(self): + return self.get_query_params().get('VersionName') + + def set_VersionName(self,VersionName): + self.add_query_param('VersionName',VersionName) \ No newline at end of file diff --git a/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/QueryDomainChangeRecordsRequest.py b/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/QueryDomainChangeRecordsRequest.py new file mode 100644 index 0000000000..e973713182 --- /dev/null +++ b/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/QueryDomainChangeRecordsRequest.py @@ -0,0 +1,68 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +from aliyunsdkft.endpoint import endpoint_data + +class QueryDomainChangeRecordsRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ft', '2018-07-13', 'QueryDomainChangeRecords') + self.set_method('POST') + if hasattr(self, "endpoint_map"): + setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) + if hasattr(self, "endpoint_regional"): + setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) + + + def get_Product(self): + return self.get_query_params().get('Product') + + def set_Product(self,Product): + self.add_query_param('Product',Product) + + def get_PageSize(self): + return self.get_query_params().get('PageSize') + + def set_PageSize(self,PageSize): + self.add_query_param('PageSize',PageSize) + + def get_BucUid(self): + return self.get_query_params().get('BucUid') + + def set_BucUid(self,BucUid): + self.add_query_param('BucUid',BucUid) + + def get_CurrentPage(self): + return self.get_query_params().get('CurrentPage') + + def set_CurrentPage(self,CurrentPage): + self.add_query_param('CurrentPage',CurrentPage) + + def get_BucName(self): + return self.get_query_params().get('BucName') + + def set_BucName(self,BucName): + self.add_query_param('BucName',BucName) + + def get_BucEmpId(self): + return self.get_query_params().get('BucEmpId') + + def set_BucEmpId(self,BucEmpId): + self.add_query_param('BucEmpId',BucEmpId) \ No newline at end of file diff --git a/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/QueryErrorApisRequest.py b/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/QueryErrorApisRequest.py new file mode 100644 index 0000000000..fbe7c1cc75 --- /dev/null +++ b/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/QueryErrorApisRequest.py @@ -0,0 +1,68 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +from aliyunsdkft.endpoint import endpoint_data + +class QueryErrorApisRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ft', '2018-07-13', 'QueryErrorApis') + self.set_method('POST') + if hasattr(self, "endpoint_map"): + setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) + if hasattr(self, "endpoint_regional"): + setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) + + + def get_BeginDate(self): + return self.get_query_params().get('BeginDate') + + def set_BeginDate(self,BeginDate): + self.add_query_param('BeginDate',BeginDate) + + def get_EndDate(self): + return self.get_query_params().get('EndDate') + + def set_EndDate(self,EndDate): + self.add_query_param('EndDate',EndDate) + + def get_ProductName(self): + return self.get_query_params().get('ProductName') + + def set_ProductName(self,ProductName): + self.add_query_param('ProductName',ProductName) + + def get_BucUid(self): + return self.get_query_params().get('BucUid') + + def set_BucUid(self,BucUid): + self.add_query_param('BucUid',BucUid) + + def get_BucName(self): + return self.get_query_params().get('BucName') + + def set_BucName(self,BucName): + self.add_query_param('BucName',BucName) + + def get_BucEmpId(self): + return self.get_query_params().get('BucEmpId') + + def set_BucEmpId(self,BucEmpId): + self.add_query_param('BucEmpId',BucEmpId) \ No newline at end of file diff --git a/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/RpcDubboServiceRouteApiRequest.py b/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/RpcDubboServiceRouteApiRequest.py new file mode 100644 index 0000000000..48973ea7a5 --- /dev/null +++ b/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/RpcDubboServiceRouteApiRequest.py @@ -0,0 +1,146 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +from aliyunsdkft.endpoint import endpoint_data + +class RpcDubboServiceRouteApiRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ft', '2018-07-13', 'RpcDubboServiceRouteApi') + self.set_method('POST') + if hasattr(self, "endpoint_map"): + setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) + if hasattr(self, "endpoint_regional"): + setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) + + + def get_RequiredValue(self): + return self.get_query_params().get('RequiredValue') + + def set_RequiredValue(self,RequiredValue): + self.add_query_param('RequiredValue',RequiredValue) + + def get_Code(self): + return self.get_query_params().get('Code') + + def set_Code(self,Code): + self.add_query_param('Code',Code) + + def get_IntValue(self): + return self.get_query_params().get('IntValue') + + def set_IntValue(self,IntValue): + self.add_query_param('IntValue',IntValue) + + def get_proxy_original_security_transport(self): + return self.get_query_params().get('proxy_original_security_transport') + + def set_proxy_original_security_transport(self,proxy_original_security_transport): + self.add_query_param('proxy_original_security_transport',proxy_original_security_transport) + + def get_ResultSwitchValue(self): + return self.get_query_params().get('ResultSwitchValue') + + def set_ResultSwitchValue(self,ResultSwitchValue): + self.add_query_param('ResultSwitchValue',ResultSwitchValue) + + def get_proxy_original_source_ip(self): + return self.get_query_params().get('proxy_original_source_ip') + + def set_proxy_original_source_ip(self,proxy_original_source_ip): + self.add_query_param('proxy_original_source_ip',proxy_original_source_ip) + + def get_JsonObject(self): + return self.get_query_params().get('JsonObject') + + def set_JsonObject(self,JsonObject): + self.add_query_param('JsonObject',JsonObject) + + def get_Sleep(self): + return self.get_query_params().get('Sleep') + + def set_Sleep(self,Sleep): + self.add_query_param('Sleep',Sleep) + + def get_SwitchValue(self): + return self.get_query_params().get('SwitchValue') + + def set_SwitchValue(self,SwitchValue): + self.add_query_param('SwitchValue',SwitchValue) + + def get_JsonObjectList(self): + return self.get_query_params().get('JsonObjectList') + + def set_JsonObjectList(self,JsonObjectList): + self.add_query_param('JsonObjectList',JsonObjectList) + + def get_DefaultValue(self): + return self.get_query_params().get('DefaultValue') + + def set_DefaultValue(self,DefaultValue): + self.add_query_param('DefaultValue',DefaultValue) + + def get_NumberRange(self): + return self.get_query_params().get('NumberRange') + + def set_NumberRange(self,NumberRange): + self.add_query_param('NumberRange',NumberRange) + + def get_Message(self): + return self.get_query_params().get('Message') + + def set_Message(self,Message): + self.add_query_param('Message',Message) + + def get_CheckNumberValue(self): + return self.get_query_params().get('CheckNumberValue') + + def set_CheckNumberValue(self,CheckNumberValue): + self.add_query_param('CheckNumberValue',CheckNumberValue) + + def get_HttpStatusCode(self): + return self.get_query_params().get('HttpStatusCode') + + def set_HttpStatusCode(self,HttpStatusCode): + self.add_query_param('HttpStatusCode',HttpStatusCode) + + def get_StringValue(self): + return self.get_query_params().get('StringValue') + + def set_StringValue(self,StringValue): + self.add_query_param('StringValue',StringValue) + + def get_EnumValue(self): + return self.get_query_params().get('EnumValue') + + def set_EnumValue(self,EnumValue): + self.add_query_param('EnumValue',EnumValue) + + def get_Success(self): + return self.get_query_params().get('Success') + + def set_Success(self,Success): + self.add_query_param('Success',Success) + + def get_OtherParam(self): + return self.get_query_params().get('OtherParam') + + def set_OtherParam(self,OtherParam): + self.add_query_param('OtherParam',OtherParam) \ No newline at end of file diff --git a/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/RpcHsfServiceRouteMatchApiRequest.py b/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/RpcHsfServiceRouteMatchApiRequest.py new file mode 100644 index 0000000000..0ffb8c193b --- /dev/null +++ b/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/RpcHsfServiceRouteMatchApiRequest.py @@ -0,0 +1,38 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +from aliyunsdkft.endpoint import endpoint_data + +class RpcHsfServiceRouteMatchApiRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ft', '2018-07-13', 'RpcHsfServiceRouteMatchApi') + self.set_method('POST') + if hasattr(self, "endpoint_map"): + setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) + if hasattr(self, "endpoint_regional"): + setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) + + + def get_Name(self): + return self.get_query_params().get('Name') + + def set_Name(self,Name): + self.add_query_param('Name',Name) \ No newline at end of file diff --git a/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/TestDubboRetryApiRequest.py b/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/TestDubboRetryApiRequest.py new file mode 100644 index 0000000000..eb6d6639ea --- /dev/null +++ b/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/TestDubboRetryApiRequest.py @@ -0,0 +1,31 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +from aliyunsdkft.endpoint import endpoint_data + +class TestDubboRetryApiRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ft', '2018-07-13', 'TestDubboRetryApi') + self.set_method('POST') + if hasattr(self, "endpoint_map"): + setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) + if hasattr(self, "endpoint_regional"): + setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) diff --git a/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/TestErrorCodeForGateWayRequest.py b/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/TestErrorCodeForGateWayRequest.py new file mode 100644 index 0000000000..9bf5ee9b32 --- /dev/null +++ b/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/TestErrorCodeForGateWayRequest.py @@ -0,0 +1,56 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +from aliyunsdkft.endpoint import endpoint_data + +class TestErrorCodeForGateWayRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ft', '2018-07-13', 'TestErrorCodeForGateWay') + self.set_method('GET') + if hasattr(self, "endpoint_map"): + setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) + if hasattr(self, "endpoint_regional"): + setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) + + + def get_HttpStatusCode(self): + return self.get_query_params().get('HttpStatusCode') + + def set_HttpStatusCode(self,HttpStatusCode): + self.add_query_param('HttpStatusCode',HttpStatusCode) + + def get_Code(self): + return self.get_query_params().get('Code') + + def set_Code(self,Code): + self.add_query_param('Code',Code) + + def get_Success(self): + return self.get_query_params().get('Success') + + def set_Success(self,Success): + self.add_query_param('Success',Success) + + def get_Message(self): + return self.get_query_params().get('Message') + + def set_Message(self,Message): + self.add_query_param('Message',Message) \ No newline at end of file diff --git a/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/TestIspHttpValidatorRequest.py b/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/TestIspHttpValidatorRequest.py new file mode 100644 index 0000000000..bc234c86ce --- /dev/null +++ b/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/TestIspHttpValidatorRequest.py @@ -0,0 +1,31 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +from aliyunsdkft.endpoint import endpoint_data + +class TestIspHttpValidatorRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ft', '2018-07-13', 'TestIspHttpValidator') + self.set_method('POST') + if hasattr(self, "endpoint_map"): + setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) + if hasattr(self, "endpoint_regional"): + setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) diff --git a/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/TestXmlServiceRoutePolicyRequest.py b/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/TestXmlServiceRoutePolicyRequest.py new file mode 100644 index 0000000000..bd65536c91 --- /dev/null +++ b/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/TestXmlServiceRoutePolicyRequest.py @@ -0,0 +1,38 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +from aliyunsdkft.endpoint import endpoint_data + +class TestXmlServiceRoutePolicyRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ft', '2018-07-13', 'TestXmlServiceRoutePolicy') + self.set_method('POST') + if hasattr(self, "endpoint_map"): + setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) + if hasattr(self, "endpoint_regional"): + setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) + + + def get_Api(self): + return self.get_query_params().get('Api') + + def set_Api(self,Api): + self.add_query_param('Api',Api) \ No newline at end of file diff --git a/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/UpdateDomainRecordsRegionIdRequest.py b/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/UpdateDomainRecordsRegionIdRequest.py new file mode 100644 index 0000000000..b741210420 --- /dev/null +++ b/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/UpdateDomainRecordsRegionIdRequest.py @@ -0,0 +1,56 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. + +from aliyunsdkcore.request import RpcRequest +from aliyunsdkft.endpoint import endpoint_data + +class UpdateDomainRecordsRegionIdRequest(RpcRequest): + + def __init__(self): + RpcRequest.__init__(self, 'Ft', '2018-07-13', 'UpdateDomainRecordsRegionId') + self.set_method('POST') + if hasattr(self, "endpoint_map"): + setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) + if hasattr(self, "endpoint_regional"): + setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) + + + def get_Domain(self): + return self.get_query_params().get('Domain') + + def set_Domain(self,Domain): + self.add_query_param('Domain',Domain) + + def get_BucUid(self): + return self.get_query_params().get('BucUid') + + def set_BucUid(self,BucUid): + self.add_query_param('BucUid',BucUid) + + def get_BucName(self): + return self.get_query_params().get('BucName') + + def set_BucName(self,BucName): + self.add_query_param('BucName',BucName) + + def get_BucEmpId(self): + return self.get_query_params().get('BucEmpId') + + def set_BucEmpId(self,BucEmpId): + self.add_query_param('BucEmpId',BucEmpId) \ No newline at end of file From 384730d707e6720d1676ccb8f552e6a7b330ec86 Mon Sep 17 00:00:00 2001 From: sdk-team Date: Sun, 14 Mar 2021 15:44:20 +0000 Subject: [PATCH 281/282] Generated 2019-02-25 for sdk-test. --- aliyun-python-sdk-sdk-test/ChangeLog.txt | 3 +++ aliyun-python-sdk-sdk-test/aliyunsdksdk_test/__init__.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/aliyun-python-sdk-sdk-test/ChangeLog.txt b/aliyun-python-sdk-sdk-test/ChangeLog.txt index c0b81f9a27..e76a105682 100644 --- a/aliyun-python-sdk-sdk-test/ChangeLog.txt +++ b/aliyun-python-sdk-sdk-test/ChangeLog.txt @@ -1,3 +1,6 @@ +2021-03-14 Version: 1.10.126 +- Generated 2019-02-25 for `sdk-test`. + 2021-02-26 Version: 1.10.125 - Generated 2019-02-25 for `sdk-test`. diff --git a/aliyun-python-sdk-sdk-test/aliyunsdksdk_test/__init__.py b/aliyun-python-sdk-sdk-test/aliyunsdksdk_test/__init__.py index abe48a133c..3122de66d4 100644 --- a/aliyun-python-sdk-sdk-test/aliyunsdksdk_test/__init__.py +++ b/aliyun-python-sdk-sdk-test/aliyunsdksdk_test/__init__.py @@ -1 +1 @@ -__version__ = '1.10.125' \ No newline at end of file +__version__ = '1.10.126' \ No newline at end of file From 996cb07bfcf010fe3ab65daa73d26df2f3b6e97f Mon Sep 17 00:00:00 2001 From: sdk-team Date: Mon, 25 Jul 2022 10:01:10 +0000 Subject: [PATCH 282/282] Generated 2018-07-13 for Ft. --- CHANGELOG.md | 0 aliyun-python-sdk-ft/aliyunsdkft/__init__.py | 2 +- .../v20180713/BatchAuditTest01Request.py | 29 ++-- .../v20180713/BatchAuditTest02Request.py | 44 ------ .../CountCloudProductCallTimesRequest.py | 68 -------- .../v20180713/DeleteAllStrategyRequest.py | 62 -------- .../v20180713/DescribeResourceTypeRequest.py | 56 ------- .../request/v20180713/FTApiAliasApiRequest.py | 10 +- .../v20180713/FtDynamicAddressDubboRequest.py | 17 +- .../v20180713/FtDynamicAddressHsfRequest.py | 4 +- .../FtDynamicAddressHttpVpcRequest.py | 34 ++-- .../request/v20180713/FtEagleEyeRequest.py | 10 +- .../FtFlowSpecial1586868138332Request.py | 38 ----- .../request/v20180713/FtFlowSpecialRequest.py | 10 +- .../FtGatedLaunchPolicy3ApiRequest.py | 38 ----- .../v20180713/FtGatedLaunchPolicy4Request.py | 10 +- .../FtGatedLaunchPolicyApiRequest.py | 38 ----- .../v20180713/FtIpFlowControlRequest.py | 12 +- .../request/v20180713/FtParamListRequest.py | 31 ++-- .../GetMigrateStrategyResultRequest.py | 116 -------------- .../request/v20180713/GetTairDataRequest.py | 46 ------ .../v20180713/MigrateStrategyRequest.py | 80 ---------- .../QueryDomainChangeRecordsRequest.py | 68 -------- .../v20180713/QueryErrorApisRequest.py | 68 -------- .../RpcDubboServiceRouteApiRequest.py | 146 ------------------ .../RpcHsfServiceRouteMatchApiRequest.py | 38 ----- .../v20180713/TestDubboRetryApiRequest.py | 31 ---- .../TestErrorCodeForGateWayRequest.py | 56 ------- .../v20180713/TestFlowStrategy01Request.py | 10 +- .../request/v20180713/TestHttpApiRequest.py | 31 ++-- .../v20180713/TestIspHttpValidatorRequest.py | 31 ---- .../TestXmlServiceRoutePolicyRequest.py | 38 ----- .../UpdateDomainRecordsRegionIdRequest.py | 56 ------- 33 files changed, 102 insertions(+), 1226 deletions(-) create mode 100644 CHANGELOG.md delete mode 100644 aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/BatchAuditTest02Request.py delete mode 100644 aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/CountCloudProductCallTimesRequest.py delete mode 100644 aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/DeleteAllStrategyRequest.py delete mode 100644 aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/DescribeResourceTypeRequest.py delete mode 100644 aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/FtFlowSpecial1586868138332Request.py delete mode 100644 aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/FtGatedLaunchPolicy3ApiRequest.py delete mode 100644 aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/FtGatedLaunchPolicyApiRequest.py delete mode 100644 aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/GetMigrateStrategyResultRequest.py delete mode 100644 aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/GetTairDataRequest.py delete mode 100644 aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/MigrateStrategyRequest.py delete mode 100644 aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/QueryDomainChangeRecordsRequest.py delete mode 100644 aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/QueryErrorApisRequest.py delete mode 100644 aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/RpcDubboServiceRouteApiRequest.py delete mode 100644 aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/RpcHsfServiceRouteMatchApiRequest.py delete mode 100644 aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/TestDubboRetryApiRequest.py delete mode 100644 aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/TestErrorCodeForGateWayRequest.py delete mode 100644 aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/TestIspHttpValidatorRequest.py delete mode 100644 aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/TestXmlServiceRoutePolicyRequest.py delete mode 100644 aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/UpdateDomainRecordsRegionIdRequest.py diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000000..e69de29bb2 diff --git a/aliyun-python-sdk-ft/aliyunsdkft/__init__.py b/aliyun-python-sdk-ft/aliyunsdkft/__init__.py index f8cd58963c..3669a6d964 100644 --- a/aliyun-python-sdk-ft/aliyunsdkft/__init__.py +++ b/aliyun-python-sdk-ft/aliyunsdkft/__init__.py @@ -1 +1 @@ -__version__ = '1.11.11' \ No newline at end of file +__version__ = '1.23.3' \ No newline at end of file diff --git a/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/BatchAuditTest01Request.py b/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/BatchAuditTest01Request.py index 9e428f1e6b..1ea052d454 100644 --- a/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/BatchAuditTest01Request.py +++ b/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/BatchAuditTest01Request.py @@ -24,33 +24,30 @@ class BatchAuditTest01Request(RpcRequest): def __init__(self): RpcRequest.__init__(self, 'Ft', '2018-07-13', 'BatchAuditTest01') - self.set_method('POST') + self.set_method('POST') + if hasattr(self, "endpoint_map"): setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) if hasattr(self, "endpoint_regional"): setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) - - def get_Demo01(self): + def get_Demo01(self): # String return self.get_query_params().get('Demo01') - def set_Demo01(self,Demo01): - self.add_query_param('Demo01',Demo01) - - def get_Test010101(self): + def set_Demo01(self, Demo01): # String + self.add_query_param('Demo01', Demo01) + def get_Test010101(self): # Boolean return self.get_body_params().get('Test010101') - def set_Test010101(self,Test010101): + def set_Test010101(self, Test010101): # Boolean self.add_body_params('Test010101', Test010101) - - def get_Name(self): + def get_Name(self): # String return self.get_query_params().get('Name') - def set_Name(self,Name): - self.add_query_param('Name',Name) - - def get_BatchAuditTest01(self): + def set_Name(self, Name): # String + self.add_query_param('Name', Name) + def get_BatchAuditTest01(self): # String return self.get_query_params().get('BatchAuditTest01') - def set_BatchAuditTest01(self,BatchAuditTest01): - self.add_query_param('BatchAuditTest01',BatchAuditTest01) \ No newline at end of file + def set_BatchAuditTest01(self, BatchAuditTest01): # String + self.add_query_param('BatchAuditTest01', BatchAuditTest01) diff --git a/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/BatchAuditTest02Request.py b/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/BatchAuditTest02Request.py deleted file mode 100644 index 5959eda7e2..0000000000 --- a/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/BatchAuditTest02Request.py +++ /dev/null @@ -1,44 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest -from aliyunsdkft.endpoint import endpoint_data - -class BatchAuditTest02Request(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ft', '2018-07-13', 'BatchAuditTest02') - self.set_method('POST') - if hasattr(self, "endpoint_map"): - setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) - if hasattr(self, "endpoint_regional"): - setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) - - - def get_Name(self): - return self.get_query_params().get('Name') - - def set_Name(self,Name): - self.add_query_param('Name',Name) - - def get_BatchAuditTest01(self): - return self.get_query_params().get('BatchAuditTest01') - - def set_BatchAuditTest01(self,BatchAuditTest01): - self.add_query_param('BatchAuditTest01',BatchAuditTest01) \ No newline at end of file diff --git a/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/CountCloudProductCallTimesRequest.py b/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/CountCloudProductCallTimesRequest.py deleted file mode 100644 index 5d65aa9c57..0000000000 --- a/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/CountCloudProductCallTimesRequest.py +++ /dev/null @@ -1,68 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest -from aliyunsdkft.endpoint import endpoint_data - -class CountCloudProductCallTimesRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ft', '2018-07-13', 'CountCloudProductCallTimes') - self.set_method('POST') - if hasattr(self, "endpoint_map"): - setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) - if hasattr(self, "endpoint_regional"): - setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) - - - def get_BucUid(self): - return self.get_query_params().get('BucUid') - - def set_BucUid(self,BucUid): - self.add_query_param('BucUid',BucUid) - - def get_BucName(self): - return self.get_query_params().get('BucName') - - def set_BucName(self,BucName): - self.add_query_param('BucName',BucName) - - def get_BucEmpId(self): - return self.get_query_params().get('BucEmpId') - - def set_BucEmpId(self,BucEmpId): - self.add_query_param('BucEmpId',BucEmpId) - - def get_CloudProductsJsonString(self): - return self.get_body_params().get('CloudProductsJsonString') - - def set_CloudProductsJsonString(self,CloudProductsJsonString): - self.add_body_params('CloudProductsJsonString', CloudProductsJsonString) - - def get_ClearCloudCache(self): - return self.get_body_params().get('ClearCloudCache') - - def set_ClearCloudCache(self,ClearCloudCache): - self.add_body_params('ClearCloudCache', ClearCloudCache) - - def get_ClearProductCache(self): - return self.get_body_params().get('ClearProductCache') - - def set_ClearProductCache(self,ClearProductCache): - self.add_body_params('ClearProductCache', ClearProductCache) \ No newline at end of file diff --git a/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/DeleteAllStrategyRequest.py b/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/DeleteAllStrategyRequest.py deleted file mode 100644 index 9a0dd063ab..0000000000 --- a/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/DeleteAllStrategyRequest.py +++ /dev/null @@ -1,62 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest -from aliyunsdkft.endpoint import endpoint_data - -class DeleteAllStrategyRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ft', '2018-07-13', 'DeleteAllStrategy') - self.set_method('POST') - if hasattr(self, "endpoint_map"): - setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) - if hasattr(self, "endpoint_regional"): - setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) - - - def get_BucUid(self): - return self.get_query_params().get('BucUid') - - def set_BucUid(self,BucUid): - self.add_query_param('BucUid',BucUid) - - def get_BucName(self): - return self.get_query_params().get('BucName') - - def set_BucName(self,BucName): - self.add_query_param('BucName',BucName) - - def get_BucEmpId(self): - return self.get_query_params().get('BucEmpId') - - def set_BucEmpId(self,BucEmpId): - self.add_query_param('BucEmpId',BucEmpId) - - def get_ProductName(self): - return self.get_query_params().get('ProductName') - - def set_ProductName(self,ProductName): - self.add_query_param('ProductName',ProductName) - - def get_Env(self): - return self.get_query_params().get('Env') - - def set_Env(self,Env): - self.add_query_param('Env',Env) \ No newline at end of file diff --git a/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/DescribeResourceTypeRequest.py b/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/DescribeResourceTypeRequest.py deleted file mode 100644 index e1b2af037a..0000000000 --- a/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/DescribeResourceTypeRequest.py +++ /dev/null @@ -1,56 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest -from aliyunsdkft.endpoint import endpoint_data - -class DescribeResourceTypeRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ft', '2018-07-13', 'DescribeResourceType') - self.set_method('GET') - if hasattr(self, "endpoint_map"): - setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) - if hasattr(self, "endpoint_regional"): - setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) - - - def get_Product(self): - return self.get_query_params().get('Product') - - def set_Product(self,Product): - self.add_query_param('Product',Product) - - def get_AcceptLanguage(self): - return self.get_query_params().get('AcceptLanguage') - - def set_AcceptLanguage(self,AcceptLanguage): - self.add_query_param('AcceptLanguage',AcceptLanguage) - - def get_Env(self): - return self.get_query_params().get('Env') - - def set_Env(self,Env): - self.add_query_param('Env',Env) - - def get_ResourceType(self): - return self.get_query_params().get('ResourceType') - - def set_ResourceType(self,ResourceType): - self.add_query_param('ResourceType',ResourceType) \ No newline at end of file diff --git a/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/FTApiAliasApiRequest.py b/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/FTApiAliasApiRequest.py index eb609c6db0..af4237bd8c 100644 --- a/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/FTApiAliasApiRequest.py +++ b/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/FTApiAliasApiRequest.py @@ -24,15 +24,15 @@ class FTApiAliasApiRequest(RpcRequest): def __init__(self): RpcRequest.__init__(self, 'Ft', '2018-07-13', 'FTApiAliasApi') - self.set_method('POST') + self.set_method('POST') + if hasattr(self, "endpoint_map"): setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) if hasattr(self, "endpoint_regional"): setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) - - def get_Name(self): + def get_Name(self): # String return self.get_query_params().get('Name') - def set_Name(self,Name): - self.add_query_param('Name',Name) \ No newline at end of file + def set_Name(self, Name): # String + self.add_query_param('Name', Name) diff --git a/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/FtDynamicAddressDubboRequest.py b/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/FtDynamicAddressDubboRequest.py index ccde95497d..e10aeae1cd 100644 --- a/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/FtDynamicAddressDubboRequest.py +++ b/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/FtDynamicAddressDubboRequest.py @@ -24,21 +24,20 @@ class FtDynamicAddressDubboRequest(RpcRequest): def __init__(self): RpcRequest.__init__(self, 'Ft', '2018-07-13', 'FtDynamicAddressDubbo') - self.set_method('POST') + self.set_method('POST') + if hasattr(self, "endpoint_map"): setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) if hasattr(self, "endpoint_regional"): setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) - - def get_IntValue(self): + def get_IntValue(self): # Integer return self.get_query_params().get('IntValue') - def set_IntValue(self,IntValue): - self.add_query_param('IntValue',IntValue) - - def get_StringValue(self): + def set_IntValue(self, IntValue): # Integer + self.add_query_param('IntValue', IntValue) + def get_StringValue(self): # String return self.get_query_params().get('StringValue') - def set_StringValue(self,StringValue): - self.add_query_param('StringValue',StringValue) \ No newline at end of file + def set_StringValue(self, StringValue): # String + self.add_query_param('StringValue', StringValue) diff --git a/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/FtDynamicAddressHsfRequest.py b/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/FtDynamicAddressHsfRequest.py index e0fe5c8fc3..2d370b5631 100644 --- a/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/FtDynamicAddressHsfRequest.py +++ b/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/FtDynamicAddressHsfRequest.py @@ -24,8 +24,10 @@ class FtDynamicAddressHsfRequest(RpcRequest): def __init__(self): RpcRequest.__init__(self, 'Ft', '2018-07-13', 'FtDynamicAddressHsf') - self.set_method('POST') + self.set_method('POST') + if hasattr(self, "endpoint_map"): setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) if hasattr(self, "endpoint_regional"): setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) + diff --git a/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/FtDynamicAddressHttpVpcRequest.py b/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/FtDynamicAddressHttpVpcRequest.py index 705d18fa73..a1edf8f18c 100644 --- a/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/FtDynamicAddressHttpVpcRequest.py +++ b/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/FtDynamicAddressHttpVpcRequest.py @@ -24,33 +24,35 @@ class FtDynamicAddressHttpVpcRequest(RpcRequest): def __init__(self): RpcRequest.__init__(self, 'Ft', '2018-07-13', 'FtDynamicAddressHttpVpc') - self.set_method('POST') + self.set_method('POST') + if hasattr(self, "endpoint_map"): setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) if hasattr(self, "endpoint_regional"): setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) + def get_P1(self): # String + return self.get_query_params().get('P1') - def get_StringValue(self): + def set_P1(self, P1): # String + self.add_query_param('P1', P1) + def get_StringValue(self): # String return self.get_query_params().get('StringValue') - def set_StringValue(self,StringValue): - self.add_query_param('StringValue',StringValue) - - def get_OtherParam(self): + def set_StringValue(self, StringValue): # String + self.add_query_param('StringValue', StringValue) + def get_OtherParam(self): # String return self.get_query_params().get('OtherParam') - def set_OtherParam(self,OtherParam): - self.add_query_param('OtherParam',OtherParam) - - def get_BooleanParam(self): + def set_OtherParam(self, OtherParam): # String + self.add_query_param('OtherParam', OtherParam) + def get_BooleanParam(self): # Boolean return self.get_query_params().get('BooleanParam') - def set_BooleanParam(self,BooleanParam): - self.add_query_param('BooleanParam',BooleanParam) - - def get_DefaultValue(self): + def set_BooleanParam(self, BooleanParam): # Boolean + self.add_query_param('BooleanParam', BooleanParam) + def get_DefaultValue(self): # String return self.get_query_params().get('DefaultValue') - def set_DefaultValue(self,DefaultValue): - self.add_query_param('DefaultValue',DefaultValue) \ No newline at end of file + def set_DefaultValue(self, DefaultValue): # String + self.add_query_param('DefaultValue', DefaultValue) diff --git a/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/FtEagleEyeRequest.py b/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/FtEagleEyeRequest.py index b597107f88..2037d89ffe 100644 --- a/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/FtEagleEyeRequest.py +++ b/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/FtEagleEyeRequest.py @@ -24,15 +24,15 @@ class FtEagleEyeRequest(RpcRequest): def __init__(self): RpcRequest.__init__(self, 'Ft', '2018-07-13', 'FtEagleEye') - self.set_method('POST') + self.set_method('POST') + if hasattr(self, "endpoint_map"): setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) if hasattr(self, "endpoint_regional"): setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) - - def get_Name(self): + def get_Name(self): # String return self.get_query_params().get('Name') - def set_Name(self,Name): - self.add_query_param('Name',Name) \ No newline at end of file + def set_Name(self, Name): # String + self.add_query_param('Name', Name) diff --git a/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/FtFlowSpecial1586868138332Request.py b/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/FtFlowSpecial1586868138332Request.py deleted file mode 100644 index f8501059c3..0000000000 --- a/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/FtFlowSpecial1586868138332Request.py +++ /dev/null @@ -1,38 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest -from aliyunsdkft.endpoint import endpoint_data - -class FtFlowSpecial1586868138332Request(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ft', '2018-07-13', 'FtFlowSpecial1586868138332') - self.set_method('POST') - if hasattr(self, "endpoint_map"): - setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) - if hasattr(self, "endpoint_regional"): - setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) - - - def get_Name(self): - return self.get_query_params().get('Name') - - def set_Name(self,Name): - self.add_query_param('Name',Name) \ No newline at end of file diff --git a/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/FtFlowSpecialRequest.py b/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/FtFlowSpecialRequest.py index 3d575855c0..7741dd52f3 100644 --- a/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/FtFlowSpecialRequest.py +++ b/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/FtFlowSpecialRequest.py @@ -24,15 +24,15 @@ class FtFlowSpecialRequest(RpcRequest): def __init__(self): RpcRequest.__init__(self, 'Ft', '2018-07-13', 'FtFlowSpecial') - self.set_method('POST') + self.set_method('POST') + if hasattr(self, "endpoint_map"): setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) if hasattr(self, "endpoint_regional"): setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) - - def get_Name(self): + def get_Name(self): # String return self.get_query_params().get('Name') - def set_Name(self,Name): - self.add_query_param('Name',Name) \ No newline at end of file + def set_Name(self, Name): # String + self.add_query_param('Name', Name) diff --git a/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/FtGatedLaunchPolicy3ApiRequest.py b/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/FtGatedLaunchPolicy3ApiRequest.py deleted file mode 100644 index b63382154b..0000000000 --- a/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/FtGatedLaunchPolicy3ApiRequest.py +++ /dev/null @@ -1,38 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest -from aliyunsdkft.endpoint import endpoint_data - -class FtGatedLaunchPolicy3ApiRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ft', '2018-07-13', 'FtGatedLaunchPolicy3Api') - self.set_method('POST') - if hasattr(self, "endpoint_map"): - setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) - if hasattr(self, "endpoint_regional"): - setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) - - - def get_Name(self): - return self.get_query_params().get('Name') - - def set_Name(self,Name): - self.add_query_param('Name',Name) \ No newline at end of file diff --git a/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/FtGatedLaunchPolicy4Request.py b/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/FtGatedLaunchPolicy4Request.py index 529bd3d7cb..baf9bc2988 100644 --- a/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/FtGatedLaunchPolicy4Request.py +++ b/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/FtGatedLaunchPolicy4Request.py @@ -24,15 +24,15 @@ class FtGatedLaunchPolicy4Request(RpcRequest): def __init__(self): RpcRequest.__init__(self, 'Ft', '2018-07-13', 'FtGatedLaunchPolicy4') - self.set_method('POST') + self.set_method('POST') + if hasattr(self, "endpoint_map"): setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) if hasattr(self, "endpoint_regional"): setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) - - def get_IsGatedLaunch(self): + def get_IsGatedLaunch(self): # String return self.get_query_params().get('IsGatedLaunch') - def set_IsGatedLaunch(self,IsGatedLaunch): - self.add_query_param('IsGatedLaunch',IsGatedLaunch) \ No newline at end of file + def set_IsGatedLaunch(self, IsGatedLaunch): # String + self.add_query_param('IsGatedLaunch', IsGatedLaunch) diff --git a/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/FtGatedLaunchPolicyApiRequest.py b/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/FtGatedLaunchPolicyApiRequest.py deleted file mode 100644 index 805733f483..0000000000 --- a/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/FtGatedLaunchPolicyApiRequest.py +++ /dev/null @@ -1,38 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest -from aliyunsdkft.endpoint import endpoint_data - -class FtGatedLaunchPolicyApiRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ft', '2018-07-13', 'FtGatedLaunchPolicyApi') - self.set_method('POST') - if hasattr(self, "endpoint_map"): - setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) - if hasattr(self, "endpoint_regional"): - setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) - - - def get_UnGatedLaunchPolicy(self): - return self.get_query_params().get('UnGatedLaunchPolicy') - - def set_UnGatedLaunchPolicy(self,UnGatedLaunchPolicy): - self.add_query_param('UnGatedLaunchPolicy',UnGatedLaunchPolicy) \ No newline at end of file diff --git a/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/FtIpFlowControlRequest.py b/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/FtIpFlowControlRequest.py index f86a8034f6..774facbca2 100644 --- a/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/FtIpFlowControlRequest.py +++ b/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/FtIpFlowControlRequest.py @@ -24,15 +24,15 @@ class FtIpFlowControlRequest(RpcRequest): def __init__(self): RpcRequest.__init__(self, 'Ft', '2018-07-13', 'FtIpFlowControl') - self.set_method('POST') + self.set_method('POST') + if hasattr(self, "endpoint_map"): setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) if hasattr(self, "endpoint_regional"): setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) + def get_Name(self): # String + return self.get_query_params().get('Name') - def get_StringList(self): - return self.get_query_params().get('StringList') - - def set_StringList(self,StringList): - self.add_query_param('StringList',StringList) \ No newline at end of file + def set_Name(self, Name): # String + self.add_query_param('Name', Name) diff --git a/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/FtParamListRequest.py b/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/FtParamListRequest.py index ac89efb881..8b394a4118 100644 --- a/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/FtParamListRequest.py +++ b/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/FtParamListRequest.py @@ -24,29 +24,26 @@ class FtParamListRequest(RpcRequest): def __init__(self): RpcRequest.__init__(self, 'Ft', '2018-07-13', 'FtParamList') - self.set_method('POST') + self.set_method('POST') + if hasattr(self, "endpoint_map"): setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) if hasattr(self, "endpoint_regional"): setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) - - def get_Disks(self): + def get_Disks(self): # RepeatList return self.get_query_params().get('Disk') - def set_Disks(self, Disks): - for depth1 in range(len(Disks)): - if Disks[depth1].get('Size') is not None: - for depth2 in range(len(Disks[depth1].get('Size'))): - if Disks[depth1].get('Size')[depth2] is not None: - self.add_query_param('Disk.' + str(depth1 + 1) + '.Size.' + str(depth2 + 1) , Disks[depth1].get('Size')[depth2]) - if Disks[depth1].get('Type') is not None: - for depth2 in range(len(Disks[depth1].get('Type'))): - if Disks[depth1].get('Type')[depth2] is not None: - self.add_query_param('Disk.' + str(depth1 + 1) + '.Type.' + str(depth2 + 1) , Disks[depth1].get('Type')[depth2]) - - def get_Name(self): + def set_Disks(self, Disk): # RepeatList + for depth1 in range(len(Disk)): + if Disk[depth1].get('Size') is not None: + for depth2 in range(len(Disk[depth1].get('Size'))): + self.add_query_param('Disk.' + str(depth1 + 1) + '.Size.' + str(depth2 + 1), Disk[depth1].get('Size')[depth2]) + if Disk[depth1].get('Type') is not None: + for depth2 in range(len(Disk[depth1].get('Type'))): + self.add_query_param('Disk.' + str(depth1 + 1) + '.Type.' + str(depth2 + 1), Disk[depth1].get('Type')[depth2]) + def get_Name(self): # String return self.get_query_params().get('Name') - def set_Name(self,Name): - self.add_query_param('Name',Name) \ No newline at end of file + def set_Name(self, Name): # String + self.add_query_param('Name', Name) diff --git a/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/GetMigrateStrategyResultRequest.py b/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/GetMigrateStrategyResultRequest.py deleted file mode 100644 index a24a80b873..0000000000 --- a/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/GetMigrateStrategyResultRequest.py +++ /dev/null @@ -1,116 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest -from aliyunsdkft.endpoint import endpoint_data - -class GetMigrateStrategyResultRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ft', '2018-07-13', 'GetMigrateStrategyResult') - self.set_method('POST') - if hasattr(self, "endpoint_map"): - setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) - if hasattr(self, "endpoint_regional"): - setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) - - - def get_parentName(self): - return self.get_query_params().get('parentName') - - def set_parentName(self,parentName): - self.add_query_param('parentName',parentName) - - def get_CurrentPage(self): - return self.get_query_params().get('CurrentPage') - - def set_CurrentPage(self,CurrentPage): - self.add_query_param('CurrentPage',CurrentPage) - - def get_BucName(self): - return self.get_query_params().get('BucName') - - def set_BucName(self,BucName): - self.add_query_param('BucName',BucName) - - def get_Env(self): - return self.get_query_params().get('Env') - - def set_Env(self,Env): - self.add_query_param('Env',Env) - - def get_type(self): - return self.get_query_params().get('type') - - def set_type(self,type): - self.add_query_param('type',type) - - def get_BucEmpId(self): - return self.get_query_params().get('BucEmpId') - - def set_BucEmpId(self,BucEmpId): - self.add_query_param('BucEmpId',BucEmpId) - - def get_strategyName(self): - return self.get_body_params().get('strategyName') - - def set_strategyName(self,strategyName): - self.add_body_params('strategyName', strategyName) - - def get_ApiName(self): - return self.get_query_params().get('ApiName') - - def set_ApiName(self,ApiName): - self.add_query_param('ApiName',ApiName) - - def get_flowSpecial(self): - return self.get_query_params().get('flowSpecial') - - def set_flowSpecial(self,flowSpecial): - self.add_query_param('flowSpecial',flowSpecial) - - def get_PageSize(self): - return self.get_query_params().get('PageSize') - - def set_PageSize(self,PageSize): - self.add_query_param('PageSize',PageSize) - - def get_ProductName(self): - return self.get_query_params().get('ProductName') - - def set_ProductName(self,ProductName): - self.add_query_param('ProductName',ProductName) - - def get_BucUid(self): - return self.get_query_params().get('BucUid') - - def set_BucUid(self,BucUid): - self.add_query_param('BucUid',BucUid) - - def get_VersionName(self): - return self.get_query_params().get('VersionName') - - def set_VersionName(self,VersionName): - self.add_query_param('VersionName',VersionName) - - def get_status(self): - return self.get_query_params().get('status') - - def set_status(self,status): - self.add_query_param('status',status) \ No newline at end of file diff --git a/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/GetTairDataRequest.py b/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/GetTairDataRequest.py deleted file mode 100644 index 2328625bd0..0000000000 --- a/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/GetTairDataRequest.py +++ /dev/null @@ -1,46 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest -from aliyunsdkft.endpoint import endpoint_data - -class GetTairDataRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ft', '2018-07-13', 'GetTairData') - self.set_method('POST') - if hasattr(self, "endpoint_map"): - setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) - if hasattr(self, "endpoint_regional"): - setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) - - - def get_Keyss(self): - return self.get_query_params().get('Keys') - - def set_Keyss(self, Keyss): - for depth1 in range(len(Keyss)): - if Keyss[depth1] is not None: - self.add_query_param('Keys.' + str(depth1 + 1) , Keyss[depth1]) - - def get_CacheName(self): - return self.get_query_params().get('CacheName') - - def set_CacheName(self,CacheName): - self.add_query_param('CacheName',CacheName) \ No newline at end of file diff --git a/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/MigrateStrategyRequest.py b/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/MigrateStrategyRequest.py deleted file mode 100644 index 2da932670d..0000000000 --- a/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/MigrateStrategyRequest.py +++ /dev/null @@ -1,80 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest -from aliyunsdkft.endpoint import endpoint_data - -class MigrateStrategyRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ft', '2018-07-13', 'MigrateStrategy') - self.set_method('POST') - if hasattr(self, "endpoint_map"): - setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) - if hasattr(self, "endpoint_regional"): - setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) - - - def get_ApiName(self): - return self.get_query_params().get('ApiName') - - def set_ApiName(self,ApiName): - self.add_query_param('ApiName',ApiName) - - def get_ProductName(self): - return self.get_query_params().get('ProductName') - - def set_ProductName(self,ProductName): - self.add_query_param('ProductName',ProductName) - - def get_BucUid(self): - return self.get_query_params().get('BucUid') - - def set_BucUid(self,BucUid): - self.add_query_param('BucUid',BucUid) - - def get_Step(self): - return self.get_query_params().get('Step') - - def set_Step(self,Step): - self.add_query_param('Step',Step) - - def get_BucName(self): - return self.get_query_params().get('BucName') - - def set_BucName(self,BucName): - self.add_query_param('BucName',BucName) - - def get_Env(self): - return self.get_query_params().get('Env') - - def set_Env(self,Env): - self.add_query_param('Env',Env) - - def get_BucEmpId(self): - return self.get_query_params().get('BucEmpId') - - def set_BucEmpId(self,BucEmpId): - self.add_query_param('BucEmpId',BucEmpId) - - def get_VersionName(self): - return self.get_query_params().get('VersionName') - - def set_VersionName(self,VersionName): - self.add_query_param('VersionName',VersionName) \ No newline at end of file diff --git a/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/QueryDomainChangeRecordsRequest.py b/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/QueryDomainChangeRecordsRequest.py deleted file mode 100644 index e973713182..0000000000 --- a/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/QueryDomainChangeRecordsRequest.py +++ /dev/null @@ -1,68 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest -from aliyunsdkft.endpoint import endpoint_data - -class QueryDomainChangeRecordsRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ft', '2018-07-13', 'QueryDomainChangeRecords') - self.set_method('POST') - if hasattr(self, "endpoint_map"): - setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) - if hasattr(self, "endpoint_regional"): - setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) - - - def get_Product(self): - return self.get_query_params().get('Product') - - def set_Product(self,Product): - self.add_query_param('Product',Product) - - def get_PageSize(self): - return self.get_query_params().get('PageSize') - - def set_PageSize(self,PageSize): - self.add_query_param('PageSize',PageSize) - - def get_BucUid(self): - return self.get_query_params().get('BucUid') - - def set_BucUid(self,BucUid): - self.add_query_param('BucUid',BucUid) - - def get_CurrentPage(self): - return self.get_query_params().get('CurrentPage') - - def set_CurrentPage(self,CurrentPage): - self.add_query_param('CurrentPage',CurrentPage) - - def get_BucName(self): - return self.get_query_params().get('BucName') - - def set_BucName(self,BucName): - self.add_query_param('BucName',BucName) - - def get_BucEmpId(self): - return self.get_query_params().get('BucEmpId') - - def set_BucEmpId(self,BucEmpId): - self.add_query_param('BucEmpId',BucEmpId) \ No newline at end of file diff --git a/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/QueryErrorApisRequest.py b/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/QueryErrorApisRequest.py deleted file mode 100644 index fbe7c1cc75..0000000000 --- a/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/QueryErrorApisRequest.py +++ /dev/null @@ -1,68 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest -from aliyunsdkft.endpoint import endpoint_data - -class QueryErrorApisRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ft', '2018-07-13', 'QueryErrorApis') - self.set_method('POST') - if hasattr(self, "endpoint_map"): - setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) - if hasattr(self, "endpoint_regional"): - setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) - - - def get_BeginDate(self): - return self.get_query_params().get('BeginDate') - - def set_BeginDate(self,BeginDate): - self.add_query_param('BeginDate',BeginDate) - - def get_EndDate(self): - return self.get_query_params().get('EndDate') - - def set_EndDate(self,EndDate): - self.add_query_param('EndDate',EndDate) - - def get_ProductName(self): - return self.get_query_params().get('ProductName') - - def set_ProductName(self,ProductName): - self.add_query_param('ProductName',ProductName) - - def get_BucUid(self): - return self.get_query_params().get('BucUid') - - def set_BucUid(self,BucUid): - self.add_query_param('BucUid',BucUid) - - def get_BucName(self): - return self.get_query_params().get('BucName') - - def set_BucName(self,BucName): - self.add_query_param('BucName',BucName) - - def get_BucEmpId(self): - return self.get_query_params().get('BucEmpId') - - def set_BucEmpId(self,BucEmpId): - self.add_query_param('BucEmpId',BucEmpId) \ No newline at end of file diff --git a/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/RpcDubboServiceRouteApiRequest.py b/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/RpcDubboServiceRouteApiRequest.py deleted file mode 100644 index 48973ea7a5..0000000000 --- a/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/RpcDubboServiceRouteApiRequest.py +++ /dev/null @@ -1,146 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest -from aliyunsdkft.endpoint import endpoint_data - -class RpcDubboServiceRouteApiRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ft', '2018-07-13', 'RpcDubboServiceRouteApi') - self.set_method('POST') - if hasattr(self, "endpoint_map"): - setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) - if hasattr(self, "endpoint_regional"): - setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) - - - def get_RequiredValue(self): - return self.get_query_params().get('RequiredValue') - - def set_RequiredValue(self,RequiredValue): - self.add_query_param('RequiredValue',RequiredValue) - - def get_Code(self): - return self.get_query_params().get('Code') - - def set_Code(self,Code): - self.add_query_param('Code',Code) - - def get_IntValue(self): - return self.get_query_params().get('IntValue') - - def set_IntValue(self,IntValue): - self.add_query_param('IntValue',IntValue) - - def get_proxy_original_security_transport(self): - return self.get_query_params().get('proxy_original_security_transport') - - def set_proxy_original_security_transport(self,proxy_original_security_transport): - self.add_query_param('proxy_original_security_transport',proxy_original_security_transport) - - def get_ResultSwitchValue(self): - return self.get_query_params().get('ResultSwitchValue') - - def set_ResultSwitchValue(self,ResultSwitchValue): - self.add_query_param('ResultSwitchValue',ResultSwitchValue) - - def get_proxy_original_source_ip(self): - return self.get_query_params().get('proxy_original_source_ip') - - def set_proxy_original_source_ip(self,proxy_original_source_ip): - self.add_query_param('proxy_original_source_ip',proxy_original_source_ip) - - def get_JsonObject(self): - return self.get_query_params().get('JsonObject') - - def set_JsonObject(self,JsonObject): - self.add_query_param('JsonObject',JsonObject) - - def get_Sleep(self): - return self.get_query_params().get('Sleep') - - def set_Sleep(self,Sleep): - self.add_query_param('Sleep',Sleep) - - def get_SwitchValue(self): - return self.get_query_params().get('SwitchValue') - - def set_SwitchValue(self,SwitchValue): - self.add_query_param('SwitchValue',SwitchValue) - - def get_JsonObjectList(self): - return self.get_query_params().get('JsonObjectList') - - def set_JsonObjectList(self,JsonObjectList): - self.add_query_param('JsonObjectList',JsonObjectList) - - def get_DefaultValue(self): - return self.get_query_params().get('DefaultValue') - - def set_DefaultValue(self,DefaultValue): - self.add_query_param('DefaultValue',DefaultValue) - - def get_NumberRange(self): - return self.get_query_params().get('NumberRange') - - def set_NumberRange(self,NumberRange): - self.add_query_param('NumberRange',NumberRange) - - def get_Message(self): - return self.get_query_params().get('Message') - - def set_Message(self,Message): - self.add_query_param('Message',Message) - - def get_CheckNumberValue(self): - return self.get_query_params().get('CheckNumberValue') - - def set_CheckNumberValue(self,CheckNumberValue): - self.add_query_param('CheckNumberValue',CheckNumberValue) - - def get_HttpStatusCode(self): - return self.get_query_params().get('HttpStatusCode') - - def set_HttpStatusCode(self,HttpStatusCode): - self.add_query_param('HttpStatusCode',HttpStatusCode) - - def get_StringValue(self): - return self.get_query_params().get('StringValue') - - def set_StringValue(self,StringValue): - self.add_query_param('StringValue',StringValue) - - def get_EnumValue(self): - return self.get_query_params().get('EnumValue') - - def set_EnumValue(self,EnumValue): - self.add_query_param('EnumValue',EnumValue) - - def get_Success(self): - return self.get_query_params().get('Success') - - def set_Success(self,Success): - self.add_query_param('Success',Success) - - def get_OtherParam(self): - return self.get_query_params().get('OtherParam') - - def set_OtherParam(self,OtherParam): - self.add_query_param('OtherParam',OtherParam) \ No newline at end of file diff --git a/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/RpcHsfServiceRouteMatchApiRequest.py b/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/RpcHsfServiceRouteMatchApiRequest.py deleted file mode 100644 index 0ffb8c193b..0000000000 --- a/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/RpcHsfServiceRouteMatchApiRequest.py +++ /dev/null @@ -1,38 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest -from aliyunsdkft.endpoint import endpoint_data - -class RpcHsfServiceRouteMatchApiRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ft', '2018-07-13', 'RpcHsfServiceRouteMatchApi') - self.set_method('POST') - if hasattr(self, "endpoint_map"): - setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) - if hasattr(self, "endpoint_regional"): - setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) - - - def get_Name(self): - return self.get_query_params().get('Name') - - def set_Name(self,Name): - self.add_query_param('Name',Name) \ No newline at end of file diff --git a/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/TestDubboRetryApiRequest.py b/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/TestDubboRetryApiRequest.py deleted file mode 100644 index eb6d6639ea..0000000000 --- a/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/TestDubboRetryApiRequest.py +++ /dev/null @@ -1,31 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest -from aliyunsdkft.endpoint import endpoint_data - -class TestDubboRetryApiRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ft', '2018-07-13', 'TestDubboRetryApi') - self.set_method('POST') - if hasattr(self, "endpoint_map"): - setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) - if hasattr(self, "endpoint_regional"): - setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) diff --git a/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/TestErrorCodeForGateWayRequest.py b/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/TestErrorCodeForGateWayRequest.py deleted file mode 100644 index 9bf5ee9b32..0000000000 --- a/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/TestErrorCodeForGateWayRequest.py +++ /dev/null @@ -1,56 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest -from aliyunsdkft.endpoint import endpoint_data - -class TestErrorCodeForGateWayRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ft', '2018-07-13', 'TestErrorCodeForGateWay') - self.set_method('GET') - if hasattr(self, "endpoint_map"): - setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) - if hasattr(self, "endpoint_regional"): - setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) - - - def get_HttpStatusCode(self): - return self.get_query_params().get('HttpStatusCode') - - def set_HttpStatusCode(self,HttpStatusCode): - self.add_query_param('HttpStatusCode',HttpStatusCode) - - def get_Code(self): - return self.get_query_params().get('Code') - - def set_Code(self,Code): - self.add_query_param('Code',Code) - - def get_Success(self): - return self.get_query_params().get('Success') - - def set_Success(self,Success): - self.add_query_param('Success',Success) - - def get_Message(self): - return self.get_query_params().get('Message') - - def set_Message(self,Message): - self.add_query_param('Message',Message) \ No newline at end of file diff --git a/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/TestFlowStrategy01Request.py b/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/TestFlowStrategy01Request.py index 1cc2a83e44..cb125b2a80 100644 --- a/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/TestFlowStrategy01Request.py +++ b/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/TestFlowStrategy01Request.py @@ -24,15 +24,15 @@ class TestFlowStrategy01Request(RpcRequest): def __init__(self): RpcRequest.__init__(self, 'Ft', '2018-07-13', 'TestFlowStrategy01') - self.set_method('PUT') + self.set_method('PUT') + if hasattr(self, "endpoint_map"): setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) if hasattr(self, "endpoint_regional"): setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) - - def get_Names(self): + def get_Names(self): # Json return self.get_body_params().get('Names') - def set_Names(self,Names): - self.add_body_params('Names', Names) \ No newline at end of file + def set_Names(self, Names): # Json + self.add_body_params('Names', Names) diff --git a/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/TestHttpApiRequest.py b/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/TestHttpApiRequest.py index 50b7e05610..66f0ae98b6 100644 --- a/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/TestHttpApiRequest.py +++ b/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/TestHttpApiRequest.py @@ -24,33 +24,30 @@ class TestHttpApiRequest(RpcRequest): def __init__(self): RpcRequest.__init__(self, 'Ft', '2018-07-13', 'TestHttpApi') - self.set_method('POST') + self.set_method('POST') + if hasattr(self, "endpoint_map"): setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) if hasattr(self, "endpoint_regional"): setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) - - def get_StringValue(self): + def get_StringValue(self): # String return self.get_query_params().get('StringValue') - def set_StringValue(self,StringValue): - self.add_query_param('StringValue',StringValue) - - def get_OtherParam(self): + def set_StringValue(self, StringValue): # String + self.add_query_param('StringValue', StringValue) + def get_OtherParam(self): # String return self.get_query_params().get('OtherParam') - def set_OtherParam(self,OtherParam): - self.add_query_param('OtherParam',OtherParam) - - def get_BooleanParam(self): + def set_OtherParam(self, OtherParam): # String + self.add_query_param('OtherParam', OtherParam) + def get_BooleanParam(self): # Boolean return self.get_query_params().get('BooleanParam') - def set_BooleanParam(self,BooleanParam): - self.add_query_param('BooleanParam',BooleanParam) - - def get_DefaultValue(self): + def set_BooleanParam(self, BooleanParam): # Boolean + self.add_query_param('BooleanParam', BooleanParam) + def get_DefaultValue(self): # String return self.get_query_params().get('DefaultValue') - def set_DefaultValue(self,DefaultValue): - self.add_query_param('DefaultValue',DefaultValue) \ No newline at end of file + def set_DefaultValue(self, DefaultValue): # String + self.add_query_param('DefaultValue', DefaultValue) diff --git a/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/TestIspHttpValidatorRequest.py b/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/TestIspHttpValidatorRequest.py deleted file mode 100644 index bc234c86ce..0000000000 --- a/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/TestIspHttpValidatorRequest.py +++ /dev/null @@ -1,31 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest -from aliyunsdkft.endpoint import endpoint_data - -class TestIspHttpValidatorRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ft', '2018-07-13', 'TestIspHttpValidator') - self.set_method('POST') - if hasattr(self, "endpoint_map"): - setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) - if hasattr(self, "endpoint_regional"): - setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) diff --git a/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/TestXmlServiceRoutePolicyRequest.py b/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/TestXmlServiceRoutePolicyRequest.py deleted file mode 100644 index bd65536c91..0000000000 --- a/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/TestXmlServiceRoutePolicyRequest.py +++ /dev/null @@ -1,38 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest -from aliyunsdkft.endpoint import endpoint_data - -class TestXmlServiceRoutePolicyRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ft', '2018-07-13', 'TestXmlServiceRoutePolicy') - self.set_method('POST') - if hasattr(self, "endpoint_map"): - setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) - if hasattr(self, "endpoint_regional"): - setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) - - - def get_Api(self): - return self.get_query_params().get('Api') - - def set_Api(self,Api): - self.add_query_param('Api',Api) \ No newline at end of file diff --git a/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/UpdateDomainRecordsRegionIdRequest.py b/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/UpdateDomainRecordsRegionIdRequest.py deleted file mode 100644 index b741210420..0000000000 --- a/aliyun-python-sdk-ft/aliyunsdkft/request/v20180713/UpdateDomainRecordsRegionIdRequest.py +++ /dev/null @@ -1,56 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -from aliyunsdkcore.request import RpcRequest -from aliyunsdkft.endpoint import endpoint_data - -class UpdateDomainRecordsRegionIdRequest(RpcRequest): - - def __init__(self): - RpcRequest.__init__(self, 'Ft', '2018-07-13', 'UpdateDomainRecordsRegionId') - self.set_method('POST') - if hasattr(self, "endpoint_map"): - setattr(self, "endpoint_map", endpoint_data.getEndpointMap()) - if hasattr(self, "endpoint_regional"): - setattr(self, "endpoint_regional", endpoint_data.getEndpointRegional()) - - - def get_Domain(self): - return self.get_query_params().get('Domain') - - def set_Domain(self,Domain): - self.add_query_param('Domain',Domain) - - def get_BucUid(self): - return self.get_query_params().get('BucUid') - - def set_BucUid(self,BucUid): - self.add_query_param('BucUid',BucUid) - - def get_BucName(self): - return self.get_query_params().get('BucName') - - def set_BucName(self,BucName): - self.add_query_param('BucName',BucName) - - def get_BucEmpId(self): - return self.get_query_params().get('BucEmpId') - - def set_BucEmpId(self,BucEmpId): - self.add_query_param('BucEmpId',BucEmpId) \ No newline at end of file